@-ms-viewport {
  width: device-width;
}
@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

html {
  height: 100%;
}
body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

a {
  cursor: pointer;
}

.bottom_title {
  text-align: left;
  bottom: 6px;
  left: 80px;
  font-family: "Montserrat", sans-serif;
}
.title_bg {
  position: fixed;
  min-width: 150px;
  z-index: 98;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.s_title {
  font-family: "Montserrat", sans-serif;
}

.iframe_bg {
  position: fixed;
  width: 100vw;
  height: calc(100% - 55px);
  z-index: 2;
}

.hotspot-tooltip {
  padding: 2px 5px 2px 5px;
  border-radius: 7px;
  font-size: 1.1em;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  transform: translateY(-50%);
  bottom: -97px;
}

.hotspot-tooltip.green {
  background: rgba(7, 140, 69, 0.9);
  border: 2px solid #fff;
  font-size: 8px;
}

.hotspot-tooltip.green.outline {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 145, 71, 0.9);
  color: rgba(0, 140, 69, 0.9);
  font-size: 8px;
  line-height: 10px;
  font-weight: bold;
}

.hotspot-tooltip.green b {
  font-size: 16px;
  font-weight: bold;
}

.hotspot-tooltip.green.small b {
  font-size: 13px;
  font-weight: bold;
}

.lh {
  margin-top: -3px;
  display: block;
}

.hotspot-tooltip.ehome {
  background-image: url("../../skin/shome.png");
  background-repeat: no-repeat;
  background-position: 7px;
  background-color: rgba(241, 90, 34, 0.9);
  width: 73px;
  height: 25px;
}

.noble-crystal {
  z-index: 2;
  position: relative;
  margin-bottom: -10px;
}

.noble-crystal img {
  max-width: 200px;
}

.noble-crystal:hover {
  opacity: 0.9;
}

.crystal img {
  max-width: 200px;
}

.board {
  position: absolute;
  transform: translate(-50%, -40px);
  z-index: 1;
}

.board.text {
  transform: translate(-50%, -20px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6),
    2px 2px 4px rgba(0, 0, 0, 0.9), -1px -1px 2px rgba(255, 255, 255, 0.3);
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}

.board.text2 {
  transform: translate(-50%, -40px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6),
    2px 2px 4px rgba(0, 0, 0, 0.9), -1px -1px 2px rgba(255, 255, 255, 0.3);
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}

.hotspot-tooltip.sunshine img {
  max-height: 50px;
}

.hotspot-tooltip.text img {
  max-height: 35px;
  pointer-events: none;
}

.hotspot-tooltip.text.small img {
  max-height: 20px;
  pointer-events: none;
}

.hotspot-tooltip.text.large img {
  max-height: 50px;
  pointer-events: none;
}

.hotspot-tooltip.banner.small img {
  max-height: 35px;
  pointer-events: none;
}

.hotspot-tooltip.road {
  margin-top: 0;
}
.hotspot-tooltip.road img {
  max-height: 35px;
  pointer-events: none;
}

.hotspot-tooltip.text2 img {
  max-height: 60px;
  pointer-events: none;
}

.hotspot-tooltip.banner img {
  max-height: 35px;
}

.hotspot-tooltip.text .board {
  margin-top: -20px;
}

.hotspot-tooltip.text2 .board {
  margin-top: -45px;
}

.hotspot-tooltip.blue {
  background: rgba(44, 143, 159, 0.9);
  border: 2px solid #fff;
  font-size: 8px;
  line-height: 12px;
}

.hotspot-tooltip.empty {
  background: rgba(69, 120, 187, 0.9);
  cursor: none;
  font-family: "Montserrat", sans-serif;
}

.hotspot-tooltip-2 {
  cursor: none;
  border-radius: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-shadow: 2px 2px #000;
  font-family: "Montserrat", sans-serif;
}

.line {
  border-left: 1px solid #fff;
  width: 0px;
  position: relative;
  top: 10px;
}

.line.two {
  top: 48px;
}

.line-50 {
  height: 125px;
}

.line-200 {
  height: 200px;
}

.line-275 {
  height: 275px;
}

.line-325 {
  height: 325px;
}

.line-225 {
  height: 225px;
}

.line-225.two {
  height: 225px;
}

.line-175 {
  height: 175px;
}

.line-150.z10 {
  z-index: 10;
}

.line-125 {
  height: 125px;
}

.line-75 {
  height: 75px;
}

.line-25 {
  height: 80px;
}

.line-50 {
  height: 125px;
}

.line-100 {
  height: 175px;
}

.line-75 {
  height: 150px;
}

.line-150 {
  height: 225px;
}

.line-200 {
  height: 275px;
}

.line-250 {
  height: 325px;
}

.line-300 {
  height: 375px;
}

.fancybox__slide {
  padding: 0;
}

.fancybox__carousel {
  width: 100%;
}

.fancybox__slide::before,
.fancybox__slide::after {
  margin: 20px !important;
}
.fancybox__content {
  height: 100% !important;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 0 !important;
  }
  .fancybox__slide::before,
  .fancybox__slide::after {
    margin: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox__carousel {
    width: 100%;
  }
}

#myAudio {
  display: none !important;
}

.header_1 {
  text-transform: none;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

.pano_title.sub span {
  height: 40px !important;
}

.line-65.two {
  height: 65px;
  margin-top: -10px;
}

.line-40.two {
  height: 40px;
  margin-top: -10px;
}

.line-mp9 {
  height: 150px;
  margin-top: -10px;
}

.line-noble {
  height: 250px;
}

.circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  color: #fff;
  bottom: 0;
  left: -5px;
}

#inner_tien_ich_bg::-webkit-scrollbar {
  display: none;
}

#inner_tien_ich_bg {
  width: 100%;

  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  height: 100%;
  display: none;
}

#tien_ich_img {
  position: absolute;
  height: auto;
  display: block;
  user-select: none;
  width: 2000px;
}

.to_hop_btn {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: max-content;
  max-height: 50px;
  opacity: 0.8;
}

.to_hop_btn.mat_dat {
  left: 760px;
  bottom: 298px;
}

.to_hop_btn.chan_may {
  top: 218px;
  left: 533px;
}

.to_hop_btn:hover {
  opacity: 1;
}

.pano_title_common {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  color: #fff !important;
  text-shadow: 2px 2px #1e4136;
}

.pano_title_wrapper {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 60px;
}

.pano_title_back {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #c7ac7f !important;
  text-shadow: 2px 2px #1e4136;
}

.pano_title_back:hover > div {
  color: #fff !important;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .pano_title_common {
    font-size: 16px !important;
  }
}

.fancybox__content > .carousel__button.is-close {
  right: 10px !important;
  top: 10px !important;
  outline: none;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  border-radius: 10px !important;
  overflow: hidden !important;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.pano_title_back i.fa-arrow-left {
  font-size: 35px;
}

.pano_title_back {
  display: none;
}

.pano_title_back a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pano_title_wrapper {
  display: flex;
  align-items: center;
}

#note_2 {
  width: calc(100% - 100px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  font-size: 8px;
  max-width: 700px;
  text-align: justify;
  opacity: 0.8;
  font-style: italic;
}

#note_2 i {
  color: #9e8969;
  opacity: 1;
  cursor: pointer;
}

.menu_item {
  color: #ecc78c;
}

.menu_item.active {
  color: #11413a;
}

.menu_item span {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.menu_item img {
  margin: 0;
}

.menu_item svg {
  color: inherit;
}

.menu {
  height: 55px;
}

.menu_item {
  height: 100%;
  padding: 0 10px;
}

#menu_wrapper {
  height: 55px;
  background: linear-gradient(
    270deg,
    #082924 0%,
    #11413a 36.06%,
    #082924 70.67%,
    #1b544c 100%
  );
  position: relative;
  z-index: 1000;
}

.right_control_btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: transparent;
  right: 0;
  z-index: 10;
  padding-right: 1p0px;
  bottom: calc(50% - 40px);
}

.control_btn {
  border-radius: 4px;
  background: linear-gradient(
    270deg,
    #082924 0%,
    #11413a 36.06%,
    #082924 70.67%,
    #1b544c 100%
  );
  color: #ecc78c;
}

.fancybox__carousel {
  z-index: 100000;
}

/* Fancybox - center modal and avoid full height */
.fancybox__container {
  z-index: 1001 !important; /* Above menu_wrapper (z-index: 1000) */
}
.fancybox__backdrop {
  z-index: 1000 !important; /* Same as menu_wrapper, so menu stays visible */
}
.fancybox__content {
  background: #fff !important;
  border-radius: 14px !important;
  height: auto !important;
  width: auto;
  max-width: 95vw;
  max-height: 90vh;
}
.fancybox__slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fancybox__content img {
  border-radius: 12px;
}
.fancybox__thumb {
  border-radius: 12px;
}
@media (max-width: 640px) {
  .fancybox__content {
    width: 95vw !important;
    max-width: 95vw !important;
    padding: 10px !important;
  }
}
