.title-txt * {
  font-size: 30px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--theme-color);
  margin: 0px;
}

.dropdown-khach-phong {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1000;
  width: 280px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.text-right {
  text-align: right;
}

.sub-title * {
  font-size: 18px;
  font-family: var(--ragular);
  font-weight: normal;
  color: #555;
  margin: 0px;
}

.back-to-top.is-outline:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.banner-home .title-txt * {
  font-size: 34px;
  font-weight: normal;
}

/* home-sec-1 */
#main .home-sec-1 {
  padding-top: 100px;
}

.home-sec-1 .icon-box .icon-box-text p:first-child {
  font-size: 20px;
}

.home-sec-1 .group-row-1 {
  padding-bottom: 60px;
}

.home-sec-1 .group-row-gt {
  align-items: center;
}

.home-sec-1 .img-right-gt-sec5 img {
  width: 95%;
  border-radius: 20px;
}

.home-sec-1 h2 {
  margin-bottom: 30px;
}

.home-sec-1 p {
  font-size: 17px;
  line-height: 1.8;
}

.home-sec-1 .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 88%;
}

.home-sec-1 .button.primary {
  padding: 10px 30px;
  background-color: var(--blue);
  border-radius: 30px;
  color: var(--white);
  font-weight: normal;
  text-transform: inherit;
}

.home-sec-1 .button.primary:hover {
  background-color: var(--orange);
}

.home-sec-1 .video-button-wrapper .button {
  background-color: var(--orange);
  border-color: var(--orange);
}

.home-sec-1 .video-button-wrapper .button i {
  color: var(--white);
  top: 0;
}

.home-sec-1 .video-button-wrapper .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: 0;
}

.home-sec-1 .img-1 {
  position: absolute;
  top: -17px;
  right: -20px;
  animation: moveX 5s ease-in-out infinite;
  width: 30% !important;
  z-index: -1;
}

/* home-sec-2 */
#main .home-sec-2 {
  padding-top: 60px;
}

.home-sec-2 {
  background-color: #f2f7fa;
}

.home-sec-2 .load-more-container,
.home-sec-3 .load-more-container {
  text-align: center;
  margin-bottom: 20px;
}

.home-sec-2 .load-more-container a,
.home-sec-3 .load-more-container a {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
  text-transform: initial;
  font-size: 16px;
  font-family: var(--semi);
  font-weight: normal;
  border-radius: 10px;
  margin-right: 0px;
}

#main .home-sec-2 .load-more-container a:hover,
#main .home-sec-3 .load-more-container a:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 16px 0 rgb(38 131 214 / 80%) !important;
}

.hotel-list .hotel-item .hotel-image img {
  width: 100%;
  height: 225px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hotel-list .hotel-item .hotel-info {
  padding: 12px;
  background-color: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hotel-list .hotel-item .hotel-info h3 {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 28px;
}

.hotel-list .hotel-item .hotel-info .loai-cu-tru {
  display: flex;
  align-items: center;
}

.hotel-list .hotel-item .hotel-info .loai-cu-tru>div {
  background-color: rgba(236, 248, 255, 1);
  padding: 5px 10px;
  border-radius: 8px;
  width: fit-content;
  line-height: 1;
  margin-right: 5px;
}

.hotel-list .hotel-item .hotel-info .loai-cu-tru span {
  margin-left: 5px;
  font-size: 12px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--theme-color);
}

.hotel-list .hotel-item .hotel-info .loai-cu-tru img {
  width: 14px;
  height: 14px;
}

.hotel-list .hotel-item .hotel-info .khu-vuc {
  margin: 10px 0px;
}

.hotel-list .hotel-item .hotel-info .khu-vuc span {
  font-size: 14px;
  font-family: var(--ragular);
  font-weight: normal;
  color: var(--black);
}

.hotel-list .hotel-item .gia .gia-goc {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.hotel-list .hotel-item .gia .price-value {
  color: #ff5e1f;
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
}

.hotel-list .hotel-item .gia>span {
  font-size: 12px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

/* home-sec-banner */
#main .home-sec-banner {
  padding-top: 60px;
}

.home-sec-banner img {
  border-radius: 10px;
}

/* home-sec-3 */
#main .home-sec-3 {
  padding-top: 60px;
}

.home-sec-3 {
  background-color: #f2f7fa;
}

.home-sec-3 .tour-list .tour-item .tour-image img {
  width: 100%;
  height: 225px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.home-sec-2 .hotel-list .hotel-item .col-inner,
.home-sec-3 .tour-list .tour-item .col-inner {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #dedfe3;
  border-radius: 10px;
  height: 100%;
  background-color: var(--white);
}

.home-sec-2 .hotel-list .hotel-item .col-inner:hover,
.home-sec-3 .tour-list .tour-item .col-inner:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 16px 0 rgb(38 131 214 / 80%);
}

.home-sec-3 .tour-list .tour-item .tour-info {
  padding: 12px;
  background-color: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-sec-3 .tour-list .tour-item .tour-info h3 {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 56px;
}

.home-sec-3 .tour-list .tour-item .tour-info .so-ngay-di {
  z-index: 1;
  font-weight: normal;
  font-family: var(--medium);
  font-size: 14px;
  text-align: center;
  position: absolute;
  color: var(--white);
  margin: 0 0px 0px -22px;
  background-color: #e53935;
  top: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
  padding: 5px 10px;
}

.home-sec-3 .tour-list .tour-item .tour-info .so-ngay-di::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -10px;
  border-width: 0 10px 10px 0;
  border-right-color: #9c0000;
  left: 0;
}

.home-sec-3 .tour-list .tour-item .tour-info .price {
  text-align: right;
}

.home-sec-3 .tour-list .tour-item .tour-info .khoi-hanh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.home-sec-3 .tour-list .tour-item .tour-info .ngay-di {
  font-size: 16px;
  font-weight: normal;
  color: var(--black);
  background-color: rgba(236, 248, 255, 1);
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.home-sec-3 .tour-list .tour-item .tour-info .ngay-di i {
  margin-right: 5px;
  color: var(--black);
}

.home-sec-3 .tour-list .tour-item .tour-info .price del {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
  padding-right: 10px;
}

.home-sec-3 .tour-list .tour-item .tour-info .price span {
  font-size: 20px;
  font-family: var(--medium);
  font-weight: normal;
  color: #ff5e1f;
}

.home-sec-3 .tour-list .tour-item .tour-info .het-cho {
  color: var(--red);
  font-weight: normal;
}

/* home-sec-bao-chi */
#main .home-sec-bao-chi {
  padding: 60px 0 0;
}

.home-sec-bao-chi .bao-chi-swiper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.home-sec-bao-chi .bao-chi-swiper .bao-chi-item .box-content {
  display: flex;
}

.home-sec-bao-chi .bao-chi-swiper .bao-chi-item .box-content .icon-box-img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  margin-right: 10px;
}

.bao-chi-item .box-content .icon-box-img img {
  padding: 0px;
  border-radius: 50%;
}

.home-sec-bao-chi .bao-chi-swiper .bao-chi-item .img .image-cover {
  padding-top: 56%;
  margin-bottom: 15px;
  border-radius: 10px;
}

.bao-chi-item .box-content .icon-box-text a {
  font-size: 16px;
  font-family: var(--medium);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--black);
}

.home-sec-bao-chi .bao-chi-swiper .swiper-button-next,
.home-sec-bao-chi .bao-chi-swiper .swiper-button-prev,
.related-hotels-swiper .swiper-button-next,
.related-hotels-swiper .swiper-button-prev {
  color: #333;
  background: var(--white);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
}

.home-sec-bao-chi .bao-chi-swiper .swiper-button-next svg,
.home-sec-bao-chi .bao-chi-swiper .swiper-button-prev svg,
.related-hotels-swiper .swiper-button-next svg,
.related-hotels-swiper .swiper-button-prev svg {
  width: 16px;
  margin: 0 auto;
  fill: var(--theme-color);
}

