@charset "UTF-8";
/*!
Theme Name: Nextweb
Theme URI: https://nextweb.vn/
Author: nextweb.vn
Author URI: https://nextweb.vn/
Description: Website proudly made by nextweb.vn
Version: 1.0.7
Text Domain: nextweb.vn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

.nojq {
  display: none;
}

/*
  RESETS
*/
* {
  box-sizing: border-box;
  margin: 0;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: none;
}

/*
	HEADINGS
*/
h1 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}

@media (min-width: 900px) {
  h1 {
    font-size: 90px;
    line-height: 130px;
  }
}

h2,
.h2 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 45px;
  line-height: 65px;
}

@media (min-width: 900px) {

  h2,
  .h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

h3,
.h3 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
}

@media (min-width: 900px) {

  h3,
  .h3 {
    font-size: 45px;
    line-height: 65px;
  }
}

h4,
.h4 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}

@media (min-width: 900px) {

  h4,
  .h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

h5,
.h5 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}

@media (min-width: 900px) {

  h5,
  .h5 {
    font-size: 12px;
    line-height: 25px;
  }
}

h6 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}

@media (min-width: 900px) {
  h6 {
    font-size: 10px;
    line-height: 16px;
  }
}

.slogan {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
}

@media (min-width: 900px) {
  .slogan {
    font-size: 13px;
    line-height: 25px;
  }
}

#menu,
.footer-menu {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
}

/*
	TEXT / PARAGRAPHS
*/
body {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}

@media (min-width: 900px) {
  body {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}

.big {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
}

@media (min-width: 900px) {
  .big {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 40px;
  }
}

/*
	OTHER ELEMENTS
*/
.button,
.closed,
input.email,
input.password,
input.searchterm,
input.search {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.2em;
}

@media (min-width: 900px) {

  .button,
  .closed,
  input.email,
  input.password,
  input.searchterm,
  input.search {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
}

.results-filter {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.2em;
}

@media (min-width: 900px) {
  .results-filter {
    font-size: 14px;
    line-height: 20px;
  }
}

.result-type {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.2em;
}

@media (min-width: 900px) {
  .result-type {
    font-size: 12px;
    line-height: 20px;
  }
}

/* Grow */
:root {
  --app-height: 100vh;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  hyphens: none;
}

.big p,
section p {
  hyphens: none;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
  background-color: #f3efec;
  color: #384133;
  min-height: calc(100vh - 50px);
  max-width: 100vw;
  margin-top: 60px;
}

@media (min-width: 900px) {
  body {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}

body:before {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  content: " ";
  height: 60px;
  width: 100vw;
  user-select: none;
  z-index: 49;
  background-color: white;
}

body.nobooking {
  padding-top: 0;
  min-height: 100vh;
}

main {
  min-height: calc(100vh - 50px);
}

input,
textarea,
button {
  border: 1px solid gray;
}

button {
  border-radius: 0;
  padding: 0.75em 1em;
  background-color: transparent;
}

button * {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

img.zoom {
  cursor: pointer;
}

a {
  text-decoration: none;
  border-bottom: 1px solid;
}

body:not(.careers) iframe:not(.aleno-reservations) {
  max-width: 100vw;
  max-height: 120vw;
  margin: 0 -20px;
  width: 100%;
}

.button {
  border: 1px solid #bd0b1d;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 900px) {
  .button {
    color: #bd0b1d;
    border: 2px solid #bd0b1d;
    padding: 12px 35px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, color, background-color;
    transition-property: transform, color, background-color;
  }

  .button:hover,
  .button:focus,
  .button:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .button:hover,
  .button:focus,
  .button:active {
    color: #f3efec;
    background-color: #bd0b1d;
  }
}

.text {
  padding: 20px;
  text-align: center;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text .h2 {
  margin-bottom: 1em;
}

.text .button {
  margin: 5em auto;
}

.hide {
  display: none !important;
}

.topbar {
  padding: 40px 55px;
}

.big {
  text-align: center;
  margin: 0 0 50px;
}

@media (min-width: 900px) {
  .big {
    margin: 0 auto 80px auto;
    max-width: 935px;
  }
}

p {
  margin-bottom: 1em;
}

.slogan {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 20px;
}

@media (min-width: 900px) {
  .slogan {
    min-height: unset;
    height: 100px;
    margin-bottom: 20px;
  }
}

.slogan>* {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
}

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

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

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

.openclose {
  text-align: right;
  position: relative;
  padding-right: 1.5em;
}

.openclose:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #db9075;
  position: absolute;
  top: 50%;
  transform: translateY(-0.5em);
  right: 0px;
}

.openclose.open:after {
  background-color: #8cb985;
}

.icon {
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 900px) {
  .icon {
    margin: 0 auto 60px auto;
  }
}

.icon img {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  max-width: 130px;
  padding: 0 !important;
  user-select: none;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 120px;
  object-fit: cover;
}

.parallax-wrapper {
  overflow: hidden;
}

.parallax-wrapper img {
  vertical-align: middle;
}

/*
	HEADER
*/
.logo,
main>h1,
.desktop>h1 {
  display: none;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 22px;
  left: 18px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
}

@media (min-width: 900px) {
  #menuToggle {
    left: 22px;
  }
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle>input {
  display: block;
  width: 50px;
  height: 64px;
  position: absolute;
  top: -18px;
  left: -22px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #384133;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 1px);
  background: #384133;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

#menu {
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transition:
    left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.5s ease-in-out;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~#menu {
  left: 0px;
  opacity: 1;
}

#menu {
  opacity: 0;
  position: fixed;
  top: 0px;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  height: --webkit-fill-available;
  overflow-y: auto;
  background-color: #e5ccc1;
  padding: 30px 40px;
}

@media (min-width: 900px) {
  #menu {
    padding: 117px 117px 97px;
  }
}

#menu:before {
  z-index: 60;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  content: " ";
  height: 60px;
  width: 100vw;
  user-select: none;
  background-color: #e5ccc1;
}

#menu a {
  border-bottom: none;
}

#menu>ul:not(#languages-menu) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#menu>ul:not(#languages-menu)>li {
  width: 25%;
  min-width: 280px;
  margin: 45px 0 0 0;
  letter-spacing: 0.2em;
  line-height: 14px;
}

@media (min-width: 900px) {
  #menu>ul:not(#languages-menu)>li {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 60px 0;
  }
}

#menu>ul:not(#languages-menu)>li>a {
  display: block;
  font-weight: 800;
}

#menu>ul:not(#languages-menu)>li ul {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  #menu>ul:not(#languages-menu)>li ul {
    margin-top: 27px;
  }
}

#menu>ul:not(#languages-menu)>li ul li {
  font-size: 13px;
  letter-spacing: 0.124em;
  line-height: 30px;
  font-weight: normal;
}

@media (min-width: 900px) {
  #menu>ul:not(#languages-menu)>li ul li {
    font-size: 14px;
  }
}

#menu ul#languages-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0px;
  padding: 0;
  top: 75px;
  margin: 0 38px 0 0;
  width: auto;
  display: none;
}

@media (min-width: 900px) {
  #menu ul#languages-menu {
    flex-direction: row;
    top: 100px;
    right: 25px;
    margin: 0;
  }
}

#menu ul#languages-menu li {
  font-weight: normal;
  margin: 0 0 1em 0;
}

@media (min-width: 900px) {
  #menu ul#languages-menu li {
    margin: 0 16px 0 0;
  }
}

#menu ul#languages-menu li:last-of-type {
  margin-right: 0;
}

#menu ul#languages-menu li a:not(.active) {
  color: rgba(0, 0, 0, 0.4);
}

#menu ul#languages-menu li .active {
  font-weight: bold;
}

#menu .playlist-link {
  position: absolute;
  right: 41px;
  top: 180px;
  height: 30px;
  width: 30px;
}

@media (min-width: 900px) {
  #menu .playlist-link {
    right: 30px;
    top: 150px;
  }
}

#menu .playlist-link a {
  display: block;
  height: 45px;
  width: 45px;
  background: url("./assets/images/playlist.svg");
  background-size: 60px;
  background-position: -9px -9px;
  background-repeat: no-repeat;
}

/* ===== MENU TOP BAR ===== */
#menu .menu-top-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 24px;
}

/* -- Offers Box -- */
#menu .menu-top-bar .offers-box {
  display: flex;
  align-items: stretch;
  border: 1px solid #384133;
  height: 42px;
  flex: 1;
  min-width: 0;
  max-width: 700px;
}

#menu .menu-top-bar .offers-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-right: 1px solid #384133;
  white-space: nowrap;
}

#menu .menu-top-bar .offers-label span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #384133;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  height: auto;
  margin-bottom: 0;
  background: transparent;
}
#menu .menu-top-bar .offers-label:hover {
  background: #384133;
}
#menu .menu-top-bar .offers-label:hover span {
  cursor: pointer;
  color: #fff;
}
/* -- Offers Slider -- */
#menu .menu-top-bar .offers-slider {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
  font-weight: bold;
}

#menu .menu-top-bar .offers-slider .swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
}

#menu .menu-top-bar .offers-slider .swiper-slide a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #384133;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px;
  line-height: 40px;
}

#menu .menu-top-bar .offers-slider .swiper-slide a:hover {
  background: #384133;
    color: #fff;
}

#menu .menu-top-bar .offers-slider .swiper-button-prev-custom,
#menu .menu-top-bar .offers-slider .swiper-button-next-custom {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}

#menu .menu-top-bar .offers-slider .swiper-button-prev-custom {
  left: 4px;
}

#menu .menu-top-bar .offers-slider .swiper-button-next-custom {
  right: 4px;
}
.offers-slider .swiper-button-prev-custom svg path, .offers-slider .swiper-button-next-custom svg path {
fill: #384133
}
.offers-slider:hover .swiper-button-prev-custom svg path, .offers-slider:hover .swiper-button-next-custom svg path {
fill: #fff
}
/* -- Menu Search (inside top bar) -- */
#menu .menu-top-bar .menu-search {
  border: 1px solid #384133;
  height: 42px;
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}

#menu .menu-top-bar .menu-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #384133;
  margin: 0;
}

#menu .menu-top-bar .menu-search form input {
  border: none;
  margin: 0;
  text-transform: uppercase;
  opacity: 1;
  padding: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
}

#menu .menu-top-bar .menu-search form input.searchterm {
  flex-grow: 1;
  min-width: 0;
  padding: 0 16px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #384133;
}

#menu .menu-top-bar .menu-search form input[type="submit"] {
  font-weight: bold;
  padding: 0 16px;
  cursor: pointer;
  border-left: 1px solid #384133;
  font-size: 11px;
  letter-spacing: 1px;
  color: #384133;
  background: none;
}

#menu .menu-top-bar .menu-search form input[type="submit"]:hover {
  background-color: #384133;
  color: #f3efec;
}

#menu .menu-top-bar .menu-search form label {
  display: none;
}

/* Keep old mobile-only menu-search rules for standalone usage */
#menu>.menu-search {
  padding-right: 50px;
  margin-top: 48px;
  margin-bottom: -10px;
}

#menu>.menu-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  color: #384133;
}

#menu>.menu-search form input {
  border: 1px solid #384133;
  margin: 0;
  text-transform: uppercase;
  opacity: 1;
  padding: 0;
}

#menu>.menu-search form input:first-of-type {
  border-right: none;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
}

#menu>.menu-search form input:last-of-type {
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
}

#menu>.menu-search form input:last-of-type:hover {
  background-color: #384133;
  color: #f3efec;
}

#menu>.menu-search form label {
  display: none;
}

@media (min-width: 900px) {
  #menu>.menu-search {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  #menu>.menu-search form input:last-of-type {
    padding: 10px 30px;
  }
}

/*
	HEADER: BOOKING
*/
#sb-container .sb__form-field-input.sb-custom-box-shadow-color.sb-custom-box-shadow-color-hover.sb-custom-box-shadow-color-focus.sb-custom-field-bg-color {
  box-shadow: none !important;
}

#sb-container {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-transform: unset;
}

#sb-container .sb {
  padding: 0 !important;
  height: 100%;
}

#sb-container .sb__property {
  display: none;
}

#sb-container .sb-custom-button-hover-bg-color:hover {
  color: #f3efec !important;
}

#sb-container .sb__footer-actions,
#sb-container .sb__form-field-label {
  display: none;
}

#sb-container .sb-custom-box-shadow-color {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

#sb-container .sb-custom-field-bg-color {
  box-shadow: none !important;
}

#sb-container .sb__form-field-input,
#sb-container .sb__btn--verify {
  padding: 4px 20px 0px !important;
  height: auto;
}

#sb-container .sb__btn--verify {
  margin-top: 0px !important;
  padding-right: 12px !important;
  font-size: 14px;
  line-height: 19px;
}

#sb-container .sb__btn {
  border: 2px solid #384133;
  border-radius: 0px;
  text-transform: uppercase;
}

#sb-container .sb__btn:hover {
  background-color: white !important;
  color: #384133 !important;
}

#sb-container #sb-container_sb__form {
  height: 100%;
}

#sb-container #sb-container_sb__form .sb__dates {
  width: 75% !important;
}

#sb-container #sb-container_sb__form .sb__guests-rooms {
  width: 25% !important;
  display: none;
}

.sb__form {
  margin: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#sb-container .sb__form-field,
#sb-container .sb__form-field-input {
  height: 100%;
  border-width: 0px !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sb-container #sb-container_sb__form-field--checkavailability.header-book-now {
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  border: none;
  padding: 0 0px !important;
  width: auto;
  margin-left: auto;
  font-size: 16px;
}

#sb-container #sb-container_sb__form-field--guests {
  justify-content: flex-end;
}

#sb-container #sb-container_sb__form-field--checkin div {
  justify-content: flex-start;
}

#sb-container .sb__form-field-date-wrapper {
  flex-grow: 0;
  text-align: left;
}

#sb-container .icon {
  margin: 0;
}

#sb-container .sb__form-field-icon {
  display: none;
}

#booking {
  z-index: 110;
  position: fixed;
  top: 0;
  left: 50px;
  width: calc(100vw - 50px);
  height: 60px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 900px) {
  #booking {
    left: 117px;
    width: calc(100% - 117px);
  }
}

#booking>* {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

#booking .logo-img {
  position: relative;
  text-align: center;
  width: 20%;
  font-size: 20px;
  letter-spacing: 0.2em;
  display: block;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  flex: 1;
}

#booking .logo-img a {
  border: none;
}

#booking .logo-img img {
  width: auto;
  max-width: 125px;
  margin: auto;
}

@media (min-width: 900px) {
  #booking .logo-img {
    text-align: left;
    padding-left: 0;
    margin-right: 117px;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
  }
}

#booking h1 a {
  border: none;
  position: relative;
  z-index: 5;
}

#booking #sb-container {
  display: none;
  flex-basis: 100%;
  flex-shrink: 1;
  padding: 0px 10px 0 0;
}

@media (min-width: 900px) {
  #booking #sb-container {
    display: block;
  }
}

#booking .mobile-booknow {
  display: block;
  width: 50px;
  max-width: 50px;
  padding-left: 0px;
  overflow-y: show;
  padding: 14px 16px;
}

#booking .mobile-booknow a {
  font-weight: bold;
  border: none;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.2em;
  min-width: 50px;
  display: block;
  text-align: right;
  float: right;
}

@media (min-width: 900px) {
  #booking .mobile-booknow {
    display: none;
    position: absolute;
    top: 0px;
    right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: unset;
    width: 117px;
    overflow: show;
  }

  #booking .mobile-booknow.desktop-booknow {
    display: block;
  }

  #booking .mobile-booknow a {
    width: 200px;
    display: block;
    font-size: 14px;
    line-height: 19px;
  }
}

#booking input {
  border: 0;
}

#booking .button {
  font-weight: bold;
  background: none;
  width: 102px;
  padding-left: 0px;
}

#booking .sb__form {
  flex-wrap: nowrap;
}

#booking .sb__dates {
  display: flex;
  margin-top: 0px;
  justify-content: space-between;
}

#booking .sb__guests-rooms {
  margin-top: 0px;
}

#no-booking {
  z-index: 110;
  position: fixed;
  top: 0;
  left: 120px;
  width: calc(100vw - 120px);
  height: 50px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 900px) {
  #no-booking {
    left: 300px;
    width: calc(100% - 300px);
  }
}

#no-booking>* {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  padding: 14px 16px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}

@media (min-width: 900px) {
  #no-booking>* {
    padding: 15.5px 10px;
  }
}

#no-booking h1 {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 24px;
}

@media (min-width: 900px) {
  #no-booking h1 {
    text-align: left;
    font-size: unset;
    letter-spacing: unset;
    line-height: unset;
    max-width: 100%;
    padding-left: 67px;
  }
}

#no-booking h1 a {
  z-index: 100;
  display: inline-block;
  position: relative;
  border: none;
}

#no-booking .concierge-links {
  min-width: 120px;
}

@media (min-width: 900px) {
  #no-booking .concierge-links {
    min-width: 300px;
  }
}

#no-booking .concierge-links a {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  font-size: 9px;
  line-height: 12px;
  width: auto;
  margin-left: auto;
  letter-spacing: 0.2em;
  display: block;
  text-align: right;
}

@media (min-width: 900px) {
  #no-booking .concierge-links a {
    text-align: right;
    font-weight: bold;
    border: none;
    padding: 0 0px !important;
    font-size: 14px;
    line-height: 19px;
  }
}

.page-restaurant #booking h1,
.page-restaurant-child #booking h1 {
  width: calc(100% - 117px);
  position: relative;
}

.page-restaurant #booking h1 a,
.page-restaurant-child #booking h1 a {
  display: none;
}

@media (min-width: 900px) {

  .page-restaurant #booking h1 a,
  .page-restaurant-child #booking h1 a {
    display: block;
  }
}

.outlet-title {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 16px;
}

.slider {
  line-height: 0px;
  position: relative;
  color: #f3efec;
}

.slider h2,
.slider .h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  user-select: none;
  z-index: 10;
}

.text-content {
  padding: 20px 0;
}

.text-content ul {
  list-style: disc;
}

.text-content ul li {
  margin-left: 17px;
}

@media (min-width: 900px) {
  .text-content {
    padding: 20px;
    margin-bottom: 100px;
    column-count: 2;
    column-gap: 80px;
    text-align: left;
  }

  .text-content ul li {
    margin-left: 20px;
  }
}

/*
	FOOTER
*/
footer {
  position: relative;
  padding: 40px;
  background-color: #384133;
  color: #f3efec;
}

@media (min-width: 900px) {
  footer {
    padding: 64px;
  }
}

footer a {
  border: none;
}

footer .footer-signup {
  margin-bottom: 5em;
}

footer .footer-signup h4,
footer .footer-signup .h4 {
  text-align: center;
  margin-bottom: 1em;
}

footer .footer-signup .newsletter-message {
  text-align: center;
  margin-bottom: 2em;
}

footer .footer-signup form #mc_embed_signup_scroll,
footer .footer-signup form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

footer .footer-signup form #mc_embed_signup_scroll .mc-field-group,
footer .footer-signup form #mc_embed_signup_scroll .fieldgroup,
footer .footer-signup form fieldset .mc-field-group,
footer .footer-signup form fieldset .fieldgroup {
  flex-grow: 1;
}

footer .footer-signup form #mc_embed_signup_scroll input,
footer .footer-signup form #mc_embed_signup_scroll button,
footer .footer-signup form fieldset input,
footer .footer-signup form fieldset button {
  border: 1px solid #f3efec;
  margin: 0;
}

footer .footer-signup form #mc_embed_signup_scroll input.email,
footer .footer-signup form fieldset input.email {
  border-right: none;
  width: 100%;
  padding: 10px 15px;
  font-weight: normal;
}

