@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.pri-color {
  color: var(--fs-color-primary);
}
.pri-color * {
  color: var(--fs-color-primary);
}

.sec-color {
  color: var(--fs-color-secondary);
}
.sec-color * {
  color: var(--fs-color-secondary);
}

.justify {
  text-align: justify;
}
.justify * {
  text-align: justify;
}

.hyg_mb-0 {
  margin-bottom: 0 !important;
}
.hyg_mb-0 * {
  margin-bottom: 0 !important;
}

.hyg_mt-0 {
  margin-top: 0 !important;
}
.hyg_mt-0 * {
  margin-top: 0 !important;
}

.hyg_pb-0 {
  padding-bottom: 0 !important;
}
.hyg_pb-0 * {
  padding-bottom: 0 !important;
}

.text-16 p {
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 0px;
}

.text-13 {
  margin-bottom: 10px !important;
}
.text-13 h4 {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0px;
  font-style: italic;
}
.text-13 h4 span {
  text-transform: capitalize !important;
}

.text-24 p {
  font-size: 24px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 0px;
  margin-bottom: 15px;
}

.text-15 p {
  font-size: 15px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 2;
  text-align: justify;
}

.mb-15 p {
  margin-bottom: 15px;
}

.font-bold p {
  font-weight: bold;
}

.btn-base {
  margin-top: 20px !important;
}

.section-dichvu {
  padding: 30px 30px 0px 30px !important;
  border: 1px solid gray;
  border-radius: 20px;
  gap: 20px !important;
  flex-wrap: nowrap !important;
  margin-top: 30px;
}
.section-dichvu div {
  padding: 0px;
}

.cl-form {
  padding-bottom: 0px !important;
  background-color: #eeeeee;
}

.section-form {
  margin-top: 0px !important;
}

.form-left {
  padding: 0px !important;
}

.title-pos {
  position: absolute !important;
  top: -20px;
  left: 40%;
}

.row-benifit {
  margin-top: 20px !important;
}

.box-iconmain {
  border: 1px solid;
  border-radius: 40px;
  padding: 8px 8px;
}
.box-iconmain div div div {
  border: 1px solid gray;
  border-radius: 50%;
  /* width: 48px; */
  height: 45px;
  padding: 6px;
  background-color: var(--primary-color);
  color: white;
}
.box-iconmain h3 {
  margin-bottom: 0px !important;
  font-size: 14px;
}
.box-iconmain p {
  font-size: 13px;
}

.dichvu {
  padding: 0px 0px 30px 0px !important;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-1px, 1px);
  }
  40% {
    transform: translate(-1px, -1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.section-play {
  position: relative;
}
.section-play img {
  border-radius: 20px;
}
.section-play .section-content div div {
  padding: 0px !important;
}

.video-button-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
}
.video-button-wrapper a {
  color: white;
  margin-bottom: 0px !important;
}

.box-2test {
  padding-bottom: 0px !important;
}

.header-contact li {
  padding: 0px !important;
  overflow: hidden;
  border-radius: 30px;
  height: 40px;
}
.header-contact li:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.header-contact li a {
  padding: 8px 12px;
  border: 1px solid gray;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2) !important;
  animation: shake 0.3s infinite;
  width: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contact li a i,
.header-contact li a span {
  color: white !important;
  font-size: 14px !important;
}

.fm-bar .fm-item a span span {
  animation: shake 0.3s infinite;
}

.post-item .col-inner {
  padding: 0px !important;
}

.absolute-footer {
  display: none !important;
}

.back-to-top {
  color: var(--primary-color);
}

/* Căn giữa popup + làm đẹp */
#popup-booking {
  background-color: #eeeeee;
  width: 60%;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 20px 20px 20px 40px;
}
#popup-booking .mfp-close {
  border: 1px solid gray;
  border-radius: 50px;
  background-color: #ff6900 !important;
  color: white;
  top: 20px !important;
  right: 20px !important;
}
#popup-booking .wpcf7 {
  display: flex;
  justify-content: center;
}
#popup-booking .popup-content h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* Mobile và Tablet nhỏ (dưới 768px) */
.navbar-mobile {
  display: none !important;
}

