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

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

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

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

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

.banner-img{
}

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

.banner-top{
    width: 50%!important;
    position: absolute;
    right: 10%;
    top: 10%;
    margin-top: 0!important;
}

@media screen and (max-width:767px){
    .banner-top{
        top: 7%;
    }
}

.form-position{
  width: 100%;
  position: absolute;
  bottom: 0;
}

.form-title{
    color: #ffffff;
}

.form-title h2{
  margin-bottom: 10px;
}

.form-area{
  padding: 30px 50px;
  background-color: #ffa8c2cc;
}

.input-group{
    margin-bottom: 20px;
}

@media (max-width:767px){
    .form-position{
        top: calc(50% - 300px);
    }

    .form-area{
         padding: 30px 15px;
    }

}

.form{
    width: 100%;
    margin: 0 auto;
}

.form-control{
    padding: 0 5px;
    height: auto;
}

.form-size{
  width: 100%;
}

.all-btn{
  display: flex;
  justify-content: space-between;
}

.all-btn button:first-child{
    background-color: #00c200;
}

.all-btn button{
  background-color: #f99200;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 15px;
}

/*service*/

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

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

.service-text p{
    color: #82807e;
}

.service-area{
    margin: 30px 0;
}


/*contact*/

.contact{
    margin: 50px 0;
    background-image: url(../images/bg-2.png);
    background-color: #ffa8c2;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-area{
    text-align: center;
    padding: 30px 0;
    border-right: 1px solid #fb7fa5;
}

.contact-area.gray{
    background-color: #dcdcdc;
}

.contact-icon img{
    width: 60px;
    margin: 0 auto;
}

.contact-text{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 3px;
}

.contact-area.gray .contact-text{
    color: #ffa8c2;
}

/*problem*/

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

.problem-title{
    text-align: center;
    margin-bottom: 30px;
}

.problem-title p{
    font-size: 24px;
}

.problem-area{
    display: flex;
}

.problem-area{
    background-color: #ffa8c2;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.problem-area span{
    padding: 15px;
    color: #505050;
    border-left: 10px solid #ffa8c2;
    background-color: #ffffff;
    font-size: 18px;
}

.problem-area p{
    padding:15px;
    color: #ffffff;
}

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

/*case*/

.case{
    background-image: url(../images/case.jpg);
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: cover;
    background-color: #dedede;
}

.case-user{
    padding: 15px 5px;
    margin-bottom: 30px;
    text-align: right;
    color: #ffa8c2;
}

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

.case-area{
    margin-bottom: 30px;
}

.case-content{
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: justify;
}

.case-all{
    background-color: #ffffff;
    padding: 30px;
    border-bottom: 5px solid #ffa8c2;
    width: 80%;
    margin: 0 auto;
}

.case-title{
    color: #ffa8c2;
    font-size: 28px;
    font-weight: bold;
}

.case-img{
    margin-top: 15px;
    text-align: right;
}

.case-img img{
    width: 100px!important;
    margin-left: auto;
    border-radius: 50%;
    border: 2px dashed #ffa8c2;
}

.case-site{
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    padding: 0 5px;
}

@media (min-width: 1200px){
    .case .container {
        max-width: 70%;
    }
}

.case .container{
    padding: 0 15px;
}



/*from*/

.from{
    padding: 50px 0;
}

.form-control{
    border: 0;
    border-bottom: 2px solid #ff2062;
}

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

.ok-btn button{
    color: #ffffff;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
    background-color: #01908d;
    border: 2px solid #01908d;
}

.ok-btn button:hover{
    background-color: transparent;
    color: #01908d;
    background-color: rgba(255, 255, 255, 0.3);
}

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

.input-group select{
    -webkit-appearance: none;
}

.input-select{
    position: relative;
}

.input-select::after{
    content: '\f0d7';
    position: absolute;
    right: 10px;
    color: #ff2062;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    z-index: 4;
}

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

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

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

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