footer .footer-signup form #mc_embed_signup_scroll input.button,
footer .footer-signup form #mc_embed_signup_scroll button,
footer .footer-signup form fieldset input.button,
footer .footer-signup form fieldset button {
  font-weight: bold;
}

footer .footer-signup form #mc_embed_signup_scroll input.button:hover,
footer .footer-signup form #mc_embed_signup_scroll button:hover,
footer .footer-signup form fieldset input.button:hover,
footer .footer-signup form fieldset button:hover {
  background-color: #f3efec;
  color: #384133;
}

footer .footer-signup form #mc_embed_signup_scroll label,
footer .footer-signup form fieldset label {
  display: none;
}

@media (min-width: 900px) {
  footer .footer-signup {
    position: absolute;
    left: 50%;
    padding-right: 240px;
    width: 50%;
    max-width: 650px;
  }

  footer .footer-signup h4,
  footer .footer-signup .h4 {
    font-size: 10px;
    line-height: 30px;
    text-align: left;
  }

  footer .footer-signup .newsletter-message {
    display: none;
  }

  footer .footer-signup form {
    margin-top: 35px;
  }

  footer .footer-signup button {
    padding: 10px 15px;
  }
}

footer .footer-search {
  margin-bottom: 5em;
}

footer .footer-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

footer .footer-search form input {
  border: 1px solid #f3efec;
  margin: 0;
  text-transform: uppercase;
}

footer .footer-search form input:first-of-type {
  border-right: none;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
}

footer .footer-search form input:last-of-type {
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
}

footer .footer-search form input:last-of-type:hover {
  background-color: #f3efec;
  color: #384133;
}

footer .footer-search form label {
  display: none;
}

footer .footer-search h4,
footer .footer-search .h4 {
  margin-bottom: 30px;
  font-size: 10px;
  line-height: 30px;
  text-align: left;
}

@media (min-width: 900px) {
  footer .footer-search {
    position: absolute;
    left: 50%;
    top: 180px;
    padding-right: 240px;
    width: 50%;
    max-width: 650px;
  }

  footer .footer-search h4,
  footer .footer-search .h4 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  footer .footer-search form {
    margin-top: 15px;
  }

  footer .footer-search form input:last-of-type {
    padding: 10px 30px;
  }
}

footer .footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 900px) {
  footer .footer-menu {
    width: 50%;
  }
}

footer .footer-menu>li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  font-size: 10px;
  line-height: 30px;
}

footer .footer-menu>li:nth-of-type(even) {
  margin-right: 0;
}

@media (min-width: 900px) {
  footer .footer-menu>li {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 0px;
  }

  footer .footer-menu>li:nth-of-type(even) {
    margin-right: 60px;
  }

  footer .footer-menu>li:last-of-type {
    margin-right: 0;
  }
}

footer .footer-menu>li>a {
  display: block;
}

footer .footer-menu>li ul {
  margin-top: 27px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
}

footer .footer-menu>li ul li {
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 900px) {
  footer .footer-menu>li ul li {
    font-size: 12px;
  }
}

footer .footer-copyright {
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 900px) {
  footer .footer-copyright {
    position: absolute;
    top: 64px;
    right: 64px;
    align-items: flex-end;
  }
}

footer .footer-copyright img {
  width: 200px;
  height: auto;
}

footer .footer-copyright div {
  margin-top: 2.5em;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 16px;
}

.book-stay {
  position: absolute;
  right: 64px;
  align-items: flex-end;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: auto;
  bottom: 40px;
}

.book-stay .button {
  color: #384133;
  border: 2px solid #f3efec;
  background: #f3efec;
}

@media (min-width: 900px) {
  footer .footer-copyright div {
    margin-top: 20px;
    margin-bottom: 28px;
  }
}

footer.concierge-footer .footer-copyright {
  position: initial;
  display: block;
  text-align: center;
}

footer.concierge-footer .footer-copyright img {
  margin: 0 auto;
}

/*
.footer-partners {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-partners {
    justify-content: space-between;
  }
}
.footer-partners > * {
  display: flex;
  align-items: center;
  margin: 25px 0;
  flex-basis: auto;
  padding: 0 5px;
}
@media (min-width: 900px) {
  .footer-partners > * {
    margin: 40px 0;
  }
}
.footer-partners a {
  border: none;
  justify-content: center;
}
.footer-partners > div {
  justify-content: center;
}
.footer-partners img {
  margin: 0 auto;
  width: 100%;
  max-height: 43px;
  max-width: 55px;
  object-position: center center;
  object-fit: contain;
}
@media (min-width: 900px) {
  .footer-partners img {
    max-width: 300px;
    max-height: 120px;
  }
}
*/
/*

	HOME PAGE

*/
/*

	HERO SECTION

*/
.section-hero {
  height: 50vh;
  border: none;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

@media (min-width: 900px) {
  .section-hero {
    height: calc(100vh - 50px);
  }
}

.section-hero>* {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}

.section-hero :is(h1, h2) {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: #f3efec;
  letter-spacing: 0.33em;
}

@media (min-width: 900px) {
  .section-hero :is(h1, h2) {
    display: inline-block;
  }
}

.section-hero h2,
.section-hero .h2 {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #f3efec;
  letter-spacing: 0.2em;
}

@media (min-width: 900px) {

  .section-hero h2,
  .section-hero .h2 {
    display: none;
  }
}

@media (max-width: 767px) {

  .section-hero h2,
  .section-hero .h2 {
    line-height: 80px;
  }
}

.section-hero>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero video[poster] {
  object-fit: cover;
}

.section-hero .hero_slides {
  display: none;
}

@media (min-width: 900px) {
  .section-hero .hero_slides {
    display: block;
  }
}

.section-hero .hero_slides_item {
  width: 100%;
  height: 100%;
}

.section-hero .hero_slides_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero .hero_image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out;
}

.section-hero .hero_image_active {
  z-index: 5;
  opacity: 1;
}

.section-hero .hero_links {
  display: none;
  z-index: 10;
  height: 70px;
  top: unset;
  bottom: 60px;
  justify-content: center;
  align-items: stretch;
  color: #f3efec;
  padding: 0 50px;
  text-align: center;
}

@media (min-width: 900px) {
  .section-hero .hero_links {
    display: flex;
  }
}

.section-hero .hero_links .hero_links_item {
  padding: 0 20px;
  height: auto;
  flex-basis: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-hero .hero_links .hero_links_item:first-of-type {
  text-align: left;
}

.section-hero .hero_links .hero_links_item:last-of-type {
  text-align: left;
}

.section-hero .hero_links .hero_links_item a {
  text-decoration: none;
  border: none;
  position: relative;
}

.section-hero .hero_links .hero_links_item .hero_links_item_wrapper {
  position: relative;
  display: inline;
}

.section-hero .hero_links .hero_links_item .hero_links_item_title {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  position: relative;
  top: 0;
}

@media (min-width: 900px) {
  .section-hero .hero_links .hero_links_item .hero_links_item_title {
    font-size: 15px;
    line-height: 20px;
  }
}

.section-hero .hero_links .hero_links_item .hero_links_item_description {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (min-width: 900px) {
  .section-hero .hero_links .hero_links_item .hero_links_item_description {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 18px;
  }
}

.section-hero .hero_links .hero_links_item:first-of-type .hero_links_item_description {
  left: 0;
  transform: none;
}

.section-hero .hero_links .hero_links_item:last-of-type .hero_links_item_description {
  left: unset;
  transform: none;
}

.section-hero .hero_links .hero_links_item:hover .hero_links_item_title {
  top: -1em;
  transition: top 0.3s ease-out;
}

.section-hero .hero_links .hero_links_item:hover .hero_links_item_description {
  visibility: visible;
  margin-top: 1em;
  height: 3em;
  opacity: 1;
  transition:
    height 0.3s ease-out,
    opacity 0.5s ease-in;
}

.section-hero .hero_slides:before,
.hero_video:before,
.hero_slides:before,
.section-hero .hero_image_active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 185px;
  /*background-image: linear-gradient(
    180deg,
    rgb(56 65 51 / 0%) 0%,
    rgb(56 65 51 / 51%) 70%
  );*/
  background-image: linear-gradient(180deg,
      rgb(56 65 51 / 0%) 0%,
      rgb(0 0 0 / 51%) 70%);
  z-index: 9;
}

/*

	SECTIONS

*/
section {
  position: relative;
  margin: 0px;
  padding: 0px;
}


@media (min-width: 900px) {
    /*body:not(.home) section{
        border: none;
        display: block;
        margin: 120px auto 200px auto;
        padding: 0 50px;
        max-width: 1440px;
        box-sizing: border-box;
    }*/
}

/*
		INTRO
*/
.section-intro {
  max-width: unset;
  margin-top: 20px;
}

@media (min-width: 900px) {
  .section-intro {
    margin-top: 0px;
  }
}

.section-intro h1 {
  margin: 45px auto 120px;
  max-width: 670px;
  text-align: center;
}

.section-intro h2,
.section-intro .h2 {
  max-width: 670px;
  text-align: center;
  margin: 60px auto 80px;
}

.section-intro .intro-text {
  display: none;
  max-width: 1035px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .section-intro .intro-text {
    display: block;
  }
}

.section-intro .intro-text-mobile {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
  text-align: center;
}

@media (min-width: 900px) {
  .section-intro .intro-text-mobile {
    display: none;
  }
}

@media (min-width: 900px) {
  .section-intro .intro-text-mobile {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}

.section-intro p {
  margin: 0 auto;
}

.section-intro .slogan {
  display: none;
}

@media (min-width: 900px) {
  .section-intro .slogan {
    display: flex;
  }
}

.section-intro h1 {
  display: none;
}

@media (min-width: 900px) {
  .section-intro h1 {
    display: block;
  }
}

.section-intro h2,
.section-intro .h2 {
  display: none;
}

@media (min-width: 900px) {

  .section-intro h2,
  .section-intro .h2 {
    display: block;
  }
}

/*
		TEXT & IMAGE
*/
.section-text-image {
  /* display: none; */
  /* IMAGE RIGHT */
  /* IMAGE ON TOP */
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 900px) {
  .section-text-image {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

.section-text-image>* {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

.section-text-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-text-image .info_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-text-image .info_text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-text-image .info_text p {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}

@media (min-width: 900px) {
  .section-text-image .info_text p {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 20px;
  }
}

.section-text-image .info_text>* {
  margin: 20px auto;
  max-width: 450px;
}

.section-text-image .info_text .cta_link {
  margin: 30px auto;
  font-size: 14px;
  line-height: 1.35em;
}

.section-text-image .info_text :is(h1, h2, .h2) {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 28px;
  line-height: 42px;
}

@media (min-width: 900px) {
  .section-text-image .info_text :is(h1, h2, .h2) {
    font-size: 45px;
    line-height: 65px;
  }
}

.section-text-image.image-right .info_image {
  order: 2;
  padding: 0 0 0 30px;
}

.section-text-image.image-top {
  flex-direction: column;
  text-align: center;
}

.section-text-image.image-top .info_text {
  max-width: 1035px;
  margin: 0 auto;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 40px;
}

.section-text-image.image-top .info_text>* {
  max-width: unset;
  margin: 0 auto;
}

.section-text-image.image-top .info_image {
  flex-direction: row;
}

.section-text-image.image-top img {
  width: 60%;
  max-width: 670px;
  margin-bottom: 110px;
}

.section-text-image.image-top p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
}

@media (min-width: 900px) {
  .section-text-image.image-top p {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 40px;
  }
}

.section-text-image.image-top h1 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
}

@media (min-width: 900px) {
  .section-text-image.image-top h1 {
    font-size: 90px;
    line-height: 130px;
  }
}

/*

	SECTION: FACILITIES

*/
.section-facilities {
  display: block;
}

@media (min-width: 900px) {
  .section-facilities {
    display: block;
  }
}

.section-facilities .facilities-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -50px;
}

.section-facilities .facilities-list .facility {
  width: calc((100% - 300px) / 2);
  max-width: 450px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 50px;
  padding: 0 20px;
  margin-bottom: 70px;
  border: none;
}

.section-facilities .facilities-list .facility h4,
.section-facilities .facilities-list .facility .h4 {
  margin-bottom: 1em;
}

/*

	SECTION: NEWSLETTER

*/
.newsletter {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 900px) {
  .newsletter {
    display: flex;
  }
}

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

.newsletter .newsletter-text h3 {
  max-width: 350px;
  margin: 0 auto;
}

.newsletter .newsletter-text .newsletter-message {
  margin: 25px auto 60px;
  max-width: 350px;
  text-align: center;
}

.newsletter .newsletter-text form #mc_embed_signup_scroll,
.newsletter .newsletter-text form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.newsletter .newsletter-text form #mc_embed_signup_scroll .mc-field-group,
.newsletter .newsletter-text form #mc_embed_signup_scroll .fieldgroup,
.newsletter .newsletter-text form fieldset .mc-field-group,
.newsletter .newsletter-text form fieldset .fieldgroup {
  flex-grow: 1;
}

.newsletter .newsletter-text form #mc_embed_signup_scroll input,
.newsletter .newsletter-text form #mc_embed_signup_scroll button,
.newsletter .newsletter-text form fieldset input,
.newsletter .newsletter-text form fieldset button {
  border: 3px solid #384133;
  margin: 0;
}

.newsletter .newsletter-text form #mc_embed_signup_scroll input.email,
.newsletter .newsletter-text form fieldset input.email {
  border-right: none;
  width: 100%;
  height: 62px;
  padding: 20px 34px;
  font-weight: normal;
}

.newsletter .newsletter-text form #mc_embed_signup_scroll label,
.newsletter .newsletter-text form fieldset label {
  display: none;
}

.newsletter .newsletter-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 60px 0 120px;
}

.newsletter .newsletter-image img {
  width: 230px;
}

/*

	Section: Map

*/
.section-map {
  text-align: center;
  margin-top: 10px;
  padding: 20px;
  border-bottom: 1px solid #384133;
  border-top: 1px solid #384133;
}

.section-map h3 {
  text-align: center;
}

@media (min-width: 900px) {
  .section-map {
    border: none;
    padding: 0 50px;
  }
}

.section-map .map-text {
  margin: 20px 0 50px;
}

.section-map .map-image img {
  max-width: 100%;
  margin: 0 auto;
}

/*
	SECTION: INTERACTIVE MAP
*/
.section-map-interactive {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 20px;
  border-bottom: 1px solid #384133;
  border-top: 1px solid #384133;
}

@media (min-width: 900px) {
  .section-map-interactive {
    display: block;
  }
}

.section-map-interactive h3,
.section-map-interactive .h3 {
  text-align: center;
}

@media (min-width: 900px) {
  .section-map-interactive {
    border: none;
    padding: 0 50px;
  }
}

.section-map-interactive .map-text {
  margin: 30px 0 80px;
  text-align: center;
}

.section-map-interactive .map-interactive-image {
  position: relative;
}

.section-map-interactive .map-interactive-image svg,
.section-map-interactive .map-interactive-image img {
  max-width: 100%;
  margin: 0 auto;
}

.section-map-interactive .map-interactive-image svg * {
  user-select: none;
  transition: fill 0.2s linear;
  font-family: MaisonNeue;
}

.section-map-interactive .map-interactive-image svg g[data-name="Click Area"] * {
  fill: rgba(0, 0, 0, 0) !important;
}

.section-map-interactive .map-interactive-image svg.hover g g:not(.active:hover) * {
  fill: rgba(0, 0, 0, 0.25);
}

.section-map-interactive .map-interactive-image svg g g.active:hover * {
  fill: unset !important;
  cursor: pointer;
}

.section-map-interactive .map-interactive-image svg g g.active:hover *[data-name="Click Area"] * {
  fill: rgba(0, 0, 0, 0) !important;
}

.section-map-interactive .map-interactive-image .location {
  width: 350px;
  padding: 50px;
  margin-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5ccc1;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.section-map-interactive .map-interactive-image .location.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.section-map-interactive .map-interactive-image .location:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  bottom: -20px;
  left: 155px;
  background-color: #e5ccc1;
}

.section-map-interactive .map-interactive-image .location .button {
  margin-top: 35px;
  margin-bottom: 0;
}

.section-map-interactive #tooltip-Alpinist {
  transform: translate(-150px, 60px);
}

.section-map-interactive .x-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 20px;
}

/*

	SECTION: VIDEO

*/
.section-video {
  padding: 0;
}

