@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
body {
    font-family: 'Noto Serif TC', serif , Helvetica, Arial, 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    background-color: #fff;
}

section{
  margin-bottom: 50px;
}

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

.bg-light{
    background-color: #ffffff!important;
    flex-direction: column;
}

.logo{
    width: 30%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.navbar-brand{
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 10px;
    color: #808183!important;
}

.navbar-light .navbar-nav .nav-link{
    letter-spacing: 5px;
    color: #808183;
    font-weight: bold;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (max-width:991px){
    .logo{
        width: 125px;
        margin: inherit;
    }

    .bg-light{
        flex-direction: row;
    }
}

/*banner*/
.banner{
  position: relative;
  padding-top: 150px;
  margin-bottom: 150px;
}

.banner-img{
}

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

.form-container{
    padding: 0 50px;
}

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

.form-title{
    text-align: center;
}

.form-title h4{
  margin-bottom: 10px;
  color:#cc9966;
  font-size:24px;
  font-weight: bold!important;
}

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

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


.banner-decorate{
    position: absolute;
    bottom: 0;
    right: 0;
}

.mb-3{
  margin-bottom: 5px!important;
}

.form-size{
  width: 100%;
}

.all-btn{
  text-align: center;
}

.all-btn button{
  background-color: #db9f5d;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  margin: 15px 0;
}

.all-btn p{
    color: #808183;
    letter-spacing: 10px;
}

@media (max-width:991px){
    .banner{
        padding-top: 80px
    }
}

@media (max-width:767px){
    .form-container{
        padding: 0;
    }
}

/*service*/

.service{
    position: relative;
    padding: 5% 0;
    margin-bottom: 150px;
}

.service-bg{
    position: absolute;
    top: -25px;
    text-align: center;
}

.service-bg img{
    width: 45%;
}

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

.service-right{
    padding-left: 50px;
}

.service-title h4{
    color: #cb9e61;
    font-weight: bold!important;
    line-height: 2;
}

.service-item p{
    line-height: 3;
    margin: 30px 0;
    color: #808183;
    font-size: 18px;
}

.service-btn button{
    background-color: #db9f5d;
    color: #ffffff;
    width: 40%;
    letter-spacing: 10px;
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
}

.service-decorate{
    position: absolute;
    bottom: 0;
    left: 30%;
}

@media (max-width:991px){
    .service-btn button{
        width: 80%;
    }

    .service-decorate img{
        width: 60%;
    }
}

/*process*/

.process{
    background-color: #efebe8;
    padding: 100px 0;
}

.process-title h4{
    color: #cc9966;
    text-align: center;
    font-weight: bold!important;
    letter-spacing: 3px;
}

.process-area{
    margin-top: 50px;
}

.process-area img{
    width: 100%;
}

.process-area span{
    font-size: 20px;
    background-color: #db9f5d;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -15px;
    z-index: 1;
    position: relative;
}

.process-area p{
    margin-top: 20px;
    text-align: center;
    letter-spacing: 10px;
    color: #717171;
    font-weight: bold;
}

/*write*/

.write{
    padding: 80px 0;
    position: relative;
}

.write-decorate{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.write-decorate img{
    width: 90%;
}

.write-area{
    background-color: #eaeaea;
    padding: 50px 0;
}

.write-title{
    text-align: center;
    margin-bottom: 30px;
    color: #808080;
    letter-spacing: 5px;
}

.write-title img{
    width: 200px;
    margin-bottom: 30px;
}

.write-btn{
    text-align: center;
}

.write-btn button{
    background-color: #db9f5d;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.write-btn p{
    line-height: 3;
    letter-spacing: 5px;
    color: #808080;
}

.write-bg{
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}

.write-bg img{
    width: 55%;
}

@media (max-width:767px){
    .write-bg{
        top: auto;
        bottom: 0;
    }
}

/*footer*/
footer{
  background-color: #db9f5d;
  color: #ffffff;
  padding: 50px 20px;
  margin-top: 50px;
}

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

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

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