.home-sec-bao-chi .bao-chi-swiper .swiper-button-next:hover,
.home-sec-bao-chi .bao-chi-swiper .swiper-button-prev:hover,
.related-hotels-swiper .swiper-button-next:hover,
.related-hotels-swiper .swiper-button-prev:hover {
  background-color: var(--theme-color);
}

.home-sec-bao-chi .bao-chi-swiper .swiper-button-next:hover svg,
.home-sec-bao-chi .bao-chi-swiper .swiper-button-prev:hover svg,
.related-hotels-swiper .swiper-button-next:hover svg,
.related-hotels-swiper .swiper-button-prev:hover svg {
  fill: var(--white);
}

.home-sec-bao-chi .bao-chi-swiper .swiper-button-next,
.related-hotels-swiper .swiper-button-next {
  right: -50px !important;
}

.home-sec-bao-chi .bao-chi-swiper .swiper-button-prev,
.related-hotels-swiper .swiper-button-prev {
  left: -50px !important;
}

/* home sec cam nang */
.home-sec-camnang .banner-bg.fill {
  border-radius: 10px;
}

.home-sec-camnang .banner.has-hover {
  border-radius: 10px;
}

.home-sec-camnang .banner-layers::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--theme-color));
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* home sec hdv */
#main .home-sec-hdv {
  padding-top: 60px;
}

.home-sec-hdv .title-txt * {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

.home-sec-hdv .row>.col-bottom>.col-inner {
  display: flex;
  gap: 30px;
}

.home-sec-hdv .row>.col>.col-inner .icon-box {
  border-right: 1px dashed #ddd;
  padding-right: 30px;
}

.home-sec-hdv .row>.col>.col-inner .icon-box:last-child {
  border: none;
}

.home-sec-hdv .icon-box .icon-box-text {
  color: var(--white);
}

.home-sec-hdv .icon-box .icon-box-text h3 {
  color: var(--white);
}

.home-sec-hdv .icon-box:hover .icon-box-text h3 {
  color: var(--theme-color);
}

/* home sec doi tac */
#main .home-sec-doitac {
  padding-top: 60px;
}

.home-sec-doitac .title-txt * {
  margin-bottom: 25px;
}

.home-sec-doitac .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-sec-doitac .slick-track>.slick-slide>img {
  width: 170px;
  height: auto;
  padding: 0 30px;
}

/* home-sec-video */
.home-sec-video .title-txt * {
  margin-bottom: 30px;
}

@keyframes ripple_video {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* .gt-sec-2 .gt-sec-2-col-2 .video-button-wrapper{
  font-size: 120% !important;
} */
.home-sec-video .video-button-wrapper a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: .5px solid var(--white);
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple_video 1s linear infinite;
}

/* Danh sách Khách sạn */
.sec-ks-1 {
  padding-top: 30px;
  background-color: rgba(247, 249, 250, 1);
}

.sec-ks-1 .khach-san-item {
  box-shadow: rgba(1, 148, 243, 0.5) 1px 1px 6px;
  margin-bottom: 25px;
  background-color: var(--white);
  border-radius: 10px;
}

.sec-ks-1 .khach-san-item a {
  display: flex;
  text-decoration: none;
}

.khach-san-item .hinh-anh {
  width: 35%;
}

.khach-san-item .main-image img {
  width: 100%;
  height: 150px;
  margin-bottom: 2px;
  object-fit: cover;
  border-top-left-radius: 10px;
}

.khach-san-item .grid-image {
  display: flex;
  justify-content: space-between;
}

.khach-san-item .grid-image img:first-child {
  border-bottom-left-radius: 10px;
}

.khach-san-item .grid-image img {
  width: 104px;
  height: 70px;
  object-fit: fill;
}

.sec-ks-1 .khach-san-item .khuyen-mai {
  position: absolute;
  top: 10px;
  left: -10px;
  background: #f96d01;
  color: #fff;
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  padding: 0px 8px;
  border-radius: 4px 4px 4px 0;
}

.sec-ks-1 .khach-san-item .khuyen-mai::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -10px;
  border-width: 0 10px 10px 0;
  border-right-color: #c04c36;
  left: 0;
}

.khach-san-item .info-khach-san {
  padding: 12px;
  width: 45%;
}

.khach-san-item .info-khach-san h3 {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 52px;
  line-height: 1.3;
}

.khach-san-item .info-khach-san .loai-cu-tru {
  display: flex;
  align-items: center;
}

.khach-san-item .info-khach-san .loai-cu-tru>div {
  background-color: rgba(236, 248, 255, 1);
  padding: 5px 10px;
  border-radius: 8px;
  width: fit-content;
  line-height: 1;
  margin-right: 5px;
}

.khach-san-item .info-khach-san .loai-cu-tru span {
  margin-left: 5px;
  font-size: 12px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--theme-color);
}

.khach-san-item .info-khach-san .loai-cu-tru img {
  width: 14px;
  height: 14px;
}

.khach-san-item .info-khach-san .khu-vuc {
  margin: 5px 0 10px 0;
}

.khach-san-item .info-khach-san .khu-vuc span {
  font-size: 14px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
}

