.section:has(.ic-logo) {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section:has(.ic-logo) .section-content {
  width: 100%;
}
.section:has(.ic-logo) .row-main {
  width: 100%;
}
.section:has(.ic-logo) > .section-bg {
  background-position: center top !important;
}
.section:has(.ic-logo) .col-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ic-logo,
.tag-line {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ic-logo .img-inner,
.tag-line .img-inner {
  margin-left: auto;
  margin-right: auto;
}

.tag-line {
  margin-bottom: 0 !important;
}
.tag-line .img-inner img {
  width: 100%;
  height: 100%;
  max-width: 630px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.ic-logo {
  margin-bottom: 0 !important;
}

.box-main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.box-main .box-image {
  display: flex;
  justify-content: center;
}
.box-main .box-image > div {
  display: flex;
  justify-content: center;
  width: 100%;
}
.box-main .box-image img {
  margin-left: auto;
  margin-right: auto;
}
.box-main .box-text {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.box-main .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.box-main .box-text .box-text-inner .row {
  width: 100%;
  justify-content: center;
}
.box-main .stack,
.box-main .stack-row {
  justify-content: center !important;
  width: 100%;
}
.box-main .stack .img {
  display: flex;
  justify-content: center;
}
.box-main .stack .img .img-inner {
  margin-left: auto;
  margin-right: auto;
}

.img-model-banner {
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.img-model-banner .img-inner {
  margin-left: auto;
  margin-right: auto;
}
.img-model-banner .img-inner img {
  width: 100%;
  height: 100%;
  max-width: 885px;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.action-wrap {
  display: flex;
  gap: 27px;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px !important;
}
.action-wrap .stack {
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}
.action-wrap > .img,
.action-wrap .stack .img {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.action-wrap > .img .img-inner,
.action-wrap .stack .img .img-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1025px) {
  .section:has(.ic-logo) {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section:has(.ic-logo) > .section-bg {
    background-position: center top !important;
  }
  .section:has(.ic-logo) .section-content,
  .section:has(.ic-logo) .row-main,
  .section:has(.ic-logo) .col,
  .section:has(.ic-logo) .col-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .section:has(.ic-logo) .col-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .section:has(.ic-logo) .ic-logo,
  .section:has(.ic-logo) .tag-line,
  .section:has(.ic-logo) .img-model-banner,
  .section:has(.ic-logo) .action-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section:has(.ic-logo) .action-wrap {
    margin-top: -80px !important;
  }
}
@media screen and (max-width: 768px) {
  .img-model-banner .img-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-model-banner .img-inner img {
    content: url("../../../uploads/2026/05/cau-thu@3x-1-1.png");
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section:has(.ic-logo) .action-wrap {
    margin-top: -40px !important;
    gap: 0px;
  }
  .action-wrap > .img.open-popup {
    width: 290px !important;
    max-width: 290px !important;
  }
  .action-wrap > .img.open-popup .img-inner {
    width: 290px !important;
    max-width: 290px !important;
  }
  .action-wrap > .img.open-popup .img-inner img {
    width: 290px !important;
    max-width: 290px !important;
    height: 83px !important;
    max-height: 83px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .action-wrap > .stack {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width: 100% !important;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    align-items: end;
    justify-items: center;
  }
  .action-wrap > .stack .img {
    width: auto !important;
    max-width: 100%;
  }
  .action-wrap > .stack .img-2 {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: center;
    z-index: 2;
    margin-bottom: -12px;
    width: 242px !important;
    max-width: 242px !important;
  }
  .action-wrap > .stack .img-2 .img-inner {
    width: 242px !important;
    max-width: 242px !important;
  }
  .action-wrap > .stack .img-2 .img-inner img {
    width: 242px !important;
    max-width: 242px !important;
    height: 125px !important;
    max-height: 125px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .action-wrap > .stack .img-1 {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    padding-right: 4px;
    width: 175px !important;
    max-width: 175px !important;
  }
  .action-wrap > .stack .img-1 .img-inner {
    width: 175px !important;
    max-width: 175px !important;
  }
  .action-wrap > .stack .img-1 .img-inner img {
    width: 175px !important;
    max-width: 175px !important;
    height: 90px !important;
    max-height: 90px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .action-wrap > .stack .img-3 {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    padding-left: 4px;
    width: 175px !important;
    max-width: 175px !important;
  }
  .action-wrap > .stack .img-3 .img-inner {
    width: 175px !important;
    max-width: 175px !important;
  }
  .action-wrap > .stack .img-3 .img-inner img {
    width: 175px !important;
    max-width: 175px !important;
    height: 90px !important;
    max-height: 90px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.box-main.hide-for-medium {
  position: relative;
}
.box-main.hide-for-medium .box-text {
  padding: 0;
  bottom: 12% !important;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .col {
  padding: 0;
  display: flex;
  justify-content: center;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .col .img {
  margin-left: auto;
  margin-right: auto;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .col .img .img-inner img {
  width: 100%;
  height: 100%;
  max-width: 404px;
  max-height: 115px;
  margin-left: auto;
  margin-right: auto;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .stack-promo {
  margin-top: 20px;
  width: 100%;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .stack-promo .col-inner {
  display: flex;
  justify-content: center;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .stack-promo .col-inner .stack .img img {
  width: 100%;
  height: 100%;
  max-width: 317px;
  max-height: 165px;
}
.box-main.hide-for-medium .box-text .box-text-inner .row .stack-promo .col-inner .stack .img-2 .img-inner img {
  width: 100%;
  height: 100%;
  max-width: 410px;
  max-height: 210px;
}

.box-main.show-for-medium .box-text {
  bottom: 8% !important;
}
.box-main.show-for-medium .col-btn-1 .img {
  margin-left: auto;
  margin-right: auto;
}
.box-main.show-for-medium .stack-promo .col-inner {
  display: flex;
  justify-content: center;
}

#popup-register {
  background-image: url("../../../uploads/2026/05/Group-15-scaled.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}
#popup-register .popup {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 1002 !important;
  max-height: none;
  overflow: visible !important;
  box-sizing: border-box;
  background-color: transparent !important;
  padding-top: 96px !important;
}
#popup-register .popup .form-submit {
  max-height: calc(100dvh - 200px);
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#popup-register .popup::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 256px;
  height: 57px;
  background-image: url("../../../uploads/2026/05/Vector-Smart-Object-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1010 !important;
}
@media screen and (max-width: 1025px) {
  #popup-register {
    background-image: url("../../../uploads/2026/05/Group-16.png") !important;
  }
}
@media screen and (max-width: 768px) {
  #popup-register {
    background-image: url("../../../uploads/2026/05/Group-17.png") !important;
  }
  #popup-register .popup {
    padding-left: 30px;
    padding-right: 30px;
  }
}/*# sourceMappingURL=home-page.css.map */