:root {
  --primary-color: #ab8965 !important;
}
body {
  /* font-family: "Gilroy", sans-serif !important; */
}

h1,
h2,
h3 {
  font-family: "FreightDisp Pro", serif !important;
}
.site-header-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /* background: rgba(45, 45, 45, 0.3);
  backdrop-filter: blur(10px); */
  padding: 15px 0;
  overflow: visible;
  transition: all 0.4s ease;
}

.site-header-custom::after {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(45, 45, 45, 0.3); /* lớp bán trong suốt */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 0; /* nằm dưới toàn bộ nội dung */
  pointer-events: none; /* không chặn click vào menu */
}

.site-header-custom .header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.header-center {
  position: absolute;
  left: 55%;
  top: 50%; /* ✅ Căn giữa theo chiều dọc */
  transform: translate(-50%, -50%);
}
.header-left .logo img {
  height: 90px;
}

#menu-menu-chinh-header,
#menu-primary-header {
  margin-bottom: 0;
  display: flex;
  gap: 60px;
  list-style: none;
}
#menu-menu-chinh-header li,
#menu-primary-header li {
  margin-bottom: 0;
}
#menu-menu-chinh-header li a,
#menu-primary-header li a {
  font-size: 20px;
  color: #fff !important;
  white-space: nowrap;
}
#menu-menu-chinh-header .current_page_item a,
#menu-primary-header .current_page_item a {
  color: #ffc28a !important;
}
.main-menu .menu-item-has-children {
  position: relative;
}



.main-menu .menu-item-has-children .submenu-toggle {
  position: absolute;
  top: 10px;
  right: -22px;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.5s;
}
.main-menu .menu-item-has-children {
  position: relative;
}

