@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;
}

body .sml_sticky > .col-inner {
  position: sticky;
  top: 170px;
  z-index: 10;
}
@media (max-width: 550px) {
  body .center-phone * {
    text-align: center;
  }
}
body .btn1 {
  background-color: rgb(240, 240, 240);
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 5px;
}
body .btn1 a {
  color: var(--fs-color-primary);
}
@media (max-width: 550px) {
  body .btn-inline {
    font-size: 13px;
  }
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .sml_icon1 .icon-box-text .text h3 {
  display: inline;
}
body .sml_icon1 .icon-box-text .text:after {
  content: "\f6fc";
  font-family: "hyg-icons";
  font-size: 1.2em;
  color: var(--fs-color-primary);
  margin-left: 10px;
}
body .sml_icon1 .icon-box-text:hover .text h3 {
  color: var(--fs-color-primary) !important;
}
@media (max-width: 550px) {
  body .icon-box-center-phone {
    flex-direction: column;
    text-align: center;
  }
  body .icon-box-center-phone .icon-box-img {
    margin-bottom: 10px;
  }
  body .icon-box-center-phone .icon-box-text {
    padding-left: 0 !important;
  }
}
@media (max-width: 550px) {
  body .menu-center-phone .ux-menu-link a {
    flex-direction: column;
    align-items: center;
  }
  body .menu-center-phone .ux-menu-link a span {
    padding-left: 0;
  }
}
body .product-small .box .box-image {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
body .icon-box {
  align-items: center;
}
body .wpcf7 .wpcf7-checkbox, body .wpcf7 .wpcf7-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -9.8px;
  justify-content: space-between;
}
body .wpcf7 .wpcf7-checkbox .wpcf7-list-item, body .wpcf7 .wpcf7-radio .wpcf7-list-item {
  padding: 5px 0;
  border-radius: 3px;
  margin: 0 9.8px 19.6px;
  background-color: #fff;
  margin-right: 0;
  flex-basis: 100%;
  max-width: 100%;
}
body .wpcf7 .wpcf7-checkbox .wpcf7-list-item label, body .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
}
body .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input, body .wpcf7 .wpcf7-radio .wpcf7-list-item label input {
  margin-right: 5px;
  margin-bottom: 0;
}
body .wpcf7 .item-4 {
  padding-bottom: 0;
}
body .wpcf7 .item-4 .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .wpcf7 .item-4 .wpcf7-form-control .wpcf7-list-item {
  padding: 5px 0;
  border-radius: 3px;
  margin: 0 9.8px 19.6px;
  background-color: #fff;
  margin-right: 0;
  flex-basis: 15.1%;
  max-width: 15.1%;
}
@media (max-width: 550px) {
  body .wpcf7 .item-4 .wpcf7-form-control .wpcf7-list-item {
    flex-basis: 22.6%;
    max-width: 22.6%;
  }
}
body .wpcf7 .item-4 .wpcf7-form-control .wpcf7-list-item label {
  margin-bottom: 0;
}
body .wpcf7 .item-4 .wpcf7-form-control .wpcf7-list-item label input {
  margin-right: 5px;
  margin-bottom: 0;
}
body .wpcf7 .item-4 .wpcf7-form-control .wpcf7-list-item.last .wpcf7-list-item-label {
  font-size: 12px;
}
body .wpcf7 .item-2 .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .wpcf7 .item-2 .wpcf7-form-control .wpcf7-list-item {
  padding: 5px 0;
  border-radius: 3px;
  margin: 0 9.8px 19.6px;
  background-color: #fff;
  margin-right: 0;
  flex-basis: 30%;
  max-width: 30%;
}
body .wpcf7 .item-2 .wpcf7-form-control .wpcf7-list-item label {
  margin-bottom: 0;
}
body .wpcf7 .item-2 .wpcf7-form-control .wpcf7-list-item label input {
  margin-right: 5px;
  margin-bottom: 0;
}
body .wpcf7 .item-2 .wpcf7-form-control .wpcf7-list-item.last .wpcf7-list-item-label {
  font-size: 12px;
}
body .wpcf7 input,
body .wpcf7 textarea,
body .wpcf7 select {
  margin-bottom: 0;
  border-radius: 3px;
  border-color: #ccc;
}
body .wpcf7 .wpcf7-submit {
  width: 100%;
  border-radius: 5px;
  border: unset;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .sml_footer-box-grey {
  margin-top: -160px;
  background-color: #EAEAEA;
}
body .sml_footer-box-grey > .col > .col-inner {
  padding: 10px;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 0 0;
}
body .sml_footer-box-grey > .col:last-child > .col-inner {
  border-width: 0 0 0 0;
}
@media (max-width: 850px) {
  body .sml_footer-box-grey > .col:nth-child(1) > .col-inner {
    border-width: 0 1px 1px 0;
  }
  body .sml_footer-box-grey > .col:nth-child(2) > .col-inner {
    border-width: 0 0 1px 0;
  }
  body .sml_footer-box-grey > .col:nth-child(3) > .col-inner {
    border-width: 0 1px 0 0;
  }
  body .sml_footer-box-grey > .col:nth-child(4) > .col-inner {
    border-width: 0 0 0 0;
  }
}
body .sml_footer-box-grey .ux-menu a {
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: 1.1em;
  justify-content: center;
}
@media (max-width: 550px) {
  body .sml_footer-box-grey .ux-menu a {
    font-size: 0.9em;
  }
}
body .sml_scroll-x {
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
body .sml_scroll-x::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .sml_scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .sml_scroll-x .col-inner {
  white-space: nowrap;
}
body.home .ngp_header-main {
  display: none;
}
body .ngp_header-main .page-title .page-title-inner .title-breadcrumbs {
  padding-top: 0;
}
body .ngp_header-main .page-title .page-title-inner .title-breadcrumbs .breadcrumbs {
  text-transform: none;
}
body .ngp_header-main .page-title .page-title-inner .entry-title {
  color: #000;
}
body .page-numbers {
  text-align: left;
}
body .page-numbers li .page-number {
  border-radius: 0;
}
body .page-numbers li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}

.header-main {
  background-color: #242b35 !important;
}

.header-nav-main .search-field {
  background-color: #fff !important;
  height: 40px !important;
}

.header-bottom {
  min-height: 50px !important;
}
.header-bottom .container {
  padding: 0 !important;
  background-color: #d4af37 !important;
}
.header-bottom .container .flex-col {
  margin: 0 !important;
  background-color: transparent !important;
}

#header .header-nav > li {
  margin: 0 !important;
  padding: 0 15px !important;
  position: relative;
  background-color: transparent !important;
}
@media (max-width: 1000px) and (min-width: 950px) {
  #header .header-nav > li {
    padding: 0 8px !important;
  }
}
@media (max-width: 1024px) and (min-width: 1000px) {
  #header .header-nav > li {
    padding: 0 5px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  #header .header-nav > li {
    padding: 0 8px !important;
  }
}
@media (max-width: 1115px) and (min-width: 850px) {
  #header .header-nav > li {
    padding: 0 5px !important;
  }
}
#header .header-nav > li:hover > ul.nav-dropdown {
  display: flex !important;
}
#header .header-nav > li a {
  font-size: 15px !important;
}
@media (max-width: 1115px) and (min-width: 850px) {
  #header .header-nav > li a {
    font-size: 10px !important;
  }
}
@media (max-width: 1115px) and (min-width: 1000px) {
  #header .header-nav > li a {
    font-size: 10px !important;
  }
}
@media (max-width: 1000px) and (min-width: 950px) {
  #header .header-nav > li a {
    font-size: 11px !important;
  }
}
#header .header-nav > li a:hover {
  color: #000 !important;
}
#header .header-nav > li ul.nav-dropdown {
  display: none !important;
  flex-direction: column !important;
  padding: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #d4af37;
  z-index: 1000;
}
#header .header-nav > li ul.nav-dropdown > li.menu-item:nth-of-type(even) {
  background-color: rgba(204, 204, 204, 0.2274509804);
}
#header .header-nav > li ul.nav-dropdown li.menu-item {
  position: relative;
  padding: 10px 15px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