.badge-inline {
  display: flex;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.badge-item {
  background: #eee;
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}

.badge-more {
  background: #ccc;
  font-weight: bold;
}

.khach-san-item .info-khach-san .linh-hoat {
  margin-top: 15px;
}

.khach-san-item .info-khach-san .linh-hoat .item {
  font-size: 12px;
  font-weight: normal;
  color: #00875a;
  margin-right: 20px;
}

.khach-san-item .info-khach-san .linh-hoat .item img {
  margin-right: 5px;
}

.khach-san-item .gia {
  box-shadow: -1px 0px 4px rgba(3, 18, 26, 0.1);
  padding: 12px;
  width: 20%;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.khach-san-item .gia .gia-goc {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.khach-san-item .gia .price-value {
  color: #ff5e1f;
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
}

.khach-san-item .gia .stack>span {
  font-size: 12px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.khach-san-item .gia .chon-phong {
  font-size: 14px;
  font-family: var(--bold);
  font-weight: normal;
  color: var(--white);
  background-color: #ff5e1f;
  border-radius: 8px;
  text-transform: initial;
  padding: 0px 15px;
  width: fit-content;
  margin: 30px 0 30px auto !important;
}

.sec-ks-1 .col-left .price-filter label {
  font-size: 16px;
  font-family: var(--semi);
  font-weight: normal;
  margin-bottom: 0px;
}

.sec-ks-1 .col-left .price-filter {
  margin-bottom: 25px;
  background-color: var(--white);
  border: 1px solid #f2f3f3;
  border-radius: 10px;
  padding: 10px 15px;
}

.sec-ks-1 .col-left input[type="range"] {
  width: 100%;
  height: 4px;
  margin-bottom: 10px;
}

.sec-dl-1 .acf-term-description-wrapper {
  padding-top: 30px;
}

.sec-dl-1 .acf-term-description-wrapper .content-inner h2 {
  font-size: 22px;
  text-align: center;
}

.sec-dl-1 .acf-term-description-wrapper .content-inner h3 {
  font-size: 18px;
}

.sec-dl-1 .acf-term-description {
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
  will-change: max-height;
  position: relative;
}

.sec-dl-1 .acf-term-description .fade-out {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f2f7fa);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.sec-dl-1 .acf-term-description.expanded .fade-out {
  opacity: 0;
}

.sec-dl-1 .toggle-description {
  background: none;
  border: none;
  color: var(--theme-color);
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sec-dl-1 .acf-term-description.expanded+.toggle-wrapper .arrow i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.sec-dl-1 .arrow i {
  transition: transform 0.3s ease;
  margin-left: 5px;
}


.sec-dl-1 .acf-term-description-wrapper .toggle-wrapper {
  max-width: max-content;
  margin: 0 auto;
}

.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 250px;
  color: #fff;
  /* chữ trắng */
}

.hero-banner .banner-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 69, 144, 0.65);
  z-index: 1;
}

.hero-banner .banner-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-bottom: 50px;
}

.hero-banner .banner-text h1 {
  font-size: 46px;
  font-weight: normal;
  font-family: var(--medium);
  margin-bottom: 5px;
  color: var(--white);
}

.hero-banner .banner-text p {
  font-size: 18px;
  font-weight: normal;
  font-family: var(--regular);
  margin-bottom: 15px;
  color: var(--white);
}

.sec-ks-1 .col-right>.col-inner>.banner-description * {
  font-size: 28px;
  font-weight: normal;
  font-family: var(--regular);
  line-height: 1.6;
  color: var(--black);
  margin-bottom: 0px;
}

.sec-ks-1 .col-right>.col-inner>.banner-description p {
  font-size: 16px;
  font-weight: normal;
  font-family: var(--regular);
  margin-bottom: 30px;
  color: #5a5a5a;
}

/* Section bao quanh */

.sec-kham-pha {
  background-color: rgba(247, 249, 250, 1);
  border-radius: 8px;
  padding-top: 0px !important;
}

.sec-kham-pha .explore-section {
  position: relative;
}

.sec-kham-pha .col-123 {
  padding: 30px 15px 0 !important;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sec-kham-pha .explore-section {
  padding: 30px !important;
  background-color: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

.sec-kham-pha .explore-section.locations {
  padding-bottom: 0px !important;
}

.sec-kham-pha .explore-section>.container>h2 {
  font-size: 22px;
  font-weight: normal;
  font-family: var(--medium);
  color: var(--black);
  margin-bottom: 5px;
}

.sec-kham-pha .explore-section .sub-title {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-bottom: 20px;
}

.sec-kham-pha .explore-section .swiper {
  width: 100%;
  overflow: hidden;
}

.sec-kham-pha .explore-section .swiper-wrapper {
  display: flex;
}

.sec-kham-pha .explore-section .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.sec-kham-pha .explore-section .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.sec-kham-pha .explore-section .img-inner {
  position: relative;
  padding-top: 56.25%;
  transition: transform 0.3s ease;

}

.sec-kham-pha .explore-section .has-hover:hover .img-inner {
  transform: scale(1.1);

}

.sec-kham-pha .explore-section .image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-kham-pha .explore-section .dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.sec-kham-pha .explore-section.hotels .dark::after {
  background: linear-gradient(to top, rgba(3, 18, 26, 1.00), transparent);
  opacity: 0.5;
}

/* Nội dung item */
.sec-kham-pha .explore-section.locations .box-content {
  padding-top: 10px;
}

.sec-kham-pha .explore-section.hotels .box-content {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
}

.sec-kham-pha .explore-section .icon-box-text {
  margin-bottom: 5px;
  color: #666;
  font-size: 16px;
  font-weight: normal;
}

.sec-kham-pha .explore-section.locations .icon-box-text a {
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medium);
}



.sec-kham-pha .explore-section.hotels .last-reset a {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: var(--medium);
  color: var(--white);
}

/* Navigation button */
.sec-kham-pha .explore-section .swiper-button-prev,
.sec-kham-pha .explore-section .swiper-button-next {
  position: absolute;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  color: #333;
  background: var(--white);
  width: 36px;
  height: 36px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
}

.sec-kham-pha .explore-section.hotels .swiper-button-prev,
.sec-kham-pha .explore-section.hotels .swiper-button-next {
  top: 60%;
}

.sec-kham-pha .explore-section .swiper-button-prev svg,
.sec-kham-pha .explore-section .swiper-button-next svg {
  width: 16px;
  margin: 0 auto;
  fill: var(--theme-color);
}

.sec-kham-pha .explore-section .swiper-button-prev {
  left: -20px;
}

.sec-kham-pha .explore-section .swiper-button-next {
  right: -20px;
}

.sec-kham-pha .explore-section .swiper-button-prev:hover,
.sec-kham-pha .explore-section .swiper-button-next:hover {
  box-shadow: 0px 8px 16px rgba(3, 18, 26, 0.20);
}

.sec-kham-pha .explore-section .flickity-button-icon .arrow {
  fill: var(--theme-color);
}

/* Responsive */
@media (max-width: 980px) {
  .sec-kham-pha .explore-section .swiper-slide {
    width: calc((100% - 3 * 25px)/3);
  }

  /* 3 slide / hàng, spaceBetween 25px */
}

@media (max-width: 480px) {
  .sec-kham-pha .explore-section .swiper-slide {
    padding: 10px;
  }
}

/* ====== Scope chung ====== */
.acf-sections {
  --radius: 12px;
  --line: #e6e8ee;
  --text: #0f172a;
  --muted: #5b6b82;
  --brand: #1570ef;
}

.acf-sections .sec-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--text);
}

.acf-sections .sec-sub {
  color: var(--muted);
  margin: 0 0 10px;
}

/* ====== 1) Mô tả ====== */
.sec-desc-faq {
  padding-bottom: 0px !important;
  background-color: rgba(247, 249, 250, 1);
}

.sec-desc-faq>.section-content>.row {
  padding-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
}

.sec-desc-faq>.section-content>.row>.col {
  padding-bottom: 0px;
}

.sec-desc-faq .desc-wrap {
  margin-bottom: 24px;
}

.sec-desc-faq .desc-wrap .title-txt * {
  margin-bottom: 30px;
}

.sec-desc-faq .faq-wrap .faq-title{
  font-size: 22px;
    font-weight: normal;
    font-family: var(--medium);
    color: var(--black);
    margin-bottom: 5px;
}
.custom-faq-question{
  font-size: 16px;
}
/* ====== 1) FAQ Accordion ====== */


/* ====== 2) Review Summary ====== */
.sec-reviews {
  background: rgba(247, 249, 250, 1);
  padding: 30px 0;
  border-radius: var(--radius);
}

.sec-reviews>.section-content>.row {
  padding-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
}

.sec-reviews .sec-title {
  font-size: 24px;
  font-weight: normal;
  color: var(--black);
  font-family: var(--medium);
  margin-bottom: 25px;
}

.sec-reviews .review-summary {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: center;
  margin: 10px 0 18px;
}

.sec-reviews .score-badge {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  background: radial-gradient(circle at 50% 50%, #2994ff 0%, #1570ef 60%);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .35);
}

.sec-reviews .summary-text .summary-head {
  font-weight: normal;
  font-family: var(--medium);
  color: rgba(27, 160, 226, 1.00);
  font-size: 20px;
  margin-bottom: 6px;
}

.sec-reviews .summary-text .summary-desc {
  color: var(--black);
  margin-bottom: 4px;
}

.sec-reviews .summary-text .summary-desc span {
  font-weight: normal;
  font-family: var(--medium);
  font-size: 16px;
  color: var(--theme-color);
}

.sec-reviews .summary-text .summary-note {
  color: var(--muted);
}

/* ====== 2) Review Cards (Swiper) ====== */
.sec-reviews .review-swiper {
  overflow: hidden;
}

.sec-reviews .review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  position: relative;
}

.sec-reviews .review-head-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.sec-reviews .avatar-lock {
  width: 40px;
  height: 40px;
  border: 1px dashed var(--line);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #94a3b8;
  background-color: rgba(247, 249, 250, 1);
}

.sec-reviews .reviewer .name {
  font-weight: 700;
  color: var(--text);
}

.sec-reviews .reviewer .note {
  font-size: 12px;
  color: var(--muted);
}

.sec-reviews .rating .rating-link {
  color: var(--theme-color);
  font-weight: normal;
  text-decoration: none;
  font-family: var(--medium);
  font-size: 16px;
}

.sec-reviews .hotel-link {
  color: var(--theme-color);
  font-weight: normal;
  text-decoration: none;
  font-family: var(--medium);
  font-size: 16px;
  margin-bottom: 15px;
}

.sec-reviews .review-text {
  color: var(--text);
  line-height: 1.6;
}