/* tạo vùng đệm phía dưới item cha */
.main-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  bottom: -80px; /* khoảng cách submenu */
  left: 0;
  width: 100%;
  height: 80px; /* vùng đệm ảo */
  background: transparent;
}
.sub-menu {
  position: absolute;
  top: 76px;
  left: 0;
  min-width: 220px;
  background: rgba(45, 45, 45, 0.3);
  backdrop-filter: blur(10px);
  margin: 0;
  padding: 28px 0 0 22px;
  list-style: none;
  overflow: hidden;
  z-index: 9999;

  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.main-menu .menu-item-has-children.open > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s;
}
.main-menu .menu-item-has-children.open > .submenu-toggle {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.main-menu .menu-item-has-children.open > .sub-menu li {
  transform: translateY(0);
  opacity: 1;
}
.site-header-custom.scroll .sub-menu {
  background: rgb(255, 255, 255);
  top: 55px;
}
.sub-menu li {
  position: relative;
  z-index: 1;
  margin-bottom: 20px !important;
}
.sub-menu li a {
  line-height: 1;
}
.logo-footer img {
  width: 100px !important;
  object-fit: contain !important;
}
.footer-col-2 p,
.footer-col-2 p a {
  font-size: 16px;
  margin-bottom: 12px !important;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}
.title-footer h3 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color) !important;
  margin-bottom: 16px !important;
}
.footer-col-3 .ux-menu-link .ux-menu-link__link {
  color: #fff !important;
  border-bottom: 0 !important;
  font-size: 18px !important;
  line-height: normal !important;
  min-height: unset !important;
  padding-bottom: 12px !important;
}
.social-list .col-inner {
  display: flex;
  gap: 12px;
}
#footer .is-divider {
  margin: 0 auto !important;
}
#footer .copyright {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.absolute-footer {
  display: none;
}
.home-slider .text-box-content h1 {
  font-size: 70px !important;
  font-weight: 400 !important;
  color: #fff;
  line-height: 1.3 !important;
  text-align: center;
  text-transform: none !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.home-slider .text-box-content p {
  font-size: 20px !important;
  font-weight: 500;
  color: #fff;
  text-align: center !important;
  line-height: 1.8 !important;
}
.home-slider .text-box-content .button {
  background: transparent !important;
  border: 1px solid #fff !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 8px 20px !important;
  box-shadow: none !important;
}
.home-slider .text-box-content .button:hover {
  background: var(--primary-color) !important;
  border-color: #ab8965 !important;
}
.home-slider .flickity-prev-next-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-slider .flickity-prev-next-button.previous::after {
  background-image: url(../images/home-prev-btn.png);
}

.home-slider .flickity-prev-next-button.next::after {
  background-image: url(../images/home-next-btn.png);
}

.home-slider .flickity-prev-next-button {
  opacity: 1 !important;
}
.home-slider .flickity-prev-next-button svg {
  display: none;
}
.about-coco .col-text .about-text-top h3 {
  font-family: "Gilroy", sans-serif !important;
  color: var(--primary-color) !important;
  text-transform: uppercase !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px !important;
}
.about-text-center p {
  font-size: 50px !important;
  color: #000;
  text-align: center;
  font-family: "FreightDisp Pro", serif !important;
  line-height: 80px;
  margin-bottom: 10px !important;
}
.about-text-bottom h2 {
  text-align: center;
  font-size: 50px;
  line-height: 80px;
  color: #000;
  margin-bottom: 10px !important;
}
.col-img {
  padding: 0 !important;
}
.col-img img {
  min-height: 580px;
  object-fit: cover;
}
.about-coco .row {
  align-items: stretch !important;
}
.testimonials-col h3 {
  font-family: "FreightDisp Pro", serif !important;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}
.testimonials-col img {
  object-fit: contain !important;
  height: 15px !important;
}
.testimonials-col .box-text-inner h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #616161 !important;
}
.testimonials-col .box-text {
  padding: 0 !important;
}
.about-coco-text-bottom p {
  max-width: 800px;
  margin: 50px auto 0 !important;
}
.testimonials-col .col {
  padding: 0 !important;
}
.col-text {
  padding-bottom: 0 !important;
}
.custom-section {
  padding: 60px 0;
}
.room_suite_section {
  background: #fff5eded;
}
.slider-title {
  font-size: 52px;
  letter-spacing: 5px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.title-link {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: var(--primary-color);
  position: absolute;
  font-size: 16px !important;
  letter-spacing: normal;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-family: Montserrat, sans-serif !important;
  text-transform: capitalize !important;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
}
.title-link:hover {
  color: var(--primary-color) !important;
  background-color: transparent;
}
.room_suite_section .container {
  position: relative;
}
.room-item {
  position: relative;
}
.room-item img {
  height: 500px;
  object-fit: cover;
}
.room-item .room-content {
  position: absolute;
  z-index: 99;
  bottom: 0;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ab8965 69.23%
  );
  width: 100%;
  padding-top: 145px;
  text-align: center;
}
.room-meta {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.room-title,
.room-title a {
  font-size: 26px;
  font-weight: 400;
  color: #fff !important;
  line-height: 100%;
  letter-spacing: 2px;
}
.room-meta p {
  margin-bottom: 30px;
  font-size: 14px;
}
.swiper-button-prev {
  left: -100px;
}
.swiper-button-next {
  right: -100px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background-color: var(--primary-color);
  padding: 8px;
  width: unset !important;
  height: unset !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  padding-left: 5px;
  font-size: 24px !important;
  width: 24px;
}

.swiper-button-next::after {
  padding-left: 5px;
}
.tour-gird,
.tour-list.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 24px;
}
.tour-item .tour-thumb img {
  height: 300px;
  object-fit: cover;
}
.tour-item {
  border: 1px solid #e4e6e8;
}
.tour-content {
  padding: 16px 22px;
  background-color: #fff;
}
.tour-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tour-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
}
.tour-location span {
  font-size: 18px;
  color: #616161;
  margin-left: 5px;
}
.tour-rating span {
  font-size: 18px;
  font-family: "FreightDisp Pro", serif !important;
  color: #000000;
}
.tour-rating {
  gap: 5px;
  display: flex;
  align-items: center;
}
.tour-rating-list {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin-bottom: 0;
}
.tour-rating-list li {
  margin-bottom: 0;
}
.tour-rating-list li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.tour-booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-booking span {
  font-size: 18px;
  color: #616161;
}
.tour-booking span strong {
  font-size: 28px;
  font-family: "FreightDisp Pro", serif !important;
  color: #181818;
}
.custom-btn {
  padding: 15px 25px;
  font-size: 18px;
  background-color: var(--primary-color);
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
}
.facilities_section {
  background-color: #fff5eded;
}
.slider-subtitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--primary-color);
  display: block;
  margin-bottom: 20px;
}
.facilities_section .slider-title {
  letter-spacing: 7px;
}
.home-facilities-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 24px;
}
.facility-thumb img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.facility-item {
  border: 1px solid #e4e6e8;
}
.facility-info {
  padding: 16px 22px;
  background-color: #fff;
}
.facility-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
}
.facility-rating-list {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin-bottom: 0;
}

