@import url('https://fonts.googleapis.com/css?family=Lobster');
body {
    font-family: Helvetica, Arial, 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    background-color: #fff;
}

section{
}

header{
  background-color: #f8f9fa!important;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 1px 1px 3px #ced4da;
}

.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-phone{
    font-size: 20px;
    color: #bf0000;
}

.top-phone i{
    margin-right: 5px;
}

.logo-area{
    display: flex;
    align-items: center;
}

.logo{
  height: 70px;
  margin: 0 10px;
}


.navbar-brand{
  color: #fc3!important;
  font-weight: bold;
  font-size: 26px;
}

.navbar{
    padding: 0 10px;
}

@media screen and (min-width:992px){

    .banner{
        padding-top: 120px;
    }

    .md-hidden{
        display: none;
    }
}

@media screen and (max-width:991px){
    .top{
        display: none;
    }

    .banner{
        padding-top: 80px;
    }

    .xs-hidden{
        display: none;
    }

    .navbar-brand{
        margin-right: 0;
    }

    .logo{
        margin: 0;
    }

}

@media screen and (max-width:353px){
    .navbar-toggler{
        padding: 0;
    }

    .navbar-light .navbar-toggler-icon{
        background-size: 90%;
    }
}

/*banner*/
.banner{
  position: relative;
}

.banner-img{
}

.banner-img img{
  width: 100%;
  height: auto!important;
}

.banner-btn{
    position: absolute;
    top: 60%;
    width: 100%;
}

.banner-btn button{
    background-color: #fc3;
    width: 50%;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.banner-btn button:hover{
    background-color: #fdd663;
}

.form-title h4{
  margin-bottom: 10px;
  font-weight: bold!important;
}

.mb-3{
  margin-bottom: 2rem!important;
  padding: 0 15px;
}

.form-size{
  width: 100%;
}

.all-btn{
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.all-btn button{
  background-color: #fc3;
  width: 100%;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}

.all-btn button:hover{
  background-color: #fdd663;
}

.main-title h1{
  text-align: center;
  color: #fc3;
  font-weight: bold!important;
}

.main-title{
  margin-bottom: 10px;
  text-align: center;
  padding: 30px 0;
}

.main-text{
  text-align:center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #cccccc;
}

/*contact*/

.gender  input[type="radio"]{
    opacity:0
}

.gender label{
    padding: 0 15px;
    position: relative;
}

.gender label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    left: -10px;
    border: 1px solid #999999;
    top: 2px;
}

.gender input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #999999;
    border-radius: 50%;
    left: -7px;
    z-index: 1;
    top: 5px;
}

.property  input[type="checkbox"]{
    opacity:0
}

.property label{
    position: relative;
}

.property label:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -15px;
    border: 1px solid #cccccc;
    top: 3px;
}

.property input[type="checkbox"]:checked + label:after {
    content: '';
    background: url(../images/check.svg);
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: -13px;
    z-index: 1;
    top: 5px;
}

.contact-phone{
    margin-top: 30px;
    font-size: 20px;
    color: #bf0000;
}

.contact-line{
    color: #95c804;
    font-size: 20px;
    margin-top: 15px;
}

.contact-img{
    margin-top: 25px;
}

.contact-img img{
    width: 100%;
}

@media (max-width:767px){
    .contact-img-area{
        display: none;
    }
}

@media (min-width:768px){
    .contact-img-xs{
        display: none;
    }
}

/*ps*/
.ps{
    color: #ffffff;
    background-color: #3b3b3b;
    padding: 30px 20px;
}

.ps-text{
    font-size: 14px;
}

/*service*/

.service{
    background-image: url(../images/bg-2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #e0eaeb;
    padding: 30px 0;
}

/*.service-bg img{
    width: 100%;
    position: absolute;
    z-index: -1;
}*/

.service-img img{
  width: 100%;
}

.service-main{
  display: flex;
  margin-bottom: 50px;
  margin-top: 20px;
  align-items: center;
}

.service-icon{
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

.service-icon img{
  width: 100%;
  height: 100%;
}

.service-word h3{
  color: #fc3;
  font-weight: bold!important;
  margin-right: 20px;
}

.service-letter{
  margin-top: 5px;
}

.service-letter p{
  font-size: 14px;
}

.service-info p{
  font-size: 18px;
  font-weight: bold;
}

.service-content{
  margin-bottom: 10px;
}

.service-content span{
  font-size: 12px;
  color: #64686d;
}

.service-content p{
  font-size: 14px;
  color: #64686d;
}

.service-inline{
  display: flex;
  align-items: center;
}

.service-all{
  display: flex;
  align-items: center;
}

.service-change{
  display: flex;
  flex-direction: row-reverse;
}

.carousel-cell {
    width: 100%; /* full width */
}

@media screen and (max-width: 768px){
  .service-main{
    margin-bottom: 25px;
  }
}

/*items-img*/
.items-img img{
    width: 80%;
    border-radius: 50%;
}

.items-title{
    font-size: 18px;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
}

.items{
    background-image: url(../images/items-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 50px;
}

.items-text{
    text-shadow: 1px 1px #bdbdbd;
}

.items-cell{
    width: 25%;
    text-align: center;
    margin: 0 15px;
}

.items-all{
    margin-top: 30px;s
}

@media screen and (max-width:767px) {
    .items-cell{
        width: 50%;
    }
}

/*footer*/
footer{
  background-color: #3b3b3b;
  color: #ffffff;
  padding: 20px;
}

.footer-dacn{
  text-align: center;
  margin-top: 10px;
}

.footer-dacn a{
  color: #b97700;
  font-weight: bold;
  text-decoration: underline;
}

.footer-dacn a:hover{
  color: #cccccc;
  text-decoration: underline;
}


.contact{
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.contact img{
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

.flickity-page-dots{
    display: none;
}

.flickity-prev-next-button.next {
    right: -50px;
}

.flickity-prev-next-button.previous{
    left: -50px;
}

@media screen and (max-width:768px) {
    .flickity-prev-next-button.next {
        right: 10px;
    }

    .flickity-prev-next-button.previous{
        left: 10px;
    }
}