/* Swiper nav */
.sec-reviews .review-swiper .swiper-button-prev,
.sec-reviews .review-swiper .swiper-button-next {
  width: 38px;
  height: 38px;
  top: 70%;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0px 8px 16px rgba(3, 18, 26, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-reviews .review-swiper .swiper-button-prev::after,
.sec-reviews .review-swiper .swiper-button-next::after {
  font-size: 16px;
  color: #334155;
}

.sec-reviews .review-swiper .swiper-button-prev svg,
.sec-reviews .review-swiper .swiper-button-next svg {
  width: 16px;
  height: 16px;
  fill: var(--theme-color);
}

.sec-reviews .review-swiper .swiper-button-prev {
  left: -40px;
}

.sec-reviews .review-swiper .swiper-button-next {
  right: -40px;
}

/* ====== 3) Gợi ý thêm ====== */
.sec-suggest {
  padding: 30px 0;
  background-color: rgba(247, 249, 250, 1);
  border-radius: 10px;
}

.sec-suggest .section-content>.row {
  padding-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
}

.sec-suggest h2.sec-title{
  font-size: 24px;
  font-weight: normal;
  color: var(--black);
  font-family: var(--medium);
  margin-bottom: 25px;
}

.suggest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 cột bằng nhau */
  gap: 0px 20px;
  /* khoảng cách hàng - cột */
  list-style: none;
  padding: 0;
  margin: 0;
}

.suggest-list li a {
  display: block;
  color: #0071c2;
  text-decoration: none;
}

.suggest-list li a:hover {
  text-decoration: underline;
}

.sec-suggest .suggest-list a {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medium);

}

.sec-suggest .suggest-list a:hover {
  border-color: #c8d3e1;
}

/* chi tiet khách sạn*/
.single-khach-san-da-lat #main {
  background-color: rgba(247, 249, 250, 1);
}

#main .ctks-sec-1 {
  padding-bottom: 0px;
}

.single-khach-san-da-lat .title-txt h3 {
  font-size: 22px;
}

.ctks-sec-1 .col-left {
  padding: 0 6px 0 0 !important;
  margin: 0 0 0 15px !important;
  flex-basis: 40%;
  max-width: 40%;
}

.ctks-sec-1 .col-left .col-inner {
  height: 100%;
  width: 100%;
}

.ctks-sec-1 .col-left .col-inner .main-image {
  height: 100%;
  width: 100%;
}

.ctks-sec-1 .col-left .col-inner .main-image img {
  height: 100%;
  width: 100%;
}

.ctks-sec-1 .col-right {
  margin: 0 15px 0 0 !important;
  flex-basis: 57.5%;
  max-width: 57.5%;
  padding: 0px;
}

.ctks-sec-1 .col-right .thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.ctks-sec-1 .col-right .thumbnail-grid img {
  height: 168px;
  object-fit: cover;
}

/* ctks sec 2 */
#main .ctks-sec-2 {
  padding-top: 0px;
}

.ctks-sec-2 .section-content>.row {
  padding-top: 20px !important;
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 2px 5px rgba(3, 18, 26, 0.15);
}

.ctks-sec-2 .col-top h1 {
  font-size: 26px;
  font-weight: normal;
  font-family: var(--semi);
  color: var(--black);
}

.ctks-sec-2 .loai-hinh-cu-tru {
  background-color: rgba(236, 248, 255, 1);
  padding: 5px 10px;
  border-radius: 10px;
}

.ctks-sec-2 .loai-hinh-cu-tru a {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: normal;
}

