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

header{
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #f1eae2;
    top: 0;
    z-index: 3;
}

.logo{
  width: 100px;
  margin-right: 20px;
}

.bg-light{
    background-color: transparent!important;
}

.navbar-light .navbar-nav .nav-link{
    color: #040100;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #c5c5c5;
}

.navbar-light .navbar-toggler{
    background-color: #ffffff;
}

.header-top{
    background-color: #d6340e;
    text-align: center;
}

.header-top a{
    color: #ffffff;
    display: inline-block;
}

.header-top a:hover{
    color: #eeeeee;
}

.header-top span:first-child{
    margin-right: 15px;
}

@media (max-width:767px){
    .logo{
        width: 80px;
    }
}

/*banner*/

.banner{
    padding: 0 50px;
    padding-top: 95px;
    background-color: #f1eae2;
}

.banner-left{
    text-align: center;
    margin: 30px 0;
}

.banner-left img{
    width: 80%;
}

.banner-right{
    width: 80%;
    margin: 0 auto;
}

.banner-title h4{
    font-weight: bold!important;
    text-align: center;
    margin-bottom: 5px;
}

.banner-title p{
    font-weight: bold!important;
    text-align: center;
    color: #fa5d10;
    font-size: 18px;
    margin-bottom: 30px;
}

@media (max-width:767px){
    .banner-left img{
        width: 100%;
    }

    .banner-right{
        width: 100%;
    }

    .banner{
        padding: 0 15px;
        padding-top: 110px;
    }

    .description{
        margin-top: auto!important;
    }
}

/*form*/

.form{
    background-color: #000000;
}

.form-title{
    margin-bottom: 15px;
}

.form-title h4{
    font-weight: bold!important;
    text-align: center;
    margin-bottom: 5px;
}

.form-title p{
    color: #990000;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}

.fa-bookmark {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: calc(50% - 10px);
    font-size: 24px;
    color: #a6a6a6;
}

.list-control{
    text-align: center;
    text-align-last:center;
}

option{
    text-align: center;
}

select{
    opacity: 0;
    width: 100%!important;
    position: absolute!important;
    top: 0;
}

.form-btn{
    text-align: right;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.form-btn button{
    background-color: #f99200;
    padding: 3px 20px;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #a2a2a2;
}

.form-btn button:hover{
    background-color: #ffa628;
}

.input-group{
    width: 80%;
    margin: 0 auto;
}

@media (max-width:767px){
    .input-group{
        width: 100%;
    }

    .form-btn{
        width: 100%;
    }

    .form-title p{
        letter-spacing: normal;
    }
}

/*description*/

.description{
    margin-top: -150px;
    background-color: #f1eae2;
}

.description-text{
    background-color: #d6340e;
    padding-bottom: 150px;
}

.description-text p{
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2;
    padding-bottom: 50px;
}

.description-circle img{
    width: 100%;
}

.form-link{
    display: flex;
    justify-content: center;
}

.form-link img{
    width: 30px;
    margin-right: 10px;
}

.form-link a:first-child{
    background-color: #09c50e;
    padding: 3px 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid  #ffffff;
}

.form-link a:last-child{
    border: 1px solid  #d6340e;
    color: #d6340e;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
}

.form-link a:first-child:hover{
    background-color: #eda845;
}


.form-link a:last-child:hover{
    background-color: #f3ddbe;
}

@media (max-width:767px){
    .form-link a:first-child{
        margin-right: 10px;
    }
}

/*item*/

.item{
    padding: 50px 0;
    background-color: #f1eae2;
}

.item-title h5{
    font-weight: bold!important;
    color: #d6340e;
    margin-bottom: 30px;
    text-align: center;
}

.item-img img{
    width: 100px;
}

.item-area{
    text-align: center;
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 20px;
    width: 165px;
    height: 165px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 2px solid #bfbfbf;
}

.item-text{
    color: #d6340e;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

.item-right{
    text-align: center;
}

.item-right img{
    width: 80%;
}

.item-area:hover{
    border-color: #d6340e;
}

@media (max-width:991px){
    .item-area{
        width: 145px;
        height: 145px;
    }

    .item-img img{
        width: 80px;
    }

    .item-text{
        font-size: 16px;
    }
}

/*service*/

.service{
    background-color: #d6340e;
    padding-top: 80px;
}

.service-right{
    text-align: center;
}

.service-right img{
    width: 80%;
}

.service-title h4{
    display: inline-block;
    color: #ffffff;
    font-weight: bold!important;
    position: relative;
    margin-right: 50px;
}

.service-title h4::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    right: -48px;
    top: 12px;
    background-color: #ffffff;
    margin: 0 10px;
}

.service-title p{
    display: inline-flex;
    color: #ffffff;
    margin-bottom: 80px;
    line-height: 2;
}

@media (max-width:767px){
    .service .row{
        flex-direction: column-reverse;
    }

    .service-title{
        padding-top: 30px;
    }
}

/*know*/

.know{
    padding: 80px 0;
    background-color: #f1eae2;
}

.know-title h4{
    display: inline-block;
    color: #d6340e;
    font-weight: bold!important;
    position: relative;
    margin-right: 50px;
    vertical-align: top;
}

.know-title h4::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    right: -48px;
    top: 12px;
    background-color: #d6340e;
    margin: 0 10px;
}

.know-item{
    display: inline-block;
}

.know-item li{
    margin-bottom: 10px;
}

.know-right img{
    width: 100%;
}

@media(max-width:767px){
    .know-title h4{
        margin-bottom: 15px;
    }
}

/*case*/

.case{
    padding: 30px 0;
    background-color: #d6340e;
}

.case-title h3{
    font-weight: bold!important;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.case-bg{
    background-image: url(../images/case.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 100px;
}

.case-user{
    color: #d6340e;
    font-size: 18px;
}

.case-content{
    line-height: 2;
    font-size: 18px;
}

.owl-nav{
    text-align: right!important;
}

.owl-carousel .owl-nav button.owl-next , .owl-carousel .owl-nav button.owl-prev{
    position: relative;
}

.owl-carousel .owl-nav button.owl-next span , .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}

.owl-carousel .owl-nav button.owl-next::after{
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    color: #1e6aba;
    font-weight: bold;
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-prev::after{
    content: '\f30a';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    right: 0;
    color: #1e6aba;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width:767px){
    .case-bg{
        padding: 80px 15px;
        background-size: cover;
    }

    .case-content{
        font-size: 14px;
    }
}

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

footer .contact-area{
    background-color: transparent;
}

.footer-ps p{
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 20px 10px;
    margin: 0 auto;
    background-color: #d6340e;
}

.footer-info{
    margin-bottom: 30px;
}

.footer-info h5{
    margin-bottom: 15px;
}

.footer-info a{
    margin-bottom: 10px;
    color: #ffffff;
    display: block;
}

.footer-btn img{
    width: 50px;
    margin-right: 15px;
}

.footer-btn a{
    border: 1px solid;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    letter-spacing: 3px;
}

.footer-dacn{
  text-align: center;
  margin-top: 30px;
  letter-spacing: 2px;
}

.footer-dacn a{
  color: #ffffff;
}

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

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

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

@media (max-width:991px){
    .footer-btn a{
        width: 100%;
    }
}