@media (min-width: 1200px) {
  .section-video {
    padding: 0 50px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 42.6%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100vw;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.video-container .play,
.video-container .pause {
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-repeat: no-repeat;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

@media (min-width: 900px) {

  .video-container .play,
  .video-container .pause {
    width: 80px;
    height: 80px;
    background-size: 80px;
    transform: translate(-50%, 0%);
  }
}

.video-container .play {
  background-image: url(./assets/images/play.png);
}

.video-container .pause {
  background-image: url(./assets/images/pause.png);
}

.video-container:hover div.playing .pause {
  opacity: 1;
}

.video-container div:not(.playing) .play {
  opacity: 1;
}

@media (min-width: 1200px) {
  .video-container div:not(.playing) .play {
    opacity: 0;
  }

  .video-container:hover div:not(.playing) .play {
    opacity: 1;
  }
}

/*

	LIST SUBPAGES
	(RESTAURANTS, SPA)

*/
.list-subpages .slider {
  height: calc(100vh - 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.list-subpages .slider h2,
.list-subpages .slider .h2 {
  display: block !important;
  z-index: 11;
  transition: opacity 0.5s ease-in-out;
}

.list-subpages .slider img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.list-subpages .slider picture:first-of-type img {
  opacity: 1;
}

.list-subpages .slider ul {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  z-index: 11;
  font-weight: bold;
  position: absolute;
  bottom: 52px;
  color: #f3efec;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  padding: 0 55px;
}

@media (min-width: 900px) {
  .list-subpages .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}

.list-subpages .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 125px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
}

.list-subpages .slider ul li a {
  border: none;
  display: block;
  position: relative;
}

.list-subpages .slider ul li a .slider-progress {
  width: 100%;
  height: 4px;
  bottom: 0px;
  background-color: #f3efec;
  opacity: 0.6;
  margin-top: 20px;
}

.list-subpages .slider ul li a .slider-progress-percentage {
  margin-top: 20px;
  opacity: 1;
  width: 0%;
  z-index: 10;
  left: 0px;
}

.list-subpages .slider ul li.active,
.list-subpages .slider ul li:hover {
  opacity: 1;
}

.list-subpages main {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 0 0;
}

@media (min-width: 900px) {
  .list-subpages main {
    padding: 200px 0 0;
  }
}

.list-subpages h2,
.list-subpages .h2 {
  margin-bottom: 1em;
}

.list-subpages .big {
  margin-bottom: 100px;
}

.list-subpages .subpage-filter {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
  display: flex;
  flex-direction: row;
  height: 100px;
  padding-bottom: 30px;
  border-bottom: 2px solid #384133;
  box-sizing: content-box;
}

@media (min-width: 900px) {
  .list-subpages .subpage-filter {
    font-size: 13px;
    line-height: 25px;
  }
}

.list-subpages .subpage-filter a {
  border-bottom: 0px;
}

.list-subpages .subpage-filter>* {
  width: 50%;
  line-height: 100px;
}

.list-subpages .subpage-filter .filter-open {
  text-align: left;
  position: relative;
  margin-left: 65px;
}

.list-subpages .subpage-filter .filter-open:before {
  display: block;
  content: " ";
  height: 14px;
  width: 14px;
  border: 2px solid #384133;
  border-radius: 14px;
  position: absolute;
  top: 40px;
  left: -63px;
}

.list-subpages .subpage-filter .count-open {
  text-align: right;
}

.list-subpages .subpage-filter .filtered {
  display: none;
}

.list-subpages .subpage-filter.active .filter-open:before {
  background-color: #384133;
}

.list-subpages .subpage-filter.active .filtered {
  display: inline;
}

.list-subpages .subpage-listing .subpage-listing-entry {
  max-width: 1200px;
  margin: 150px auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  text-align: center;
}

.list-subpages .subpage-listing .subpage-listing-entry .listing-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.list-subpages .subpage-listing .subpage-listing-entry .listing-column>a {
  border: none;
  display: block;
}

.list-subpages .subpage-listing .subpage-listing-entry img {
  display: block;
  width: 100%;
  max-height: 625px;
  box-sizing: content-box;
  object-fit: cover;
  padding: 50px 0;
}

.list-subpages .subpage-listing .subpage-listing-entry picture:first-of-type img {
  max-height: 370px;
}

.list-subpages .subpage-listing .subpage-listing-entry .image-second img {
  max-height: 625px !important;
  height: 625px;
}

.list-subpages .subpage-listing .subpage-listing-entry .closed {
  margin: 30px 0;
}

.list-subpages .subpage-listing .subpage-listing-entry .book-table {
  padding: 20px;
  position: relative;
  top: 0px;
  z-index: 20;
}

.list-subpages .subpage-listing .subpage-listing-entry .button {
  display: inline-block;
  margin: 7px auto;
}

.list-subpages .subpage-listing .subpage-listing-entry:nth-of-type(even) .listing-column:nth-of-type(2) {
  grid-column: 1;
}

/*

	RESTAURANT &
	SPA &
	GENERIC PAGES

*/
@media (max-width: 599px) {

  .page:not(.page-cervo-family-child) h1>a,
  .ta-password:not(.page-cervo-family-child) h1>a,
  .restaurant:not(.page-cervo-family-child) h1>a,
  .event-item:not(.page-cervo-family-child) h1>a,
  .magazine-article:not(.page-cervo-family-child) h1>a {
    display: none;
  }
}

.page.page-cervo-family-child .outlet-title,
.ta-password.page-cervo-family-child .outlet-title,
.restaurant.page-cervo-family-child .outlet-title,
.event-item.page-cervo-family-child .outlet-title,
.magazine-article.page-cervo-family-child .outlet-title {
  display: none;
}

@media (max-width: 599px) {

  .page.page-cervo-family-child #booking h1,
  .ta-password.page-cervo-family-child #booking h1,
  .restaurant.page-cervo-family-child #booking h1,
  .event-item.page-cervo-family-child #booking h1,
  .magazine-article.page-cervo-family-child #booking h1 {
    margin-right: 50px;
  }
}

@media (min-width: 900px) {

  .page.page-cervo-family-child .outlet-title,
  .ta-password.page-cervo-family-child .outlet-title,
  .restaurant.page-cervo-family-child .outlet-title,
  .event-item.page-cervo-family-child .outlet-title,
  .magazine-article.page-cervo-family-child .outlet-title {
    display: block;
  }
}

.pages main .mb-slider,
.ta-password main .mb-slider,
.restaurant main .mb-slider,
.event-item main .mb-slider,
.magazine-article main .mb-slider {
  overflow-x: hidden;
}

.pages main h3,
.ta-password main h3,
.restaurant main h3,
.event-item main h3,
.magazine-article main h3 {
  margin: 60px 0 50px 0;
}

.pages main .text,
.ta-password main .text,
.restaurant main .text,
.event-item main .text,
.magazine-article main .text {
  text-align: left;
}

@media (min-width: 900px) {

  .pages main,
  .ta-password main,
  .restaurant main,
  .event-item main,
  .magazine-article main {
    display: flex;
  }

  .pages main h3,
  .ta-password main h3,
  .restaurant main h3,
  .event-item main h3,
  .magazine-article main h3 {
    margin-bottom: unset;
  }

  .pages main .text,
  .ta-password main .text,
  .restaurant main .text,
  .event-item main .text,
  .magazine-article main .text {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 0px 60px 60px;
    margin: 0 auto;
  }

  @media (min-width: 900px) {

    .page main.images-side .text,
    .page main.images-right .text,
    .ta-password main.images-side .text,
    .ta-password main.images-right .text,
    .restaurant main.images-side .text,
    .restaurant main.images-right .text,
    .event-item main.images-side .text,
    .event-item main.images-right .text,
    .magazine-article main.images-side .text,
    .magazine-article main.images-right .text {
      max-width: 900px;
      position: sticky;
      top: 50px;
    }
  }

  .pages main .text h3,
  .ta-password main .text h3,
  .restaurant main .text h3,
  .event-item main .text h3,
  .magazine-article main .text h3 {
    text-align: center;
    margin: 0 0 80px;
  }

  .pages main.images-side,
  .pages main.images-right,
  .ta-password main.images-side,
  .ta-password main.images-right,
  .restaurant main.images-side,
  .restaurant main.images-right,
  .event-item main.images-side,
  .event-item main.images-right,
  .magazine-article main.images-side,
  .magazine-article main.images-right {
    min-height: calc(100vh - 50px);
    flex-direction: row;
    align-items: flex-start;
  }

  .pages main.images-side .text,
  .pages main.images-right .text,
  .ta-password main.images-side .text,
  .ta-password main.images-right .text,
  .restaurant main.images-side .text,
  .restaurant main.images-right .text,
  .event-item main.images-side .text,
  .event-item main.images-right .text,
  .magazine-article main.images-side .text,
  .magazine-article main.images-right .text {
    max-width: 900px;
    position: sticky;
    top: 50px;
  }

  .pages main.images-side .text h3,
  .pages main.images-right .text h3,
  .ta-password main.images-side .text h3,
  .ta-password main.images-right .text h3,
  .restaurant main.images-side .text h3,
  .restaurant main.images-right .text h3,
  .event-item main.images-side .text h3,
  .event-item main.images-right .text h3,
  .magazine-article main.images-side .text h3,
  .magazine-article main.images-right .text h3 {
    margin-bottom: 50px;
  }

  .pages main.images-side .text .big,
  .pages main.images-right .text .big,
  .ta-password main.images-side .text .big,
  .ta-password main.images-right .text .big,
  .restaurant main.images-side .text .big,
  .restaurant main.images-right .text .big,
  .event-item main.images-side .text .big,
  .event-item main.images-right .text .big,
  .magazine-article main.images-side .text .big,
  .magazine-article main.images-right .text .big {
    max-width: 80%;
    margin: 0 auto 50px auto;
  }

  .pages main.images-side .text .text-content,
  .pages main.images-right .text .text-content,
  .ta-password main.images-side .text .text-content,
  .ta-password main.images-right .text .text-content,
  .restaurant main.images-side .text .text-content,
  .restaurant main.images-right .text .text-content,
  .event-item main.images-side .text .text-content,
  .event-item main.images-right .text .text-content,
  .magazine-article main.images-side .text .text-content,
  .magazine-article main.images-right .text .text-content {
    margin: 0 auto 50px auto;
    column-count: 1;
  }

  .pages main.images-side>*,
  .pages main.images-right>*,
  .ta-password main.images-side>*,
  .ta-password main.images-right>*,
  .restaurant main.images-side>*,
  .restaurant main.images-right>*,
  .event-item main.images-side>*,
  .event-item main.images-right>*,
  .magazine-article main.images-side>*,
  .magazine-article main.images-right>* {
    width: 50%;
    max-height: 100%;
    overflow-x: auto;
  }

  .pages main.images-side .slider,
  .pages main.images-right .slider,
  .ta-password main.images-side .slider,
  .ta-password main.images-right .slider,
  .restaurant main.images-side .slider,
  .restaurant main.images-right .slider,
  .event-item main.images-side .slider,
  .event-item main.images-right .slider,
  .magazine-article main.images-side .slider,
  .magazine-article main.images-right .slider {
    min-height: calc(100vh - 50px);
    height: fit-content;
    position: sticky;
    top: 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .pages main.images-side .slider h2,
  .pages main.images-side .slider .h2,
  .pages main.images-right .slider h2,
  .pages main.images-right .slider .h2,
  .ta-password main.images-side .slider h2,
  .ta-password main.images-side .slider .h2,
  .ta-password main.images-right .slider h2,
  .ta-password main.images-right .slider .h2,
  .restaurant main.images-side .slider h2,
  .restaurant main.images-side .slider .h2,
  .restaurant main.images-right .slider h2,
  .restaurant main.images-right .slider .h2,
  .event-item main.images-side .slider h2,
  .event-item main.images-side .slider .h2,
  .event-item main.images-right .slider h2,
  .event-item main.images-right .slider .h2,
  .magazine-article main.images-side .slider h2,
  .magazine-article main.images-side .slider .h2,
  .magazine-article main.images-right .slider h2,
  .magazine-article main.images-right .slider .h2 {
    display: none;
  }

  .pages main.images-side .slider img,
  .pages main.images-right .slider img,
  .ta-password main.images-side .slider img,
  .ta-password main.images-right .slider img,
  /*.restaurant main.images-side .slider img,*/
  .restaurant main.images-right .slider img,
  .event-item main.images-side .slider img,
  .event-item main.images-right .slider img,
  .magazine-article main.images-side .slider img,
  .magazine-article main.images-right .slider img {
    max-height: calc(100vh - 50px);
    width: 100%;
    height: auto;
  }

  .restaurant main.images-side .slider img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }

  .pages main.images-side .slider picture:first-of-type img,
  .pages main.images-right .slider picture:first-of-type img,
  .ta-password main.images-side .slider picture:first-of-type img,
  .ta-password main.images-right .slider picture:first-of-type img,
  /* .restaurant main.images-side .slider picture:first-of-type img,*/
  .restaurant main.images-right .slider picture:first-of-type img,
  .event-item main.images-side .slider picture:first-of-type img,
  .event-item main.images-right .slider picture:first-of-type img,
  .magazine-article main.images-side .slider picture:first-of-type img,
  .magazine-article main.images-right .slider picture:first-of-type img {
    min-height: calc(100vh - 50px);
    object-fit: cover;
  }

  .restaurant main.images-side .slider picture:first-of-type img {
    height: 100%;
    object-fit: cover;
  }

  .pages main.images-right,
  .ta-password main.images-right,
  .restaurant main.images-right,
  .event-item main.images-right,
  .magazine-article main.images-right {
    flex-direction: row-reverse;
  }

  .pages main.images-hero,
  .ta-password main.images-hero,
  .restaurant main.images-hero,
  .event-item main.images-hero,
  .magazine-article main.images-hero {
    flex-direction: column;
  }

  .pages main.images-hero .slider,
  .ta-password main.images-hero .slider,
  .restaurant main.images-hero .slider,
  .event-item main.images-hero .slider,
  .magazine-article main.images-hero .slider {
    height: calc(100vh - 150px);
    width: 100vw;
    overflow: hidden;
    position: relative;
  }

  .pages main.images-hero .slider h2,
  .pages main.images-hero .slider .h2,
  .ta-password main.images-hero .slider h2,
  .ta-password main.images-hero .slider .h2,
  .restaurant main.images-hero .slider h2,
  .restaurant main.images-hero .slider .h2,
  .event-item main.images-hero .slider h2,
  .event-item main.images-hero .slider .h2,
  .magazine-article main.images-hero .slider h2,
  .magazine-article main.images-hero .slider .h2 {
    display: block !important;
    z-index: 11;
    transition: opacity 0.5s ease-in-out;
  }

  .pages main.images-hero .slider img,
  .ta-password main.images-hero .slider img,
  .restaurant main.images-hero .slider img,
  .event-item main.images-hero .slider img,
  .magazine-article main.images-hero .slider img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .pages main.images-hero .slider picture:first-of-type img,
  .ta-password main.images-hero .slider picture:first-of-type img,
  .restaurant main.images-hero .slider picture:first-of-type img,
  .event-item main.images-hero .slider picture:first-of-type img,
  .magazine-article main.images-hero .slider picture:first-of-type img {
    opacity: 1;
  }

  .pages main.images-hero .slider ul,
  .ta-password main.images-hero .slider ul,
  .restaurant main.images-hero .slider ul,
  .event-item main.images-hero .slider ul,
  .magazine-article main.images-hero .slider ul {
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: -0.2em;
    font-size: 19px;
    line-height: 25px;
    z-index: 11;
    font-weight: bold;
    position: absolute;
    bottom: 52px;
    color: #f3efec;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100vw;
    padding: 0 55px;
  }
}

@media (min-width: 900px) and (min-width: 900px) {

  .pages main.images-hero .slider ul,
  .ta-password main.images-hero .slider ul,
  .restaurant main.images-hero .slider ul,
  .event-item main.images-hero .slider ul,
  .magazine-article main.images-hero .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}

@media (min-width: 900px) {

  .pages main.images-hero .slider ul li,
  .ta-password main.images-hero .slider ul li,
  .restaurant main.images-hero .slider ul li,
  .event-item main.images-hero .slider ul li,
  .magazine-article main.images-hero .slider ul li {
    opacity: 0.7;
    padding: 20px 20px 0;
    width: 125px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity 0.3s ease-in-out;
  }

  .pages main.images-hero .slider ul li a,
  .ta-password main.images-hero .slider ul li a,
  .restaurant main.images-hero .slider ul li a,
  .event-item main.images-hero .slider ul li a,
  .magazine-article main.images-hero .slider ul li a {
    border: none;
    display: block;
    position: relative;
  }

  .pages main.images-hero .slider ul li a .slider-progress,
  .ta-password main.images-hero .slider ul li a .slider-progress,
  .restaurant main.images-hero .slider ul li a .slider-progress,
  .event-item main.images-hero .slider ul li a .slider-progress,
  .magazine-article main.images-hero .slider ul li a .slider-progress {
    width: 100%;
    height: 4px;
    bottom: 0px;
    background-color: #f3efec;
    opacity: 0.6;
    margin-top: 20px;
  }

  .pages main.images-hero .slider ul li a .slider-progress-percentage,
  .ta-password main.images-hero .slider ul li a .slider-progress-percentage,
  .restaurant main.images-hero .slider ul li a .slider-progress-percentage,
  .event-item main.images-hero .slider ul li a .slider-progress-percentage,
  .magazine-article main.images-hero .slider ul li a .slider-progress-percentage {
    margin-top: 20px;
    opacity: 1;
    width: 0%;
    z-index: 10;
    left: 0px;
  }

  .pages main.images-hero .slider ul li.active,
  .pages main.images-hero .slider ul li:hover,
  .ta-password main.images-hero .slider ul li.active,
  .ta-password main.images-hero .slider ul li:hover,
  .restaurant main.images-hero .slider ul li.active,
  .restaurant main.images-hero .slider ul li:hover,
  .event-item main.images-hero .slider ul li.active,
  .event-item main.images-hero .slider ul li:hover,
  .magazine-article main.images-hero .slider ul li.active,
  .magazine-article main.images-hero .slider ul li:hover {
    opacity: 1;
  }
}

.restaurant h3 {
  margin: 0 0 10px;
}

.restaurant .text {
  text-align: center !important;
}

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

.restaurant .links span {
  display: block;
}

@media (min-width: 900px) {
  .restaurant .text .text-content {
    padding: 0 84px;
    margin-bottom: 0 !important;
  }
}

.restaurant .slogan-left,
.restaurant .slogan-center {
  display: none;
}

.restaurant .openclose {
  flex-basis: 100%;
}

.room .desktop {
  padding: 0 22px;
}

.room .text-content {
  column-count: 1;
}

.room h2,
.room .h2,
.room-category h2,
.room-category .h2,
.list-subpages-2 h2,
.list-subpages-2 .h2 {
  text-align: center;
}

.room .slider,
.room-category .slider,
.list-subpages-2 .slider {
  height: calc(100vh - 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.room .slider h2,
.room .slider .h2,
.room-category .slider h2,
.room-category .slider .h2,
.list-subpages-2 .slider h2,
.list-subpages-2 .slider .h2 {
  display: block !important;
  z-index: 11;
  transition: opacity 0.5s ease-in-out;
}

.room .slider img,
.room-category .slider img,
.list-subpages-2 .slider img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.room .slider picture:first-of-type img,
.room-category .slider picture:first-of-type img,
.list-subpages-2 .slider picture:first-of-type img {
  opacity: 1;
}

.room .slider ul,
.room-category .slider ul,
.list-subpages-2 .slider ul {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  z-index: 11;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  color: #f3efec;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  padding: 0 55px;
}

.room .slider ul::before,
.room-category .slider ul::before,
.list-subpages-2 .slider ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-image: linear-gradient(180deg,
      rgb(56 65 51 / 0%) 0%,
      rgb(56 65 51 / 90%) 70%);
  pointer-events: none;
  transition: opacity 0.3s;
}

@media (min-width: 900px) {

  .room .slider ul,
  .room-category .slider ul,
  .list-subpages-2 .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}

.room .slider ul li,
.room-category .slider ul li,
.list-subpages-2 .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 125px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
}

.room .slider ul li a,
.room-category .slider ul li a,
.list-subpages-2 .slider ul li a {
  border: none;
  display: block;
  position: relative;
}

.room .slider ul li a .slider-progress,
.room-category .slider ul li a .slider-progress,
.list-subpages-2 .slider ul li a .slider-progress {
  width: 100%;
  height: 4px;
  bottom: 0px;
  background-color: #f3efec;
  opacity: 0.6;
  margin-top: 20px;
}

.room .slider ul li a .slider-progress-percentage,
.room-category .slider ul li a .slider-progress-percentage,
.list-subpages-2 .slider ul li a .slider-progress-percentage {
  margin-top: 20px;
  opacity: 1;
  width: 0%;
  z-index: 10;
  left: 0px;
}

.room .slider ul li.active,
.room .slider ul li:hover,
.room-category .slider ul li.active,
.room-category .slider ul li:hover,
.list-subpages-2 .slider ul li.active,
.list-subpages-2 .slider ul li:hover {
  opacity: 1;
}

.room h3,
.room-category h3,
.room-category .h3,
.list-subpages-2 h3,
.list-subpages-2 .h3 {
  margin-bottom: 0.5em;
}

.room main,
.room-category main,
.list-subpages-2 main {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 0;
}

.room h5,
.room-category h5,
.room-category .h5,
.list-subpages-2 h5,
.list-subpages-2 .h5 {
  text-align: center;
}

.room-category .desktop,
.list-subpages-2 .desktop {
  padding: 0 22px;
}

.room-category .slider,
.list-subpages-2 .slider {
  height: 550px;
}

.room-category .room-listing,
.list-subpages-2 .room-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin: 50px 0;
}

.room-category .room-listing-entry,
.list-subpages-2 .room-listing-entry {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  width: calc(50% - 50px);
  background-color: white;
  margin: 50px 0;
}

.room-category .room-listing-entry .entry-text,
.list-subpages-2 .room-listing-entry .entry-text {
  position: relative;
  padding: 40px;
}

.room-category .room-listing-entry .entry-text h3,
.room-category .room-listing-entry .entry-text h5,
.room-category .room-listing-entry .entry-text .h5,
.list-subpages-2 .room-listing-entry .entry-text h3,
.list-subpages-2 .room-listing-entry .entry-text h5 {
  text-align: left;
}

.room-category .room-listing-entry .entry-text .openclose,
.list-subpages-2 .room-listing-entry .entry-text .openclose {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (min-width: 900px) {

  .room-category .room-listing-entry .entry-text .openclose,
  .list-subpages-2 .room-listing-entry .entry-text .openclose {
    font-size: 12px;
    line-height: 25px;
  }
}

.room-category .room-listing-entry img,
.list-subpages-2 .room-listing-entry img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.attributes {
  list-style-type: none;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
}

@media (min-width: 900px) {
  .attributes {
    font-size: 13px;
    line-height: 25px;
  }
}

.attributes li {
  display: inline-block;
}

.attributes li span {
  display: inline-block;
}

.attributes li span:first-letter {
  text-transform: uppercase;
}

.attributes li:before {
  content: "";
  display: inline-block;
  color: #f3efec;
  background-color: #384133;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.attributes.tags li {
  display: block;
}

.room-filters {
  padding: 70px 0;
  border-bottom: 2px solid #384133;
}

.filters li {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}

@media (min-width: 900px) {
  .filters li {
    font-size: 13px;
    line-height: 25px;
  }
}

.filters li:before {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #384133;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: -15px;
}

.filters li:focus:before,
.filters li:hover:before {
  background-color: #e5ccc1;
}

.filters li.active:before {
  background-color: #384133;
}

.room-categories-overview main {
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 900px) {
  .room-categories-overview main {
    padding-top: 100px;
  }
}

@media (min-width: 1800px) {
  .room-categories-overview main {
    max-width: 1560px;
  }
}

.room-categories-overview h3 {
  margin-bottom: 20px;
}

.room-categories-overview .heading-packages {
  display: none;
}

.room-categories-overview.page-rooms .heading-packages {
  display: block;
}

.room-categories-overview .text {
  max-width: 720px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .room-categories-overview .text {
    padding: 20px 0;
  }
}

.room-categories-overview .room-category-list {
  width: auto;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5em;
  margin-top: 5em;
  gap: 40px;
}

@media (min-width: 1800px) {
  .room-categories-overview .room-category-list {
    max-width: 1560px;
  }
}

@media (min-width: 1200px) {
  .room-categories-overview .room-category-list.non-rooms-list {
    max-width: 1140px;
  }
}

.room-categories-overview .room-category-entry {
  border-bottom: none;
  width: 340px;
  margin: 0;
  padding: 60px 0;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 15px;
}

@media (min-width: 900px) {
  .room-categories-overview .room-category-entry {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 18px;
  }
}

.room-categories-overview .room-category-entry h4 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  margin: 1em 0;
  height: 50px;
}

@media (min-width: 900px) {
  .room-categories-overview .room-category-entry h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.room-categories-overview .room-category-entry .room-text {
  text-align: left;
}

.room-categories-overview .room-category-entry .attributes {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}

@media (min-width: 900px) {
  .room-categories-overview .room-category-entry .attributes {
    font-size: 10px;
    line-height: 16px;
  }
}

.room-categories-overview .room-category-entry .attributes li {
  display: inline;
}

.room-categories-overview .room-category-entry .attributes li:before {
  display: none;
}

.room-categories-overview .room-category-entry img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 1200px) {
  :not(.page-rooms) .room-category-list.non-rooms-list {
    max-width: 720px;
  }
}

/*

	GALLERY

*/
@media (min-width: 900px) {
  .gallery main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0;
  }
}

.gallery .text {
  width: 100%;
  text-align: center;
  padding: 0px 60px 0px;
  margin: 0 auto;
}

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

.gallery h3 {
  margin-bottom: 1em;
}

.gallery .image-gallery {
  display: block;
}

.gallery .image-gallery img {
  padding: 0 18px 18px;
  height: 400px;
  object-fit: cover;
}

@media (min-width: 900px) {
  .gallery .image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px 60px;
  }

  .gallery .image-gallery img {
    width: 100%;
    padding: 0;
  }

  .gallery .image-gallery img:nth-of-type(3n) {
    grid-column-end: span 2;
  }
}

