@charset "UTF-8";
.after-before, .spot::before, .spot::after {
  position: absolute;
  content: "";
}

.img-default {
  float: left;
  width: 100%;
  height: auto;
}

.float-default {
  float: left;
  width: 100%;
}

.floor_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(6, 41, 67, 0.98) url(../Media/bg.png) left bottom no-repeat !important;
  z-index: 999999 !important;
  display: none;
}

.floor_bg .img_bg {
  position: relative;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  /*background: rgba($first-color,0.26);*/
}

.floor_bg img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 88vh;
  max-width: 88vw;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
}

.floor_bg .close_btn {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background: url(../Images/Close.png);
}

.group-btn {
  position: fixed;
  z-index: 99;
  width: 46px;
  height: 93px;
  right: 0;
  top: calc(46vh - 46px);
  display: none;
}
.group-btn.active {
  display: block;
}
.group-btn .group-btn-item {
  float: left;
  width: 46px;
  height: 46px;
  background: white;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  color: #062943;
  z-index: 99;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.group-btn .group-btn-item {
  float: left;
  width: 46px;
  height: 46px;
  background: white;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  color: #062943;
  z-index: 99;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.group-btn .floor_btn {
  border-top: 1px solid rgba(6, 41, 67, 0.5);
  border-bottom-left-radius: 8px;
}
.group-btn .menu-item-bg {
  position: relative;
  float: left;
  width: 100%;
}
.group-btn .menu-item-bg .menu-btn {
  border-top-left-radius: 8px;
}
.group-btn .menu-item-bg .menu-bg {
  position: absolute;
  width: auto;
  left: -259px;
  top: 0;
  transform: translate(0, calc(-42% + 23px));
  z-index: 9999;
  display: none;
}
.group-btn .menu-item-bg .menu-bg .menu-box {
  float: left;
  width: 258px;
  margin: 0 0 0 0;
}
.group-btn .menu-item-bg .menu-bg .menu-box .item {
  position: relative;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: #062943;
  background: white;
  padding: 8px 2px 8px 32px;
  text-align: left;
  border-bottom: 1px dotted rgba(6, 41, 67, 0.26);
}
.group-btn .menu-item-bg .menu-bg .menu-box .item::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 Sharp";
  color: rgba(6, 41, 67, 0.68);
  font-size: 13px;
  font-weight: normal;
  width: 20px;
  height: 42px;
  line-height: 42px;
  left: 10px;
  top: -3px;
}
.group-btn .menu-item-bg .menu-bg .menu-box .item.floor {
  background: #062943;
  color: white;
  padding: 9px 2px 9px 36px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.group-btn .menu-item-bg .menu-bg .menu-box .item.floor::after {
  top: -3px;
  line-height: 42px;
  content: "";
  color: white;
}
.group-btn .menu-item-bg .menu-bg .menu-box .item.active, .group-btn .menu-item-bg .menu-bg .menu-box .item:hover {
  color: white;
  background: #00888a;
}
.group-btn .menu-item-bg .menu-bg .menu-box .item.active::after, .group-btn .menu-item-bg .menu-bg .menu-box .item:hover::after {
  color: white;
}

.menu-thumb-bg {
  position: absolute;
  width: 380px;
  right: 259px;
  top: 0;
  background: white;
  padding: 8px 8px 0 8px;
  display: none;
}
.menu-thumb-bg img {
  float: left;
  width: 100%;
  height: auto;
  background: #000;
}
.menu-thumb-bg div {
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 12px 2px 12px 2px;
  color: #0A1753;
  /*text-transform: uppercase;*/
}

/*---------------------Animation Spot----------------------------*/
.spot {
  position: absolute;
  z-index: 999;
  position: relative;
}
.spot div {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px solid rgba(255, 255, 255, 0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 7px;
  left: 7px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 136, 138, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 136, 138, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 136, 138, 0.75);
}
.spot::after {
  width: 8px;
  height: 8px;
  background-color: #00888a;
  border: 2px solid rgba(255, 255, 255, 0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 11px;
  left: 11px;
}
.spot::before {
  border: 2px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  left: 3px;
  top: 3px;
}
.spot.activediv {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 136, 138, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 136, 138, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 136, 138, 0.75);
}
.spot.active::after {
  background-color: #00888a;
}
.spot.active::before {
  height: 30px;
  width: 30px;
  left: 0;
  top: 0;
  border: 2px solid #00888a;
  animation: pulsate 0.8s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: pulsate 0.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
#floor_04 .spot_01 {
  left: calc(11.8% - 8px);
  top: calc(70% - 8px);
}

#floor_03 .spot_01 {
  left: calc(26.6% - 8px);
  top: calc(8% - 8px);
}
#floor_03 .spot_02 {
  left: calc(26.6% - 8px);
  top: calc(66.1% - 8px);
}

#floor_02 .spot_01 {
  left: calc(32.4% - 8px);
  top: calc(66.3% - 8px);
}
#floor_02 .spot_02 {
  left: calc(32.4% - 8px);
  top: calc(42.2% - 8px);
}
#floor_02 .spot_03 {
  left: calc(39% - 8px);
  top: calc(48.3% - 8px);
}
#floor_02 .spot_04 {
  left: calc(28.8% - 8px);
  top: calc(32.5% - 8px);
}
#floor_02 .spot_05 {
  left: calc(28.1% - 8px);
  top: calc(36.5% - 8px);
}
#floor_02 .spot_06 {
  left: calc(28.7% - 8px);
  top: calc(40.7% - 8px);
}
#floor_02 .spot_07 {
  left: calc(38.3% - 8px);
  top: calc(36.7% - 8px);
}
#floor_02 .spot_08 {
  left: calc(28.9% - 8px);
  top: calc(21.6% - 8px);
}
#floor_02 .spot_09 {
  left: calc(20.9% - 8px);
  top: calc(17.3% - 8px);
}
#floor_02 .spot_10 {
  left: calc(39.7% - 8px);
  top: calc(13.8% - 8px);
}
#floor_02 .spot_11 {
  left: calc(32.4% - 8px);
  top: calc(11.5% - 8px);
}
#floor_02 .spot_12 {
  left: calc(66.8% - 8px);
  top: calc(39.8% - 8px);
}
#floor_02 .spot_13 {
  left: calc(66.3% - 8px);
  top: calc(49.5% - 8px);
}
#floor_02 .spot_14 {
  left: calc(76.8% - 8px);
  top: calc(54.8% - 8px);
}
#floor_02 .spot_15 {
  left: calc(77.7% - 8px);
  top: calc(48.8% - 8px);
}
#floor_02 .spot_16 {
  left: calc(76.4% - 8px);
  top: calc(28.5% - 8px);
}

#floor_01 .spot_01 {
  left: calc(31.1% - 8px);
  top: calc(68.5% - 8px);
}
#floor_01 .spot_02 {
  left: calc(31.1% - 8px);
  top: calc(9.8% - 8px);
}

.masterplan-bg {
  display: block;
  position: relative;
  position: fixed;
  right: -330px;
  opacity: 0;
  bottom: 82px;
  z-index: 99;
  background: #fff;
  padding: 6px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.masterplan-bg.show {
  right: 0;
  opacity: 1;
}
.masterplan-bg .masterplan {
  display: block;
  position: relative;
  float: left;
  width: 318px;
  height: 242px;
  background: url(../Images/masterplan.jpg) no-repeat;
  background-size: cover;
}
.masterplan-bg .close-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background: url(../Images/Close.png);
}

.masterplan .spot {
  margin: 0 !important;
  display: block;
}
.masterplan .spot div {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.68);
  top: 6px;
  left: 6px;
}
.masterplan .spot::after {
  width: 6px;
  height: 6px;
  top: 10px;
  left: 10px;
}
.masterplan .spot::before {
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
}
.masterplan .spot.active div {
  background-color: white;
}
.masterplan .spot.active::before {
  height: 22px;
  width: 22px;
  left: 2px;
  top: 2px;
  border: 2px solid white;
}
.masterplan .spot_01 {
  left: calc((261%/3.18) - 8px);
  top: calc((98%/2.42) - 8px);
}
.masterplan .spot_02 {
  left: calc((177%/3.18) - 8px);
  top: calc((90%/2.42) - 8px);
}
.masterplan .spot_03 {
  left: calc((143%/3.18) - 8px);
  top: calc((144%/2.42) - 8px);
}
.masterplan .spot_04 {
  left: calc((152%/3.18) - 8px);
  top: calc((56%/2.42) - 8px);
}
.masterplan .spot_05 {
  left: calc((228%/3.18) - 8px);
  top: calc((115%/2.42) - 8px);
}
.masterplan .spot_06 {
  left: calc((233%/3.18) - 8px);
  top: calc((90%/2.42) - 8px);
}
.masterplan .spot_07 {
  left: calc((273%/3.18) - 8px);
  top: calc((73%/2.42) - 8px);
}
.masterplan .spot_08 {
  left: calc((50%/3.18) - 8px);
  top: calc((195%/2.42) - 8px);
}