.icon-box-text.last-reset p {
  margin-bottom: 0px !important;
}

/* Tablet (>= 768px và < 992px) */
@media (min-width: 768px) and (max-width: 1024px) {
  #popup-booking {
    background-color: #eeeeee;
    width: 95%;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 20px 20px 20px 40px;
  }
  #popup-booking .mfp-close {
    border: 1px solid gray;
    border-radius: 50px;
    background-color: #ff6900 !important;
    color: white;
    top: 20px !important;
    right: 20px !important;
  }
  #popup-booking .wpcf7 {
    display: flex;
    justify-content: center;
  }
  #popup-booking .popup-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  /* CSS cho tablet */
  .header-contact-wrapper li a {
    width: 220px !important;
    display: flex;
    justify-content: center;
    padding: 0px 12px !important;
    height: 40px !important;
  }
  .header-contact-wrapper li a i,
  .header-contact-wrapper li a span {
    font-size: 20px !important;
    color: white !important;
  }
  .nav.header-bottom-nav {
    justify-content: space-between !important;
  }
  .html_topbar_left {
    height: 50px !important;
    width: 70px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    text-align: center;
  }
  .html_topbar_left svg {
    width: 30px !important;
    height: 30px !important;
    color: white !important;
  }
  .nav-icon.has-icon {
    width: 70px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .nav-icon.has-icon i {
    font-size: 35px !important;
    color: white !important;
  }
  .nav-icon.has-icon svg {
    width: 30px !important;
    height: 30px !important;
    color: white !important;
  }
  .form-left {
    height: 400px !important;
  }
  .form-left img {
    height: 400px !important;
  }
  .title-pos {
    font-size: 16px;
    /* left: 10%; */
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-dichvu {
    display: flex !important;
    flex-direction: column !important;
  }
  .banner-des {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .banner-des div {
    padding: 0px !important;
  }
  .header-main {
    height: auto !important;
  }
  .header-main .header-inner {
    display: flex;
    flex-direction: column;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 0px 4px !important;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right i {
    color: white !important;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right input {
    border: 1px solid gray !important;
    color: white !important;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right input::placeholder {
    color: white !important;
  }
}
@media (max-width: 767.98px) {
  .header-main {
    height: auto !important;
  }
  .header-main .header-inner {
    display: flex;
    flex-direction: column;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 0px 4px !important;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right i {
    color: white !important;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right input {
    border: 1px solid gray !important;
    color: white !important;
  }
  .header-main .header-inner .flex-col.show-for-medium.flex-right input::placeholder {
    color: white !important;
  }
  .navbar-mobile {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: flex !important;
    flex-direction: row !important;
  }
  .navbar-mobile p {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 2px !important;
    font-weight: 700;
  }
  .navbar-mobile .icon-box-img {
    margin: 0px !important;
  }
  .navbar-mobile .icon-box {
    display: flex;
    flex-direction: column;
    padding: 6px 0px !important;
  }
  .navbar-mobile .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-mobile .icon .icon-inner {
    width: 20px !important;
    height: 30px !important;
  }
  .navbar-mobile div {
    padding: 0px !important;
  }
  .navbar-mobile p {
    margin-bottom: 0px !important;
  }
  .floating-menu {
    display: none;
  }
  #popup-booking {
    background-color: #eeeeee;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 20px 20px 40px;
  }
  #popup-booking .mfp-close {
    border: 1px solid gray;
    border-radius: 50px;
    background-color: #ff6900 !important;
    color: white;
    top: 20px !important;
    right: 20px !important;
  }
  #popup-booking .wpcf7 {
    display: flex;
    justify-content: center;
  }
  #popup-booking .popup-content h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 70%;
    margin: auto;
  }
  .header-contact-wrapper li {
    width: 160px;
    height: 40px;
  }
  .header-contact-wrapper li a {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
  }
  .header-contact-wrapper li a i,
  .header-contact-wrapper li a span {
    font-size: 17px !important;
    color: white !important;
  }
  .section-title-container {
    margin-bottom: 0px !important;
  }
  .news div:first-child {
    padding-bottom: 4px !important;
  }
  .news div:first-child .post-title {
    font-size: 16px !important;
  }
  .news div:nth-child(2) {
    padding-bottom: 0px !important;
  }
  .news div:nth-child(2) .post-item div .box-vertical {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  .news div:nth-child(2) .post-item div .box-vertical .box-image {
    width: 40% !important;
  }
  .news div:nth-child(2) .post-item div .box-vertical .box-text {
    padding: 0px 1.2em;
  }
  .news div:nth-child(2) .post-item div .box-vertical .box-text p {
    display: none !important;
  }
  .news div:nth-child(2) .post-item div .box-vertical .box-text h5 {
    font-size: 16px;
  }
  .section-play img {
    height: 200px !important;
    border-radius: 0px !important;
  }
  .section-play .video-button-wrapper div a {
    margin-bottom: 0px !important;
  }
  .box-2test {
    padding-bottom: 0px !important;
  }
  .video-banner {
    height: 224px !important;
  }
  .video-banner video {
    object-fit: contain;
    height: auto !important;
  }
  .tabbed-content .nav.nav-pills li a {
    padding: 1px 12px !important;
  }
  .box-news .box-image {
    height: 300px !important;
  }
  .nav.header-bottom-nav {
    justify-content: space-between !important;
  }
  .html.custom,
  .nav-icon.has-icon {
    width: 70px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .html.custom i,
  .nav-icon.has-icon i {
    font-size: 35px !important;
    color: white !important;
  }
  .html.custom svg,
  .nav-icon.has-icon svg {
    width: 30px !important;
    height: 30px !important;
    color: white !important;
  }
  .nav.nav-divided li {
    border-radius: 22px;
    padding: 2px 24px;
    border: 2px solid gray;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .nav.nav-divided li a {
    padding: 0px !important;
  }
  .nav.nav-divided li i,
  .nav.nav-divided li span {
    font-size: 20px;
    color: white !important;
    animation: shake 0.3s infinite;
  }
  /* CSS cho điện thoại và tablet nhỏ */
  .form-left {
    height: 250px !important;
  }
  .form-left img {
    height: 250px !important;
  }
  .title-pos {
    font-size: 16px;
    /* left: 10%; */
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-dichvu {
    display: flex !important;
    flex-direction: column !important;
  }
  .section-dichvu .image-boxsite {
    height: 300px;
  }
  .section-dichvu .image-boxsite img {
    height: 300px;
  }
  .section-dichvu .text-24 p {
    margin-bottom: 10px !important;
    text-align: center;
    line-height: 30px;
  }
  .section-dichvu .text-15 p {
    line-height: 30px;
  }
  .section-dichvu .btn-base {
    width: 100% !important;
  }
  .box-iconmain .icon-box-text {
    padding-left: 6px !important;
  }
  .box-iconmain h3 {
    font-size: 10px;
  }
  .box-iconmain p {
    font-size: 10px;
  }
  .banner-des {
    margin-top: 0px !important;
  }
  .banner-des div {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  .banner-des div img {
    height: 220px !important;
  }
}
.row-gopy {
  gap: 10px;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.header-inner.flex-row {
  padding: 0px !important;
}

.nav.header-nav {
  height: 54px !important;
}

.row-thuexe-footer div {
  padding: 0px !important;
}
.row-thuexe-footer .post-item {
  padding: 0px !important;
  margin: 12px 12px 0px 0px !important;
}
.row-thuexe-footer .post-item .col-inner {
  background: rgba(0, 0, 0, 0.2) !important;
}
.row-thuexe-footer .post-item .box-image {
  width: 0px !important;
}
.row-thuexe-footer .post-item .box-text {
  padding: 0px !important;
}
.row-thuexe-footer .post-item .box-text .post-title {
  color: white;
  padding: 4px 12px;
}
.row-thuexe-footer .post-item image {
  display: none !important;
}