.desktop,
.slider {
  display: none;
}

@media (min-width: 900px) {

  .desktop,
  .slider {
    display: block;
  }
}

.mb-only {
  display: block;
}

@media (min-width: 900px) {
  .mb-only {
    display: none;
  }
}

.mb-only h2,
.mb-only .h2 {
  text-align: center;
  margin: 12px 0 16px;
}

.hero-image {
  width: 100%;
  height: 345px;
  object-fit: cover;
  object-position: center center;
}

.mb-slogan,
.mb-only .slogan {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 8px;
  line-height: 11px;
}

@media (min-width: 900px) {

  .mb-slogan,
  .mb-only .slogan {
    font-size: 13px;
    line-height: 25px;
  }
}

.mb-slogan>*,
.mb-only .slogan>* {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
}

.mb-slogan a,
.mb-only .slogan a {
  border: none;
}

.mb-slogan .mb-slogan-center,
.mb-only .slogan .mb-slogan-center {
  text-align: center;
}

.mb-slogan .mb-slogan-right,
.mb-only .slogan .mb-slogan-right {
  text-align: right;
}

.mb-slider {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100vw;
  height: 400px;
  z-index: 1 !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

.mb-slider img {
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  scroll-snap-align: start;
}

.dots {
  position: absolute;
  top: 378px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.dots .dot {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: white;
  opacity: 0.3;
}

.dots .dot.active {
  opacity: 1;
}

.mb-fw-image {
  display: block;
  width: 100%;
  height: auto;
}

.mb-hero-image {
  display: block;
  width: 100%;
  height: 220px;
  object-position: center center;
  object-fit: cover;
}

.mb-list {
  margin-top: 3em;
}

.mb-list .mb-list-entry {
  border-top: 1px solid #384133;
  min-height: 65px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.mb-list .mb-list-entry:last-of-type {
  border-bottom: 1px solid #384133;
}

.mb-list .mb-list-entry>* {
  z-index: 10;
}

.mb-list .mb-list-entry h4,
.mb-list .mb-list-entry .h4 {
  position: relative;
  text-align: center;
  padding: 20px 0;
  transition: color 0.1s ease-in-out;
  margin-bottom: 0;
}

.mb-list .mb-list-entry .entry-image {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  width: 100vw;
  height: 400px;
  object-position: center center;
  object-fit: cover;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  display: none;
}

.mb-list .mb-list-entry .mb-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  display: none;
  z-index: 5;
}

.mb-list .mb-list-entry.open .entry-image {
  display: block !important;
  opacity: 1;
  position: unset;
}

.mb-list .mb-list-entry .mb-entry-more {
  position: relative;
  height: 0px;
  overflow: hidden;
  transition:
    height 0.2s ease-in-out,
    background-color 0.1s ease-in-out;
}

.mb-list .mb-list-entry .mb-entry-more .more-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.mb-list .mb-list-entry .mb-entry-more>* {
  position: relative;
}

.mb-list .mb-list-entry .mb-entry-more .openclose {
  display: none;
}

.mb-list .mb-list-entry .mb-entry-more .text {
  padding: 20px;
}

.mb-list .mb-list-entry .mb-entry-more .button {
  margin: 25px 0 15px;
}

.room-categories-overview h3 {
  margin-top: 20px;
}

.home h1,
.home h2,
.home .h2,
.home h3,
.home .h3 {
  hyphens: none;
}

.home .dots {
  display: none;
}

.home .mb-list-entry.open,
.room-categories-overview .mb-list-entry.open {
  background: black;
}

.home .mb-list-entry.open h4,
.room-categories-overview .mb-list-entry.open h4 {
  color: white;
}

.home .mb-list-entry.open img,
.room-categories-overview .mb-list-entry.open img {
  display: block;
  opacity: 0.5;
}

.home .mb-list-entry.open .mb-entry-more,
.room-categories-overview .mb-list-entry.open .mb-entry-more {
  height: 335px;
}

.home .mb-list-entry.open .more-wrapper,
.room-categories-overview .mb-list-entry.open .more-wrapper {
  min-height: 335px;
}

.home .mb-list-entry.open>*,
.room-categories-overview .mb-list-entry.open>* {
  color: white;
}

.home .mb-list-entry.open .button,
.room-categories-overview .mb-list-entry.open .button {
  border-color: white;
}

.home .mb-list-entry .mb-slider,
.room-categories-overview .mb-list-entry .mb-slider {
  display: block;
  opacity: 1;
}

.room-category h2,
.room-category .h2,
.list-subpages h2,
.list-subpages .h2,
.list-subpages-2 h2,
.list-subpages-2 .h2 {
  display: block;
}

.room-category .mb-hero-image,
.list-subpages .mb-hero-image,
.list-subpages-2 .mb-hero-image {
  position: relative;
  top: -20px;
}

.room-category .mb-list-entry.open h4,
.list-subpages .mb-list-entry.open h4,
.list-subpages-2 .mb-list-entry.open h4 {
  color: white;
}

.room-category .mb-list-entry.open .mb-slider,
.list-subpages .mb-list-entry.open .mb-slider,
.list-subpages-2 .mb-list-entry.open .mb-slider {
  display: flex;
  opacity: 1;
}

.room-category .mb-list-entry.open .mb-entry-more,
.list-subpages .mb-list-entry.open .mb-entry-more,
.list-subpages-2 .mb-list-entry.open .mb-entry-more {
  height: auto;
  z-index: 0;
}

.room-category .mb-list-entry.open .more-wrapper,
.list-subpages .mb-list-entry.open .more-wrapper,
.list-subpages-2 .mb-list-entry.open .more-wrapper {
  margin-top: 335px;
}

.room-category .mb-list-entry .entry-image,
.list-subpages .mb-list-entry .entry-image,
.list-subpages-2 .mb-list-entry .entry-image {
  display: none !important;
}

.room-category .mb-list-entry.open,
.list-subpages .mb-list-entry.open,
.list-subpages-2 .mb-list-entry.open {
  height: auto;
}

.room .mb-list-entry {
  height: 66px;
}

.room .mb-list-entry:last-of-type {
  height: 67px;
}

.room .mb-list-entry.open {
  height: 400px;
}

.room .mb-list-entry.open h4 {
  color: white;
  height: 400px;
}

.single-rooms-suites .mb-list-entry.open h4 {
  color: unset;
  height: unset;
}

.room .mb-list-entry.open .entry-image {
  display: block;
  opacity: 1;
}

.room .mb-list-entry.open>* {
  color: white;
}

.room .text .button {
  margin: 3em 1em 1em;
}

.room .text-content {
  padding: 20px;
}

.error main {
  margin: 0 auto;
  max-width: 1200px;
}

.error h2,
.error .h2 {
  text-align: center;
  margin: 1em 0;
}

.error .desktop {
  padding: 0 30px;
}

.page-coming-soon {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-weight: bold;
  text-align: center;
}

.page-coming-soon nav,
.page-coming-soon #booking,
.page-coming-soon .footer,
.page-coming-soon:before {
  display: none !important;
}

.page-coming-soon h1 {
  display: block;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 1em;
}

@media (min-width: 900px) {
  .page-coming-soon h1 {
    font-size: 45px;
    line-height: 65px;
  }
}

.page-coming-soon .triple {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 900px) {
  .page-coming-soon .triple {
    margin-bottom: -30px;
  }
}

.page-coming-soon .triple img {
  width: 400px;
}

.page-coming-soon .triple>* {
  padding: 0 10px;
}

.page-coming-soon .triple .left,
.page-coming-soon .triple .right {
  margin-top: 40px;
}

.page-coming-soon .golive {
  font-size: 1.5em;
}

@media (min-width: 900px) {
  .page-coming-soon .golive {
    font-size: 2em;
    letter-spacing: 0.3em;
  }
}

.page-coming-soon .golive #countdown {
  text-transform: none;
}

.page-coming-soon .bottom {
  margin-top: 3em;
}

.announcement {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: #384133;
  z-index: 99;
  color: #f3efec;
  padding: 5px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s linear;
}

.announcement a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}

@media (min-width: 900px) {
  .announcement a {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 599px) {
  .announcement a {
    font-size: 1em;
  }
}

.announcement .announcement-close {
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 1.5em;
  cursor: pointer;
}

@media (min-width: 900px) {
  .announcement .announcement-close {
    right: 24px;
  }
}

.menu-food {
  width: 100%;
  --bg-color: #f3efec;
  transition: background 0.3s ease-out;
}

.menu-food.vegi {
  --bg-color: #ebf4ea;
}

.menu-food #no-booking {
  left: 50px;
  width: calc(100% - 100px);
}

.menu-food #no-booking h1 a {
  display: none;
}

@media (min-width: 900px) {
  .menu-food #no-booking h1 a {
    display: block;
  }
}

.menu-food main {
  padding: 70px 20px 20px;
  background: #f3efec;
  z-index: 2;
}

.menu-food main h2,
.menu-food main .h2 {
  text-align: center;
  margin-bottom: 50px;
}

.menu-food .icon {
  margin-top: 0px;
}

.menu-food .icon img {
  max-width: 100px;
}

.menu-food .menu-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 50px;
  background: #f3efec;
  z-index: 15;
  padding: 5px 0;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 16px;
}

