@charset "UTF-8";
/*
Theme Name: Studio Sans
Author: Sun Law
Author URI: https://www.sans.hk/
Description:;
Version: 1.0.4
License: GNU General Public License v2 or later
*/
@font-face {
  font-family: "Univers Light Condensed";
  src: url("fonts/univers_light_condensed.eot");
  /* IE9 Compat Modes */
  src: url("fonts/univers_light_condensed.eot?#iefix") format("embedded-opentype"), url("fonts/univers_light_condensed.woff") format("woff"), url("fonts/univers_light_condensed.ttf") format("truetype"), url("fonts/univers_light_condensed.svg#616f701e79b56980b1b0c48b20347c2d") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Univers Bold Condensed";
  src: url("fonts/Univers-Condensed-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Univers-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Univers-Condensed-Bold.woff") format("woff"), url("fonts/Univers-Condensed-Bold.ttf") format("truetype"), url("fonts/Univers-Condensed-Bold.svg#52e80f32d93b6aa874aa52ad12f6cc3e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

:root {
  --popup-width: 60%;
  --popup-max-width: 570px;
  --popup-height: 445px;
  --popup-padding: 40px; }

@media only screen and (max-width: 576px) {
  :root {
    --popup-max-width: 100%; } }

::-webkit-scrollbar {
  width: 2px;
  height: 1px; }

::-webkit-scrollbar-track {
  background: #666;
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0px; }
  ::-webkit-scrollbar-thumb:hover {
    background: #bbb; }
  ::-webkit-scrollbar-thumb:active {
    background: #aaa; }

::-webkit-scrollbar-corner {
  background: transparent; }

:focus {
  outline: 0; }

a {
  color: #fff;
  text-decoration: none; }

i {
  font-style: italic; }

.animate {
  transition: all 320ms cubic-bezier(0.23, 1, 0.38, 0.98); }

@media only screen and (max-width: 1024px) {
  ::-webkit-scrollbar-track {
    background: none; } }

/**************
LAYOUT
***************/
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Univers Light Condensed";
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #000;
  letter-spacing: 0.05em;
  overflow: hidden; }

body {
  visibility: hidden;
  opacity: 0; }

body.page-id-577 .tandc-cont p,
body.page-id-575 .tandc-cont p {
  margin-bottom: 1.1rem; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.canvas {
  width: 200px;
  height: 25px;
  display: inline-table; }

.canvas_wave #canvas {
  position: absolute; }

canvas,
.canvas {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  display: none; }

@media only screen and (max-width: 1024px) {
  #canvas {
    display: none; } }

@media only screen and (max-width: 768px) {
  #canvas {
    display: none; } }

@media only screen and (max-width: 580px) {
  body {
    font-size: 12px;
    line-height: 16px; } }

/**************
SITE HEADER
***************/
.site-header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 998; }

@media only screen and (max-width: 1024px) {
  .site-header {
    display: none; } }

@media only screen and (max-width: 768px) {
  .site-header {
    display: none; } }

.mobile_logo {
  width: 51px;
  height: 22px;
  display: block;
  padding: 10px;
  position: fixed;
  top: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none;
  z-index: 100;
  display: none; }
  .mobile_logo img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 1024px) {
  .mobile_logo {
    display: block; } }

@media only screen and (max-width: 768px) {
  .mobile_logo {
    display: block; } }

@media only screen and (max-width: 667px) {
  .mobile_logo {
    top: 20px;
    top: 10px; } }

@media only screen and (max-width: 580px) {
  .mobile_logo {
    top: 40px; } }

@media only screen and (orientation: landscape) and (max-device-height: 600px) {
  .mobile_logo {
    top: 10px; } }

/**************
SITE FOOTER
***************/
.site-footer {
  position: fixed;
  top: 10px;
  right: 20px;
  font-size: 10px;
  z-index: 999;
  letter-spacing: 0.07em; }
  .site-footer .site-info {
    position: relative; }
    .site-footer .site-info .player {
      width: 22px;
      height: 14px;
      margin-top: 1px;
      background: url("images/sound.png") 0 0 no-repeat;
      cursor: pointer; }
    .site-footer .site-info .player.mute {
      background: url("images/sound.png") 0 -14px no-repeat; }
    .site-footer .site-info .lang {
      margin-left: 10px; }
  .site-footer .site-info .policy,
  .site-footer p {
    margin-left: 28px; }

@media only screen and (max-width: 1024px) {
  .site-footer {
    display: none; } }

@media only screen and (max-width: 768px) {
  .site-footer {
    display: none; } }

