@charset "UTF-8";
/* ======================================================
   THEME TOKENS – LIGHT / DARK
====================================================== */
/* ---------- LIGHT ---------- */
:root {
  /* ===== Brand ===== */
  --c-dark: #232323;
  --c-light: #fbf9f2;
  --c-primary: #c6b36f;
  --c-primary-hover: #b8a45f;
  --c-primary-active: #a99655;
  --c-primary-rgb: 198, 179, 111;
  --c-secondary: #6c6a5e;
  --c-secondary-rgb: 108, 106, 94;
  --c-success: #3f8f6b;
  --c-success-rgb: 63, 143, 107;
  --c-danger: #b24a4a;
  --c-danger-rgb: 178, 74, 74;
  /* ===== Text ===== */
  --bs-body-color: #1b1a16;
  --bs-heading-color: #0f0e0a;
  /* ===== Surface ===== */
  --bs-body-bg: #ffffff;
  --bs-light: #fbf9f2;
  --bs-light-rgb: 251, 249, 242;
  /* ===== Card ===== */
  --bs-card-bg: #ffffff;
  --bs-card-cap-bg: #fbf9f2;
  --bs-card-border-color: rgba(198, 179, 111, 0.25);
  /* ===== Link & Focus ===== */
  --bs-link-color: var(--c-primary);
  --bs-link-hover-color: var(--c-primary-hover);
  --bs-focus-ring-color: rgba(var(--c-primary-rgb), 0.25);
  --bs-dropdown-link-active-color: var(--c-primary);
  --bs-navbar-color: rgba(255, 255, 255, 0.86);
}

/* ---------- DARK ---------- */
/* [data-bs-theme="dark"] {
  --c-primary: #d8c88a;
  --c-primary-hover: #c6b36f;
  --c-primary-active: #b8a45f;
  --c-primary-rgb: 216, 200, 138;

  --c-secondary: #9b998c;
  --c-secondary-rgb: 155, 153, 140;

  --c-success: #6fbf9a;
  --c-success-rgb: 111, 191, 154;

  --c-danger: #e07a7a;
  --c-danger-rgb: 224, 122, 122;

  --bs-body-bg: #0f0f0f;
  --bs-body-color: #eaeaea;
  --bs-heading-color: #efe6c8;

  --bs-light: #1b1a17;
  --bs-light-rgb: 27, 26, 23;

  --bs-card-bg: #15140f;
  --bs-card-cap-bg: #1d1b14;
  --bs-card-border-color: rgba(216, 200, 138, 0.25);
} */
/* ======================================================
   BOOTSTRAP COLOR MAPPING
====================================================== */
:root {
  --bs-primary: var(--c-primary);
  --bs-primary-rgb: var(--c-primary-rgb);
  --bs-secondary: var(--c-secondary);
  --bs-secondary-rgb: var(--c-secondary-rgb);
  --bs-success: var(--c-success);
  --bs-success-rgb: var(--c-success-rgb);
  --bs-danger: var(--c-danger);
  --bs-danger-rgb: var(--c-danger-rgb);
  --bs-primary-bg-subtle: var(--c-light);
  --bs-primary-text-emphasis: var(--c-dark);
}

/* ======================================================
   BUTTONS
====================================================== */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--c-primary);
  --bs-btn-border-color: var(--c-primary);
  --bs-btn-hover-bg: var(--c-primary-hover);
  --bs-btn-hover-border-color: var(--c-primary-hover);
  --bs-btn-active-bg: var(--c-primary-active);
  --bs-btn-active-border-color: var(--c-primary-active);
  --bs-btn-focus-shadow-rgb: var(--c-primary-rgb);
}

/* 
[data-bs-theme="dark"] .btn-primary {
  --bs-btn-color: #000;
} */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.86);
}