.facility-rating-list li {
  margin-bottom: 0;
}
.facility-rating-list li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.facility-rating {
  gap: 5px;
  display: flex;
  align-items: center;
}
.facility-rating span {
  font-size: 18px;
  font-family: "FreightDisp Pro", serif !important;
  color: #000000;
}
.facility-action {
  display: flex;
  justify-content: space-between;
}
.more-infor-btn {
  color: var(--primary-color) !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 1px solid var(--primary-color);
}
.post-thumb img {
  height: 300px;
  object-fit: cover;
}

.post-content {
  padding: 16px 22px;
  background-color: #fff;
}

.post-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #181818;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.6;
}
.post-title::after {
  position: absolute;
  content: "";
  width: 185px;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.blog_slider_section .container {
  position: relative;
}
.post-description {
  font-size: 14px;
  counter-reset: #616161;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.facility-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}
.readmorebtn {
  font-size: 14px;
  color: #616161;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  width: fit-content;
  padding: 10px 25px;
  border: 1px solid #616161;
}
.contact-us-btn {
  margin-top: 100px;
  display: block;
  width: fit-content;
  font-size: 28px;
  background-color: var(--primary-color);
  color: #fff !important;
  padding: 12px 24px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.banner-image img {
  height: 720px;
  object-fit: cover;
  width: 100%;
}
.banner-image {
  position: relative;
}
.banner-image::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1a1a1a66;
}
.global-banner {
  position: relative;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-title {
  padding-bottom: 20px;
  margin-bottom: 25px;
  color: #fff;
  position: relative;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.banner-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 333px;
  height: 2px;
  background: var(--primary-color);
  content: "";
}
.banner-desc {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  max-width: 640px;
  margin: 0 auto;
}
.room_page-list,
.tour_page-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 24px;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
}
.page-numbers {
  width: 35px;
  height: 35px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #616161;
}
.page-numbers:hover {
  color: var(--primary-color);
}
.page-numbers.current {
  background-color: var(--primary-color);
  color: #fff;
}
.page-numbers.next,
.page-numbers.prev {
  color: var(--primary-color);
}
.single_room-page,
.restaurant_page {
  padding-top: 55px;
  padding-bottom: 86px;
}
.posttype-title {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 500;
  color: #181818;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
.booking-btn {
  background-color: var(--primary-color);
  color: #fff !important;
  padding: 15px;
  display: block;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  position: absolute;
  right: 0;
  top: -10px;
}
.room-heading {
  position: relative;
  text-align: center;
}
.room-galleries-wrapper {
  position: relative;
}
.fancybox__container {
  z-index: 999999999999 !important;
}
.room-galleries-wrapper img,
.global_single-galleries img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.room-price {
  font-family: "FreightDisp Pro", serif !important;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  color: #181818;
  font-weight: 500;
}
.room-overview-feature ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}
.room-overview-feature ul li img {
  width: 20px;
  height: 20px;
}
.room-overview {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.room-overview-feature ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-overview-feature ul li span {
  font-size: 16px;
}
.room-overview-main-description {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  color: #616161;
}
.room-amenities h2,
.room-features h2 {
  font-size: 28px;
  color: #181818;
  letter-spacing: 4px;
  font-weight: 500;
  text-align: center;
}
.room-amenities ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  max-width: 662px;
  row-gap: 24px;
  /* column-gap: 100%; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.room-amenities ul li img {
  width: 20px;
  height: 20px;
}
.room-amenities ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-amenities ul li span {
  font-size: 16px;
  color: #181818;
  font-weight: 500;
}
.room-features-list {
  list-style: none;
  display: grid;
  row-gap: 24px;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  column-gap: 230px;
  margin-bottom: 0;
}
.feature-item {
  display: flex;
  gap: 10px;
  align-items: center;
	height: fit-content;
}
.feature-item p {
  margin-bottom: 0;
  color: #616161;
}
.single_room-related,
.single_tour-related {
  padding-bottom: 100px;
}
.single_room-related .container,
.single_tour-related .container {
  position: relative;
}
.single_room-related .slider-title,
.single_tour-related .slider-title {
  font-size: 52px;
  text-transform: capitalize;
}
.single_room-related .slider-subtitle,
.single_tour-related .slider-subtitle {
  margin-bottom: 10px;
}
.popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  z-index: 9999999;
  /* overflow-y: auto; */
  display: flex;
  align-items: center;
  display: none;
}

.popup-custom .container {
  padding: 50px !important;
  background-color: #fff;
  max-height: 800px;
  overflow-y: auto;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s ease;
}
.popup-custom.show .container.zoom-in {
  transform: scale(1);
  opacity: 1;
}
.popup-custom .container::-webkit-scrollbar {
  width: 0px;
}
.popup-booking-left img {
  width: 600px;
  height: 325px;
  object-fit: cover;
}
.popup-booking-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.popup-booking-title {
  text-align: center;
  font-family: "FreightDisp Pro", serif !important;
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #181818;
}
.popup-booking-right {
  flex: auto;
}
.popup-booking-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.popup-booking-meta span {
  font-size: 20px;
  color: #181818;
  line-height: 32px;
}
.popup-booking-body .room-amenities,
.popup-booking-body .room-features,
.popup-booking-heading {
  margin-bottom: 30px;
}
.popup-booking-form h2 {
  font-size: 28px;
  color: #181818;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 25px;
}
.booking-form .form-row,
.contact-form .form-row {
  display: flex;
  gap: 25px;
}
.form-group.half {
  flex: auto;
}
.form-group.half input,
.form-group.full input,
.wpcf7-form-control.wpcf7-textarea {
  box-shadow: none !important;
  border: 1px solid var(--primary-color);
  height: 45px;
  margin-top: 5px;
  outline: none !important;
}
.form-group.half label,
.form-group.full {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.form-group.half {
  flex: 1 1 calc(50% - 10px);
}
.form-group.full {
  flex: 1 1 100%;
}
.form-row.submit-row input {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  background: var(--primary-color);
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid var(--primary-color);
  box-shadow: none !important;
}
.booking-form .form-row.submit-row {
  justify-content: center;
}
.form-row.submit-row input:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none !important;
}
.empty-banner {
  margin-bottom: 108px;
}
.tour_page-list-wrapper {
  margin-top: 55px;
  margin-bottom: 100px;
}
.tour_page-form {
  padding: 24px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  border-radius: 8px;
}
.tour_page-form .form-group.half input {
  border: 1px solid #181818;
}
.tour_page-form .form-group.half textarea {
  border: 1px solid #181818;
  box-shadow: none;
  margin-top: 5px;
}
.tour_page-form h2 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #181818;
}
.tour_page-form-row {
  display: flex;
  gap: 50px;
}
.tour_page-form-left {
  flex: 0 0 720px;
}
.tour_page-form-left .form-row.submit-row input {
  margin-top: 20px;
  padding: 0 60px;
}
.tour_page-form-left .form-row.submit-row {
  justify-content: flex-start;
}
.logo-form img {
  height: 100px;
}
.logo-form {
  display: flex;
  justify-content: center;
}
.form-information ul {
  list-style: none;
}
.form-information ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #181818;
  margin-bottom: 20px;
  font-size: 16px;
	font-weight: 500;
}
.form-information ul li div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gallery-tab ul li {
  margin-bottom: 0;
}
.form-share {
  display: flex;
  gap: 20px;
  align-items: center;
}
.form-share span {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
}
.share-list {
  display: flex;
  list-style: none;
  gap: 12px;
  margin-bottom: 0;
}
.share-list a img {
  width: 50px;
  height: 50px;
}
.share-list li {
  margin-bottom: 0;
}
.tour_page-form {
  margin-bottom: 100px;
}
.wpcf7 .wpcf7-response-output {
  border-radius: 0 !important;
}