/**************
MENU
***************/
.menu_wrapper {
  width: 100%;
  height: 100%; }
  .menu_wrapper .menu_inner_wrapper {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex; }
    .menu_wrapper .menu_inner_wrapper .logo {
      width: 13%;
      height: 100%;
      background: url("images/logo.png") center center no-repeat;
      display: block; }
    .menu_wrapper .menu_inner_wrapper .menu_right {
      width: 72px;
      position: relative;
      text-shadow: 0 0 5px #000; }
      .menu_wrapper .menu_inner_wrapper .menu_right .reservation {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 122px; }
      .menu_wrapper .menu_inner_wrapper .menu_right .promotion {
        width: 100%;
        height: 18px;
        position: absolute;
        top: 50px;
        left: 0;
        bottom: 0px;
        margin: auto;
        text-align: center; }
        .menu_wrapper .menu_inner_wrapper .menu_right .promotion:hover {
          opacity: 1 !important; }
    .menu_wrapper .menu_inner_wrapper a.next {
      width: 3%;
      height: 100%;
      background: url("images/reservation_arrow.png") center center no-repeat;
      display: inline-block; }
    .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper {
      width: 74%;
      height: 100%;
      position: relative; }
      .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu_line {
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1; }
      .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 999; }
        .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li {
          height: 50%;
          position: absolute; }
          .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li a {
            height: 200%;
            position: relative;
            z-index: 2;
            display: block;
            opacity: 0; }
          .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li .button_line {
            width: 7px;
            height: 20px;
            position: absolute;
            bottom: -10px;
            left: 48%;
            z-index: 1; }
            .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li .button_line span {
              width: 1px;
              margin-left: 1px;
              background: #fff;
              float: left;
              display: block; }
              .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li .button_line span:first-child {
                margin: 0;
                margin-top: 10px; }
                .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li .button_line span:first-child + span {
                  margin-top: 10px; }
          .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child {
            left: 4%; }
            .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li {
              left: calc(4% + 86% / 9 * 1); }
              .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li {
                left: calc(4% + 86% / 9 * 2); }
                .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li {
                  left: calc(4% + 86% / 9 * 3); }
                  .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li {
                    left: calc(4% + 86% / 9 * 4); }
                    .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li + li {
                      left: calc(4% + 86% / 9 * 5); }
                      .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li + li + li {
                        left: calc(4% + 86% / 9 * 6); }
                        .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li + li + li + li {
                          left: calc(4% + 86% / 9 * 7); }
                          .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li + li + li + li + li {
                            left: calc(4% + 86% / 9 * 8); }
                            .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li + li + li + li + li a {
                              padding: 110px 10px 0 17px;
                              box-sizing: border-box; }
                            .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li:first-child + li + li + li + li + li + li + li + li + li {
                              left: 90%; }
        .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu li .button_line span:first-child + span + span,
        .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu .rooms_children .button_line span:first-child {
          margin-top: 10px; }
        .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu .children .button_line {
          left: 49%; }
        .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper .menu .rooms_children {
          height: 25%;
          top: 25%;
          font-size: 12px; }

@media only screen and (max-width: 580px) {
  .menu_wrapper .menu_inner_wrapper .logo {
    width: 19%; }
  .menu_wrapper .menu_inner_wrapper .menu_with_line_wrapper {
    width: 58%;
    margin: 0 2%; }
  .menu_wrapper .menu_inner_wrapper .menu_right .reservation {
    width: 19%; } }

/**************
MENU -- MOBILE
***************/
.mobile_menu_wrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  overflow: hidden;
  display: none; }
  .mobile_menu_wrapper > div {
    width: 100%; }
  .mobile_menu_wrapper .mobile_menu_logo {
    height: 16%;
    position: relative;
    z-index: 1; }
  .mobile_menu_wrapper .mobile_menu_container {
    height: 70%; }
    .mobile_menu_wrapper .mobile_menu_container .mobile_menu {
      width: 90%;
      height: 100%;
      font-size: 15px;
      text-align: center;
      font-size: 15px;
      margin: auto;
      opacity: 0;
      overflow: scroll; }
      .mobile_menu_wrapper .mobile_menu_container .mobile_menu li {
        height: 12%;
        position: relative; }
        .mobile_menu_wrapper .mobile_menu_container .mobile_menu li:first-child span {
          display: none; }
        .mobile_menu_wrapper .mobile_menu_container .mobile_menu li a {
          width: 100%;
          height: 15px;
          position: absolute;
          top: 0px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          margin: auto;
          padding: 10px 0; }
        .mobile_menu_wrapper .mobile_menu_container .mobile_menu li span {
          width: 10px;
          height: 1px;
          background: #555;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          margin: auto;
          display: block; }
      .mobile_menu_wrapper .mobile_menu_container .mobile_menu .mobile_sub_menu_wrapper {
        height: 0%;
        overflow: hidden;
        opacity: 0.5; }
        .mobile_menu_wrapper .mobile_menu_container .mobile_menu .mobile_sub_menu_wrapper .mobile_sub_menu {
          height: 94%;
          padding: 0 0 8% 0;
          opacity: 0; }
          .mobile_menu_wrapper .mobile_menu_container .mobile_menu .mobile_sub_menu_wrapper .mobile_sub_menu li.rooms_children {
            height: 35%; }

.mobile_menu_btn {
  width: 20px;
  position: fixed;
  top: 37px;
  left: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  display: none; }
  .mobile_menu_btn img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 1024px) {
  .mobile_menu_wrapper .mobile_menu_logo {
    display: block; }
  .mobile_menu_btn {
    display: block;
    opacity: 1; } }

@media only screen and (max-width: 768px) {
  .mobile_menu_btn {
    top: 17px; } }

@media only screen and (max-width: 667px) {
  .mobile_menu_wrapper .mobile_menu_container .mobile_menu li {
    height: 22%; }
  .mobile_menu_btn {
    top: 7px; } }

@media only screen and (max-width: 580px) {
  .mobile_menu_wrapper .mobile_menu_container .mobile_menu li {
    height: calc(100% / 10); }
  .mobile_menu_btn {
    top: 37px; } }

@media only screen and (orientation: landscape) and (max-device-height: 600px) {
  .mobile_menu_wrapper .mobile_menu_container .mobile_menu li {
    height: 22%; }
  .mobile_menu_btn {
    top: 7px; } }

