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

.banner{
    background-image: url(../images/bg.jpg);
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar{
    padding: 0 1rem;
}

.navbar-brand{
    font-size: 28px;
    font-weight: bold;
    color: #7d7d7d!important;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand span{
    font-size: 16px;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 1rem
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #81916b;
    background-color: #ffffff;
}

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

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

.navbar-light .navbar-toggler{
    background-color: #ffffff;
    margin: 5px 0;
}

.banner-title{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-title h3{
    font-weight: bold!important;
    margin: 30px;
    color: #ffc12b;
}

.banner-title p{
    margin: 15px;
}

.banner-title h4{
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold!important;
}

.banner-area{
    background-color: #ffffffd9;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}

.banner-area h3{
    color: #4d873e;
    letter-spacing: 5px;
}

@media (max-width:767px){
    .banner{
        height: auto;
    }

    .banner-title{
        padding-top: 68px;
    }

    .banner-area{
        width: 100%;
    }
}

.logo{
    width: 150px;
}

/*service*/
.service-img{
    text-align: center;
    position: relative;
}

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

.service-img h4{
    background-color: #5c8f4f;
    color: #ffffff;
    position: absolute;
    bottom: -15px;
    padding: 5px;
    letter-spacing: 3px;
    font-weight: bold!important;
    font-size: 22px;
}

.service-text h4{
    font-weight: bold!important;
    margin: 15px 0;
    text-align: center;
}

.service-text {
    color: #222222;
    text-align: justify;
    padding: 30px;
    letter-spacing: 3px;
    line-height: 2;
    background-color: #ffffff;
}

.service-area{
    margin: 30px 0;
    box-shadow: 1px 1px 10px #b5b5b5;
}

/*case*/

.case-user{
    padding: 15px 0;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #6b5624;
}

.case-user img{
    width: 20px!important;
    margin-right: 10px;
}

.case-area{
    background-color: #eaeaea;
    border-bottom: 5px solid #fbc951;
    padding: 30px;
    margin-bottom: 30px;
}

.case-content{
    letter-spacing: 3px;
    line-height: 2;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.description{
    margin-bottom: 50px;
    text-align: center;
}

.description h5{
    margin: 30px 0;
}

.description button{
    background-color: #717171;
    padding: 5px 30px;
    font-size: 18px;
    color: #ffffff;
}

.description h5 a{
    display: inline-block;
}

/*from*/

.from{
    padding: 30px 0;
    background-color: #dcdcdc;
}

.from h3{
    color: #3e3d3b;
    margin-bottom: 30px;
    font-weight: bold!important;
}
.mb-3{
}

.ok-btn button{
    color: #ffffff;
    background-color: #717171;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0;
}

.input-checkbox {
    padding: 0 15px;
}

/*about*/

.about{
    padding: 50px 0;
    margin-bottom: 50px;
}

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

.about-text{
    margin: 15px;
}

.about-text p{
    margin-bottom: 30px;
    font-size: 18px;
}

.about-text i{
    margin-right: 10px;
    color: #c20702;
    font-size: 28px;
    vertical-align: middle;
}

.about-title h3 span:first-child{
    margin-right: 30px;
    font-size: 56px;
}

.about-title h3 span:last-child{
    margin-left: 30px;
    font-size: 56px;
    vertical-align: text-top;
}

.about-title h4 span{
    display: inline-block;
}

.about-img img{
    width: 100%
}

.about-right{
    padding:0 30px;
}

.about-right h5{
    font-weight: bold!important;
    margin: 30px 0;
    color: #5c8f4f;
    font-size: 24px;
}

.about-right h5 img{
    width: 40px;
}

.about-right p{
    margin: 15px 0;
    letter-spacing: 3px;
}

.about-right p:nth-child(3){
    margin-bottom: 30px;
}

.about-info{
    background-color: #ffcd55;
    width: 60%;
    margin: 15px auto;
}

.about-info span:first-child{
    width: 20%;
    display: inline-block;
    text-align: center;
    border-right: 2px solid;
}

.about-info span:last-child{
    letter-spacing: 3px;
    font-weight: bold;
    width: 80%;
    display: inline-block;
    text-align: center;
}

.about-area{
    border: 1px solid #a0a0a0;
    margin-bottom: 50px;
}

@media (max-width:991px){
    .about-info{
        width: 80%;
    }
}
/*contact*/

.contact-area{
    background-color: #bab8b5;
    padding: 10px 30px;
    text-align: center;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.contact-area{
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
}

.contact-area img{
    width: 50px;
    margin-right: 10px;
}

.contact-bg{
    background-image: url(../images/c-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 30px;
    position: relative;
}

.contact-bg .mask{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffc12b40;
    display: flex;
    align-items: center;
}


/*footer*/

footer{
    background-color: #cfd69a;
    padding: 50px 0;
    letter-spacing: 3px;
    color: #727272;
}

footer hr{
    background-color: #727272;
    margin-top: 50px;
    margin-bottom: 30px;
    height: 1.2px;
}

footer h5{
    margin-bottom: 50px;
}

footer p{
    margin-bottom: 30px;
}

.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;
}
