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

section{
  margin-bottom: 50px;
}

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

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

.logo img{
  width: 100%;
}

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

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

.banner-img{
}

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

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

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

.form-area{
  background-color: #ffc107bd;
  padding: 10px 5%;
  height: 600px;
  display: flex;
  align-items: center;
}

.form-contact{
  margin: 5px 0;
}

.form-contact a:first-child{
  background-color: #ff7907;
  color: #ffffff;
  padding: 5px 15px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 20px;
}

.form-contact a:last-child{
  background-color: #00c200;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 20px;
}

.form-contact a:last-child i{
  margin-right: 10px;
  font-size: 24px;
  vertical-align: text-bottom;
}

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

.form-size{
  width: 100%;
}

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

.all-btn button{
  background-color: #f99200;
  width: 100px;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #b58802;
}


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

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

.main-title::before{
  content: "";
  position: absolute;
  width: 140px;
  bottom: -5px;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.main-title::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -16px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #f9ba48;
}

.main-text{
  text-align:center;
  margin-bottom: 20px;
}

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

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

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

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

.service-word h3{
  color: #f9ba48;
  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;
}

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

/*about*/

.about-text h4{
  font-weight: bold!important;
}

.about-title{
  text-align: center;
  /*background: linear-gradient(to bottom,#f99200,#f9ba48);
  background: -webkit-linear-gradient(top,#f99200,#f9ba48);
  background: -o-linear-gradient(bottom,#f99200,#f9ba48);
  background: -moz-linear-gradient(bottom,#f99200,#f9ba48); */
  padding: 15%;
  color: #ffffff;
}

.about-title h4{
  font-weight: bold!important;
}

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

.about-list{
  list-style: outside;
  padding: 0 20px;
}

.about-list li{
  margin-bottom: 5px;
}

.about-list-area{
  padding: 15px;
  /* background-color: #a65e09; */
  color: #000000;
  height: 80px;
  display: grid;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.about-btn{
  align-self: flex-end;
}

.about-title-other{
  /* background: #fff1d9; */
  color: #000000;
  /* border: 1px solid #f9ba48;
  border-bottom: none; */
}

.about-list-area-other{
  /* background-color: #ffffff; */
  color: #000000;
  /* border: 1px solid #f9ba48; */
  border-top: none;
}

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

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

.footer-dacn a{
  color: #000000;
  color: #794e00;
  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;
}