.menu-food .menu-controls .filter-vegi {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .filter-vegi:before {
  content: "";
  display: block;
  background: url("./assets/images/vegi-off.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -10px -11px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.menu-food .menu-controls .filter-vegi.active:before {
  background-image: url("./assets/images/vegi-on.svg");
}

.menu-food .menu-controls .filter-vegan {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .filter-vegan:before {
  content: "";
  display: block;
  background: url("./assets/images/vegan-off.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -10px -11px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.menu-food .menu-controls .filter-vegan.active:before {
  background-image: url("./assets/images/vegan-on.svg");
}

.menu-food .menu-controls .filter-gluten {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .filter-gluten:before {
  content: "";
  display: block;
  background: url("./assets/images/gluten-off.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: -8px -8px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  left: 0px;
}

.menu-food .menu-controls .filter-gluten.active:before {
  background-image: url("./assets/images/gluten-on.svg");
}

.menu-food .menu-controls .filter-lactose {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .filter-lactose:before {
  content: "";
  display: block;
  background: url("./assets/images/lactose-off.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: -3px -3px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  left: 0px;
}

.menu-food .menu-controls .filter-lactose.active:before {
  background-image: url("./assets/images/lactose-on.svg");
}

.menu-food .menu-controls .open-drinks {
  cursor: pointer;
  padding: 5px 25px 5px 5px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .open-drinks:before {
  content: "";
  display: block;
  background: url("./assets/images/drinks.png");
  background-size: 10px;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 3px;
  right: 0px;
}

.menu-food .menu-controls .filter-bio {
  cursor: pointer;
  padding: 5px 25px 5px 5px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .filter-bio:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid #384133;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: 0px;
}

.menu-food .menu-controls .filter-bio.active:before {
  background-color: #384133;
}

.menu-food .menu-controls .close-drinks {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}

.menu-food .menu-controls .close-drinks:before {
  content: "✕";
  font-size: 2em;
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-food .menu {
  padding-bottom: 150px;
  max-width: 100%;
  width: 100%;
}

.menu-food .menu .menu-category {
  margin: 10px 0;
}

.menu-food .menu .category-name {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding: 50px 20px;
  border-bottom: 2px solid #384133;
}

@media (min-width: 900px) {
  .menu-food .menu .category-name {
    font-size: 35px;
    line-height: 40px;
  }
}

.menu-food .menu .category-name:after {
  content: "";
  display: block;
  background: url("./assets/images/expander.png");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 20px;
  right: 0px;
  transition: 0.3s linear;
}

.menu-food .menu .expanded .category-name:after {
  transform-origin: center center;
  transform: rotate(180deg);
}

.menu-food .menu .category-items {
  height: 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.menu-food .menu .category-items .item {
  padding: 20px 0;
  border-bottom: 2px solid #384133;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}

.menu-food .menu .category-items .item p:last-of-type {
  margin-bottom: 0px;
}

.menu-food .menu .category-items .item .item-name {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  margin-bottom: 10px;
  padding-right: 70px;
}

.menu-food .menu .category-items .item .item-name .mark-vegi {
  display: inline-block;
  content: "";
  background: url(./assets/images/vegi-on.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -11px -11px;
  width: 10px;
  height: 15px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}

.menu-food .menu .category-items .item .item-name .mark-vegan {
  display: inline-block;
  content: "";
  background: url(./assets/images/vegan-on.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -11px -11px;
  width: 15px;
  height: 15px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}

.menu-food .menu .category-items .item .item-name .mark-gluten {
  display: inline-block;
  content: "";
  background: url(./assets/images/gluten-on.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: -9px -9px;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}

.menu-food .menu .category-items .item .item-name .mark-lactose {
  display: inline-block;
  content: "";
  background: url(./assets/images/lactose-off.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: -5px -4px;
  width: 17px;
  height: 17px;
  position: relative;
  bottom: -1px;
  left: 5px;
  margin: 0 5px;
}

.menu-food .menu .category-items .item .item-name .mark-bio {
  display: inline-block;
  content: "bio";
  font-size: 8px;
  letter-spacing: 0;
  width: 10px;
  height: 15px;
  position: relative;
  left: 5px;
  top: -5px;
}

.menu-food .menu .category-items .item .item-description {
  padding-right: 70px;
}

.menu-food .menu .category-items .item .item-price {
  position: absolute;
  top: 20px;
  right: 17px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 12px;
  line-height: 14px;
}

.menu-food .menu .category-items .item .item-extras {
  line-height: 26px;
}

.menu-food .menu .category-items .item .item-extras .extras-extra {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  display: inline-block;
}

.menu-food .menu .category-items .item .item-extras .extras-extra:first-of-type {
  margin-top: 5px;
}

.menu-food .menu .category-items .item .item-extras .extras-extra:before {
  display: block;
  content: "";
  height: 7px;
  width: 7px;
  border: 2px solid #384133;
  border-radius: 7px;
  position: absolute;
  top: 7px;
  left: 0px;
}

.menu-food .menu .category-items .item .item-options {
  padding: 0 0 10px 0;
}

.menu-food .menu .category-items .item .item-options .options-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 13px;
}

.menu-food .menu .category-items .item .item-options .options-option .option-name {
  padding-right: 15px;
  text-align: right;
}

.menu-food .menu .category-items .item .item-options .options-option .option-price {
  font-size: 12px;
  line-height: 14px;
  min-width: 7ch;
  text-align: right;
}

@media (min-width: 900px) {
  .menu-food .menu .category-items .item {
    padding: 30px 0;
  }

  .menu-food .menu .category-items .item .item-name {
    margin-bottom: 20px;
  }
}

.menu-food.vegi .filtered .item:not(.vegi) {
  display: none;
}

.menu-food.vegan .filtered .item:not(.vegan) {
  display: none;
}

.menu-food.gluten .filtered .item:not(.gluten) {
  display: none;
}

.menu-food.lactose .filtered .item:not(.lactose) {
  display: none;
}

.menu-food .menu-disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu-food .drink-menus {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  right: -170vw;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  background: #e5ccc1;
  z-index: 20;
  padding: 70px 0;
  transition: 0.4s ease-out;
  transform: rotate(90deg);
  transform-origin: top right;
  padding: 70px 20px;
}

@media (min-width: 900px) {
  .menu-food .drink-menus {
    max-width: 630px;
  }
}

.menu-food .drink-menus.visible {
  transform: rotate(0deg);
  right: 0px;
}

.menu-food .drink-menus .menu-controls {
  top: -20px;
  background-color: inherit;
}

.menu-food .drink-menus .menu-select {
  margin: 140px 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 17px;
  cursor: pointer;
}

.menu-food .drink-menus .menu-select>* {
  word-spacing: 100vw;
  text-align: center;
  position: relative;
  opacity: 0.4;
  transition: 0.2s ease-out;
}

.menu-food .drink-menus .menu-select>*:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  height: 40px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu-food .drink-menus .menu-select>*.select-1:before {
  background-image: url("./assets/images/drinks1.png");
  background-size: 35px;
}

.menu-food .drink-menus .menu-select>*.select-2:before {
  background-image: url("./assets/images/drinks2.png");
  background-size: 24px;
}

.menu-food .drink-menus .menu-select>*.cervo-wines:before {
  background-image: url("./assets/images/drinks3.png");
  background-size: 28px;
}

.menu-food .drink-menus .menu-select>*.cervo-wines a {
  text-decoration: none;
  border-bottom: none;
}

.menu-food .drink-menus .menu-select>*:hover,
.menu-food .drink-menus .menu-select>*.active {
  opacity: 1;
}

.menu-food .drink-menus .menu {
  display: none;
}

.menu-food .drink-menus .menu.selected {
  display: block;
}

.menu-food.bio .drink-menus .filtered .item:not(.bio) {
  display: none;
}

.menu-food:not(.page-bazaar-child, .page-ferdinand-child) .menu-image {
  background: none !important;
  width: 100%;
}

.menu-food:not(.page-bazaar-child, .page-ferdinand-child) .menu-image img {
  width: 100%;
}

@media (max-width: 599px) {
  .menu-food h1>a {
    display: none;
  }
}

@media (min-width: 900px) {

  .menu-food h2,
  .menu-food .h2 {
    font-size: 45px;
    line-height: 65px;
  }

  .menu-food .menu-controls {
    font-size: 13px;
    line-height: 17px;
  }

  .menu-food .menu-controls .open-drinks:before {
    top: 5px;
  }

  .menu-food .menu-controls .close-drinks:before {
    top: 5px;
  }

  .menu-food .menu-controls .filter-vegi:before {
    top: 6px;
  }

  .menu-food .menu-controls .filter-bio:before {
    top: 6px;
  }

  .menu-food .menu-category {
    margin-bottom: 30px;
  }

  .menu-food .menu-category .category-name {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-food .menu-category .category-items .item {
    font-size: 15px;
    line-height: 20px;
  }
}

.menu-food.page-bazaar-child .menu-image img {
  display: none;
}

.menu-food.page-bazaar-child main {
  position: relative;
  width: calc(100% - 20px);
  max-width: 980px;
  margin: 250px auto;
}

.menu-food.page-bazaar-child .menu-image {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: 84px 84px;
  background-position: 0px 0px;
}

.menu-food.page-bazaar-child .menu-image img {
  display: none;
}

@media (min-width: 900px) {
  .menu-food.page-bazaar-child main {
    padding: 80px;
  }
}

.menu-food.page-madre-nostra-child {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.menu-food.page-madre-nostra-child .icon img {
  max-width: 120px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
}

.menu-food.page-madre-nostra-child .menu-image {
  width: 100%;
  height: 250px;
  background-image: none !important;
  background-color: #384133;
}

.menu-food.page-madre-nostra-child .menu-image img {
  width: 100%;
  height: 100%;
  object-position: bottom center;
  object-fit: cover;
  opacity: 0.85;
}

.menu-food.page-madre-nostra-child main {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 900px) {
  .menu-food.page-madre-nostra-child .menu-image {
    height: 400px;
  }

  .menu-food.page-madre-nostra-child .icon img {
    max-width: 200px;
    top: 150px;
  }
}

@media (min-width: 900px) {
  .menu-food.page-cervo-kitchen-child {
    flex-direction: row;
    display: flex;
  }

  .menu-food.page-cervo-kitchen-child .menu-image {
    width: 50%;
    min-width: 50%;
    height: calc(100vh - 50px);
    position: sticky;
    top: 50px;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .menu-food.page-cervo-kitchen-child .menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menu-food.page-cervo-kitchen-child main {
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 150px 50px 0;
  }

  .menu-food.page-cervo-kitchen-child main #menu-wrapper {
    max-width: 980px;
    margin: 0 auto;
  }

  .menu-food.page-cervo-kitchen-child main h2,
  .menu-food.page-cervo-kitchen-child main .h2 {
    margin-bottom: 100px;
  }
}

.menu-food.page-ferdinand-child {
  position: relative;
  background-color: var(--bg-color);
}

.menu-food.page-ferdinand-child .menu-image {
  background-size: 333px;
  width: calc(100vw - 30px);
  position: absolute;
  height: calc(100% - 80px);
  top: 65px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.menu-food.page-ferdinand-child .menu-image img {
  display: none;
}

.menu-food.page-ferdinand-child main {
  position: relative;
  margin: 65px 15px 15px;
  background: transparent;
  border: 2px solid #384133;
  width: calc(100vw - 30px);
  min-height: 0;
  padding: 0;
}

.menu-food.page-ferdinand-child #menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-food.page-ferdinand-child #menu-wrapper h2,
.menu-food.page-ferdinand-child #menu-wrapper .h2,
.menu-food.page-ferdinand-child #menu-wrapper .icon,
.menu-food.page-ferdinand-child #menu-wrapper>.menu-controls,
.menu-food.page-ferdinand-child #menu-wrapper .food-menu,
.menu-food.page-ferdinand-child #menu-wrapper .menu-disclaimer {
  background-color: var(--bg-color);
  transition: background-color 0.3s ease-out;
  margin: 0;
}

.menu-food.page-ferdinand-child #menu-wrapper h2,
.menu-food.page-ferdinand-child #menu-wrapper .h2 {
  order: 1;
  width: 66.6666666667%;
  padding: 30px 25px;
  text-align: center;
  border-bottom: 2px solid #384133;
  padding-top: 40px;
}

.menu-food.page-ferdinand-child #menu-wrapper .icon {
  order: 2;
  width: 33.3333333333%;
  padding: 30px;
  border-left: 2px solid #384133;
  border-bottom: 2px solid #384133;
}

.menu-food.page-ferdinand-child #menu-wrapper .icon img {
  width: 100%;
  height: 100%;
  object-position: center center;
}

.menu-food.page-ferdinand-child #menu-wrapper>.menu-controls {
  order: 3;
  width: 100%;
  border-bottom: 2px solid #384133;
  padding: 10px 17px;
}

.menu-food.page-ferdinand-child #menu-wrapper>.menu-controls .open-drinks {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 5px;
  right: 10px;
  font-size: 0px;
  height: 125px;
  width: 125px;
  background: url("./assets/images/ferdi-drinks.png");
  background-size: 125px;
  background-repeat: no-repeat;
  z-index: 50;
}

.menu-food.page-ferdinand-child #menu-wrapper>.menu-controls .open-drinks:before {
  display: none;
}

.menu-food.page-ferdinand-child #menu-wrapper .food-menu {
  order: 4;
  margin: 140px 0;
  border-top: 2px solid #384133;
  padding-bottom: 0;
}

.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category {
  padding: 0;
  margin: 0;
}

.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category .category-name {
  padding: 17px;
  text-align: left;
}

.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category .category-name:after {
  bottom: 34px;
  right: 20px;
}

.menu-food.page-ferdinand-child #menu-wrapper .food-menu .menu-category .item {
  padding: 17px;
}

.menu-food.page-ferdinand-child #menu-wrapper .menu-disclaimer {
  order: 5;
  width: 100%;
  border-top: 2px solid #384133;
  padding: 17px;
}

.menu-food.page-ferdinand-child .filter-bio:before {
  border-color: #f3efec;
}

.menu-food.page-ferdinand-child .filter-bio.active:before {
  background-color: #f3efec;
}

.menu-food.page-ferdinand-child .drink-menus {
  color: #f3efec;
  background-color: #384133;
}

.menu-food.page-ferdinand-child .drink-menus .menu-select>*:before {
  filter: invert(1);
}

.menu-food.page-ferdinand-child .drink-menus .category-name {
  border-bottom: 2px solid #f3efec;
}

@media (min-width: 900px) {
  .menu-food.page-ferdinand-child #menu-wrapper .menu-controls {
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    border-left: 2px solid #384133;
  }

  .menu-food.page-ferdinand-child .drink-menus {
    color: #384133;
    background-color: #f3efec;
    border-left: 2px solid #384133;
  }

  .menu-food.page-ferdinand-child .drink-menus .menu-select>*:before {
    filter: none;
  }

  .menu-food.page-ferdinand-child .drink-menus .category-name {
    border-bottom: 2px solid #384133;
  }
}

@media print {
  .menu-food {
    color: black !important;
    background-color: white !important;
  }

  .menu-food:before {
    display: none;
    padding-top: 0;
  }

  .menu-food header,
  .menu-food footer,
  .menu-food nav {
    display: none !important;
  }

  .menu-food .menu-image {
    display: none;
  }

  .menu-food main {
    background-color: white !important;
    padding: 0 !important;
    margin: 0 30px !important;
    width: calc(100% - 60px) !important;
    max-width: unset !important;
  }

  .menu-food h2,
  .menu-food .h2 {
    margin-bottom: 100px !important;
  }

  .menu-food .open-drinks {
    display: none !important;
  }

  .menu-food .menu-controls {
    position: relative !important;
    width: 60%;
    margin: 0 auto;
    top: 0px !important;
    background-color: white !important;
  }

  .menu-food .menu-controls .filters {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .menu-food .menu-controls .filters>* {
    width: auto;
    display: inline-block;
  }

  .menu-food .menu-controls .filters>*:before {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .menu-food .menu-category .category-name {
    border-bottom: none !important;
    padding-bottom: 20px !important;
    pointer-events: none;
    page-break-after: avoid;
  }

  .menu-food .menu-category .category-name:after {
    display: none !important;
  }

  .menu-food .menu-category .category-items {
    height: auto !important;
    page-break-before: avoid;
  }

  .menu-food .menu-category .category-items .items-wrapper {
    columns: 2;
    gap: 50px;
  }

  .menu-food .menu-category .category-items .item {
    border-bottom: none !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .menu-food .mark-vegi {
    background: url(./assets/images/vegi-off.svg) !important;
    background-size: 36px !important;
    background-position: -10px -11px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .menu-food .mark-vegan {
    background: url(./assets/images/vegan-off.svg) !important;
    background-size: 36px !important;
    background-position: -10px -11px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .menu-food .mark-gluten {
    background: url(./assets/images/gluten-off.svg) !important;
    background-size: 32px !important;
    background-position: -8px -7px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .menu-food .mark-lactose {
    background: url(./assets/images/lactose-off.svg) !important;
    background-size: 32px !important;
    background-position: -8px -7px !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .menu-food .drink-menus {
    page-break-before: always;
    position: initial !important;
    width: unset !important;
    max-width: unset !important;
    height: unset !important;
    max-height: unset !important;
    transform: unset !important;
    background: unset !important;
  }

  .menu-food .drink-menus .menu-controls {
    display: none !important;
  }

  .menu-food .drink-menus .menu-select {
    display: none;
  }

  .menu-food .drink-menus .menu {
    display: initial !important;
  }

  .menu-food .drink-menus .menu .category-items {
    width: 100% !important;
  }

  .menu-food.page-bazaar-child .food-menu .menu-category:first-of-type .category-items .items-wrapper,
  .menu-food.page-madre-nostra-child .food-menu .menu-category:first-of-type .category-items .items-wrapper {
    columns: 1;
    width: 80%;
    margin: 0 auto;
  }

  .menu-food.page-madre-nostra-child .icon img {
    top: unset !important;
    position: initial !important;
    transform: none !important;
    filter: none !important;
  }

  .menu-food.page-ferdinand-child * {
    background-color: unset !important;
  }

  .menu-food.page-ferdinand-child main {
    margin: 0 10px !important;
    width: calc(100% - 20px) !important;
  }

  .menu-food.page-ferdinand-child .menu-controls {
    height: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: -2px !important;
  }

  .menu-food.page-ferdinand-child .filters {
    position: relative !important;
    top: -85px;
    padding-right: 278px;
  }

  .menu-food.page-ferdinand-child .food-menu {
    margin: 0 !important;
    border-top: none !important;
  }

  .menu-food.page-ferdinand-child .drink-menus {
    border: none !important;
  }

  .menu-food.page-ferdinand-child .category-name {
    text-align: center !important;
  }
}

.page-concierge-child #no-booking {
  left: 50px;
  width: calc(100% - 100px);
}

.page-concierge-child #no-booking h1 a {
  display: none;
}

@media (min-width: 900px) {
  .page-concierge-child #no-booking h1 a {
    display: inline-block;
    pointer-events: none;
    cursor: default;
  }
}

.page-concierge-child #no-booking .concierge-links {
  position: fixed;
  right: 0px;
  width: 120px;
}

.menu-back {
  position: fixed;
  left: 17px;
  top: 13px;
  font-size: 30px;
  color: black;
  z-index: 100;
  border-bottom: none;
  cursor: pointer;
  user-select: none;
  transform: rotate(180deg);
}

.events main,
.events-archive main {
  margin: 0 17px;
  min-height: unset;
}

.events .slider,
.events-archive .slider {
  margin: 0 -100px;
}

.events .slider img,
.events-archive .slider img {
  width: 100vw;
  height: calc(100vh - 150px);
  object-fit: cover;
}

.events .events-head,
.events-archive .events-head {
  margin: 115px 0 0;
  display: flex;
  flex-direction: column;
}

.events .events-head>div,
.events-archive .events-head>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.events .events-head h2,
.events .events-head .h2,
.events-archive .events-head h2,
.events-archive .events-head .h2 {
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-size: 34px;
  letter-spacing: 0px;
}

.events .events-head .eventshead-slogan,
.events-archive .events-head .eventshead-slogan {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-weight: bold;
  font-size: 9px;
}

@media (min-width: 900px) {

  .events .events-head .eventshead-slogan,
  .events-archive .events-head .eventshead-slogan {
    font-size: 13px;
  }
}

.events .events-head .eventshead-slogan span,
.events-archive .events-head .eventshead-slogan span {
  padding: 20px 0;
  width: 200px;
  text-align: center;
  display: inline-block;
  border-top: 2px solid #384133;
}

.events .events-head .eventshead-slogan:first-of-type span,
.events-archive .events-head .eventshead-slogan:first-of-type span {
  border-top: none;
  border-bottom: 2px solid #384133;
}

.events .events-head .eventshead-side,
.events-archive .events-head .eventshead-side {
  display: none;
}

.events .events-head .event-iconTop,
.events-archive .events-head .event-iconTop {
  margin: 45px 0;
}

.events .events-head .event-iconTop img,
.events-archive .events-head .event-iconTop img {
  width: 55px;
  height: auto;
}

@media (min-width: 900px) {

  .events .events-head .event-iconTop img,
  .events-archive .events-head .event-iconTop img {
    width: 95px;
  }
}

.events .section-heading,
.events-archive .section-heading {
  text-transform: uppercase;
  margin: 3em 0 1em;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  text-align: center;
}

.events .archive-heading,
.events-archive .archive-heading {
  margin-top: 10em;
}

.events .more-heading a,
.events-archive .more-heading a {
  text-decoration: none;
  border-bottom: none;
}

.events .event-controls,
.events-archive .event-controls {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  cursor: pointer;
  background: #f3efec;
  z-index: 15;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 16px;
}

.events .event-controls .filter,
.events-archive .event-controls .filter {
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  position: relative;
  user-select: none;
}

.events .event-controls .filter:before,
.events-archive .event-controls .filter:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-position: -8px -7px;
  background-size: 200%;
  background-repeat: no-repeat;
}

.events .event-controls .filter-food:before,
.events-archive .event-controls .filter-food:before {
  background-image: url("./assets/images/food-off.svg");
}

.events .event-controls .filter-food.active:before,
.events-archive .event-controls .filter-food.active:before {
  background-image: url("./assets/images/food-on.svg");
}

.events .event-controls .filter-mindful:before,
.events-archive .event-controls .filter-mindful:before {
  background-image: url("./assets/images/mindful-off.svg");
}

.events .event-controls .filter-mindful.active:before,
.events-archive .event-controls .filter-mindful.active:before {
  background-image: url("./assets/images/mindful-on.svg");
}

.events .event-controls .filter-music:before,
.events-archive .event-controls .filter-music:before {
  background-image: url("./assets/images/music-off.svg");
}

.events .event-controls .filter-music.active:before,
.events-archive .event-controls .filter-music.active:before {
  background-image: url("./assets/images/music-on.svg");
}

.events .event-controls .filter-culture:before,
.events-archive .event-controls .filter-culture:before {
  background-image: url("./assets/images/culture-off.svg");
}

.events .event-controls .filter-culture.active:before,
.events-archive .event-controls .filter-culture.active:before {
  background-image: url("./assets/images/culture-on.svg");
}

@media (min-width: 900px) {

  .events .event-controls,
  .events-archive .event-controls {
    font-size: 13px;
    line-height: 17px;
  }

  .events .event-controls .filter:before,
  .events-archive .event-controls .filter:before {
    width: 20px;
    height: 20px;
    background-position: -10px -10px;
    position: absolute;
    top: 4px;
    left: -5px;
  }
}

.events .events-list .list-month .month-head,
.events-archive .events-list .list-month .month-head {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 9px;
  line-height: 20px;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 2px solid #384133;
  cursor: pointer;
  user-select: none;
  position: sticky;
  background-color: #f3efec;
  z-index: 20;
  top: 48px;
}

.events .events-list .list-month .month-head:after,
.events-archive .events-list .list-month .month-head:after {
  content: "";
  display: block;
  background: url("./assets/images/expander.png");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  transition: 0.3s linear;
  transform-origin: center center;
}

.events .events-list .list-month.expanded .month-head:after,
.events-archive .events-list .list-month.expanded .month-head:after {
  transform: rotate(180deg);
}

.events .events-list .list-month .month-events-wrapper,
.events-archive .events-list .list-month .month-events-wrapper {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.events .events-list .event-entry,
.events-archive .events-list .event-entry {
  display: block;
  padding: 25px 0;
  border-bottom: 0.5px solid #384133;
  position: relative;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 14px;
  line-height: 24px;
}

.events .events-list .event-entry .event-category,
.events-archive .events-list .event-entry .event-category {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -3px;
  top: 32px;
  background-position: -14px -13px;
  background-size: 200%;
  background-repeat: no-repeat;
}

.events .events-list .event-entry .event-category.music,
.events-archive .events-list .event-entry .event-category.music {
  background-image: url(./assets/images/music-off.svg);
}

.events .events-list .event-entry .event-category.mindful,
.events-archive .events-list .event-entry .event-category.mindful {
  background-image: url(./assets/images/mindful-off.svg);
}

.events .events-list .event-entry .event-category.food,
.events-archive .events-list .event-entry .event-category.food {
  background-image: url(./assets/images/food-off.svg);
}

.events .events-list .event-entry .event-category.culture,
.events-archive .events-list .event-entry .event-category.culture {
  background-image: url(./assets/images/culture-off.svg);
}

@media (min-width: 900px) {

  .events .events-list .event-entry .event-category,
  .events-archive .events-list .event-entry .event-category {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-position: -12px -13px;
    position: relative;
    top: -20px;
    right: 0;
  }
}

.events .events-list .event-entry .event-title,
.events-archive .events-list .event-entry .event-title {
  font-weight: bold;
  padding-right: 25px;
}

@media (min-width: 900px) {

  .events .events-list .event-entry .event-title,
  .events-archive .events-list .event-entry .event-title {
    padding-right: unset;
  }
}

.events .events-list .list-month.filtered .month-events .event-entry,
.events-archive .events-list .list-month.filtered .month-events .event-entry {
  display: none;
}

.events .events-list .list-month.filtered.filter-food .month-events .event-entry.food,
.events-archive .events-list .list-month.filtered.filter-food .month-events .event-entry.food {
  display: flex;
}

.events .events-list .list-month.filtered.filter-music .month-events .event-entry.music,
.events-archive .events-list .list-month.filtered.filter-music .month-events .event-entry.music {
  display: flex;
}

.events .events-list .list-month.filtered.filter-mindful .month-events .event-entry.mindful,
.events-archive .events-list .list-month.filtered.filter-mindful .month-events .event-entry.mindful {
  display: flex;
}

.events .events-list .list-month.filtered.filter-culture .month-events .event-entry.culture,
.events-archive .events-list .list-month.filtered.filter-culture .month-events .event-entry.culture {
  display: flex;
}

.events .events-foot,
.events-archive .events-foot {
  margin: 120px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.events .events-foot .event-iconBottom,
.events-archive .events-foot .event-iconBottom {
  margin: 0 30px;
}

.events .events-foot .event-iconBottom img,
.events-archive .events-foot .event-iconBottom img {
  position: relative;
  top: 1px;
  width: 55px;
  height: auto;
}

@media (min-width: 900px) {

  .events .events-foot .event-iconBottom img,
  .events-archive .events-foot .event-iconBottom img {
    width: 95px;
  }
}

.events .events-foot .eventsfoot-side,
.events-archive .events-foot .eventsfoot-side {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-weight: bold;
  font-size: 9px;
}

@media (min-width: 900px) {

  .events .events-foot .eventsfoot-side,
  .events-archive .events-foot .eventsfoot-side {
    font-size: 13px;
  }
}

@media (min-width: 900px) {

  .events main,
  .events-archive main {
    margin: 0 auto;
    padding: 0 100px;
  }

  .events .events-head,
  .events-archive .events-head {
    margin: 145px auto 0;
    max-width: 1600px;
  }

  .events .events-head h2,
  .events .events-head .h2,
  .events-archive .events-head h2,
  .events-archive .events-head .h2 {
    margin: 18px 0;
    padding: 38px 0;
  }

  .events .events-head .eventshead-side,
  .events-archive .events-head .eventshead-side {
    display: block;
    width: 150px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: -0.2em;
    font-size: 11px;
    line-height: 18px;
    border: 2px solid #384133;
    padding: 17px;
  }

  .events .events-list,
  .events-archive .events-list {
    max-width: 1850px;
    margin: 0 auto;
  }

  .events .events-list .list-month .month-head,
  .events-archive .events-list .list-month .month-head {
    flex-basis: 100%;
    flex-shrink: 0;
    padding: 30px 0 30px;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    font-weight: normal;
    top: 48px;
  }

  .events .events-list .list-month .month-head:after,
  .events-archive .events-list .list-month .month-head:after {
    bottom: 33px;
  }

  .events .events-list .list-month .month-events,
  .events-archive .events-list .list-month .month-events {
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -50px;
  }

  .events .events-list .list-month .month-events .event-entry,
  .events-archive .events-list .list-month .month-events .event-entry {
    margin: 32px 50px;
    padding: 50px;
    border: 2px solid #384133;
    width: calc((100% - 200px) / 2);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .events .events-list .list-month .month-events .event-entry .event-title,
  .events-archive .events-list .list-month .month-events .event-entry .event-title {
    font-size: 45px;
    line-height: 65px;
    font-weight: normal;
  }

  .events .events-list .list-month .month-events .event-entry .event-date,
  .events-archive .events-list .list-month .month-events .event-entry .event-date {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }

  .events .events-list .list-month .month-events .event-entry .event-slots,
  .events-archive .events-list .list-month .month-events .event-entry .event-slots {
    padding-bottom: 20px;
  }

  .events .events-list .list-month .month-events .event-entry .event-slot,
  .events-archive .events-list .list-month .month-events .event-entry .event-slot {
    padding-bottom: 20px;
  }

  .events .events-list .list-month .month-events .event-entry .slot-time,
  .events-archive .events-list .list-month .month-events .event-entry .slot-time {
    font-weight: bold;
    margin: 20px 0 10px;
  }

  .events .events-list .list-month .month-events .event-entry .event-more,
  .events-archive .events-list .list-month .month-events .event-entry .event-more {
    width: auto;
    margin: auto auto 10px;
    display: inline-block;
  }

  .events .events-list .list-month .month-events .event-entry .event-image,
  .events-archive .events-list .list-month .month-events .event-entry .event-image {
    margin: 0 -50px;
    position: relative;
    top: 50px;
  }
}

@media (min-width: 1800px) {

  .events .events-list .list-month .month-events .event-entry,
  .events-archive .events-list .list-month .month-events .event-entry {
    width: calc((100% - 300px) / 3);
  }
}

.event-item .slogan a {
  border: none;
  position: relative;
  padding: 0 15px;
}

.event-item .slogan .slogan-left,
.event-item .slogan .slogan-right {
  flex-basis: 50%;
}

.event-item .slogan .slogan-left a::before {
  display: block;
  content: "<";
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.event-item .slogan .slogan-right a::before {
  display: block;
  content: ">";
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.event-item .event-category {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
  background-position: -14px -13px;
  background-size: 200%;
  background-repeat: no-repeat;
}

.event-item .event-category.music {
  background-image: url(./assets/images/music-off.svg);
}

.event-item .event-category.mindful {
  background-image: url(./assets/images/mindful-off.svg);
}

.event-item .event-category.food {
  background-image: url(./assets/images/food-off.svg);
}

.event-item .event-category.culture {
  background-image: url(./assets/images/culture-off.svg);
}

@media (min-width: 900px) {
  .event-item .event-category {
    width: 30px;
    height: 30px;
    background-position: -15px -15px;
    position: relative;
    top: 30px;
    right: 0;
  }
}

.event-item h3 {
  margin-top: 40px;
}

.event-item .event-date {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}

.event-item .text-content {
  text-align: center;
}

.event-item .text-content li {
  list-style-position: inside;
  width: fit-content;
  margin: 0 auto;
}

.event-item .event-slots {
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
}

.event-item .event-slots .event-slot {
  padding: 20px 0;
  margin: 10px 0;
  border-top: 2px solid #384133;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.event-item .event-slots .event-slot:last-of-type {
  border-bottom: 2px solid #384133;
}

.event-item .event-slots .event-slot .slot-time {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 0;
}

.event-item .event-slots .event-slot .slot-description {
  flex-basis: 70%;
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 900px) {
  .event-item .slogan {
    align-items: flex-start;
    height: auto;
  }

  .event-item .slogan a {
    padding: 0;
  }

  .event-item .slogan .slogan-left {
    padding: 0 10px 0 20px;
  }

  .event-item .slogan .slogan-left a::before {
    font-size: 13px;
    top: -4px;
    left: -20px;
  }

  .event-item .slogan .slogan-right {
    padding: 0 20px 0 10px;
  }

  .event-item .slogan .slogan-right a::before {
    font-size: 13px;
    top: -4px;
    right: -20px;
  }

  .event-item h3 {
    margin: 70px 0 20px !important;
  }

  .event-item .date-wrapper {
    margin-top: 50px;
    padding: 35px;
    border: 2px solid #384133;
  }

  .event-item .event-date {
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 40px;
  }

  .event-item .event-slots {
    font-size: 16px;
    margin-bottom: 100px;
  }
}

.login-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-page .login-box {
  width: auto;
}

.login-page .login-box .field {
  margin: 1em 0;
}

.login-page .login-box .field label {
  display: none;
}

.login-page .login-box .field input {
  border: 1px solid #384133;
  width: 100%;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.login-page .login-box .buttons {
  display: flex;
  justify-content: space-between;
}

.page-media-archive main {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 20px;
}

@media (min-width: 900px) {
  .page-media-archive main {
    padding-bottom: 100px;
  }
}

.page-media-archive .media-gallery {
  display: flex;
  flex-wrap: wrap;
}

.page-media-archive .media-gallery .gallery-item {
  width: 25%;
  aspect-ratio: 1;
  padding: 10px;
}

@media (min-width: 900px) {
  .page-media-archive .media-gallery .gallery-item {
    width: 20%;
  }
}

.page-media-archive .media-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magazine #no-booking,
.magazine-article #no-booking {
  left: 60px;
}

@media (min-width: 900px) {

  .magazine #no-booking,
  .magazine-article #no-booking {
    left: 150px;
  }

  .magazine #no-booking h1,
  .magazine-article #no-booking h1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.magazine main {
  margin: 0 17px;
  min-height: unset;
}

.magazine .articles-controls {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  cursor: pointer;
  position: sticky;
  top: 50px;
  background: #f3efec;
  z-index: 15;
  font-size: 10px;
  line-height: 13px;
  border-bottom: 2px solid #384133;
  padding-top: 20px;
}

.magazine .articles-controls .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.magazine .articles-controls .filter {
  cursor: pointer;
  position: relative;
  user-select: none;
}

@media (min-width: 900px) {
  .magazine .articles-controls {
    margin: 0 50px;
    font-size: 13px;
    line-height: 17px;
  }
}

.magazine .articles .article {
  border-bottom: none;
  display: block;
  padding: 25px;
  background-color: white;
  position: relative;
  margin: 0 0 50px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.magazine .articles .article .article-date,
.magazine .articles .article .article-categories {
  font-size: 13px;
  margin-bottom: 1em;
}

.magazine .articles .article .article-image {
  margin: 25px -25px;
}

.magazine .articles .article .article-title {
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 40px;
}

.magazine .articles .article .article-excerpt {
  margin-bottom: 2em;
}

@media (min-width: 900px) {
  .magazine main {
    margin: 0 auto;
    padding: 0 100px;
  }

  .magazine .articles {
    max-width: 1850px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .magazine .articles .article {
    margin: 32px 50px;
    padding: 30px;
    width: calc((100% - 200px) / 2);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .magazine .articles .article .article-date {
    margin-bottom: 20px;
  }

  .magazine .articles .article .article-more {
    width: auto;
    margin: auto auto 10px;
    display: inline-block;
  }

  .magazine .articles .article .article-image {
    margin: 30px -30px;
  }

  .magazine .articles .article .article-categories {
    margin-bottom: 30px;
  }

  .magazine .articles .article .article-excerpt {
    margin-bottom: 30px;
  }
}

@media (min-width: 1800px) {
  .magazine .articles .article {
    width: calc((100% - 300px) / 3);
  }
}

.magazine-article main .text .categories {
  text-align: center;
  text-transform: uppercase;
}

.magazine-article main .text h3 {
  margin: 40px 0;
}

.magazine-article main .text .published {
  text-align: center;
  margin-bottom: 20px;
}

.magazine-article main .text .text-content {
  margin-bottom: 0 !important;
}

.magazine-article main .text .text-content .align-center {
  text-align: center;
}

.magazine-article main .text .text-content .align-right {
  text-align: right;
}

.magazine-article main .text .text-content p {
  margin-bottom: 1em;
}

.magazine-article main .text .text-content h4 {
  margin-bottom: 1.2em;
}

.magazine-article main .text .text-content h5 {
  margin-bottom: 2em;
}

.magazine-article main .text .text-content figure {
  margin: 2em 0;
}

.magazine-article main .text .text-content figure img {
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .magazine-article main .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .magazine-article main .text .categories {
    text-align: left;
    margin-bottom: 30px;
  }

  .magazine-article main .text h3 {
    text-align: left;
  }

  .magazine-article main .text .published {
    text-align: left;
    margin-bottom: 50px;
  }

  .magazine-article main .text .text-content {
    padding: 0;
  }
}

.search main {
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 1800px) {
  .search main {
    max-width: 1560px;
  }
}

.search h3 {
  margin-bottom: 20px;
}

.search .text-content {
  max-width: 720px;
  margin: 0 auto;
  column-count: 1;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .search .text-content {
    padding: 20px 0;
  }
}

.search .text-content p {
  display: block;
  text-align: center;
}

.search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 40px;
}

.search form .mc-field-group {
  flex-grow: 1;
}

.search form input {
  border: 1px solid #384133;
  margin: 0;
  text-transform: uppercase;
}

.search form input:first-of-type {
  border-right: none;
  width: 100%;
  padding: 10px 25px;
  font-weight: normal;
}

.search form input:last-of-type {
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
}

.search form input:last-of-type:hover {
  background-color: #384133;
  color: #f3efec;
}

.search form label {
  display: none;
}

@media (min-width: 900px) {
  .search form {
    margin-top: 35px;
  }

  .search form input:last-of-type {
    padding: 10px 30px;
  }
}

.search .results-count {
  margin-bottom: 40px;
}

.search .results-filter {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 20px;
}

.search .results-filter ul {
  display: flex;
  justify-content: center;
}

.search .results-filter ul li {
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.search .results-filter ul li:hover {
  padding-inline: 5px;
  margin-inline: 5px;
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-bottom: 1px #384133 solid;
}

.search .results-list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 100px;
  border-top: 1px solid #384133;
}

.search .results-list li {
  border-bottom: 1px solid #384133;
  text-align: left;
}

.search .results-list li a {
  padding: 10px 10px;
  display: block;
  text-decoration: none;
  border-bottom: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.search .results-list li a:hover {
  background-color: #384133;
  color: #f3efec;
}

.search .results-list li a .result-type {
  text-transform: uppercase;
}

.search .search-results.filtered-all li.active {
  padding-inline: 5px;
  margin-inline: 5px;
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-bottom: 1px #384133 solid;
}

.search .search-results.filtered-page .results-list li:not(.type-page),
.search .search-results.filtered-event .results-list li:not(.type-event),
.search .search-results.filtered-blog .results-list li:not(.type-blog),
.search .search-results.filtered-menu .results-list li:not(.type-menu) {
  display: none;
}

.page-careers .slider {
  height: calc(100vh - 150px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.page-careers .slider h2,
.page-careers .slider .h2 {
  display: block !important;
  z-index: 11;
  transition: opacity 0.5s ease-in-out;
}

.page-careers .slider img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.page-careers .slider picture:first-of-type img {
  opacity: 1;
}

.page-careers .slider ul {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
  z-index: 11;
  font-weight: bold;
  position: absolute;
  bottom: 52px;
  color: #f3efec;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  padding: 0 55px;
}

@media (min-width: 900px) {
  .page-careers .slider ul {
    font-size: 10px;
    line-height: 16px;
  }
}

.page-careers .slider ul li {
  opacity: 0.7;
  padding: 20px 20px 0;
  width: 125px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
}

.page-careers .slider ul li a {
  border: none;
  display: block;
  position: relative;
}

.page-careers .slider ul li a .slider-progress {
  width: 100%;
  height: 4px;
  bottom: 0px;
  background-color: #f3efec;
  opacity: 0.6;
  margin-top: 20px;
}

.page-careers .slider ul li a .slider-progress-percentage {
  margin-top: 20px;
  opacity: 1;
  width: 0%;
  z-index: 10;
  left: 0px;
}

.page-careers .slider ul li.active,
.page-careers .slider ul li:hover {
  opacity: 1;
}

.page-careers .careers-iframes {
  margin: 0 auto 80px auto;
  max-width: 935px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab-gallery {
  display: flex;
  justify-content: center;
}

.tab-gallery button {
  margin: 0 5px;
  cursor: pointer;
  margin-bottom: 3rem;
}

.tab-gallery button.active {
  background: #384133;
  color: #fff;
}

.tab-video .video-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 20px 60px;
}

@media (min-width: 768px) {
  .tab-video {
    grid-template-columns: 1fr 1fr;
  }
}

.tab-video .video-item {
  overflow: hidden;
  max-height: 350px;
}

@media (min-width: 900px) {
  .page-careers .careers-iframes {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.page-careers .careers-iframes .iframe-name {
  border: 1px solid #384133;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}

@media (min-width: 900px) {
  .page-careers .careers-iframes .iframe-name {
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 20px;
  }
}

.page-careers .careers-iframes .iframe-name.active {
  background-color: #384133;
  color: #f3efec;
  cursor: pointer;
}

@media (min-width: 900px) {
  .page-careers .careers-iframes .iframe-name:hover {
    background-color: #384133;
    color: #f3efec;
    cursor: pointer;
  }
}

.page-careers .careers-iframes .iframe {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  max-width: 100%;
  display: none;
}

@media (min-width: 900px) {
  .page-careers .careers-iframes .iframe {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.page-careers .careers-iframes .iframe.active {
  display: block;
}

.page-careers .text-content {
  margin: 0 auto 0px auto;
  text-align: center;
  column-count: 1;
  max-width: 935px;
}

@media (min-width: 900px) {

  .page main.images-side .text .text-content,
  .page main.images-right .text .text-content,
  .ta-password main.images-side .text .text-content,
  .ta-password main.images-right .text .text-content,
  .restaurant main.images-side .text .text-content,
  .restaurant main.images-right .text .text-content,
  .event-item main.images-side .text .text-content,
  .event-item main.images-right .text .text-content,
  .magazine-article main.images-side .text .text-content,
  .magazine-article main.images-right .text .text-content {
    margin: 0 auto 50px auto;
    column-count: 1;
  }
}

.mb-only img {
  object-fit: cover;
}

@media (min-width: 900px) {

  .page main,
  .ta-password main,
  .restaurant main,
  .event-item main,
  .magazine-article main {
    display: flex;
  }
}

@media (min-width: 900px) {

  .page main.images-hero,
  .ta-password main.images-hero,
  .restaurant main.images-hero,
  .event-item main.images-hero,
  .magazine-article main.images-hero,
  .home main {
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  .page-careers .text-content {
    padding: 20px 0;
  }
}

@media (min-width: 900px) {

  .page main .text,
  .ta-password main .text,
  .restaurant main .text,
  .event-item main .text,
  .magazine-article main .text {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 0px 60px 60px;
    margin: 0 auto;
  }
}

@media (min-width: 900px) {

  .page main.images-hero .slider img,
  .ta-password main.images-hero .slider img,
  .restaurant main.images-hero .slider img,
  .event-item main.images-hero .slider img,
  .magazine-article main.images-hero .slider img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5sease-in-out;
  }
}

@media (min-width: 900px) {

  .page main.images-hero .slider picture:first-of-type img,
  .ta-password main.images-hero .slider picture:first-of-type img,
  .restaurant main.images-hero .slider picture:first-of-type img,
  .event-item main.images-hero .slider picture:first-of-type img,
  .magazine-article main.images-hero .slider picture:first-of-type img {
    opacity: 1;
  }
}

@media (min-width: 900px) {

  .page main.images-hero .slider,
  .ta-password main.images-hero .slider,
  .restaurant main.images-hero .slider,
  .event-item main.images-hero .slider,
  .magazine-article main.images-hero .slider {
    height: calc(100vh - 150px);
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
}

html {
  margin-top: 0 !important;
}

@media (min-width: 900px) {

  .page main.images-right,
  .ta-password main.images-right,
  .restaurant main.images-right,
  .event-item main.images-right,
  .magazine-article main.images-right {
    flex-direction: row-reverse;
  }

  .text.gallery-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.gallery-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.sb__form-field {
  display: inline-block;
  min-width: 120px;
}

.sb__form-field-label {
  font-size: 12px;
  display: block;
  color: #eee;
  height: 18px;
  line-height: 1;
}

.sb__form-field-date-wrapper,
.sb__form-field-property {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sb__form-field-input {
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  box-shadow: inset 0 0 0 1px #f1f1f1;
  cursor: pointer;
  padding: 8px;
  height: 40px;
}

.sb__form-field-input:hover {
  box-shadow: inset 0 0 0 1px rgba(241, 241, 241, 0.3);
  z-index: 1;
}

.sb-screen-l .sb__form-field-input {
  padding: 16px;
  height: 56px;
}

.sb__form-field.focus .sb__form-field-input {
  outline: none;
  background: #0b2027;
  box-shadow: inset 0 0 0 2px #70a9a1;
  z-index: 100;
  transition: all 0.15s ease-in-out;
}

.sb__form-field.focus .sb__form-field-input .sb__form-field-date-number,
.sb__form-field.focus .sb__form-field-input .sb__form-field-month-year,
.sb__form-field.focus .sb__form-field-input .sb__form-field-weekday {
  opacity: 1;
}

.sb__form-field-property {
  line-height: 24px;
}

.sb__form-field-date-number {
  display: block;
  float: left;
  margin-right: 8px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 500;
  font-size: 32px;
}

.sb-screen-xs .sb__form-field-date-number {
  font-size: 28px;
}

.sb-screen-l .sb__form-field-date-number {
  font-size: 32px;
}

.sb__form-field-month-year,
.sb__form-field-guests {
  display: block;
  font-weight: bold;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.sb-screen-xs .sb__form-field-month-year,
.sb-screen-xs .sb__form-field-guests {
  font-size: 10px;
}

.sb-screen-l .sb__form-field-month-year,
.sb-screen-l .sb__form-field-guests {
  font-size: 12px;
}

.sb__form-field-weekday,
.sb__form-field-rooms {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  opacity: 0.75;
  display: block;
}

.sb-screen-s .sb__form-field-weekday,
.sb-screen-s .sb__form-field-rooms {
  font-size: 10px;
  line-height: 14px;
}

.sb-screen-l .sb__form-field-weekday,
.sb-screen-l .sb__form-field-rooms {
  font-size: 11px;
}

.sb__form-field-icon .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: #70a9a1;
}

.editing .sb__form-field-input {
  opacity: 0.5;
  transition: all 0.2s ease;
}

.editing .sb__form-field.focus .sb__form-field-input {
  opacity: 1;
}

.editing .sb__form-field .sb__form-field-input.focus {
  opacity: 1;
}

label .sb__form-field-label {
  height: auto;
}

.sb__footer-actions {
  float: left;
  width: 100%;
}

.sb-screen-xs .sb__footer-actions {
  float: right;
}

.sb-screen-m .sb__footer-actions {
  width: auto;
  float: right;
}

.sb-screen-l.footer-inline .sb__footer-actions {
  width: 15%;
  padding: 20px 8px;
}

.no-labels.sb-screen-l.footer-inline .sb__footer-actions {
  padding: 2px 8px;
}

.sb__footer-promo-wrapper {
  float: left;
  position: relative;
  width: 100%;
}

/**Thangnv**/
.seo-content-wrapper {
  position: relative;
  margin: auto;
  background: #fff;
}

.seo-content-container {
  position: relative;
}

.seo-content {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin: 0 auto;
  padding: 64px;
  max-width: 1000px;
}

.seo-content.expanded {
  max-height: none;
}

.seo-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 1) 70%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.seo-content.expanded+.seo-fade {
  opacity: 0;
  visibility: hidden;
}

.seo-toggle-btn {
  margin: 0 auto;
  padding: 8px 24px;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.seo-toggle-btn:hover {
  background: #e0e0e0;
}

/*--------------------------------------------------------------
# Language switcher
--------------------------------------------------------------*/
/*PC*/
.lang-switcher {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
  z-index: 9999;
  overflow: visible;
}

.lang-toggle {
  background: transparent;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: auto !important;
  padding-top: 18px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  user-select: none;
}

.lang-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #384133;
  border-bottom: 2px solid #384133;
  transform: rotate(45deg) translate(0px, 1px);
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.lang-toggle.open .lang-arrow {
  transform: rotate(135deg) translate(0px, 1px);
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  z-index: 1000;
  min-width: 100%;
  background: #e5ccc1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.lang-dropdown li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #232323;
  font-weight: 600;
}

.lang-dropdown li a:hover {
  color: tomato;
}

.lang-switcher * {
  pointer-events: auto;
  overflow: visible;
}

/**Mobile*/
.mobile-lang-switcher .pll-switcher-select {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
}

.mobile-lang-switcher select.lang-select {
  border: none;
  background: transparent;
  color: var(--secondary-color);
  font-size: 1rem;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.desktop-lang-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.desktop-lang-switcher li {
  margin-left: 15px;
}

.desktop-lang-switcher a {
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-lang-switcher .current-lang a {
  color: var(--hover-color);
  font-weight: bold;
}

/**/
.sticky-offer-link {
  position: fixed;
  bottom: 160px;
  right: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-de .sticky-offer-link {
  font-size: 9px;
}

.sticky-offer-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.sticky-whatsapp {
  position: fixed;
  bottom: 230px;
  right: 15px;
  border: none;
  z-index: 9999;
}

.sticky-whatsapp:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.sticky-whatsapp img {
  width: 55px;
  height: 55px;
}

/*form-popup*/
.form-popup-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 20px;
  align-items: center;
  max-width: 450px;
}

.form-popup-list .text {
  padding: 5px 0;
  text-align: left;
}

.form-popup-list .func input,
.form-popup-list .func select,
.form-popup-list .func textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.form-popup-list .func textarea,
.form-popup-list .func .submitpopup {
  grid-column: 1 / -1;
  margin-top: 10px;
}

.text.title-popup h4 {
  font-size: 26px;
  margin-bottom: 0.5rem;
}

.submitpopup {
  background: #384133;
  color: #fff;
  opacity: 1;
  height: 50px;
}

.submitpopup:hover {
  opacity: 0.9;
  cursor: pointer;
}

.form-popup-list .func textarea {
  height: 100px;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
  --gf-local-width: 100% !important;
}

.bookpopup {
  max-width: 495px !important;
}

.bookpopup .button {
  background: #384133 !important;
  color: #fff !important;
  opacity: 1 !important;
  height: 50px !important;
  width: 100% !important;
  font-family: "Work Sans", sans-serif;
}

.bookpopup .button:hover {
  opacity: 0.9 !important;
}

@media (max-width: 600px) {
  .form-popup-list {
    grid-template-columns: 1fr;
  }

  .form-popup-list .text {
    padding-top: 10px;
  }

  .form-popup-list .func {
    margin-bottom: 10px;
  }
}

.fancybox-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  visibility: hidden !important;
}

/**/
.footer-partners {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
}

.footer-partners .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.footer-partners a {
  border: none;
}

.footer-partners picture img {
  object-fit: contain;
  width: 160px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.footer-partners .swiper-button-next,
.footer-partners .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  top: 65%;
  transform: translateY(-50%);
  z-index: 10;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.footer-partners .swiper-button-next:hover,
.footer-partners .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}

.footer-partners .swiper-button-prev {
  left: 0;
}

.footer-partners .swiper-button-next {
  right: 0;
}

.footer-partners .swiper-button-next::after,
.footer-partners .swiper-button-prev::after {
  font-size: 20px;
}

@media screen and (max-width: 567px) {
  .lang-switcher {
    display: none;
  }

  .section-facilities .facilities-list .facility {
    margin: 10px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .section-facilities .facilities-list {
    margin: auto;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .section-facilities .newsletter {
    padding: 20px;
  }

  footer .footer-copyright {
    align-items: start;
  }

  .book-stay {
    right: 3%;
  }

  .mb-only img {
    width: 100%;
    height: 100%;
  }

  #languages-menu {
    display: flex !important;
  }

  .section-intro .main-title {
    display: block !important;
    margin: 20px auto 40px;
  }

  .section-text-image.image-right .no-padding {
    padding-left: 0 !important;
  }
}

div#seasonToggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #384133;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  justify-content: center;
}

#seasonToggle .season-toggle-text {
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease;
}

#seasonToggle.summer .season-toggle-text:first-child {
  opacity: 0.5;
}

#seasonToggle:not(.summer) .season-toggle-text:last-child {
  opacity: 0.5;
}

#seasonToggle .season-icons {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #384133;
  border-radius: 30px;
  padding: 4px 15px;
  min-width: 80px;
  justify-content: center;
  gap: 5px;
  transition: background-color 0.3s ease;
}

#seasonToggle .season-icon {
  width: 16px;
  height: 16px;
  transition: opacity 0.3s ease;
  padding: 3px;
  border-radius: 50%;
}

#seasonToggle .sun-icon {
  opacity: 0;
}

#seasonToggle.summer .sun-icon {
  opacity: 1;
  background-color: #384133;
}

#seasonToggle.summer .sun-icon path {
  fill: #fff;
}

#seasonToggle.summer .snow-icon {
  opacity: 0;
}

#seasonToggle:not(.summer) .snow-icon {
  background-color: #384133;
}

#seasonToggle:not(.summer) .snow-icon path {
  fill: #fff;
}

/* Latest Articles Section */
.latest-articles {
  padding: 80px 0;
  background-color: #f8f5f3;
}

.latest-articles .section-title {
  text-align: center;
}

.article-card {
  background: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px;
}

.article-date {
  color: #384133;
  font-size: 14px;
  margin-bottom: 15px;
}

.article-title {
  font-size: 18px;
  color: #384133;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.article-image {
  margin-bottom: 20px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-categories {
  margin-bottom: 15px;
}

.article-categories .category {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 8px;
  font-size: 12px;
  color: #384133;
  border: 1px solid #384133;
  border-radius: 20px;
}

.article-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.read-more {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #384133;
  color: #384133;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.read-more:hover {
  background: #384133;
  color: #fff;
}

.latest-articles .swiper-button-next,
.latest-articles .swiper-button-prev {
  color: #384133;
  width: 40px;
  height: 40px;
}

.latest-articles .swiper-button-next:after,
.latest-articles .swiper-button-prev:after {
  font-size: 20px;
}

@media (max-width: 768px) {
  .latest-articles {
    padding: 40px 0;
  }

  .article-card {
    padding: 20px;
  }

  .article-image img {
    height: 200px;
  }

  .announcement {
    height: auto;
  }
}

.swiper-slide.h-auto {
  height: auto !important;
}

.image-content-slider {
  position: relative;
  width: 100%;
}

.image-content-slider .swiper-slide picture,
.image-content-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-content-slider .swiper-button-next,
.image-content-slider .swiper-button-prev {
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
}

.image-content-slider .swiper-button-next:hover,
.image-content-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.8);
}

.image-content-slider .swiper-button-next:after,
.image-content-slider .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
}

.info_image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info_image .swiper,
.info_image .swiper-wrapper,
.info_image .swiper-slide {
  height: auto !important;
  min-height: unset !important;
}

.swiper.image-content-slider {
  width: 100%;
  max-width: 700px;
  /* hoặc kích thước mong muốn */
  margin: 0;
}

.swiper.image-content-slider .swiper-slide {
  width: auto;
  height: auto;
}

.swiper.image-content-slider .swiper-slide img {
  max-width: 100%;
  display: block;
}

.hidden {
  display: none !important;
}

/* Thêm media query cho mobile */
@media screen and (max-width: 768px) {
  #seasonToggle .season-toggle-text {
    display: none;
  }

  #seasonToggle .season-icons {
    min-width: 60px;
    padding: 2px 10px;
  }
}

.season-icons svg {
  transition: all 0.3s ease;
}

.season-icons svg:hover,
.season-icons svg:focus {
  background: #384133;
  border-radius: 100%;
}

.season-icons svg:hover .st0,
.season-icons svg:focus .st0 {
  fill: #ffffff;
}

/* Trạng thái đã chọn */
.season-icons svg.selected {
  background: #384133;
  border-radius: 100%;
}

.season-icons svg.selected .st0 {
  fill: #ffffff;
}

.latest-articles.feature-post {
  background: transparent;
}

/* Season content initial state - prevents flash of unwanted content */
[data-weather] {
  transition: opacity 0.3s ease;
}

/* Hide all seasonal content initially until JS determines what to show */
html.no-js [data-weather="summer"],
html.no-js [data-weather="winter"] {
  display: none;
}

/* When JS loads, it will remove the no-js class and apply proper visibility */
html:not(.season-summer) [data-weather="summer"],
html:not(.season-winter) [data-weather="winter"] {
  display: none;
}

/* Ensure proper display when season is selected */

/* Existing hidden class */
.hidden {
  display: none !important;
}

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

.article-date.text-center {
  text-align: center;
  font-size: 16px;
}

.article-categories .category.text-center {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 8px;
  font-size: 12px;
  color: #384133;
  border: none;
  text-align: center;
}

.read-more.text-center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
}

.title-testimonial {
  margin-bottom: 50px;
}

@media (max-width: 767px) {

  .home .mb-list-entry.open h4,
  .room-categories-overview .mb-list-entry.open h4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
  }

  .room-categories-overview .mb-list-entry.open .mb-entry-more {
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .mb-list .mb-list-entry .mb-entry-more .text {
    padding: 20px 0;
    top: 30px;
    position: relative;
  }

  body,
  .section-intro .intro-text-mobile,
  .button,
  .closed,
  .section-text-image .info_text p,
  .testimonials-swiper .testimonial-text {
    font-size: 17px;
    line-height: 24px;
  }

  .foo-cu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .book-stay {
    position: static;
    margin-top: 10px;
    margin-bottom: 0;
    right: auto;
  }
}

.ws-sgct blockquote {
  background: rgb(248, 248, 248);
  font-size: 16px;
  font-style: italic;
  padding: 10px 15px;
  border-left: 3px solid rgb(220, 224, 232);
  line-height: 1.7;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 16px;
  line-height: 1.5;
}

.ws-sgct a {
  color: var(--primary-color);
}

.ws-sgct .wp-block-image {
  width: 100%;
}

.ws-sgct p {
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.ws-sgct img {
  margin: 2rem auto 2rem auto;
}

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
  margin: 0px 0px 20px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(236, 236, 236);
  border-collapse: collapse;
  border-radius: 5px;
  border-right-style: hidden;
  border-bottom-style: hidden;
  border-left-style: hidden;
  box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
  overflow: hidden;
  border-top: none !important;
}

.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
}

.ws-sgct table p {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
}

.ws-sgct table tr:nth-child(2n) {
  background-color: rgb(248, 250, 252);
}

.ws-sgct table>tbody>tr>td,
.ws-sgct table>tbody>tr>th,
.ws-sgct table>tfoot>tr>td,
.ws-sgct table>tfoot>tr>th,
.ws-sgct table>thead>tr>td,
.ws-sgct table>thead>tr>th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 2.1rem;
}

.ws-sgct h4 {
  font-size: 16px;
}

.ws-sgct h3 {
  font-size: 17px;
}

.ws-sgct h2,
.ws-sgct .h2 {
  font-size: 18px;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct .h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6,
.ws-sgct h1 {
  margin: 0 0 12px;
  font-weight: 700;
  color: #323232;
}

.ws-sgct figure {
  max-width: 100%;
}

.section-slider_homepage {
  position: relative;
  height: calc(100vh - 50px);
  min-height: 500px;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 567px) {
  .section-slider_homepage {
    height: 50vh;
  }
}

@media (min-width: 900px) {
  .section-slider_homepage {
    height: 90vh;
    min-height: 600px;
  }
}

.homepage-slider {
  width: 100%;
  height: 100%;
}

.homepage-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.homepage-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage-slider .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 60px 20px 40px;
  text-align: center;
}

@media (min-width: 900px) {
  .homepage-slider .slide-content {
    padding: 80px 40px 60px;
  }
}

.homepage-slider .slide-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

@media (min-width: 900px) {
  .homepage-slider .slide-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.homepage-slider .slide-content p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .homepage-slider .slide-content p {
    font-size: 18px;
  }
}

/* Navigation Buttons */
.homepage-slider .swiper-button-next,
.homepage-slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 900px) {

  .homepage-slider .swiper-button-next,
  .homepage-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

.homepage-slider .swiper-button-next:hover,
.homepage-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.homepage-slider .swiper-button-next::after,
.homepage-slider .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 900px) {

  .homepage-slider .swiper-button-next::after,
  .homepage-slider .swiper-button-prev::after {
    font-size: 20px;
  }
}

.homepage-slider .swiper-button-next {
  right: 20px;
}

.homepage-slider .swiper-button-prev {
  left: 20px;
}

@media (min-width: 900px) {
  .homepage-slider .swiper-button-next {
    right: 40px;
  }

  .homepage-slider .swiper-button-prev {
    left: 40px;
  }
}

/* Pagination Dots */
.homepage-slider .swiper-pagination {
  bottom: 30px;
  text-align: center;
}

@media (min-width: 900px) {
  .homepage-slider .swiper-pagination {
    bottom: 40px;
  }
}

.homepage-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

@media (min-width: 900px) {
  .homepage-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
  }
}

.homepage-slider .swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
}

.homepage-slider .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

input#sb-container_sb__form-field--checkavailability\ header-book-now {
  border: none !important;
  font-weight: 600;
}

.mockup-section {
  padding-top: 120px;
  padding-bottom: 115px;
}

.mockup-title {
  color: #384133;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  max-width: 670px;
  margin: 0 auto 40px;
}

@media (min-width: 900px) {
  .mockup-title {
    font-size: 40px;
    letter-spacing: 7.6px;
    margin: 60px auto 80px;
  }
}

.mockup_swiper-slider {
  margin-top: 64px;
  margin-left: 65px;
  margin-right: 65px;
}

.mockup-item {
  aspect-ratio: 373/613;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mockup-item .mockup-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

.mockup-item .mockup-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease-in-out;
}

.mockup-item .mockup-item-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}

.mockup-item .mockup-item-content-hover {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mockup-item .mockup-item-content .item-content-short-desc {
  color: white;
  text-align: center;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

@media (min-width: 900px) {
  .mockup-item .mockup-item-content .item-content-short-desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.mockup-item .mockup-item-content-hover .item-content-text {
  color: #384133;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

@media (min-width: 900px) {
  .mockup-item .mockup-item-content-hover .item-content-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.mockup-item .mockup-item-content-hover .mockup-btn {
  margin-top: auto;
}

.mockup-item .mockup-item-content .item-content-title {
  margin-top: auto;
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 900px) {
  .mockup-item .mockup-item-content .item-content-title {
    font-size: 28px;
  }
}

.mockup-item .mockup-item-content-hover {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

@media (min-width: 900px) {
  .mockup-item .mockup-item-content-hover {
    padding: 32px 32px 25px 32px;
  }
}

.mockup-item:hover .mockup-item-content-hover {
  opacity: 1;
}

.mockup-item:hover .mockup-overlay {
  height: 100%;
  background: rgba(255, 255, 255, 0.60);
}

.mockup-item:hover .mockup-item-content {
  opacity: 0;
}

.item-style-2 .mockup-item-content {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mockup_swiper-slider {
  position: relative;
}

.slider-area {
  position: relative;
}

.slider-area .swiper-button-prev-custom,
.slider-area .swiper-button-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #384133;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  z-index: 10 !important;
  pointer-events: all !important;
}

.slider-area .swiper-button-prev-custom::after,
.slider-area .swiper-button-next-custom::after {
  content: "";
}

.slider-area .swiper-button-prev-custom {
  left: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5821_206)'%3E%3Cpath d='M13.2915 0.0991659L3.10691 8.22329C2.93878 8.35766 2.93878 8.64177 3.10691 8.77614L13.2922 16.9012C13.414 16.9979 13.5956 17.0265 13.7536 16.9743C13.7867 16.9636 13.812 16.9515 13.8309 16.9415C13.9458 16.8794 14.0176 16.7602 14.0176 16.6294L14.0176 0.370023C14.0176 0.239898 13.946 0.120028 13.8309 0.0585019C13.8116 0.0480707 13.7861 0.0360484 13.7556 0.0259708C13.5956 -0.0265387 13.4136 0.001926 13.2915 0.0991659Z' fill='%23384133'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5821_206'%3E%3Crect width='17' height='17' fill='white' transform='translate(17) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slider-area .swiper-button-next-custom {
  right: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_5821_211)'%3E%3Cpath d='M3.70854 16.9008L13.8931 8.77671C14.0612 8.64234 14.0612 8.35823 13.8931 8.22386L3.70783 0.0988484C3.58602 0.00213822 3.40445 -0.0265026 3.24639 0.0256539C3.21332 0.036438 3.18804 0.0484619 3.16912 0.0585385C3.0542 0.120596 2.98242 0.239758 2.98242 0.37059L2.98242 16.63C2.98242 16.7601 3.05403 16.88 3.16912 16.9415C3.18839 16.9519 3.21385 16.964 3.24444 16.974C3.40444 17.0265 3.58637 16.9981 3.70854 16.9008Z' fill='%23384133'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5821_211'%3E%3Crect width='17' height='17' fill='white' transform='translate(0 17) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.mockup-content-section {
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
}

/*
  MOCKUP/OFFERS SLIDER - Pre-init styles
  Đảm bảo slider hiển thị đúng số item trước khi Swiper khởi tạo
*/
.mockup_swiper-slider:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Ẩn tất cả items trước, chỉ hiển thị số lượng phù hợp */
.mockup_swiper-slider:not(.swiper-initialized) .swiper-slide {
  display: none;
}

/* Mobile: chỉ hiển thị 1 item đầu tiên */
.mockup_swiper-slider:not(.swiper-initialized) .swiper-slide:nth-child(1) {
  display: block;
}

@media (min-width: 768px) {
  .mockup_swiper-slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* Tablet: hiển thị 2 items đầu tiên */
  .mockup_swiper-slider:not(.swiper-initialized) .swiper-slide:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .mockup_swiper-slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* Desktop: hiển thị 3 items đầu tiên */
  .mockup_swiper-slider:not(.swiper-initialized) .swiper-slide:nth-child(3) {
    display: block;
  }
}

.relative-room-content {
  position: relative;
}

.absolute-room-content {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.room-category-entry:hover .absolute-room-content {
  height: 100%;
  opacity: 1;
}

.button.room-btn {
  padding: 12px 20px;
  white-space: nowrap;
}

.mb-room-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/*******Nextweb Custom******/
.section-home {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 50px 0px 50px;
}
.home-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-home-hero {
    position: relative;
    width: 100%;
    min-height: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}

.section-home-hero.hidden {
    display: none !important;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-image,
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.48);
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1180px;
    padding: 120px 24px;
    text-align: center;
    color: #fff;
}

.hero-subtitle {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.hero-title {
    font-size: 62px;
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 26px;
    color: #fff;
}

.hero-description {
    max-width: 1050px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 1024px) {
    .section-home-hero {
        min-height: 680px;
    }

    .hero-subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-description {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .section-home-hero {
        min-height: 560px;
    }

    .hero-content {
        padding: 90px 18px;
    }

    .hero-subtitle {
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom: 22px;
    }

    .hero-title {
        font-size: 32px;
        letter-spacing: 1.5px;
    }

    .hero-description {
        font-size: 17px;
        line-height: 1.5;
    }
	.section-home {
        padding: 34px 16px;
    }
}

/***Home section 2***/
.section-home-rankting {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 40px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    background: #fff;
    box-sizing: border-box;
}

.home-rankting-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.home-rankting-item {
    min-height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 22px;
    box-sizing: border-box;
}

.home-rankting-item:not(:first-child) {
    border: 1px solid #8f8f8f;
}

.home-rankting-title {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

.home-rankting-des {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #111;
}
.acf-stars{
	color: #f5a623;
}
@media (max-width: 1024px) {
    .section-home-rankting {
        padding: 36px 24px;
    }

    .home-rankting-inner {
        gap: 24px;
    }

    .home-rankting-title {
        font-size: 26px;
    }

    .home-rankting-des {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-home-rankting {
        padding: 28px 16px;
    }

    .home-rankting-inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-rankting-item {
        min-height: auto;
        padding: 18px 16px;
    }

    .home-rankting-item:first-child {
        border: 1px solid #8f8f8f;
    }

    .home-rankting-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .home-rankting-des {
        font-size: 16px;
    }
}

/* ================================
   CHOOSE YOUR STAY
================================ */

.section-home-choose-stay {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 0px 50px;
    border-top: none;
    border-bottom: 1px solid #111;
    background: #fff;
    box-sizing: border-box;
}


.home-choose-stay-heading {
    margin-bottom: 22px;
}
.stay-title-group{
	font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
	text-transform: initial;
	letter-spacing: normal;
}
.home-sub-title {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
}

.home-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #111;
}

.home-choose-stay-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #111;
}

.home-choose-stay-desc {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #111;
}

.home-choose-stay-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.home-stay-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #aaa;
    padding: 8px;
    background: #fff;
    box-sizing: border-box;
}

.home-stay-card:hover {
    border-color: #111;
}

.home-stay-card-main {
    display: block;
    color: inherit;
    text-decoration: none;
	border-bottom:0;
}

.home-stay-card-main:hover,
.home-stay-card-main:focus {
    color: inherit;
    text-decoration: none;
}

.home-stay-card-main:hover .home-stay-title {
    text-decoration: underline;
}

.home-stay-image {
    width: 100%;
    height: 205px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #eee;
}

.home-stay-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-stay-card:hover .home-stay-image img {
    transform: scale(1.04);
}

.home-stay-content {
    padding: 0;
}

.home-stay-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
	text-align:left;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: inherit;
	
}

.home-stay-sub-title {
    min-height: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
	letter-spacing:normal;
}

.home-stay-package {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
}
.home-stay-package span {
    color: #999;
}
.home-stay-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    margin-bottom: 44px;
}

.home-stay-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 0px 10px;
    border: 1px solid #999;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    background: #fff;
    box-sizing: border-box;
}

.home-stay-actions {
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 8px;
    margin-top: auto;
}

.home-stay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.home-stay-btn-outline {
    border: 1px solid #666;
    background: #fff;
    color: #111;
}

.home-stay-btn-gray {
    border: 1px solid #384133;
    background: #384133;
    color: #fff;
}

.home-stay-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}


/* Responsive */
@media (max-width: 1024px) {
    .section-home-choose-stay {
        padding: 32px 20px;
    }

    .home-choose-stay-grid {
        gap: 22px;
    }

    .home-stay-image {
        height: 200px;
    }

    .home-stay-tags {
        margin-bottom: 30px;
    }

    .home-stay-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-home-choose-stay {
        padding: 28px 16px;
    }

    .home-choose-stay-heading {
        margin-bottom: 18px;
    }
	.stay-title-group{
		font-size: 30px;
	}
    .home-choose-stay-sub-title {
        font-size: 11px;
    }

    .home-choose-stay-title {
        font-size: 22px;
    }

    .home-choose-stay-desc {
        font-size: 16px;
    }

    .home-choose-stay-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-stay-card {
        padding: 10px;
    }

    .home-stay-image {
        height: 190px;
        margin-bottom: 14px;
    }

    .home-stay-title {
        font-size: 22px;
    }
	

    .home-stay-sub-title {
        min-height: auto;
        font-size: 10px;
    }

    .home-stay-package {
        font-size: 14px;
    }

    .home-stay-tags {
        gap: 8px;
        margin-bottom: 28px;
    }

    .home-stay-tags span {
        min-height: 22px;
        padding: 4px 8px;
        font-size: 9px;
    }

    .home-stay-btn {
        min-height: 28px;
        padding: 7px 10px;
        font-size: 11px;
    }
}

/* ================================
   WHY BOOK DIRECT
================================ */

.section-home-why-book {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 60px 60px;
    /*border-top: 1px solid #111;*/
    border-bottom: 1px solid #111;
    background: #fff;
    box-sizing: border-box;
	
}

.home-why-book-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.home-why-book-heading {
    margin-bottom: 48px;
}

.home-why-book-sub-title {
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #111;
}

.home-why-book-title {
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
	letter-spacing: normal;
	text-transform: initial;
}

.home-why-book-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: nowrap;
}

.home-why-book-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    /*white-space: nowrap;*/
}

.home-why-book-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-why-book-icon img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.home-why-book-icon span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #111;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.home-why-book-item-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
}
.home-order-des{
	min-height: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    letter-spacing: normal;
}
/* Fix nếu còn CSS section chung */
@media (min-width: 900px) {
    .section-home-why-book {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 36px 60px 60px;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .section-home-why-book {
        padding: 34px 36px 52px;
    }

    .home-why-book-title {
        font-size: 40px;
    }

    .home-why-book-list {
        gap: 22px;
    }

    .home-why-book-item {
        gap: 12px;
    }

    .home-why-book-item-title {
        font-size: 19px;
    }
}

@media (max-width: 900px) {
    .section-home-why-book {
        padding: 32px 24px 42px;
    }

    .home-why-book-heading {
        margin-bottom: 32px;
    }

    .home-why-book-sub-title {
        margin-bottom: 22px;
        font-size: 17px;
    }

    .home-why-book-title {
        font-size: 34px;
        text-align: center;
    }

    .home-why-book-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 24px;
    }

    .home-why-book-item {
        white-space: normal;
    }
}

@media (max-width: 600px) {
    .section-home-why-book {
        padding: 28px 16px 36px;
    }

    .home-why-book-title {
        font-size: 28px;
    }

    .home-why-book-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-why-book-icon,
    .home-why-book-icon img,
    .home-why-book-icon span {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .home-why-book-icon span {
        font-size: 22px;
        border-width: 2px;
    }

    .home-why-book-item-title {
        font-size: 18px;
    }
}

/* ================================
   WINTER IN STUBEN
================================ */

.section-home-winter-stuben {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 0px 50px;
    background: #fff;
    box-sizing: border-box;
	border-top: 1px solid #111;
}

.section-home-winter-stuben.hidden {
    display: none !important;
}

.winter-stuben-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.winter-stuben-heading {
    margin-bottom: 28px;
}

.winter-stuben-sub-title {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
}

.winter-stuben-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 1px;
    background: #111;
    transform: translateY(-50%);
}

.winter-stuben-title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: initial;
    letter-spacing: normal;
}

.winter-stuben-desc {
    max-width: 1180px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 400;
    color: #111;
}

.winter-stuben-desc p {
    margin: 0;
}

.winter-stuben-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.winter-stuben-item {
    border: 1px solid #777;
    background: #fff;
    box-sizing: border-box;
}

.winter-stuben-item[open] {
    border-color: #777;
}

.winter-stuben-question {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 60px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
}

.winter-stuben-question::-webkit-details-marker {
    display: none;
}

.winter-stuben-icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.winter-stuben-icon::before,
.winter-stuben-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #111;
    transform: translate(-50%, -50%);
}

.winter-stuben-icon::before {
    width: 28px;
    height: 1px;
}

.winter-stuben-icon::after {
    width: 1px;
    height: 28px;
}

.winter-stuben-item[open] .winter-stuben-icon::after {
    display: none;
}

.winter-stuben-question-text {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #111;
}

.winter-stuben-answer {
    padding: 0 36px 26px 74px;
    max-width: 1180px;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    color: #111;
    box-sizing: border-box;
}

.winter-stuben-answer p {
    margin: 0 0 18px;
}

.winter-stuben-answer p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .section-home-winter-stuben {
        padding: 42px 24px 38px;
    }

    .winter-stuben-title {
        font-size: 28px;
    }

    .winter-stuben-question-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section-home-winter-stuben {
        padding: 34px 16px;
    }

    .winter-stuben-sub-title {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .winter-stuben-title {
        font-size: 24px;
    }

    .winter-stuben-desc {
        font-size: 14px;
    }

    .winter-stuben-accordion {
        gap: 12px;
    }

    .winter-stuben-question {
        gap: 16px;
        min-height: 56px;
        padding: 14px;
    }

    .winter-stuben-icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .winter-stuben-icon::before {
        width: 22px;
    }

    .winter-stuben-icon::after {
        height: 22px;
    }

    .winter-stuben-question-text {
        font-size: 18px;
    }

    .winter-stuben-answer {
        padding: 0 16px 22px 52px;
        font-size: 14px;
    }
}

/* ================================
   HOME TESTIMONIALS
================================ */

.section-home-testimonials {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 15px;
    background: #fff;
    box-sizing: border-box;
	border-top: 1px solid #111;
}

.home-testimonials-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.home-testimonials-heading {
    margin-bottom: 18px;
}

.home-testimonials-sub-title {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
}

.home-testimonials-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 1px;
    background: #111;
    transform: translateY(-50%);
}

.home-testimonials-title {
    margin: 0;
    font-size: 46px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
}

.home-testimonials-swiper {
    width: 100%;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 34px;
}

.home-testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}

.home-testimonials-swiper .swiper-slide {
    height: auto;
}

.home-testimonial-card {
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    border: 1px solid #aaa;
    padding: 32px 24px 18px;
    background: #fff;
    box-sizing: border-box;
}

.home-testimonial-stars {
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000;
}

.home-testimonial-content {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    color: #111;
}

.home-testimonial-content p {
    margin: 0 0 14px;
}

.home-testimonial-content p:last-child {
    margin-bottom: 0;
}

.home-testimonial-author {
    margin-top: auto;
}

.home-testimonial-name {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.home-testimonial-position {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    color: #111;
}

.home-testimonials-pagination {
    position: relative;
    margin-top: 22px;
}

.home-testimonials-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 1;
    background: #bbb;
}

.home-testimonials-pagination .swiper-pagination-bullet-active {
    background: #111;
}

/* Responsive */
@media (max-width: 1024px) {
    .section-home-testimonials {
        padding: 38px 24px 46px;
    }

    .home-testimonial-card {
        min-height: 300px;
    }

    .home-testimonials-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .section-home-testimonials {
        padding: 34px 16px 42px;
    }

    .home-testimonials-sub-title {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .home-testimonials-title {
        font-size: 24px;
    }

    .home-testimonial-card {
        min-height: auto;
        padding: 26px 18px 20px;
    }

    .home-testimonial-stars {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .home-testimonial-content {
        font-size: 14px;
    }

    .home-testimonial-name,
    .home-testimonial-position {
        font-size: 13px;
    }
}


/* ================================
   WHY STUBEN
================================ */

.section-home-why-stuben {
	background:#fff;
	padding: 50px 15px;
	border-top: 1px solid #111;
}

.why-stuben-item {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 80px;
}

.why-stuben-item:last-child {
	margin-bottom: 0;
}

.why-stuben-item.image-left {
	flex-direction: row;
}

.why-stuben-item.image-right {
	flex-direction: row-reverse;
}

.why-stuben-content,
.why-stuben-image {
	width: 50%;
}

.why-stuben-image img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.why-stuben-title {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 25px;
}
.section-home-why-stuben h2{
	font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: initial;
    letter-spacing: normal;
}
.why-stuben-text {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.why-stuben-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 34px;
	background: #234336;
	color: #fff;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s;
}

.why-stuben-button:hover {
	background: #b98a49;
	color: #fff;
}

/* Ẩn hiện theo Winter / Summer giống section cũ */
.weather-winter.hidden,
.weather-summer.hidden {
	display: none !important;
}
.why-stuben-text ul{
	display:flex;
	flex-wrap:wrap;
	gap:10px 10px;
	margin:30px 0;
	padding:0;
	list-style:none;
}

.why-stuben-text ul li{
	position:relative;
	display:flex;
	align-items:center;
	padding:10px 15px 10px 30px;
	border:1px solid #5a5a5a;
	border-radius:999px;
	background:#fff;
	font-size:14px;
	font-weight:500;
	line-height:1.2;
	color:#222;
	transition:.3s;
}

.why-stuben-text ul li::before{
	content:"";
	position:absolute;
	left:18px;
	top:50%;
	transform:translateY(-50%);
	width:7px;
	height:7px;
	border-radius:50%;
	background:#111;
}


@media (max-width:767px){

	.why-stuben-text ul{
		gap:10px;
	}

	.why-stuben-text ul li{
		width:100%;
		font-size:14px;
		padding:9px 18px 9px 34px;
	}

	.why-stuben-text ul li::before{
		left:16px;
		width:6px;
		height:6px;
	}

}

@media (max-width: 767px) {
	.why-stuben-item,
	.why-stuben-item.image-left,
	.why-stuben-item.image-right {
		flex-direction: column;
		gap: 30px;
	}

	.why-stuben-image,
	.why-stuben-content {
		width: 100%;
	}

	.why-stuben-image {
		order: 1;
	}

	.why-stuben-content {
		order: 2;
	}

	.why-stuben-title {
		font-size: 30px;
	}
}

.section-home-faq {
	padding: 70px 0 80px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background: #fff;
}

.section-home-faq .faq-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.faq-heading {
	text-align: center;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 45px;
	color: #111;
}

.faq-list {
	width: 100%;
}

.faq-item {
	border-bottom: 1px solid #555;
}

.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	padding: 24px 0;

	background: transparent;
	border: 0;
	cursor: pointer;

	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

.faq-question span:first-child {
	max-width: calc(100% - 40px);
}

.faq-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: .3s;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

.faq-answer {
	display: none;
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-answer-inner {
	padding: 0 0 24px;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

@media (max-width: 767px) {
	.section-home-faq {
		padding: 50px 0 60px;
	}

	.faq-heading {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.faq-question {
		font-size: 15px;
		padding: 20px 0;
	}
}


.section-book-direct-save {
	position: relative;
	padding: 38px 0 58px;
	background: #fff;
}

.book-direct-top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.book-direct-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #111;
	text-transform: uppercase;
}

.book-direct-label::before {
	content: "";
	width: 18px;
	height: 1px;
	background: #111;
	display: inline-block;
}

.book-direct-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0;
	text-align: center;
}

.book-direct-sub-title {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 28px;
}

.book-direct-title {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 400;
	color: #111;
	margin: 0 0 38px;
}

.book-direct-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

.book-direct-btn {
	min-width: 190px;
	height: 42px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 0 26px;

	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;

	border: 1px solid #222;
	transition: .3s;
}

.book-direct-btn-fill {
	background: #9b9999;
	border-color: #9b9999;
	color: #fff;
}

.book-direct-btn-outline {
	background: transparent;
	color: #111;
}

.book-direct-btn-fill:hover,
.book-direct-btn-outline:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 767px) {
	.section-book-direct-save {
		padding: 35px 0 45px;
	}

	.book-direct-top {
		padding: 0 20px;
	}

	.book-direct-inner {
		padding-top: 30px;
	}

	.book-direct-title {
		font-size: 32px;
		margin-bottom: 28px;
	}

	.book-direct-actions {
		flex-direction: column;
		gap: 14px;
	}

	.book-direct-btn {
		width: 100%;
		max-width: 260px;
	}
}

.weather-winter.hidden,
.weather-summer.hidden {
	display: none !important;
}

.section-home-why-stuben[data-weather="winter"].hidden,
.section-home-why-stuben[data-weather="summer"].hidden {
	display: none !important;
}

/***SKY HOTEL PAGE**/

@media (min-width: 900px) {
	/*body:not(.home) .sky-hotel-page section {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}*/
}
.section-home-hero{
	position:relative;
	width:100%;
	height:100vh;
	min-height:850px;
	overflow:hidden;
}

.hero-media,
.hero-overlay{
	position:absolute;
	inset:0;
}

.hero-image,
.hero-video{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.hero-overlay{
	background:rgba(0,0,0,.25);
	z-index:1;
}

.hero-content{
	position:relative;
	z-index:2;

	height:100%;

	max-width:1400px;
	margin:0 auto;
	padding:0 50px;

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

	text-align:center;
}

.hero-subtitle{
	margin-bottom:18px;
}

.hero-title{
	margin-bottom:25px;
}

.hero-description{
	max-width:700px;
	margin:0 auto;
}

.hero-booking-form{
	width:100%;
	max-width:1100px;
	margin-top:100px;   /* cách nội dung 100px */
	/* display:flex;*/
	justify-content:center;
	align-items:center;
}

.page .sky-hotel-page {
	display: block;
}


.section-home-signature {
	padding: 70px 0;
	border-bottom: 1px solid #111;
	background: #fff;
}

.signature-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.signature-section-title {
	margin-bottom: 30px;
}

.signature-item {
	display: flex;
	align-items: center;
	gap: 35px;
}

.signature-image {
	width: 52%;
}

.signature-content {
	width: 48%;
}

.signature-image img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.signature-text p:first-child {
	margin: 0 0 20px;
	font-size: 15px;
	text-transform: uppercase;
	color: #111;
}

.signature-text h2 {
	margin: 0 0 18px;
	font-size: 36px;
	line-height: 1.45;
	font-weight: 400;
	color: #111;
}

.signature-text p {
	font-size: 17px;
	line-height: 1.55;
	color: #111;
}

.signature-text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.signature-text ul li {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 9px 18px 9px 30px;
	border: 1px solid #555;
	border-radius: 999px;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	color: #111;
}

.signature-text ul li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #111;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.section-home-signature {
		padding: 50px 0;
	}

	.signature-item {
		flex-direction: column;
		gap: 25px;
	}

	.signature-image,
	.signature-content {
		width: 100%;
	}

	.signature-text h2 {
		font-size: 28px;
	}

	.signature-text ul li {
		width: 100%;
	}
}