/**************
* Floating Reservation Button
*************/
.float_reservation {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0.75rem;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.4s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 35px;
  background-color: #000;
  padding: 1rem;
  box-shadow: 0 0 2px #000;
  animation: float_reservation_btn_anime 1s 2s ease forwards;
  transform: translateY(-10rem); }
  .float_reservation .float_reservation_input {
    display: block; }
    .float_reservation .float_reservation_input .group__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 0.5rem;
      width: 100%; }
      .float_reservation .float_reservation_input .group__wrapper .group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .float_reservation .float_reservation_input .group__wrapper input,
      .float_reservation .float_reservation_input .group__wrapper .ui-selectmenu-button {
        max-width: 200px;
        padding: 0.15rem 0;
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        color: #fff;
        font-family: "Univers Light Condensed"; }
      .float_reservation .float_reservation_input .group__wrapper .ui-selectmenu-button {
        max-width: 50px; }
      .float_reservation .float_reservation_input .group__wrapper input::-webkit-outer-spin-button,
      .float_reservation .float_reservation_input .group__wrapper input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .float_reservation .float_reservation_input .group__wrapper input[type="number"] {
        -moz-appearance: textfield; }
      .float_reservation .float_reservation_input .group__wrapper button {
        border: 1px solid #ccc;
        color: #fff;
        height: 40px;
        width: 150px;
        margin-left: 0.5rem;
        background-color: transparent;
        font-family: "Univers Light Condensed";
        transition: all 0.4s ease;
        cursor: pointer;
        letter-spacing: 0.5px;
        padding-top: 0.25rem; }
        .float_reservation .float_reservation_input .group__wrapper button:hover {
          background-color: #fff;
          color: #000; }
    .float_reservation .float_reservation_input .float_reservation_trigger {
      position: absolute;
      bottom: -3.75rem;
      left: auto;
      right: 0;
      margin: 0 auto;
      width: 90px;
      height: 20px;
      cursor: pointer;
      display: none;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #000;
      padding: 0.5rem;
      padding-top: 1rem;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      padding-right: 1rem; }
      .float_reservation .float_reservation_input .float_reservation_trigger:after {
        content: "⌃";
        width: 16px;
        height: 16px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin-left: 0.25rem;
        padding-top: 0.25rem; }

@media screen and (max-width: 1024px) {
  .float_reservation {
    top: 0;
    height: 290px;
    max-width: calc(100% - 3rem);
    transform: translateY(-326px);
    animation: none;
    transition: all 0.6s ease; }
    .float_reservation.active {
      transform: translateY(0); }
      .float_reservation.active .float_reservation_input .float_reservation_trigger:after {
        content: "⌄";
        padding-top: 0;
        margin-top: -0.5rem; }
    .float_reservation .float_reservation_input {
      width: 100%; }
      .float_reservation .float_reservation_input .group__wrapper {
        gap: 2rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .float_reservation .float_reservation_input .group__wrapper .group {
          width: 100%; }
          .float_reservation .float_reservation_input .group__wrapper .group:nth-child(3), .float_reservation .float_reservation_input .group__wrapper .group:nth-child(4) {
            width: calc(50% - 1rem); }
        .float_reservation .float_reservation_input .group__wrapper input {
          max-width: 100vw; }
        .float_reservation .float_reservation_input .group__wrapper select {
          max-width: 50vw; }
        .float_reservation .float_reservation_input .group__wrapper button {
          width: 100%;
          margin-left: 0; }
      .float_reservation .float_reservation_input .float_reservation_trigger {
        display: -ms-inline-flexbox;
        display: inline-flex; } }

#ui-datepicker-div {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-width: 0;
  margin-top: 0.5rem;
  width: 300px;
  font-family: "Univers Light Condensed" !important;
  padding: 1.5rem; }
  #ui-datepicker-div .ui-datepicker-header {
    background: transparent;
    border-width: 0;
    color: #fff; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      border-radius: 0;
      background: #000; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
        mix-blend-mode: difference; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon,
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
      position: relative;
      text-indent: 0; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:after,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        inset: 0;
        top: 0;
        left: 0;
        right: 0;
        font-size: 20px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:after {
      content: "‹"; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
      content: "›"; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: transparent !important;
  color: #fff;
  border-radius: 0;
  padding: 0.4em; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important; }

.ui-widget-content .ui-state-active {
  border-color: #fff;
  background-color: #666 !important; }

.ui-selectmenu-menu {
  z-index: 1001;
  background-color: #000; }
  .ui-selectmenu-menu .ui-menu {
    background-color: #000;
    border-width: 0; }
    .ui-selectmenu-menu .ui-menu .ui-menu-item {
      color: #fff;
      font-family: "Univers Light Condensed" !important; }
      .ui-selectmenu-menu .ui-menu .ui-menu-item:hover div {
        background-color: #666;
        border-width: 0; }
      .ui-selectmenu-menu .ui-menu .ui-menu-item .ui-state-active {
        background-color: #666;
        border-width: 0; }

@keyframes float_reservation_btn_anime {
  0% {
    transform: translateY(-10rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; } }

/**************
CONTENT
***************/
#fit {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  #fit img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    display: none;
    opacity: 0; }
    #fit img:first-child {
      display: block;
      opacity: 1; }

/**************
HOME SLIDE
***************/
.home .menu_line {
  width: 260px; }

.home_slide {
  width: 100%;
  height: 100%; }
  .home_slide img {
    width: 1920px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  .home_slide .top,
  .home_slide .bottom {
    width: 100%;
    height: 50%;
    position: relative; }
    .home_slide .top div:first-child img,
    .home_slide .top div:first-child img,
    .home_slide .bottom div:first-child img,
    .home_slide .bottom div:first-child img {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  .home_slide .bottom img {
    left: 0; }
  .home_slide > div div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    transform: translate3d(0, 0, 0); }
    .home_slide > div div:first-child {
      width: 100%; }
    .home_slide > div div.active {
      z-index: 2; }

.slide {
  width: 100%;
  height: 100%; }

.slide_image {
  pointer-events: none; }

.slide_content_wrapper {
  width: 47%;
  height: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  margin: auto;
  z-index: 10; }
  .slide_content_wrapper .title {
    width: 100%;
    height: 18px;
    position: relative;
    z-index: 2; }
    .slide_content_wrapper .title div {
      height: 100%;
      position: absolute; }
  .slide_content_wrapper .slide_control {
    margin-top: 4px;
    margin-left: -14px; }
    .slide_content_wrapper .slide_control li {
      width: 8px;
      height: 8px;
      background: url("images/btn.png") 0 0 no-repeat;
      background-size: 100%;
      background: url("images/btn.png") 0 -32px no-repeat\9;
      margin-left: 10px;
      float: left;
      cursor: pointer; }
      .slide_content_wrapper .slide_control li:first-child {
        margin-left: 20px; }
      .slide_content_wrapper .slide_control li.active {
        background: url("images/btn.png") 0 -8px no-repeat;
        background-size: 100%;
        background: url("images/btn.png") 0 -40px no-repeat\9; }
  .slide_content_wrapper .slide_content {
    width: 100%;
    margin-top: 14px;
    position: relative;
    font-size: 14px;
    z-index: 1; }
    .slide_content_wrapper .slide_content li {
      display: none;
      text-align: justify; }
      .slide_content_wrapper .slide_content li:first-child {
        display: block; }
    .slide_content_wrapper .slide_content a {
      display: inline-block; }
  .slide_content_wrapper .page_cta {
    text-align: center;
    margin-top: 1rem; }
    .slide_content_wrapper .page_cta a {
      text-decoration: underline;
      text-underline-offset: 4px;
      transition: all 0.4s ease; }
      .slide_content_wrapper .page_cta a:hover {
        opacity: 0.7; }

@media only screen and (max-width: 1100px) {
  .slide_content_wrapper {
    width: 47%; } }

@media only screen and (max-width: 1024px) {
  .slide_content_wrapper {
    width: auto !important;
    margin: auto 20px auto 60px;
    height: 100%; }
    .slide_content_wrapper .slide_content {
      width: 85%;
      height: 100px;
      font-size: 14px;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      top: 0px;
      bottom: 0px; }
      .slide_content_wrapper .slide_content li {
        padding-right: 40px; }
    .slide_content_wrapper .title {
      position: absolute;
      bottom: 30px;
      left: -20px; } }

@media only screen and (max-width: 768px) {
  .slide_content_wrapper {
    width: 100%;
    height: 100%;
    bottom: 0px; }
    .slide_content_wrapper .slide_content {
      width: 85%;
      height: 30%;
      font-size: 14px;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      top: 0px;
      bottom: 0px;
      overflow: scroll; }
    .slide_content_wrapper .title {
      position: absolute;
      bottom: 30px; } }

@media only screen and (max-width: 580px) {
  .slide_content_wrapper {
    bottom: 0px; }
    .slide_content_wrapper .slide_content {
      width: 100%;
      height: 70%;
      font-size: 12px;
      line-height: 16px;
      overflow: scroll;
      top: 22%;
      bottom: auto; } }

@media only screen and (orientation: landscape) and (max-device-height: 600px) {
  .slide_content_wrapper .slide_content {
    width: 410px; } }

/**************
ROOM CONTENT 
***************/
@media only screen and (max-width: 1024px) {
  .room_content .slide_content {
    height: 50px; } }

@media only screen and (max-width: 768px) {
  .room_content .slide_content {
    height: 200px; } }

@media only screen and (max-width: 667px) {
  .room_content .slide_content {
    height: 50%;
    top: 0px; } }

@media only screen and (max-width: 580px) {
  .room_content .slide_content {
    height: 210px;
    top: 0px;
    bottom: 0px; } }

@media only screen and (orientation: landscape) and (max-device-height: 600px) {
  .room_content .slide_content {
    height: 130px; } }

/**************
SERVICE CONTENT
***************/
.tandc_content {
  width: 73%;
  height: 60%;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  padding: 0px 13%;
  text-align: justify;
  overflow-y: scroll;
  z-index: 1000;
  border-right: 1px solid #fff; }
  .tandc_content h1 {
    position: relative;
    top: -0.08em;
    float: left;
    font-weight: bold;
    font-family: "Univers Bold Condensed", sans-serif;
    text-transform: uppercase; }
  .tandc_content ul li {
    margin-left: 14px;
    list-style: disc;
    list-style-image: url("images/dot.png"); }
  .tandc_content a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
    cursor: pointer; }

body.page-id-577 .tandc_content p,
body.page-id-575 .tandc_content p {
  margin-bottom: 1.1rem; }

.services_content {
  width: 47%;
  position: absolute;
  font-size: 14px;
  bottom: 30px;
  left: 0px;
  right: 0px;
  margin: auto;
  line-height: 20px;
  text-align: justify; }

@media only screen and (max-width: 1100px) {
  .services_content {
    width: 47%; } }

@media only screen and (max-width: 1024px) {
  .services_content {
    width: 85%;
    height: 50%;
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 30%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .tandc_content {
    border: 0;
    padding: 0 0;
    width: auto !important;
    margin: auto 20px auto 60px; } }

@media only screen and (max-width: 800px) {
  .services_content {
    width: 57%; } }

@media only screen and (max-width: 768px) {
  .services_content {
    width: 85%;
    height: 50%;
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .tandc_content {
    border: 0;
    bottom: 0px; } }

@media only screen and (max-width: 667px) {
  .services_content {
    height: 60%;
    top: 30px;
    bottom: 0px; }
  .tandc_content {
    top: 30px; } }

@media only screen and (max-width: 580px) {
  .services_content,
  .tandc_content {
    font-size: 12px;
    line-height: 16px;
    top: 22%;
    bottom: auto; } }

@media only screen and (orientation: landscape) and (max-device-height: 600px) {
  .services_content,
  .tandc_content {
    width: 410px; } }

/**************
CONTACT CONTENT
***************/
.mm-content p,
.transport {
  font-size: 14px; }

.mm-content p {
  padding: 0 30px;
  margin-bottom: 1.2em; }

.mm-content strong,
.mm-back,
.transport strong,
strong {
  font-family: "Univers Bold Condensed", sans-serif; }

.mm-content span {
  display: inline; }

.map,
.transport {
  width: 60%;
  max-width: 1200px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 999;
  visibility: hidden; }
  .map .map_bottom,
  .transport .map_bottom {
    position: absolute;
    bottom: 20px;
    right: 25px; }
    .map .map_bottom a,
    .transport .map_bottom a {
      font-size: 12px;
      text-decoration: underline;
      display: inline-block; }
    .map .map_bottom span,
    .transport .map_bottom span {
      padding: 0 5px; }
    .map .map_bottom .close,
    .transport .map_bottom .close {
      width: 10px;
      height: 10px;
      margin-top: 3px;
      margin-left: 15px;
      cursor: pointer; }

.transport {
  max-width: 785px; }
  .transport p,
  .transport ul {
    padding: 0 40px 0 45px;
    margin-bottom: 2px; }
  .transport li:before {
    position: absolute;
    left: 0;
    content: "·"; }
  .transport ul,
  .transport li {
    list-style: outside disc; }
  .transport li {
    margin-bottom: 3px;
    position: relative;
    display: inline-block;
    padding-left: 10px; }
  .transport .transport_wrap {
    background: #1d1c1a; }
  .transport .transport_cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .transport .transport_cont .scrollable {
      text-align: justify;
      position: absolute;
      overflow: auto;
      bottom: 0;
      height: auto !important;
      left: 0;
      margin: 80px 45px;
      right: 0;
      top: 0; }

.map .map_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 0px;
  margin: auto; }

.map .map_img,
.transport .transport_wrap {
  width: 100%;
  height: 0%;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 0px;
  margin: auto;
  opacity: 0;
  overflow: hidden; }

.map_btn {
  width: 250px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 85px;
  margin: auto;
  cursor: pointer;
  z-index: 9999; }
  .map_btn span {
    display: inline-block;
    text-decoration: underline; }

.contact_content {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0px;
  margin: auto;
  z-index: 999; }
  .contact_content p {
    padding: 0 10px; }
  .contact_content span {
    display: inline; }

.mobile_map_bg {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.7;
  display: none; }

@media only screen and (max-width: 1024px) {
  .contact #fit {
    display: none; }
  .map {
    display: none; }
  .map_btn {
    display: none; }
  .mobile_map {
    display: inline-table;
    width: 100%;
    left: 0px;
    right: 0px; }
  .mobile_map_btn {
    display: block;
    font-size: 14px;
    bottom: 70px; }
  .transport {
    position: fixed;
    width: 100% !important; }
    .transport .map_bottom {
      top: 80px;
      bottom: auto;
      right: 20px; }
  .transport,
  .transport_wrap {
    height: 100% !important; }
  .transport .transport_cont .scrollable {
    margin: 115px 20px 150px 60px; }
  .mm-content p,
  .tandc-cont,
  .transport p,
  .transport ul {
    margin: 0 auto 2px auto;
    width: 85%;
    word-spacing: -0.01em;
    padding: 0 40px 0 0; }
  .mm-content p,
  .tandc-cont {
    margin: 0 auto 1em auto; }
  .mobile_map {
    width: 80%; }
    .mobile_map img {
      width: 100%;
      margin: 0 auto; }
  .contact_content {
    bottom: 20px; }
    .contact_content span {
      display: inline-block;
      clear: both; } }

@media only screen and (max-width: 768px) {
  .map {
    display: none; }
  .map_btn {
    display: none; }
  .mobile_map {
    display: inline-table;
    width: 100%; }
  .mobile_map_btn {
    display: block; }
  .contact #fit {
    display: none; } }

@media only screen and (max-width: 667px) {
  .contact_content {
    width: 360px;
    bottom: 20px; } }

@media only screen and (max-width: 580px) {
  .mm-content p,
  .tandc-cont,
  .transport p,
  .transport ul {
    width: auto; }
  .mm-content p,
  .contact_content,
  .mobile_map_btn {
    font-size: 12px; }
  .transport .transport_cont .scrollable p {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }

@media only screen and (orientation: landscape) and (max-device-height: 600px) {
  .contact_content {
    width: 330px;
    bottom: 10px;
    z-index: 10; }
    .contact_content p {
      float: left; }
      .contact_content p:first-child {
        padding-right: 10px; }
  .mobile_map_btn {
    bottom: 40px;
    z-index: 10; }
  .mobile_map_bg {
    display: block;
    z-index: 9; } }

@media only screen and (max-width: 359px) {
  .contact_content,
  .mobile_map_btn {
    font-size: 12px; } }

/**************
MOBILE MAP
***************/
.mobile_map {
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  vertical-align: middle;
  display: none; }
  .mobile_map img {
    width: 100%;
    height: auto; }

.mobile_map_btn {
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: 85px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none;
  z-index: 999; }
  .mobile_map_btn a,
  .mobile_map_btn span {
    text-decoration: underline;
    display: inline-block; }

.mobile_menu_foooter {
  height: 7%;
  font-size: 10px;
  margin-top: -10px;
  text-align: center;
  display: none; }

@media only screen and (max-width: 1024px) {
  .mobile_menu_foooter a {
    display: inline-block;
    line-height: 12px; } }

@media only screen and (max-width: 667px) {
  .mobile_map_btn {
    bottom: 95px; } }

/**************
SOCIAL ICON
***************/
.social {
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 30px; }
  .social li {
    width: 19px;
    height: 19px;
    margin-top: 20px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat; }
    .social li a {
      width: 100%;
      height: 100%;
      display: block; }
    .social li svg {
      fill: #fff;
      transform: scale(0.7);
      transform-origin: top left; }
    .social li.ss-ta {
      background-image: url("images/trip.png"); }
    .social li.ss-fb {
      background-image: url("images/facebook.png"); }
    .social li.ss-ig {
      background-image: url("images/ig.png"); }
    .social li.ss-we {
      position: relative;
      cursor: pointer; }
      .social li.ss-we:hover .ss-we-prompt {
        opacity: 1; }
    .social li .ss-we-prompt {
      position: absolute;
      width: 160px;
      height: 160px;
      background-color: #000;
      border-radius: 6px;
      top: 0;
      bottom: 0;
      right: 2.5rem;
      margin: auto 0;
      opacity: 0;
      pointer-events: none;
      transition: all 0.4s ease; }
      .social li .ss-we-prompt .ss-we-prompt__inner {
        padding: 0.5rem; }
        .social li .ss-we-prompt .ss-we-prompt__inner img {
          width: 100%;
          height: auto; }

.mobile_menu_foooter .social {
  position: relative;
  top: 0px;
  margin-top: 0px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .mobile_menu_foooter .social li {
    margin: 0 5px;
    margin-top: 15px;
    display: inline-block; }
    .mobile_menu_foooter .social li.ss-fb {
      background-position: center 1; }
    .mobile_menu_foooter .social li.ss-ig {
      background-position: center 2; }
    .mobile_menu_foooter .social li.ss-we .ss-we-prompt {
      top: unset;
      bottom: 2.5rem;
      right: -2.2rem; }

/**************
PROMOTION
***************/
.promotion_content_wrap {
  width: 100%;
  height: 0%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 999;
  overflow: hidden; }
  .promotion_content_wrap .promotion_content {
    width: 60%;
    min-width: 570px;
    height: 446px;
    padding: 40px 30px 40px 40px;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9999;
    overflow: hidden;
    box-sizing: border-box; }
    .promotion_content_wrap .promotion_content .content_wrap {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
      overflow-y: scroll; }
      .promotion_content_wrap .promotion_content .content_wrap .promotion_item {
        padding-top: 3rem;
        margin-top: 3rem;
        border-top: 1px solid #666;
        padding-right: 20px; }
        .promotion_content_wrap .promotion_content .content_wrap .promotion_item:first-child {
          border-top-width: 0px;
          margin-top: 0;
          padding-top: 0; }
      .promotion_content_wrap .promotion_content .content_wrap .policy {
        display: none; }
        .promotion_content_wrap .promotion_content .content_wrap .policy.active {
          display: block; }
    .promotion_content_wrap .promotion_content .close {
      text-align: center;
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: 20px;
      right: 26px;
      z-index: 2;
      cursor: pointer; }
    .promotion_content_wrap .promotion_content .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background: #1e1e1c;
      opacity: 0.97;
      z-index: 1; }

@media only screen and (max-width: 768px) {
  .promotion_content_wrap .promotion_content {
    width: 85%; } }

@media only screen and (max-width: 580px) {
  .promotion_content_wrap .promotion_content {
    width: 100%;
    height: 100%;
    padding: 40px 20px 50px 60px;
    min-width: initial; } }

/**************
GALLERY
***************/
.gallery__wrapper {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .gallery__wrapper .mm-back {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    position: absolute;
    left: 180px;
    bottom: 120px;
    z-index: 1001; }
  .gallery__wrapper .gallery__wrapper__inner {
    width: calc(100% - 260px);
    height: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gallery__wrapper .gallery__wrapper__inner .col__left {
      width: 25%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .gallery__wrapper .gallery__wrapper__inner .col__right {
      width: 50%;
      position: relative; }
    .gallery__wrapper .gallery__wrapper__inner .swiper__category__control {
      width: 50%;
      text-align: center; }
      .gallery__wrapper .gallery__wrapper__inner .swiper__category__control .category__item {
        padding: 1.5rem 0;
        transition: all 0.6s ease;
        cursor: pointer; }
        .gallery__wrapper .gallery__wrapper__inner .swiper__category__control .category__item:hover {
          opacity: 0.5;
          text-decoration: underline; }
    .gallery__wrapper .gallery__wrapper__inner .swiper-container {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      inset: 0;
      width: 100%;
      height: 100%; }
      .gallery__wrapper .gallery__wrapper__inner .swiper-container.active {
        opacity: 1;
        pointer-events: all; }
      .gallery__wrapper .gallery__wrapper__inner .swiper-container .swiper-wrapper .swiper-slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        -ms-flex-direction: column;
            flex-direction: column;
        overflow: hidden;
        background: #000; }
        .gallery__wrapper .gallery__wrapper__inner .swiper-container .swiper-wrapper .swiper-slide .slide-thumb {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          padding: 0;
          margin: 0; }
          .gallery__wrapper .gallery__wrapper__inner .swiper-container .swiper-wrapper .swiper-slide .slide-thumb img {
            pointer-events: none;
            max-width: 100%;
            max-height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .gallery__wrapper .gallery__wrapper__inner .swiper-container .swiper-wrapper .swiper-slide .slide-action {
          margin-top: 2rem; }
          .gallery__wrapper .gallery__wrapper__inner .swiper-container .swiper-wrapper .swiper-slide .slide-action a {
            padding: 0.75rem 2.5rem 0.5rem;
            border: 1px solid #fff;
            transition: all 0.4s ease; }
            .gallery__wrapper .gallery__wrapper__inner .swiper-container .swiper-wrapper .swiper-slide .slide-action a:hover {
              opacity: 0.5; }
    .gallery__wrapper .gallery__wrapper__inner .swiper-button-prev,
    .gallery__wrapper .gallery__wrapper__inner .swiper-button-next {
      height: 100%;
      width: 50%;
      top: 0;
      z-index: 9; }
      .gallery__wrapper .gallery__wrapper__inner .swiper-button-prev:after,
      .gallery__wrapper .gallery__wrapper__inner .swiper-button-next:after {
        display: none; }
    .gallery__wrapper .gallery__wrapper__inner .swiper-button-prev {
      left: 0; }
    .gallery__wrapper .gallery__wrapper__inner .swiper-button-next {
      right: 0; }
    .gallery__wrapper .gallery__wrapper__inner .swiper-pagination {
      bottom: 2.5rem; }
      .gallery__wrapper .gallery__wrapper__inner .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 0.5;
        width: 9px;
        height: 9px; }
        .gallery__wrapper .gallery__wrapper__inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          opacity: 1; }

@media only screen and (max-width: 1024px) {
  .gallery__wrapper {
    z-index: 99; }
    .gallery__wrapper .gallery__wrapper__inner {
      width: calc(100% - 80px);
      height: calc(100% - 300px); }
      .gallery__wrapper .gallery__wrapper__inner .col__left {
        width: 100%;
        height: 40px; }
      .gallery__wrapper .gallery__wrapper__inner .col__right {
        width: 100%;
        height: calc(100% - 40px); }
      .gallery__wrapper .gallery__wrapper__inner .swiper__category__control {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center; }
        .gallery__wrapper .gallery__wrapper__inner .swiper__category__control .category__item {
          padding: 1rem; }
      .gallery__wrapper .gallery__wrapper__inner .swiper-container {
        height: calc(100%); }
    .gallery__wrapper .mm-back {
      display: none; } }

/************
* POPUP
*************/
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none; }
  .popup .popup_outer_content {
    width: 85%;
    height: 90%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 2; }
  .popup .popup_inner_content {
    width: 90%;
    height: 90%;
    margin: 5%;
    overflow-y: scroll;
    border: 1px solid #fff;
    background: #000;
    position: relative; }
  .popup .popup_bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 1; }
  .popup .popup_content {
    width: 84%;
    padding: 5% 8%;
    font-size: 14px;
    text-align: justify; }
    .popup .popup_content h1 {
      float: left;
      font-weight: bold;
      font-family: "Univers Bold Condensed";
      text-transform: uppercase;
      font-size: 16px;
      line-height: 14px; }
    .popup .popup_content ul li {
      margin-left: 14px;
      list-style: disc;
      list-style-image: url("images/dot.png"); }
  .popup .popup_close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 14%;
    right: 7%;
    background: url("images/close.jpg") center center no-repeat;
    padding: 10px;
    cursor: pointer;
    z-index: 2; }

.article {
  font-size: 14px;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .article .article-cont {
    width: auto !important;
    height: auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 130px 80px;
    position: absolute; }
  .article a {
    display: block;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
  .article .article_head {
    position: absolute;
    top: -52px;
    left: 0;
    z-index: 99;
    text-transform: uppercase; }
  .article .article_head a.current {
    color: #fff;
    text-decoration: underline; }
  .article .col-l {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: auto;
    z-index: 88; }
  .article .col-l {
    display: none; }
  .article .col-l.active {
    display: block; }
  .article .col-l a {
    padding: 5px 0 10px 0;
    display: block;
    clear: both;
    overflow: hidden; }
  .article .col-l li.active a {
    color: #fff; }
  .article .col-l li.active span {
    text-decoration: underline; }
  .article .col-l span {
    display: block;
    float: left;
    width: 35%;
    padding-right: 5%; }
  .article .col-l span.year {
    width: 15%;
    padding-right: 5%; }
  .article .col-r {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%; }
    .article .col-r ul {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
    .article .col-r li {
      text-align: center;
      display: none;
      position: absolute;
      width: 100%;
      height: 100%; }
    .article .col-r li.active {
      display: block; }
    .article .col-r a {
      display: inline-block;
      height: 100%;
      margin: 0 auto; }
    .article .col-r img {
      max-height: 100%;
      margin: 0 auto; }
  .article .mm-back {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    position: absolute;
    left: 0px;
    bottom: -30px; }

.back-previous {
  cursor: pointer;
  display: inline-block; }

.mCSB_scrollTools {
  opacity: 1; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px !important;
  background-color: #fff !important; }

@media only screen and (max-width: 1024px) {
  .article {
    z-index: 99; }
    .article .article-cont {
      margin: 150px 20px 150px 60px; }
    .article .article_head,
    .article .col-l {
      width: 85%;
      right: 0;
      margin: auto; }
    .article .col-l li {
      margin-bottom: 1.5em; }
    .article .col-r {
      display: none; }
    .article .mm-back {
      display: none; }
    .article .article_head {
      top: -35px; } }

@media only screen and (max-width: 580px) {
  .article {
    font-size: 12px; }
    .article .article_head,
    .article .col-l {
      width: 100%; } }

/************
* GOLBAL 
*************/
.popup-content {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0; }
  .popup-content[aria-expanded="false"] {
    pointer-events: none; }
    .popup-content[aria-expanded="false"] .popup-content-wrapper .popup-content-body,
    .popup-content[aria-expanded="false"] .popup-content-wrapper .popup-close-btn {
      opacity: 0; }
    .popup-content[aria-expanded="false"] .popup-background {
      transform: scaleY(0); }
  .popup-content .popup-content-wrapper {
    width: var(--popup-width);
    min-width: var(--popup-max-width);
    height: var(--popup-height);
    padding: var(--popup-padding) 30px var(--popup-padding) var(--popup-padding);
    display: block;
    box-sizing: border-box;
    position: relative; }
    .popup-content .popup-content-wrapper .popup-content-body {
      position: relative;
      z-index: 2;
      overflow-y: scroll;
      display: block;
      height: 100%;
      width: 100%; }
      .popup-content .popup-content-wrapper .popup-content-body .the-content {
        padding-right: 1rem; }
    .popup-content .popup-content-wrapper .popup-close-btn {
      background-image: url(./svg/btn-close.svg);
      background-size: 100% auto;
      background-position: center center;
      position: absolute;
      width: 10px;
      height: 10px;
      bottom: 20px;
      right: 26px;
      z-index: 3;
      cursor: pointer;
      transition: all ease 0.4s; }
      .popup-content .popup-content-wrapper .popup-close-btn:hover {
        opacity: 0.6; }
    .popup-content .popup-content-wrapper .popup-background {
      position: absolute;
      z-index: 1;
      background-color: #1e1e1c;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0.97;
      transition: all ease 0.4s;
      transform-origin: left center; }

.the-title {
  margin-bottom: 3rem; }

.the-content span,
.the-content a {
  display: inline-block; }

.the-content p {
  margin-bottom: 1.5rem; }

/************
* LANGUAGE SWITCHER
*************/
#lang_sel_list.lang_sel_list_horizontal {
  font-family: "Univers Light Condensed";
  height: auto;
  float: right;
  width: auto;
  margin-left: 24px; }

#lang_sel_list.lang_sel_list_horizontal ul,
#lang_sel_list li {
  width: auto; }

#lang_sel_list li {
  margin: 0 2px !important; }

#lang_sel_list.lang_sel_list_horizontal a.lang_sel_sel {
  display: none; }

#lang_sel_list.lang_sel_list_horizontal ul {
  border: none; }

#lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other,
#lang_sel.lang_sel_list_horizontal li ul a:link,
#lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other:visited {
  padding: 1px 0;
  border: none;
  color: #fff;
  background: none; }

#lang_sel_list.lang_sel_list_horizontal ul a.lang_sel_other:hover {
  background: none; }

#lang_sel_list.lang_sel_list_horizontal ul a {
  line-height: 18px; }

