@charset "UTF-8";
/*=============================================
=            CSS Index            =
=============================================
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

sub {
  font-size: 0.6em;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@-webkit-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-moz-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-ms-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-o-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-moz-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-ms-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-o-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.92, 0.92) translate(0, 30px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@font-face {
  font-family: "Athelas";
  src: url("../fonts/Athelas-Italic.woff2") format("woff2"), url("../fonts/Athelas-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Athelas";
  src: url("../fonts/Athelas-BoldItalic.woff2") format("woff2"), url("../fonts/Athelas-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Athelas";
  src: url("../fonts/Athelas-Bold.woff2") format("woff2"), url("../fonts/Athelas-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Athelas";
  src: url("../fonts/Athelas-Regular.woff2") format("woff2"), url("../fonts/Athelas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../fonts/Acumin-Variable-Concept.eot");
  src: url("../fonts/Acumin-Variable-Concept.eot?#iefix") format("embedded-opentype"), url("../fonts/Acumin-Variable-Concept.woff2") format("woff2"), url("../fonts/Acumin-Variable-Concept.woff") format("woff"), url("../fonts/Acumin-Variable-Concept.ttf") format("truetype"), url("../fonts/Acumin-Variable-Concept.svg#Acumin Variable Concept") format("svg");
}
/******************************************************************************************/
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-black-webfont.woff2") format("woff2"), url("../fonts/acuminpro-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-bold-webfont.woff2") format("woff2"), url("../fonts/acuminpro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "acuminprocond";
  src: url("../fonts/acuminprocond-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/acuminprocond-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-extralight-webfont.woff2") format("woff2"), url("../fonts/acuminpro-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-light-webfont.woff2") format("woff2"), url("../fonts/acuminpro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-medium-webfont.woff2") format("woff2"), url("../fonts/acuminpro-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-regular-webfont.woff2") format("woff2"), url("../fonts/acuminpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acuminpro";
  src: url("../fonts/acuminpro-semibold-webfont.woff2") format("woff2"), url("../fonts/acuminpro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "acuminprowide";
  src: url("../fonts/acuminprowide-thin-webfont.woff2") format("woff2"), url("../fonts/acuminprowide-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "acuminprowide";
  src: url("../fonts/acuminprowide-light-webfont.woff2") format("woff2"), url("../fonts/acuminprowide-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "acuminprowide";
  src: url("../fonts/acuminprowide-medium-webfont.woff2") format("woff2"), url("../fonts/acuminprowide-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "acuminprowide";
  src: url("../fonts/acuminprowide-semibold-webfont.woff2") format("woff2"), url("../fonts/acuminprowide-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/*****************************************/
@font-face {
  font-family: "SukhumvitSet";
  src: url("../fonts/sukhumvit/SukhumvitSet-Light.eot");
  src: url("../fonts/sukhumvit/SukhumvitSet-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/sukhumvit/SukhumvitSet-Light.woff2") format("woff2"), url("../fonts/sukhumvit/SukhumvitSet-Light.woff") format("woff"), url("../fonts/sukhumvit/SukhumvitSet-Light.ttf") format("truetype"), url("../fonts/sukhumvit/SukhumvitSet-Light.svg#SukhumvitSet-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SukhumvitSet";
  src: url("../fonts/sukhumvit/SukhumvitSet-Bold.eot");
  src: url("../fonts/sukhumvit/SukhumvitSet-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sukhumvit/SukhumvitSet-Bold.woff2") format("woff2"), url("../fonts/sukhumvit/SukhumvitSet-Bold.woff") format("woff"), url("../fonts/sukhumvit/SukhumvitSet-Bold.ttf") format("truetype"), url("../fonts/sukhumvit/SukhumvitSet-Bold.svg#SukhumvitSet-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SukhumvitSet";
  src: url("../fonts/sukhumvit/SukhumvitSet-Medium.eot");
  src: url("../fonts/sukhumvit/SukhumvitSet-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sukhumvit/SukhumvitSet-Medium.woff2") format("woff2"), url("../fonts/sukhumvit/SukhumvitSet-Medium.woff") format("woff"), url("../fonts/sukhumvit/SukhumvitSet-Medium.ttf") format("truetype"), url("../fonts/sukhumvit/SukhumvitSet-Medium.svg#SukhumvitSet-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SukhumvitSet";
  src: url("../fonts/sukhumvit/SukhumvitSet-Thin.eot");
  src: url("../fonts/sukhumvit/SukhumvitSet-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/sukhumvit/SukhumvitSet-Thin.woff2") format("woff2"), url("../fonts/sukhumvit/SukhumvitSet-Thin.woff") format("woff"), url("../fonts/sukhumvit/SukhumvitSet-Thin.ttf") format("truetype"), url("../fonts/sukhumvit/SukhumvitSet-Thin.svg#SukhumvitSet-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SukhumvitSet";
  src: url("../fonts/sukhumvit/SukhumvitSet-Text.eot");
  src: url("../fonts/sukhumvit/SukhumvitSet-Text.eot?#iefix") format("embedded-opentype"), url("../fonts/sukhumvit/SukhumvitSet-Text.woff2") format("woff2"), url("../fonts/sukhumvit/SukhumvitSet-Text.woff") format("woff"), url("../fonts/sukhumvit/SukhumvitSet-Text.ttf") format("truetype"), url("../fonts/sukhumvit/SukhumvitSet-Text.svg#SukhumvitSet-Text") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SukhumvitSet";
  src: url("../fonts/sukhumvit/SukhumvitSet-SemiBold.eot");
  src: url("../fonts/sukhumvit/SukhumvitSet-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/sukhumvit/SukhumvitSet-SemiBold.woff2") format("woff2"), url("../fonts/sukhumvit/SukhumvitSet-SemiBold.woff") format("woff"), url("../fonts/sukhumvit/SukhumvitSet-SemiBold.ttf") format("truetype"), url("../fonts/sukhumvit/SukhumvitSet-SemiBold.svg#SukhumvitSet-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

body,
html {
  width: 100%;
  position: relative;
  background-color: #fcf6ec;
  font-family: "acuminpro";
  font-size: 16px;
  line-height: 1.5;
  color: #404041;
}
body .fa-brands,
body .fab,
html .fa-brands,
html .fab {
  font-family: "Font Awesome 6 Brands";
}
body.font-sukhumvit,
html.font-sukhumvit {
  font-family: "SukhumvitSet" !important;
}
body.font-sukhumvit *,
html.font-sukhumvit * {
  font-family: "SukhumvitSet" !important;
}
body.font-sukhumvit .fa-classic,
body.font-sukhumvit .fa-regular,
body.font-sukhumvit .fa-solid,
body.font-sukhumvit .far,
body.font-sukhumvit .fas,
html.font-sukhumvit .fa-classic,
html.font-sukhumvit .fa-regular,
html.font-sukhumvit .fa-solid,
html.font-sukhumvit .far,
html.font-sukhumvit .fas {
  font-family: "Font Awesome 6 Free" !important;
}
body.font-sukhumvit .fa-brands,
body.font-sukhumvit .fab,
html.font-sukhumvit .fa-brands,
html.font-sukhumvit .fab {
  font-family: "Font Awesome 6 Brands" !important;
}
body.font-sukhumvit .nav-container__global-nav-desktop .box-img span,
html.font-sukhumvit .nav-container__global-nav-desktop .box-img span {
  font-size: 12px;
}
@media (min-width: 768px) {
  body.font-sukhumvit .nav-container__global-nav-desktop .box-img span,
  html.font-sukhumvit .nav-container__global-nav-desktop .box-img span {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  body.font-sukhumvit .nav-container__global-nav-desktop .box-img span,
  html.font-sukhumvit .nav-container__global-nav-desktop .box-img span {
    font-size: 32px;
  }
}
body.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description,
html.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  body.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description,
  html.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    font-size: 20.3px;
  }
}
@media (min-width: 1440px) {
  body.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description,
  html.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  body.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description,
  html.font-sukhumvit .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    font-size: 2.8rem;
  }
}
body.font-sukhumvit .lg-icon,
html.font-sukhumvit .lg-icon {
  font-family: lg !important;
}
body.font-acuminpro,
html.font-acuminpro {
  font-family: "acuminpro";
}

body {
  overflow-x: hidden;
}

.b_smooth {
  scroll-behavior: smooth;
}

.f-athelas {
  font-family: "Athelas" !important;
}

#wrapper {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  #wrapper {
    overflow: visible;
  }
}

section[class^=mg-] {
  overflow: visible;
}

h1 {
  font-family: "Athelas";
}

span {
  font-family: "acuminpro";
  font-weight: normal;
}

.page-wrap {
  position: relative;
  min-height: 202.0202020202vw;
  height: 100vh;
  background-image: linear-gradient(rgb(142, 217, 246), #ebe7b8 80%, #ebe7b8);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-wrap {
    height: 100vh;
    min-height: auto;
  }
}

.page-wrap-home {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(rgb(142, 217, 246), #ebe7b8 80%, #ebe7b8);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-wrap-home {
    height: 100vh;
  }
}

.hidden {
  overflow: hidden;
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.t_in_line {
  display: inline-block;
}

.modal-dialog {
  max-width: 700px;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 1140px;
  }
}

.hide-opacity {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.swiper-button-lock {
  visibility: hidden !important;
}

.btn.btn-mg {
  background-color: #db8056;
  color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 1rem 0;
  cursor: pointer;
  letter-spacing: 1.15px;
  height: 60px;
}
@media (min-width: 768px) {
  .btn.btn-mg {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .btn.btn-mg {
    font-size: 15px;
    height: 84px;
    padding: 1rem 10px;
  }
}
@media (min-width: 1440px) {
  .btn.btn-mg {
    font-size: 23px;
    height: 100px;
  }
}
@media (min-width: 1665px) {
  .btn.btn-mg {
    height: 120px;
  }
}
.btn.btn-mg:hover {
  background-color: #d1612d;
}

.form-fieldset {
  position: relative;
}
.form-fieldset > .form-select {
  font-family: "acuminprowide";
  font-weight: 300;
  height: 60px;
  line-height: 1.25;
  color: #8c8e90;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.375rem 17.5px;
  letter-spacing: 1.25px;
  font-size: 15px;
  background-image: none;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .form-fieldset > .form-select {
    font-size: 27px;
    padding: 29px 36px 0;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .form-fieldset > .form-select {
    padding: 19.5px 18px 0;
    font-size: 17.5px;
    height: 84px;
  }
}
@media (min-width: 1440px) {
  .form-fieldset > .form-select {
    font-size: 1.2rem;
    padding: 21px 24.5px 0;
    height: 100px;
  }
}
@media (min-width: 1665px) {
  .form-fieldset > .form-select {
    height: 120px;
    font-size: 25px;
    padding: 22px 35px 0;
  }
}
.form-fieldset select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none !important;
}
.form-fieldset > .form-control {
  font-family: "acuminprowide";
  font-weight: 300;
  color: #8c8e90;
  height: 60px;
  line-height: 1.25;
  font-size: 15px;
  letter-spacing: 1.25px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.375rem 17.5px;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .form-fieldset > .form-control {
    font-size: 27px;
    padding: 29px 36px 0;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .form-fieldset > .form-control {
    padding: 19.5px 18px 0;
    font-size: 17.5px;
    height: 84px;
  }
}
@media (min-width: 1440px) {
  .form-fieldset > .form-control {
    padding: 21px 24.5px 0;
    height: 100px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1665px) {
  .form-fieldset > .form-control {
    font-size: 25px;
    padding: 22px 35px 0;
    height: 120px;
  }
}
.form-fieldset > .form-control::placeholder {
  color: #8c8e90;
}
.form-fieldset .form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none !important;
}
.form-fieldset > label {
  color: #404041;
  position: absolute;
  letter-spacing: 1.6px;
  letter-spacing: 0.16em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  font-size: 9px;
  padding: 0.375rem 20px;
  padding-top: 27px;
}
@media (min-width: 768px) {
  .form-fieldset > label {
    font-size: 16px;
    padding: 50px 41px 0;
  }
}
@media (min-width: 992px) {
  .form-fieldset > label {
    font-size: 0.9rem;
    padding-left: 20px;
    padding-top: 35px;
  }
}
@media (min-width: 1440px) {
  .form-fieldset > label {
    padding-left: 27px;
    padding-top: 46px;
  }
}
@media (min-width: 1665px) {
  .form-fieldset > label {
    font-size: 1rem;
    transform: scale(0.85) translateY(-0.15rem) translateX(0.15rem);
    padding: 40px;
  }
}

.button__text {
  font-family: "acuminpro";
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 768px) {
  .button__text {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .button__text {
    font-size: 1.15vw;
  }
}
@media (min-width: 1440px) {
  .button__text {
    font-size: 1.00625rem;
  }
}
@media (min-width: 1665px) {
  .button__text {
    font-size: 1.15vw;
  }
}
@media (min-width: 1920px) {
  .button__text {
    font-size: 1.4375rem;
  }
}

.checkbox-single > label {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 3px 0 0 26px;
}
.checkbox-single > label.label-mini {
  font-size: 14px;
  font-weight: 300;
}
.checkbox-single > label input {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  padding: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.checkbox-single > label input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  top: 42.5%;
  left: 50%;
  width: 30%;
  height: 60%;
  border-right: 1px solid #3d3937;
  border-bottom: 1px solid #3d3937;
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
  -khtml-transform: translate(-50%, -50%) rotate(40deg);
  -moz-transform: translate(-50%, -50%) rotate(40deg);
  -ms-transform: translate(-50%, -50%) rotate(40deg);
  -o-transform: translate(-50%, -50%) rotate(40deg);
  transform: translate(-50%, -50%) rotate(40deg);
}
.checkbox-single > label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: solid 1px #c4c4c4;
  cursor: pointer;
  background-color: #ffffff;
}

.card {
  border: none;
  background-color: transparent;
  font-size: 0.8544921875rem;
}
@media (min-width: 992px) {
  .card {
    font-size: 1.03125rem;
  }
}
.card .thumbnal--video {
  position: relative;
  position: relative;
  overflow: hidden;
}
.card .thumbnal--video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.card .thumbnal--video > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .card .thumbnal--video {
    position: relative;
  }
  .card .thumbnal--video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.5813953488%;
  }
  .card .thumbnal--video > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.card .thumbnal--video iframe {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card .thumbnal--video:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 7%;
  width: 86%;
  height: 40%;
  background-color: transparent;
  z-index: 2;
}
.card .thumbnal {
  position: relative;
  position: relative;
  overflow: hidden;
}
.card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.card .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .card .thumbnal {
    position: relative;
  }
  .card .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.5813953488%;
  }
  .card .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.card .thumbnal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card .title {
  font-size: 18.5px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .card .title {
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .card .title {
    padding-bottom: 14px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .card .title {
    padding-bottom: 20px;
    font-size: 3.125rem;
  }
}
.card .title .mg-section_heading {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 18.5px;
  letter-spacing: auto;
}
@media (min-width: 768px) {
  .card .title .mg-section_heading {
    font-size: 1.708984375rem;
    letter-spacing: 2.5px;
  }
}
@media (min-width: 1440px) {
  .card .title .mg-section_heading {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .card .title .mg-section_heading {
    font-size: 3.125rem;
  }
}
.card .card-description {
  width: 100%;
}
.card .title-tab {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 1.5625rem;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .card .title-tab {
    font-size: 27.75px;
  }
}
@media (min-width: 992px) {
  .card .title-tab {
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .card .title-tab {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .card .title-tab {
    font-size: 3.125rem;
  }
}
.card .tac-box {
  min-height: 64px;
}
@media (min-width: 768px) {
  .card .tac-box {
    min-height: 32.8125px;
  }
}
.card .sub-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 40.5px;
  padding: 0px;
}
@media (min-width: 768px) {
  .card .sub-text {
    min-height: 44.296875px;
  }
}
@media (min-width: 992px) {
  .card .sub-text {
    min-height: 44.296875px;
    padding: 10.625px 0 21.875px;
  }
}
@media (min-width: 1440px) {
  .card .sub-text {
    padding: 11.9px 0 24.5px;
  }
}
@media (min-width: 1665px) {
  .card .sub-text {
    padding: 17px 0 35px;
  }
}
.card .sub-text p {
  font-size: 0.8203125rem;
}
@media (min-width: 768px) {
  .card .sub-text p {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .card .sub-text p {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .card .sub-text p {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .card .sub-text p {
    font-size: 1.5625rem;
  }
}
.card .box-contact {
  margin-top: 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  column-gap: 5px;
}
@media (min-width: 992px) {
  .card .box-contact {
    column-gap: 10px;
    margin-top: 21.875px;
  }
}
@media (min-width: 1440px) {
  .card .box-contact {
    column-gap: 10px;
    margin-top: 24.5px;
  }
}
@media (min-width: 1665px) {
  .card .box-contact {
    column-gap: 10px;
    margin-top: 35px;
  }
}
.card .box-contact i,
.card .box-contact p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
  font-size: 0.8203125rem;
}
@media (min-width: 768px) {
  .card .box-contact i,
  .card .box-contact p {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .card .box-contact i,
  .card .box-contact p {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .card .box-contact i,
  .card .box-contact p {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .card .box-contact i,
  .card .box-contact p {
    font-size: 1.5625rem;
  }
}
.card .tac-box--facilities {
  min-height: 44px;
}
@media (min-width: 768px) {
  .card .tac-box--facilities {
    min-height: 32.8125px;
  }
}
.card .tac-box--activities {
  min-height: 84px;
}
@media (min-width: 768px) {
  .card .tac-box--activities {
    min-height: 0;
  }
}
@media (min-width: 1665px) {
  .card .tac-box--activities {
    margin-bottom: 35px;
  }
}
.card .tac-box--activities .tac-zone + .tac-time {
  margin-top: 5px;
}
@media (min-width: 1665px) {
  .card .tac-box--activities .tac-zone + .tac-time {
    margin-top: 11px;
  }
}
.card .tac-box--activities .tac-zone + .tac-time + .tac-phone {
  margin-top: 5px;
}
@media (min-width: 1665px) {
  .card .tac-box--activities .tac-zone + .tac-time + .tac-phone {
    margin-top: 11px;
  }
}
.card .tac-box--activities .tac-zone span {
  padding-left: 0;
}
.card .tac-phone {
  margin-top: 5px;
  font-size: 0.8544921875rem;
}
@media (min-width: 768px) {
  .card .tac-phone {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .card .tac-phone {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .card .tac-phone {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .card .tac-phone {
    font-size: 1.5625rem;
  }
}
.card .tac-phone .fa-solid {
  font-size: 0.9em;
}
.card .tac-phone span {
  padding-left: 0.4em;
}
.card .tac-phone span a {
  display: inline-block;
  color: #404041;
  text-decoration: none;
}
.card .tac-zone {
  margin-top: 0.7rem;
  font-size: 0.8544921875rem;
  letter-spacing: 0.25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
@media (min-width: 992px) {
  .card .tac-zone {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .card .tac-zone {
    margin-top: 0.84rem;
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .card .tac-zone {
    margin-top: 1.2rem;
    font-size: 1.5625rem;
  }
}
.card .tac-zone .fa-solid {
  font-size: 0.9em;
}
.card .tac-zone span {
  padding-left: 0.4em;
  line-height: normal;
}
.card .tac-time {
  margin-top: 0.7rem;
  font-size: 0.8544921875rem;
  letter-spacing: 0.25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
@media (min-width: 992px) {
  .card .tac-time {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .card .tac-time {
    margin-top: 0.84rem;
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .card .tac-time {
    margin-top: 1.2rem;
    font-size: 1.5625rem;
  }
}
.card .tac-time .fa-solid {
  font-size: 0.9em;
}
.card .tac-time span {
  padding-left: 0.4em;
}
.card .detail {
  font-size: 0.8544921875rem;
  font-weight: 200;
  letter-spacing: 0.66px;
}
@media (min-width: 768px) {
  .card .detail {
    font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  .card .detail {
    font-size: 0.8544921875rem;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 1440px) {
  .card .detail {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .card .detail {
    font-size: 1.5625rem;
  }
}
.card .link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.8544921875rem;
  margin: 17.5px 0 35px;
  letter-spacing: 1.35px;
  color: #404041;
}
@media (min-width: 992px) {
  .card .link-btn {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .card .link-btn {
    font-size: 1.09375rem;
    margin: 24.5px 0 49px;
  }
}
@media (min-width: 1665px) {
  .card .link-btn {
    font-size: 1.5625rem;
    margin: 35px 0 70px;
  }
}
.card .link-btn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.card .link-btn .btn-explore {
  color: #404041;
}
.card .link-btn .btn-viewMenu {
  margin-right: 2em;
  color: #404041;
}
.card .link-btn .btn-getDirection {
  position: relative;
  padding-right: 10.9375px;
  color: #404041;
}
@media (min-width: 1440px) {
  .card .link-btn .btn-getDirection {
    padding-right: 20px;
  }
}
.card .link-btn .btn-getDirection:after {
  content: "";
  background: url("../images/map/arrow-top-right.png") no-repeat center center;
  background-size: contain;
  width: 8.75px;
  height: 8.75px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -60%);
  -khtml-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
@media (min-width: 1440px) {
  .card .link-btn .btn-getDirection:after {
    width: 16px;
    height: 16px;
  }
}
.card .link-btn a {
  position: relative;
}
.card .link-btn a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.card .link-btn a:hover {
  color: #de5b3a;
}
.card .link-btn a:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.card .linkout {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.8544921875rem;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .card .linkout {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .card .linkout {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .card .linkout {
    font-size: 21px;
    margin-top: 21px;
  }
}
@media (min-width: 1665px) {
  .card .linkout {
    margin-top: 30px;
    font-size: 27px;
  }
}
.card .linkout:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.card .linkout.--recomment {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .card .linkout.--recomment {
    margin-top: 1.5rem;
  }
}
.card .btnTransparent {
  width: 100%;
  border: 1.25px solid #404041;
  color: #404041;
  padding: 0.5em 0;
  background: transparent;
  font-size: 0.8544921875rem;
  transition: 0.2s all ease-out;
  text-align: center;
  margin-top: 1.5rem;
  display: block;
  letter-spacing: 1.25px;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 992px) {
  .card .btnTransparent {
    font-size: 1.025390625rem;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1440px) {
  .card .btnTransparent {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1665px) {
  .card .btnTransparent {
    font-size: 1.875rem;
  }
}
.card .btnTransparent > span {
  font-family: "acuminprowide";
  text-align: center;
  font-weight: 300;
}
.card .btnTransparent:hover {
  background-color: #404041;
  color: #ffffff;
}
.card a {
  display: block;
  text-decoration: none;
  color: initial;
  cursor: pointer;
}
.swiper-slide .card a {
  pointer-events: auto !important;
}
@media (min-width: 880px) {
.card a:hover .linkout {
  color: #db8056;
}
.card a:hover .linkout:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.5s;
}
}

.nav-container {
  width: 100vw;
  height: 57.421875px;
  background: #fcf6ec;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
@media (min-width: 992px) {
  .nav-container {
    height: 3.75rem;
  }
}
.nav-container .burger {
  width: 80.9375px;
  height: 57.421875px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
.nav-container .burger::after {
  content: "";
  position: absolute;
  width: 1.25px;
  height: 100%;
  background-color: #b6b7b9;
  bottom: 0;
  right: 0;
}
.nav-container .burger div {
  width: 21.875px;
  height: 1px;
  margin: 4.375px;
  background: #404041;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .nav-container .burger {
    display: none;
  }
}

#logo {
  font-family: "Athelas";
  font-weight: bold;
  position: absolute;
  height: 57.421875px;
  background: #fcf6ec;
  width: 100%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    border-right: 1px solid #b6b7b9;
    border-bottom: 1px solid #b6b7b9;
    z-index: 12;
    width: 21.40625vw;
    height: 3.75rem;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  #logo {
    padding-left: 70px;
  }
}
#logo a {
  text-decoration: none;
  display: inline-block;
}
#logo a h1 {
  background: url("../images/header/logo.png") no-repeat center center;
  background-size: contain;
  width: 152px;
  height: 11.5px;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  #logo a h1 {
    width: 201.75px;
    height: 15.75px;
  }
}
@media (min-width: 992px) {
  #logo a h1 {
    background: url("../images/header/logo.png") no-repeat center left;
    background-size: contain;
    width: 17.2916666667vw;
  }
}
@media (min-width: 1440px) {
  #logo a h1 {
    width: 14.0104166667vw;
    height: 1.09375vw;
  }
}
#logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.25px;
  background-color: #b6b7b9;
  bottom: -1px;
  left: 0;
}
@media (min-width: 992px) {
  #logo::after {
    content: "";
    position: absolute;
    width: 1.25px;
    height: 100%;
    background-color: #b6b7b9;
    bottom: 0;
    right: 0;
  }
}

.nav-container__dropdown-button-container {
  position: relative;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container {
    left: 0;
    border: none;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 10;
    position: relative;
    top: 0;
    border-bottom: 0;
    height: 3.75rem;
  }
}
.nav-container__dropdown-button-container ul {
  padding: 16.40625px;
  padding-left: 38.28125px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container ul {
    width: 100%;
    background-color: #fcf6ec;
    left: 21.3541666667vw;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
.nav-container__dropdown-button-container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14.21875px;
  padding-left: 0;
  font-size: 27.34375px;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container ul li {
    padding: 1.8229166667vw;
    font-size: 1.1458333333vw;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.nav-container__dropdown-button-container ul li a {
  color: inherit;
  text-decoration: none;
  outline-offset: 2px;
  color: #3e3a37;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container ul li:first-child {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container ul li::before {
    content: "";
    position: absolute;
    width: 1.25px;
    height: 100%;
    background-color: #b6b7b9;
    bottom: 0;
    left: 0;
  }
}
.nav-container__dropdown-button-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.25px;
  background-color: #b6b7b9;
  bottom: 0;
  left: 0;
}
.nav-container__dropdown-button-container .nav-container__dropdown-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.nav-container__dropdown-button-container .nav-container__dropdown-icon {
  position: relative;
  top: 0.03em;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  transition: transform 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
  will-change: transform;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container .nav-container__dropdown-icon {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.15625vw;
    top: 0vw;
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1200px) {
  .nav-container__dropdown-button-container .nav-container__dropdown-icon {
    top: 0.05vw;
  }
}
.nav-container__dropdown-button-container .nav-container__dropdown-icon::after {
  transform: translate3d(0%, 0%, 0) rotate(90deg);
  content: "+";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 20px;
  width: 20px;
  transition: background-color 0.6s;
  -webkit-transform-origin: center center;
  -khtml-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  font-weight: 200;
  line-height: 20px;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button-container .nav-container__dropdown-icon::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    line-height: 1.0416666667vw;
  }
}

@media (min-width: 992px) {
  .li-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .li-wrap .nav-container__dropdown-button {
    height: 100%;
  }
}

.nav-container__global-nav-desktop {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 74px;
  height: 57.421875px;
  transition: opacity 0.6s, color 0.6s;
  will-change: opacity, color;
  text-transform: uppercase;
  background-color: #313f76;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (min-width: 768px) {
  .nav-container__global-nav-desktop {
    width: 202.5px;
  }
}
@media (min-width: 992px) {
  .nav-container__global-nav-desktop {
    z-index: 11;
    width: 14.0625vw;
    height: 3.75rem;
  }
}
.nav-container__global-nav-desktop a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.nav-container__global-nav-desktop .box-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.nav-container__global-nav-desktop .box-img span {
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .nav-container__global-nav-desktop .box-img span {
    font-size: 36px;
  }
}
.nav-container__global-nav-desktop .box-img img {
  width: 100%;
  height: 12.4px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .nav-container__global-nav-desktop .box-img img {
    width: 97.5px;
    height: 23.25px;
  }
}
@media (min-width: 992px) {
  .nav-container__global-nav-desktop .box-img img {
    width: 6.7708333333vw;
    height: 1.6145833333vw;
  }
}
.nav-container__global-nav-desktop .box-imgClose {
  text-align: center;
}
.nav-container__global-nav-desktop #btnBooking {
  display: none;
}
.nav-container__bottom-nav-bar {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar {
    top: unset;
    background: #fcf6ec;
    position: absolute;
    z-index: 1;
    top: 3.75rem;
    left: 0;
    right: 0;
    left: 0;
    height: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-container__bottom-nav-bar.show {
  top: 0 !important;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar.show {
    top: 3.75rem !important;
  }
}
.nav-container__bottom-nav-bar ul {
  padding: 16.40625px;
  padding-left: 38.28125px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar ul {
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    padding: 0;
    padding-left: 30px;
    padding-right: 1.5rem;
    list-style: none;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .nav-container__bottom-nav-bar ul {
    padding-left: 70px;
  }
}
.nav-container__bottom-nav-bar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  padding: 10.9375px;
  padding-left: 0;
  font-size: 19.140625px;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 1.8229166667vw;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 1.1458333333vw;
  }
}
.nav-container__bottom-nav-bar ul li a {
  color: inherit;
  text-decoration: none;
  outline-offset: 2px;
  color: #3e3a37;
}
.nav-container__bottom-nav-bar ul li:first-child {
  padding-left: 0;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar ul li:first-child .nav-container__dropdown-button {
    padding: 0;
  }
}
.nav-container__bottom-nav-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.25px;
  background-color: #b6b7b9;
  bottom: -1px;
  left: 0;
}
.nav-container__bottom-nav-bar .nav-container__dropdown-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.nav-container__bottom-nav-bar .nav-container__dropdown-icon {
  position: relative;
  top: 0.03em;
  width: 20px;
  height: 20px;
  margin-left: 0.2rem;
  transition: transform 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
  will-change: transform;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar .nav-container__dropdown-icon {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.15625vw;
    top: 0vw;
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1200px) {
  .nav-container__bottom-nav-bar .nav-container__dropdown-icon {
    top: 0.05vw;
  }
}
.nav-container__bottom-nav-bar .nav-container__dropdown-icon::after {
  transform: translate3d(0%, 0%, 0) rotate(90deg);
  content: "+";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 20px;
  width: 20px;
  transition: background-color 0.6s;
  -webkit-transform-origin: center center;
  -khtml-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  font-weight: 200;
  line-height: 20px;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar .nav-container__dropdown-icon::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    line-height: 1.0416666667vw;
  }
}
.nav-container__bottom-nav-bar .nav-container__language_right {
  position: absolute;
  z-index: 4;
  top: 3.75rem;
  right: 0;
  height: 3.75rem;
  border-left: 1px solid #d8d8d8;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar .nav-container__language_right {
    width: 14.0625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 0px solid #b6b7b9;
    top: 0rem;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar .nav-container__language_right::before {
    content: "";
    position: absolute;
    width: 1.25px;
    height: 100%;
    background-color: #b6b7b9;
    bottom: 0;
    left: 0;
  }
}
.nav-container__bottom-nav-bar .nav-container__language_right a {
  text-decoration: none;
  color: #404041;
  transition: 0.6s;
  opacity: 1;
}
.nav-container__bottom-nav-bar .nav-container__language_right a:hover {
  text-decoration: underline;
  transition: 0.6s;
}
.nav-container__bottom-nav-bar .nav-container__language_right span {
  font-size: 22px;
}
@media (min-width: 992px) {
  .nav-container__bottom-nav-bar .nav-container__language_right span {
    font-size: 1.1458333333vw;
  }
}
.nav-container__bottom-nav-bar .nav-container__language_right .split {
  content: "";
  position: absolute;
  background-color: #b6b7b9;
  top: 25%;
  left: 50%;
  width: 1.25px;
  height: 50%;
}

.nav-container__bottom-foot-bar {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16.40625px;
  padding-left: 38.28125px;
}
@media (min-width: 992px) {
  .nav-container__bottom-foot-bar {
    position: absolute;
    z-index: 1;
    top: 3.75rem;
    left: 0;
    right: 0;
    left: 0;
    height: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-container__bottom-foot-bar ul {
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    padding-left: 3.75rem;
    padding-right: 1.5rem;
    list-style: none;
    margin: 0;
  }
}
.nav-container__bottom-foot-bar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10.9375px;
  padding-left: 0;
  font-size: 19.140625px;
}
@media (min-width: 992px) {
  .nav-container__bottom-foot-bar ul li {
    padding: 0px;
  }
}
.nav-container__bottom-foot-bar ul li a {
  color: inherit;
  text-decoration: none;
  outline-offset: 2px;
  color: #3e3a37;
}
@media (min-width: 992px) {
  .nav-container__bottom-foot-bar ul li:first-child .nav-container__dropdown-button {
    padding: 0;
  }
}
.nav-container__bottom-foot-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.25px;
  background-color: #b6b7b9;
  bottom: 0;
  left: 0;
}
.nav-container__bottom-foot-bar .nav-container__dropdown-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-container__bottom-foot-bar .nav-container__dropdown-button {
    padding: 0 1.5rem;
  }
}
.nav-container__bottom-foot-bar .nav-container__dropdown-icon {
  position: relative;
  top: -1.5px;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.7rem;
  transition: transform 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
  will-change: transform;
}
.nav-container__bottom-foot-bar .nav-container__dropdown-icon::before {
  background-color: #3e3a37;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transition: background-color 0.6s;
  will-change: background-color;
}
.nav-container__bottom-foot-bar .nav-container__dropdown-icon::after {
  background-color: #3e3a37;
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transition: background-color 0.6s;
  will-change: background-color;
}

.polive {
  display: block !important;
}

.nav-container-bottompp {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .nav-container-bottompp {
    display: none !important;
  }
}
.nav-container-bottompp .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 1.5vw;
  background: #db8056;
  height: 13.6897001304vw;
}
.nav-container-bottompp .top .left .dropdown a {
  outline: none;
  border: 0;
  color: #fff;
  font-size: 4.5632333768vw;
}
.nav-container-bottompp .top .left .dropdown .dropdown-menu {
  background: #fcf6ec;
}
.nav-container-bottompp .top .left .dropdown .dropdown-menu li a {
  color: #313f76;
  text-align: center;
}
.nav-container-bottompp .top .splite {
  height: 9.1264667536vw;
  width: 1px;
  background-color: #fff;
}
.nav-container-bottompp .top .right a {
  text-decoration: none;
  color: #fff;
  font-size: 4.5632333768vw;
}
.nav-container-bottompp .bottom-d {
  background: #313f76;
  max-height: 18.2529335072vw;
  height: 18.2529335072vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.nav-container-bottompp .bottom-d img {
  max-width: 100%;
  height: auto;
  width: 61.9295958279vw;
  height: 4.9543676662vw;
}
.nav-container-bottompp .bottom-d ul li {
  padding: 0 15px;
}
.nav-container-bottompp .bottom-d ul li a {
  color: #fff;
  font-size: 20px;
}

.nav-container__dropdown {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: transform 0.6s, opacity 0.6s, background-color 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
  will-change: transform, opacity, background-color;
  visibility: hidden;
  transition: height 0.15s ease-out;
}
@media (min-width: 992px) {
  .nav-container__dropdown {
    position: fixed;
    left: 0;
    width: 24.5rem;
  }
}
.nav-container__dropdown .ul-wrap {
  width: 100%;
  font-family: "acuminpro";
  font-size: 19.140625px;
  padding: 0;
  padding-left: 19.140625px;
}
@media (min-width: 992px) {
  .nav-container__dropdown .ul-wrap {
    border-right: 1px solid #d8d8d8;
    max-width: 410px;
    width: 21.3541666667vw;
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 34px;
    overflow-y: auto;
    height: calc(100vh - 150px);
  }
}
.nav-container__dropdown .ul-wrap li {
  cursor: pointer;
  font-size: 19.140625px;
  font-weight: 300;
  color: #404041;
  padding: 0;
  margin-top: 10.9375px;
}
@media (min-width: 992px) {
  .nav-container__dropdown .ul-wrap li {
    padding: 0;
    padding-left: 3.6458333333vw !important;
    padding-bottom: 1.3020833333vw;
    font-size: 1.1979166667vw;
  }
}
.nav-container__dropdown .ul-wrap li .nav-img {
  visibility: hidden;
  opacity: 0;
  width: 77.5vw;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 1rem;
  right: 0;
  will-change: opacity;
  transition: opacity 0.6s 0s;
}
@media (min-width: 992px) {
  .nav-container__dropdown .ul-wrap li .nav-img {
    height: calc(100vh - 120px);
  }
}
.nav-container__dropdown .ul-wrap li .nav-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-left: 1rem solid #fcf6ec;
  border-right: 1rem solid #fcf6ec;
}
.nav-container__dropdown .ul-wrap li .nav-img span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.nav-container__dropdown .ul-wrap li .nav-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .nav-container__dropdown .ul-wrap li .link-m.active + .nav-img {
    visibility: visible;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 1;
  }
}
.nav-container__dropdown .ul-wrap li .link-m.active a {
  color: #db8056;
}

.nav-container__dropdown.nav-active {
  opacity: 1;
  display: block;
  visibility: visible;
  height: 100%;
  z-index: 4;
  pointer-events: auto;
  transition: height 0.25s ease-in;
}
@media (min-width: 992px) {
  .nav-container__dropdown.nav-active {
    background: #fcf6ec;
    height: 100vh;
    top: 7.59rem !important;
    width: 100vw;
  }
}

.nav-container__dropdown-button.toggle .nav-container__dropdown-icon {
  transform: rotate(45deg);
}

.nav-container__dropdown-button.toggle {
  position: relative;
}
@media (min-width: 992px) {
  .nav-container__dropdown-button.toggle::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 3px;
    bottom: 0;
    left: 50%;
    background-color: #db8056;
    transform: translateX(-50%);
    min-width: 60px;
    z-index: 99999;
  }
}
@media (min-width: 1440px) {
  .nav-container__dropdown-button.toggle::after {
    min-width: 100px;
  }
}
@media (min-width: 1665px) {
  .nav-container__dropdown-button.toggle::after {
    min-width: 133px;
  }
}

.nav-links {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 57.421875px;
  background: #fcf6ec;
  width: 100%;
  transform: translateX(-100%);
  transition: All 0.5s ease-in;
}
@media (min-width: 992px) {
  .nav-links {
    padding-top: 0;
    position: relative;
    top: 0;
    background: transparent;
    display: block;
    transform: unset;
  }
}

.pb-bot {
  padding-bottom: 31.9426336375vw;
}
@media (min-width: 992px) {
  .pb-bot {
    padding-bottom: 0;
  }
}

.nav-active {
  transform: translateX(0);
  overflow-y: scroll;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-2px, -2px);
  -webkit-transform-origin: 100% 0%;
  -khtml-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-3px, -1px);
  -webkit-transform-origin: 100% -100%;
  -khtml-transform-origin: 100% -100%;
  -moz-transform-origin: 100% -100%;
  -ms-transform-origin: 100% -100%;
  -o-transform-origin: 100% -100%;
  transform-origin: 100% -100%;
}

.swiper-pagination-bullet-active {
  background: #313f76 !important;
}

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

#header .nav-container__global-nav-desktop #btnBooking {
  display: block;
}
#header .nav-container__global-nav-desktop #btnBookingClose {
  display: none;
}
#header.open-close .nav-container__global-nav-desktop #btnBooking {
  display: none;
}
#header.open-close .nav-container__global-nav-desktop #btnBookingClose {
  display: block;
}

.booking-now-menu {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 0;
  top: 58px;
  right: 0;
  z-index: 99;
  height: 0%;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .booking-now-menu {
    top: 0;
  }
}
.booking-now-menu.open-booking {
  visibility: visible;
  height: 100%;
}
.booking-now-menu.open-booking .booking-now-menu__wrap {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.booking-now-menu .booking-now-menu__wrap {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fcf6ec;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .booking-now-menu .booking-now-menu__wrap {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .booking-now-menu .booking-now-menu__wrap {
    width: 400px;
  }
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel {
  display: none;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu {
  background-color: #ffffff;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar {
  border: none;
  background: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar .icon,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar .icon {
  position: relative;
  width: 20px;
  height: 33px;
  display: block;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar .icon:before,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar .icon:before {
  display: block;
  content: "";
  background: #333 !important;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 13px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar .icon:after,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .close-datebar .icon:after {
  content: "";
  background: #333 !important;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 13px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .clear-datebar-dates,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__navigation .clear-datebar-dates {
  margin: 0;
  padding: 0;
  border: none;
  background: unset;
  line-height: 1.2em;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__add-dates,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__add-dates {
  font-size: 1.5rem;
  padding: 0 15px 15px 15px;
  font-family: "acuminprowide";
  font-weight: 300;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates {
  padding: 0 0 15px 0;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates .booking-now-menu__checkin-out,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates .booking-now-menu__checkin-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates .booking-now-menu__checkin-out > input,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates .booking-now-menu__checkin-out > input {
  width: 100%;
  max-width: 50%;
  border: none;
  text-align: center;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates .booking-now-menu__checkin-out > input:focus,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__datebar--top-menu .booking-now-menu__select-dates .booking-now-menu__checkin-out > input:focus {
  outline: none;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  background: #fef2e3;
  border-bottom: 2px solid #efe0cd;
}
@media (min-width: 768px) {
  .booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw,
  .booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row {
  max-width: 350px;
  padding: 10px 15px 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row,
  .booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row {
    max-width: 280px;
  }
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row > div,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row > div {
  font-size: 10px;
  line-height: 16px;
  color: #3e3a37;
  padding: 5px 0;
  width: 45px;
  text-align: center;
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row.second,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row.second {
  display: none;
}
@media (min-width: 576px) {
  .booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row.second,
  .booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row.second,
  .booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar-dotw .month-item-weekdays-row.second {
    display: none;
  }
}
.booking-now-menu .booking-now-menu__datebar .booking-now-menu__datebar--panel .booking-now-menu__calendar,
.booking-now-menu .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel .booking-now-menu__calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 210px);
  height: 100%;
  overflow-y: scroll !important;
}
.booking-now-menu .booking-now-menu__datebar .litepicker,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker {
  position: relative !important;
  left: auto !important;
  top: 0 !important;
  display: block !important;
  width: 100%;
  background-color: #fcf6ec;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header {
  padding: 0 5px 15px;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header .button-previous-month,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header .button-previous-month {
  position: relative;
  padding: 3px 5px 0 0;
  width: 28px;
  height: 33px;
  cursor: pointer;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header .button-previous-month:before,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header .button-previous-month:before {
  display: block;
  content: "";
  background: #333 !important;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 13px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header .button-previous-month:after,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header .button-previous-month:after {
  content: "";
  background: #333 !important;
  position: absolute;
  top: 20px;
  left: 6px;
  width: 13px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header .button-next-month,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header .button-next-month {
  position: relative;
  padding: 3px 5px 0 0;
  width: 28px;
  height: 33px;
  cursor: pointer;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header .button-next-month:before,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header .button-next-month:before {
  display: block;
  content: "";
  background: #333 !important;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 13px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-header .button-next-month:after,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-header .button-next-month:after {
  content: "";
  background: #333 !important;
  position: absolute;
  top: 20px;
  left: 6px;
  width: 13px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__main,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__main .container__months,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__main .container__months {
  height: calc(100vh - 200px);
  min-height: 300px;
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
  border-radius: 0;
  padding: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  background: #fcf6ec;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item-weekdays-row,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item-weekdays-row {
  display: none;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .month-item,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item {
  min-height: 280px;
  padding: 10px 0;
  width: 320px;
}
@media (min-width: 576px) {
  .booking-now-menu .booking-now-menu__datebar .litepicker .month-item,
  .booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .booking-now-menu .booking-now-menu__datebar .litepicker .month-item,
  .booking-now-menu .booking-now-menu__datebar--meeting .litepicker .month-item {
    width: 280px;
    min-height: 250px;
  }
}
@media (min-width: 576px) {
  .booking-now-menu .booking-now-menu__datebar .litepicker .container__days,
  .booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days {
    padding: 0 10px;
  }
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div {
  padding: 10px 0 !important;
  width: 45px !important;
}
@media (min-width: 576px) {
  .booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div,
  .booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div {
    width: 36px !important;
  }
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div:hover,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div:hover {
  -webkit-box-shadow: inset 0 0 1px #de5b3a;
  -khtml-box-shadow: inset 0 0 1px #de5b3a;
  -moz-box-shadow: inset 0 0 1px #de5b3a;
  -ms-box-shadow: inset 0 0 1px #de5b3a;
  -o-box-shadow: inset 0 0 1px #de5b3a;
  box-shadow: inset 0 0 1px #de5b3a;
  color: #de5b3a;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div.is-start-date, .booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div.is-end-date,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div.is-start-date,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div.is-end-date {
  background-color: #de5b3a;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div.is-start-date:hover, .booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div.is-end-date:hover,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div.is-start-date:hover,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div.is-end-date:hover {
  color: #fff;
}
.booking-now-menu .booking-now-menu__datebar .litepicker .container__days > div.is-in-range,
.booking-now-menu .booking-now-menu__datebar--meeting .litepicker .container__days > div.is-in-range {
  background-color: #f0b6a7;
  color: #fff;
}
.booking-now-menu .booking-now-menu__panel {
  background-color: #fcf6ec;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__container {
  height: 100%;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__top-panel {
  display: none;
}
@media (min-width: 768px) {
  .booking-now-menu .booking-now-menu__panel .booking-now-menu__top-panel {
    display: block;
    height: 60px;
    border-bottom: solid 1px #e4d9cc;
    position: relative;
  }
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__top-panel > span {
  padding: 20px 24px;
  display: block;
  font-family: "Acumin Variable Concept";
  color: #b6b7b9;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__top-panel .book-now-menu__close-button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url("../images/header/close.png") no-repeat center center;
  background-size: 60%;
  border: none;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel {
  height: inherit;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__wrapper {
  min-height: 100%;
  position: relative;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__wrapper form {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: auto;
  min-height: 100%;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__wrapper form .button {
  margin-top: 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  background: #db8056;
  height: 56px;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  border: none;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__wrapper form .button .button__text {
  font-size: 1em;
  letter-spacing: 0.04em;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__wrapper form .button:hover {
  background: #d1612d;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab .tab-link {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border: none;
  background-color: transparent;
  line-height: 1.5rem;
  padding: 15px 5px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab .tab-link:after {
  content: "";
  position: absolute;
  left: 1%;
  bottom: 0;
  display: block;
  width: 98%;
  height: 1px;
  background-color: #404041;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab .tab-link.current {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab-content {
  height: 100%;
  display: none;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab-content.show {
  display: block;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab-content .tab-pane {
  height: 100%;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab-content.menu-datebar-open .booking-now-menu__datebar--meeting {
  display: block;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab-content.menu-datebar-open .booking-now-menu__datebar--meeting .booking-now-menu__datebar--panel {
  display: block;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .tab-content.menu-datebar-open .booking-menu__meeting-tab {
  display: none;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__ourstay-tab,
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__diningcafe-tab,
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .booking-menu__meeting-tab {
  height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .fieldset-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .fieldset-group > .fieldset-col {
  width: 100%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 6px;
  padding-right: 6px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .fieldset-group .fieldset {
  margin-top: 15px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .fieldset-group .fieldset:first-child {
  margin-top: 15px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .fieldset {
  margin-top: 15px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .fieldset:first-child {
  margin-top: 0;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .book-now-menu__message {
  font-size: 14px;
  font-family: "acuminprowide";
  font-weight: 300;
  padding-top: 20px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset {
  position: relative;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset > .form-select {
  font-family: "acuminprowide";
  font-weight: 300;
  height: 60px;
  line-height: 1.25;
  color: #8c8e90;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.375rem 17.5px;
  letter-spacing: 1.25px;
  font-size: 15px;
  background-image: none;
  padding-top: 22px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none !important;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset > .form-control {
  font-family: "acuminprowide";
  font-weight: 300;
  color: #8c8e90;
  height: 60px;
  line-height: 1.25;
  font-size: 15px;
  letter-spacing: 1.25px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.375rem 17.5px;
  padding-top: 22px;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset > .form-control::placeholder {
  color: #8c8e90;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset .form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none !important;
}
.booking-now-menu .booking-now-menu__panel .booking-now-menu__content-panel .fieldset-container .form-fieldset > label {
  color: #404041;
  position: absolute;
  letter-spacing: 1.6px;
  letter-spacing: 0.16em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  font-size: 9px;
  padding: 0.375rem 20px;
  padding-top: 27px;
}
.booking-now-menu.menu-datebar-open .booking-now-menu__top-panel {
  display: block;
}
.booking-now-menu.menu-datebar-open .booking-now-menu__content-panel {
  display: none;
}
.booking-now-menu.menu-datebar-open .booking-now-menu__datebar .booking-now-menu__datebar--panel {
  display: block;
}

.breadcrumb-wrapper ul.breadcrumb {
  padding-left: 6.518904824vw;
  padding-top: 1.3037809648vw;
  padding-bottom: 1.3037809648vw;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .breadcrumb-wrapper ul.breadcrumb {
    padding-left: 3.125vw;
    padding-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    background-color: #fff;
  }
}
.breadcrumb-wrapper ul.breadcrumb li {
  display: inline;
  font-size: 2.8683181226vw;
}
@media (min-width: 992px) {
  .breadcrumb-wrapper ul.breadcrumb li {
    font-size: 0.9375vw;
  }
}
.breadcrumb-wrapper ul.breadcrumb li + li:before {
  padding: 8px;
  color: #b6b7b9;
  content: "/ ";
}
.breadcrumb-wrapper ul.breadcrumb li a {
  color: #b6b7b9;
  text-decoration: none;
}
.breadcrumb-wrapper ul.breadcrumb li a:hover {
  color: #404041;
  text-decoration: underline;
}

html {
  scroll-behavior: auto;
}

body {
  padding-top: 13.6897001304vw;
}
@media (min-width: 992px) {
  body {
    padding-top: 7.5rem;
  }
}

.show-dt {
  display: none;
}
@media (min-width: 768px) {
  .show-dt {
    display: block;
  }
}

.show-mb {
  display: block;
}
@media (min-width: 768px) {
  .show-mb {
    display: none;
  }
}

.opa {
  width: 100vw;
  height: 100vh;
  position: absolute;
  opacity: 0.8;
  display: none;
}

.opa.opdd {
  z-index: 2;
  display: block;
  background: #000;
}

.mg-breadcrumb {
  background-color: #fff;
  border-bottom: solid 1px #b6b7b9;
  padding: 0.2rem 0;
}
@media (min-width: 992px) {
  .mg-breadcrumb {
    padding: 0.3rem 0 0.2rem 0;
  }
}
.mg-breadcrumb .container-fulid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .mg-breadcrumb .container-fulid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-breadcrumb .container-fulid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mg-breadcrumb .breadcrumb {
  margin-bottom: 0;
  font-size: 0.751953125rem;
}
@media (min-width: 768px) {
  .mg-breadcrumb .breadcrumb {
    font-size: 0.84375rem;
  }
}
@media (min-width: 992px) {
  .mg-breadcrumb .breadcrumb {
    font-size: 0.84375rem;
  }
}
.mg-breadcrumb .breadcrumb a {
  color: #b6b7b9;
  text-decoration: none;
}
.mg-breadcrumb .breadcrumb a:hover {
  color: #de5b3a;
  text-decoration: underline;
  transition: all 0.3s;
}

.banner {
  width: 100%;
}
@media (min-width: 992px) {
  .banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .banner {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .banner.hotel--main {
    padding: 30px 30px 15px 30px;
  }
}
@media (min-width: 1440px) {
  .banner.hotel--main {
    padding: 49px 70px;
  }
}
@media (min-width: 1665px) {
  .banner.hotel--main {
    padding: 70px;
  }
}
@media (min-width: 992px) {
  .banner.hotel--land_villas {
    padding: 43.75px;
  }
}
@media (min-width: 1440px) {
  .banner.hotel--land_villas {
    padding: 49px 70px;
  }
}
@media (min-width: 1665px) {
  .banner.hotel--land_villas {
    padding: 70px;
  }
}
.banner.banner-w100 {
  padding: 0 !important;
}
.banner img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.banner .swiper-container .swiper-slide .box-banner {
  background-size: cover;
  background-position: 59%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.banner .swiper-container .swiper-slide .box-banner p {
  font-size: 37px;
  line-height: 1.25em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 15.6453715776vw;
  left: 9.1264667536vw;
}
@media (min-width: 768px) {
  .banner .swiper-container .swiper-slide .box-banner p {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .box-banner p {
    display: none;
  }
}
.banner .swiper-container .swiper-slide .imgBaner {
  position: relative;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .imgBaner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 168.1877444589%;
}
.banner .swiper-container .swiper-slide .imgBaner > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .imgBaner {
    position: relative;
  }
  .banner .swiper-container .swiper-slide .imgBaner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.1235955056%;
  }
  .banner .swiper-container .swiper-slide .imgBaner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner .swiper-container .swiper-slide .imgBaner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide .imgHotelmain {
  position: relative;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .imgHotelmain:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 154.2372881356%;
}
.banner .swiper-container .swiper-slide .imgHotelmain > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .imgHotelmain {
    position: relative;
  }
  .banner .swiper-container .swiper-slide .imgHotelmain:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.1235955056%;
  }
  .banner .swiper-container .swiper-slide .imgHotelmain > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner .swiper-container .swiper-slide .imgHotelmain img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide .imgHotel {
  position: relative;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .imgHotel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.banner .swiper-container .swiper-slide .imgHotel > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .imgHotel {
    position: relative;
  }
  .banner .swiper-container .swiper-slide .imgHotel:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.1458333333%;
  }
  .banner .swiper-container .swiper-slide .imgHotel > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner .swiper-container .swiper-slide .imgHotel img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide .imgHotel picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .swiper-container .swiper-slide .imgLandvillas {
  position: relative;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .imgLandvillas:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.banner .swiper-container .swiper-slide .imgLandvillas > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .imgLandvillas {
    position: relative;
  }
  .banner .swiper-container .swiper-slide .imgLandvillas:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.1235955056%;
  }
  .banner .swiper-container .swiper-slide .imgLandvillas > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner .swiper-container .swiper-slide .imgLandvillas img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide .imgToscanaNews {
  position: relative;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .imgToscanaNews:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.banner .swiper-container .swiper-slide .imgToscanaNews > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .imgToscanaNews {
    position: relative;
  }
  .banner .swiper-container .swiper-slide .imgToscanaNews:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 46.7708333333%;
  }
  .banner .swiper-container .swiper-slide .imgToscanaNews > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner .swiper-container .swiper-slide .imgToscanaNews img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide .video-container .video-banner {
  position: relative;
  height: calc(100vh - 200px);
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .video-container .video-banner:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .video-container .video-banner.video-banner--full {
  height: calc(100vh - 200px);
}
@media (min-width: 992px) {
  .banner .swiper-container .swiper-slide .video-container .video-banner.video-banner--full {
    height: calc(100vh - 100px);
  }
}
.banner .swiper-container .swiper-slide .video-container .video-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}
@media (min-width: 992px) {
  .banner .banner-slider .swiper-pagination {
    bottom: 50px;
  }
}
.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}
.banner .banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #404041;
}

.wrapper-pickmap {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}
.wrapper-pickmap .title-pickmap {
  text-align: center;
  padding: 2.75rem;
}
.wrapper-pickmap .title-pickmap .cb-city-map__heading {
  padding-bottom: 1rem;
  font-size: 6.518904824vw;
  font-family: "Athelas";
  color: #404041;
}
@media (min-width: 992px) {
  .wrapper-pickmap .title-pickmap .cb-city-map__heading {
    font-size: 3.125vw;
  }
}
.wrapper-pickmap .title-pickmap span {
  font-size: 3.259452412vw;
  font-family: "Athelas";
  color: #404041;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .wrapper-pickmap .title-pickmap span {
    font-size: 1.5625vw;
  }
}
.wrapper-pickmap .city-map-mdetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-top: 1px solid #b6b7b9;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .swiper-slide {
    margin: 0;
    padding: 3.4895833333vw;
  }
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .swiper-slide:after {
    content: "";
    position: absolute;
    width: 92.5%;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid #b6b7b9;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col {
  padding: 9.1264667536vw;
  width: 100vw;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col {
    width: 50%;
    padding: 0;
    border-right: 1px solid #b6b7b9;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .map-slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .map-slider .swiper-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .top-img {
  height: 52.9335071708vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .top-img {
    height: 27.7083333333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .title {
  padding-top: 1rem;
  color: #404041;
  font-size: 4.8239895698vw;
  font-weight: 300;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .title {
    font-size: 2.6041666667vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .tac-time {
  padding-top: 3.520208605vw;
  font-size: 3.259452412vw;
  color: #404041;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .tac-time {
    padding-top: 1.40625vw;
    font-size: 1.3020833333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .tac-time img {
  width: 2.0860495437vw;
  height: 2.0860495437vw;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .tac-time img {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .detail {
  padding-top: 0.7rem;
  color: #404041;
  font-size: 3.259452412vw;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .detail {
    line-height: 1.3;
    font-size: 1.3020833333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linko {
  padding-top: 8.0834419817vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linko {
    padding-top: 3.2291666667vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linko a {
  color: #404041;
  font-size: 3.520208605vw;
  font-weight: 300;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linko a {
    font-size: 1.40625vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linkout {
  text-align: center;
  font-size: 3.259452412vw;
  padding-top: 8.0834419817vw;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linkout {
    font-size: 1.5625vw;
  }
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linkout a {
  color: #404041;
  text-decoration: none;
}
.wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linkout span {
  height: 8.0834419817vw;
  border: 1px solid #404041;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 0;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .left-col .hotel-item .linkout span {
    height: 3.2291666667vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col {
  width: 100vw;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .wrapp {
    position: sticky;
    top: 6.25vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap {
  height: 102.0860495437vw;
  position: relative;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap {
    height: 52.8645833333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .imgm {
  height: 102.0860495437vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .imgm {
    height: 52.8645833333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .dining .point-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #de5b3a;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 29.335071708vw;
  left: 39.1134289439vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .dining .point-1 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 16.09375vw;
    left: 18.9583333333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .dining .point-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #de5b3a;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 43.6766623207vw;
  left: 56.4537157757vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .dining .point-2 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 22.9166666667vw;
    left: 26.4583333333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #002846;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 29.335071708vw;
  left: 5.8670143416vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-1 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 16.1458333333vw;
    left: 2.7604166667vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #002846;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 35.2020860495vw;
  left: 13.6897001304vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-2 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 19.1145833333vw;
    left: 6.09375vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #002846;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 39.1134289439vw;
  left: 26.4667535854vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-3 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 21.09375vw;
    left: 12.3958333333vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #002846;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 51.2385919166vw;
  left: 29.9869621904vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .faci .point-4 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 26.6666666667vw;
    left: 14.21875vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .meet .point-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #db8056;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 41.7209908735vw;
  left: 76.9230769231vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .meet .point-1 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 23.1770833333vw;
    left: 36.25vw;
  }
}
.wrapper-pickmap .city-map-mdetail .right-col .img-wrap .meet .point-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #db8056;
  border: 1px solid #404041;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 4.5632333768vw;
  height: 4.5632333768vw;
  font-size: 2.8683181226vw;
  bottom: 50.3259452412vw;
  left: 83.4419817471vw;
  position: absolute;
}
@media (min-width: 992px) {
  .wrapper-pickmap .city-map-mdetail .right-col .img-wrap .meet .point-2 {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    font-size: 1.1458333333vw;
    bottom: 26.0416666667vw;
    left: 39.1145833333vw;
  }
}
.wrapper-pickmap .nav-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.wrapper-pickmap .nav-pills .no1 {
  background: #de5b3a;
  color: #fff;
  flex: 33.33%;
  height: 9.1264667536vw;
  font-size: 2.8683181226vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .wrapper-pickmap .nav-pills .no1 {
    font-size: 1.25vw;
    height: 3.6458333333vw;
  }
}
.wrapper-pickmap .nav-pills .no2 {
  background: #002846;
  color: #fff;
  flex: 33.33%;
  height: 9.1264667536vw;
  font-size: 2.8683181226vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .wrapper-pickmap .nav-pills .no2 {
    font-size: 1.25vw;
    height: 3.6458333333vw;
  }
}
.wrapper-pickmap .nav-pills .no3 {
  background: #db8056;
  color: #fff;
  flex: 33.33%;
  height: 9.1264667536vw;
  font-size: 2.8683181226vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  .wrapper-pickmap .nav-pills .no3 {
    font-size: 1.25vw;
    height: 3.6458333333vw;
  }
}
.wrapper-pickmap .nav-pills .nav-link {
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.wrapper-pickmap .nav-pills .nav-link.active,
.wrapper-pickmap .nav-pills .show > .nav-link {
  color: #fff;
  background: unset;
}

/* add by nu */
section {
  position: relative;
}

.mg-line {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .mg-line {
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .mg-line {
    padding: 0 70px;
  }
}
.mg-line .mg-divider__border {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #b6b7b9;
}

.mg-book-bar {
  padding-top: 3.5px;
  padding-bottom: 1rem;
  z-index: 9;
}
@media (min-width: 992px) {
  .mg-book-bar {
    padding-top: 0;
    margin-top: -43px;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .mg-book-bar {
    margin-top: -53px;
  }
}
@media (min-width: 1665px) {
  .mg-book-bar {
    margin-top: -60px;
  }
}
.mg-book-bar.hotel--main {
  padding-top: 3.5px;
}
@media (min-width: 992px) {
  .mg-book-bar.hotel--main {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.mg-book-bar .box_item {
  margin-bottom: 3.5px;
}
.mg-book-bar .date-picker-container {
  position: relative;
}
.mg-book-bar .date-picker-container .litepicker {
  top: 4px !important;
  left: 0px !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .mg-book-bar .date-picker-container .litepicker {
    max-width: 700px;
  }
}
.mg-book-bar .date-picker-container .litepicker .container__months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  height: auto;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: solid #ced4da 1px;
}
@media (min-width: 768px) {
  .mg-book-bar .date-picker-container .litepicker .container__months {
    max-width: 622px !important;
  }
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item {
  min-height: 250px;
  max-width: 340px;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header {
  padding: 0 5px 15px;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header .button-previous-month {
  position: relative;
  padding: 3px 5px 0 0;
  width: 28px;
  height: 33px;
  cursor: pointer;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header .button-previous-month:before {
  display: block;
  content: "";
  background: #333 !important;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 13px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header .button-previous-month:after {
  content: "";
  background: #333 !important;
  position: absolute;
  top: 20px;
  left: 6px;
  width: 13px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header .button-next-month {
  position: relative;
  padding: 3px 5px 0 0;
  width: 28px;
  height: 33px;
  cursor: pointer;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header .button-next-month:before {
  display: block;
  content: "";
  background: #333 !important;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 13px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .month-item-header .button-next-month:after {
  content: "";
  background: #333 !important;
  position: absolute;
  top: 20px;
  left: 6px;
  width: 13px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .container__days .day-item:hover {
  -webkit-box-shadow: inset 0 0 1px #de5b3a;
  -khtml-box-shadow: inset 0 0 1px #de5b3a;
  -moz-box-shadow: inset 0 0 1px #de5b3a;
  -ms-box-shadow: inset 0 0 1px #de5b3a;
  -o-box-shadow: inset 0 0 1px #de5b3a;
  box-shadow: inset 0 0 1px #de5b3a;
  color: #de5b3a;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .container__days .day-item.is-start-date, .mg-book-bar .date-picker-container .litepicker .container__months .month-item .container__days .day-item.is-end-date {
  background-color: #de5b3a;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .container__days .day-item.is-start-date:hover, .mg-book-bar .date-picker-container .litepicker .container__months .month-item .container__days .day-item.is-end-date:hover {
  color: #fff;
}
.mg-book-bar .date-picker-container .litepicker .container__months .month-item .container__days .day-item.is-in-range {
  background-color: #f0b6a7;
  color: #fff;
}
.mg-book-bar .container-fulid {
  padding-left: 55px;
  padding-right: 55px;
}
@media (min-width: 992px) {
  .mg-book-bar .container-fulid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .mg-book-bar .container-fulid {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 992px) {
  .mg-book-bar .container-fulid .form-fieldset {
    margin-left: -1px;
  }
}

.mg-section-intro {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .mg-section-intro {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .mg-section-intro {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .mg-section-intro {
    padding: 90.3px 0 90.3px;
  }
}
@media (min-width: 1665px) {
  .mg-section-intro {
    padding: 129px 0 129px;
  }
}
@media (min-width: 1440px) {
  .mg-section-intro.hotel_main {
    padding: 45.5px 0 45.5px;
  }
}
@media (min-width: 1665px) {
  .mg-section-intro.hotel_main {
    padding: 65px 0 65px;
  }
}
.mg-section-intro .mg-section-intro__wrapper {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text {
  font-size: 12.5px;
  width: inherit;
}
@media (min-width: 768px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text {
    font-size: 22.5px;
  }
}
@media (min-width: 992px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text {
    font-size: 1.025390625rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text {
    font-size: 1.40625rem;
  }
}
.mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text h2 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 25px;
}
@media (min-width: 768px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text h2 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text h2 {
    font-size: 1.8798828125rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text h2 {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text h2 {
    font-size: 60px;
  }
}
.mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text p {
  font-weight: 200;
  padding-top: 10px;
}
@media (min-width: 1440px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text p {
    padding-top: 19.6px;
    font-size: 19.6px;
    line-height: 42px;
  }
}
@media (min-width: 1665px) {
  .mg-section-intro .mg-section-intro__wrapper .mg-section-intro__text p {
    padding-top: 28px;
    font-size: 28px;
    line-height: 60px;
  }
}

.mg-hotel-main {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .mg-hotel-main {
    padding-bottom: 0;
  }
}
.mg-hotel-main.hotel_map .mg-hotel-main__wrapper {
  position: relative;
  padding-top: 92vw;
}
@media (min-width: 768px) {
  .mg-hotel-main.hotel_map .mg-hotel-main__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}
.mg-hotel-main .container-fulid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mg-hotel-main .container-fulid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .container-fulid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mg-hotel-main .mg-hotel-main__wrapper {
  position: relative;
  padding-top: 92vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}
.mg-hotel-main .mg-hotel-main__wrapper:before {
  display: none;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__wrapper:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #b6b7b9;
    height: 100%;
    width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main--content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.mg-hotel-main .mg-hotel-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.mg-hotel-main .mg-hotel-content h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 1.8798828125rem;
  line-height: normal;
  letter-spacing: 2.75px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-content h3 {
    font-size: 30px;
    padding-bottom: 39.75px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-content h3 {
    font-size: 1.708984375rem;
    letter-spacing: 2.5px;
    padding-bottom: 53px 0.546875;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-content h3 {
    font-size: 2.1875rem;
    padding-bottom: 37.1px;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-content h3 {
    font-size: 3.125rem;
    padding-bottom: 53px;
  }
}
.mg-hotel-main .mg-hotel-content .discription {
  font-size: 0.8203125rem;
  font-weight: 200;
  letter-spacing: 0.44px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-content .discription {
    font-size: 18.75px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-content .discription {
    font-size: 0.751953125rem;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-content .discription {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-content .discription {
    font-size: 1.5625rem;
  }
}
.mg-hotel-main .mg-hotel-main__container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__container .swiper-pagination {
    display: none;
  }
}
.mg-hotel-main .mg-hotel-main__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #b6b7b9;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__left {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 51.4322916667vw;
    border-top: 0;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-main__left {
    padding-left: 70px;
    padding-right: 49px;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-main__left {
    padding-right: 70px;
  }
}
.mg-hotel-main .mg-hotel-main__left .card .swiper-slide-wrap {
  margin-bottom: 1.5rem;
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal--video {
  position: relative;
  position: relative;
  overflow: hidden;
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal--video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.8562300319%;
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal--video > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__left .card .thumbnal--video {
    position: relative;
  }
  .mg-hotel-main .mg-hotel-main__left .card .thumbnal--video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.8780487805%;
  }
  .mg-hotel-main .mg-hotel-main__left .card .thumbnal--video > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal--video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal {
  position: relative;
  position: relative;
  overflow: hidden;
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.8562300319%;
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__left .card .thumbnal {
    position: relative;
  }
  .mg-hotel-main .mg-hotel-main__left .card .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.8780487805%;
  }
  .mg-hotel-main .mg-hotel-main__left .card .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mg-hotel-main .mg-hotel-main__left .card .thumbnal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mg-hotel-main .mg-hotel-main__left .card .title h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  letter-spacing: unset;
  color: #404041;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__left .card .title h3 {
    letter-spacing: 2.5px;
  }
}
.mg-hotel-main .mg-hotel-main__left .card .detail {
  display: block;
  display: -webkit-box;
  height: 7.8955078125rem;
  font-size: 0.8544921875rem;
  line-height: 1.54em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
  letter-spacing: 0.75px;
  color: #404041;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__left .card .detail {
    height: auto;
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-main__left .card .detail {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-main__left .card .detail {
    font-size: 1.5625rem;
  }
}
.mg-hotel-main .mg-hotel-main__left .card .detail.land_villas {
  display: block;
  display: -webkit-box;
  height: 11.8432617188rem;
  font-size: 0.8544921875rem;
  line-height: 1.54em;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200 !important;
  letter-spacing: 0.75px;
  color: #404041;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__left .card .detail.land_villas {
    height: auto;
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-main__left .card .detail.land_villas {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-main__left .card .detail.land_villas {
    font-size: 1.5625rem;
  }
}
.mg-hotel-main .mg-hotel-main__left .card .detail p {
  margin: 0;
  padding: 0;
  display: block;
}
.mg-hotel-main .mg-hotel-main__left .card .linkout {
  color: #404041;
}
@media (min-width: 880px) {
.mg-hotel-main .mg-hotel-main__left .card .linkout:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.mg-hotel-main .mg-hotel-main__left .card .linkout:hover a {
  color: #de5b3a;
}
}
.mg-hotel-main .mg-hotel-main__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-main__right {
    padding-right: 70px;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel {
  position: relative;
  top: 0;
  left: 0%;
  background-image: url("../images/home/bg-map.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: white;
  max-height: 92vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel {
    position: sticky;
    top: 57px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel {
    top: 120px;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel img {
  width: 100%;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li {
  width: 100%;
  max-width: 33.34%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li:first-child {
  padding-left: 0px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li:last-child {
  padding-right: 0px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a {
  display: block;
  width: 100%;
  height: 2.392578125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0.615234375rem;
  text-decoration: none;
  line-height: 1em;
  position: relative;
}
@media (min-width: 576px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a {
    font-size: 0.751953125rem;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a {
    font-size: 0.7861328125rem;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a {
    height: 49px;
    font-size: 0.9625rem;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a {
    height: 70px;
    font-size: 1.3125rem;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #db8056;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe {
  color: #de5b3a;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe:after {
  border-color: #de5b3a;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe:hover span {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe:hover:after {
  border-bottom-width: 3px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable {
  color: #cccccc;
  cursor: default;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:after {
  border-color: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable .icon_plus:after {
  background: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable .icon_plus:before {
  background: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:hover span, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:focus span, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:active span {
  font-weight: normal;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:hover:after, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:focus:after, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-cafe.disable:active:after {
  border-bottom-width: 1px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities {
  color: #002846;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities:after {
  border-color: #002846;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities:hover span {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities:hover:after {
  border-bottom-width: 3px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable {
  color: #cccccc;
  cursor: default;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:after {
  border-color: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable .icon_plus:after {
  background: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable .icon_plus:before {
  background: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:hover span, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:focus span, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:active span {
  font-weight: normal;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:hover:after, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:focus:after, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-facilities.disable:active:after {
  border-bottom-width: 1px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting {
  color: #657355;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting:after {
  border-color: #657355;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting:hover span {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting:hover:after {
  border-bottom-width: 3px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable {
  color: #cccccc;
  cursor: default;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:after {
  border-color: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable .icon_plus:after {
  background: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable .icon_plus:before {
  background: #cccccc;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:hover span, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:focus span, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:active span {
  font-weight: normal;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:hover:after, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:focus:after, .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs ul > li a.li-meeting.disable:active:after {
  border-bottom-width: 1px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus {
  position: relative;
  top: 0px;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
  will-change: transform;
}
@media (min-width: 576px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
    margin-left: 0.5833333333vw;
    top: 0.2083333333vw;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus {
    top: 4px;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus::before {
  background-color: #3e3a37;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.5px;
  transition: background-color 0.4s;
  will-change: background-color;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus::before {
    height: 1px;
    top: 40%;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus::after {
  background-color: #3e3a37;
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.5px;
  transition: background-color 0.4s;
  will-change: background-color;
}
@media (min-width: 992px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .nav-tabs .icon_plus::after {
    height: 1px;
    top: 40%;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map_wraper_hotel {
  position: relative;
  transform-origin: top center;
  transform: scale(0.9);
  top: -4.5vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map_wraper_hotel {
    transform: scale(1);
    top: 0;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map_wraper_hotel.map_wraper_casetta {
  top: -1vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map_wraper_hotel.map_wraper_casetta {
    transform: scale(1);
    top: 0;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a {
  font-weight: 600;
  width: 3.2552083333vw;
  height: 3.2552083333vw;
  background-color: #db8056;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 2.0833333333vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    font-size: 0.8854166667vw;
    line-height: 1.4vw;
    display: block;
    text-align: center;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a span {
  font-weight: 400;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.--active {
  -webkit-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.3020833333vw;
  -khtml-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.3020833333vw;
  -moz-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.3020833333vw;
  -ms-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.3020833333vw;
  -o-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.3020833333vw;
  box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.3020833333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.--active {
    -webkit-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.625vw;
    -khtml-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.625vw;
    -moz-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.625vw;
    -ms-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.625vw;
    -o-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.625vw;
    box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.625vw;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_facilities {
  background-color: #002846;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_facilities.--active {
  -webkit-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -khtml-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -moz-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -ms-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -o-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_facilities.--active {
    -webkit-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -khtml-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -moz-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -ms-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -o-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_meeting_celebrations {
  background-color: #11392c;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_meeting_celebrations.--active {
  -webkit-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -khtml-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -moz-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -ms-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -o-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_meeting_celebrations.--active {
    -webkit-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -khtml-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -moz-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -ms-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -o-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_etc {
  background-color: #503629;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_etc.--active {
  -webkit-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 1.6927083333vw;
  -khtml-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 1.6927083333vw;
  -moz-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 1.6927083333vw;
  -ms-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 1.6927083333vw;
  -o-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 1.6927083333vw;
  box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 1.6927083333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel .map-wrap a.circle_etc.--active {
    -webkit-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 0.6770833333vw;
    -khtml-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 0.6770833333vw;
    -moz-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 0.6770833333vw;
    -ms-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 0.6770833333vw;
    -o-box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 0.6770833333vw;
    box-shadow: rgba(115, 85, 85, 0.3) 0 0 0px 0.6770833333vw;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe {
  font-weight: bold;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe span {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe:after {
  border-bottom-width: 3px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe .icon_plus {
  transform: rotate(45deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe.disable {
  font-weight: 500;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe.disable span {
  font-weight: 500;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe.disable:after {
  border-bottom-width: 1px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .nav-tabs ul li a.li-cafe.disable .icon_plus {
  transform: rotate(0deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .map-wrap a {
  background-color: #de5b3a;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .map-wrap a.--active {
  -webkit-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.6927083333vw;
  -khtml-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.6927083333vw;
  -moz-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.6927083333vw;
  -ms-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.6927083333vw;
  -o-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.6927083333vw;
  box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 1.6927083333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel.ul_dining-cafe .map-wrap a.--active {
    -webkit-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.6770833333vw;
    -khtml-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.6770833333vw;
    -moz-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.6770833333vw;
    -ms-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.6770833333vw;
    -o-box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.6770833333vw;
    box-shadow: rgba(219, 128, 86, 0.3) 0 0 0px 0.6770833333vw;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities span {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities:after {
  border-bottom-width: 3px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities .icon_plus {
  transform: rotate(45deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities.disable {
  font-weight: 500;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities.disable span {
  font-weight: 500;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities.disable:after {
  border-bottom-width: 1px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .nav-tabs ul li a.li-facilities.disable .icon_plus {
  transform: rotate(0deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .map-wrap a {
  background-color: #002846;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .map-wrap a.--active {
  -webkit-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -khtml-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -moz-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -ms-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  -o-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
  box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 1.6927083333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel.ul_facilities .map-wrap a.--active {
    -webkit-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -khtml-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -moz-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -ms-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -o-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
  }
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting {
  font-weight: bold;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting span {
  font-weight: 600;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting:after {
  border-bottom-width: 3px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting .icon_plus {
  transform: rotate(45deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting.disable {
  font-weight: 500;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting.disable span {
  font-weight: 500;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting.disable:after {
  border-bottom-width: 1px;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs ul li a.li-meeting.disable .icon_plus {
  transform: rotate(0deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .nav-tabs .icon_plus3 {
  transform: rotate(45deg);
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .map-wrap a {
  background-color: #657355;
}
.mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .map-wrap a.--active {
  -webkit-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -khtml-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -moz-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -ms-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  -o-box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
  box-shadow: rgba(101, 115, 85, 0.3) 0 0 0px 1.6927083333vw;
}
@media (min-width: 768px) {
  .mg-hotel-main .mg-hotel-main__right #map_hotel.ul_meeting .map-wrap a.--active {
    -webkit-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -khtml-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -moz-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -ms-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    -o-box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
    box-shadow: rgba(0, 40, 70, 0.3) 0 0 0px 0.6770833333vw;
  }
}
.mg-hotel-main .swiper-wrapper {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .mg-hotel-main .swiper-wrapper {
    display: block;
    padding-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .mg-hotel-main .swiper-wrapper .swiper-slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiper-wrapper .swiper-slide {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .swiper-wrapper .swiper-slide {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.mg-hotel-main .swiper-wrapper .swiper-slide:before {
  display: none;
}
@media (min-width: 768px) {
  .mg-hotel-main .swiper-wrapper .swiper-slide:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    background-color: #b6b7b9;
    width: calc(100% + 30px);
    height: 1.25px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiper-wrapper .swiper-slide:before {
    width: calc(100% + 49px);
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main .swiper-wrapper .swiper-slide:before {
    width: calc(100% + 70px);
  }
}
.mg-hotel-main .swiper-wrapper .swiper-slide:last-child:before {
  display: none;
}
.mg-hotel-main .swiper {
  padding: 0 30px;
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiper {
    padding: 0 70px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .swiper .swiper-pagination {
    display: none;
  }
}
.mg-hotel-main .thumbnal {
  margin-bottom: 0px;
}
.mg-hotel-main .thumbnal.thumbnal-normal {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .mg-hotel-main .thumbnal.thumbnal-normal {
    padding-bottom: 40px;
  }
}
.mg-hotel-main .swiperthumbnal {
  position: relative;
  display: block;
  overflow: hidden;
}
.mg-hotel-main .swiperthumbnal .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 1.5rem;
}
.mg-hotel-main .swiperthumbnal .swiper-wrapper .swiper-slide {
  padding-top: 0;
  padding-bottom: 0;
}
.mg-hotel-main .swiperthumbnal .swiper-wrapper .swiper-slide:before {
  content: "";
  display: none;
}
.mg-hotel-main .swiperthumbnal .swiper-wrapper .swiper-slide .thumbnal {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  margin: 0;
}
.mg-hotel-main .swiperthumbnal .swiper-pagination {
  position: absolute;
  bottom: -3px;
  left: 5px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8544921875rem;
  padding: 0;
  width: auto;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .mg-hotel-main .swiperthumbnal .swiper-pagination {
    position: relative;
    bottom: 0px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiperthumbnal .swiper-pagination {
    font-size: 1.25rem;
    bottom: 0px;
  }
}
.mg-hotel-main .swiperthumbnal .swiper-pagination .current,
.mg-hotel-main .swiperthumbnal .swiper-pagination .total {
  font-weight: 200;
}
.mg-hotel-main .swiperthumbnal .swiper-pagination .line {
  width: 13.5px;
  display: inline-block;
  position: relative;
  height: 1px;
  border-bottom: solid 1px #b6b7b9;
  margin: 0 2.5px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .mg-hotel-main .swiperthumbnal .swiper-pagination .line {
    width: 20.25px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main .swiperthumbnal .swiper-pagination .line {
    width: 15.859375px;
    margin: 0 6px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiperthumbnal .swiper-pagination .line {
    width: 29px;
  }
}
.mg-hotel-main .swiperthumbnal .swiper-pagination .total {
  color: #b6b7b9;
}
.mg-hotel-main .swiperthumbnal .video-wrapper {
  position: relative;
  padding-bottom: 64.8780487805%;
  height: 0;
  overflow: hidden;
}
.mg-hotel-main .swiperthumbnal .youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mg-hotel-main .swiper-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 99;
  padding-bottom: 64.8780487805%;
  display: none;
}
@media (min-width: 768px) {
  .mg-hotel-main .swiper-button {
    display: block;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiper-button {
    width: 100%;
  }
}
.mg-hotel-main .swiper-button .swiper-button-preva,
.mg-hotel-main .swiper-button .swiper-button-nexta {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  transition: 0.1s all ease-in-out;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  pointer-events: all;
  top: 45%;
}
.mg-hotel-main .swiper-button .swiper-button-preva:hover,
.mg-hotel-main .swiper-button .swiper-button-nexta:hover {
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .mg-hotel-main .swiper-button .swiper-button-preva,
  .mg-hotel-main .swiper-button .swiper-button-nexta {
    top: 45%;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiper-button .swiper-button-preva,
  .mg-hotel-main .swiper-button .swiper-button-nexta {
    width: 50px;
    height: 50px;
  }
}
.mg-hotel-main .swiper-button .swiper-button-nexta::after,
.mg-hotel-main .swiper-button .swiper-button-preva::after {
  content: "";
  background-image: url("../images/hotel-la-casetta/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #b6b7b9;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .mg-hotel-main .swiper-button .swiper-button-nexta::after,
  .mg-hotel-main .swiper-button .swiper-button-preva::after {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main .swiper-button .swiper-button-nexta::after,
  .mg-hotel-main .swiper-button .swiper-button-preva::after {
    width: 50px;
    height: 50px;
  }
}
.mg-hotel-main .swiper-button .swiper-button-preva::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
.mg-hotel-main .swiper-button .swiper-button-nexta {
  right: -12.5px;
}
@media (min-width: 992px) {
  .mg-hotel-main .swiper-button .swiper-button-nexta {
    right: -25px;
  }
}
.mg-hotel-main .swiper-button .swiper-button-preva {
  left: -12.5px;
}
@media (min-width: 992px) {
  .mg-hotel-main .swiper-button .swiper-button-preva {
    left: -25px;
  }
}
.mg-hotel-main .card-description {
  padding-top: 0.5rem;
}

.mg-section-other {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1440px) {
  .mg-section-other {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mg-section-other .card_other {
  position: relative;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .mg-section-other .card_other {
    margin: 0;
  }
}
.mg-section-other .card_other:first-child {
  margin-top: 0;
}
.mg-section-other .card_other::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -30px;
  width: 200%;
  height: 1px;
  background-color: #b6b7b9;
}
@media (min-width: 768px) {
  .mg-section-other .card_other::after {
    display: none;
  }
}
.mg-section-other .card_other:last-child::after {
  display: none;
}
.mg-section-other .container-fulid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mg-section-other .container-fulid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-other .container-fulid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 768px) {
  .mg-section-other .container-fulid .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .mg-section-other .container-fulid .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-other .container-fulid .row {
    margin-left: -70px;
    margin-right: -70px;
  }
}
.mg-section-other .container-fulid .row:before {
  display: none;
}
@media (min-width: 768px) {
  .mg-section-other .container-fulid .row:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #b6b7b9;
    height: 100%;
    width: 1px;
  }
}
.mg-section-other .container-fulid .row div[class^=col-] {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .mg-section-other .container-fulid .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mg-section-other .container-fulid .row div[class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-other .container-fulid .row div[class^=col-] {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mg-section-other .card .thumbnal {
  margin: 0 0 0.5rem 0;
  position: relative;
}
.mg-section-other .card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2101910828%;
}
.mg-section-other .card .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mg-section-other .card .thumbnal {
    position: relative;
    margin: 0 0 20px 0;
  }
  .mg-section-other .card .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.4634146341%;
  }
  .mg-section-other .card .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mg-section-other .card .card-description {
  padding-top: 0.5rem;
  color: #404041;
}
.mg-section-other .card .detail {
  display: block;
  line-height: normal;
}

.myCarousel {
  padding-bottom: 35px !important;
}
@media (min-width: 992px) {
  .myCarousel {
    padding-bottom: 0px !important;
  }
}
.myCarousel .swiper-wrapper {
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .myCarousel .swiper-wrapper {
    padding-bottom: 0px !important;
  }
}
.myCarousel .myCarousel-prev,
.myCarousel .myCarousel-next {
  display: none;
}
@media (min-width: 992px) {
  .myCarousel .myCarousel-prev,
  .myCarousel .myCarousel-next {
    display: block;
    top: var(--swiper-navigation-top-offset, 27%);
    color: #404041;
    background: rgba(250, 250, 250, 0.7);
    border: #b6b7b9 solid 1px;
    border-radius: 50px;
    padding: 0 21px;
  }
  .myCarousel .myCarousel-prev::after,
  .myCarousel .myCarousel-next::after {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mg-section-stay {
  padding-top: 25px;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .mg-section-stay {
    padding-top: 30.078125px;
    padding-bottom: 38.28125px;
  }
}
@media (min-width: 1440px) {
  .mg-section-stay {
    padding-top: 38.5px;
    padding-bottom: 49px;
  }
}
@media (min-width: 1665px) {
  .mg-section-stay {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
.mg-section-stay .container-fulid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mg-section-stay .container-fulid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-stay .container-fulid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mg-section-stay .mg-section-stay__intro {
  padding: 0 0 25px;
}
@media (min-width: 768px) {
  .mg-section-stay .mg-section-stay__intro {
    padding: 0 0 37.5px;
  }
}
@media (min-width: 992px) {
  .mg-section-stay .mg-section-stay__intro {
    padding: 0 0 20px;
  }
}
@media (min-width: 1440px) {
  .mg-section-stay .mg-section-stay__intro {
    padding: 0 0 26px;
  }
}
.mg-section-stay .mg-section-stay__intro .mg-section-stay__heading {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 27px;
  letter-spacing: 2.75px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay__heading {
    font-size: 37.5px;
    letter-spacing: 3px;
  }
}
@media (min-width: 992px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay__heading {
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay__heading {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay__heading {
    font-size: 60px;
  }
}
.mg-section-stay .mg-section-stay__intro .mg-section-stay_sub_heading {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.81px;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay_sub_heading {
    font-size: 18.75px;
    letter-spacing: 1.25px;
  }
}
@media (min-width: 992px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay_sub_heading {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay_sub_heading {
    font-size: 17.5px;
  }
}
@media (min-width: 1665px) {
  .mg-section-stay .mg-section-stay__intro .mg-section-stay_sub_heading {
    font-size: 25px;
  }
}
.mg-section-stay .mg-section-stay__carousel-container .container-fulid {
  padding: 0;
  max-width: 100%;
}
.mg-section-stay .mg-section-stay__carousel-container .swiper {
  padding: 0 30px;
}
@media (min-width: 1440px) {
  .mg-section-stay .mg-section-stay__carousel-container .swiper {
    padding: 0 70px;
  }
}
.mg-section-stay .mg-section-stay__carousel-container .thumbnal {
  margin-bottom: 1rem;
  position: relative;
  position: relative;
  overflow: hidden;
}
.mg-section-stay .mg-section-stay__carousel-container .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.8562300319%;
}
.mg-section-stay .mg-section-stay__carousel-container .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mg-section-stay .mg-section-stay__carousel-container .thumbnal {
    position: relative;
    margin-bottom: 25px;
  }
  .mg-section-stay .mg-section-stay__carousel-container .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.1162790698%;
  }
  .mg-section-stay .mg-section-stay__carousel-container .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mg-section-stay .mg-section-stay__carousel-container .thumbnal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mg-section-stay .mg-section-stay__carousel-container .title {
  font-family: "acuminprowide";
  font-weight: 300;
}
.mg-section-stay .mg-section-stay__carousel-container .title h3 {
  font-size: 1.15625rem;
  color: #404041;
}
@media (min-width: 768px) {
  .mg-section-stay .mg-section-stay__carousel-container .title h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .mg-section-stay .mg-section-stay__carousel-container .title h3 {
    font-size: 22.4px;
  }
}
@media (min-width: 1665px) {
  .mg-section-stay .mg-section-stay__carousel-container .title h3 {
    font-size: 32px;
  }
}
.mg-section-stay .mg-section-stay__carousel-container .detail {
  font-size: 0.8544921875rem;
  display: block;
  display: -webkit-box;
  height: 9.36rem;
  font-size: 0.9rem;
  line-height: 1.3em;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
  line-height: normal;
  letter-spacing: normal;
  color: #404041;
}
@media (min-width: 1440px) {
  .mg-section-stay .mg-section-stay__carousel-container .detail {
    letter-spacing: 0.66px;
    font-size: 15.4px;
    display: block;
    display: -webkit-box;
    height: 11.556rem;
    font-size: 0.963rem;
    line-height: 1.5em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1665px) {
  .mg-section-stay .mg-section-stay__carousel-container .detail {
    font-size: 22px;
    display: block;
    display: -webkit-box;
    height: 16.5rem;
    font-size: 1.375rem;
    line-height: 1.5em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mg-section-stay .mg-section-stay__carousel-container .linkout {
  color: #404041;
}

.mg-section-special-offers {
  padding-bottom: 30px;
  overflow: hidden !important;
}
@media (min-width: 992px) {
  .mg-section-special-offers {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 38.28125px;
    padding-bottom: 15.3125px;
  }
}
@media (min-width: 1440px) {
  .mg-section-special-offers {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 49px;
    padding-bottom: 19.6px;
  }
}
@media (min-width: 1665px) {
  .mg-section-special-offers {
    padding-bottom: 17px;
  }
}
.mg-section-special-offers .mg-section-special-offers__intro {
  padding: 35px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 768px) {
  .mg-section-special-offers .mg-section-special-offers__intro {
    padding: 1rem 30px 2rem 30px;
  }
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__intro--wrap {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__intro--wrap {
    margin-top: -3rem;
  }
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__heading {
  font-size: 1.9140625rem;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #de5b3a;
  letter-spacing: 3.25px;
}
@media (min-width: 768px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__heading {
    font-size: 48.75px;
  }
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__heading {
    font-size: 2.2216796875rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__heading {
    font-size: 3.28125rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__heading {
    font-size: 4.6875rem;
  }
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
  font-size: 20.3px;
  margin: 0;
  padding: 0;
  color: #de5b3a;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 2.15px;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    font-size: 32.25px;
    margin-bottom: 9.5px;
  }
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    margin-bottom: 1rem;
    letter-spacing: 2.5px;
    font-size: 1.4697265625rem;
    margin-top: -6px;
  }
}
@media (min-width: 1440px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    font-size: 2.1875rem;
    margin-bottom: 0.35rem;
    margin-top: -10.5px;
  }
}
@media (min-width: 1665px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__description {
    font-size: 3.125rem;
    margin-bottom: 0.5rem;
    margin-top: -15px;
  }
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore {
  color: initial;
  position: relative;
  text-decoration: none;
  letter-spacing: 1.2px;
  color: #404041;
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore:hover {
  color: #de5b3a;
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore {
  font-size: 13px;
}
@media (min-width: 768px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore {
    font-size: 21px;
  }
}
@media (min-width: 1665px) {
  .mg-section-special-offers .mg-section-special-offers__intro .mg-section-special-offers__explore {
    font-size: 1.5rem;
  }
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .thumbnal-swipper {
  position: relative;
  position: relative;
  overflow: hidden;
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .thumbnal-swipper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .thumbnal-swipper > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .thumbnal-swipper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8544921875rem;
  padding: 7.5px 17.5px;
}
@media (min-width: 768px) {
  .mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 18.75px;
    padding: 11.25px 26.25px;
  }
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 0.8544921875rem;
    padding: 0.5rem 30px;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 1.5625rem;
  }
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination .current {
  font-weight: 200;
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination .line {
  width: 13.5px;
  display: inline-block;
  position: relative;
  height: 1px;
  border-bottom: solid 1px #b6b7b9;
  margin: 0 2.5px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination .line {
    width: 20.25px;
  }
}
@media (min-width: 992px) {
  .mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination .line {
    width: 29px;
    margin: 0 6px;
  }
}
.mg-section-special-offers .mg-section-special-offers__carousel-container .swiper-pagination .total {
  font-weight: 200;
  color: #b6b7b9;
}
.mg-section-special-offers .swiper-wrapper {
  overflow: visible;
  bottom: 0;
  text-align: left;
}

.mg-section-cafe {
  padding-top: 25px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .mg-section-cafe {
    padding-top: 27.34375px;
    padding-bottom: 38.28125px;
  }
}
@media (min-width: 1440px) {
  .mg-section-cafe {
    padding-top: 35px;
    padding-bottom: 49px;
  }
}
@media (min-width: 1665px) {
  .mg-section-cafe {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.mg-section-cafe .container-fulid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mg-section-cafe .container-fulid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-cafe .container-fulid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mg-section-cafe .mg-section-cafe__intro .mg-section-cafe__heading {
  font-family: "acuminprowide";
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 1.6875rem;
  padding: 0 0 25px;
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__intro .mg-section-cafe__heading {
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-cafe .mg-section-cafe__intro .mg-section-cafe__heading {
    font-size: 2.625rem;
    padding: 0 0 50px;
  }
}
@media (min-width: 1665px) {
  .mg-section-cafe .mg-section-cafe__intro .mg-section-cafe__heading {
    font-size: 3.75rem;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .container-fulid {
  padding: 0;
}
.mg-section-cafe .mg-section-cafe__carousel-container .swiper {
  padding: 0 30px;
}
@media (min-width: 1440px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .swiper {
    padding: 0 70px;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal {
  margin: 0;
  position: relative;
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 136.1739130435%;
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal {
    position: relative;
    margin-bottom: 1rem;
  }
  .mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.1162790698%;
  }
  .mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1440px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal {
    margin-bottom: 25px;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, transparent 0, #000000 100%);
  background-repeat: repeat-x;
  display: block;
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .thumbnal:after {
    display: none;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .card-description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 1;
  color: white;
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .card-description {
    position: relative;
    padding: 0;
    color: inherit;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .title {
  font-family: "acuminprowide";
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .title h3 {
  font-size: 20.5px;
  color: white;
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .title h3 {
    color: #404041;
  }
}
@media (min-width: 1440px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .title h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .title h3 {
    font-size: 2rem;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .detail {
  font-size: 11px;
  display: block;
  display: -webkit-box;
  height: 8.32rem;
  font-size: 0.8rem;
  line-height: 1.3em;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}
@media (min-width: 768px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .detail {
    display: block;
    display: -webkit-box;
    height: 10.8rem;
    font-size: 0.9rem;
    line-height: 1.5em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .detail {
    color: #404041;
  }
}
@media (min-width: 1440px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .detail {
    font-size: 0.9625rem;
    display: block;
    display: -webkit-box;
    height: 11.556rem;
    font-size: 0.963rem;
    line-height: 1.5em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1665px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .detail {
    font-size: 1.375rem;
    display: block;
    display: -webkit-box;
    height: 16.5rem;
    font-size: 1.375rem;
    line-height: 1.5em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mg-section-cafe .mg-section-cafe__carousel-container .card .linkout {
  margin-top: 1rem;
  letter-spacing: 1.2px;
}
@media (min-width: 992px) {
  .mg-section-cafe .mg-section-cafe__carousel-container .card .linkout {
    margin-top: 30px;
  }
}

.mg-section-recomment {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .mg-section-recomment {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .mg-section-recomment {
    padding: 24.609375px 0 38.28125px;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment {
    padding: 31.5px 0 49px;
  }
}
@media (min-width: 1665px) {
  .mg-section-recomment {
    padding: 45px 0 70px;
  }
}
.mg-section-recomment .container-fulid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mg-section-recomment .container-fulid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment .container-fulid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .mg-section-recomment .container-fulid .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment .container-fulid .row {
    margin-left: -70px;
    margin-right: -70px;
  }
}
.mg-section-recomment .container-fulid .row:before {
  display: none;
}
@media (min-width: 992px) {
  .mg-section-recomment .container-fulid .row:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #b6b7b9;
    height: 100%;
    width: 1px;
  }
}
@media (min-width: 992px) {
  .mg-section-recomment .container-fulid .row .col-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment .container-fulid .row .col-6 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.mg-section-recomment .mg-section-recomment__heading {
  margin-bottom: 15px;
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .mg-section-recomment .mg-section-recomment__heading {
    margin-bottom: 25px;
    font-size: 1.708984375rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment .mg-section-recomment__heading {
    font-size: 2.625rem;
    padding: 0 0 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 1665px) {
  .mg-section-recomment .mg-section-recomment__heading {
    font-size: 3.75rem;
  }
}
.mg-section-recomment .card .thumbnal {
  margin: 0 0 0.5rem 0;
  position: relative;
}
.mg-section-recomment .card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 118.5810810811%;
}
.mg-section-recomment .card .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .mg-section-recomment .card .thumbnal {
    position: relative;
  }
  .mg-section-recomment .card .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.0975609756%;
  }
  .mg-section-recomment .card .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mg-section-recomment .card .card-description {
  padding-top: 0.5rem;
}
@media (min-width: 1440px) {
  .mg-section-recomment .card .card-description {
    padding-top: 25px;
  }
}
.mg-section-recomment .card .detail {
  display: block;
  color: #404041;
  display: block;
  display: -webkit-box;
  height: 4.3736rem;
  font-size: 0.71rem;
  line-height: 1.54em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .mg-section-recomment .card .detail {
    font-size: 14.4px;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment .card .detail {
    font-size: 1.09375rem;
    line-height: normal;
  }
}
@media (min-width: 1665px) {
  .mg-section-recomment .card .detail {
    font-size: 1.5625rem;
    display: block;
    display: -webkit-box;
    height: 7.815rem;
    font-size: 1.563rem;
    line-height: 1.25em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mg-section-recomment .card .linkout {
  font-size: 12px;
  color: #404041;
}
@media (min-width: 768px) {
  .mg-section-recomment .card .linkout {
    font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  .mg-section-recomment .card .linkout {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-recomment .card .linkout {
    font-size: 21px;
  }
}
@media (min-width: 1665px) {
  .mg-section-recomment .card .linkout {
    font-size: 1.6875rem;
  }
}

.mg-section-event .container-fulid {
  padding: 0;
}
.mg-section-event .mg-section-event__main {
  background-color: #c5c2aa;
  padding-top: 1.5rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__main {
    padding: 70px 0;
  }
}
.mg-section-event .mg-section-event__main h3 {
  padding-left: 30px;
  font-size: 1.71875rem;
  font-weight: 900;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .mg-section-event .mg-section-event__main h3 {
    font-size: 2.578125rem;
  }
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__main h3 {
    font-size: 1.8798828125rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__main h3 {
    padding-left: 70px;
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-event .mg-section-event__main h3 {
    font-size: 3.75rem;
  }
}
.mg-section-event .mg-section-event__main .mg-bg-event {
  position: relative;
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__main .mg-bg-event {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.mg-section-event .mg-section-event__carousel {
  background-color: #db8056;
  padding: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__carousel {
    padding: 38.28125px;
  }
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__carousel {
    padding: 49px;
  }
}
@media (min-width: 1665px) {
  .mg-section-event .mg-section-event__carousel {
    padding: 70px;
  }
}
.mg-section-event .mg-section-event__carousel .card {
  color: #fff;
}
.mg-section-event .mg-section-event__carousel .card .thumbnal {
  margin-bottom: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__carousel .card .thumbnal {
    position: relative;
    margin-bottom: 25px;
  }
  .mg-section-event .mg-section-event__carousel .card .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.0975609756%;
  }
  .mg-section-event .mg-section-event__carousel .card .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mg-section-event .mg-section-event__carousel .card .title h3 {
  color: #fff;
  font-size: 1.15625rem;
  font-weight: 600;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .mg-section-event .mg-section-event__carousel .card .title h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__carousel .card .title h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-event .mg-section-event__carousel .card .title h3 {
    font-size: 2rem;
  }
}
.mg-section-event .mg-section-event__carousel .card .detail {
  color: #fff;
  line-height: normal;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.66px;
}
@media (min-width: 768px) {
  .mg-section-event .mg-section-event__carousel .card .detail {
    font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__carousel .card .detail {
    font-size: 0.8544921875rem;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__carousel .card .detail {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-event .mg-section-event__carousel .card .detail {
    font-size: 1.5625rem;
  }
}
.mg-section-event .mg-section-event__carousel .card .linkout {
  color: #fff;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__carousel .card .linkout {
    font-size: 21px;
  }
}
@media (min-width: 1665px) {
  .mg-section-event .mg-section-event__carousel .card .linkout {
    font-size: 1.5rem;
  }
}
.mg-section-event .mg-section-event__carousel .card .linkout::before {
  border-color: #fff;
}
.mg-section-event .mg-section-event__carousel .swiper-pagination {
  position: relative;
  bottom: -4px;
}
.mg-section-event .mg-section-event__carousel .swiper {
  position: relative;
}
.mg-section-event .mg-section-event__carousel .swiper-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(56.2% + 70px);
}
.mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-prev {
  display: none;
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-prev {
    display: block;
    top: var(--swiper-navigation-top-offset, 50%);
    color: #404041;
    background: #fff;
    border: #b6b7b9 solid 1px;
    border-radius: 50px;
    padding: 0 21px;
    left: 5px;
  }
  .mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-prev::after {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-prev {
    left: 20px;
  }
}
.mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-next {
  display: none;
}
@media (min-width: 992px) {
  .mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-next {
    display: block;
    top: var(--swiper-navigation-top-offset, 50%);
    right: 5px;
    color: #404041;
    background: #fff;
    border: #b6b7b9 solid 1px;
    border-radius: 50px;
    padding: 0 21px;
  }
  .mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-next::after {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1440px) {
  .mg-section-event .mg-section-event__carousel .swiper-button-wrap .myCarousel-next {
    right: 20px;
  }
}
.mg-section-event .mg-section-event__carousel .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}

.mg-section-howto {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 1440px) {
  .mg-section-howto {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.mg-section-howto .container-fulid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1440px) {
  .mg-section-howto .container-fulid {
    padding-left: 70px;
    padding-right: 19px;
  }
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info {
  position: relative;
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .title-howto {
  font-family: "acuminprocond";
  font-weight: 300;
  font-size: 1.75rem;
  font-style: italic;
  letter-spacing: 2.75px;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 2.34375rem;
  }
}
@media (min-width: 992px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 1200px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 60px;
  }
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
  font-size: 0.8544921875rem;
  margin: 1rem 0 0;
  letter-spacing: 0.75px;
  line-height: normal;
  font-weight: 300;
}
@media (min-width: 480px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 1.03125rem;
  }
}
@media (min-width: 992px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 0.751953125rem;
  }
}
@media (min-width: 1200px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 0.92rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 1.09375rem;
    margin: 2.8rem 0;
  }
}
@media (min-width: 1665px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 1.5625rem;
    margin: 4rem 0;
  }
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content {
  position: relative;
}
@media (min-width: 992px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content {
    position: absolute;
    top: 30px;
    left: 0;
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content {
    top: 0px;
    width: 600px;
  }
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
  position: absolute;
  top: 116%;
  left: 0;
  text-decoration: none;
  color: initial;
  display: inline-block;
  padding-right: 16px;
  font-size: 0.888671875rem;
  letter-spacing: 1.35px;
  z-index: 9;
}
@media (min-width: 480px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 112%;
  }
}
@media (min-width: 768px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    font-size: 1.265625rem;
  }
}
@media (min-width: 992px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 140px;
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 170px;
    font-size: 0.9rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 250.6px;
    font-size: 1.18125rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 358px;
    font-size: 1.6875rem;
  }
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:after {
  content: "";
  display: block;
  background: url("../images/home/arrow.png") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 0;
}
@media (min-width: 1440px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:after {
    width: 14px;
    height: 14px;
    top: 7px;
    right: -9px;
  }
}
@media (min-width: 1665px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:after {
    width: 16px;
    height: 16px;
    top: 14px;
  }
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:hover {
  color: #de5b3a;
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:hover:after {
  background-image: url("../images/home/arrowhover.png");
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .howto-map {
  background: url("../images/home/picmap.png") no-repeat center right;
  background-size: contain;
  width: 100%;
  height: 124px;
  display: block;
  position: relative;
  margin-top: 0rem;
}
@media (min-width: 480px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    margin-top: 1rem;
    top: 0;
    left: 0;
    height: 0;
    padding-top: 45%;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    padding-top: 40%;
  }
}
@media (min-width: 1440px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    padding-top: 33%;
  }
}
@media (min-width: 1920px) {
  .mg-section-howto .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    width: 71.1458333333vw;
    height: 39.53125vw;
    padding: 0;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  z-index: 9999;
}
.loading .ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #0057a1;
  border-radius: 100%;
  -webkit-animation: 1.5s 0s loadingD cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  -khtml-animation: 1.5s 0s loadingD cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  -moz-animation: 1.5s 0s loadingD cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  -ms-animation: 1.5s 0s loadingD cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  -o-animation: 1.5s 0s loadingD cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  animation: 1.5s 0s loadingD cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.banner-slider-home .swiper-button-prev-banner-home,
.banner-slider-home .swiper-button-next-banner-home {
  display: none;
}
@media (min-width: 992px) {
  .banner-slider-home .swiper-button-prev-banner-home,
  .banner-slider-home .swiper-button-next-banner-home {
    display: block;
    top: var(--swiper-navigation-top-offset, 50%);
    color: #404041;
    background: rgba(250, 250, 250, 0.7);
    border: #b6b7b9 solid 1px;
    border-radius: 50px;
    padding: 0 21px;
  }
  .banner-slider-home .swiper-button-prev-banner-home::after,
  .banner-slider-home .swiper-button-next-banner-home::after {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner-slider-home .swiper-button-prev-banner-home.swiper-button-lock,
.banner-slider-home .swiper-button-next-banner-home.swiper-button-lock {
  display: none;
}
@media (min-width: 992px) {
  .wrapper-dining {
    display: flex;
    flex-direction: row;
  }
}
.wrapper-dining .wrapper-news {
  max-width: 100%;
}
.wrapper-dining .wrapper-news .carouselNews {
  padding-bottom: 58px;
}
@media (min-width: 768px) {
  .wrapper-dining .wrapper-news .carouselNews {
    padding-bottom: 116px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .carouselNews {
    padding-bottom: 72.5px;
  }
}
@media (min-width: 1200px) {
  .wrapper-dining .wrapper-news .carouselNews {
    padding-bottom: 81.2px;
  }
}
@media (min-width: 1665px) {
  .wrapper-dining .wrapper-news .carouselNews {
    padding-bottom: 116px;
  }
}
.wrapper-dining .wrapper-news .carouselNews .swiper-pagination {
  bottom: 25px;
}
@media (min-width: 768px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination {
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination {
    bottom: 39.375px;
  }
}
@media (min-width: 1200px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination {
    bottom: 44.1px;
  }
}
@media (min-width: 1665px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination {
    bottom: 63px;
  }
}
.wrapper-dining .wrapper-news .carouselNews .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
@media (min-width: 768px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination .swiper-pagination-bullet {
    width: 6.875px;
    height: 6.875px;
  }
}
@media (min-width: 1200px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination .swiper-pagination-bullet {
    width: 7.7px;
    height: 7.7px;
  }
}
@media (min-width: 1440px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
.wrapper-dining .wrapper-news .carouselNews .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.wrapper-dining .wrapper-news .carouselNews .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .carouselNews .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .wrapper-dining .wrapper-news .carouselNews .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 16px);
  }
}
.wrapper-dining .wrapper-news .swiper-button-prev,
.wrapper-dining .wrapper-news .swiper-button-next {
  display: block;
  position: absolute;
  top: 45%;
  width: 44px;
  height: 44px;
  background-color: #fff;
  opacity: 0.7;
  transition: 0.1s all ease-in-out;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .wrapper-dining .wrapper-news .swiper-button-prev,
  .wrapper-dining .wrapper-news .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.wrapper-dining .wrapper-news .swiper-button-prev:hover,
.wrapper-dining .wrapper-news .swiper-button-next:hover {
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.wrapper-dining .wrapper-news .swiper-button-prev:after, .wrapper-dining .wrapper-news .swiper-button-prev:before,
.wrapper-dining .wrapper-news .swiper-button-next:after,
.wrapper-dining .wrapper-news .swiper-button-next:before {
  content: "";
  background-image: url("../images/hotel-la-casetta/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 44px;
  height: 44px;
  position: absolute;
  border: 1px solid #b6b7b9;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .wrapper-dining .wrapper-news .swiper-button-prev:after, .wrapper-dining .wrapper-news .swiper-button-prev:before,
  .wrapper-dining .wrapper-news .swiper-button-next:after,
  .wrapper-dining .wrapper-news .swiper-button-next:before {
    width: 50px;
    height: 50px;
  }
}
.wrapper-dining .wrapper-news .swiper-button-prev.swiper-button-disabled,
.wrapper-dining .wrapper-news .swiper-button-next.swiper-button-disabled {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.wrapper-dining .wrapper-news .swiper-button-prev.gallery,
.wrapper-dining .wrapper-news .swiper-button-next.gallery {
  top: 50% !important;
}
.wrapper-dining .wrapper-news .swiper-button-prev::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .swiper-button-next {
    right: -25px;
  }
}
@media (min-width: 1440px) {
  .wrapper-dining .wrapper-news .swiper-button-next {
    right: -55px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .swiper-button-prev {
    left: -25px;
  }
}
@media (min-width: 1440px) {
  .wrapper-dining .wrapper-news .swiper-button-prev {
    left: -55px;
  }
}
.wrapper-dining .wrapper-news .swiper-button-prev.News {
  display: none;
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .swiper-button-prev.News {
    left: 10px;
    display: block;
  }
}
.wrapper-dining .wrapper-news .swiper-button-next.News {
  display: none;
}
@media (min-width: 992px) {
  .wrapper-dining .wrapper-news .swiper-button-next.News {
    right: 10px;
    display: block;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .slide_news {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .banner-wrapper {
    flex: 0 0 50%;
  }
}
.wrapper-dining .banner-wrapper .thumbnal {
  position: relative;
  position: relative;
  overflow: hidden;
}
.wrapper-dining .banner-wrapper .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.wrapper-dining .banner-wrapper .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .wrapper-dining .banner-wrapper .thumbnal {
    position: relative;
  }
  .wrapper-dining .banner-wrapper .thumbnal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 102.2916666667%;
  }
  .wrapper-dining .banner-wrapper .thumbnal > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.wrapper-dining .banner-wrapper .thumbnal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.wrapper-dining .quote-wrapper {
  background: #ecc9a9;
  padding: 35px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .wrapper-dining .quote-wrapper {
    padding: 52.5px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .quote-wrapper {
    flex: 0 0 50%;
    padding: 6.25vw 3.6458333333vw;
  }
}
@media (min-width: 1440px) {
  .wrapper-dining .quote-wrapper {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .wrapper-dining .quote-wrapper {
    font-size: 3.75rem;
  }
}
.wrapper-dining .quote-wrapper.detail-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.wrapper-dining .quote-wrapper.detail_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: left;
}
.wrapper-dining .quote-wrapper.detail_news h3 {
  font-size: 18.5px;
  text-align: left;
  letter-spacing: 1.85px;
}
@media (min-width: 768px) {
  .wrapper-dining .quote-wrapper.detail_news h3 {
    font-size: 27.75px;
    padding-bottom: 18.75px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .quote-wrapper.detail_news h3 {
    letter-spacing: 2.75px;
    font-size: 2.6041666667vw;
    padding-bottom: 2.5vw;
  }
}
.wrapper-dining .quote-wrapper.detail_news p {
  font-size: 12.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .wrapper-dining .quote-wrapper.detail_news p {
    font-size: 18.75px;
    margin-bottom: 26.25px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .quote-wrapper.detail_news p {
    font-size: 1.4583333333vw;
    margin-bottom: 2.1875vw;
  }
}
.wrapper-dining .quote-wrapper h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 27.5px;
  text-align: center;
  padding-bottom: 12.5px;
  letter-spacing: 2.75px;
}
@media (min-width: 768px) {
  .wrapper-dining .quote-wrapper h3 {
    font-size: 45px;
    padding-bottom: 18.75px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .quote-wrapper h3 {
    font-size: 3.125vw;
    padding-bottom: 1.875vw;
  }
}
@media (min-width: 1920px) {
  .wrapper-dining .quote-wrapper h3 {
    padding-bottom: 36px;
  }
}
.wrapper-dining .quote-wrapper p {
  font-family: "acuminpro";
  font-weight: 200;
  font-size: 12.5px;
  line-height: 22.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .wrapper-dining .quote-wrapper p {
    font-size: 22.5px;
    line-height: 33.75px;
    margin-bottom: 26.25px;
  }
}
@media (min-width: 992px) {
  .wrapper-dining .quote-wrapper p {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-bottom: 2.0833333333vw;
  }
}
.wrapper-dining .quote-wrapper p:last-child {
  margin-bottom: 0;
}
.wrapper-dining .quote-wrapper p span {
  font-style: bold;
}

.btn_clear_wrap {
  position: absolute;
  bottom: 9.1264667536vw;
  right: 3.9113428944vw;
  display: none;
}
@media (min-width: 768px) {
  .btn_clear_wrap {
    bottom: 20px;
    right: 25px;
  }
}
.btn_clear_wrap.showBtn {
  display: block;
}
.btn_clear_wrap a,
.btn_clear_wrap .btn_clear_all {
  display: unset !important;
  width: unset !important;
  height: unset !important;
  line-height: unset !important;
  position: relative !important;
  text-decoration: none !important;
  color: #404041 !important;
  background-color: unset !important;
  font-size: 0.9228515625rem !important;
  font-weight: unset !important;
}
@media (min-width: 992px) {
  .btn_clear_wrap a,
  .btn_clear_wrap .btn_clear_all {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .btn_clear_wrap a,
  .btn_clear_wrap .btn_clear_all {
    font-size: 1.265625rem;
  }
}
.btn_clear_wrap a:before,
.btn_clear_wrap .btn_clear_all:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.btn_clear_wrap a:hover,
.btn_clear_wrap .btn_clear_all:hover {
  color: #de5b3a;
}
.btn_clear_wrap a:hover:before,
.btn_clear_wrap .btn_clear_all:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}

body {
  padding-top: 57.421875px;
}
@media (min-width: 992px) {
  body {
    padding-top: 7.5rem;
  }
}

.show-mb {
  display: block !important;
}
@media (min-width: 992px) {
  .show-mb {
    display: none !important;
  }
}

.show-dt {
  display: none !important;
}
@media (min-width: 992px) {
  .show-dt {
    display: block !important;
  }
}

.wrapper {
  color: #404041;
}

.casetta_section_intro .casetta_wrapper .casetta_intro_text {
  padding: 35px;
  background-color: #eecbab;
  line-height: 1.75em;
  text-align: center;
  color: #000;
  font-size: 12.5px;
  font-weight: 200;
  line-height: 22.5px;
}
@media (min-width: 768px) {
  .casetta_section_intro .casetta_wrapper .casetta_intro_text {
    padding: 52.5px;
    font-size: 18.75px;
    line-height: 33.75px;
  }
}
@media (min-width: 992px) {
  .casetta_section_intro .casetta_wrapper .casetta_intro_text {
    font-size: 15.3125px;
    padding: 38.28125px 30px;
    line-height: 24.609375px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_intro .casetta_wrapper .casetta_intro_text {
    font-size: 19.6px;
    padding: 98px 217.7px 84px 217.7px;
    line-height: 31.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_intro .casetta_wrapper .casetta_intro_text {
    font-size: 28px;
    padding: 140px 311px 120px 311px;
    line-height: 45px;
  }
}
.casetta_section_intro .casetta_wrapper .casetta_intro_text i {
  font-weight: 500;
}

.casetta_section_hotel .casetta_all_wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_all_wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_all_wrapper {
    padding: 0 70px;
  }
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text {
  text-align: center;
  padding: 35px 5.2151238592vw;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text {
    padding: 70px 100px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text {
    padding: 38.28125px 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text {
    padding: 49px 0;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text {
    padding: 70px 0;
  }
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text h3 {
  font-family: "acuminprowide";
  letter-spacing: 2.75px;
  line-height: 1.3em;
  font-size: 27.5px;
  font-weight: 300;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text h3 {
    font-size: 41.25px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text h3 {
    font-size: 1.8798828125rem;
    padding-bottom: 30.078125px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text h3 {
    letter-spacing: 3px;
    font-size: 42px;
    padding-bottom: 38.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text h3 {
    font-size: 60px;
    padding-bottom: 55px;
  }
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--single h3 {
  padding-bottom: 0 !important;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news {
  border-top: 0px;
  border-bottom: 0px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news {
    border-bottom: 1px solid #b6b7b9;
  }
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news a {
  display: block;
  text-decoration: none;
  color: initial;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more {
  font-family: "acuminprowide";
  line-height: normal;
  display: inline-block;
  font-size: 13.5px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  letter-spacing: 1.35px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more {
    font-size: 20.25px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more {
    letter-spacing: 2.75px;
    font-size: 16.875px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more {
    font-size: 18.9px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more {
    font-size: 27px;
  }
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more:hover {
  color: #db8056;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.casetta_hotel_text--news .see_more:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.5s;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.header--single {
  padding-left: 0px;
  padding-right: 0px;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text.header--single h3 {
  padding-bottom: 0 !important;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8.4745762712vw;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box {
    gap: 70px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box {
    gap: 7.5520833333vw;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box {
    gap: 101.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box {
    gap: 145px;
  }
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box .casetta_item {
  font-family: "acuminprowide";
  max-width: 249px;
  width: 100%;
  font-size: 15px;
  border: 1.25px solid #404041;
  color: #404041;
  text-decoration: none;
  padding: 7px 0;
  letter-spacing: 1px;
  font-weight: 300;
  transition: 0.2s all ease-out;
}
.casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box .casetta_item:hover {
  background-color: #404041;
  color: #ffffff;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box .casetta_item {
    font-size: 22.5px;
    padding: 7px 0;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box .casetta_item {
    font-size: 1.025390625rem;
    padding: 0.5126953125rem 0;
    max-width: 160px;
    padding: 8px 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box .casetta_item {
    font-size: 24px;
    padding: 5.6px 0;
    max-width: 174.3px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper_top .casetta_hotel_text .casetta_box .casetta_item {
    font-size: 1.875rem;
    padding: 8px 0;
    max-width: 249px;
  }
}
.casetta_section_hotel .spaloi .casetta_list::before {
  display: none !important;
}
.casetta_section_hotel .casetta_wrapper {
  border-top: 1px solid #b6b7b9;
}
.casetta_section_hotel .casetta_wrapper.events_wrapper {
  border-bottom: 0;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper.events_wrapper {
    margin-bottom: 70px;
    border-bottom: 1px solid #b6b7b9;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper.events_wrapper {
    margin-bottom: 98px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper.events_wrapper {
    margin-bottom: 140px;
  }
}
.casetta_section_hotel .casetta_wrapper.events_wrapper .casetta_list .casetta_list_item {
  border-bottom: 0;
}
.casetta_section_hotel .casetta_wrapper.land_villas {
  border-top: 0;
  border-bottom: 1px solid #b6b7b9;
}
.casetta_section_hotel .casetta_wrapper .casetta_list {
  position: relative;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list {
    margin: 0 -30px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list {
    margin: 0 -49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list {
    margin: 0 -70px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas {
    margin: 0 -30px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas {
    margin: 0 -24.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas {
    margin: 0 -35px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list.land_villas::before {
  height: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item {
  border: 0px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item {
    width: 33.33%;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item {
    padding-left: 24.5px;
    padding-right: 24.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text {
  font-size: 11px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text {
    font-size: 13.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text {
    font-size: 15.4px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text {
    font-size: 22px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text .title h5 {
  font-size: 18.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text .title h5 {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text .title h5 {
    font-size: 20px;
    margin-top: 3.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text .title h5 {
    font-size: 22.4px;
    margin-top: 4.2px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.land_villas .casetta_list_item .casetta_text .title h5 {
    font-size: 32px;
    margin-top: 6px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list::before {
  display: none;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    background-color: #b6b7b9;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list.casetta_full {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list.casetta_full {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list.casetta_full::before {
  width: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item {
  position: relative;
  padding: 0;
  flex: 0 0 auto;
  width: 100%;
  border-bottom: 1px solid #b6b7b9;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.--news {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.--news {
    padding-top: 52.5px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.--news {
    padding: 35px;
    border-bottom: 0px solid #b6b7b9;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.--news {
    padding: 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.--news {
    padding: 70px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.--news:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  background-color: #b6b7b9;
  height: 1px;
  bottom: 0;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item {
    padding: 30px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item {
    padding: 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item {
    padding: 70px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.casetta_list_item:nth-child(odd) .linelll {
  position: relative;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.casetta_list_item:nth-child(odd) .linelll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(200% - 140px);
  height: 1px;
  background-color: #b6b7b9;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth {
  background-color: #fcf6ec;
  flex: 0 0 auto;
  width: 100%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .box_slide {
  height: auto;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .box_slide {
    height: 100%;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container {
    flex-direction: row-reverse !important;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .header_text_mb {
  font-family: "acuminprowide";
  font-weight: 300;
  letter-spacing: 1.11px;
  display: block;
  font-size: 27.5px;
  margin-bottom: 26.5px;
  text-align: center;
  margin-top: 35px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .header_text_mb {
    font-size: 41.25px;
    margin-bottom: 39.75px;
    margin-top: 52.5px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .header_text_mb {
    display: none;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 0px;
  height: fit-content;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper {
    padding-left: 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    left: 5px !important;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    left: 23px !important;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    left: 44px !important;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 30px;
    padding-bottom: 8.203125px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text {
    padding-right: 49px;
    padding-bottom: 10.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text {
    padding-right: 70px;
    padding-bottom: 15px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center {
  justify-content: center;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
  display: none;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
    display: block;
    letter-spacing: 1.5px;
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center .detail {
  flex-grow: unset;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers {
  justify-content: center;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers {
    padding-bottom: 0;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
  margin-bottom: 0;
  padding-bottom: 17.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
    padding-bottom: 10.625px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
    padding-bottom: 11.9px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
    padding-bottom: 17px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
  font-size: 18.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
    letter-spacing: 1.5px;
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
    font-size: 25px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
    font-size: 50px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .detail {
  flex-grow: unset;
  display: block !important;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .detail p {
  text-indent: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .detail p strong {
  font-weight: 500;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
  margin-top: 17.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
    margin-top: 13.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
    margin-top: 15.4px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
    margin-top: 22px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
  padding: 0.3em;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
    margin-top: 38.125px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
    margin-top: 42.7px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
    margin-top: 61px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet {
  justify-content: center;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet {
    justify-content: flex-start;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .title h5 {
    display: block;
    letter-spacing: 1.5px;
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .title h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .title h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail {
  flex-grow: unset;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.8544921875rem;
  margin: 17.5px 0 35px;
  letter-spacing: 1.35px;
  color: #404041;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
    font-size: 1.09375rem;
    margin: 24.5px 0 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
    font-size: 1.5625rem;
    margin: 35px 0 70px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-explore {
  color: #404041;
  text-decoration: auto;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-viewMenu {
  margin-right: 2em;
  color: #404041;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection {
  position: relative;
  padding-right: 10.9375px;
  color: #404041;
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection {
    padding-right: 20px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection:after {
  content: "";
  background: url("../images/map/arrow-top-right.png") no-repeat center center;
  background-size: contain;
  width: 8.75px;
  height: 8.75px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -60%);
  -khtml-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection:after {
    width: 16px;
    height: 16px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a {
  position: relative;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a:hover {
  color: #de5b3a;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text {
  justify-content: center;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text .title h5 {
  font-size: 27.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text .title h5 {
    letter-spacing: 1.5px;
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text .title h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text .title h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text .detail {
  flex-grow: unset;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row {
  background-color: #fcf6ec;
  flex: 0 0 auto;
  width: 100%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .box_slide {
  height: auto;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .box_slide {
    height: 100%;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container {
    flex-direction: row !important;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .header_text_mb {
  font-family: "acuminprowide";
  font-weight: 300;
  letter-spacing: 1.11px;
  display: block;
  font-size: 27.5px;
  margin-bottom: 26.5px;
  text-align: center;
  margin-top: 35px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .header_text_mb {
    font-size: 41.25px;
    margin-bottom: 39.75px;
    margin-top: 52.5px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .header_text_mb {
    display: none;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper {
  flex: 0 0 100%;
  width: 100%;
  padding-right: 0px;
  height: fit-content;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper {
    padding-right: 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper {
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    right: 5px !important;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    right: 23px !important;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    right: 44px !important;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
    right: 5px !important;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
    right: 23px !important;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
    right: 44px !important;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 30px;
    padding-bottom: 8.203125px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text {
    padding-left: 49px;
    padding-bottom: 10.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text {
    padding-left: 70px;
    padding-bottom: 15px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center {
  justify-content: center;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
  display: none;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
    display: block;
    letter-spacing: 1.5px;
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center .title h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center .detail {
  flex-grow: unset;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers {
  justify-content: center;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers {
    padding-bottom: 0;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
  margin-bottom: 0;
  padding-bottom: 17.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
    padding-bottom: 10.625px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
    padding-bottom: 11.9px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title {
    padding-bottom: 17px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
  font-size: 18.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
    letter-spacing: 1.5px;
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
    font-size: 25px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .title h5 {
    font-size: 50px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .detail {
  flex-grow: unset;
  display: block !important;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .detail p {
  text-indent: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .detail p strong {
  font-weight: 500;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
  margin-top: 17.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
    margin-top: 13.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
    margin-top: 15.4px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .tac-box .tac-phone {
    margin-top: 22px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
  padding: 0.3em;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
    margin-top: 38.125px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
    margin-top: 42.7px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center_show_text--offers .box_btn .btnTransparent {
    margin-top: 61px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet {
  justify-content: center;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet {
    justify-content: flex-start;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .title h5 {
    display: block;
    letter-spacing: 1.5px;
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .title h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .title h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail {
  flex-grow: unset;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.8544921875rem;
  margin: 17.5px 0 35px;
  letter-spacing: 1.35px;
  color: #404041;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
    font-size: 1.09375rem;
    margin: 24.5px 0 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn {
    font-size: 1.5625rem;
    margin: 35px 0 70px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-explore {
  color: #404041;
  text-decoration: auto;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-viewMenu {
  margin-right: 2em;
  color: #404041;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection {
  position: relative;
  padding-right: 10.9375px;
  color: #404041;
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection {
    padding-right: 20px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection:after {
  content: "";
  background: url("../images/map/arrow-top-right.png") no-repeat center center;
  background-size: contain;
  width: 8.75px;
  height: 8.75px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -60%);
  -khtml-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn .btn-getDirection:after {
    width: 16px;
    height: 16px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a {
  position: relative;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a:hover {
  color: #de5b3a;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.fullwidth--row .mg-section-special-offers__carousel-container .casetta_text.description_center-meet .detail .link-btn a:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .title {
  margin-bottom: 11px;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .header_text {
  text-align: center;
  margin-bottom: 26.5px;
  margin-top: 30px;
  padding: 0 20px;
  word-break: break-all;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .header_text {
    margin-bottom: 39.75px;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .header_text {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .header_text {
    margin-bottom: 33.6px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .header_text {
    margin-bottom: 48px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select {
  margin: 0;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select {
    margin-top: 19.5px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select {
    margin-top: 22.5px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select {
    margin-top: 25.2px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select {
    margin-top: 36px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select a {
    font-size: 16.875px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select a {
    font-size: 18.9px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .select a {
    font-size: 27px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet {
  justify-content: center;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .title h5 {
    display: block;
    letter-spacing: 1.5px;
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .title h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .title h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail {
  flex-grow: unset;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.8544921875rem;
  margin: 17.5px 0 35px;
  letter-spacing: 1.35px;
  color: #404041;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn {
    font-size: 1.09375rem;
    margin: 24.5px 0 49px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn {
    font-size: 1.5625rem;
    margin: 35px 0 70px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn .btn-explore {
  color: #404041;
  text-decoration: auto;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn .btn-viewMenu {
  margin-right: 2em;
  color: #404041;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn .btn-getDirection {
  position: relative;
  padding-right: 10.9375px;
  color: #404041;
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn .btn-getDirection {
    padding-right: 20px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn .btn-getDirection:after {
  content: "";
  background: url("../images/map/arrow-top-right.png") no-repeat center center;
  background-size: contain;
  width: 8.75px;
  height: 8.75px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -60%);
  -khtml-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn .btn-getDirection:after {
    width: 16px;
    height: 16px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn a {
  position: relative;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn a:hover {
  color: #de5b3a;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item.single_item .description_center-meet .detail .link-btn a:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide {
  height: 100%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper {
  position: relative;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
    display: block;
    position: absolute;
    top: 45%;
    width: 44px;
    height: 44px;
    background-color: #fff;
    opacity: 0.7;
    transition: 0.1s all ease-in-out;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev:hover,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next:hover {
    opacity: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next::after,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev::after {
  content: "";
  background-image: url("../images/hotel-la-casetta/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 44px;
  height: 44px;
  position: absolute;
  border: 1px solid #b6b7b9;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next::after,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev::after {
    width: 50px;
    height: 50px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-next {
    right: -25px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .casetta_swiper .swiper-button-prev {
    left: -25px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .thumbnal-swipper {
  position: relative;
  position: relative;
  overflow: hidden;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .thumbnal-swipper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.406779661%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .thumbnal-swipper > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .thumbnal-swipper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news {
  width: 100%;
  max-width: 177px;
  max-height: 249px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news {
    max-width: 354px;
    max-height: 498px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news {
    max-width: 241.875px;
    max-height: 532px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news {
    max-width: 270.9px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news {
    max-width: 387px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news .thumbnal-news-swipper {
  position: relative;
  position: relative;
  overflow: hidden;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news .thumbnal-news-swipper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 137.4677002584%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news .thumbnal-news-swipper > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .box-thumbnal-news .thumbnal-news-swipper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8544921875rem;
  padding: 7.5px 17.5px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 18.75px;
    padding: 11.25px 26.25px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 0.8544921875rem;
    padding: 0.5rem 30px;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination {
    font-size: 1.5625rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .current,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .total {
  font-weight: 200;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .line {
  width: 13.5px;
  display: inline-block;
  position: relative;
  height: 1px;
  border-bottom: solid 1px #b6b7b9;
  margin: 0 2.5px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .line {
    width: 20.25px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .line {
    width: 15.859375px;
    margin: 0 6px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .line {
    width: 29px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .box_slide .mg-section-special-offers__carousel-container .swiper-pagination .total {
  color: #b6b7b9;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text {
  font-family: "acuminprowide";
  font-weight: 300;
  letter-spacing: 1.11px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text {
    letter-spacing: 1.5px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text h5 {
  font-size: 27.5px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text h5 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text h5 {
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text h5 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .header_text h5 {
    font-size: 3.75rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text {
  padding: 35px;
  padding-top: 0;
  font-size: 0.8203125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #404041;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text {
    padding: 52.5px;
    font-size: 16.5px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text {
    padding: 0;
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text {
    font-size: 1.5625rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title {
  font-family: "acuminprowide";
  font-weight: 300;
  letter-spacing: 1.11px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title {
    letter-spacing: 1.5px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title.title_news {
  margin-top: 15px;
  font-size: 18.5px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title.title_news {
    margin-top: 30px;
    font-size: 27.75px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title.title_news {
    margin-top: 33.75px;
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title.title_news {
    margin-top: 37.8px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title.title_news {
    margin-top: 54px;
    font-size: 3.125rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title h5 {
  font-size: 18.5px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title h5 {
    font-size: 27.75px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title h5 {
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title h5 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .title h5 {
    font-size: 3.125rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .sub_news {
  margin-bottom: 27px;
  font-size: 18.5px;
  letter-spacing: 1.11px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .sub_news {
    margin-bottom: 54px;
    font-size: 27.75px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .sub_news {
    margin-bottom: 32.5px;
    font-size: 1.708984375rem;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .sub_news {
    margin-bottom: 36.4px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .sub_news {
    margin-bottom: 52px;
    font-size: 3.125rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle {
  padding-top: 9px;
  padding-bottom: 14px;
  letter-spacing: 0.22px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle {
    padding-top: 13.5px;
    padding-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle {
    padding-top: 0.68359375rem;
    padding-bottom: 0.8544921875rem;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle {
    padding-top: 0.68359375rem;
    padding-bottom: 1.171875rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle.land_villas {
  padding-top: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle.land_villas {
    padding-bottom: 13.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle.land_villas {
    padding-top: 0;
    padding-bottom: 15.4px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .subtitle.land_villas {
    padding-top: 0;
    padding-bottom: 22px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail {
  flex-grow: 1;
  font-weight: 200;
  letter-spacing: 0.44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail {
    letter-spacing: 0.5px;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail-remark {
  margin: 19px 0 0px 0;
  flex-grow: 1;
  font-weight: 200;
  letter-spacing: 0.44px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail-remark {
    margin: 28.5px 0 0px 0;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail-remark {
    margin: 1rem 0 0rem 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail-remark {
    margin: 24.5px 0 0px 0;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail-remark {
    margin: 35px 0 0px 0;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .detail-remark ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin: 19px 0 35px 0;
  letter-spacing: 1.35px;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select {
    margin: 28.5px 0 52.5px 0;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select {
    margin: 1rem 0 2.5rem 0;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select {
    margin: 24.5px 0 49px 0;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select {
    margin: 35px 0 70px 0;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button {
  border: 0;
  padding: 0;
  background: transparent;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a {
  position: relative;
  font-size: 13.5px;
  margin-left: 1.8rem;
  color: #404041;
  text-decoration: none;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a {
    font-size: 20.25px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a {
    font-size: 1.18125rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button,
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a {
    font-size: 1.265625rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button:before,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button:first-child,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a:first-child {
  margin-left: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button:hover,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a:hover {
  color: #de5b3a;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select button:hover:before,
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .select a:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .boxbtn .btnTransparent {
  font-family: "acuminprowide";
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
  border: 1.25px solid #404041;
  padding: 6px 0;
  background: transparent;
  color: #404041;
  transition: 0.2s all ease-out;
}
@media (min-width: 768px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .boxbtn .btnTransparent {
    font-size: 22.5px;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .boxbtn .btnTransparent {
    padding: 0.3em 0;
    font-size: 1.025390625rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .boxbtn .btnTransparent {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .boxbtn .btnTransparent {
    font-size: 1.875rem;
  }
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .boxbtn .btnTransparent:hover {
  background-color: #404041;
  color: #ffffff;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .modal button {
  padding: 0;
  background: #939598;
  border: 0;
}
.casetta_section_hotel .casetta_wrapper .casetta_list .casetta_list_item .modal img {
  width: 100%;
}
.casetta_section_hotel .contacttext .title {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext .group_text {
  max-height: 200px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext .group_text {
    max-height: 310px;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext .group_text p {
  margin-top: 10px !important;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext .gym-po {
    min-height: 269px;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext .gym-po .item {
  margin-bottom: 13px;
}
.casetta_section_hotel .contacttext .detail .hotelstext .gym-po .item .text {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext .gym-po .item .text p {
  margin-top: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext .text.head {
  margin-bottom: 10px;
}
.casetta_section_hotel .contacttext .detail .hotelstext .text.head p {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-2 .pp {
    width: 33%;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext-2 .group_text {
  max-height: 230px;
}
.casetta_section_hotel .contacttext .detail .hotelstext-2 .group_text .item {
  width: 40% !important;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-2 .group_text .item {
    width: 100% !important;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext-2 .group_text .item .text {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-2 .group_text .item .text p {
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-2 .group_text {
    max-height: unset !important;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext-2 .short {
  max-height: 80px;
}
.casetta_section_hotel .contacttext .detail .hotelstext-3 .group_text .item {
  width: 80% !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .group_text {
  max-height: 200px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-4 .group_text {
    max-height: 310px;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .group_text p {
  margin-top: 10px !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .gym-po {
  margin-top: 13px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-4 .gym-po {
    min-height: 269px;
    margin-top: 20px;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .gym-po .item {
  margin-bottom: 13px;
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .gym-po .item .text {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .gym-po .item .text p {
  margin-top: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .text.head {
  margin-bottom: 10px;
}
.casetta_section_hotel .contacttext .detail .hotelstext-4 .text.head p {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .group_text p {
  margin-top: 10px !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .gym-po {
  margin-top: 13px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .hotelstext-5 .gym-po {
    margin-top: 20px;
  }
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .gym-po .item {
  margin-bottom: 13px;
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .gym-po .item .text {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .gym-po .item .text p {
  margin-top: 0 !important;
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .text.head {
  margin-bottom: 10px;
}
.casetta_section_hotel .contacttext .detail .hotelstext-5 .text.head p {
  margin-bottom: 0 !important;
}
.casetta_section_hotel .contacttext .detail .in_detail .head p {
  font-weight: 500;
}
.casetta_section_hotel .contacttext .detail .in_detail .group_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casetta_section_hotel .contacttext .detail .in_detail .group_text .item {
  width: 58%;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .in_detail .group_text .item {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .detail .in_detail .group_text .item .text {
    margin-bottom: 0 !important;
  }
}
.casetta_section_hotel .contacttext .detail .in_detail .group_text .mail {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .casetta_section_hotel .contacttext .group_text .text {
    margin-bottom: 5.5px !important;
  }
}

.casetta_section_guarantee .casetta_wrappe_guaranteer {
  background-color: #eecbab;
  padding: 2.392578125rem;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer {
    padding: 46.484375px 76.5625px 76.5625px 76.5625px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer {
    padding: 59.5px 98px 98px 98px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer {
    padding: 85px 140px 140px 140px;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text {
  margin-bottom: 1.708984375rem;
  text-align: center;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text {
    margin-bottom: 2.392578125rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text {
    margin-bottom: 38.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text {
    margin-bottom: 55px;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 1.8798828125rem;
  letter-spacing: 2.75px;
}
@media (min-width: 768px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h3 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h3 {
    font-size: 2.05078125rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h3 {
    font-size: 3.75rem;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h4 {
  font-size: 1.298828125rem;
  letter-spacing: 1.9px;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h4 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h4 {
    font-size: 1.3671875rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_text h4 {
    font-size: 2.5rem;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  row-gap: 4.5632333768vw;
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box {
  background-color: #fcf6ec;
  padding: 5.7366362451vw 3.9113428944vw;
  width: 47%;
  text-decoration: none;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box {
    width: 30.5%;
    padding: 39px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 5.6062581486vw;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child {
    width: 30.5%;
    padding: 39px 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub {
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub {
    flex: 1;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.img {
  max-width: 284px;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.img {
    max-width: 164.0625px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.img {
    max-width: 210px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.img {
    max-width: 300px;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.text h5 {
  font-size: 0.7861328125rem;
}
@media (min-width: 768px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.text h5 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.text h5 {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.text h5 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box:first-child .casetta_sub.text h5 {
    font-size: 2rem;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .casetta_sub.img {
  max-width: 184px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .casetta_sub.img {
    max-width: 164.0625px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .casetta_sub.img {
    max-width: 210px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .casetta_sub.img {
    max-width: 300px;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .casetta_sub.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text {
  font-family: "acuminprowide";
  font-weight: 300;
  text-align: center;
  color: #404041;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text {
    margin-top: 10px;
  }
}
.casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text h5 {
  font-size: 0.7861328125rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text h5 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text h5 {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1440px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text h5 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1665px) {
  .casetta_section_guarantee .casetta_wrappe_guaranteer .casetta_guarantee_main .casetta_guarantee_box .text h5 {
    font-size: 2rem;
  }
}

.btn_clear {
  position: absolute;
  bottom: 9.1264667536vw;
  right: 3.9113428944vw;
}
@media (min-width: 768px) {
  .btn_clear {
    bottom: 35px;
    right: 25px;
  }
}
.btn_clear a {
  position: relative;
  text-decoration: none;
  color: #404041;
  font-size: 0.888671875rem;
}
@media (min-width: 992px) {
  .btn_clear a {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .btn_clear a {
    font-size: 1.18125rem;
  }
}
@media (min-width: 1665px) {
  .btn_clear a {
    font-size: 1.265625rem;
  }
}
.btn_clear a:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.btn_clear a:hover {
  color: #de5b3a;
}
.btn_clear a:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}

.modal-content {
  border-radius: 0%;
}
.modal-content .btn_popup {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.modal-content .modal-body {
  padding: 0;
}

.mg-section-location {
  padding-top: 9.1264667536vw;
  padding-bottom: 19.035202086vw;
}
@media (min-width: 1440px) {
  .mg-section-location {
    padding-top: 3.6458333333vw;
    padding-bottom: 7.2916666667vw;
  }
}
.mg-section-location .container-fulid {
  padding-left: 9.1264667536vw;
  padding-right: 30px;
}
@media (min-width: 1440px) {
  .mg-section-location .container-fulid {
    padding-left: 70px;
    padding-right: 19px;
  }
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info {
  position: relative;
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .title-howto {
  font-family: "acuminprocond";
  font-weight: 300;
  font-size: 7.1707953064vw;
  font-style: italic;
  letter-spacing: 2.75px;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 2.34375rem;
  }
}
@media (min-width: 992px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 1200px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .title-howto {
    font-size: 60px;
  }
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
  font-size: 0.8544921875rem;
  margin: 1rem 0 0;
  margin-top: 7.6923076923vw;
  letter-spacing: 0.75px;
  line-height: normal;
  font-weight: 300;
}
@media (min-width: 480px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 1.03125rem;
  }
}
@media (min-width: 992px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 0.751953125rem;
  }
}
@media (min-width: 1200px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 0.92rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 1.09375rem;
    margin: 2.8rem 0;
  }
}
@media (min-width: 1665px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .description-howto {
    font-size: 1.5625rem;
    margin: 4rem 0;
  }
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content {
  position: relative;
}
@media (min-width: 992px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content {
    position: absolute;
    top: 30px;
    left: 0;
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content {
    top: 0px;
    width: 600px;
  }
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
  position: absolute;
  top: 116%;
  left: 0;
  text-decoration: none;
  color: initial;
  display: inline-block;
  padding-right: 16px;
  font-size: 0.888671875rem;
  letter-spacing: 1.35px;
}
@media (min-width: 480px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 112%;
  }
}
@media (min-width: 768px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    font-size: 1.265625rem;
  }
}
@media (min-width: 992px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 140px;
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 170px;
    font-size: 0.9rem;
  }
}
@media (min-width: 1440px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 250.6px;
    font-size: 1.18125rem;
  }
}
@media (min-width: 1665px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions {
    top: 358px;
    font-size: 1.6875rem;
  }
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:after {
  content: "";
  display: block;
  background: url("../images/home/arrow.png") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 0;
}
@media (min-width: 1440px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:after {
    width: 14px;
    height: 14px;
    top: 7px;
    right: -9px;
  }
}
@media (min-width: 1665px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:after {
    width: 16px;
    height: 16px;
    top: 14px;
  }
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:hover {
  color: #de5b3a;
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:hover:after {
  background-image: url("../images/home/arrowhover.png");
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .mg-section-howto__info-content .btn-get-directions:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.mg-section-location .mg-section-howto__wrap .mg-section-howto__info .howto-map {
  background: url("../images/home/picmap.png") no-repeat center right;
  background-size: contain;
  width: 100%;
  height: 124px;
  display: block;
  position: relative;
  margin-top: 0rem;
}
@media (min-width: 480px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    margin-top: 1rem;
    top: 0;
    left: 0;
    height: 0;
    padding-top: 45%;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    padding-top: 40%;
  }
}
@media (min-width: 1440px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    padding-top: 33%;
  }
}
@media (min-width: 1920px) {
  .mg-section-location .mg-section-howto__wrap .mg-section-howto__info .howto-map {
    width: 71.1458333333vw;
    height: 39.53125vw;
    padding: 0;
  }
}

#map-sd {
  padding-bottom: 18.2529335072vw;
}
#map-sd .container-lg {
  padding: 0 !important;
}
@media (min-width: 992px) {
  #map-sd .container-lg {
    padding: unset;
  }
}
@media (min-width: 1920px) {
  #map-sd .container-lg {
    max-width: 1780px !important;
  }
}
#map-sd .container-lg .dt-sh {
  display: none;
}
@media (min-width: 992px) {
  #map-sd .container-lg .dt-sh {
    display: block;
  }
}
#map-sd .container-lg .mb-sh {
  display: block;
}
@media (min-width: 992px) {
  #map-sd .container-lg .mb-sh {
    display: none;
  }
}

.section-contact-us .wrap-contact .item-contact img {
  width: 100%;
}

.p_mobile_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.casetta_section_hotel .head-spa {
  text-align: center;
  padding: 30px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .head-spa {
    padding-bottom: 0;
  }
}
.casetta_section_hotel .head-spa h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 30px;
}
@media (min-width: 992px) {
  .casetta_section_hotel .head-spa h3 {
    font-size: 38.5px;
  }
}
@media (min-width: 1200px) {
  .casetta_section_hotel .head-spa h3 {
    font-size: 56px;
  }
}
.casetta_section_hotel .spaloi .casetta_list .casetta_list_item {
  border-bottom: 0;
}

.section_intro .headcon .mklo {
  display: inline-block !important;
}
@media (min-width: 992px) {
  .section_intro .headcon .mklo {
    display: none !important;
  }
}
.section_intro .headcon .lpo {
  display: inline-block !important;
}
@media (min-width: 992px) {
  .section_intro .headcon .lpo {
    display: inline-block !important;
  }
}
.section_intro.bg_color {
  background-color: #eecbab;
}
.section_intro.bg_color .section-intro__text {
  padding-right: 17.5px;
  padding-left: 17.5px;
}
@media (min-width: 768px) {
  .section_intro.bg_color .section-intro__text {
    padding-right: 26.25px;
    padding-left: 26.25px;
  }
}
@media (min-width: 992px) {
  .section_intro.bg_color .section-intro__text {
    padding-right: 194.375px;
    padding-left: 194.375px;
  }
}
@media (min-width: 1440px) {
  .section_intro.bg_color .section-intro__text {
    padding-right: 217.7px;
    padding-left: 217.7px;
  }
}
@media (min-width: 1665px) {
  .section_intro.bg_color .section-intro__text {
    padding-right: 311px;
    padding-left: 311px;
  }
}
.section_intro .section-intro__text {
  padding: 35px 42.5px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text {
    padding-top: 87.5px;
    padding-bottom: 83.125px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text {
    padding: 98px 0 93.1px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text {
    padding: 140px 0 133px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space {
    padding: 43.75px 194.375px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space {
    padding: 49px 217.7px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space {
    padding: 70px 311px;
  }
}
.section_intro .section-intro__text.text_space .wraper p {
  line-height: 2em;
  padding-top: 35px;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper p {
    padding-top: 21.875px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper p {
    padding-top: 24.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper p {
    padding-top: 35px;
  }
}
.section_intro .section-intro__text.text_space .wraper p.text_center_dt {
  text-align: left;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper p.text_center_dt {
    text-align: center;
  }
}
.section_intro .section-intro__text.text_space .wraper h2 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 25px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_space .wraper h2 {
    font-size: 37.5px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper h2 {
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper h2 {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper h2 {
    font-size: 60px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_icon_intro {
  margin-top: 22px;
  margin-bottom: 25.5px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro {
    margin-top: 31.25px;
    margin-bottom: 37.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon {
  row-gap: 19px;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon {
    row-gap: 30px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon {
    row-gap: 37.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon {
    row-gap: 60px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon .item .icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon .item .icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon .item .icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon .item .icon {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon .item .icon {
    width: 200px;
    height: 200px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_icon_intro .list_icon .item .text p {
  padding-top: 6px;
  line-height: normal;
}
.section_intro .section-intro__text.text_space .wraper .box_our h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 27.5px;
  margin-bottom: 26.5px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_space .wraper .box_our h3 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_our h3 {
    font-size: 1.8798828125rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper .box_our h3 {
    font-size: 42px;
    margin-bottom: 11.2px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper .box_our h3 {
    font-size: 60px;
    margin-bottom: 16px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text {
  text-align: left;
  column-gap: 0;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    column-gap: 21.25px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text {
    column-gap: 23.8px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text {
    column-gap: 34px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text i {
  font-weight: 900;
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text .text {
  font-size: 12.5px;
  margin-bottom: 6px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text .text:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text .text {
    font-size: 15.625px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text .text {
    font-size: 17.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text .text {
    font-size: 25px;
  }
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text .text p {
  padding: 0;
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text .text a {
  color: #404041;
  text-decoration: none;
}
.section_intro .section-intro__text.text_space .wraper .box_our .group_text .text i {
  margin-right: 9px;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_space .wraper .box_our .group_text .text i {
    margin-right: 10px;
  }
}
.section_intro .section-intro__text.text_acqua_pool_villa {
  padding-bottom: 35px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_acqua_pool_villa {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_acqua_pool_villa {
    padding-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_acqua_pool_villa {
    padding-bottom: 33.6px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_acqua_pool_villa {
    padding-bottom: 48px;
  }
}
.section_intro .section-intro__text.text_acqua_pool_villa .box_text_pool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_acqua_pool_villa .box_text_pool {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    column-gap: 15px;
  }
}
.section_intro .section-intro__text.text_acqua_pool_villa h2 {
  text-align: left;
}
.section_intro .section-intro__text.text_acqua_pool_villa h2 small {
  font-size: 17.5px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_acqua_pool_villa h2 small {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_acqua_pool_villa h2 small {
    font-size: 28.125px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_acqua_pool_villa h2 small {
    font-size: 31.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_acqua_pool_villa h2 small {
    font-size: 45px;
  }
}
.section_intro .section-intro__text.text_acqua_pool_villa .stick {
  font-family: "acuminprowide";
  text-align: left;
  letter-spacing: 1.75px;
  font-size: 17.5px;
  margin-top: -7px;
  font-weight: 300;
  padding: 0;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text_acqua_pool_villa .stick {
    font-size: 35px;
    margin-top: -7px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text_acqua_pool_villa .stick {
    font-size: 28.125px;
    margin-top: 0px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text_acqua_pool_villa .stick {
    font-size: 31.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text_acqua_pool_villa .stick {
    font-size: 45px;
  }
}
.section_intro .section-intro__text.text-special {
  padding: 35px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text.text-special {
    padding: 70px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.text-special {
    padding: 43.75px 194.375px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.text-special {
    padding: 49px 217.7px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.text-special {
    padding: 70px 311px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text.wedding {
    padding: 41.875px 155px 37.5px;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text.wedding {
    padding: 46.9px 182.7px 42px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text.wedding {
    padding: 67px 261px 60px;
  }
}
.section_intro .section-intro__text .wraper {
  font-size: 13.125px;
  text-align: center;
}
.section_intro .section-intro__text .wraper i {
  font-weight: 500;
}
.section_intro .section-intro__text .wraper h2 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 25px;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text .wraper h2 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text .wraper h2 {
    font-size: 1.8798828125rem;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text .wraper h2 {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text .wraper h2 {
    font-size: 60px;
  }
}
.section_intro .section-intro__text .wraper p {
  font-weight: 200;
  padding-top: 10px;
  word-break: auto-phrase;
}
@media (min-width: 768px) {
  .section_intro .section-intro__text .wraper p {
    font-size: 22.5px;
  }
}
@media (min-width: 992px) {
  .section_intro .section-intro__text .wraper p {
    font-size: 0.95703125rem;
  }
}
@media (min-width: 1440px) {
  .section_intro .section-intro__text .wraper p {
    padding-top: 19.6px;
    font-size: 21px;
    line-height: 42px;
  }
}
@media (min-width: 1665px) {
  .section_intro .section-intro__text .wraper p {
    padding-top: 28px;
    font-size: 35px;
    line-height: 60px;
  }
}
.section_intro .section-intro__text .wraper p.l_h_normal {
  line-height: normal;
}
.section_intro .section-intro__text .wraper p.f-w-300 span {
  font-weight: 300;
}
@media (min-width: 992px) {
  .section_intro .section-intro__text .wraper p br {
    display: none;
  }
}
.section_intro .wedding {
  padding-left: 20.5px;
  padding-right: 20.5px;
}
.section_intro .catering {
  border-top: 1px solid #b6b7b9;
  padding: 35px 17.5px;
}
@media (min-width: 992px) {
  .section_intro .catering {
    padding: 41.875px 194.375px 37.5px;
  }
}
@media (min-width: 1440px) {
  .section_intro .catering {
    padding: 46.9px 217.7px 42px;
  }
}
@media (min-width: 1665px) {
  .section_intro .catering {
    padding: 67px 311px 60px;
  }
}
.section_intro .catering p br {
  display: none;
}
@media (min-width: 1440px) {
  .section_intro .catering p br {
    display: block;
  }
}
.section_intro .head-spa {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #b6b7b9;
}
.section_intro .head-spa h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 30px;
}
@media (min-width: 992px) {
  .section_intro .head-spa h3 {
    font-size: 38.5px;
  }
}
@media (min-width: 1200px) {
  .section_intro .head-spa h3 {
    font-size: 56px;
  }
}
.section_intro .half-r {
  padding-top: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .section_intro .half-r {
    padding: 30px 30px 15px 30px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .section_intro .half-r {
    padding: 49px 70px;
  }
}
@media (min-width: 1665px) {
  .section_intro .half-r {
    padding: 70px;
  }
}
@media (min-width: 992px) {
  .section_intro .half-r .skipwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section_intro .half-r .order1 {
  border-bottom: 1px solid #b6b7b9;
}
@media (min-width: 992px) {
  .section_intro .half-r .order1 {
    border: none;
  }
}
@media (min-width: 992px) {
  .section_intro .half-r .order1,
  .section_intro .half-r .order2,
  .section_intro .half-r .order3,
  .section_intro .half-r .order4 {
    padding-bottom: 40px;
  }
}
.section_intro .half-r .order1 {
  order: 1;
}
@media (min-width: 992px) {
  .section_intro .half-r .order1 {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .section_intro .half-r .order1 {
    padding-right: 40px;
  }
}
.section_intro .half-r .order2 {
  order: 2;
}
.section_intro .half-r .order3 {
  order: 3;
}
.section_intro .half-r .order4 {
  order: 4;
}
@media (min-width: 992px) {
  .section_intro .half-r .order4 {
    padding-left: 40px;
  }
}
.section_intro .half-r .casetta_swiper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .section_intro .half-r .casetta_swiper {
    flex: 0 0 50%;
  }
}
.section_intro .half-r .casetta_swiper .thumbnal-swipperss {
  width: 50%;
}
@media (min-width: 992px) {
  .section_intro .half-r .casetta_swiper .thumbnal-swipperss {
    width: 100%;
  }
}
.section_intro .half-r .wrap-spa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .section_intro .half-r .wrap-spa {
    flex: 0 0 50%;
  }
}
.section_intro .half-r .box_slide .thumbnal-swipperss {
  position: relative;
  position: relative;
  overflow: hidden;
}
.section_intro .half-r .box_slide .thumbnal-swipperss:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.406779661%;
}
.section_intro .half-r .box_slide .thumbnal-swipperss > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_intro .half-r .box_slide .thumbnal-swipperss::before {
  padding-top: 128% !important;
}
@media (min-width: 768px) {
  .section_intro .half-r .box_slide .thumbnal-swipperss::before {
    padding-top: 64.406779661% !important;
  }
}
.section_intro .half-r .box_slide .thumbnal-swipperss img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section_intro .half-r .box_slide .spa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  padding: 17.5px;
  min-height: 220px;
}
@media (min-width: 768px) {
  .section_intro .half-r .box_slide .spa {
    padding: 63px;
    padding-top: 52.5px;
    padding-bottom: 52.5px;
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .section_intro .half-r .box_slide .spa {
    padding: 28px;
  }
}
@media (min-width: 1440px) {
  .section_intro .half-r .box_slide .spa {
    min-height: 367px;
  }
}
@media (min-width: 992px) {
  .section_intro .half-r .box_slide .spa:nth-child(odd) {
    padding-left: 0;
  }
}
.section_intro .half-r .box_slide .spa:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #b6b7b9;
}
.section_intro .half-r .box_slide .spa:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #b6b7b9;
}
.section_intro .half-r .box_slide .spa:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #b6b7b9;
}
.section_intro .half-r .box_slide .spa:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: #b6b7b9;
}
.section_intro .half-r .box_slide .spa:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: #b6b7b9;
}
.section_intro .half-r .box_slide .spa .title {
  padding-bottom: 12.6px;
}
.section_intro .half-r .box_slide .spa .title h5 {
  font-family: "acuminprowide";
  font-size: 15.4px;
  min-height: 46px;
}
@media (min-width: 768px) {
  .section_intro .half-r .box_slide .spa .title h5 {
    font-size: 26.25px;
    min-height: 78px;
  }
}
@media (min-width: 992px) {
  .section_intro .half-r .box_slide .spa .title h5 {
    font-size: 17.5px;
    min-height: 52px;
  }
}
@media (min-width: 1200px) {
  .section_intro .half-r .box_slide .spa .title h5 {
    font-size: 23.1px;
    min-height: 69px;
  }
}
@media (min-width: 1665px) {
  .section_intro .half-r .box_slide .spa .title h5 {
    min-height: unset;
  }
}
.section_intro .half-r .box_slide .spa .detail {
  font-size: 11.9px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .section_intro .half-r .box_slide .spa .detail {
    font-size: 18.75px;
  }
}
@media (min-width: 992px) {
  .section_intro .half-r .box_slide .spa .detail {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .section_intro .half-r .box_slide .spa .detail {
    font-size: 20.625px;
  }
}
@media (min-width: 1665px) {
  .section_intro .half-r .box_slide .spa .detail {
    font-size: 25px;
  }
}
.section_intro .half-r .box_slide .spa .detail strong {
  font-weight: 600;
}
.section_intro .half-r .box_slide .spa .detail i {
  margin-right: 2.5px;
}
@media (min-width: 992px) {
  .section_intro .half-r .box_slide .spa .detail i {
    margin-right: 5px;
  }
}
.section_intro .half-r .box_slide .spa .detail a {
  color: #404041;
  text-decoration: none;
}
.section_intro .openhour {
  padding-top: 0;
}
.section_intro .openhour .wraper {
  padding-bottom: 17.5px;
}
@media (min-width: 992px) {
  .section_intro .openhour .group_text {
    text-align: center;
  }
}
.section_intro .openhour .group_text.text-1line {
  margin-top: 29.5px;
  min-height: 129px;
}
@media (min-width: 992px) {
  .section_intro .openhour .group_text.text-1line {
    margin-top: 43.75px;
    min-height: 236px;
  }
}
@media (min-width: 1440px) {
  .section_intro .openhour .group_text.text-1line {
    margin-top: 49px;
    min-height: 270px;
  }
}
@media (min-width: 1665px) {
  .section_intro .openhour .group_text.text-1line {
    margin-top: 70px;
    min-height: 387px;
  }
}
.section_intro .openhour .group_text.text-1line .text {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section_intro .openhour .group_text.text-1line .text {
    margin-bottom: 9.375px;
  }
}
@media (min-width: 1440px) {
  .section_intro .openhour .group_text.text-1line .text {
    margin-bottom: 10.5px;
  }
}
@media (min-width: 1665px) {
  .section_intro .openhour .group_text.text-1line .text {
    margin-bottom: 15px;
  }
}
.section_intro .openhour .group_text .text {
  font-size: 12.5px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.section_intro .openhour .group_text .text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section_intro .openhour .group_text .text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section_intro .openhour .group_text .text {
    font-size: 15.625px;
    margin-bottom: 18.75px;
  }
}
@media (min-width: 1440px) {
  .section_intro .openhour .group_text .text {
    font-size: 17.5px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1665px) {
  .section_intro .openhour .group_text .text {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.section_intro .openhour .group_text .text strong {
  font-weight: 600;
}
.section_intro .openhour .group_text .text i {
  margin-right: 2.5px;
}
@media (min-width: 992px) {
  .section_intro .openhour .group_text .text i {
    margin-right: 5px;
  }
}
.section_intro .openhour .group_text .text a {
  color: #404041;
  text-decoration: none;
}
.section_intro .openhour .group_text .text.position {
  position: relative;
  padding-left: 1.4em;
}
.section_intro .openhour .group_text .text.position .fa-solid {
  position: absolute;
  top: 0.11em;
  left: 0;
}

@media (min-width: 1440px) {
  .slide_mb_all.casetta_all_wrapper {
    padding: 0 49px;
  }
}
@media (min-width: 1665px) {
  .slide_mb_all.casetta_all_wrapper {
    padding: 0 70px;
  }
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper {
  border-top: 1px solid #b6b7b9;
}
@media (min-width: 992px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper {
    border-top: 0;
  }
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list::before {
  display: none;
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb {
  width: 100% !important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb .swiper-slide {
    padding: 30px !important;
  }
}
@media (min-width: 1440px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb .swiper-slide {
    padding: 49px !important;
  }
}
@media (min-width: 1665px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb .swiper-slide {
    padding: 70px !important;
  }
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #b6b7b9;
}
@media (min-width: 768px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb .swiper-slide::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item.item_slide_mb .swiper-slide::after {
    display: block;
    right: 0px;
  }
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8544921875rem;
  padding: 7.5px 17.5px;
}
@media (min-width: 768px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination {
    font-size: 18.75px;
    padding: 11.25px 26.25px;
  }
}
@media (min-width: 992px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination {
    font-size: 0.8544921875rem;
    padding: 0.5rem 30px;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination {
    font-size: 1.5625rem;
  }
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination .current,
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination .total {
  font-weight: 200;
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination .line {
  width: 13.5px;
  display: inline-block;
  position: relative;
  height: 1px;
  border-bottom: solid 1px #b6b7b9;
  margin: 0 2.5px;
  margin-bottom: 3.5px;
}
@media (min-width: 768px) {
  .slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination .line {
    margin-bottom: 5px;
  }
}
.slide_mb_all .casetta_wrapper.slide_mb_wraper .casetta_list .casetta_list_item .pagination-golf.swiper-pagination .total {
  color: #b6b7b9;
}

.section_img {
  border-bottom: 1px solid #b6b7b9;
  border-top: 1px solid #b6b7b9;
}
.section_img .box_img {
  background: #fff url("../images/golf_course/bg_map_golf.png") no-repeat center center;
  background-size: cover;
  width: 100%;
}
.section_img .box_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.section_price_conditions .wraper_price_conditions .box_price_conditions {
  position: relative;
  padding: 35px;
  padding-bottom: 87px;
  color: #404041;
  line-height: normal;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions {
    padding: 43.75px;
    padding-bottom: 76.875px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions {
    padding: 49px;
    padding-bottom: 86.1px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions {
    padding: 70px;
    padding-bottom: 123px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .title {
    margin-bottom: 33.6px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .title {
    margin-bottom: 48px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .title h3 {
  font-family: "acuminprocond";
  font-weight: 600;
  font-size: 27.5px;
  font-style: italic;
  letter-spacing: 2.75px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .title h3 {
    font-size: 37.5px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .title h3 {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .title h3 {
    font-size: 60px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text {
  min-height: 198px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text {
    min-height: 236px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text {
    min-height: 270px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text {
    min-height: 387px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting {
  margin-top: 29.5px;
  min-height: 129px;
}
@media (min-width: 768px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting {
    min-height: 177px;
  }
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting {
    margin-top: 43.75px;
    min-height: 236px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting {
    margin-top: 49px;
    min-height: 270px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting {
    margin-top: 70px;
    min-height: 275px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting .text {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting .text {
    margin-bottom: 9.375px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting .text {
    margin-bottom: 10.5px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.--meeting .text {
    margin-bottom: 15px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line {
  margin-top: 29.5px;
  min-height: 129px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line {
    margin-top: 43.75px;
    min-height: 236px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line {
    margin-top: 49px;
    min-height: 270px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line {
    margin-top: 70px;
    min-height: 387px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line .text {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line .text {
    margin-bottom: 9.375px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line .text {
    margin-bottom: 10.5px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text.text-1line .text {
    margin-bottom: 15px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text {
  font-size: 12.5px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text {
    font-size: 15.625px;
    margin-bottom: 18.75px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text {
    font-size: 17.5px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text strong {
  font-weight: 600;
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text i {
  margin-right: 2.5px;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text i {
    margin-right: 5px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .group_text .text a {
  color: #404041;
  text-decoration: none;
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .box_price .box_img {
  position: absolute;
  right: 14.5px;
  bottom: 25px;
  width: 57.6271186441vw;
  height: 35.0717079531vw;
}
@media (min-width: 992px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .box_price .box_img {
    width: 555.625px;
    height: 337.5px;
    right: 18.125px;
    bottom: 43.75px;
  }
}
@media (min-width: 1440px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .box_price .box_img {
    width: 622.3px;
    height: 378px;
    right: 20.3px;
    bottom: 49px;
  }
}
@media (min-width: 1665px) {
  .section_price_conditions .wraper_price_conditions .box_price_conditions .box_price .box_img {
    width: 889px;
    height: 540px;
    right: 70px;
    bottom: 70px;
  }
}
.section_price_conditions .wraper_price_conditions .box_price_conditions .box_price .box_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.carousel_clubhouse .card.clubhouse {
  height: 100%;
  padding: 0 35px 35px;
}
@media (min-width: 768px) {
  .carousel_clubhouse .card.clubhouse {
    padding: 0 70px 70px;
  }
}
@media (min-width: 992px) {
  .carousel_clubhouse .card.clubhouse {
    padding: 0;
  }
}
.carousel_clubhouse .card.clubhouse .tac-box {
  flex-grow: initial !important;
  min-height: auto !important;
}
.carousel_clubhouse .card.clubhouse .tac-box .tac-time {
  margin: 0;
}
.carousel_clubhouse .card.clubhouse .link-btn {
  margin: 40px 0 33.5px;
}
@media (min-width: 992px) {
  .carousel_clubhouse .card.clubhouse .link-btn {
    margin: 80px 0 67px;
  }
}
.carousel_clubhouse .card.clubhouse .detail {
  flex-grow: initial !important;
  margin-top: 15px;
}
.carousel_clubhouse .card.clubhouse .btnTransparent {
  margin-top: 0;
}

.wedding_section_hotel .wedding_hotel_text {
  border-top: 1px solid #b6b7b9;
  border-bottom: 1px solid #b6b7b9;
  padding: 35px;
  padding-bottom: 26.5px;
}
@media (min-width: 768px) {
  .wedding_section_hotel .wedding_hotel_text {
    padding: 35.7px;
  }
}
@media (min-width: 992px) {
  .wedding_section_hotel .wedding_hotel_text {
    padding: 43.75px;
    padding-bottom: 33.125px;
  }
}
@media (min-width: 1440px) {
  .wedding_section_hotel .wedding_hotel_text {
    padding: 49px;
    padding-bottom: 37.1px;
  }
}
@media (min-width: 1665px) {
  .wedding_section_hotel .wedding_hotel_text {
    padding: 70px;
  }
}
.wedding_section_hotel .wedding_hotel_text h3 {
  font-family: "acuminprowide";
  letter-spacing: 2.75px;
  line-height: normal;
  font-size: 27.5px;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 768px) {
  .wedding_section_hotel .wedding_hotel_text h3 {
    font-size: 27.5px;
  }
}
@media (min-width: 992px) {
  .wedding_section_hotel .wedding_hotel_text h3 {
    font-size: 37.5;
  }
}
@media (min-width: 1440px) {
  .wedding_section_hotel .wedding_hotel_text h3 {
    letter-spacing: 3px;
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .wedding_section_hotel .wedding_hotel_text h3 {
    font-size: 60px;
  }
}

@media (min-width: 1665px) {
  .map_single {
    top: 60px !important;
  }
}

.--meeting .box_in_slide {
  position: relative;
}
.--meeting .box_in_slide .swiper-button-prev,
.--meeting .box_in_slide .swiper-button-next {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  transition: 0.1s all ease-in-out;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
}
.--meeting .box_in_slide .swiper-button-prev:hover,
.--meeting .box_in_slide .swiper-button-next:hover {
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .swiper-button-prev,
  .--meeting .box_in_slide .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .--meeting .box_in_slide .swiper-button-prev,
  .--meeting .box_in_slide .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.--meeting .box_in_slide .swiper-button-next::after,
.--meeting .box_in_slide .swiper-button-prev::after {
  content: "";
  background-image: url("../images/hotel-la-casetta/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #b6b7b9;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .swiper-button-next::after,
  .--meeting .box_in_slide .swiper-button-prev::after {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .--meeting .box_in_slide .swiper-button-next::after,
  .--meeting .box_in_slide .swiper-button-prev::after {
    width: 50px;
    height: 50px;
  }
}
.--meeting .box_in_slide .swiper-button-prev::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
.--meeting .box_in_slide .swiper-button-next {
  right: -12.5px;
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .swiper-button-next {
    right: -25px;
  }
}
.--meeting .box_in_slide .swiper-button-prev {
  left: -12.5px;
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .swiper-button-prev {
    left: -25px;
  }
}
.--meeting .box_in_slide .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8544921875rem;
  padding: 7.5px 0;
}
@media (min-width: 768px) {
  .--meeting .box_in_slide .swiper-pagination {
    font-size: 18.75px;
    padding: 11.25px 0;
  }
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .swiper-pagination {
    font-size: 0.8544921875rem;
    padding: 0.5rem 0;
  }
}
@media (min-width: 1440px) {
  .--meeting .box_in_slide .swiper-pagination {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .--meeting .box_in_slide .swiper-pagination {
    font-size: 1.5625rem;
  }
}
.--meeting .box_in_slide .swiper-pagination .current,
.--meeting .box_in_slide .swiper-pagination .total {
  font-weight: 200;
}
.--meeting .box_in_slide .swiper-pagination .line {
  width: 13.5px;
  display: inline-block;
  position: relative;
  height: 1px;
  border-bottom: solid 1px #b6b7b9;
  margin: 0 2.5px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .--meeting .box_in_slide .swiper-pagination .line {
    width: 20.25px;
  }
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .swiper-pagination .line {
    width: 15.859375px;
    margin: 0 6px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1440px) {
  .--meeting .box_in_slide .swiper-pagination .line {
    width: 29px;
  }
}
@media (min-width: 1665px) {
  .--meeting .box_in_slide .swiper-pagination .line {
    margin-bottom: 8px;
  }
}
.--meeting .box_in_slide .swiper-pagination .total {
  color: #b6b7b9;
}
.--meeting .box_in_slide .thumbnal--video {
  position: relative;
  position: relative;
  overflow: hidden;
}
.--meeting .box_in_slide .thumbnal--video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.--meeting .box_in_slide .thumbnal--video > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .--meeting .box_in_slide .thumbnal--video {
    position: relative;
  }
  .--meeting .box_in_slide .thumbnal--video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.5813953488%;
  }
  .--meeting .box_in_slide .thumbnal--video > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.--meeting .box_in_slide .thumbnal--video iframe {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.--meeting .inSwiper {
  padding: 0 !important;
}
.--meeting .inSwiper .wrapper_in {
  padding: 0 !important;
}
.--meeting .inSwiper .wrapper_in.swiper-wrapper {
  display: flex !important;
}
.--meeting .inSwiper .wrapper_in.swiper-wrapper .swiper-slide {
  padding: 0 !important;
}
.--meeting .inSwiper .wrapper_in.swiper-wrapper .swiper-slide:before {
  width: 0;
}
.--meeting .inSwiper .wrapper_in.swiper-wrapper .swiper-slide .thumbnal {
  margin-bottom: 0;
}
.--meeting .inSwiper .wrapper_in + .swiper-pagination {
  display: block;
}

.mg-hotel-main.--addSlideInner .swiper-slide-wrap {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .mg-hotel-main.--addSlideInner .swiper-slide-wrap {
    margin-bottom: 0 !important;
  }
}
.mg-hotel-main.--addSlideInner .swiper-slide-wrap .thumbnal--video {
  margin: 0;
}
.mg-hotel-main.--addSlideInner .box_in_slide {
  position: relative;
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev,
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  transition: 0.1s all ease-in-out;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev,
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next {
    display: block;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev:hover,
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next:hover {
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev,
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev,
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next::after,
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev::after {
  content: "";
  background-image: url("../images/hotel-la-casetta/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #b6b7b9;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next::after,
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev::after {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next::after,
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev::after {
    width: 50px;
    height: 50px;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next {
  right: -12.5px;
}
@media (min-width: 992px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-next {
    right: -25px;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev {
  left: -12.5px;
}
@media (min-width: 992px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-button-prev {
    left: -25px;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination {
  position: absolute;
  bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8544921875rem;
  padding: 0;
}
@media (min-width: 768px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination {
    position: relative;
  }
}
@media (min-width: 768px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination {
    font-size: 1.09375rem;
    padding: 10px 0 0 0;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination {
    font-size: 0.8544921875rem;
    padding: 0.5rem 0;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination {
    font-size: 1.5625rem;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .current,
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .total {
  font-weight: 200;
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .line {
  width: 13.5px;
  display: inline-block;
  position: relative;
  height: 1px;
  border-bottom: solid 1px #b6b7b9;
  margin: 0 2.5px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .line {
    width: 20.25px;
  }
}
@media (min-width: 992px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .line {
    width: 15.859375px;
    margin: 0 6px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .line {
    width: 29px;
  }
}
@media (min-width: 1665px) {
  .mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .line {
    margin-bottom: 8px;
  }
}
.mg-hotel-main.--addSlideInner .box_in_slide .swiper-pagination .total {
  color: #b6b7b9;
}
.mg-hotel-main.--addSlideInner .box_in_slide .thumbnal--video {
  position: relative;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
}
.mg-hotel-main.--addSlideInner .box_in_slide .thumbnal--video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.8192771084%;
}
.mg-hotel-main.--addSlideInner .box_in_slide .thumbnal--video > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mg-hotel-main.--addSlideInner .box_in_slide .thumbnal--video iframe {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mg-hotel-main.--addSlideInner .inSwiper {
  padding: 0 !important;
}
.mg-hotel-main.--addSlideInner .inSwiper .wrapper_in {
  padding: 0 0 0 0 !important;
  padding-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .mg-hotel-main.--addSlideInner .inSwiper .wrapper_in {
    padding: 0 0 0rem 0 !important;
  }
}
.mg-hotel-main.--addSlideInner .inSwiper .wrapper_in.swiper-wrapper {
  display: flex !important;
}
.mg-hotel-main.--addSlideInner .inSwiper .wrapper_in.swiper-wrapper .swiper-slide {
  padding: 0 !important;
}
.mg-hotel-main.--addSlideInner .inSwiper .wrapper_in.swiper-wrapper .swiper-slide:before {
  width: 0;
}
.mg-hotel-main.--addSlideInner .inSwiper .wrapper_in.swiper-wrapper .swiper-slide .thumbnal {
  margin-bottom: 0;
}

.show-inline-dt {
  display: none;
}
@media (min-width: 992px) {
  .show-inline-dt {
    display: inline-block;
    padding: 0 !important;
  }
}

.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text.description_center {
  justify-content: start !important;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail {
  display: block !important;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail p {
  text-indent: 18px;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail p {
  text-indent: 0;
  margin: 13.5px 0 8.5px;
}
@media (min-width: 992px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail p {
    margin: 21.875px 0 13.75px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail p {
    margin: 24.5px 0 15.4px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail p {
    margin: 35px 0 22px;
  }
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text {
  text-align: left;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text i {
  font-weight: 900;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text {
  font-size: 12.5px;
  margin-bottom: 6px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text {
    font-size: 15.625px;
    margin-bottom: 9.375px;
  }
}
@media (min-width: 1440px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text {
    font-size: 17.5px;
    margin-bottom: 10.5px;
  }
}
@media (min-width: 1665px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text p {
  margin: 0;
  padding: 0;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text a {
  color: #404041;
  text-decoration: none;
}
.casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text i {
  margin-right: 9px;
}
@media (min-width: 992px) {
  .casetta_section_hotel.--services .casetta_wrapper .casetta_list .casetta_list_item .casetta_text .detail .in_detail .group_text .text i {
    margin-right: 10px;
  }
}

.btn_land_villas {
  width: 30.8%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .btn_land_villas {
    margin-bottom: 43.75px;
  }
}
@media (min-width: 1440px) {
  .btn_land_villas {
    margin-bottom: 49px;
  }
}
@media (min-width: 1665px) {
  .btn_land_villas {
    margin-bottom: 70px;
  }
}
.btn_land_villas.boxbtn .btnTransparent {
  border-radius: 0;
  font-family: "acuminprowide";
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
  border: 1.25px solid #404041;
  padding: 6px 0;
  background: transparent;
  color: #404041;
  transition: 0.2s all ease-out;
}
@media (min-width: 768px) {
  .btn_land_villas.boxbtn .btnTransparent {
    font-size: 22.5px;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .btn_land_villas.boxbtn .btnTransparent {
    padding: 0.3em 0;
    font-size: 1.025390625rem;
  }
}
@media (min-width: 1440px) {
  .btn_land_villas.boxbtn .btnTransparent {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1665px) {
  .btn_land_villas.boxbtn .btnTransparent {
    font-size: 1.875rem;
  }
}
.btn_land_villas.boxbtn .btnTransparent:hover {
  background-color: #404041;
  color: #ffffff;
}

.section_gallery_intro.land_villas_gallery .acticle_gallery_main {
  padding-bottom: 75.5px;
}
@media (min-width: 992px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main {
    padding-bottom: 43.75px;
  }
}
@media (min-width: 1200px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main {
    padding-bottom: 49px;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main {
    padding-bottom: 70;
  }
}
.section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .acticle_gallery_main--title {
  padding-bottom: 26.5px;
}
@media (min-width: 768px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .acticle_gallery_main--title {
    padding-bottom: 53px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .acticle_gallery_main--title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .acticle_gallery_main--title {
    padding-bottom: 33.6px;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .acticle_gallery_main--title {
    padding-bottom: 48px;
  }
}
.section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .swiper-gallery {
  padding-bottom: 0;
}
.section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .swiper-pagination {
  bottom: -47px;
}
.section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.section_gallery_intro.land_villas_gallery .acticle_gallery_main .gallery-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}
.section_gallery_intro.land_villas_gallery .swiper-button-prev,
.section_gallery_intro.land_villas_gallery .swiper-button-next {
  top: 50% !important;
}

.mg-hotel-main.land_villas {
  border-top: 1px solid #b6b7b9;
  padding-bottom: 0;
  position: relative;
}
.mg-hotel-main.land_villas::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b6b7b9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .mg-hotel-main.land_villas::after {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main.land_villas::after {
    width: calc(100% - 140px);
  }
}
.mg-hotel-main.land_villas .mg-hotel-main__container {
  padding: 0;
}
.mg-hotel-main.land_villas .mg-hotel-main__container .swiper-pagination {
  padding-left: 17.5px;
}
@media (min-width: 768px) {
  .mg-hotel-main.land_villas .mg-hotel-main__container .swiper-pagination {
    padding-left: 0;
  }
}
.mg-hotel-main.land_villas .mg-hotel-main__container .swiper-button-prev,
.mg-hotel-main.land_villas .mg-hotel-main__container .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .mg-hotel-main.land_villas .mg-hotel-main__container .swiper-button-prev,
  .mg-hotel-main.land_villas .mg-hotel-main__container .swiper-button-next {
    display: block;
  }
}
.mg-hotel-main.land_villas .mg-hotel-main__container .card-description {
  padding: 0 35px;
}
@media (min-width: 768px) {
  .mg-hotel-main.land_villas .mg-hotel-main__container .card-description {
    padding: 0;
  }
}
.mg-hotel-main.land_villas_new {
  border-top: 1px solid #b6b7b9;
  padding-bottom: 0;
  position: relative;
}
.mg-hotel-main.land_villas_new::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b6b7b9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .mg-hotel-main.land_villas_new::after {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1440px) {
  .mg-hotel-main.land_villas_new::after {
    width: calc(100% - 140px);
  }
}
.mg-hotel-main.land_villas_new .mg-hotel-main__container .swiper-pagination {
  padding-left: 17.5px;
}
@media (min-width: 768px) {
  .mg-hotel-main.land_villas_new .mg-hotel-main__container .swiper-pagination {
    padding-left: 0;
  }
}
.mg-hotel-main.land_villas_new .mg-hotel-main__container .swiper-button-prev,
.mg-hotel-main.land_villas_new .mg-hotel-main__container .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .mg-hotel-main.land_villas_new .mg-hotel-main__container .swiper-button-prev,
  .mg-hotel-main.land_villas_new .mg-hotel-main__container .swiper-button-next {
    display: block;
  }
}
@media (min-width: 768px) {
  .mg-hotel-main.land_villas_new .mg-hotel-main__container .card-description {
    padding: 0;
  }
}

.line-gray {
  width: 100%;
  height: 1px;
  background-color: #b6b7b9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .line-gray {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1440px) {
  .line-gray {
    width: calc(100% - 140px);
  }
}

.line-news {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .line-news {
    margin-bottom: 52.5px;
  }
}
@media (min-width: 992px) {
  .line-news {
    margin-bottom: 87.5px;
  }
}
@media (min-width: 1440px) {
  .line-news {
    margin-bottom: 98px;
  }
}
@media (min-width: 1665px) {
  .line-news {
    margin-bottom: 140px;
  }
}

.showw-mb {
  display: inline-block;
}
@media (min-width: 992px) {
  .showw-mb {
    display: none;
  }
}

.showw-dt {
  display: none;
}
@media (min-width: 992px) {
  .showw-dt {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .gallery-pagination {
    bottom: var(--swiper-pagination-bottom, -29px) !important;
  }
}
@media (min-width: 1440px) {
  .gallery-pagination {
    bottom: var(--swiper-pagination-bottom, -45px) !important;
  }
}
@media (min-width: 1665px) {
  .gallery-pagination {
    bottom: var(--swiper-pagination-bottom, -47px) !important;
  }
}

.section_gallery_intro {
  overflow: hidden;
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic {
    padding: 35px;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic {
    padding: 70px 35px 70px 70px;
  }
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic .thumbnal {
  position: relative;
  position: relative;
  overflow: hidden;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.8780487805%;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic .thumbnal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-pic .thumbnal picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text {
  padding: 35px;
  height: 100%;
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text {
    padding: 70px 70px 70px 35px;
  }
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text h3 {
  font-size: 18.5px;
  font-family: "acuminprowide";
  font-weight: 300;
}
@media (min-width: 768px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text h3 {
    font-size: 27.75px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text h3 {
    font-size: 1.708984375rem;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text h3 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text h3 {
    font-size: 3.125rem;
  }
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .discription {
  font-weight: 300;
  font-size: 0.8203125rem;
  padding: 10px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .discription {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .discription {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .discription {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .discription {
    font-size: 1.5625rem;
  }
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 0.8203125rem;
}
@media (min-width: 768px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn {
    font-size: 1.5625rem;
  }
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line {
  position: relative;
  letter-spacing: 0.04em;
  color: #404041;
  text-decoration: none;
  transition: all 0.5s;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #404041;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line:hover {
  color: #de5b3a;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line:hover:before {
  border-bottom-color: #de5b3a;
  width: 0;
  left: 100%;
  transition: all 0.3s;
}
.section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line {
  font-size: 13.5px;
}
@media (min-width: 768px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line {
    font-size: 20.25px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line {
    font-size: 1.18125rem;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro .acticle_gallery_intro .gallery-wrapper .gallery_intro-text .intro-text .box-btn .line {
    font-size: 1.6875rem;
  }
}
.section_gallery_intro .acticle_gallery_main {
  padding: 35px;
  width: 100%;
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main {
    padding: 70px;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--title {
  padding-bottom: 15px;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--title h2 {
  font-size: 27.5px;
  font-family: "acuminprowide";
  font-weight: 300;
}
@media (min-width: 768px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--title h2 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--title h2 {
    font-size: 2.05078125rem;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--title h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1665px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--title h2 {
    font-size: 3.75rem;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next {
  display: none;
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next {
    display: block;
    position: absolute;
    top: 45%;
    width: 44px;
    height: 44px;
    z-index: 99999;
    background-color: #fff;
    opacity: 0.7;
    transition: 0.1s all ease-in-out;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev:hover,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next:hover {
    opacity: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev:after, .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev:before,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next:after,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next:before {
    content: "";
    background-image: url("../images/hotel-la-casetta/arrow-next.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 44px;
    height: 44px;
    position: absolute;
    border: 1px solid #b6b7b9;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev:after, .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev:before,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next:after,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next:before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev.swiper-button-disabled,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next.swiper-button-disabled {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next {
    right: -25px;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-next {
    right: -55px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev {
    left: -25px;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-button-gallery-prev {
    left: -55px;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery {
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery {
    padding: 0;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next {
  display: block;
  position: absolute;
  top: 45%;
  width: 44px;
  height: 44px;
  background-color: #fff;
  opacity: 0.7;
  transition: 0.1s all ease-in-out;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev:hover,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next:hover {
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev:after, .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev:before,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next:after,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next:before {
  content: "";
  background-image: url("../images/hotel-la-casetta/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 44px;
  height: 44px;
  position: absolute;
  border: 1px solid #b6b7b9;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev:after, .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev:before,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next:after,
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next:before {
    width: 50px;
    height: 50px;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev.swiper-button-disabled,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next.swiper-button-disabled {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev.gallery,
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next.gallery {
  top: 50% !important;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev::after {
  transform: translate(0) rotate(180deg);
  -webkit-transform: translate(0) rotate(180deg);
  -o-transform: translate(0) rotate(180deg);
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next {
    right: -25px;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-next {
    right: -55px;
  }
}
@media (min-width: 992px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev {
    left: -25px;
  }
}
@media (min-width: 1440px) {
  .section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-button-prev {
    left: -55px;
  }
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery.swiper {
  overflow: visible;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-slide a {
  display: block;
  text-decoration: none;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-slide .thumbnal {
  position: relative;
  position: relative;
  overflow: hidden;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-slide .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-slide .thumbnal > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-slide .thumbnal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section_gallery_intro .acticle_gallery_main .acticle_gallery_main--slide .swiper-gallery .swiper-slide .thumbnal picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section_policy {
  padding: 31.5px 35px;
}
@media (min-width: 768px) {
  .section_policy {
    padding: 63px 70px;
  }
}
@media (min-width: 992px) {
  .section_policy {
    padding: 65px 30px;
  }
}
@media (min-width: 1440px) {
  .section_policy {
    padding: 130px 70px;
  }
}
.section_policy .section_policy__text {
  color: black;
}
.section_policy .section_policy__text h1 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 27.5px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .section_policy .section_policy__text h1 {
    font-size: 55px;
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .section_policy .section_policy__text h1 {
    font-size: 37.5px;
    margin-bottom: 26.875px;
  }
}
@media (min-width: 1440px) {
  .section_policy .section_policy__text h1 {
    font-size: 42px;
    margin-bottom: 30.1px;
  }
}
@media (min-width: 1665px) {
  .section_policy .section_policy__text h1 {
    font-size: 60px;
    margin-bottom: 43px;
  }
}
.section_policy .section_policy__text .group_text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section_policy .section_policy__text .group_text {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section_policy .section_policy__text .group_text {
    margin-bottom: 39.375px;
  }
}
@media (min-width: 1440px) {
  .section_policy .section_policy__text .group_text {
    margin-bottom: 44.1px;
  }
}
@media (min-width: 1665px) {
  .section_policy .section_policy__text .group_text {
    margin-bottom: 63px;
  }
}
.section_policy .section_policy__text .group_text h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .section_policy .section_policy__text .group_text h3 {
    font-size: 38px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .section_policy .section_policy__text .group_text h3 {
    font-size: 23.125px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .section_policy .section_policy__text .group_text h3 {
    font-size: 25.9px;
    margin-bottom: 11.2px;
  }
}
@media (min-width: 1665px) {
  .section_policy .section_policy__text .group_text h3 {
    font-size: 37px;
    margin-bottom: 16px;
  }
}
.section_policy .section_policy__text .group_text p,
.section_policy .section_policy__text .group_text ul {
  font-size: 12.5px;
  font-weight: 200;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section_policy .section_policy__text .group_text p,
  .section_policy .section_policy__text .group_text ul {
    font-size: 25px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .section_policy .section_policy__text .group_text p,
  .section_policy .section_policy__text .group_text ul {
    font-size: 15.625px;
    margin-bottom: 12.5px;
  }
}
@media (min-width: 1440px) {
  .section_policy .section_policy__text .group_text p,
  .section_policy .section_policy__text .group_text ul {
    font-size: 17.5px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1665px) {
  .section_policy .section_policy__text .group_text p,
  .section_policy .section_policy__text .group_text ul {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.section_policy .section_policy__text .group_text .circle {
  position: relative;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .section_policy .section_policy__text .group_text .circle {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .section_policy .section_policy__text .group_text .circle {
    padding-right: 9.375px;
  }
}
@media (min-width: 1440px) {
  .section_policy .section_policy__text .group_text .circle {
    padding-right: 10.5px;
  }
}
@media (min-width: 1665px) {
  .section_policy .section_policy__text .group_text .circle {
    padding-right: 15px;
  }
}
.section_policy .section_policy__text .group_text .circle:before {
  content: "●";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6.5px;
}
@media (min-width: 768px) {
  .section_policy .section_policy__text .group_text .circle:before {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .section_policy .section_policy__text .group_text .circle:before {
    font-size: 8.125px;
  }
}
@media (min-width: 1440px) {
  .section_policy .section_policy__text .group_text .circle:before {
    font-size: 9.1px;
  }
}
@media (min-width: 1665px) {
  .section_policy .section_policy__text .group_text .circle:before {
    font-size: 13px;
  }
}

.section_job_opening .section_job_opening--wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .section_job_opening .section_job_opening--wrap {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap {
    columns: 2 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .section_job_opening .section_job_opening--wrap {
    padding-left: 70px;
    padding-right: 70px;
    margin-left: -70px;
    margin-right: -70px;
  }
}
.section_job_opening .section_job_opening--wrap:after {
  display: none;
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #b6b7b9;
  }
}
.section_job_opening .section_job_opening--wrap .col-job {
  padding-bottom: 15px;
  padding-top: 15px;
  break-inside: avoid;
  width: 100%;
}
.section_job_opening .section_job_opening--wrap .col-job:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap .col-job {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .section_job_opening .section_job_opening--wrap .col-job {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
  }
}
.section_job_opening .section_job_opening--wrap .box-head h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 22px;
}
@media (min-width: 768px) {
  .section_job_opening .section_job_opening--wrap .box-head h3 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap .box-head h3 {
    font-size: 1.8798828125rem;
  }
}
@media (min-width: 1440px) {
  .section_job_opening .section_job_opening--wrap .box-head h3 {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .section_job_opening .section_job_opening--wrap .box-head h3 {
    font-size: 60px;
  }
}
.section_job_opening .section_job_opening--wrap .box-list {
  display: table;
  width: 100%;
}
.section_job_opening .section_job_opening--wrap .box-list .list-item {
  display: table-row;
  width: 100%;
}
.section_job_opening .section_job_opening--wrap .box-list .list-item > div {
  display: table-cell;
  padding: 0px 0;
  font-weight: 100;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div {
    line-height: 1em;
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div {
    font-size: 17.5px;
  }
}
@media (min-width: 1665px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div {
    font-size: 25px;
  }
}
.section_job_opening .section_job_opening--wrap .box-list .list-item > div.list-itme-number {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  width: 50px;
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div.list-itme-number {
    width: 60px;
  }
}
@media (min-width: 1440px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div.list-itme-number {
    width: 100px;
  }
}
.section_job_opening .section_job_opening--wrap .box-list .list-item > div.list-itme-rate {
  width: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div.list-itme-rate {
    width: 70px;
  }
}
@media (min-width: 1440px) {
  .section_job_opening .section_job_opening--wrap .box-list .list-item > div.list-itme-rate {
    width: 100px;
  }
}

.section_job_information .section_job_information--wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.section_job_information .section_job_information--wrap .content_job_information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .section_job_information .section_job_information--wrap .content_job_information {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.section_job_information .section_job_information--wrap .content_job_information .col-job {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .section_job_information .section_job_information--wrap .content_job_information .col-job {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .section_job_information .section_job_information--wrap .content_job_information .col-job {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.section_job_information .section_job_information--wrap .content_job_information .col-job.job_information {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .section_job_information .section_job_information--wrap .content_job_information .col-job.job_information {
    margin-top: 0;
  }
}
.section_job_information .section_job_information--wrap .content_job_information .box-head {
  text-align: center;
}
.section_job_information .section_job_information--wrap .content_job_information .box-head h3 {
  font-family: "acuminprowide";
  font-weight: 300;
  font-size: 22px;
}
@media (min-width: 768px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-head h3 {
    font-size: 41.25px;
  }
}
@media (min-width: 992px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-head h3 {
    font-size: 1.8798828125rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-head h3 {
    font-size: 42px;
  }
}
@media (min-width: 1665px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-head h3 {
    font-size: 60px;
  }
}
.section_job_information .section_job_information--wrap .content_job_information .box-content {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-content {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-content {
    line-height: 1em;
    font-size: 0.8544921875rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-content {
    font-size: 17.5px;
  }
}
@media (min-width: 1665px) {
  .section_job_information .section_job_information--wrap .content_job_information .box-content {
    font-size: 25px;
  }
}
.section_job_information .section_job_information--wrap .content_job_information .box-content p {
  margin-top: 0.5em;
}
.section_job_information .section_job_information--wrap .content_job_information .box-content a {
  color: #404041;
}
.section_job_information .section_job_information--wrap .content_job_information .box-content a .fa-phone {
  font-size: 0.8em;
  margin-right: 0.25em;
}

.scroll-totop {
  width: 100%;
  height: 0px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  position: sticky;
  bottom: 60px;
  background-color: transparent;
}
.scroll-totop .box_wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.scroll-totop .box_scroll {
  position: absolute;
  right: 20px;
  background: #db8056;
  border: 1px #b6b7b9 solid;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .scroll-totop .box_scroll {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    right: 40px;
  }
}
.scroll-totop img {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .scroll-totop img {
    width: 30px;
  }
}

.footer-wrapper {
  position: relative;
  padding: 30px;
  background: #20231f;
}
@media (min-width: 768px) {
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .footer-wrapper {
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 99.4px;
    padding-bottom: 99.4px;
  }
}
@media (min-width: 1665px) {
  .footer-wrapper {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 142px;
    padding-bottom: 142px;
  }
}
.footer-wrapper .adds {
  font-weight: 200;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.2em;
}
.footer-wrapper .adds p {
  color: #8c8e90;
  font-size: 0.751953125rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .footer-wrapper .adds p {
    font-size: 0.8203125rem;
  }
}
@media (min-width: 1440px) {
  .footer-wrapper .adds p {
    font-size: 1.18125rem;
    line-height: 24.5px;
  }
}
@media (min-width: 1665px) {
  .footer-wrapper .adds p {
    font-size: 1.6875rem;
    line-height: 35px;
  }
}
.footer-wrapper .footer-left {
  flex: 0 0 30%;
}
.footer-wrapper .link {
  font-weight: 200;
}
@media (min-width: 768px) {
  .footer-wrapper .link {
    display: flex;
    flex-direction: row;
    flex: 0 0 70%;
  }
}
.footer-wrapper .link ul {
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .footer-wrapper .link ul {
    width: 100%;
    max-width: 100%;
    padding-left: 6%;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .link ul.f-links {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .link ul.f-contact {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .link ul.f-social {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.footer-wrapper .link label {
  font-size: 0.8203125rem;
  color: #8c8e90;
  margin-bottom: 0.789rem;
}
@media (min-width: 992px) {
  .footer-wrapper .link label {
    font-size: 0.9228515625rem;
  }
}
@media (min-width: 1440px) {
  .footer-wrapper .link label {
    font-size: 1.18125rem;
  }
}
@media (min-width: 1665px) {
  .footer-wrapper .link label {
    font-size: 1.6875rem;
  }
}
.footer-wrapper .link li {
  font-size: 0.751953125rem;
  color: #f0eae0;
  display: block;
  margin-bottom: 0.789rem;
}
@media (min-width: 992px) {
  .footer-wrapper .link li {
    font-size: 0.8544921875rem;
  }
}
@media (min-width: 1440px) {
  .footer-wrapper .link li {
    font-size: 1.09375rem;
  }
}
@media (min-width: 1665px) {
  .footer-wrapper .link li {
    font-size: 1.5625rem;
  }
}
.footer-wrapper .link li a {
  text-decoration: none;
  color: #f0eae0;
}
.footer-wrapper .link li a:hover {
  color: #db8056;
}
.footer-wrapper .logo-footer {
  width: 153.125px;
}
@media (min-width: 992px) {
  .footer-wrapper .logo-footer {
    width: 11.7919921875rem;
  }
}
@media (min-width: 1440px) {
  .footer-wrapper .logo-footer {
    width: 15.09375rem;
  }
}
@media (min-width: 1665px) {
  .footer-wrapper .logo-footer {
    width: 21.5625rem;
  }
}

.box_copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 1rem;
}
@media (min-width: 992px) {
  .box_copyright {
    padding: 2rem;
  }
}
.box_copyright .copyright {
  display: block;
  width: 17px;
  height: 17px;
}
@media (min-width: 992px) {
  .box_copyright .copyright {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .box_copyright .copyright {
    width: 18.4px;
    height: 18.4px;
  }
}
@media (min-width: 1665px) {
  .box_copyright .copyright {
    width: 22px;
    height: 22px;
  }
}
.box_copyright .copyright img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box_copyright span {
  padding-left: 8px;
  font-size: 17px;
  font-weight: 200;
  color: #8d8d8d;
}
@media (min-width: 992px) {
  .box_copyright span {
    font-size: 0.8203125rem;
    padding-left: 8px;
  }
}
@media (min-width: 1440px) {
  .box_copyright span {
    padding-left: 0.938rem;
    font-size: 1.05rem;
  }
}
@media (min-width: 1665px) {
  .box_copyright span {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */

.swiper-slide a {
  pointer-events: auto !important;
}