@charset "UTF-8";
:root {
  --w-container-2: 1386px;
  --w-container-3: 1433px;
  --w-container: 1145px;
  --color-main: #E3AB25;
  --p-size: 77px;
}

@media (max-width: 1440px) {
  :root {
    --w-container-2: 1110px;
    --w-container-3: 1110px;
    --w-container: 1110px;
    --p-size: 40px;
  }
}
@media (max-width: 1024px) {
  :root {
    --w-container-2: 720px;
    --w-container-3: 720px;
    --w-container: 720px;
    --p-size: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --w-container-2: 540px;
    --w-container-3: 540px;
    --w-container: 540px;
    --p-size: 20px;
  }
}
@media (max-width: 580px) {
  :root {
    --w-container-2: 100%;
    --w-container-3: 100%;
    --w-container: 100%;
  }
}
@font-face {
  font-family: "svn";
  src: url("/html/assets/fonts/SVN-Radiant-Slender.otf");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  top: 0 !important;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  width: var(--w-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-2 {
  width: var(--w-container-2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-3 {
  width: var(--w-container-3);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-main {
  background: var(--color-main);
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--color-main);
}
.btn-main:hover {
  background: #fff;
  color: var(--color-main);
  text-shadow: none !important;
}

.no-image {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.py-block {
  padding-top: var(--p-size);
  padding-bottom: var(--p-size);
}

.title-main {
  color: #000;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .title-main {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .title-main {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title-main {
    font-size: 24px;
  }
}

.btn-main-2 {
  background: #fff;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  text-decoration: none;
  padding: 10px 26px;
  text-align: center;
  color: var(--color-main);
  display: inline-block;
}
.btn-main-2:hover {
  background: var(--color-main);
  color: #fff;
}
.btn-main-2.white {
  background: transparent;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn-main-2.white:hover {
  background: var(--color-main);
  border-color: var(--color-main);
}

.btn-center {
  display: flex;
  justify-content: center;
}

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

.img {
  overflow: hidden;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
.img.hover:hover img {
  transform: scale(1.05);
}

a:hover {
  color: var(--color-main);
}

.pb-block {
  padding-bottom: var(--p-size);
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #000;
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-weight: 700;
}
.detail-content h2 {
  font-size: 20px;
}
.detail-content h3 {
  font-size: 18px;
}
.detail-content p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.detail-content p:last-child {
  margin-bottom: 0;
}
.detail-content figure {
  margin-bottom: 15px;
}
.detail-content figure img {
  display: block;
}
.detail-content figure figcaption {
  text-align: center;
  padding: 5px 15px;
  font-size: 14px;
  font-style: italic;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
}
.detail-content ul li,
.detail-content ol li {
  padding-bottom: 5px;
  line-height: 1.5;
}
.detail-content ul li:last-child,
.detail-content ol li:last-child {
  padding-bottom: 0;
}
.detail-content ul li::marker,
.detail-content ol li::marker {
  color: #000;
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ul li {
  list-style-type: disc;
  color: #000;
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content ol li {
  list-style-type: decimal;
}
.detail-content .image-center {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
.detail-content .image-center img {
  margin: auto;
}
.detail-content .image-left {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
.detail-content .image-right {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}
.detail-content a {
  text-decoration: none;
}
.detail-content a:hover {
  color: var(--color-main);
}
.detail-content table {
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
}
.detail-content table tr th {
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  border: 1px solid #f1f1f1;
  border-top-color: var(--color-main);
}
.detail-content table tr th:first-child {
  border-left-color: var(--color-main);
}
.detail-content table tr th:last-child {
  border-right-color: var(--color-main);
}
.detail-content table tr th,
.detail-content table tr td {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px;
}
.detail-content iframe {
  max-width: 100%;
}
.detail-content .iframe_video {
  margin-bottom: 15px;
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  appearance: none;
  -webkit-appearance: none; /* For Webkit browsers like Chrome and Safari */
  -moz-appearance: none; /* For Firefox */
}

form label.error {
  display: none !important;
}
form input.error {
  border-color: red !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 30;
}
.loading.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  color: #fff;
}

.hide-pc {
  display: none !important;
}
@media (max-width: 1024px) {
  .hide-pc {
    display: block !important;
  }
}

.hide {
  display: none !important;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #ccc rgba(0, 0, 0, 0);
  animation: l16 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

.loader::before {
  border-color: #f03355 rgba(0, 0, 0, 0);
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.loader::after {
  margin: 8px;
}

@keyframes l16 {
  100% {
    transform: rotate(1turn);
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.overlay.show {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}
.overlay.show1 {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}

.skiptranslate {
  display: none;
}

@media (max-width: 767px) {
  .menu-bottom-mb {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .menu-bottom-mb img {
    height: 25px;
    width: initial;
    object-fit: contain;
  }
  .menu-bottom-mb .booking-room {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-items: center;
  }
  .menu-bottom-mb .booking-room span {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--color-main);
    font-weight: 700;
  }
  .menu-bottom-mb .order-room {
    margin-top: -20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #C6945F, #BA5708);
    border: 2px solid var(--color-white);
    margin-bottom: 3px;
  }
  .menu-bottom-mb .order-room img {
    filter: brightness(0) invert(1);
  }
  .menu-bottom-mb .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
  }
  .menu-bottom-mb .item svg {
    width: 25px;
    height: 25px;
  }
  .menu-bottom-mb .item.scroll-top svg path {
    fill: var(--color-main);
  }
  .menu-bottom-mb .item.face {
    background: #3F67A9;
  }
  .menu-bottom-mb .item.face svg path {
    fill: #fff;
  }
  .menu-bottom-mb .item.instagram {
    background: linear-gradient(227deg, #8A36C2 1.81%, #DA326E 63.44%, #FA892E 98.19%);
  }
  .menu-bottom-mb .item.instagram svg {
    fill: #fff;
  }
  .menu-bottom-mb .item.tiktok {
    background: #000;
  }
  .menu-bottom-mb .item.youtube {
    background: red;
  }
  .menu-bottom-mb .item.phone {
    background: red;
  }
  .menu-bottom-mb .item.phone svg {
    fill: #fff;
  }
  .menu-bottom-mb.mess svg {
    fill: #0195ff;
  }
  .menu-bottom-mb.cart {
    position: relative;
    margin-bottom: 15px;
  }
  .menu-bottom-mb.cart:before {
    background: #fff;
    content: "";
    top: -10px;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0px -6px 5px rgba(0, 0, 0, 0.2);
  }
  .menu-bottom-mb.cart .quantity {
    position: absolute;
    top: 7px;
    right: 10px;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
}
.social-fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5;
}
.social-fixed .scroll-top {
  border: 2px solid #fff;
}
.social-fixed .scroll-top svg {
  width: 30px;
  height: 30px;
}
.social-fixed .scroll-top svg path {
  fill: var(--color-main);
}
.social-fixed a, .social-fixed .scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 15px 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
.social-fixed a svg, .social-fixed .scroll-top svg {
  width: 22px;
  height: 22px;
}
.social-fixed a.contact, .social-fixed .scroll-top.contact {
  background: #1977f3;
}
.social-fixed a.contact svg, .social-fixed .scroll-top.contact svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.social-fixed a.phone, .social-fixed .scroll-top.phone {
  background-color: var(--color-main);
}
.social-fixed a.face, .social-fixed .scroll-top.face {
  background: #3f67a9;
}
.social-fixed a.tiktok, .social-fixed .scroll-top.tiktok {
  background: #000;
}
.social-fixed a.youtube, .social-fixed .scroll-top.youtube {
  background: #FF0000;
}
.social-fixed a.youtube svg, .social-fixed .scroll-top.youtube svg {
  fill: #fff;
}
.social-fixed a.instagram, .social-fixed .scroll-top.instagram {
  background: linear-gradient(227deg, #8A36C2 1.81%, #DA326E 63.44%, #FA892E 98.19%);
}
.social-fixed a.zalo, .social-fixed .scroll-top.zalo {
  background: #028BDC;
}
.social-fixed a img, .social-fixed .scroll-top img {
  max-width: 60%;
  object-fit: contain;
  width: initial;
}
@media (min-width: 0) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 110%;
    height: 110%;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid var(--color-main);
    opacity: 0.1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 38px;
    height: 38px;
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 80%;
    height: 80%;
    position: absolute;
    z-index: 10;
    background: url("/html/assets/images/phone.webp") no-repeat center center;
    background-size: contain;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  }
  @-moz-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-webkit-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-o-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-o-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
}
@media (min-width: 992px) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 110%;
    height: 110%;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 90%;
    height: 90%;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 80%;
    height: 80%;
  }
}

.page {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page a,
.page span,
.page div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-text-menu);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid var(--color-main);
  text-decoration: none;
  color: #000;
}
.page a svg,
.page span svg,
.page div svg {
  width: 50%;
  height: 50%;
}
.page a:hover, .page a.active-page,
.page span:hover,
.page span.active-page,
.page div:hover,
.page div.active-page {
  background: var(--color-main);
  color: #fff;
}
.page a:hover svg path, .page a.active-page svg path,
.page span:hover svg path,
.page span.active-page svg path,
.page div:hover svg path,
.page div.active-page svg path {
  fill: #fff;
}
.page .hidden {
  display: none;
}

form input, form select, form textarea {
  font-size: 16px;
}
form input::placeholder, form select::placeholder, form textarea::placeholder {
  font-size: 16px;
}
@media (max-width: 767px) {
  form input, form select, form textarea {
    font-size: 14px;
  }
  form input::placeholder, form select::placeholder, form textarea::placeholder {
    font-size: 14px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 128px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
header .container-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .container-2 ul li {
  list-style: none;
}
header .container-2 a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
header .container-2 a:hover {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
header .container-2 .logo {
  height: 100%;
}
header .container-2 .logo .img {
  display: block;
  height: 100%;
  width: auto;
}
header .container-2 .logo .img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
header .container-2 .logo .img img:nth-child(1) {
  display: none;
}
header .container-2 .menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .container-2 .menu li {
  position: relative;
}
header .container-2 .menu li a:hover {
  color: var(--color-main);
}
header .container-2 .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
header .container-2 .menu li .sub-menu li {
  padding: 5px 10px;
}
header .container-2 .menu li .sub-menu li a {
  color: #000;
  text-transform: unset;
  font-weight: 400;
}
header .container-2 .menu li .sub-menu li a:hover {
  color: var(--color-main);
  text-shadow: none;
}
header .container-2 .menu li:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
header .container-2 .lang-mn {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
header .container-2 .lang-mn .icon svg path {
  fill: #fff;
}
header.mini {
  height: 97px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
header.mini a {
  color: #333;
}
header.mini .logo .img img:nth-child(2) {
  display: none;
}
header.mini .logo .img img:nth-child(1) {
  display: block;
}
header.mini .lang-mn {
  color: #333;
}
header.mini .lang-mn .icon svg path {
  fill: #333;
}
header.mini .menu a:hover {
  text-shadow: none;
}
header.mini .btn-main {
  color: #fff;
}
header.mini .btn-main:hover {
  color: var(--color-main);
}
header .overlay-2 {
  display: none;
}
@media (max-width: 1600px) {
  header {
    height: 90px;
  }
  header .container-2 {
    gap: 15px;
  }
  header .container-2 a {
    font-size: 13px;
  }
  header .container-2 .menu {
    gap: 15px;
  }
  header .btn-main {
    padding: 5px 10px;
  }
  header.mini {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  header .overlay-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: block;
    height: 100vh;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
    background: rgba(0, 0, 0, 0.4);
  }
  header .overlay-2.show {
    opacity: 1;
    pointer-events: all;
  }
  header .container-2 {
    position: relative;
  }
  header .container-2 .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    opacity: 0;
    z-index: 6;
    pointer-events: none;
    transform: translateX(-50%);
    transition: all 0.3s linear;
  }
  header .container-2 .menu.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
  }
  header .container-2 .menu li {
    width: 100%;
    position: relative;
  }
  header .container-2 .menu li a {
    border-top: 1px solid #f1f1f1;
    display: block;
    padding: 10px;
    width: 100%;
  }
  header .container-2 .menu li:first-child a {
    border-top: 0;
  }
  header .container-2 .menu li .sub-menu {
    opacity: 1;
    pointer-events: all;
    position: static;
    box-shadow: none;
    transform: translateY(0);
    display: none;
    width: 100%;
  }
  header .container-2 .menu li .sub-menu:after {
    display: none;
  }
  header .container-2 .menu li .sub-menu li {
    border-bottom: 0;
    padding: 0;
    width: 100%;
  }
  header .container-2 .menu li .sub-menu li a {
    padding-left: 20px;
    width: 100%;
  }
  header .container-2 .menu li .sub-menu li:first-child {
    border-top: 1px solid #f1f1f1;
  }
  header .container-2 .menu a {
    color: #000;
  }
  header .container-2 .lang-mn {
    margin-right: auto;
    align-items: center;
  }
  header .container-2 .lang-mn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .container-2 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .container-2 .menu-mobile {
    display: none;
    cursor: pointer;
  }
  header .container-2 .menu-mobile .bar1,
  header .container-2 .menu-mobile .bar2,
  header .container-2 .menu-mobile .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }
  header .container-2 .menu-mobile.active .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  header .container-2 .menu-mobile.active .bar2 {
    opacity: 0;
  }
  header .container-2 .menu-mobile.active .bar3 {
    transform: translate(0, -7px) rotate(45deg);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header .container-2 .menu-mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  header .icon-down {
    position: absolute;
    right: 10px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  header.mini .container-2 .menu-mobile .bar1,
  header.mini .container-2 .menu-mobile .bar2,
  header.mini .container-2 .menu-mobile .bar3 {
    background-color: #000;
  }
}

.banner-index {
  position: relative;
  aspect-ratio: 1920/930;
}
.banner-index .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.banner-index .title-banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 3;
  font-family: "svn";
  font-weight: 400;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 78px;
}
.banner-index .img {
  position: relative;
  z-index: -1;
}
.banner-index .img:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.banner-index .swiper-slide-active .title-banner {
  animation: aniTitleIndex 1s cubic-bezier(0.42, 0, 0.58, 1) 0.2s both;
}
@keyframes aniTitleIndex {
  0% {
    filter: blur(60px);
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    transform: translateY(-50%);
  }
}
.banner-index .search-form {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  z-index: 4;
}
.banner-index .search-form form {
  display: flex;
  align-items: flex-end;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 32px;
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(7.5px);
  gap: 22px;
}
.banner-index .search-form form .form-group {
  width: calc((100% - 88px) / 5);
}
.banner-index .search-form form .form-group label {
  display: block;
  min-height: 24px;
  margin-bottom: 11px;
  color: #fff;
}
.banner-index .search-form form .form-group input,
.banner-index .search-form form .form-group select {
  width: 100%;
  height: 43px;
  border: 1px solid #fff;
  padding: 5px 15px;
  background: transparent;
  outline: none;
  color: #fff;
}
.banner-index .search-form form .form-group input::placeholder,
.banner-index .search-form form .form-group select::placeholder {
  color: #fff;
  opacity: 1;
}
.banner-index .search-form form .form-group input.date,
.banner-index .search-form form .form-group select.date {
  border: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}
.banner-index .search-form form .block-select {
  width: 100%;
  height: 43px;
  position: relative;
}
.banner-index .search-form form .block-select svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.banner-index .search-form form .block-select select option {
  color: #000;
}
.banner-index .search-form form button {
  background: #D9D9D9;
  width: 100%;
  height: 43px;
  border: 1px solid #D9D9D9;
  color: #253C76;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.banner-index .search-form form button:hover {
  background: #fff;
}
@media (max-width: 1600px) {
  .banner-index .title-banner {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .banner-index {
    aspect-ratio: 3/2;
  }
  .banner-index .img {
    aspect-ratio: 3/2;
  }
  .banner-index .search-form {
    z-index: 4;
    bottom: 0;
  }
  .banner-index .search-form form {
    padding: 10px;
    gap: 15px;
  }
  .banner-index .search-form form .form-group {
    width: calc((100% - 60px) / 5);
  }
  .banner-index .search-form form .form-group label {
    display: block;
    min-height: 24px;
    margin-bottom: 11px;
    color: #fff;
  }
  .banner-index .search-form form .form-group input {
    width: 100%;
    height: 43px;
    border: 1px solid #fff;
    padding: 5px 15px;
    background: transparent;
    outline: none;
    color: #fff;
  }
  .banner-index .search-form form .form-group input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .banner-index .search-form form .form-group input.date {
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
  }
  .banner-index .search-form form button {
    background: #D9D9D9;
    width: 100%;
    height: 43px;
    border: 1px solid #D9D9D9;
    color: #253C76;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
  }
  .banner-index .search-form form button:hover {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .banner-index {
    height: calc(100vh - 50px);
    aspect-ratio: unset;
  }
  .banner-index .img {
    aspect-ratio: unset;
    height: calc(100vh - 50px);
  }
  .banner-index .title-banner {
    font-size: 25px;
    top: 35%;
  }
  .banner-index .search-form {
    bottom: 15px;
  }
  .banner-index .search-form form {
    padding: 10px;
    flex-wrap: wrap;
  }
  .banner-index .search-form form .form-group {
    width: calc((100% - 15px) / 2);
  }
  .banner-index .search-form form .form-group input,
  .banner-index .search-form form .form-group select {
    height: 38px;
    width: 100%;
  }
  .banner-index .search-form form .form-group .block-select {
    width: 100%;
    height: 38px;
  }
  .banner-index .search-form form .form-group:last-child {
    width: 100%;
  }
  .banner-index .search-form form .form-group:last-child label {
    display: none;
  }
  .banner-index .search-form form .form-group:last-child button {
    width: 100%;
  }
}

.about-index .container {
  display: flex;
  align-items: center;
}
.about-index .container .left {
  width: 57%;
  padding-right: 79px;
}
.about-index .container .left h1 {
  margin-bottom: 20px;
}
.about-index .container .right {
  width: 43%;
}
.about-index .container .right .img {
  aspect-ratio: 483/640;
  width: 100%;
}
@media (max-width: 1024px) {
  .about-index .container {
    flex-direction: column;
    gap: 30px;
  }
  .about-index .container .left,
  .about-index .container .right {
    width: 100%;
  }
  .about-index .container .left {
    padding-right: 0;
  }
}

.special-slide-index-item {
  padding-bottom: 50px;
}
.special-slide-index-item .img {
  width: 100%;
  aspect-ratio: 356/472;
  display: block;
}
.special-slide-index-item .info {
  padding: 20px;
  background: #fff;
}
.special-slide-index-item .info h3 {
  margin-bottom: 15px;
  text-align: center;
}
.special-slide-index-item .info h3 a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.special-slide-index-item .info h3 a:hover {
  color: var(--color-main);
}
.special-slide-index-item .info .desc-info {
  text-align: center;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.special-offer-index {
  background: linear-gradient(0deg, #F8F9FF 0%, #F8F9FF 100%);
}
.special-offer-index .title-main {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.special-offer-index .desc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.special-offer-index.white {
  background: #fff;
}
.special-offer-index.white .special-slide-index-item .info {
  background: linear-gradient(0deg, #F8F9FF 0%, #F8F9FF 100%);
}
.special-offer-index.white .special-slide-index-item .btn-main-2 {
  background: transparent;
}
.special-offer-index.white .special-slide-index-item .btn-main-2:hover {
  background: var(--color-main);
}
@media (max-width: 1024px) {
  .special-offer-index .desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .special-offer-index .desc {
    width: 100%;
    text-align: justify;
  }
  .special-offer-index .desc p {
    text-align: justify !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--color-main) !important;
}

.rank-room-index .list-name {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  height: 78px;
}
.rank-room-index .list-name .item-name-rank-room {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 20px;
}
.rank-room-index .list-name .item-name-rank-room .icon {
  display: none;
}
.rank-room-index .list-name .item-name-rank-room.active, .rank-room-index .list-name .item-name-rank-room:hover {
  color: #253C76;
  cursor: pointer;
}
.rank-room-index .list-name .item-name-rank-room.active .icon, .rank-room-index .list-name .item-name-rank-room:hover .icon {
  display: block;
}
.rank-room-index .detail-rank-room {
  display: none;
  background: #253C76;
}
.rank-room-index .detail-rank-room .left {
  width: 33%;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.rank-room-index .detail-rank-room .left h3 {
  margin-bottom: 30px;
}
.rank-room-index .detail-rank-room .left h3 a {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.rank-room-index .detail-rank-room .left .desc-info {
  color: #fff;
  margin-bottom: 50px;
}
.rank-room-index .detail-rank-room .left .desc-info .it {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rank-room-index .detail-rank-room .left .desc-info .it .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-room-index .detail-rank-room .right {
  width: 67%;
  aspect-ratio: 1281/604;
}
.rank-room-index .detail-rank-room .right .img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1281/604;
}
.rank-room-index .detail-rank-room.active {
  display: flex;
}
@media (max-width: 1600px) {
  .rank-room-index .detail-rank-room .left {
    padding: 30px;
  }
  .rank-room-index .detail-rank-room .left h3 a {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .rank-room-index .list-name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    height: 78px;
    overflow-x: auto;
  }
  .rank-room-index .list-name .item-name-rank-room {
    font-size: 16px;
    padding-top: 10px;
  }
  .rank-room-index .detail-rank-room {
    display: none;
    background: #253C76;
  }
  .rank-room-index .detail-rank-room .left {
    width: 40%;
    padding: 15px;
  }
  .rank-room-index .detail-rank-room .left h3 {
    margin-bottom: 15px;
  }
  .rank-room-index .detail-rank-room .left h3 a {
    font-size: 24px;
    font-weight: 400;
  }
  .rank-room-index .detail-rank-room .left .desc-info {
    margin-bottom: 30px;
  }
  .rank-room-index .detail-rank-room .right {
    width: 67%;
    aspect-ratio: 1281/604;
  }
  .rank-room-index .detail-rank-room .right .img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .rank-room-index .detail-rank-room.active {
    display: flex;
  }
}
@media (max-width: 767px) {
  .rank-room-index .list-name {
    height: 57px;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rank-room-index .list-name .item-name-rank-room {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
    padding-top: 0;
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 1px solid var(--color-main);
  }
  .rank-room-index .list-name .item-name-rank-room .icon {
    display: none !important;
  }
  .rank-room-index .list-name .item-name-rank-room.active {
    background: var(--color-main);
    color: #fff;
  }
  .rank-room-index .list-name .item-name-rank-room.active .icon {
    display: none !important;
  }
  .rank-room-index .detail-rank-room {
    flex-direction: column-reverse;
  }
  .rank-room-index .detail-rank-room .left,
  .rank-room-index .detail-rank-room .right {
    width: 100%;
  }
}

.meet-index h2 {
  margin-bottom: 30px;
}
.meet-index .desc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.meet-index .list-room-meet {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
}
.meet-index .list-room-meet .item-room-meet {
  width: calc((100% - 76px) / 3);
}
@media (max-width: 1024px) {
  .meet-index .list-room-meet {
    gap: 15px;
  }
  .meet-index .list-room-meet .item-room-meet {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .meet-index .meet-slide-index {
    padding-bottom: 30px;
  }
  .meet-index h2 {
    margin-bottom: 15px;
  }
  .meet-index .desc {
    width: 100%;
    text-align: justify;
    margin-bottom: 20px;
  }
  .meet-index .list-room-meet {
    gap: 15px;
  }
  .meet-index .list-room-meet .item-room-meet {
    width: 100%;
  }
}

.item-room-meet {
  position: relative;
  aspect-ratio: 356/472;
}
.item-room-meet h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item-room-meet .img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: unset;
  position: relative;
}
.item-room-meet .img .flip-card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  /* tạo chiều sâu 3D */
}
.item-room-meet .img .flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  transform-origin: center center;
  /* ✅ tâm xoay chính giữa */
}
.item-room-meet .img .flip-front,
.item-room-meet .img .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* ẩn mặt sau */
  top: 0;
  left: 0;
}
.item-room-meet .img .flip-front:after,
.item-room-meet .img .flip-back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.item-room-meet .img .flip-back a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 1px solid var(--color-main);
  background: rgba(255, 255, 255, 0.9019607843);
  color: var(--color-main);
}
.item-room-meet .img .flip-front img,
.item-room-meet .img .flip-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-room-meet .img .flip-back {
  transform: rotateY(180deg);
}
.item-room-meet:hover .flip-inner {
  transform: rotateY(180deg);
  /* lật quanh trục Y ở giữa */
}
.item-room-meet .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .item-room-meet h3 {
    font-size: 18px;
  }
}

.food-index {
  margin-bottom: 50px;
  background: #F8F9FF;
}
.food-index .img {
  display: block;
  width: 100%;
  aspect-ratio: 1920/782;
}
.food-index h2 {
  margin-bottom: 30px;
}
.food-index .desc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .food-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .food-index h2 {
    margin-bottom: 15px;
  }
  .food-index .desc {
    width: 100%;
    text-align: justify;
  }
}

.amenities-index .top {
  display: flex;
  margin-bottom: 35px;
}
.amenities-index .top .img,
.amenities-index .top .info {
  width: 50%;
}
.amenities-index .top .img {
  aspect-ratio: 576/371;
}
.amenities-index .top .info {
  padding: 0 64px;
}
.amenities-index .top .info h2 {
  margin-bottom: 30px;
  margin-top: -9px;
}
.amenities-index .top .info h3 {
  margin-bottom: 15px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.amenities-index .top .info h3 a {
  text-decoration: none;
  color: #000;
}
.amenities-index .top .info h3 a:hover {
  color: var(--color-main);
}
.amenities-index .top .info .info-item {
  margin-bottom: 30px;
}
.amenities-index .bot {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}
.amenities-index .bot .amenities-index-item {
  width: calc((100% - 70px) / 3);
}
.amenities-index .amenities-index-item .img {
  display: block;
  aspect-ratio: 364/234;
  margin-bottom: 15px;
}
.amenities-index .amenities-index-item h3 a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.amenities-index .amenities-index-item h3 a:hover {
  color: var(--color-main);
}
@media (max-width: 1024px) {
  .amenities-index .top {
    margin-bottom: 15px;
  }
  .amenities-index .top .img,
  .amenities-index .top .info {
    width: 50%;
  }
  .amenities-index .top .img {
    margin-bottom: 15px;
  }
  .amenities-index .top .info {
    padding: 0 15px;
  }
  .amenities-index .top .info h2 {
    margin-bottom: 15px;
  }
  .amenities-index .top .info h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .amenities-index .top .info .info-item {
    margin-bottom: 15px;
  }
  .amenities-index .bot {
    gap: 15px;
  }
  .amenities-index .bot .amenities-index-item {
    width: calc((100% - 30px) / 3);
  }
  .amenities-index .amenities-index-item h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .amenities-index .top {
    flex-direction: column;
    gap: 15px;
  }
  .amenities-index .top .img,
  .amenities-index .top .info {
    width: 100%;
    padding: 0;
  }
  .amenities-index .bot {
    flex-wrap: wrap;
  }
  .amenities-index .bot .amenities-index-item {
    width: 100%;
  }
  .amenities-index .bot .amenities-index-item h3 {
    text-align: center;
  }
  .amenities-index .bot .amenities-index-item h3 a {
    font-weight: 700;
  }
}

.form-advise .container {
  display: flex;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}
.form-advise .container .left,
.form-advise .container .right {
  width: 50%;
}
.form-advise .container .left h2 {
  color: #fff;
  margin-bottom: 30px;
}
.form-advise .container .right form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 10px;
}
.form-advise .container .right form .w-5 {
  width: calc((100% - 10px) / 2);
}
.form-advise .container .right form .w-100 {
  width: 100%;
}
.form-advise .container .right form input,
.form-advise .container .right form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  resize: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.form-advise .container .right form input::placeholder,
.form-advise .container .right form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-advise .container .right form input {
  height: 50px;
}
.form-advise .container .right form textarea {
  height: 100px;
}
.form-advise .container .right form button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  height: 42px;
  padding: 0 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 187.5% */
}
.form-advise .container .right form button:hover {
  background: #fff;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .form-advise .container {
    gap: 15px;
  }
  .form-advise .container .left,
  .form-advise .container .right {
    width: 100%;
  }
  .form-advise .container .right form {
    row-gap: 15px;
  }
  .form-advise .container .right form .btn-main {
    width: 100%;
    text-transform: uppercase;
  }
}

footer {
  background: #253C76;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: var(--color-main);
}
footer ul li {
  list-style: none;
}
footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .top .container {
  display: flex;
  justify-content: space-between;
}
footer .top .container .it-ft {
  flex: 1;
}
footer .top .container .it-ft p.tit {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
footer .top .container .it-ft .logo {
  width: 100%;
}
footer .top .container .it-ft:first-child {
  min-width: 418px;
}
footer .top .container .it-ft:first-child ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
footer .top .container .it-ft:first-child ul li .icon {
  margin-top: 5px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .top .container .it-ft:first-child ul li .info {
  width: calc(100% - 10px - 14px);
}
footer .top .container .it-ft:nth-child(2) {
  padding-left: 50px;
  max-width: 181px;
}
footer .top .container .it-ft:nth-child(2) ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
footer .top .container .it-ft:nth-child(2) ul li {
  width: 100%;
}
footer .top .container .it-ft:nth-child(3) {
  padding-left: 50px;
}
footer .top .container .it-ft:nth-child(3) ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
footer .top .container .it-ft:nth-child(3) ul li {
  width: 100%;
}
footer .bot {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .bot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
footer .bot .container p {
  flex: 1;
}
footer .bot .container .logo {
  width: 107px;
}
footer .bot .container ul {
  display: flex;
  gap: 30px;
}
footer .bot .container .bct a {
  display: block;
  width: 131px;
  height: 50px;
}
footer .bot .container .bct a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1200px) {
  footer .top .container .it-ft:first-child {
    min-width: unset;
    flex: 2;
  }
  footer .top .container .it-ft:nth-child(2), footer .top .container .it-ft:nth-child(3) {
    flex: 1;
    min-width: unset;
    width: unset;
    max-width: unset;
    padding-left: 15px;
  }
  footer .top .container .it-ft:nth-child(3) {
    flex: 1.5;
  }
  footer .bot .container {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  footer .top .container {
    flex-wrap: wrap;
    gap: 15px;
  }
  footer .top .container .it-ft p.tit {
    margin-bottom: 15px;
  }
  footer .top .container .it-ft:first-child {
    width: 100%;
    flex: unset;
  }
  footer .top .container .it-ft:nth-child(2), footer .top .container .it-ft:nth-child(3) {
    flex: unset;
    padding-left: 0;
  }
  footer .top .container .it-ft:nth-child(2) {
    width: 40%;
  }
  footer .top .container .it-ft:nth-child(3) {
    width: calc(60% - 15px);
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 50px;
  }
  footer .top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .top .container {
    flex-direction: column;
    gap: 20px;
  }
  footer .top .container .it-ft {
    width: 100%;
    max-width: 100%;
  }
  footer .top .container .it-ft:nth-child(2), footer .top .container .it-ft:nth-child(3) {
    width: 100%;
  }
  footer .bot .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  footer .bot .container ul {
    justify-content: center;
  }
}

.banner-content {
  aspect-ratio: 1921/801;
  position: relative;
}
.banner-content .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.banner-content:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.banner-content .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 3;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "svn";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .banner-content .text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    aspect-ratio: unset;
    height: 100vh;
  }
  .banner-content .text {
    width: 100%;
    font-size: 25px;
  }
  .banner-content .text br {
    display: none;
  }
}

.desc-rank-room {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.desc-rank-room h2 {
  color: #000;
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .desc-rank-room h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .desc-rank-room {
    width: 100%;
    text-align: justify;
    padding: 15px;
  }
  .desc-rank-room h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.map {
  aspect-ratio: 1920/527;
}
.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .map {
    aspect-ratio: 16/9;
  }
}

.contact .container {
  display: flex;
  flex-wrap: wrap;
}
.contact .container .left {
  width: 48%;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .container .left h2 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact .container .left p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.contact .container .left p .icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .container .left p a {
  color: #000;
  text-decoration: none;
}
.contact .container .left p a:hover {
  color: var(--color-main);
}
.contact .container .left .social-ct h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}
.contact .container .left .social-ct .social-ft {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contact .container .left .social-ct .social-ft .it {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-main);
}
.contact .container .right {
  width: 52%;
}
.contact .container .right .info {
  margin-bottom: 30px;
}
.contact .container .right .info p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}
.contact .container .right form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact .container .right form .w-5 {
  width: calc((100% - 20px) / 2);
}
.contact .container .right form .w-100 {
  width: 100%;
}
.contact .container .right form input,
.contact .container .right form textarea {
  border: 0;
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #C9C9C9;
  outline: none;
}
.contact .container .right form textarea {
  height: 100px;
  resize: none;
}
.contact .container .right form button {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  padding: 10px 40px;
}
.contact .container .right form button:hover {
  color: var(--color-main);
}
@media (max-width: 1024px) {
  .contact .container .left {
    padding-right: 15px;
  }
  .contact .container .left h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contact .container .right .info {
    margin-bottom: 15px;
  }
  .contact .container .right .info p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact .container {
    gap: 15px;
  }
  .contact .container .left,
  .contact .container .right {
    width: 100%;
  }
}

.list-news,
.list-image {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.list-news .item,
.list-image .item {
  width: calc((100% - 72px) / 3);
}
@media (max-width: 1024px) {
  .list-news,
  .list-image {
    gap: 15px;
  }
  .list-news .item,
  .list-image .item {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .list-news .item,
  .list-image .item {
    width: 100%;
  }
}

.item-news .img,
.item-endow .img {
  aspect-ratio: 1;
  display: block;
}
.item-news .info,
.item-endow .info {
  background: #F8F9FF;
  padding: 20px;
  text-align: center;
}
.item-news .info h3,
.item-endow .info h3 {
  margin-bottom: 20px;
}
.item-news .info h3 a,
.item-endow .info h3 a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.item-news .info h3 a:hover,
.item-endow .info h3 a:hover {
  color: var(--color-main);
}
.item-news .info .desc,
.item-endow .info .desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 30px;
}
.item-news .info .btn-main-2,
.item-endow .info .btn-main-2 {
  background: transparent;
}
.item-news .info .btn-main-2:hover,
.item-endow .info .btn-main-2:hover {
  background: var(--color-main);
  color: #fff;
}

.block-image {
  padding: 55px;
}
@media (max-width: 1024px) {
  .block-image {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .block-image {
    padding: 20px;
  }
}

.item-image {
  position: relative;
  aspect-ratio: 574/374;
}
.item-image .img {
  width: 100%;
  height: 100%;
  display: block;
}
.item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
}
.item-image h3 {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item-image.video-start .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 78px;
  height: 78px;
}
.item-image.video-start .icon-video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .item-image h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-image h3 {
    font-size: 15px;
  }
}

.item-endow .img {
  aspect-ratio: 454/602;
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(10px);
  pointer-events: none;
}
.popup-video.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.popup-video .wrapper {
  width: 50%;
  max-height: 70%;
  aspect-ratio: 16/9;
  background: #fff;
  margin: auto;
  position: relative;
  z-index: 1;
}
.popup-video .wrapper .video {
  width: 100%;
  height: 100%;
}
.popup-video .wrapper .video iframe,
.popup-video .wrapper .video video {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-video .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .popup-video .wrapper {
    width: 100%;
  }
  .popup-video .close {
    top: unset;
    bottom: -50px;
    right: 50%;
    transform: translateX(50%);
  }
}

.news-detail .block-detail {
  position: relative;
  z-index: 4;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 50px;
  margin-top: -70px;
  display: flex;
}
.news-detail .block-detail .left {
  width: 70%;
  padding-right: 50px;
}
.news-detail .block-detail .right {
  width: 30%;
}
.news-detail .block-detail .right .title {
  color: var(--color-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .news-detail .block-detail {
    padding: 30px;
    margin-top: -50px;
  }
  .news-detail .block-detail .left {
    padding-right: 30px;
  }
  .news-detail .block-detail .right .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .block-detail {
    flex-wrap: wrap;
    padding: 0;
    padding-top: 15px;
    gap: 15px;
    margin-top: 0;
    box-shadow: none;
  }
  .news-detail .block-detail .left,
  .news-detail .block-detail .right {
    width: 100%;
    padding: 0;
  }
}

.item-other-news {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.item-other-news .img {
  width: 81px;
  height: 81px;
}
.item-other-news .info {
  flex: 1;
  padding-left: 15px;
}
.item-other-news .info h3 {
  margin-bottom: 10px;
}
.item-other-news .info h3 a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.item-other-news .info h3 a:hover {
  color: var(--color-main);
}
.item-other-news .info .time {
  color: #919191;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title-detail {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.title-detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 152px;
  height: 1px;
  background: #CE8904;
  z-index: 1;
}
@media (max-width: 1024px) {
  .title-detail {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .title-detail {
    font-size: 22px;
  }
}

.desc-endow {
  width: 80%;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .desc-endow {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .desc-endow {
    width: 100%;
    text-align: justify;
  }
}

.list-amenties-other {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
.list-amenties-other .item {
  width: calc((100% - 76px) / 3);
}
@media (max-width: 1024px) {
  .list-amenties-other {
    gap: 15px;
  }
  .list-amenties-other .item {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .list-amenties-other .item {
    width: 100%;
  }
}

.amenties-other {
  text-align: center;
}
.amenties-other .desc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.block-amenties .container {
  display: flex;
  align-items: center;
}
.block-amenties .container .left {
  width: 40%;
  aspect-ratio: 455/609;
}
.block-amenties .container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block-amenties .container .right {
  width: 60%;
  padding-left: 50px;
}
.block-amenties .container .right h1 {
  color: #000;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .block-amenties .container .left {
    width: 50%;
    aspect-ratio: 1;
  }
  .block-amenties .container .right {
    width: 50%;
    padding-left: 30px;
  }
  .block-amenties .container .right h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .block-amenties .container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .block-amenties .container .left,
  .block-amenties .container .right {
    width: 100%;
    padding: 0;
  }
  .block-amenties .container .left {
    aspect-ratio: 16/9;
  }
  .block-amenties .container .right h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 13px;
  padding: 10px;
}
.gallery .item {
  overflow: hidden;
  aspect-ratio: 1;
}
.gallery .item .img {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.gallery .item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.gallery .item:nth-child(3) {
  grid-area: 2/1/3/2;
}
.gallery .item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.gallery .item:nth-child(5) {
  grid-area: 1/3/3/5;
}
.gallery .item:nth-child(6) {
  grid-area: 1/5/2/6;
}
.gallery .item:nth-child(7) {
  grid-area: 1/6/2/7;
}
.gallery .item:nth-child(8) {
  grid-area: 2/5/3/6;
}
.gallery .item:nth-child(9) {
  grid-area: 2/6/3/7;
}
@media (max-width: 767px) {
  .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .gallery .item {
    width: calc((100% - 10px) / 2);
  }
  .gallery .item.large {
    width: 100%;
  }
}

.cuisine-block .container {
  display: flex;
  align-items: center;
}
.cuisine-block .container .left {
  width: 40%;
  aspect-ratio: 455/609;
}
.cuisine-block .container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cuisine-block .container .right {
  width: 60%;
  padding-left: 50px;
}
.cuisine-block .container .right h2 {
  color: #000;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cuisine-block .container .right .btn-main {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.cuisine-block .container .right .btn-main:hover {
  color: var(--color-main);
}
@media (max-width: 767px) {
  .cuisine-block .container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .cuisine-block .container .left,
  .cuisine-block .container .right {
    width: 100%;
    padding: 0;
  }
  .cuisine-block .container .left {
    aspect-ratio: 16/9;
  }
  .cuisine-block .container .right h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.gallery-cuisine {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery-cuisine .item {
  width: calc((100% - 30px) / 3);
  aspect-ratio: 628/405;
}
.gallery-cuisine .item .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .gallery-cuisine .item {
    width: 100%;
  }
}

.img-group-event {
  width: 100%;
  height: auto;
  display: block;
}
.img-group-event img {
  width: 100%;
  object-fit: contain;
  height: auto;
  display: block;
}

.form-book-table .container {
  display: flex;
}
.form-book-table .container .left {
  width: 60%;
  padding-right: 50px;
}
.form-book-table .container .right {
  width: 40%;
  aspect-ratio: 455/520;
}
.form-book-table.color {
  background: linear-gradient(0deg, #F8F9FF 0%, #F8F9FF 100%);
}
.form-book-table.color .container .left form input,
.form-book-table.color .container .left form textarea,
.form-book-table.color .container .left form select {
  background: transparent;
}
@media (max-width: 1024px) {
  .form-book-table .container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .form-book-table .container .left,
  .form-book-table .container .right {
    width: 100%;
    padding: 0;
  }
  .form-book-table .container .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.form-style {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 15px;
}
.form-style .w-5 {
  width: calc((100% - 35px) / 2);
}
.form-style .w-100 {
  width: 100%;
}
.form-style label {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.form-style label sup {
  color: red;
}
.form-style input,
.form-style textarea,
.form-style select {
  border: 0;
  outline: none;
  resize: none;
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #C7C7C7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #848484;
}
.form-style input::placeholder,
.form-style input option,
.form-style textarea::placeholder,
.form-style textarea option,
.form-style select::placeholder,
.form-style select option {
  color: #848484;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.form-style .select-form,
.form-style .input-form {
  position: relative;
}
.form-style .select-form svg,
.form-style .input-form svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
}
.form-style .select-form {
  border-bottom: 1px solid #C7C7C7;
}
.form-style .select-form select {
  border-bottom: 0;
  padding-right: 40px;
}
.form-style textarea {
  height: 100px;
}
.form-style .btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.form-style .btn .btn-main {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  text-transform: uppercase;
}
.form-style .btn .btn-main:hover {
  color: var(--color-main);
}
.form-style .btn a {
  color: #CE8904;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
.form-style .btn a:hover {
  color: var(--color-main);
}
@media (max-width: 767px) {
  .form-style {
    column-gap: 15px;
  }
  .form-style .w-5 {
    width: 100%;
  }
  .form-style .btn {
    flex-direction: column;
    width: 100%;
  }
  .form-style input,
  .form-style textarea,
  .form-style select {
    font-size: 14px;
  }
  .form-style input::placeholder,
  .form-style input option,
  .form-style textarea::placeholder,
  .form-style textarea option,
  .form-style select::placeholder,
  .form-style select option {
    font-size: 14px;
  }
}

.list-content-group-event {
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
}
.list-content-group-event .item {
  min-width: calc((100% - 10px) / 3);
  text-align: center;
  background: #F0F2FF;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.list-content-group-event .item:hover, .list-content-group-event .item.active {
  background: var(--color-main);
  color: #fff;
}
@media (max-width: 1024px) {
  .list-content-group-event {
    margin-bottom: 30px;
  }
  .list-content-group-event .item {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .list-content-group-event {
    margin-bottom: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .list-content-group-event .item {
    font-size: 18px;
    white-space: nowrap;
    min-width: unset;
    padding: 10px 20px;
    height: unset;
    line-height: unset;
  }
}

@media (max-width: 767px) {
  .block-group-event-tab {
    position: relative;
  }
  .block-group-event-tab .prev,
  .block-group-event-tab .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  .block-group-event-tab .prev svg,
  .block-group-event-tab .next svg {
    width: 12px;
    height: 12px;
  }
  .block-group-event-tab .prev {
    left: 0;
  }
  .block-group-event-tab .next {
    right: 0;
  }
}

.content-group-event {
  display: none;
}
.content-group-event.active {
  display: flex;
}
.content-group-event .left,
.content-group-event .right {
  width: 50%;
}
.content-group-event .left .mySwiper2 {
  aspect-ratio: 578/385;
  margin-bottom: 17px;
}
.content-group-event .left .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-group-event .left .mySwiper .swiper-slide {
  aspect-ratio: 182/121;
}
.content-group-event .left .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-group-event .left .swiper-button-prev,
.content-group-event .left .swiper-button-next {
  color: #fff;
  width: 33px;
  height: 58px;
  border-radius: 4px 0 0 4px;
  background: rgba(0, 0, 0, 0.5);
}
.content-group-event .left .swiper-button-prev:after,
.content-group-event .left .swiper-button-next:after {
  font-size: 18px;
}
.content-group-event .left .swiper-button-prev {
  border-radius: 0 4px 4px 0;
  left: 0;
}
.content-group-event .left .swiper-button-next {
  right: 0;
}
.content-group-event .right {
  padding-left: 59px;
}
.content-group-event .right h2 {
  color: #000;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content-group-event .right .grid {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
}
.content-group-event .right .grid li {
  width: calc((100% - 15px) / 2);
}
@media (max-width: 1024px) {
  .content-group-event {
    flex-wrap: wrap;
    gap: 20px;
  }
  .content-group-event .left,
  .content-group-event .right {
    width: 100%;
    padding: 0;
  }
}

.item-rank-room {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.item-rank-room .img,
.item-rank-room .info {
  width: 50%;
}
.item-rank-room .img {
  aspect-ratio: 722/450;
}
.item-rank-room .info {
  padding-left: 50px;
}
.item-rank-room .info h3 {
  margin-bottom: 10px;
}
.item-rank-room .info h3 a {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.item-rank-room .info h3 a:hover {
  color: var(--color-main);
}
.item-rank-room .info .sub-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.item-rank-room .info .sub-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: var(--color-main);
}
.item-rank-room .info .detail-content {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .item-rank-room {
    gap: 20px;
  }
  .item-rank-room .img,
  .item-rank-room .info {
    width: 100%;
    padding: 0;
  }
  .item-rank-room .info h3 a {
    font-size: 28px;
  }
  .item-rank-room .info .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .item-rank-room .info .detail-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-rank-room .info h3 a {
    font-size: 24px;
  }
  .item-rank-room .info .sub-title {
    font-size: 16px;
  }
  .item-rank-room .info .detail-content {
    margin-bottom: 15px;
  }
}

.list-room-rank .item-rank-room:nth-child(even) {
  flex-direction: row-reverse;
}
.list-room-rank .item-rank-room:nth-child(even) .info {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .list-room-rank .item-rank-room:nth-child(even) .info {
    padding-right: 0;
  }
}

.list-option-room-class {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-option-room-class .container {
  display: flex;
  justify-content: space-between;
}
.list-option-room-class .container .it {
  display: flex;
  align-items: center;
  gap: 15px;
}
.list-option-room-class .container .it .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .list-option-room-class {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .list-option-room-class .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .list-option-room-class .container .it {
    width: calc((100% - 10px) / 2);
    flex-direction: column;
    gap: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    position: relative;
  }
  .list-option-room-class .container .it:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #f1f1f1;
  }
  .list-option-room-class .container .it:nth-child(2):after, .list-option-room-class .container .it:nth-child(4):after {
    display: none;
  }
  .list-option-room-class .container .it svg path {
    fill: var(--color-main);
  }
}

.detail-room .container {
  display: flex;
  gap: 50px;
}
.detail-room .container .left,
.detail-room .container .right {
  width: calc((100% - 50px) / 2);
}
.detail-room .container .left h2,
.detail-room .container .right h2 {
  color: #000;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.detail-room .container .left strong {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.detail-room .container .left .detail-content {
  margin-bottom: 30px;
}
.detail-room .container .left .btn-main {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  text-transform: uppercase;
  text-decoration: none;
}
.detail-room .container .left .btn-main:hover {
  color: var(--color-main);
}
.detail-room .container .right ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.detail-room .container .right ul li {
  width: calc((100% - 30px) / 2);
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 10px;
}
.detail-room .container .right ul li .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-room .container .right ul li:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .detail-room .container {
    gap: 30px;
  }
  .detail-room .container .left,
  .detail-room .container .right {
    width: calc((100% - 30px) / 2);
  }
  .detail-room .container .left h2,
  .detail-room .container .right h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .detail-room .container .left strong {
    font-size: 14px;
  }
  .detail-room .container .left .detail-content {
    margin-bottom: 20px;
  }
  .detail-room .container .left .btn-main {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .detail-room .container {
    gap: 15px;
    flex-direction: column;
  }
  .detail-room .container .left,
  .detail-room .container .right {
    width: 100%;
  }
  .detail-room .container .left h2,
  .detail-room .container .right h2 {
    font-size: 20px;
  }
  .detail-room .container .left strong {
    font-size: 14px;
  }
  .detail-room .container .left .btn-main {
    font-size: 14px;
  }
  .detail-room .container .right ul li {
    width: 100%;
  }
  .detail-room .container .right ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #DADADA;
  }
  .detail-room .container .right ul li:nth-last-child(-n+1) {
    border-bottom: 0;
  }
}

.checkin-out {
  display: flex;
  margin-bottom: 30px;
}
.checkin-out .it:first-child {
  padding-right: 15px;
  margin-right: 16px;
  border-right: 1px solid #C8C8C8;
}
.checkin-out .it p:nth-child(2) {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.block-album-room-class {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 15px;
}
.block-album-room-class .item .img {
  display: block;
  width: 100%;
  height: 100%;
}
.block-album-room-class .item:nth-child(1) {
  grid-area: 1/1/4/5;
}
.block-album-room-class .item:nth-child(2) {
  grid-area: 4/1/6/3;
}
.block-album-room-class .item:nth-child(3) {
  grid-area: 4/3/6/5;
}
.block-album-room-class .item:nth-child(4) {
  grid-area: 1/5/3/7;
}
.block-album-room-class .item:nth-child(5) {
  grid-area: 1/7/3/9;
}
.block-album-room-class .item:nth-child(6) {
  grid-area: 3/5/6/9;
}
@media (max-width: 767px) {
  .block-album-room-class {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block-album-room-class .item {
    width: calc((100% - 10px) / 2);
    aspect-ratio: 16/9;
  }
}

.room-class-other h2 {
  margin-bottom: 30px;
}
.room-class-other .room-class-other-slide {
  padding-bottom: 20px;
}
.room-class-other .room-class-other-slide .item-rank-room {
  background: linear-gradient(0deg, #F8F9FF 0%, #F8F9FF 100%);
}
.room-class-other .room-class-other-slide .item-rank-room .btn-main-2 {
  background: transparent;
}
.room-class-other .room-class-other-slide .item-rank-room .btn-main-2:hover {
  background: var(--color-main);
}
@media (max-width: 1024px) {
  .room-class-other .room-class-other-slide .item-rank-room .info {
    padding: 20px;
  }
}

.book-room-page .container {
  display: flex;
}
.book-room-page .container .img,
.book-room-page .container .form {
  width: 50%;
}
.book-room-page .container .img {
  aspect-ratio: 557/681;
}
.book-room-page .container .form {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .book-room-page .container {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .book-room-page .container .img,
  .book-room-page .container .form {
    width: 100%;
  }
  .book-room-page .container .form {
    padding-left: 0;
  }
}

.book-room-success .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.book-room-success .container h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 70%;
  margin-bottom: 30px;
}
.book-room-success .container table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.book-room-success .container table strong {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.book-room-success .container table tr:first-child {
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  text-transform: uppercase;
  background: #F0F2FF;
  height: 52px;
}
.book-room-success .container table tr td {
  border-bottom: 1px solid #D7D7D7;
  padding: 10px 0;
}
.book-room-success .container table tr td ul {
  padding-left: 30px;
}
.book-room-success .img {
  width: 71px;
  height: 71px;
  margin-bottom: 15px;
}

.svg-icon-menu {
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.svg-icon-menu:before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.svg-icon-menu:after {
  width: 1px;
  height: 11px;
}
.svg-icon-menu.active:before {
  opacity: 0;
}
.svg-icon-menu.active:after, .svg-icon-menu.active:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.svg-icon-menu:after, .svg-icon-menu:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #222;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.amenties-other-slide,
.amenities-index-slide {
  padding-bottom: 40px;
}
.amenties-other-slide .amenities-index-item,
.amenities-index-slide .amenities-index-item {
  position: relative;
}
.amenties-other-slide .amenities-index-item:after,
.amenities-index-slide .amenities-index-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.amenties-other-slide .amenities-index-item .img,
.amenities-index-slide .amenities-index-item .img {
  margin-bottom: 0;
}
.amenties-other-slide .amenities-index-item h3,
.amenities-index-slide .amenities-index-item h3 {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.amenties-other-slide .amenities-index-item h3 a,
.amenities-index-slide .amenities-index-item h3 a {
  color: #fff;
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */
