.contact-page {
  padding: 50px 0;
  font-size: 16px;
  font-family: GoogleSans, Arial, sans-serif;
  line-height: 1.42857143;
}

.box-logo-misa img {
  width: 150px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.contact-head-content {
  text-align: center;
  padding-bottom: 40px;
}

.contact-item {
  padding-bottom: 20px;
}

.contact-office {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #0077c5;
}

.contact-item a {
  color: #337ab7 !important;
}

.c-office {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #0077c5;
  padding-bottom: 5px;
}

.c-block-business {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #3f3f3f;
  font-size: 14px;
  padding-bottom: 2px;
}

.c-address {
  font-size: 14px;
}

.c-phone {
  font-size: 14px;
}

.c-email {
  display: flex;
  font-size: 14px;
}

.c-email .c-email-detail {
  display: grid;
  padding-left: 6px;
}

.send-require {
  text-align: center;
  position: relative;
}

.send-require-title {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #0077c5;
  display: inline-block;
}

.box-send-require {
  padding-top: 30px;
}

.box-send-require input.control-input,
.box-send-require textarea.control-input,
.box-send-require select,
.get-contact-info select {
  border-radius: 25px;
  font-size: 15px;
  padding: 10px 15px;
  height: 40px;
  width: 100%;
  color: #444;
  border: 1px solid #e1e1e1;
  margin-bottom: 12px;
  outline: none;
  resize: none;
}

.box-send-require select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/sites/misa/images/pages/home/ic_arrow_down.svg) no-repeat
    center right 12px;
  background-size: 14px;
  padding: 0 15px;
}

.box-send-require input.control-input:focus,
.box-send-require textarea.control-input:focus,
.box-send-require select:focus {
  border-color: #3096d9 !important;
}

.box-send-require textarea.control-input {
  height: auto;
  min-height: initial;
}

input.btnSendRequire {
  display: block;
  text-align: center;
  line-height: 44px;
  border-radius: 22px;
  height: 44px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  background: #3096d9;
  color: #fff;
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  margin-top: 20px;
  padding: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.send-require-detail,
.send-require-title {
  text-align: center;
}

.send-require-content {
  padding-top: 30px;
}

.video-title {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #0077c5;
  text-align: center;
}

/*#region Lien he voi misa */
.contact-action {
  padding: 0 0 70px 0;
}

.get-contact-title {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #0077c5;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 52px;
}

.tr-contact {
  display: flex;
  align-items: center;
}

.td-contact-left {
  width: 45%;
  margin-bottom: 12px;
}

.td-contact-right {
  width: 55%;
}

.get-contact-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/sites/misa/images/pages/home/ic_arrow_down.svg) no-repeat
    center right 10px;
  background-size: 12px;
  padding: 0 25px 0 15px;
}

.cls-result-contact {
  display: none;
  padding-top: 20px;
  line-height: 26px;
}

.product-type {
  font-size: 18px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  padding-bottom: 10px;
}

.get-contact-info strong {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #0077c5;
}