.tour-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tour-gallery-main {
  width: 100%;
  overflow: hidden;
}
.tour-gallery-main .swiper-wrapper {
  width: 100%;
  height: auto;
}
.tour-gallery-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.tour-gallery-thumb {
  width: 100%;
}
.tour-gallery-thumb .swiper-slide {
  opacity: 0.7;
  cursor: pointer;
  overflow: hidden;
}
.tour-gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.tour-gallery-thumb img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.single_tour-title {
  font-size: 52px;
  color: #181818;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.tour-support-inner {
  border: 1px solid var(--primary-color);
}
.tour-support-inner h3 {
  text-align: center;
  padding: 10px 0;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0;
}
.tour-support-inner-content {
  padding: 30px 35px;
}
.tour_information p {
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 10px;
}
.tour_information p:last-child {
  margin-bottom: 0;
}
.text-support p {
  margin-bottom: 10px;
  color: #181818;
  font-size: 18px;
}
.booking-tour {
  font-size: 28px;
  width: 100%;
  display: block;
  padding: 12px 0;
  color: #fff !important;
  background-color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "FreightDisp Pro", serif !important;
  text-align: center;
  margin-top: 15px;
}
.single_tour-content p {
  color: #616161;
  font-size: 18px;
}

.gallery-tab ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 50px;
  list-style: none;
}
.gallery-tab a {
  padding: 10px 20px;
  border: 1px solid, #e4e6e8;
  text-transform: capitalize;
  transition: 0.3s;
}
.gallery-tab a.active,
.gallery-tab a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Khi gallery-list đang load */
.gallery-list.loading {
  position: relative;
  min-height: 200px; /* tránh collapse khi trống */
  opacity: 0.5;
  pointer-events: none;
}