#header .header-nav > li ul.nav-dropdown li.menu-item:hover {
  background-color: #d4af37;
}
#header .header-nav > li ul.nav-dropdown li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
#header .header-nav > li ul.nav-dropdown li.menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#header .header-nav > li ul.nav-dropdown li.menu-item a {
  color: black !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  text-transform: none !important;
  padding: 0 !important;
}
#header .header-nav > li ul.nav-dropdown li.menu-item a:hover {
  color: #fff !important;
}
#header .header-nav > li ul.nav-dropdown li.menu-item ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: #fff;
  border-left: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#header .header-nav > li ul.nav-dropdown li.menu-item ul.sub-menu::-webkit-scrollbar {
  width: 6px;
}
#header .header-nav > li ul.nav-dropdown li.menu-item ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px;
}
#header .header-nav > li ul.nav-dropdown li.menu-item ul.sub-menu::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#header .header-nav > li ul.nav-dropdown li.menu-item ul.sub-menu li:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2274509804);
}
#header .header-nav > li ul.nav-dropdown li.menu-item ul.sub-menu li:nth-child(odd):hover {
  background-color: #d4af37;
}

.header-contact-wrapper:hover {
  background-color: transparent !important;
}
.fm-bar .fm-item {
  margin-bottom: 0 !important;
}