.ctks-sec-2 .gia-tb .price-label {
  font-size: 12px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.ctks-sec-2 .gia-tb .price-value {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  color: #ff5e1f;
}

.ctks-sec-2 .gia-tb .chon-phong {
  background-color: #ff5e1f;
  text-transform: initial;
  color: var(--white);
  font-family: var(--semi);
  font-size: 16px;
  font-weight: normal;
  min-height: unset;
  padding: 10px 15px;
  margin-left: 20px !important;
  border-radius: 10px;
}

.ctks-sec-2 .col .col-inner {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
}

.ctks-sec-2 .col-mo-ta-chung .btn {
  text-transform: initial;
  font-size: 16px;
  font-family: var(--medium);
  border: none;
  color: var(--theme-color);
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

.ctks-sec-2 .col-mo-ta-chung .modal .close-btn {
  margin: 0px;
  font-size: 20px;
  min-height: unset;
  line-height: 1.4;
  font-weight: normal;
}

.ctks-sec-2 .col-mo-ta-chung .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.ctks-sec-2 .col-mo-ta-chung .modal-content {
  background-color: white;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.ctks-sec-2 .col-mo-ta-chung .modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ctks-sec-2 .col-mo-ta-chung .modal-title {
  font-size: 24px;
  font-family: var(--bold);
  margin: 0;
  color: var(--bold);
  font-weight: normal;
}

.ctks-sec-2 .col-mo-ta-chung .modal-body {
  padding: 30px 15px 15px;
  max-height: 80vh;
  overflow-y: auto;
}

.ctks-sec-2 .col-map .ban-do {
  width: 40%;
}

.ctks-sec-2 .col-map .hotel-map iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.ctks-sec-2 .col-map .dia-diem-lan-can {
  margin-left: 20px !important;
  width: 60%;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places>h3 {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  margin-bottom: 15px;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .row-nearby {
  display: flex;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .column-nearby {
  width: 50%;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places ul {
  list-style: none;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .nearby-item {
  display: flex;
  margin: 0 0 0 5px;
  min-height: 58px;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .nearby-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .nearby-name {
  color: var(--black);
  font-size: 16px;
  font-family: var(--semi);
  font-weight: normal;
  margin-bottom: 0px;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .nearby-category {
  color: rgb(104, 113, 118);
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
}

.ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .nearby-distance {
  margin-left: auto;
  font-size: 14px;
  min-width: 50px;
}

.hidden-review {
  display: none;
}

.ctks-sec-2 .col-tien-ich .title-txt {
  margin-bottom: 20px;
}

.ctks-sec-2 .col-tien-ich .hotel-facilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}

.ctks-sec-2 .col-tien-ich .hotel-facilities .facility-group h4 {
  font-size: 16px;
  font-family: var(--bold);
  font-weight: normal;
  color: var(--black);
}

.hotel-facilities .facility-group ul {
  list-style-type: circle;
}

.hotel-facilities .facility-group ul li {
  margin-left: 32px;
  margin-bottom: 1px;
}

.sec-header {
  padding: 0px;
  position: sticky;
  top: 90px;
  z-index: 999;
  background: var(--white);
  box-shadow: rgba(182, 182, 182, 0.18) 0px 4px 10px !important;
}

.tab-menu-scroll-wrapper {
  position: sticky;
  top: 110px;
  background: var(--white);
  z-index: 999;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.tab-menu-scroll {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-link {
  display: inline-block;
  padding: 10px 0 0;
  color: #687176;
  font-weight: normal;
  font-family: var(--bold);
  text-decoration: none;
  position: relative;
}

.tab-link:hover,
.tab-link.active {
  color: #0194f3;
}

.tab-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0194f3;
  border-radius: 2px;
}

.flickity-room-fixed {
  width: 320px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}

.flickity-room-fixed .img-inner,
.flickity-room-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.policy-inner {
  padding: 15px;
}

.policy-item {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
}

.policy-item img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  flex-shrink: 0;
}

.policy-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.policy-item .policy-text {
  flex: 1;
}

.policy-item .policy-text ul li {
  list-style: none;
}

.image-sanh-cho {
  position: relative;
}

.image-sanh-cho img {
  position: relative;
}

.image-sanh-cho h2 {
  position: absolute;
  background-color: rgba(3, 18, 26, 0.6);
  padding: 15px;
  font-size: 22px;
  margin: 0px;
  bottom: 0;
  color: var(--white);
}

.related-hotels-swiper {
  padding-bottom: 40px;
  overflow: hidden;
}

/* Accordion chung */
.accordion-item {
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}

.accordion-toggle-two {
  background-color: var(--white);
  margin: 0;
  border: 1px solid #f2f3f3;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  font-size: 18px;
  text-transform: initial;
  font-family: var(--semi);
  font-weight: normal;
}

.accordion-toggle-two {
  font-size: 16px !important;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 12px;
  background: var(--theme-color);
  padding: 10px;
  border-radius: 50%;
  color: var(--white);
}

.accordion-toggle-two[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}

.accordion-toggle-two[aria-expanded="true"]+.accordion-content {
  max-height: fit-content;
}

.accordion-toggle-two img {
  opacity: 1;
  width: 100%;
  height: 90px;
  transition: all linear 0.3s;
  border-radius: 10px;
  object-fit: cover;
  max-width: 165px;
}

.accordion-toggle-two.active img {
  opacity: 0;
  width: 0;
  height: 90px;
  object-fit: cover;
  transition: all linear 0.3s;
}

.accordion-toggle-two .title-toggle {
  display: flex;
  gap: 15px;
  width: 100%;
}

.accordion-toggle-two.active .title-toggle {
  gap: 0px;
}

.accordion-toggle-two .title-toggle h3 {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.accordion-toggle-two .title-toggle h3 .day-text {
  color: #828282;
}

.phong-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 467px;
  height: 420px;
  background-image: url("/wp-content/uploads/2025/07/svgviewer-png-output.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.phong-item h3,
.phong-item .thong-tin-tt,
.phong-item table {
  position: relative;
}

.phong-item h3 {
  color: var(--black);
}

.phong-item .slider-img .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
}

.phong-item .slider-img .flickity-button {
  width: 28px !important;
}

.phong-item .thong-tin-phong img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.phong-item .tinh-nang-phong {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 14px;
}

.phong-item .tinh-nang-phong .tien-ich {
  display: flex;
  align-items: stretch;
}

.phong-item .tinh-nang-phong img {
  filter: grayscale(100%) contrast(0%) brightness(100%);
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.phong-item .btn-view {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

.phong-item .btn-view a {
  margin-left: 5px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--bold);
  color: #0194f3;
}

.flatsome-ks-gallery .slider-wrapper {
  margin-bottom: 20px;
}

.flatsome-ks-gallery .img img {
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.flatsome-ks-gallery .img:hover img {
  transform: scale(1.02);
}

.flatsome-ks-gallery .slider-wrapper.hi .flickity-enabled .img {
  width: 20% !important;
  padding: 0 10px;
}

.flatsome-ks-gallery .slider-wrapper.hi .flickity-enabled .img img {
  opacity: 0.6;
  height: 80px !important;
}

.flatsome-ks-gallery .slider-wrapper.hi .flickity-enabled .img.is-selected img {
  opacity: 1;
}

.popup-chi-tiet-phong {
  height: 50vh;
  padding: 12px;
}

.popup-chi-tiet-phong>h3 {
  padding: 10px 0px !important;
  font-size: 20px;
  color: var(--black);
  font-family: var(--semi);
  font-weight: normal;
}

.popup-chi-tiet-phong .policy-image {
  width: 65%;
}

.popup-chi-tiet-phong .flatsome-ks-gallery {
  position: sticky;
  top: 100px;
}

.popup-chi-tiet-phong .policy-list {
  width: 35%;
  max-height: 40vh;
  overflow-y: auto;
}

.phong-item table {
  border-color: rgba(242, 243, 243, 1);
  border-radius: 10px;
  overflow: hidden;
}

.phong-item table th {
  padding: 12px;
  text-transform: none;
  font-weight: normal;
  font-family: var(--bold);
  font-size: 16px;
}

.phong-item table thead {
  background-color: rgba(247, 249, 250, 1);
  box-shadow: rgba(3, 18, 26, 0.2) 0px 1px 2px 0px;
}

.phong-item table tbody {
  background-color: var(--white);
  box-shadow: rgba(3, 18, 26, 0.2) 0px 1px 2px 0px;
}

.phong-item table .thong-tin {
  padding: 12px;
  color: var(--black);
}

.phong-item table .thong-tin p {
  font-size: 14px;
  display: flex;
  align-items: stretch;
}

.phong-item table .thong-tin p svg {
  margin-right: 5px;
}

.phong-item table .khach {
  width: 15%;
  text-align: center;
  padding: 12px;
}

.khach-tooltip-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: default;
  color: #333;
}

.khach-tooltip-wrapper i {
  font-size: 16px;
  color: #555;
}

.khach-tooltip-wrapper .so-khach {
  font-weight: bold;
  margin-left: 2px;
}

.tooltip-content {
  visibility: hidden;
  opacity: 0;
  background-color: #002c5f;
  color: var(--white);
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 13px;
  transition: opacity 0.3s;
}

.khach-tooltip-wrapper:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #002c5f transparent transparent transparent;
}

.phong-item .lua-chon .gia {
  padding: 12px;
  text-align: right;
}

.phong-item .lua-chon .view {
  background-color: rgba(236, 248, 255, 1);
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--theme-color);
  width: fit-content;
  margin-left: auto;
}

.phong-item .lua-chon .gia-uu-dai {
  font-size: 18px;
  font-family: var(--bold);
  font-weight: normal;
  color: rgb(255, 94, 31);
}

.phong-item .lua-chon .btn-dat {
  text-align: center;
  padding: 12px;
}

.phong-item .lua-chon .btn-dat .chon-phong {
  text-align: center;
  color: var(--white);
  background-color: var(--theme-color);
  font-weight: normal;
  font-family: var(--bold);
  text-transform: none;
  border-radius: 10px;
  margin: 0px;
}

.phong-item .lua-chon .btn-dat strong {
  font-size: 14px;
  color: #e7090e;
  font-family: var(--medium);
  font-weight: normal;
}

.ctks-sec-2 .col-mo-ta #content-short {
  padding-top: 30px;
  overflow: hidden;
  max-height: 160px;
}

.ctks-sec-2 .col-mo-ta #btn-expand {
  color: #0194f3;
  font-size: 16px;
  font-family: var(--semi);
  font-weight: normal;
  text-transform: none;
  padding: 0px;
  margin: 10px 0 0;
}

.ctks-sec-3 .group-row-1 .col-left {
  background-image: linear-gradient(92deg,
      rgba(81, 149, 227, 0.5) -60%,
      #d6f1ff 40%,
      rgba(214, 241, 255, 0.7) 100%);
  background-color: rgba(236, 248, 255, 1);
  padding: 24px 16px;
}

.ctks-sec-3 .col-left .text h2 {
  font-size: 20px;
  font-family: var(--bold);
  font-weight: normal;
  color: var(--black);
}

.ctks-sec-3 .col-left .text img {
  width: 30%;
  margin-top: 30px;
}

#faq-popup .accordion-toggle-two,
.ctks-sec-3 .group-row-2 .col-right .accordion-toggle-two {
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0px 1px 2px rgba(3, 18, 26, 0.2);
  border-radius: 10px;
}

#faq-popup .accordion-toggle-two h3,
.ctks-sec-3 .group-row-2 .col-right .accordion-toggle-two h3 {
  font-size: 16px;
  font-family: var(--medium);
  font-weight: normal;
  text-transform: initial;
  color: var(--black);
  text-align: left;
  margin: 0;
  line-height: 1.4;
}

.ctks-sec-3 .group-row-1 .col-right .policy-list {
  padding-top: 20px;
}

.btn-faq-popup {
  background-color: var(--white);
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  text-transform: initial;
  font-size: 14px;
  font-family: var(--semi);
  font-weight: normal;
  border-radius: 10px;
  padding: 0px 10px;
  width: fit-content;
}

#faq-popup .accordion-content {
  padding: 0 10px;
}

#faq-popup .accordion-content,
.ctks-sec-3 .group-row-2 .col-right .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}

#faq-popup .accordion-toggle-two[aria-expanded="true"] .accordion-icon,
.ctks-sec-3 .accordion-toggle-two[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

#faq-popup .accordion-icon,
.ctks-sec-3 .accordion-icon {
  transition: transform 0.3s ease;
  font-size: 12px;
  background: var(--theme-color);
  padding: 10px;
  border-radius: 50%;
}

#faq-popup .banner {
  background-color: transparent;
  margin-bottom: 25px;
}

#faq-popup .banner img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

#faq-popup .banner #faqPopupTitle {
  position: absolute;
  bottom: 0;
  background-color: rgba(3, 18, 26, 0.6);
  font-size: 22px;
  padding: 14px;
  margin: 0;
  color: var(--white);
  font-family: var(--semi);
  font-weight: normal;
}

.form-dat-phong {
  padding: 12px;
  border-radius: 10px;
}

.form-dat-phong .form-dat-phong {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.sec-home-search #hotel-search-form {
  background: #f2f7fa;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: -4%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sec-home-search .loc-so-nguoi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.custom-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 10px;
  height: 34px;
  width: 300px;
}

.custom-input-addon {
  color: var(--black);
}

.form-dat-phong #tong-gia-hien-thi {
  color: #ff0000;
  font-family: var(--medium);
  font-size: 16px;
  font-weight: normal;
}

.sec-home-search #hotel-search-form .custom-input-group .custom-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  color: var(--white);
}

.sec-home-search #hotel-search-form .custom-input-group input::placeholder {
  color: #cacaca;
  font-style: italic;
}


.guest-selector .counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guest-selector .counter button {
  width: 32px;
  height: 32px;
  font-size: 18px;
  border: 1px solid #ccc;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 6px;
  margin: 0px;
  padding: 0 10px;
  line-height: 1;
  font-weight: normal;
  min-height: fit-content;
}

.guest-selector .counter button:hover {
  border-color: #ff5e1f;
  color: #ff5e1f;
}

.guest-selector .counter input {
  color: var(--black);
  width: 50px;
  box-shadow: none;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  pointer-events: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.sec-home-search #hotel-search-form .search-field label {
  text-align: left;
  font-size: 16px;
  font-family: var(--medium);
  color: var(--black);
  margin: 0px;
}

.sec-home-search #hotel-search-form .search-field {
  border-right: 1px solid #ddd;
  padding-right: 25px;
  margin-right: 25px;
}