.spread-dot {
  display: inline; }

@media only screen and (max-width: 1024px) {
  #lang_sel_list.lang_sel_list_horizontal {
    top: 5px;
    display: inline-block;
    float: none;
    margin-left: 15px; }
    #lang_sel_list.lang_sel_list_horizontal ul a {
      line-height: 1em; } }

/************
* SPECIAL OFFER
*************/
.special_offer_wrap {
  position: fixed;
  z-index: 999;
  bottom: 0rem;
  right: 0rem;
  width: calc(100% - 3rem);
  margin: 1.5rem;
  max-width: 500px;
  background-color: black;
  border-top-left-radius: 70px;
  opacity: 0;
  animation: special-offer-fade-in 2s 1s ease forwards; }
  .special_offer_wrap[aria-expanded="false"] {
    animation: special-offer-fade-out 2s 0s ease forwards;
    pointer-events: none; }
  .special_offer_wrap .special_offer_close_btn {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 2;
    cursor: pointer;
    background: url("images/close.png") center center no-repeat;
    width: 50px;
    height: 50px;
    transition: all 0.4s ease; }
  .special_offer_wrap .special_offer_close_btn:hover {
    opacity: 0.6; }
  .special_offer_wrap .special_offer_inner {
    padding: 3rem 1rem 2rem 3rem;
    z-index: 1; }
    .special_offer_wrap .special_offer_inner img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      margin-bottom: 1.5rem; }
    .special_offer_wrap .special_offer_inner p {
      margin-bottom: 1.5rem; }
    .special_offer_wrap .special_offer_inner a,
    .special_offer_wrap .special_offer_inner span {
      display: inline-block; }
    .special_offer_wrap .special_offer_inner a.btn {
      border: 1px solid #fff;
      padding: 0.75rem 1.5rem 0.5rem;
      margin-bottom: 1rem;
      transition: all 0.4s ease; }
      .special_offer_wrap .special_offer_inner a.btn:hover {
        background: #fff;
        color: #000; }

@keyframes special-offer-fade-in {
  from {
    opacity: 0;
    transform: translateY(3rem); }
  to {
    opacity: 100%;
    transform: translateY(0rem); } }

@keyframes special-offer-fade-out {
  from {
    opacity: 100%;
    transform: translateY(0rem); }
  to {
    opacity: 0;
    transform: translateY(3rem); } }