/* lớp phủ mờ */
.gallery-list.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

/* vòng xoay giữa khối */
.gallery-list.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #ccc;
  border-top-color: var(--primary-color, #236000);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 11;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gallery-item img {
  width: 100%;
  height: 333px;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery-item img:hover {
  transform: scale(1.05);
}
.load-more-wrap {
  text-align: center;
  margin-top: 30px;
}
#load-more-gallery {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
  min-height: unset !important;
  line-height: unset !important;
  height: unset !important;
  border: 1px solid var(--primary-color);
  margin: 0 !important;
}
#load-more-gallery:hover {
  background: transparent;
  color: var(--primary-color);
}
.gallery-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 30px 20px;
  color: #666;
  font-size: 18px;
  font-style: italic;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Hiệu ứng fade-in */
.fade-in {
  animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hiệu ứng loading xoay vòng */
.load-more-wrap.loading::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid #ccc;
  border-top-color: var(--primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-top: 15px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Ẩn nút trong lúc loading */
.load-more-wrap.loading #load-more-gallery {
  pointer-events: none;
  opacity: 0.5;
}
.gallery-list .gallery-item {
  padding: 0 !important;
  overflow: hidden;
}
.contact_us-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 80px;
  margin: 100px 0;
}

.contact-us-right {
  flex: auto;
}
.contact-us-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-us-banner {
  height: 100%;
  position: relative;
}
.contact-us-banner::after {
  position: absolute;
  background: #18181880;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 9;
}
.contact-us-left {
  position: relative;
  flex: 0 0 450px;
  padding: 20px;
  border: 1px solid var(--primary-color);
}
.contact-us-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.contact-us-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.booking-contact {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  background: var(--primary-color);
  text-transform: uppercase;
  padding: 10px;
}
.logo-contact-us img {
  height: 150px;
}
.contact-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 3px;
}
.contact-title {
  font-size: 40px;
  font-weight: 400;
  color: #181818;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.contact-description {
  font-size: 18px;
  line-height: 28px;
  color: #181818;
}
.contact-form {
  margin-top: 15px;
}
.contact-form .form-row.submit-row input {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-form form {
  margin-bottom: 0;
}

.popup-loading {
  text-align: center;
  padding: 60px;
  color: #666;
  font-style: italic;
}
.single_page-title,
.global_single-title {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  color: #181818;
  text-align: center;
  /* margin-bottom: 0; */
}
.single_page-content img,
.global_single-content img {
  max-height: 600px;
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0 !important;
}
.single_page-content p,
.global_single-content p {
  font-size: 18px;
  color: #616161;
}

.restaurant-body .swiper-button-prev,
.global_single-gallrey .swiper-button-prev {
  left: 40px !important;
  background-image: url("../images/restaurant-prev.png");
  height: 60px !important;
  width: 20px !important;
  background-color: unset !important;
}
.restaurant-body .swiper-button-next,
.global_single-gallrey .swiper-button-next {
  right: 40px !important;
  background-image: url("../images/restaurant-next.png");
  height: 60px !important;
  background-color: unset !important;
  width: 20px !important;
}
.restaurant-body .swiper-button-next:after,
.restaurant-body .swiper-button-prev:after,
.global_single-gallrey .swiper-button-next:after,
.global_single-gallrey .swiper-button-prev:after {
  display: none;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  background: transparent !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
  border: 1px solid transparent !important;
}

.opening_hour {
  text-align: center;
}
.opening_hour h3 {
  font-size: 28px;
  font-weight: 400;
  color: #181818;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.opening_hour p {
  font-size: 24px;
  font-weight: 400;
  text-transform: lowercase;
  font-family: "FreightDisp Pro", serif !important;
  margin-bottom: 0;
  color: #181818;
}
.restaurant-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.restaurant-contact a {
  font-size: 18px;
  color: #181818;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.restaurant-content-wrap h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  color: #181818;
  letter-spacing: 3px;
}
.restaurant-content p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 0;
}
.restaurant-grid-wrapper .room-features-list {
  max-width: 1200px;
  margin: 50px auto 0;
}