.sec-home-search #hotel-search-form button[type="submit"] {
  background-color: #ff5e1f;
  border: 1px solid #ff5e1f;
  color: var(--white);
  margin: 0;
  text-transform: initial;
  font-size: 14px;
  font-family: var(--semi);
  font-weight: normal;
  border-radius: 10px;
}

.sec-home-search #hotel-search-form button[type="submit"]:hover {
  background-color: transparent;
  color: #ff5e1f;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="date"],
select,
textarea {
  box-shadow: none;
  border-radius: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}

#dat-phong-popup .form-dat-phong .so-luong-nguoi {
  display: flex;
  gap: 20px;
}

#dat-phong-popup .form-dat-phong .mo-ta {
  grid-column: span 2;
}

#dat-phong-popup .form-dat-phong input[type="submit"] {
  background-color: var(--white);
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  text-transform: initial;
  font-size: 14px;
  font-family: var(--semi);
  font-weight: normal;
  border-radius: 10px;
  padding: 0px 10px;
  width: fit-content;
  grid-column: span 2;
  margin: 0 auto;
}

/* danh sach tour */
.sec-dl-1 {
  background-color: #f2f7fa;
}

.sec-dl-1 .list-tour a {
  display: flex;
}

.sec-dl-1 .list-tour .tour-item {
  margin-bottom: 25px;
  background-color: var(--white);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.sec-dl-1 .list-tour .tour-item:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 16px 0 rgb(38 131 214 / 80%);
}

.sec-dl-1 .list-tour .tour-item .hinh-anh {
  width: 35%;
}

.sec-dl-1 .list-tour .tour-item .hinh-anh img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sec-dl-1 .list-tour .tour-item .info-tour {
  padding: 12px;
  width: 45%;
}

.sec-dl-1 .list-tour .tour-item .info-tour h3 {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 96px;
}

.sec-dl-1 .list-tour .tour-item .info-tour .fa-clock-three {
  color: var(--theme-color);
  margin-right: 5px;
}

.sec-dl-1 .list-tour .tour-item .khoi-hanh {
  display: flex;
  gap: 30px;
}

.sec-dl-1 .list-tour .tour-item .info-tour .so-ngay-di {
  font-size: 16px;
  font-weight: normal;
  color: var(--black);
}

.sec-dl-1 .list-tour .tour-item .gia {
  padding: 12px;
  width: 20%;
  text-align: right;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.sec-dl-1 .list-tour .tour-item .gia .price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0px;
}

