@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-color: #ae875c!important;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 1px 1px 3px #ced4da;
  border-bottom: 5px solid #ffffff;
}

#contact{
    border-bottom: 15px solid #d0d0d0;
}

.logo{
  width: 250px;
}

.navbar{
    padding: 0.4rem;
}

.navbar-brand{
  color: #ffdc65!important;
  font-weight: bold;
  font-size: 26px;
  margin-right: 0;
}

.navbar-toggler{
    padding: 0 .25rem;
}

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

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
    font-size: 18px;
}

.nav-link i{
    font-size: 10px;
    margin-right: 5px;
}
/*banner*/
.banner{
  position: relative;
}

.banner-img{
}

.banner-img img{
  width: 100%;
  min-height: 1000px;
  object-fit: cover;
  max-height: 1200px;
}

.left-img{
    width: 100px;
    margin: 0 auto;
}

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

.left-text{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #505050;
    margin: 15px 0;
    text-shadow: 1px 1px 1px #e5e5e5;
}

.form-info{
    font-size: 26px;
    color: #505050;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.form-info p{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.form-contact{
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    color: #505050
}

.form-contact a{
    padding: 0 15px;
    display: inline-block;
}

.form-contact i{
    margin-right: 10px;
    font-size: 22px;
    transform: rotate(-45deg);
}

.list-icon {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: calc(50% - 10px);
    font-size: 20px;
    color: #9e9994;
}

.form-position{
  position: absolute;
  top: calc(50% - 325px);
  right: 0;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 767px){
    .form-position{
         top: 10%;
    }
}

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

.form-area{
  background-color: rgba(255, 255, 255, 0.65);
  padding: 10px 5%;
  height: 650px;
  display: flex;
  align-items: center;
}

.mb-3{
  margin-bottom: 2rem!important;
}

.mb-3 input{
    text-align: center;
}

.mb-3 select{
    text-align-last: center;
}

.form-size{
  width: 100%;
}

.all-btn{
  text-align: right;
  margin-bottom: 10px;
}

.all-btn button{
  background-color: #bf3636;
  width: 100px;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
}


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

.main-title{
  position: relative;
  margin-bottom: 20px;
}

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

/*service*/

.service-bgimage{
    background-image: url(../images/left-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.service-bgimage-right{
    background-image: url(../images/right-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.service-bgcolor{
    padding: 30px 0;
    background-color: #e6e6e6;
}

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

.service-img{
    position: relative;
}

.service-img::after{
    content: '';
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 150px;
    width: 150px;
    border-bottom: 15px solid #be9f7c;
    border-left: 15px solid #be9f7c;
}

.service-border::after{
    right: -15px;
    border-right: 15px solid #be9f7c;
    left: auto;
    border-left: none;
}

.service-main{
  margin: 20px 0;
}

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

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

.service-word p{
  color: #c2a585;
  font-weight: bold!important;
  font-size: 24px;
  margin-right: 20px;
  border-bottom: 2px solid;
  padding-bottom: 15px;
}

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

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

.service-info p{
  font-size: 18px;
  color: #505050;
}

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

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

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

.service-inline{

}

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

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

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

/*about*/

.about{
    background-image: url(../images/about.png);
    background-color: #cab195;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    padding: 2% 0 10% 0;
}

.about-area{
    background-color: #ffffff;
    padding: 30px;
}

.about-img{
    background-color: #ae875c;
border-radius: 50%;
padding: 50px;
}

.about img{
    width: 100%;
}

.about-text{
    color: #ffffff;
    background-color: #4d3418;
    text-align: center;
    border-bottom: 20px solid #ffffff;
    padding: 2px 0;
    margin-bottom: 15px;
}

.case{
    padding: 30px 0;
}

.case-area{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

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

.case-text{
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 3px solid #a49179;
    text-align: center;
    display: inline-block;
    position: absolute;
}

.case-text img{
    width: 20px;
    margin-right: 5px;
}

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

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

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

.footer-dacn a:hover{
  color: #b97700;
  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;
}