.facilities-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 24px;
}
.facility-transparent-thumb img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.facility-transparent-item {
  position: relative;
}

.facility-transparent-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
  padding: 80px 35px 35px;
}
.facility-transparent-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 3px;
}
.facility-transparent-title a {
  color: #fff !important;
}
.facility-transparent-excerpt {
  text-align: justify;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-justify: inter-word;
  letter-spacing: -0.8px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.more-infor-facility {
  display: block;
  padding: 10px 25px;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  font-weight: 300;
  margin-top: 24px;
}

.global_single-gallrey {
  position: relative;
}

.gallery-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 340px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.3);
  z-index: 9;
  padding: 16px 24px;
}
.gallery-content h3 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif !important;
  font-weight: 400;
  margin-bottom: 16px;
}
.gallery-content-item {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.gallery-content-item svg {
  width: 20px;
  height: 20px;
}

.gallery-content-wrapper {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.btn-gallery {
  padding: 10px 20px;
  background-color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.blogs-list.grid {
  display: grid;
  column-gap: 24px;
  row-gap: 50px;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
}
.blog-thumb img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.blog-item {
  position: relative;
}
.blog-info {
  padding: 50px 60px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.blog-title {
  text-align: center;
}
.blog-title a {
  font-size: 26px;
  font-weight: 400;
  color: #fff !important;
  letter-spacing: 2px;
  text-align: center;
}
.blog-excerpt {
  text-align: center;
  font-weight: 16px;
  color: #fff;
  line-height: 22px;
}

.menu-hambuger {
  display: none;
  cursor: pointer;
}
.mobile-sidebar {
  position: fixed;
  top: 120px;
  left: -300px; /* ban đầu ẩn */
  width: 300px;
  height: 100%;
  background: rgba(45, 45, 45, 0.3); /* lớp bán trong suốt */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  z-index: 999999999;
  transition: left 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  /* overflow-y: auto; */
}
.mobile-sidebar.active {
  opacity: 1;
  left: 0;
}

.menu-hambuger i {
  font-size: 30px;
  color: #fff;
}
.mobile-sidebar-inner {
  padding: 20px;
}

.mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-sidebar-header span {
  font-size: 24px;
  font-weight: 600;
}

.mobile-sidebar-close {
  background: none;
  border: none;
  font-size: 28px;
  margin: 0;
  padding-right: 0;
  color: #fff;
  min-height: unset !important;
  line-height: unset !important;
  cursor: pointer;
}

.mobile-sidebar .mobile-menu {
  list-style: none;
  margin: 0;
  max-height: 550px;
  overflow-y: auto;
  padding: 0;
  /* scrollbar-width: thin;
  scrollbar-color: #d7a84e transparent; */
}

.mobile-sidebar .mobile-menu::-webkit-scrollbar {
  width: 0px;
}

.mobile-sidebar .mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-sidebar .mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 3px;
}

.mobile-sidebar .mobile-menu li {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 0;
}
.mobile-sidebar .mobile-menu .sub-menu li.menu-item-has-children .sub-menu li {
  border-bottom: 0 !important;
}

.mobile-sidebar .mobile-menu li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
}
/* .mobile-sidebar .mobile-menu li:first-child a{
  padding-top: 0;
} */
.mobile-sidebar .mobile-menu .sub-menu li.menu-item-has-children .sub-menu {
  padding-left: 30px;
}
.mobile-sidebar
  .mobile-menu
  .sub-menu
  li.menu-item-has-children
  .sub-menu
  li
  a {
  padding: 0;
}
.mobile-sidebar .mobile-menu li a:hover {
  font-weight: 600;
}
.mobile-sidebar .menu-item-has-children .submenu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.5s;
}
.mobile-sidebar .menu-item-has-children {
  position: relative;
}

.mobile-sidebar .mobile-menu .sub-menu {
  display: none;
  position: unset;
  background: transparent;
  backdrop-filter: none;
  padding: 0px 0 0 15px;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.mobile-sidebar .mobile-menu .sub-menu li {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.mobile-sidebar .menu-item-has-children.open > .sub-menu {
  display: block;
}

.social-footer-fixed {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 9999;
}

.social-footer-fixed ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-footer-fixed li {
  margin-bottom: 0;
}
.social-footer-fixed li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-footer-fixed li a:hover {
  transform: translateY(-2px) scale(1.05);
}

.social-footer-fixed img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.menu-item-lang {
  display: flex;
}
.menu-item-lang a {
  width: 50px;
}

.home-facilities-slider-wrapper .container {
  position: relative;
}

.tour-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 90px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.tour-search-fields label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.tour-search-fields {
  display: flex;
  gap: 17px;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  padding: 24px;
}

.tour-search-form input[type="date"] {
  padding: 10px 15px;
  border: none;
  background: #fff;
  color: #333;
  width: 287px;
  margin-bottom: 0;
  outline: none !important;
}

.tour-search-form .search-btn {
  background: #ab8965;
  color: #fff;
  border: none;
  width: 287px;
  text-align: center;
  cursor: pointer;
  min-height: unset !important;
  line-height: 33px !important;
  transition: 0.3s;
  margin: 0 !important;
  font-weight: 400;
  text-transform: none;
  height: 38px;
}

.tour-search-form .search-btn:hover {
  background: #8d6f4f;
}
.book-with-code {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 120px;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: #181818;
  width: 300px;
  padding: 12px 24px 24px;
}
.home .book-with-code {
  opacity: 1 !important;
  visibility: visible !important;
}
.book-with-code.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.close-btn {
  text-align: end;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
}
.close-btn i:hover {
  color: #fff;
}
.book-with-code h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.book-with-code-content {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.book-with-code-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--primary-color);
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 10px 12px;
}
.site-header-custom.scroll .header-inner {
  height: 80px;
}
.site-header-custom.scroll {
  padding: 0;
}
.site-header-custom.scroll::after {
  background-color: #fff;
  backdrop-filter: unset;
}
.site-header-custom.scroll .logo {
  display: none;
}
.site-header-custom.scroll #menu-menu-chinh-header li a,
.site-header-custom.scroll #menu-primary-header li a {
  color: #181818 !important;
}
.site-header-custom.scroll .main-menu .menu-item-has-children .submenu-toggle {
  border: solid rgb(0, 0, 0);
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
}
.site-header-custom.scroll .book-with-code {
  top: 80px;
}
.site-header-custom.scroll {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 🔥 bóng đổ nhẹ */

  animation: headerSlideDown 0.5s ease forwards;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.site-header-custom.scroll .menu-hambuger i {
  color: var(--primary-color);
}
.logo-yellow-mobile {
  display: none;
}


.btn-download-pdf{
   background-color: var(--primary-color);
    color: #fff !important;
    padding: 15px;
    display: block;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    font-weight: 400;
    letter-spacing: 3px;

    margin: 0 auto;
    margin-bottom:30px;
}