.sec-dl-1 .list-tour .tour-item .ngay-di {
  font-size: 16px;
  font-weight: normal;
  color: var(--black);
  background-color: rgba(236, 248, 255, 1);
  padding: 5px 10px;
  border-radius: 8px;
  margin: 0 0 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.sec-dl-1 .list-tour .tour-item .gia .ngay-di i {
  margin-right: 5px;
  color: var(--black);
}

.sec-dl-1 .list-tour .tour-item .gia .price del {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.sec-dl-1 .list-tour .tour-item .gia .price span {
  font-size: 20px;
  font-family: var(--medium);
  font-weight: normal;
  color: #ff5e1f;
}

.sec-dl-1 .list-tour .tour-item .gia .het-cho {
  width: 100%;
  color: var(--red);
  font-weight: normal;
}

.sec-dl-1 .list-tour .tour-item .gia .price-value {
  color: #ff5e1f;
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
}

.sec-dl-1 .list-tour .tour-item .gia .xem-tour {
  font-size: 16px;
  font-family: var(--bold);
  font-weight: normal;
  color: var(--white);
  background-color: #ff5e1f;
  border-radius: 8px;
  text-transform: initial;
  padding: 0px 15px;
  width: fit-content;
  margin: 30px 0 30px auto !important;
}

.sec-dl-1 .list-tour .tour-item .gia .gia-note {
  font-size: 12px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.sec-dl-1 .list-tour .tour-item .gia .gia-goc del {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: #687176;
}

.sec-ks-1 .accordion-taxonomies,
.sec-dl-1 .accordion-taxonomies {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

.sec-ks-1 .accordion-item,
.sec-dl-1 .accordion-item {
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}

.sec-ks-1 .accordion-toggle,
.sec-dl-1 .accordion-toggle {
  background-color: var(--white);
  margin: 0;
  border: 1px solid #f2f3f3;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: initial;
  font-family: var(--semi);
  font-weight: normal;
}

.sec-ks-1 .accordion-toggle {
  font-size: 16px !important;
}

.sec-ks-1 .accordion-icon,
.sec-dl-1 .accordion-icon {
  transition: transform 0.3s ease;
  font-size: 12px;
  background: var(--theme-color);
  color: var(--white);
  padding: 10px;
  border-radius: 50%;
}

.sec-ks-1 .accordion-toggle[aria-expanded="true"] .accordion-icon,
.sec-dl-1 .accordion-toggle[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.sec-ks-1 .accordion-content,
.sec-dl-1 .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}

.sec-ks-1 .accordion-toggle[aria-expanded="true"]+.accordion-content,
.sec-dl-1 .accordion-toggle[aria-expanded="true"]+.accordion-content {
  max-height: fit-content;
}

.sec-ks-1 .accordion-content ul,
.sec-dl-1 .accordion-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec-ks-1 .accordion-content li a,
.sec-dl-1 .accordion-content li a {
  font-size: 16px;
  color: var(--black);
}

.sec-ks-1 .accordion-content li.active a,
.sec-ks-1 .accordion-content li:hover a,
.sec-dl-1 .accordion-content li.active a,
.sec-dl-1 .accordion-content li:hover a {
  color: var(--theme-color);
  font-family: var(--medium);
  font-weight: normal;
}

.col-breadcrumb .fa-home {
  font-size: 12px;
}

.col-breadcrumb .name {
  color: #555863;
  font-size: 14px;
  font-family: var(--regular);
  font-weight: normal;
}

.sidebar-toggle-btn {
  display: none;
}

.sec-ks-1 .col-left,
.sec-dl-1 .col-left {
  display: block !important;
}

.sec-ks-1 .lightbox-content,
.sec-dl-1 .lightbox-content {
  background-color: transparent;
  box-shadow: none;
}

/* chi tiet tour */
.ctdl-sec-1 .col-video {
  background-color: var(--white);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.video-mo-ta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 100%;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.video-thumbnail img {
  width: 250px;
  height: auto;
  border-radius: 4px;
  display: block;
}

.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.youtube-play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 12px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.video-title {
  color: var(--black);
  text-decoration: none;
  font-weight: normal;
  font-family: var(--medium);
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
}

.video-title:hover {
  color: var(--theme-color);
}

.ctdl-sec-1 {
  background-color: #f2f7fa;
}

.ctdl-sec-1 .tour-info-sections {
  background-color: var(--white);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.flatsome-tour-gallery .slider-wrapper {
  margin-bottom: 20px;
}

.flatsome-tour-gallery #tour-gallery-main .flickity-viewport {
  border-radius: 10px;
}

.flatsome-tour-gallery .img img {
  transition: transform 0.3s ease;
  height: 450px;
  object-fit: fill;
}

.flatsome-tour-gallery .img:hover img {
  transform: scale(1.02);
}

.flatsome-tour-gallery .slider-wrapper.hi .img .img-inner {
  border-radius: 6px;
}

.flatsome-tour-gallery .slider-wrapper.hi .flickity-enabled .img {
  width: 20% !important;
  padding: 0 10px;
}

.flatsome-tour-gallery .slider-wrapper.hi .flickity-enabled .img img {
  height: 80px !important;
  opacity: 0.6;
}

.flatsome-tour-gallery .slider-wrapper.hi .flickity-enabled .img.is-selected img {
  opacity: 1;
}

.tour-tab.active {
  background: #003366;
  color: white;
}

.tour-row.active {
  background: #e0f2ff;
}

.ctdl-sec-1 .col-right .tour-wrapper {
  position: sticky;
  top: 120px;
}

.ctdl-sec-1 .col-right .tour-wrapper .tour-date-tabs {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.ctdl-sec-1 .col-right .tour-wrapper .tour-date-tabs::-webkit-scrollbar {
  display: none;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white) 6e5;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  font-family: sans-serif;
}

.price-row .label {
  font-weight: bold;
  width: 100px;
}

.price-row .sub-label {
  font-size: 12px;
  color: #666;
  width: 80px;
}

.price-row .price {
  color: orange;
  font-weight: bold;
  width: 120px;
}

.quantity-box {
  display: flex;
  align-items: center;
  gap: 0px;
}

.quantity-box input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
}

.btn-plus,
.btn-minus {
  background: #ccc;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
}

#dat-tour-popup #popupDatPhongTitle {
  line-height: 1.2;
  margin-bottom: 25px;
}

#dat-tour-popup .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

#dat-tour-popup .wpcf7-form .thoi-gian {
  display: flex;
  gap: 20px;
}

#dat-tour-popup .wpcf7-form .so-luong-nguoi {
  grid-column: span 2;
  display: flex;
  gap: 20px;
}

#dat-tour-popup .wpcf7-form .mo-ta {
  grid-column: span 2;
}

#dat-tour-popup .wpcf7-form input[type="submit"] {
  background-color: var(--white);
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  text-transform: initial;
  font-size: 14px;
  font-family: var(--semi);
  font-weight: normal;
  border-radius: 10px;
  padding: 0px 10px;
  width: fit-content;
  grid-column: span 2;
  margin: 0 auto;
}

@media (max-width: 980px) {
  #main-menu.mobile-sidebar .sidebar-menu .menu-item a:hover {
    color: var(--theme-color) !important;
  }

  #main-menu.mobile-sidebar .sidebar-menu .menu-item.current-menu-item a {
    color: var(--theme-color) !important;
  }

  .sidebar-toggle-btn {
    display: block;
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 1000;
    background-color: var(--theme-color);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
  }

  .sec-ks-1 .col-left,
  .sec-dl-1 .col-left {
    display: none !important;
  }

  .post-type-archive .mfp-auto-cursor .mfp-container {
    padding: 0px;
    width: 350px;
  }

  .post-type-archive .mfp-auto-cursor .mfp-container .lightbox-content {
    height: 100vh;
    padding-top: 60px;
  }

  .post-type-archive .mfp-auto-cursor .lightbox-content .accordion-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    font-size: 20px;
    text-transform: initial;
    font-family: var(--semi);
    font-weight: normal;
    color: var(--black);
    margin: 0px;
  }

  .post-type-archive .mfp-auto-cursor .accordion-content li {
    list-style: none;
    margin-left: 10px;
  }

  .post-type-archive .mfp-auto-cursor .accordion-content li a {
    font-size: 16px;
    color: var(--black);
  }

  .post-type-archive .mfp-auto-cursor .price-filter label {
    font-size: 20px;
    font-family: var(--semi);
    font-weight: normal;
    color: var(--black);
  }

  #sidebar-filter-popup input[type=range] {
    width: 100%;
  }

  /* trang du lịch */
  .khach-san-item .grid-image img {
    width: 90px;
  }

  /* css trang chi tiết du lịch */
  .ctdl-sec-1 .col-right .tour-wrapper {
    display: unset !important;
  }

  /* css trang khách sạn */
  .badge-item {
    padding: 0px 6px;
  }

  .sec-ks-1 .badge-wrapper {
    gap: 3px;
  }

  /* trang chi tiết khách sạn */
  .ctks-sec-2 .col-map .ban-do {
    width: 100%;
  }

  .ctks-sec-2 .col-map .dia-diem-lan-can {
    width: 100%;
  }

  .ctks-sec-2 .col-map .vi-tri {
    flex-wrap: wrap;
  }

  .ctks-sec-1 .col-right {
    margin: 0 4px 0 0 !important;
  }

  .ctks-sec-1 .col-left .col-inner {
    height: 100%;
  }

  .ctks-sec-1 .col-left .col-inner .main-image {
    height: 100%;
  }

  .ctks-sec-1 .col-left .col-inner .main-image img {
    height: 100%;
  }

  .ctks-sec-2 .danh-sach-phong .phong-item .stack {
    flex-direction: column;
  }

  .ctks-sec-3 .policy-item {
    margin-top: 10px;
  }

  .flickity-room-fixed {
    width: unset;
    height: 370px;
  }

  .flickity-room-fixed .slider .flickity-viewport {
    height: 350px !important;
  }

  .phong-item .tinh-nang-phong {
    width: fit-content;
  }

  .khach-san-template-default .mfp-close {
    top: 5px;
    right: 5px;
  }

  .phong-item .btn-view {
    margin-bottom: 20px;
  }

  /* .flatsome-ks-gallery .slider-wrapper.hi .flickity-slider > .img:nth-of-type(1) {
  left: 20% !important;
}
 .flatsome-ks-gallery .slider-wrapper.hi .flickity-slider > .img:nth-of-type(2) {
  left: 0% !important;
}
 .flatsome-ks-gallery .slider-wrapper.hi .flickity-slider > .img:nth-of-type(3) {
  left: 40% !important;
} */
}

