/**
 * --------------------------------------------------------------------
 * Arial
 * --------------------------------------------------------------------
 */

/* Gotham Fonts - Grouped by font-family and font-weight/style */
/* ===========================
   Gotham (core family)
   =========================== */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM BOOK.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM BLACK.OTF") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM LIGHT.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM MEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Thin */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM THIN.OTF") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Gotham Ultra */
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham/GOTHAM ULTRA.OTF") format("opentype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

/* Gotham Extra Narrow Bold */
@font-face {
  font-family: "Gotham ExtraNarrow";
  src: url("../assets/fonts/GOTHAM EXTRA NARROW BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Quicksand Fonts - Grouped by font-family and font-weight */
@font-face {
  font-family: "Kokomo Breeze";
  src: url("../assets/fonts/KokomoBreeze-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}

#salida_raw,
#entrada_raw {
  font-family: "Gotham", sans-serif;
  font-weight: 100;
}

.body-text {
  color: #58595b !important;
}
.uk-navbar-sticky .uk-navbar-right a,
.uk-navbar-sticky .header__navbar-nav > li > a {
  color: #58595b !important;
}

.custom-color-text {
  color: #8eb18e;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

header a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif !important;
}

.custom-font-title {
  font-family: "Quicksand", sans-serif !important;
}

.uk-text-8eb18e {
  color: #8eb18e;
}

.custom-font-title2 {
  font-family: "Kokomo Breeze", sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 50px;
  color: #8eb18e;
}

.custom-font-body {
  font-family: "Gotham", sans-serif !important;
}

.custom-text-features {
  margin: 0;
}

.custom-title-features {
  color: #8eb18e;
}

.secondary-button {
  border: 1px solid #8eb18e;
  color: #8eb18e !important;
}

.custom-input {
  background: none;
  border: none;
  outline: none;
  color: white;
}

.btn-minus,
.btn-plus {
  background: none;
  color: white;
  border: none;
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  /* đảo màu: đen → trắng */
  opacity: 1;
}

.beer-slider[data-beer-label]:after {
  content: attr(data-beer-label);
  background: #ffc107;
  border-radius: 50%;
  padding: 6px 10px;
  color: #000;
  font-weight: bold;
  font-family: sans-serif;
  top: 50%;
  transform: translateY(-50%);
}

.room-text {
  max-width: 550px;
  margin: auto;
  text-align: center;
}

.room-title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333;
}

.room-subtitle {
  font-size: 26px;
  font-style: italic;
  color: #8eb18e;
  margin: 0 !important;
}

.room-description {
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.room-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC: 4 cột */
  gap: 25px;
  padding: 0;
}

/* Mobile: 2 cột */
@media (max-width: 768px) {
  .room-features {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}

.suite-template-default .room-features {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 32px;
}

.room-features li {
  list-style: none;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.room-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.room-buttons .uk-button-default {
  border: 2px solid #8eb18e;
  color: #8eb18e;
  background: transparent;
  font-weight: 600;
}

.room-buttons .uk-button-default:hover {
  border: 2px solid #8eb18e;
  background: #8eb18e;
  color: #fff !important;
}

.room-buttons .uk-button-primary {
  background: #8eb18e;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 0 35px;
}

.uk-button-primary {
  background-color: #8eb18e !important;
}

.home-slider-2 .swiper,
.home-slider-1 .swiper,
.packages-slider .swiper {
  width: 100%;
  height: 500px;
  margin: auto;
  position: relative;
}

.home-slider-2 .swiper-slide,
.home-slider-1 .swiper-slide,
.packages-slider .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  opacity: 0.5;
  transform: scale(0.75);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slide ảnh */
.home-slider-2 .swiper-slide img,
.home-slider-1 .swiper-slide img,
.packages-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider-2 .swiper-slide-active,
.home-slider-1 .swiper-slide-active,
.packages-slider .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}

.home-slider-2 .swiper-slide-next,
.home-slider-2 .swiper-slide-prev,
.home-slider-1 .swiper-slide-next,
.home-slider-1 .swiper-slide-prev,
.packages-slider .swiper-slide-prev,
.packages-slider .swiper-slide-next {
  transform: scale(0.75) !important;
}

.experience-grid {
  column-count: 2;
  column-gap: 1rem;
  margin: auto;
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.grid-item img {
  width: 100%;
  display: block;
}

.card-overlay {
  position: relative;
}

.card-text-overlay h5 {
  color: black;
}

.card-text-overlay {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(
    -135deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.8)
  );
  width: 80%;
  color: #ffffff;
  padding: 20px;
}

.uk-height-min-small {
  min-height: 150px;
}

.uk-height-min-medium {
  min-height: 300px;
}

.uk-height-min-large {
  min-height: 450px;
}

@media (min-width: 1600px) {
  .uk-grid-5-xl {
    margin-left: -5px !important;
  }

  .uk-grid-5-xl > * {
    padding-left: 5px !important;
  }

  .uk-grid-5-xl > .uk-grid-margin {
    margin-top: 5px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-5-l {
    margin-left: -5px !important;
  }

  .uk-grid-5-l > * {
    padding-left: 5px !important;
  }

  .uk-grid-5-l > .uk-grid-margin {
    margin-top: 5px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-5-m {
    margin-left: -5px !important;
  }

  .uk-grid-5-m > * {
    padding-left: 5px !important;
  }

  .uk-grid-5-m > .uk-grid-margin {
    margin-top: 5px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-5-s {
    margin-left: -5px !important;
  }

  .uk-grid-5-s > * {
    padding-left: 5px !important;
  }

  .uk-grid-5-s > .uk-grid-margin {
    margin-top: 5px !important;
  }
}

.uk-grid-5 {
  margin-left: -5px;
}

.uk-grid-5 > * {
  padding-left: 5px;
}

.uk-grid-5 > .uk-grid-margin {
  margin-top: 5px;
}

@media (min-width: 1600px) {
  .uk-grid-10-xl {
    margin-left: -10px !important;
  }

  .uk-grid-10-xl > * {
    padding-left: 10px !important;
  }

  .uk-grid-10-xl > .uk-grid-margin {
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-10-l {
    margin-left: -10px !important;
  }

  .uk-grid-10-l > * {
    padding-left: 10px !important;
  }

  .uk-grid-10-l > .uk-grid-margin {
    margin-top: 10px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-10-m {
    margin-left: -10px !important;
  }

  .uk-grid-10-m > * {
    padding-left: 10px !important;
  }

  .uk-grid-10-m > .uk-grid-margin {
    margin-top: 10px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-10-s {
    margin-left: -10px !important;
  }

  .uk-grid-10-s > * {
    padding-left: 10px !important;
  }

  .uk-grid-10-s > .uk-grid-margin {
    margin-top: 10px !important;
  }
}

.uk-grid-10 {
  margin-left: -10px;
}

.uk-grid-10 > * {
  padding-left: 10px;
}

.uk-grid-10 > .uk-grid-margin {
  margin-top: 10px;
}

@media (min-width: 1600px) {
  .uk-grid-12-xl {
    margin-left: -12px !important;
  }

  .uk-grid-12-xl > * {
    padding-left: 12px !important;
  }

  .uk-grid-12-xl > .uk-grid-margin {
    margin-top: 12px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-12-l {
    margin-left: -12px !important;
  }

  .uk-grid-12-l > * {
    padding-left: 12px !important;
  }

  .uk-grid-12-l > .uk-grid-margin {
    margin-top: 12px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-12-m {
    margin-left: -12px !important;
  }

  .uk-grid-12-m > * {
    padding-left: 12px !important;
  }

  .uk-grid-12-m > .uk-grid-margin {
    margin-top: 12px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-12-s {
    margin-left: -12px !important;
  }

  .uk-grid-12-s > * {
    padding-left: 12px !important;
  }

  .uk-grid-12-s > .uk-grid-margin {
    margin-top: 12px !important;
  }
}

.uk-grid-12 {
  margin-left: -12px;
}

.uk-grid-12 > * {
  padding-left: 12px;
}

.uk-grid-12 > .uk-grid-margin {
  margin-top: 12px;
}

@media (min-width: 1600px) {
  .uk-grid-20-xl {
    margin-left: -20px !important;
  }

  .uk-grid-20-xl > * {
    padding-left: 20px !important;
  }

  .uk-grid-20-xl > .uk-grid-margin {
    margin-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-20-l {
    margin-left: -20px !important;
  }

  .uk-grid-20-l > * {
    padding-left: 20px !important;
  }

  .uk-grid-20-l > .uk-grid-margin {
    margin-top: 20px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-20-m {
    margin-left: -20px !important;
  }

  .uk-grid-20-m > * {
    padding-left: 20px !important;
  }

  .uk-grid-20-m > .uk-grid-margin {
    margin-top: 20px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-20-s {
    margin-left: -20px !important;
  }

  .uk-grid-20-s > * {
    padding-left: 20px !important;
  }

  .uk-grid-20-s > .uk-grid-margin {
    margin-top: 20px !important;
  }
}

.uk-grid-20 {
  margin-left: -20px;
}

.uk-grid-20 > * {
  padding-left: 20px;
}

.uk-grid-20 > .uk-grid-margin {
  margin-top: 20px;
}

@media (min-width: 1600px) {
  .uk-grid-30-xl {
    margin-left: -30px !important;
  }

  .uk-grid-30-xl > * {
    padding-left: 30px !important;
  }

  .uk-grid-30-xl > .uk-grid-margin {
    margin-top: 30px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-30-l {
    margin-left: -30px !important;
  }

  .uk-grid-30-l > * {
    padding-left: 30px !important;
  }

  .uk-grid-30-l > .uk-grid-margin {
    margin-top: 30px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-30-m {
    margin-left: -30px !important;
  }

  .uk-grid-30-m > * {
    padding-left: 30px !important;
  }

  .uk-grid-30-m > .uk-grid-margin {
    margin-top: 30px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-30-s {
    margin-left: -30px !important;
  }

  .uk-grid-30-s > * {
    padding-left: 30px !important;
  }

  .uk-grid-30-s > .uk-grid-margin {
    margin-top: 30px !important;
  }
}

.uk-grid-30 {
  margin-left: -30px;
}

.uk-grid-30 > * {
  padding-left: 30px;
}

.uk-grid-30 > .uk-grid-margin {
  margin-top: 30px;
}

@media (min-width: 1600px) {
  .uk-grid-40-xl {
    margin-left: -40px !important;
  }

  .uk-grid-40-xl > * {
    padding-left: 40px !important;
  }

  .uk-grid-40-xl > .uk-grid-margin {
    margin-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-40-l {
    margin-left: -40px !important;
  }

  .uk-grid-40-l > * {
    padding-left: 40px !important;
  }

  .uk-grid-40-l > .uk-grid-margin {
    margin-top: 40px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-40-m {
    margin-left: -40px !important;
  }

  .uk-grid-40-m > * {
    padding-left: 40px !important;
  }

  .uk-grid-40-m > .uk-grid-margin {
    margin-top: 40px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-40-s {
    margin-left: -40px !important;
  }

  .uk-grid-40-s > * {
    padding-left: 40px !important;
  }

  .uk-grid-40-s > .uk-grid-margin {
    margin-top: 40px !important;
  }
}

.uk-grid-40 {
  margin-left: -40px;
}

.uk-grid-40 > * {
  padding-left: 40px;
}

.uk-grid-40 > .uk-grid-margin {
  margin-top: 40px;
}

@media (min-width: 1600px) {
  .uk-grid-50-xl {
    margin-left: -50px !important;
  }

  .uk-grid-50-xl > * {
    padding-left: 50px !important;
  }

  .uk-grid-50-xl > .uk-grid-margin {
    margin-top: 50px !important;
  }
}

@media (min-width: 1200px) {
  .uk-grid-50-l {
    margin-left: -50px !important;
  }

  .uk-grid-50-l > * {
    padding-left: 50px !important;
  }

  .uk-grid-50-l > .uk-grid-margin {
    margin-top: 50px !important;
  }
}

@media (min-width: 960px) {
  .uk-grid-50-m {
    margin-left: -50px !important;
  }

  .uk-grid-50-m > * {
    padding-left: 50px !important;
  }

  .uk-grid-50-m > .uk-grid-margin {
    margin-top: 50px !important;
  }
}

@media (min-width: 640px) {
  .uk-grid-50-s {
    margin-left: -50px !important;
  }

  .uk-grid-50-s > * {
    padding-left: 50px !important;
  }

  .uk-grid-50-s > .uk-grid-margin {
    margin-top: 50px !important;
  }
}

.uk-grid-50 {
  margin-left: -50px;
}

.uk-grid-50 > * {
  padding-left: 50px;
}

.uk-grid-50 > .uk-grid-margin {
  margin-top: 50px;
}

.boxLast > *:last-child {
  margin-bottom: 0;
}

.fz-12,
.footer__nav > li > a {
  font-size: 0.75rem;
}

.fz-13,
.header__btnContact,
.header__btnBook {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-22 {
  font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {
  .fz-22 {
    font-size: 1.375rem;
  }
}

.fz-24 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .fz-24 {
    font-size: 1.5rem;
  }
}

.fz-25 {
  font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .fz-25 {
    font-size: 1.5625rem;
  }
}

.fz-32 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .fz-32 {
    font-size: 2rem;
  }
}

.fz-35 {
  font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
  .fz-35 {
    font-size: 2.1875rem;
  }
}

.fz-36 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .fz-36 {
    font-size: 2.25rem;
  }
}

.fz-40 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .fz-40 {
    font-size: 2.5rem;
  }
}

.fz-48 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .fz-48 {
    font-size: 3rem;
  }
}

.fz-50 {
  font-size: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .fz-50 {
    font-size: 3.125rem;
  }
}

.fz-64 {
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .fz-64 {
    font-size: 4rem;
  }
}

.fz-36-r {
  font-size: 25px !important;
}

@media screen and (min-width: 640px) {
  .fz-36-r {
    font-size: calc(25px + 11 * ((100vw - 640px) / 560)) !important;
  }
}

@media screen and (min-width: 1200px) {
  .fz-36-r {
    font-size: 36px !important;
  }
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-000,
.footer__navMenu > li > a,
.footer__nav > li > a {
  color: #58595b;
}

.text-FFF,
.uk-light .header__navbar-nav > li > a,
.uk-light .header__btnBook {
  color: white;
}

.text-8eb18e,
.uk-light .footer__btn,
.uk-light .header__navbar-nav > li.current-menu-item > a,
.uk-light .header__navbar-nav > li.uk-active > a {
  color: #8eb18e;
}

.text-383838 {
  color: #383838;
}

.text-4B4B4B {
  color: #4b4b4b;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-21 {
  letter-spacing: 2.1px;
}

.item-5px:nth-child(n + 2) {
  margin-top: 0.3125rem;
}

.item-8px:nth-child(n + 2) {
  margin-top: 0.5rem;
}

.item-11px:nth-child(n + 2) {
  margin-top: 0.6875rem;
}

.item-15px:nth-child(n + 2) {
  margin-top: 0.9375rem;
}

.item-30px:nth-child(n + 2) {
  margin-top: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .item-30px:nth-child(n + 2) {
    margin-top: 1.875rem;
  }
}

.item-45px:nth-child(n + 2) {
  margin-top: calc(1.40625rem + 1.875vw);
}

@media (min-width: 1200px) {
  .item-45px:nth-child(n + 2) {
    margin-top: 2.8125rem;
  }
}

.w-145 {
  max-width: 100%;
  width: 145px;
}

.w-150 {
  max-width: 100%;
  width: 150px;
}

.w-350 {
  max-width: 100%;
  width: 350px;
}

.w-376 {
  max-width: 100%;
  width: 376px;
}

.w-386 {
  max-width: 100%;
  width: 386px;
}

.w-400 {
  max-width: 100%;
  width: 400px;
}

.w-630 {
  max-width: 100%;
  width: 630px;
}

.w-680 {
  max-width: 100%;
  width: 680px;
}

.w-1000 {
  max-width: 100%;
  width: 1000px;
}

.w-1050 {
  max-width: 100%;
  width: 1050px;
}

.w-1102 {
  max-width: 100%;
  width: 1102px;
}

.width-max-content {
  width: max-content;
}

.rounded-2px {
  border-radius: 2px;
}

.rounded-3px {
  border-radius: 3px;
}

.rounded-4px {
  border-radius: 4px;
}

.rounded-6px {
  border-radius: 6px;
}

.rounded-8px {
  border-radius: 8px;
}

.rounded-10px {
  border-radius: 10px;
}

.rounded-12px {
  border-radius: 12px;
}

.rounded-15px {
  border-radius: 15px;
}

.rounded-16px {
  border-radius: 16px;
}

.rounded-20px {
  border-radius: 20px;
}

.bd-1-E6E6E6 {
  border: var(----f1-number-1, 1px) solid var(--200, #e6e6e6);
}

.bd-1-DDE5EF {
  border: var(----f1-number-1, 1px) solid var(--200, #dde5ef);
}

.bd-1-E5E5E5 {
  border: var(----f1-number-1, 1px) solid var(--200, #e5e5e5);
}

.bd-1-F6F6F6 {
  border: var(----f1-number-1, 1px) solid var(--200, #f6f6f6);
}

.bd-1-EBE9E3 {
  border: var(----f1-number-1, 1px) solid var(--200, #ebe9e3);
}

.bg-000 {
  background: #000;
}

.bg-FFF {
  background: #fff;
}

.bg-8eb18e {
  background: #8eb18e;
}

.bgc-8eb18e {
  background-color: #8eb18e;
}

.lh-120 {
  line-height: 1.2;
}

.lh-125 {
  line-height: 1.25;
}

.lh-140 {
  line-height: 1.4;
}

.lh-157 {
  line-height: 1.57;
}

.lh-160 {
  line-height: 1.6;
}

.lh-171 {
  line-height: 1.71429;
}

.lh-185 {
  line-height: 1.85714;
}

.lh-200 {
  line-height: 2;
}

.lh-50-btn {
  line-height: calc(50px - 2px);
}

.header__btnBook {
  line-height: calc(50px - 2px);
}

.uk-light .header__btnBook {
  background-color: #8eb18e;
}

.header__btnContact {
  padding: 0 15px;
}

.header__navActive,
.header__navbar-nav > li.current-menu-item > a:before,
.header__navbar-nav > li.uk-active > a:before,
.header__navbar-nav > li > a:hover:before {
  left: 0;
  right: 0;
}

.header__navbar-nav > li > a {
  position: relative;
}

.header__navbar-nav > li > a:before {
  position: absolute;
  z-index: 1;
  left: 51%;
  right: 51%;
  bottom: 20px;
  height: 2px;
  content: "";
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: currentColor;
}

.header__lang {
  gap: 10px;
}

.header__lang > * {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;
}

.header__lang > *:nth-child(n + 2) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__lang > *:nth-child(n + 2):before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 15px;
  background: #fff;
}

.header__lang span {
  font-weight: 700;
  color: #fff !important;
}

.header__lang a {
  text-decoration: none;
}

.footer__btn {
  font-weight: 450;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
}

.footer__nav > li > a {
  font-weight: 300;
  justify-content: center;
  color: #58595b;
}

@media (min-width: 1200px) {
  .footer__nav > li > a {
    justify-content: flex-start;
    color: #ffffff !important;
  }
}

.footer__navMenu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0 !important;
}

.footer__navMenu {
  gap: 35px !important;
}

.footer__divider {
  border-bottom: 1px solid #cfcfcf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__divider:first-child {
  border-top: 1px solid #cfcfcf;
}

@media (min-width: 1200px) {
  .footer__divider {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.booking__form {
  margin-top: -50px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #8eb18e;
}

.booking__form__date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_446_20' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Cpath d='M15.5 15.5V0.5H0.5V15.5H15.5Z' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_446_20)'%3E%3Cpath d='M3.28125 12.6875V14.5625H15.5312V2.375H3.28125V5.1875H15.5312' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.125 1.4375V3.3125' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7188 1.4375V3.3125' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.40625 1.4375V3.3125' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.28125 5.1875C3.28125 10.3437 0.46875 12.6875 0.46875 12.6875H12.7188C12.7188 12.6875 15.5312 10.3437 15.5312 5.1875' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.booking__form__boxCalc > * {
  width: 26px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home__banner__overlay {
  background: rgba(0, 0, 0, 0.3);
}

.home__dining__card {
  background: rgba(255, 255, 255, 0.9);
}

.mansony-home .gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 10px;
  padding: 20px;
  margin: 0 auto;
}

.mansony-home .item {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.mansony-home .item-1 {
  grid-column: span 2;
  grid-row: span 2;
  background-color: #8eb18e;
}

.mansony-home .item-2 {
  grid-column: span 2;
}

.mansony-home .item-3 {
  grid-column: span 2;
  grid-row: span 3;
}

.mansony-home .item-4 {
  grid-column: span 3;
}

.mansony-home .item-5 {
  grid-column: span 3;
}

.mansony-home .item-6 {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 767px) {
  .mansony-home .gallery {
    grid-template-columns: 1fr;
  }

  .center-mobile-offer {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .title-mobile {
    font-size: 30px !important;
  }

  .mobile-check-rates button {
    width: 100%;
  }

  .mobile-input-setting input {
    text-align: center;
  }

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 30px !important;
  }
}

.gallery-swiper .swiper-slide {
  width: auto;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid transparent;
  transition: border 0.3s ease;
}

.promo-input {
  border: none !important;
  background: no-repeat !important;
  font-size: revert !important;
}

.grid-container-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 15px;
}

@media (max-width: 768px) {
  .grid-container-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Màn hình rất nhỏ (mobile nhỏ) */
@media (max-width: 480px) {
  .grid-container-gallery {
    grid-template-columns: 1fr;
  }
}

.grid-container-gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.grid-container-gallery .grid-item {
  margin: 0 !important;
}

.container-gallery {
  width: 90%;
  margin: auto;
}

.download-message {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  padding: 20px 15px;
}

.download-message a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.download-message a:hover {
  opacity: 0.7;
}

.card-text-overlay {
  opacity: 0.9;
  border-radius: 10px;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background-color: #8eb18e;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@media (min-width: 641px) {
  .floating-btn {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .header__btnBook {
    display: none !important;
  }

  #bookingForm2 {
    display: none;
  }

  .custom-wellcom-mobile {
    flex-direction: column-reverse;
  }

  .promo-input {
    text-align: left !important;
  }

  .promo-input::placeholder,
  .booking-label {
    font-size: 18px;
  }
}

.container-booking {
  padding: 0 !important;
}

#bookingPopup .booking__form {
  border-top: 3px solid #8eb18e;
  background-color: #5f8a62;
  margin-top: 0 !important;
  padding: 16px 40px;
  box-sizing: border-box;
}

#bookingPopup {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  animation: slideUp 0.4s ease-out;
}

/* Animation */
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.floating-btn {
  position: fixed;
  right: 50%;
  z-index: 10;
  background-color: #8eb18e;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 80%;
  transform: translateX(50%);
  padding: 20px 0;
}

.floating-btn:hover {
  background-color: #8eb18e;
}

.plus-icon {
  display: block;
  line-height: 1;
  transition: transform 0.3s ease;
}

.floating-btn.active .plus-icon {
  transform: rotate(45deg);
}

.pulse-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 138, 98, 0.5);
  z-index: -1;
}

.booking-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 32px;
  color: #fff;
  z-index: 1000;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .booking-close-btn {
    display: block;
  }
}

.input[type="date"] {
  background-color: #8eb18e !important;
}

.daterangepicker {
  background-color: #8eb18e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: inherit;
}

/* Header: tháng và năm */
.daterangepicker .calendar-table th {
  color: #000000;
  font-weight: 500;
}

/* Ngày bình thường */
.daterangepicker .calendar-table td.available {
  background-color: transparent;
  color: #000000;
  border-radius: 4px;
}

/* Hover */
.daterangepicker .calendar-table td.available:hover {
  background-color: #8eb18e;
  color: #fff;
}

/* Ngày được chọn */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #8eb18e !important;
  color: #fff !important;
  border-radius: 4px;
}

/* Ngày trong khoảng (nếu dùng range) */
.daterangepicker td.in-range {
  background-color: #8eb18e;
  color: #fff;
}

/* Nút điều hướng tháng */
.daterangepicker .prev,
.daterangepicker .next {
  color: #fff;
}

/* Ngày không chọn được */
.daterangepicker td.off {
  color: #ccc;
}

.daterangepicker .calendar-table th {
  color: #000000;
  font-weight: 500;
}

/* Thứ 2 (Mon), Thứ 3 (Tue), Thứ 4 (Wed) – bôi đậm hơn */
.daterangepicker .calendar-table th:nth-child(1),
.daterangepicker .calendar-table th:nth-child(2),
.daterangepicker .calendar-table th:nth-child(3),
.daterangepicker .calendar-table th:nth-child(4),
.daterangepicker .calendar-table th:nth-child(5),
.daterangepicker .calendar-table th:nth-child(6),
.daterangepicker .calendar-table th:nth-child(7),
.daterangepicker .calendar-table th:nth-child(8),
.daterangepicker .calendar-table th:nth-child(9) {
  font-weight: 800;
}

.monthselect {
  width: 20%;
  margin: 0;
  padding: 0;
  border: none;
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 800;
  direction: rtl;
  text-align: right;
  width: 30% !important;
}

.yearselect {
  margin: 0;
  padding: 0;
  border: none;
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 800;
  text-align: justify;
}

.home-slider-2 .swiper-button-next::after,
.home-slider-2 .swiper-button-prev::after,
.home-slider-1 .swiper-button-next::after,
.home-slider-1 .swiper-button-prev::after {
  display: none;
}

.home-slider-2 .custom-nav-button span,
.home-slider-2 .custom-nav-button,
.home-slider-1 .custom-nav-button span,
.home-slider-1 .custom-nav-button {
  color: black;
}

/* Mũi tên */
.home-slider-2 .custom-nav-button .arrow,
.home-slider-1 .custom-nav-button .arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
  margin: 0 10px;
}

/* Hover effect */
.home-slider-2 .custom-nav-button:hover .arrow,
.home-slider-1 .custom-nav-button:hover .arrow {
  transform: translateX(4px);
}

.footer-custom-text ul li a {
  font-weight: bold !important;
  font-family: "Quicksand";
  padding: 0 !important;
  color: #ffffff !important;
}

.footer__navMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px !important;
}

.swiper-button-lock {
  display: block !important;
}

@media (max-width: 639px) {
  .hide-mobile {
    display: none !important;
  }

  .swiper-button-lock {
    display: none !important;
  }
  .icon-mb-custom {
    width: 25px !important;
    height: 20px !important;
  }
}

.brand-logo img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  transition: filter 0.3s ease;
}

.brand-logo img:hover {
  filter: none;
}

.swiper-wrapper {
  height: 400px;
}

.room-slide-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px !important;
}

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #8eb18e !important;
}

.detail-rooms-future {
  padding: 0 !important;
}



.uk-navbar-container.uk-navbar-sticky {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .detail-rooms-future {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .custom-nav-button .arrow {
    display: none !important;
  }

  .page-template-page-offers .room-buttons {
    justify-content: center !important;
  }

  .page-template-page-offers .room-buttons a {
    margin: 0 !important;
  }

  .uk-navbar-container.uk-navbar-sticky {
  background: #8eb18e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.uk-navbar-sticky svg {
  color: #ffffff !important;
}
}

.custom-overlay {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; /* phủ toàn bộ container */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  align-items: flex-end; /* text nằm dưới */
  padding: 20px;
  color: #fff;
}

.custom-overlay .overlay-inner {
  width: 100%;
}

.logo-sticky {
  display: none !important;
}

.uk-navbar-sticky .logo-default {
  display: none;
}

.uk-navbar-sticky .logo-sticky {
  display: inline-block !important;
}

.package-card > div {
  display: flex;
}
.package-card > div > a.uk-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.package-card h3 {
  line-height: 1.2; /* khớp với class lh-120 của bạn */
  max-height: calc(1.2em * 2); /* 2 dòng */
  min-height: calc(1.2em * 2); /* 2 dòng */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-white {
  color: white !important;
}

.custom-fusionline-btn {
  background-color: #f6a965 !important;
  border-radius: 50px !important;
  color: white !important;
  font-weight: 700 !important;
}

@media (min-width: 1024px) {
  .offer-slider-detail .uk-transition-active img {
    width: 900px !important;
    height: 500px !important;
  }
}

.offer-slider-detail .uk-slider-items {
  align-items: center !important;
}

.uk-navbar-sticky .uk-navbar-toggle {
  color: #8eb18e !important;
}

.wpcf7-spinner {
  display: none;
}

.uk-navbar-sticky .header__lang span {
  color: #8eb18e !important;
}

.header__lang > *:nth-child(n + 2):before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 15px;
  background: #58595b;
}

.languages__trigger {
  background-color: none;
  background: none;
  border: none;
  outline: none;
  color: white;
}
.uk-navbar-sticky svg {
  color: #58595b;
}
.uk-navbar-sticky .languages__trigger {
  color: #58595b;
}

.slide-menu{
    position: fixed;  
    top: 102px;
    left:0; 
    right:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    overflow:hidden;
    transform-origin: top;
    transform: scaleY(0);
    opacity:0;
    transition: transform .25s ease, opacity .25s ease;
    will-change: transform, opacity;
    z-index: 99900; 
    height: 100vh;
    text-align: right;
    }
/*# sourceMappingURL=style.css.map */