/* ======================================================
   CARD STYLE (Luxury)
====================================================== */
.card {
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

[data-bs-theme=dark] .card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.card-title {
  color: var(--bs-heading-color);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* BLACK pagination */
.pagination-black {
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
}

/* WHITE pagination */
.pagination-white {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-BoldItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Bold.woff2") format("woff2"), url("../assets/BrandonGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Black.woff2") format("woff2"), url("../assets/BrandonGrotesque-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-BlackItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Light.woff2") format("woff2"), url("../assets/BrandonGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-LightItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Medium.woff2") format("woff2"), url("../assets/BrandonGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Regular.woff2") format("woff2"), url("../assets/BrandonGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-RegularItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-MediumItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Thin.woff2") format("woff2"), url("../assets/BrandonGrotesque-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-ThinItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.charm-regular {
  font-family: "Charm", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive !important;
  font-weight: 700;
  font-style: normal;
}

/* Navbar Custom */
.navbar-custom {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  transition: all 0.3s;
}

.nav-link {
  font-size: clamp(0.8rem, 0.4vw + 0.8rem, 0.9rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-link:hover,
.nav-link.show {
  color: var(--c-primary);
}

/* Dropdown Styling */
.dropdown-menu {
  padding: 0;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 25px;
}

.dropdown-item:hover {
  background-color: rgba(197, 160, 89, 0.1);
}

/* Mobile menu: slide in from left (Bootstrap collapse) */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: min(320px, 85vw);
    height: 100vh !important;
    max-height: none !important;
    margin: 0;
    padding: 5rem 1.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s;
    visibility: hidden;
  }
  .navbar-collapse.collapsing {
    transition: transform 0.3s ease-in-out, visibility 0.3s;
    height: 100vh !important;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    visibility: visible;
  }
  .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .navbar-collapse .nav-link {
    padding: 0.85rem 0;
  }
  .navbar-collapse .dropdown-menu {
    position: static;
    /* margin: 0.5rem 0 0 1rem; */
    box-shadow: none;
    border-left: 2px solid var(--c-primary);
    background: rgba(255, 255, 255, 0.03);
    max-height: 0;
    overflow: hidden;
    transform: none;
    transition: opacity 0.25s ease, max-height 0.3s ease, visibility 0.25s ease;
  }
  .navbar-collapse .dropdown-menu.show {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }
  .navbar-collapse .dropdown-item {
    color: var(--c-light);
    transition: color 0.2s ease;
  }
  .navbar-collapse .dropdown-item:hover {
    color: var(--c-primary);
    background-color: rgba(197, 160, 89, 0.1);
  }
  .navbar-collapse .btn-gold-border {
    margin-top: 1rem;
    width: 100%;
  }
}
.btn-gold-border {
  position: relative;
  border: 1px solid var(--c-primary);
  background: transparent;
  padding: 2px;
  transition: border-color 0.3s ease;
}
.btn-gold-border span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 25px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  background-color: #c6b36f;
  transition: transform 0.2s ease;
}
.btn-gold-border {
  /* overlay gradient */
}
.btn-gold-border span::before,
.btn-gold-border span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.btn-gold-border {
  /* trạng thái mặc định */
}
.btn-gold-border span::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 0.4;
}
.btn-gold-border {
  /* trạng thái hover */
}
.btn-gold-border span::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  opacity: 0;
}
.btn-gold-border:hover span {
  transform: translateY(-1px);
}
.btn-gold-border:hover span::before {
  opacity: 0;
}
.btn-gold-border:hover span::after {
  opacity: 0.6;
}
.btn-gold-border:active span {
  transform: translateY(0);
}

.btn-gold {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 10px 25px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dark);
  background-color: #c6b36f;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.btn-gold.btn-lg {
  padding: 1.2rem 2.5rem;
  font-size: 1rem;
}

/* ánh sáng */
.btn-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15));
  opacity: 0.4;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* hover: tăng ánh sáng */
.btn-gold:hover::before {
  opacity: 0.75;
}

