.btn-style{
   display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #fff !important;
  line-height: normal;
  border: 1px solid transparent;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  
  color: #fff;
    border-radius: 5px;
    border: none;
    background-size: 150% auto;
    background-image: linear-gradient(315deg, #43cea2 0%, #02a6e5 75%);
    font-size: 15px;
}
.btn-style span {
    padding: 10px 14px;
    margin-bottom: 0px;
}
.btn-style:hover{
}
/**/
.full-contact .img-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60%;
}
/**/
.lhbox-left {
  padding-top: 150px;
}
.lhbox-left .desc{
  position: relative;
  color: #143752;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  max-width: 540px;
  margin-bottom: 20px;
}
.lhbox-left .desc img {
  position: absolute;
  bottom: 100%;
  left: -100px;
  width: 100px;
  height: 100px;
}
.lhbox-left .desc b{
  color: #2a77b5;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
}
.lhbox-left h1{
  color: rgba(42, 119, 181, 0.04);
  font-size: 111.762px;
  font-weight: 700;
  line-height: 111.762px;
  transform: rotate(3.798deg);
  text-align: center;
  margin-bottom: 30px;
}
.content-lienhe .diachi {
  margin-bottom: 35px;
}
.content-lienhe label {
  display: flex;
  margin-bottom: 20px;
  font-weight: 600;
  align-items: center;
}
.content-lienhe label svg{
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.content-lienhe a{
  color: #EF870C;
  font-weight: 500;
}
.content-lienhe ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-lienhe ul li{
  margin-bottom: 16px;
  width: calc(50% - 8px);
}
/**/
.lhbox-right h2{
  color: rgba(42, 119, 181, 0.06);
  font-size: 88.996px;
  font-weight: 700;
  line-height: 88.996px;
  transform: rotate(1.608deg);
  text-align: center;
}
.banner-lh {
  position: relative;
  margin-top: -30px;
}
.banner-lh .lienhe-banner {
  width: 100%;
  object-fit: contain;
}
.banner-lh .lienhe-icon {
  position: absolute;
  bottom: -41px;
  right: -20px;
  width: 150px;
}

/**/
.lh-form {
  margin-top: -150px;
  padding: 150px 57px 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lh-form .form-input input{
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.40);
  padding: 8px;
  padding-left: 0;
  font-style: unset;
}
.lh-box{
  position: relative;
}
.gift-box-lh {
  position: absolute;
  bottom: 0;
  left: 150px;
  max-width: 350px;
  object-fit: contain;
}
@media only screen and (max-width: 990px) {
  .lhbox-right h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .lhbox-left .desc {
    font-size: 26px;
    line-height: 30px;
  }
  .lhbox-left .desc b {
    font-size: 30px;
    line-height: 40px;
  }
  .lhbox-left h1 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .gift-box-lh {
    left: 10%;
    max-width: 250px;
  }
  /**/
  .lh-form {
    padding: 150px 40px 50px;
  }
}
@media only screen and (max-width: 810px) {
  .btn-style span {
    padding: 15px;
    margin-bottom: 0px;
  }
  .lhbox-left {
    padding-top: 80px;
  }
  .lhbox-left .desc {
    font-size: 22px;
    line-height: 25px;
  }
  .lhbox-left .desc b {
    font-size: 24px;
    line-height: 30px;
  }
  .lhbox-right h2 {
    font-size: 45px;
    line-height: 70px;
  }
  .banner-lh .lienhe-icon {
    width: 100px;
  }
  .lhbox-left h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .content-lienhe ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .gift-box-lh {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .form-input label {
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .col-lh {
    width: 100%;
  }
  .lhbox-left {
    padding-top: 30px;
  }
  .content-lienhe .diachi {
    margin-bottom: 10px;
  }
  .content-lienhe label {
    margin: 10px 0;
  }
  /**/
  .lhbox-left .desc {
    font-size: 18px;
    line-height: 22px;
  }
  .lhbox-left .desc {
    font-size: 20px;
  }
  .lh-form {
    padding: 150px 20px 50px;
    background-size: cover;
  }
  .gift-box-lh {
    max-width: 100px;
  }
}