body {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5; }

.contact-us {
  background: url(../assets/image/Contact/group-diverse-people-is-using-digital-devices.png) no-repeat;
  height: 35vw;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 30px;
}

.contact-us .title-contact {
  object-fit: contain;
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  line-height: 0.4;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.address-contact {
  position: relative;
}

.address-contact .content-txt {
  color: #555555;
  text-align: center;
  margin-bottom: 13px;
  line-height: 1.96;
}

.address-contact .row-address {
  padding: 20px 0px 0px 0px;
}

.form-contact {
  background-color: #000;
  padding: 45px 0px;
}

.form-contact .txt-content{
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 20px;
}

.form-contact .form-sbm-contact {
  padding-top: 20px;
}

.form-contact .content-txt {
  color: #555555;
  margin-bottom: 16px;
}

.form-contact .sm-form .btn-submit {
  width: 50%;
  height: 47px;
  background-color: #f27227;
  border-color: #f27227;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.phone-contact {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px 0px;
}

.phone-contact .content {
  background: url(../assets/image/Contact/phone-contact.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 30px;
  border-radius: 30px;
  box-shadow: 50px 50px 99px 0 rgba(44, 44, 44, 0.1);
  border: solid 1px rgba(112, 112, 112, .1);
}
.phone-contact .number-phone {
  object-fit: contain;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  color: #f27227;
}

.phone-contact .content-txt {
  color: #555555;
  margin-bottom: 16px;
}

.row-phone-contact {
  padding: 35px 0px

}

.mobile-form-contact {
  display: none;
}

.phone-contact .mobile-phone-contact {
  display: none;
}

@media (min-width: 1460px) {
  .phone-contact {
    width: 1460px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px 0px;
  }
}

@media (max-width: 767px) {

  .contact-us {
    height: 300px;
  }

  .info-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .sub-txt-content {
    font-size: 10px;
    text-align: left;
  } 
  .form-contact {
    position: relative;
  }

  .hidden-form-contact {
    display: none;
  }

  .mobile-form-contact {
    display: flex;
  }

  .form-contact .col-contact {
    z-index: 1;
  }

  .mobile-form-contact .img-form-contact {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 187px;
  }

  .form-contact .sm-form .btn-submit {
    width: 100%;
  }

  .phone-contact .hidden-phone-contact {
    display: none;
  }

  .phone-contact .mobile-phone-contact {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .phone-contact .content {
    background: none;
  }

  .phone-contact {
    background: none;
  }

  .phone-contact .number-phone {
    text-align: center;
  }

  .phone-contact .content-txt {
    padding-top: 24px;
    text-align: center;
  }

  .col-info-content {
    background: url(../assets/image/Contact/baner-contact.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  .address-contact .content-txt {
    font-size: 10px;
    line-height: 1.96;
    color: #000;
  }
  .address-contact .row-address {
    padding: 10px 0px 0px 0px;
  }
}

@media (min-width: 1920px) {

  .contact-us .title-contact {
    /* font-size: 58px; */
    padding: 54px 0px 34px;
  }

  .info-title {
    /* font-size: 32px; */
    padding: 54px 0px 34px;
  }

  .form-contact .sm-form .btn-submit {
    /* font-size: 20px; */
    height: 56px;
  }

  .phone-contact {
    object-fit: cover;
  }
  
}