.mobile-sidebar ul.nav > li.menu-item > a .arrow-toggle {
  display: none !important;
}
.mobile-sidebar ul > li.header-search-form {
  order: -1; /* Đặt thứ tự cao hơn để nó nằm trên đầu */
}
.mobile-sidebar ul > li.header-newsletter-item {
  display: none !important; /* Ẩn mục này */
}
.mobile-sidebar li.menu-item a {
  color: #000 !important;
}
.mobile-sidebar li.menu-item-has-children {
  position: relative;
}
.mobile-sidebar li.menu-item-has-children a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
}
.mobile-sidebar li.menu-item-has-children .arrow-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23666' d='M143 352.3l-136-136c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L160 284.1l119-119.7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-34 0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
.mobile-sidebar li.menu-item-has-children.open > a .arrow-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-sidebar li.menu-item-has-children.open > ul.sub-menu {
  display: block;
}
.mobile-sidebar li.menu-item-has-children ul.sub-menu {
  display: none;
  padding-left: 15px;
  background-color: #f9f9f9;
}
.mobile-sidebar li.menu-item-has-children ul.sub-menu li {
  border-top: 1px solid #ddd;
}
.mobile-sidebar li.menu-item-has-children ul.sub-menu li a {
  padding: 10px 15px;
  color: #555;
  font-weight: normal;
  display: block;
}
.mobile-sidebar li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #eee;
  color: #000;
}
.mobile-sidebar li.menu-item-has-children ul.sub-menu ul.sub-menu {
  padding-left: 15px;
}

.arrow-toggle {
  transition: transform 0.3s ease;
}

li.menu-item-has-children.open > a .arrow-toggle {
  transform: rotate(180deg);
}

.arrow-toggle {
  top: 40%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

li.menu-item-has-children.open > a .arrow-toggle {
  transform: translateY(-50%) rotate(180deg);
}

.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;
}

.archive #post-list > .row > .post-item {
  padding-bottom: 0;
  border-radius: 5px;
  margin: 0 15px 30px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  flex-basis: 22.7%;
}

.section-footer {
  border-top: 1px solid #ccc;
}

.slider-footer {
  margin-bottom: 20px;
}
.slider-footer .row .box-kh {
  padding: 5px !important;
  border: 1px dashed #ccc;
}
.slider-footer .row .box-kh .col-inner .icon-box .icon-box-img {
  margin-bottom: 0 !important;
}
.slider-footer .row .box-kh .col-inner .icon-box .icon-box-text .text-description {
  min-height: 120px;
}

.text-color-blue {
  color: #0071bc !important;
}

.text-color-yellow {
  color: #f9e472 !important;
}

.row-thuexe-footer {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.footer-thuexe ul {
  list-style-type: none;
}
.footer-thuexe ul li {
  margin-bottom: 5px;
  padding: 4px 6px;
  background-color: #515965;
}
.footer-thuexe ul li:hover {
  background-color: #f9e472;
}
.footer-thuexe ul li a {
  display: block;
  font-size: 16px;
  color: white;
}
.footer-thuexe ul li a:hover {
  color: #000;
}