.location-name {
  color: #0085ad;
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.hotlineVPTCT span {
  font-size: 16px;
}

.hotlineVPTCT a {
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin-left: 10px;
}

.telephoneOffice a {
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.get-contact-bottom {
  padding-top: 30px;
  margin-top: 20px;
  position: relative;
}

.get-contact-bottom .misa-support {
  padding-bottom: 10px;
}

.get-contact-bottom .misa-support a {
  color: #0077c5;
}

.get-contact-bottom .calendar {
  padding-bottom: 5px;
}

.get-contact-bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #fffcf9, #ccc, #fffcf9);
  left: 0;
  top: 0;
}
/*#endregion */

/*#region Popup ket qua gui yeu cau */
.popup-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 9999;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.popup-body {
  background: #fff;
  border-radius: 7px;
  margin: 15px;
}

.popup-title {
  background-color: #018937;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 28px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.popup-content {
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
}

.popup-footer {
  padding: 20px;
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

input.btnClosePopupResult {
  display: block;
  text-align: center;
  line-height: 44px;
  border-radius: 22px;
  height: 44px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  background: #018937;
  color: #fff;
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  width: 160px;
  margin: 0 auto;
}
/*#endregion */

/*region Hotline */
.hotline {
  position: fixed;
  bottom: 3px;
  right: 51px;
  z-index: 2;
}
/*endregion*/
/*#endregion */

/*#region Responsive trang lien he */
@media (min-width: 980px) {
  .send-require-content {
    display: flex;
    align-items: center;
  }

  .send-require:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fffcf9, #ccc, #fffcf9);
    left: -40px;
  }
}

@media (max-width: 979px) {
  .contact-page .contact-info {
    padding: 0;
  }

  input.btnSendRequire {
    max-width: 400px;
    margin: 10px auto;
  }

  .box-video-intro {
    padding-top: 30px;
  }

  .send-require .send-require-content {
    padding: 0;
  }

  .send-require-content .col-md-10,
  .send-require-content .col-md-14 {
    padding: 0;
  }

  .box-send-require {
    padding: 30px 0 0;
  }

  .contact-action {
    padding: 0 0 50px 0;
  }

  .contact-page {
    padding: 40px 0;
  }

  .contact-head-content {
    padding-bottom: 30px;
  }

  .get-contact-info {
    padding-bottom: 30px;
  }

  .get-contact-title {
    padding-bottom: 20px;
  }

  .tr-contact {
    display: block;
    padding-bottom: 12px;
  }

  .td-contact-left {
    width: 100%;
    margin-bottom: 5px;
  }

  .td-contact-right {
    width: 100%;
  }

  .cls-result-contact {
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .contact-head-content {
    padding-bottom: 30px;
  }
}
/*#endregion */

/*#region Quick action */
.float-quick-action {
  font-family: GoogleSans;
  font-size: 16px;
  height: 50px;
  position: fixed;
  bottom: 62%;
  z-index: 10;
  right: 0;
}

.float-quick-action a.hotline-bottom,
.float-quick-action a.hotline-bottom:hover {
  opacity: 1;
}

.float-quick-action a.hotline-bottom {
  background: #3096d9 url(/sites/misa/images/ic_hotline.svg) no-repeat left 10px
    center;
  background-size: 28px;
  width: 50px;
  height: 50px;
  color: #fff;
  padding: 7px 5px 7px 40px;
  border-radius: 7px 0 0 7px;
  text-decoration: none;
  transition: width 0.8s;
  -webkit-transition: width 0.8s;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  overflow: hidden;
  float: right;
}

.float-quick-action .text-quick-action {
  display: none;
  white-space: normal;
  overflow: hidden;
  padding-left: 10px;
}

.float-quick-action .text-hotline-bottom {
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}

.float-quick-action .phone-bottom {
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 980px) {
  .float-quick-action a.hotline-bottom:hover {
    width: 170px;
  }

  .float-quick-action a.hotline-bottom:hover .text-quick-action {
    display: block;
  }
}

@media (max-width: 979px) {
  .float-quick-action a.hotline-bottom {
    background-size: 24px;
    width: 40px;
    height: 40px;
    background-position: left 8px center;
    padding: 0;
  }
}
/*#endregion*/

/* nmduc2 form veryfy */
.otp-input-fields {
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #020250 44;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px;
}
.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}
.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}
.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #ccc;
  font-size: 20px;
}

.popup-verify-content {
  margin-top: 56px;
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.popup-verify-footer {
  display: flex;
  border: 1px solid #ccc;
  padding: 16px 33px;
  justify-content: flex-end;
  background-color: #f2f2f2;
  border-radius: 0 0 6px 6px;
}
.btnClosePopupResult_verify {
  margin-right: 13px;
  padding: 9px 24px;
  border-color: unset;
  background: #fff;
  color: #000;
  outline: none;
  border: none;
  font-weight: 600;
  width: 92px;
  border-radius: 5px;
  font-family: GoogleSans, Arial, sans-serif;
}
.btnConfirmPopupResult_verify {
  margin-right: 13px;
  border-color: unset;
  background: #3096d9;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 600;
  width: 92px;
  border-radius: 5px;
  font-family: GoogleSans, Arial, sans-serif;
}
img.verify-popup-close {
  position: absolute;
  top: -48px;
  right: 10px;
  cursor: pointer;
}
/* end */

/* form popup OTP  */
/* CSS cho popup */
.otp-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.otp-popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 500px;
  border-radius: 4px;
}

.otp-popup-content h2 {
  margin-top: 0;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1px;
}

.otp-input {
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px;
}

.otp-popup-content button {
  background-color: #2680eb;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.otp-popup-content .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 4px;
}

.otp-popup-content .close:hover,
.otp-popup-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.otpPopup-button {
  display: flex;
  justify-content: end;
  gap: 10px;
  background-color: #d7d7d7;
  padding: 8px;
  border-radius: 0px 0px 4px 4px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

button#close {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}
/* end */

.otpPopup-title {
  padding: 8px;
  text-align: center;
  font-size: 15px;
}

.wrap-otpPopup {
  padding: 22px;
}

.check-time {
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}
.wrap-cpntent {
  width: 300px;
  margin: 0 auto;
}
div#sendOTP {
  color: #9a9a9a;
  margin-left: 10px;
  cursor: pointer;
}

div#sendOTP:hover {
  color: #838383;
}
.error {
  color: red;
  border-radius: 4px;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 23px;
}
.error.check-otp {
  margin-left: 86px;
  margin-top: 3px;
  font-size: 13px;
  margin-bottom: 16px;
}
.img-gmail {
  display: flex;
  justify-content: center;
}

/* popup thành công */
.popup-icon {
  font-size: 36px;
  color: white;
}

.circle {
  width: 80px;
  height: 80px;
  background-color: green;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.popup {
  display: none;
  z-index: 999;
  width: 240px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9); /* Màu nền trong suốt */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.popup.show {
  display: block;
  border-radius: 4px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.popup-wrapper-code {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Màu xám xung quanh */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
div#successPopup p {
  font-size: 16px;
}
/* end */
@media (max-width: 979px) {
  .otp-popup-content {
    width: 85%;
  }
}
