/**/
.full-contact {
  padding: 0 0 120px;
}
/**/
.lh-item-tt label {
  display: block;
  font-size: 24px;
  margin: 24px 0 10px;
}
.lh-item-tt {
  text-align: center;
  margin-bottom: 40px;
}
.lh-item-tt i {
  color: #ff6600;
  font-size: 48px;
}
.lh-box iframe {
  width: 100%;
}
/**/
.lhbox-form-wrap {
  max-width: 800px;
  margin: 70px auto 0;
  padding: 64px;
  border-radius: 64px;
  background-color: #f4eee5;
  text-align: center;
}
.lhbox-form-wrap > h3 {
  font-size: 30px;
  font-weight: 600;
}
.lh-form .form-input input {
  background-color: #fff;
  border: 0;
  padding: 0 15px;
  font-style: unset;
  border-radius: 20px;
}
.lh-form .form-input textarea {
  border-radius: 20px;
  padding: 15px;
  border: 0;
  width: 100%;
  max-height: 140px;
}
.hvg-btnsubmit {
  background-color: #ff6600;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 10px 40px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  min-width: 210px;
}
.hvg-btnsubmit:hover {
  background-color: #385469;
}
.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;
  }
  /**/
}
@media only screen and (max-width: 810px) {
  .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) {
  .full-contact {
    padding: 0 0 50px;
  }
  .form-input label {
    margin-bottom: 0;
    font-size: 13px;
  }
  .lh-item-tt {
    margin-bottom: 20px;
  }
  .lh-item-tt label {
    font-size: 22px;
    margin: 10px 0;
  }
  .lh-item-tt i {
    font-size: 38px;
    line-height: normal;
  }
  /**/
  .lhbox-form-wrap {
    margin: 20px auto 0;
    padding: 40px;
  }
}
@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-form-wrap > h3 {
    font-size: 22px;
    font-weight: 600;
  }
  .lhbox-form-wrap {
    padding: 20px;
  }
}