@media (max-width: 500px) {

  /* css trang chủ */
  .home .sec-home-search .loc-so-nguoi {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .sec-home-search {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .home .guest-selector .counter {
    gap: 30px;
  }

  .guest-selector .counter input {
    width: 15px;
    padding: 0px;
  }

  .guest-selector .counter button {
    width: 25px;
    height: 25px;
    padding: 0px;
  }

  .archive .sec-home-search #hotel-search-form .search-field {
    padding-right: 5px;
    margin-right: 5px;
  }

  .home .sec-home-search #hotel-search-form .search-field {
    padding: 0 0 10px;
    margin: 0 0 10px;
    width: 100%;
    display: flex;
    grid-template-columns: 2fr 2fr;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-right: none;
  }

  .archive .sec-home-search #hotel-search-form button[type="submit"] {
    padding: 0 3px;
    border-radius: 5px;
  }

  .home .sec-home-search #hotel-search-form button[type="submit"] {
    width: 100%;
  }

  #main .home-sec-2 {
    padding-top: 30px;
  }

  #main .home-sec-3 {
    padding-top: 30px;
  }

  #main .home-sec-bao-chi {
    padding-top: 30px;
  }

  .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    width: 35px !important;
  }

  /* trang khách sạn */
  .sec-ks-1 .khach-san-item a {
    flex-direction: column;
  }

  .khach-san-item .hinh-anh {
    width: 100%;
  }

  .khach-san-item .grid-image img {
    width: 128px;
  }

  .khach-san-item .info-khach-san {
    width: 100%;
  }

  .khach-san-item .info-khach-san h3 {
    -webkit-line-clamp: 1;
    min-height: 26px;
  }

  /* chi tiết khách sạn */
  /* .badge-item {
    padding: 0px 1px;
  } */
  /* .badge-inline {
    gap: 3px;
  } */
  .mobile.show-for-small .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
  }

  .khach-san-item .info-khach-san .linh-hoat {
    margin-top: 0px;
  }

  .khach-san-item .gia {
    width: 100%;
    padding: 5px 10px;
  }

  .khach-san-item .gia .chon-phong {
    margin: 5px 0 10px auto !important;
  }

  .khach-san-item .gia .gia-tb div {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .ctks-sec-2 .gia-tb {
    justify-content: space-between;
  }

  .policy-item:last-child {
    padding: 10px;
  }

  .tab-menu-scroll {
    gap: 0px;
  }

  .sec-header .row .col {
    padding: 0px;
  }

  .ctks-sec-2 .col-inner>.stack {
    flex-direction: column;
  }

  .ctks-sec-2 .col-tien-ich .hotel-facilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .ctks-sec-2 .col-map .dia-diem-lan-can {
    margin-left: 0px !important;
  }

  .ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .row-nearby {
    flex-wrap: wrap;
  }

  .ctks-sec-2 .col-map .dia-diem-lan-can .nearby-places .column-nearby {
    width: 100%;
    padding-right: 0px !important;
    margin: 0px !important;
    border-right: 0px !important;
  }

  .flickity-room-fixed .slider .flickity-viewport {
    height: 255px !important;
  }

  .phong-item .slider-img .flickity-button {
    display: unset;
  }

  .flickity-room-fixed {
    width: unset;
    height: 270px;
  }

  .phong-item .btn-view {
    margin-bottom: 20px;
  }

  .phong-item .lua-chon .gia {
    padding: 5px;
    text-align: center;
  }

  .mfp-close {
    top: 5px;
    right: 5px;
  }

  .ctks-sec-2 .col-tien-ich .hotel-facilities {
    gap: 10px;
  }

  .popup-chi-tiet-phong>div {
    flex-direction: column;
  }

  .popup-chi-tiet-phong .policy-image {
    width: 100%;
  }

  .popup-chi-tiet-phong .policy-list {
    width: 100%;
    max-height: 43vh;
  }

  .form-dat-phong .title-txt h3 {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .form-dat-phong .form-dat-phong {
    display: unset;
    padding: 0px;
  }

  .ctks-sec-2 .col-mo-ta #content-short {
    max-height: 155px;
  }

  .phong-item .lua-chon .gia-uu-dai {
    font-size: 16px;
  }

  .ctks-sec-2 .col-top .stack-col>div {
    margin: 5px 0;
  }

  .flatsome-ks-gallery .slider-wrapper.hi .flickity-enabled .img {
    width: 25% !important;
  }

  .lua-chon-phong.show-for-small .lua-chon-item {
    box-shadow: rgba(1, 148, 243, 0.5) 1px 1px 6px;
    margin: 10px -5px;
    border-radius: 10px;
    padding: 12px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .ten-phong h3 {
    margin: 0px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .title-btn-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .btn-view {
    margin: 0px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .bua-sang {
    font-size: 14px;
    font-weight: normal;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .chinh-sach {
    font-size: 14px;
    font-weight: normal;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .mobile-show {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .gia-goc del {
    font-size: 12px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .gia-uu-dai {
    font-size: 16px;
    color: rgb(255, 94, 31);
    font-family: var(--semi);
    font-weight: normal;
    margin-bottom: 0px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .gia {
    text-align: right;
    margin-bottom: 12px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .phi-thue {
    font-size: 14px;
    color: #666666;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .btn-dat {
    width: fit-content;
    text-align: right;
    margin-left: auto;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .btn-dat .chon-phong {
    text-align: center;
    color: var(--white);
    background-color: var(--theme-color);
    font-weight: normal;
    font-size: 14px;
    font-family: var(--semi);
    text-transform: none;
    border-radius: 10px;
    margin-right: 0px;
  }

  .lua-chon-phong.show-for-small .lua-chon-item .btn-dat p {
    font-size: 14px;
    color: var(--red);
    font-weight: normal;
  }

  .popup-chi-tiet-phong {
    height: 90vh;
    border-radius: 10px;
  }

  .flatsome-ks-gallery .slider-wrapper.hi .flickity-enabled .img img {
    object-fit: fill;
    height: 60px !important;
  }

  /* trang du lịch */
  .sec-dl-1 .list-tour .tour-item a {
    flex-direction: column;
  }

  .sec-dl-1 .list-tour .tour-item .hinh-anh {
    width: 100%;
  }

  .sec-dl-1 .list-tour .tour-item .info-tour {
    width: 100%;
  }

  .sec-dl-1 .list-tour .tour-item .info-tour h3 {
    min-height: 65px;
  }

  .sec-dl-1 .list-tour .tour-item .gia {
    width: 100%;
    justify-content: space-between;
    padding: 0 12px 12px 12px;
    gap: 15px;
  }

  .sec-dl-1 .list-tour .tour-item .khoi-hanh {
    justify-content: space-between;
  }

  .sec-dl-1 .list-tour .tour-item .gia .het-cho {
    width: 19%;
    padding-right: 10px;
    margin: 0;
  }

  .sec-dl-1 .list-tour .tour-item .gia .xem-tour {
    width: 150px;
    margin: 0 !important;
  }

  .sec-dl-1 .list-tour .tour-item .gia .ngay-di {
    margin: 0px;
  }

  /* trang chi tiết tour */
  .danh-gia-item {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .ctdl-sec-1 .entry-title {
    font-size: 28px !important;
    margin-bottom: 0px;
  }

  .flatsome-tour-gallery .img img {
    height: 400px;
  }

  .flatsome-tour-gallery #tour-gallery-main .flickity-viewport {
    height: 400px;
  }

  .flatsome-tour-gallery .slider-wrapper.hi .flickity-enabled .img {
    width: 28% !important;
    height: 100px;
  }

  .accordion-toggle-two {
    padding: 0px 5px;
  }

  .accordion-toggle-two img {
    width: 30%;
  }

  .accordion-toggle-two .title-toggle {
    gap: 10px;
  }

  .accordion-toggle-two .title-toggle h3 .day-text {
    font-size: 16px;
    line-height: 1;
    padding-top: 10px;
  }

  .accordion-toggle-two .title-toggle .sort-dect {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 10px;
  }

  .lich-khoi-hanh .tour-table-left td {
    padding: 4px;
  }

  .price-row {
    gap: 2px;
  }

  .form-dat-phong .title-txt h3 {
    font-size: 28px;
  }

  #dat-tour-popup .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #dat-tour-popup .wpcf7-form .thoi-gian {
    flex-direction: column;
    gap: 0;
  }
}