/* hover depth */
.btn-gold:hover {
  background-color: #c6b36f;
  color: var(--c-dark);
  transform: translateY(-1px);
}

/* active */
.btn-gold:active {
  transform: translateY(0);
}

/* humberger */
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--c-light);
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

/* ACTIVE */
.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.hamburger {
  padding: 1rem;
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

/* Footer */
.footer {
  background: #e1e1e1;
  padding: 6rem 0 2rem;
}
.footer a {
  color: var(--c-dark);
}
.footer a:hover {
  color: var(--c-primary);
}
.footer .border-top {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.footer h6 {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

:root {
  --bg-book: #333333;
  --text-book: #333333;
  --book-border-dark: #333333;
  --book-border-light: #999999;
  --primary: #c6b36f;
  --primary-light: #fbf9f2;
  --primary-dark: #b99206;
}

body {
  font-family: "Brandon Grotesque", sans-serif;
  overflow-x: hidden;
  padding-top: 5rem;
}

.navbar-custom {
  background-color: rgba(0, 0, 0, 0.86);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

.btn {
  transition: all ease-in-out 0.3s;
}
.btn:hover {
  transform: translateY(-1px);
}

/* -------------------------------------------------------------------------- */
/*                                 // checkbox                                */
/* -------------------------------------------------------------------------- */
/* Customize the label (the container) */
.container-chec-rad {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .container-chec-rad {
    margin-bottom: 0;
  }
}

/* Hide the browser's default checkbox */
.container-chec-rad input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid var(--primary-dark);
}
.checkmark.radio {
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-chec-rad:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chec-rad input:checked ~ .checkmark {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chec-rad input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chec-rad .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ------------------------------- // End ------------------------------ */
.layout-booking {
  display: flex;
  max-width: 1200px;
  padding: 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #333;
  font-size: 1rem;
}
.layout-booking .btn-booking {
  min-height: 44px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  display: flex;
  line-height: 1;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--book-border-dark);
  box-shadow: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.layout-booking .btn-booking.xl {
  min-width: 56px;
}
.layout-booking .btn-booking:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

/* -------------------------------------------------------------------------- */
/*                                 step-area                                 */
/* -------------------------------------------------------------------------- */
.step-area {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .step-area {
    width: 65%;
  }
}
.step-area {
  overflow: auto;
  justify-content: center;
}
.step-area li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 14px;
  flex: 1;
}
.step-area li a {
  color: #666;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .step-area li span {
    padding: 0 2rem;
    font-size: 1rem;
  }
}
.step-area li span {
  padding: 0 0.5rem;
  text-align: center;
  display: block;
  line-height: 1.2;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  z-index: 3;
  position: relative;
}
.step-area li .icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex-basis: auto;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  border: 2px solid #999;
  background-color: #fff;
  border-radius: 50%;
}
.step-area li::before, .step-area li::after {
  content: "";
  top: 14.5px;
  width: 100%;
  left: -50%;
  z-index: -1;
  position: absolute;
  height: 3px;
  background: #999;
}
.step-area li::after {
  width: 100%;
  left: 50%;
}
.step-area li:first-child::before {
  display: none;
}
.step-area li:last-child::after {
  display: none;
}
.step-area li.active a {
  color: #333;
}
.step-area li.active .icon {
  border-color: #333;
  color: #333;
}
.step-area li.active::before, .step-area li.active::after {
  background-color: #333;
}

/* ----------------------------------- End step-area ---------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  // book1                              */
/* -------------------------------------------------------------------------- */
.date-start {
  display: flex;
  align-self: stretch;
}
.date-start .label {
  display: flex;
  color: #fff;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background-color: var(--bg-book);
}
.date-start .day-month {
  border: 1px solid var(--book-border-dark);
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  flex-direction: column;
}
.date-start .day-month .day {
  font-size: 1rem;
}

.form-select,
.form-control {
  color: var(--text-book);
  border-radius: 0;
  background-color: #fff;
  padding: 0.75rem;
  min-height: 38px;
  font-size: 14px;
}
.form-select.form-select-lg, .form-select.form-control-lg,
.form-control.form-select-lg,
.form-control.form-control-lg {
  min-height: 52px;
}
.form-select.form-select-xl, .form-select.form-control-xl,
.form-control.form-select-xl,
.form-control.form-control-xl {
  min-height: 56px;
}
.form-select.form-select-sm, .form-select.form-control-sm,
.form-control.form-select-sm,
.form-control.form-control-sm {
  min-height: 30px;
  padding: 0 0.75rem;
}
.form-select option,
.form-control option {
  padding: 6px;
}

.col-lg-5.d-flex.flex-column.gap-1 .form-select,
.col-lg-5.d-flex.flex-column.gap-1 .btn-booking {
  min-height: 52px;
}

.note-avaible {
  font-size: 13px;
}

/* -------------------------------------------------------------------------- */
/*                                    book2                                   */
/* -------------------------------------------------------------------------- */
.infomation-book {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem;
  text-align: left;
  font-size: 15px;
  margin-bottom: 1rem;
}
.infomation-book li {
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .infomation-book li {
    flex-wrap: nowrap;
    margin-bottom: 0;
    gap: 0.5rem;
  }
}
.infomation-book label {
  color: #888;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .infomation-book label {
    flex-basis: 120px;
  }
}
.infomation-book .container-chec-rad {
  color: var(--text-book);
}
.infomation-book .content {
  flex: 1;
}
.infomation-book .action {
  margin-left: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 14px;
}
.infomation-book a {
  text-decoration: underline;
  color: var(--text-book);
}
.infomation-book a:hover {
  color: var(--primary);
}
.infomation-book a.opacity-50 {
  text-decoration: none;
}

.w-80px {
  width: 80px;
}

.room-group {
  font-size: 14px;
}
.room-group .item-room {
  min-height: 80px;
  display: flex;
  gap: 0 1rem;
  padding: 0.5rem;
  background: var(--primary-light);
  border: 1px solid var(--book-border-dark);
  text-align: left;
  position: relative;
}
.room-group .item-room .label {
  flex-basis: auto;
  margin-right: 1rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .room-group .item-room .label {
    flex-basis: auto;
    margin-right: 4px;
  }
}
.room-group .rate-room {
  position: absolute;
  right: 1rem;
}
@media (min-width: 992px) {
  .room-group .rate-room {
    position: relative;
    right: auto;
  }
}
.room-group .img {
  flex-basis: 160px;
  object-fit: cover;
  min-height: 100px;
  background: var(--primary-light);
}
@media (min-width: 992px) {
  .room-group .img {
    flex-basis: 200px;
    min-height: 120px;
  }
}
.room-group .content {
  width: 100%;
  flex: 1;
}
.room-group .action {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 768px) {
  .room-group .action {
    flex-direction: row;
    align-items: center;
  }
}
.room-group a {
  text-decoration: underline;
  color: var(--text-book);
}
.room-group a:hover {
  color: var(--primary);
}
.room-group a.opacity-50 {
  text-decoration: none;
}

.list-room {
  display: flex;
  gap: 2rem;
}
.list-room .one-room {
  display: flex;
  position: relative;
  flex-direction: column;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .list-room .one-room {
    flex-direction: row;
  }
}
.list-room .one-room .content {
  width: 100%;
}
@media (min-width: 768px) {
  .list-room .one-room .content {
    width: 55%;
  }
}
.list-room .one-room .content {
  margin-left: auto;
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 1.5rem;
}
.list-room .one-room .img {
  width: 100%;
  height: 300px;
  position: relative;
}
@media (min-width: 576px) {
  .list-room .one-room .img {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .list-room .one-room .img {
    width: 45%;
    position: absolute;
    height: 100%;
  }
}
.list-room .one-room .img .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.list-room .one-room .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list-room .one-room .img a img {
  display: none;
}
.list-room .one-room .img-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.list-room .one-room .room-amenities {
  font-size: 13px;
  color: #888;
  line-height: 16px;
}
.list-room .item-room-price {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.list-room .item-room-price .offer {
  flex: 100%;
}
@media (min-width: 768px) {
  .list-room .item-room-price .offer {
    flex: 1;
  }
}
.list-room .item-room-price .btn-booking {
  margin-left: 1.5rem;
  min-height: 36px;
  padding: 0 0.75rem;
  letter-spacing: 0;
}

/* -------------------------------------------------------------------------- */
/*                                  // book3                                  */
/* -------------------------------------------------------------------------- */
.accordion-item,
.accordion-header,
.accordion-button,
.accordion-button:not(.collapsed) {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.accordion-button::before {
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #e2e2e2;
  left: 0;
  top: 50%;
  content: "";
  z-index: -1;
}
.accordion-button span {
  background-color: #fff;
  padding-right: 1rem;
  position: relative;
}

.accordion-button:after {
  background-color: #eee;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-size: 16px 16px;
}

.scale.btn-close {
  transform: scale(0.8);
  margin: 0 6px;
}

.form-request .form-select-edit.small {
  font-size: 1rem;
  min-height: 24px;
  line-height: 24px;
  padding: 0.25rem 0.5rem;
  min-width: 80px;
}
@media (min-width: 1024px) {
  .form-request .form-select-edit.small {
    min-width: 100px;
  }
}

.calendar .month,
.calendar .title-calendar {
  border-bottom: 1px solid var(--book-border-light);
}
.calendar .month {
  padding: 0;
  margin-bottom: 0;
}
.calendar .days {
  margin: 0;
}
.calendar .title-calendar {
  font-size: 1rem;
  padding: 0.5rem;
}
.calendar .days,
.calendar .dates {
  padding: 0.75rem 1.5rem 0.75rem;
}

.calendar .month .form-select {
  font-size: 1.2rem;
  min-width: inherit;
  text-align: center;
  padding: 0;
}

.calendar .dates {
  column-gap: 6px;
  row-gap: 6px;
}

.calendar .dates .button {
  width: 100%;
  min-height: 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar .dates .button small {
  font-size: 68%;
  font-weight: normal !important;
}

.calendar .dates .button:hover {
  background: transparent;
  cursor: auto;
}

.calendar .month .nav {
  border-radius: 6px;
  margin: 0 1rem;
  min-width: 40px;
}

.calendar .holiday {
  color: inherit !important;
}

.calendar .dates .button {
  border-radius: 6px;
}

.calendar .dates .button.day-disable {
  color: #999 !important;
  cursor: not-allowed !important;
}
.calendar .dates .button.day-disable:hover {
  background: transparent;
}

.day-available {
  color: #333 !important;
}
.day-available:hover {
  background: rgba(198, 179, 111, 0.2) !important;
}
.day-available.button:hover {
  cursor: pointer !important;
}

.day-full {
  color: #999 !important;
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

.calendar .dates .button.today {
  box-shadow: inset 0px 0px 0px 2px #333;
}
.calendar .dates .button.today.day-full {
  box-shadow: inset 0px 0px 0px 2px #bbb;
}

.calendar .days {
  color: #6b7280;
}

.calendar .day-selected {
  background: #c6b36f !important;
  color: #fff !important;
  font-weight: bold;
}

.calendar {
  display: inherit;
}

.scroll-ver {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 300px;
}
@media (min-width: 992px) {
  .scroll-ver {
    max-height: 180px;
  }
}

.InExclude ul:first-child {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.InExclude ul:first-child li {
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 6px;
}
.InExclude ul:first-child li::before {
  position: absolute;
  content: "✓";
  display: inline-block;
  color: green;
  left: 0;
  top: 0;
}
.InExclude ul:nth-child(2) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.InExclude ul:nth-child(2) li {
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 6px;
}
.InExclude ul:nth-child(2) li::before {
  position: absolute;
  content: "✕";
  display: inline-block;
  color: red;
  left: 0;
  top: 0;
}

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

.accordion.indochina {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.accordion.indochina .accordion-button {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: #f8f9fa;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.accordion.indochina .accordion-button::before {
  display: none;
}
.accordion.indochina .accordion-button:after {
  background-color: #eee;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-size: 16px 16px;
}

.accordion-item {
  border-top: 1px solid #ddd;
}

.accordion-header {
  margin: 0;
}

.accordion-button:hover {
  background-color: #e2e6ea;
}

.accordion-button.active {
  background-color: #e9ecef;
}

.accordion-content {
  display: none;
  padding: 15px;
  background-color: white;
  animation: fadeIn 0.3s ease;
}

.accordion-content.show {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.calendar .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar .month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 1rem;
  font-weight: bold;
}

.calendar .month .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--c-dark);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition-duration: 0.2s;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.form-control,
.form-select,
.form-select.form-control {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
.form-select:focus,
.form-select.form-control:focus {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 0.2rem rgba(198, 179, 111, 0.2);
}

.form-label {
  color: var(--c-dark);
}

.form-request .label-control {
  display: inline-block;
  left: 1rem;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  top: 0.7rem;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.25s, padding 0.25s ease-in-out, -webkit-transform 0.25s;
  transition: opacity 0.25s, padding 0.25s ease-in-out, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s, padding 0.25s ease-in-out;
  transition: transform 0.25s, opacity 0.25s, padding 0.25s ease-in-out, -webkit-transform 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

.form-request .form-control-edit:-webkit-autofill + .label-control,
.form-request .form-control-edit:focus + .label-control,
.form-request .form-control-edit:not(:placeholder-shown) + .label-control {
  background: #fff;
  color: #0050a2;
  font-size: 90%;
  left: 10px;
  opacity: 1;
  padding: 0 0.35rem;
  -webkit-transform: translateY(-20px) scale(0.9);
  transform: translateY(-20px) scale(0.9);
  z-index: 2;
}

.form-request .label-control {
  display: inline-block;
  left: 1rem;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  top: 0.7rem;
  user-select: none;
  width: auto;
}

.form-request .form-select-edit:-webkit-autofill + .label-control,
.form-request .form-select-edit:focus + .label-control,
.form-request .form-select-edit:not(:placeholder-shown) + .label-control {
  background: #fff;
  color: #333;
  font-size: 90%;
  opacity: 1;
  padding: 0 0.35rem;
  -webkit-transform: translateY(-20px) scale(0.9);
  transform: translateY(-20px) scale(0.9);
  z-index: 2;
}

.accordion-button:hover {
  background-color: var(--primary-light);
}
.accordion-button:hover span {
  background: transparent;
}

.payment-option .form-check-payment ~ label:after {
  background-color: var(--primary);
  background-image: none;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 50%;
  content: "";
  height: 36px;
  left: 50%;
  position: absolute;
  top: -16px;
  transform: translateX(-50%);
  width: 36px;
}

.payment-option .form-check-payment:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.75.75 0 1 1 1.06-1.06l2.47 2.47L13.78 4.22z'/%3e%3c/svg%3e");
}

.payment-option .form-check-payment:checked ~ label {
  background: rgba(25, 135, 84, 0.2);
  border-color: rgba(25, 135, 84, 0.2);
  cursor: pointer;
}

.form-request .label-control-2 {
  background: #fff;
  color: #333;
  font-size: 90%;
  left: 10px;
  opacity: 1;
  padding: 0 0.35rem;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-20px) scale(0.9);
  transform: translateY(-20px) scale(0.9);
  z-index: 2;
}