@charset "UTF-8";
.sec-under-banner {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec-under-banner {
    margin-top: 40px;
  }
}

/* banner register */
.hcm-online--register-bn {
  background: url("../images/register-bn.jpg") center center no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 632px;
}
.hcm-online--register-bn .hmc-body {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 630px;
  border-radius: 16px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .hcm-online--register-bn .hmc-body {
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 540px) {
  .hcm-online--register-bn .hmc-body {
    top: 40px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
}
.hcm-online--register-bn .hmc-body h4 {
  font-size: 40px;
  margin-bottom: 28px;
  font-weight: 700;
  line-height: 32px;
  line-height: 130%;
}
.hcm-online--register-bn .hmc-body h4 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .hcm-online--register-bn .hmc-body h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .hcm-online--register-bn .hmc-body h4 span {
    display: inline-block;
  }
}
.hcm-online--register-bn .hmc-body .list--tick-white li {
  background: url("../images/tick-white.svg") center left no-repeat;
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 32px;
}
.hcm-online--register-bn .hmc-body .list--tick-white li strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hcm-online--register-bn .hmc-body .list--tick-white li {
    font-size: 16px;
    line-height: 24px;
  }
  .hcm-online--register-bn .hmc-body .list--tick-white li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.hcm-online--register-bn .hmc-body .register-link {
  background: #fff;
  color: #FF730A;
  border-radius: 8px;
  padding: 0 24px;
  line-height: 48px;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .hcm-online--register-bn .hmc-body .register-link {
    display: block;
    margin: 0 auto;
    width: 140px;
    line-height: 40px;
    margin-top: 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .hcm-online--register-bn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hcm-online--register-bn {
    background: url("../images/register-bn-m.jpg") center bottom no-repeat;
    width: 100%;
    height: 1050px;
    margin: 0 auto;
    background-size: cover;
  }
}
@media screen and (max-width: 540px) {
  .hcm-online--register-bn {
    background: url("../images/register-bn-m.jpg") center top no-repeat;
    max-width: 100%;
    width: 100%;
    height: 970px;
    min-height: 970px;
    margin: 0 auto;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hcm-online--register-bn.list-guideline {
    height: auto;
    min-height: 800px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 540px) {
  .hcm-online--register-bn.list-guideline {
    min-height: 680px;
  }
}

.container--package-hcm {
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .container--package-hcm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .container--package-hcm {
    padding-bottom: 20px;
  }
}

.view-packages-mobile {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 36px;
}
.view-packages-mobile.mb-20 {
  margin-bottom: 20px;
}
.view-packages-mobile.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .view-packages-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.new-title-label.title-location {
  position: relative;
}
.new-title-label.title-location .view-packages {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #4564ED;
}
@media screen and (max-width: 834px) {
  .new-title-label.title-location .view-packages {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .new-title-label.title-location .view-packages {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 0 15px;
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .new-title-label.title-location .view-packages {
    right: 15px;
  }
}
.show-zalo {
  position: fixed;
  right: 50px;
  bottom: 160px;
  width: 65px;
  height: 65px;
  z-index: 99;
  display: inline-block;
}
.show-zalo img {
  width: 100%;
  height: 100%;
  border-radius: 90px;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
          box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
}
@media screen and (max-width: 768px) {
  .show-zalo {
    right: 20px;
    bottom: 111px;
  }
}

/* hcm-online--form-home on banner  */
.box-intro-large .hcm-online--form-home {
  position: relative;
  /* width: 1440px;
  margin: 0 auto;
  color: #fff; */
  /* margin-bottom: 80px; */
}

.box-intro-large .hcm-online--form-home img {
  width: 100%;
  height: 736px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-intro-large .hcm-online--form-home .hcm-form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.box-intro-large .hcm-online--form-home .hcm-form .hcm-divform {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}

.box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content {
  width: 570px;
  padding-top: 80px;
}

.box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content .form-head h4 {
  display: inline-block;
  font-size: 72px;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(264deg, #FBC8FF 16.91%, #A1C1FF 59.13%, #FFFDC2 98.9%);
  background: linear-gradient(264deg, #FBC8FF 16.91%, #A1C1FF 59.13%, #FFFDC2 98.9%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
}

.box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content p {
  margin: 16px 0 0;
}
.box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content p.text-small {
  font-size: 12px;
}
.box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content p.text-small a {
  color: #fff;
  font-weight: 700;
}

.hcm_bordered {
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.6));
}

.form--hcm-online {
  width: 464px;
  padding: 2px;
  border-radius: 16px;
  margin-top: 28px;
}
.form--hcm-online .content-block {
  background: url("../images/hcmonline-bn-home.jpg") -300px -300px no-repeat;
  border-radius: 16px;
  padding: 20px;
}
.form--hcm-online .content-block h4 {
  margin-bottom: 12px;
}
.form--hcm-online .content-block .btn-register-internet {
  background: #4564ED;
  padding: 2px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#F9B1FF), color-stop(50%, #97E0FF), to(#FDFFA2));
  background: linear-gradient(-90deg, #F9B1FF 0%, #97E0FF 50%, #FDFFA2 100%);
}
.form--hcm-online .content-block .btn-register-internet .btn-link {
  background: #fff;
  color: #4564ED;
  border-radius: 7px;
  padding: 0 12px;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form--hcm-online .content-block .btn-register-internet .btn-link:hover,
.form--hcm-online .content-block .btn-register-internet .btn-link:focus {
  text-decoration: none;
}
.form--hcm-online input[type=text] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  line-height: 44px;
  height: auto;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
}
.form--hcm-online input::-webkit-input-placeholder {
  color: #D1D1D1;
}
.form--hcm-online input::-moz-placeholder {
  color: #D1D1D1;
}
.form--hcm-online input:-ms-input-placeholder {
  color: #D1D1D1;
}
.form--hcm-online input::-ms-input-placeholder {
  color: #D1D1D1;
}
.form--hcm-online input::placeholder {
  color: #D1D1D1;
}
.form--hcm-online .hcm-online--province-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  line-height: 46px;
  height: auto;
  padding: 0 12px;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 540px) {
  .box-intro-large .hcm-online--form-home .hcm-form {
    width: calc(100% - 15px);
  }
  .box-intro-large .hcm-online--form-home .hcm-form .hcm-divform {
    width: 100%;
  }
  .box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content {
    width: 100%;
    padding-top: 32px;
  }
  .form--hcm-online {
    width: 100%;
  }
  .box-intro-large .hcm-online--form-home .hcm-form .hcm-divform .hcm-form--content .form-head h4 {
    font-size: 36px;
  }
  .box-intro-large .hcm-online--form-home img {
    width: 100%;
    min-height: 908px;
  }
}
form.blue-bg .select2-container .select2-selection--single {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  height: 46px;
  line-height: 44px;
  padding: 8px 12px;
  color: #fff;
}
form.blue-bg .select2-container--default .select2-selection--single .select2-selection__placeholder,
form.blue-bg .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding-left: 0px;
}
form.blue-bg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #D1D1D1 transparent;
  border-width: 0 5px 6px 5px;
}
form.blue-bg .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #D1D1D1 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  top: 48%;
  margin-left: -7px;
  margin-top: -1px;
  position: absolute;
  width: 0;
}
form.blue-bg .select2-container--default .select2-selection--single .select2-selection__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

/* Custom scrollbar select2 (WebKit browsers like Chrome, Edge, Safari) */
.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.form-consulting.orange-bg h4 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 540px) {
  .form-consulting.orange-bg h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.form-consulting.orange-bg input[type=text] {
  border: 1px solid #ccc;
  border-radius: 8px;
  line-height: 46px;
  height: auto;
  padding: 0 12px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 540px) {
  .form-consulting.orange-bg input[type=text] {
    height: 44px;
    line-height: 44px;
  }
}
.form-consulting.orange-bg .row-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.form-consulting.orange-bg .row-text div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 540px) {
  .form-consulting.orange-bg .row-text {
    display: block;
  }
  .form-consulting.orange-bg .row-text div:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
.form-consulting.orange-bg .rows {
  margin-top: 16px;
}
.form-consulting.orange-bg .row-btn {
  margin-top: 32px;
}
.form-consulting.orange-bg .row-btn button {
  width: 100%;
  padding: 0 14px;
  line-height: 48px;
  font-size: 16px;
  background: #4564ED;
  color: white;
  border: none;
  border-radius: 8px;
}
@media screen and (max-width: 540px) {
  .form-consulting.orange-bg .row-btn button {
    line-height: 44px;
  }
}
.form-consulting.orange-bg label {
  font-size: 14px;
  font-weight: 500;
}
.form-consulting.orange-bg .note {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin: 0;
}
.form-consulting.orange-bg .note.note-under-button {
  padding-top: 8px;
}

.form--consulting {
  position: relative;
  min-height: 632px;
  width: 100%;
  display: block;
}
.form--consulting .form-consulting {
  padding: 32px 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 530px;
  background: #fff;
  border-radius: 16px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .form--consulting .form-consulting {
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 540px) {
  .form--consulting .form-consulting {
    top: 80px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
}

.form-control {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 4px;
}

.sec--customer-registration {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 80px;
}
.sec--customer-registration .new-title-label {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec--customer-registration .new-title-label {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec--customer-registration {
    margin-bottom: 40px;
  }
}

.form-wrapper--cgtv {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 40px;
}
.form-wrapper--cgtv .form-group {
  margin-bottom: 16px;
}
.form-wrapper--cgtv .input-text {
  outline: none;
  border: 1px solid #D1D1D1;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  color: #3D3D3D;
  border-radius: 8px;
}
.form-wrapper--cgtv .input-text::-webkit-input-placeholder {
  color: #D1D1D1;
  opacity: 1;
  /* Firefox */
}
.form-wrapper--cgtv .input-text::-moz-placeholder {
  color: #D1D1D1;
  opacity: 1;
  /* Firefox */
}
.form-wrapper--cgtv .input-text:-ms-input-placeholder {
  color: #D1D1D1;
  opacity: 1;
  /* Firefox */
}
.form-wrapper--cgtv .input-text::-ms-input-placeholder {
  color: #D1D1D1;
  opacity: 1;
  /* Firefox */
}
.form-wrapper--cgtv .input-text::placeholder {
  color: #D1D1D1;
  opacity: 1;
  /* Firefox */
}
.form-wrapper--cgtv .input-text::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #D1D1D1;
}
@media screen and (max-width: 540px) {
  .form-wrapper--cgtv .input-text {
    height: 44px;
    line-height: 44px;
  }
}
.form-wrapper--cgtv label {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.form-wrapper--cgtv label small {
  color: #888888;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .form-wrapper--cgtv label {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-wrapper--cgtv .note {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin: 0;
}
.form-wrapper--cgtv .note a {
  font-weight: 700;
}
.form-wrapper--cgtv .note.note-under-button {
  padding-top: 8px;
}
.form-wrapper--cgtv .btn-accept {
  padding: 0px 24px;
  line-height: 48px;
  color: #fff;
  border: none;
  background: #4564ED;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  opacity: 1;
  text-shadow: none;
  width: 100%;
  margin-top: 40px;
}
.form-wrapper--cgtv .btn-accept[disabled]:hover, .form-wrapper--cgtv .btn-accept[disabled] {
  background: #B0B0B0;
}
.form-wrapper--cgtv .btn-accept:focus, .form-wrapper--cgtv .btn-accept:active {
  background: #4564ED;
  outline: none;
}
@media screen and (max-width: 540px) {
  .form-wrapper--cgtv .btn-accept {
    line-height: 44px;
    margin-top: 24px;
  }
}
.form-wrapper--cgtv .border_red {
  border: 1px solid #FF2156;
}
.form-wrapper--cgtv .text-error {
  color: #FF2156;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 540px) {
  .form-wrapper--cgtv {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-red-sup {
  color: #FF2156;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .text-red-sup {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .new-title-label.hcm-title-label {
    padding-bottom: 48px;
  }
}

.rowfull-margin.padtop-80 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .rowfull-margin.padtop-80 {
    padding-top: 40px;
  }
}

.rowfull-margin.padtop-0 {
  padding-top: 0;
}

.rowfull-margin.padbottom-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .rowfull-margin.padbottom-80 {
    padding-bottom: 40px;
  }
}

.rowfull-margin.padbottom-0 {
  padding-bottom: 0;
}

.product-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-banner img {
  height: 364px;
  max-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1920px) {
  .product-banner img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-banner img {
    height: 260px;
  }
}
@media screen and (max-width: 540px) {
  .product-banner img {
    height: 220px;
  }
}

.full-content {
  width: 100%;
  height: auto;
  position: relative;
}

.wrap-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 40px);
}

.wrap-banner-content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 16px;
}

.wrap-banner-content .decription {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.wrap-banner-content .box-search {
  max-width: 343px;
  width: 80%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 22px;
  position: relative;
}

.wrap-banner-content .box-search .input-search {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  padding: 12px 12px 12px 40px;
  color: #3D3D3D;
  background: #fff url("../frontend/img/icon/search-normal.svg") no-repeat center left;
  background-position: 12px center;
}

.box-search .btn-close-search-key {
  width: 13.85px;
  height: 18px;
  background: #ECECEC;
  border-radius: 50%;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(1.3);
          transform: translate(0, -50%) scaleX(1.3);
  color: #3D3D3D;
  font-weight: 700;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

.box-search .btn-close-search-key.show {
  display: block;
}

.box-search .search-autocomplete-items {
  top: 44px;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  display: none; /* ban đầu ẩn */
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.box-search .autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;
  color: #3D3D3D;
  text-align: left;
}

.box-search .autocomplete-item:hover {
  background-color: #f0f0f0;
}

.box-search .search-autocomplete-items::-webkit-scrollbar {
  width: 8px;
}

.hyper-fast-support.tab-wrapper {
  margin: 80px auto 0;
  /* Mobile: show select, hide sidebar tab */
}
.hyper-fast-support.tab-wrapper .tab-select {
  display: none;
  margin-bottom: 16px;
  padding: 8px;
  font-size: 16px;
  /* width: 100%; */
  padding: 10px 16px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F0F3FE url("../images/i-dropdown.svg") 98% center no-repeat;
  background-size: 19px;
  cursor: pointer;
  position: relative;
}
.hyper-fast-support.tab-wrapper .tab-select:focus {
  outline: none;
}
.hyper-fast-support.tab-wrapper .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hyper-fast-support.tab-wrapper .tab-list {
  list-style: none;
  padding: 20px;
  width: 340px;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
}
@media screen and (max-width: 820px) {
  .hyper-fast-support.tab-wrapper .tab-list {
    width: 275px;
  }
}
.hyper-fast-support.tab-wrapper .tab-list li {
  padding: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: var(--transition_shadow);
  transition: var(--transition_shadow);
}
.hyper-fast-support.tab-wrapper .tab-list li:hover {
  color: #2d2d2d;
}
.hyper-fast-support.tab-wrapper .tab-list li.active {
  border-radius: 8px;
  color: #000;
  background: #F0F3FE;
}
.hyper-fast-support.tab-wrapper .tab-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hyper-fast-support.tab-wrapper .tab-pane {
  display: none;
}
.hyper-fast-support.tab-wrapper .tab-pane h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
@media (max-width: 768px) {
  .hyper-fast-support.tab-wrapper .tab-pane h4 {
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.hyper-fast-support.tab-wrapper .tab-pane.active {
  display: block;
}
@media (max-width: 768px) {
  .hyper-fast-support.tab-wrapper {
    margin-top: 52px;
  }
  .hyper-fast-support.tab-wrapper .tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hyper-fast-support.tab-wrapper .tab-list {
    display: none;
  }
  .hyper-fast-support.tab-wrapper .tab-select {
    display: block;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .hyper-fast-support.tab-wrapper {
    margin-top: 47px;
  }
}

.support--title {
  position: relative;
  line-height: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 180px;
}
.support--title .title-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #3D3D3D;
}
@media screen and (max-width: 991px) {
  .support--title .title-name {
    font-size: 20px;
    line-height: 30px;
  }
}
.support--title .copy-link {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 16px 0 40px;
  background: #F7F7F8;
  background: #F7F7F8 url("../images/link-copy-icon.svg") no-repeat 16px center/16px 16px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
}
.support--content {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  border-top: 1px solid #e7e7e7;
  margin-top: 24px;
  padding-top: 24px;
  display: block;
}
.support--content p {
  margin: 0 0 4px;
  line-height: 1.5;
}
.support--content b,
.support--content strong {
  font-weight: 700;
  font-size: 16px;
}
.support--content .link,
.support--content .color-blue {
  font-weight: 700;
  color: #4564ED;
}
.support--content ul {
  padding: 0;
}
.support--content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.support--content ul li::before {
  position: absolute;
  content: "•";
  left: 7px;
  top: 0px;
  font-size: 15px;
  font-weight: 600;
}
.support--content .call-hotline {
  color: #3D3D3D;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}
.support--content .call-hotline:hover {
  color: #4564ED;
}
.support--content .box-documents {
  margin-top: 24px;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  padding: 8px 0;
}
.support--content .box-documents br {
  display: block;
  border: 1px solid red;
  height: 5px;
  line-height: 20px;
  margin-bottom: 2px;
}
.support--content .box-documents .document-rows {
  border-bottom: 1px solid #E7E7E7;
  padding: 24px 40px;
}
.support--content .box-documents .document-rows:nth-last-of-type(1) {
  border-bottom: 0;
}
.support--content .box-documents .document-rows b {
  font-weight: 500;
}
.support--content .box-documents .document-rows strong {
  font-weight: 700;
}
.support--content .box-documents .document-rows hr {
  height: 10px;
  width: 100%;
  margin: 0;
  border: 0;
}

.support--useful {
  background: #fff;
  min-width: 416px;
  min-height: 118px;
  padding: 16px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 16px -4px rgba(16, 24, 40, 0.1);
          box-shadow: 0px 4px 16px -4px rgba(16, 24, 40, 0.1);
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: var(--transition_shadow);
  transition: var(--transition_shadow);
  margin: 24px 0 0;
}
.support--useful .close-icon-x {
  position: absolute;
  background: url("../images/icon-close.svg") no-repeat center/40px auto;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0;
  padding: 0;
}
.support--useful .labels {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.support--useful .row-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 16px;
}
.support--useful .row-links a {
  width: 183px;
  height: 48px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8px;
  background: #F7F7F8;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3D3D3D;
  -webkit-transition: var(--transition_shadow);
  transition: var(--transition_shadow);
}
.support--useful .row-links a:hover {
  background: #f0f0f0;
}
.support--useful .row-links a.like {
  position: relative;
}
.support--useful .row-links a.like::before {
  content: "";
  position: absolute;
  background: url("../images/support-information/like-icon.svg") no-repeat center/16px auto;
  width: 16px;
  height: 16px;
  top: 15px;
  left: calc(50% - 30px);
}
.support--useful .row-links a.dislike {
  position: relative;
}
.support--useful .row-links a.dislike::before {
  content: "";
  position: absolute;
  background: url("../images/support-information/dislike-icon.svg") no-repeat center/16px auto;
  width: 16px;
  height: 16px;
  top: 15px;
  left: calc(50% - 44px);
}
@media screen and (max-width: 540px) {
  .support--useful .row-links a {
    width: calc(50% - 10px);
  }
}
.support--useful:hover {
  border: 1px solid #f4f4f4;
}
@media screen and (max-width: 540px) {
  .support--useful {
    width: 100%;
    min-width: 100%;
  }
}

.support--call-hotline {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #3D3D3D;
  margin-top: 24px;
}
.support--call-hotline a {
  color: #FF730A;
  font-weight: 700;
}/*# sourceMappingURL=hcm-online.css.map */