@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

@-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;
  background-color: #000000;
}

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: 100vh;
  z-index: 99;
}

.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 !important;
  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: translateX(-50%);
  z-index: 1;
}

.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 !important;
}

.hotspot-tooltip-2 {
  cursor: none;
  padding: 7px 10px 5px 10px;
  border-radius: 15px;
  font-size: 1.1em;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-shadow: 2px 2px #000;
  font-family: "Montserrat", sans-serif !important;
}

.line {
  border-left: 1px dashed #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: calc(100% - 100px);
}

.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: calc(100% - 20px);
  }
}

#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: "BT BeauSans", 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: 10px;
}

.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;
}

#links {
  display: none;
}

.btnclose {
  margin-top: 0px;
}

.bluetitle h3 {
  font-size: 20px;
  text-shadow: none !important;
  opacity: 1 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: unset !important;
}

#open-gallery {
  position: relative;
}

#open-gallery .open-gallery-menu {
  position: absolute;
  top: 0px;
  right: -4px;
  min-width: 170px;
  font-weight: 500;
  background-color: rgba(23, 52, 43, 0.9);
  border: 1px solid #9e8969;
  border-radius: 5px;
  transform: translateY(calc(-100% - 5px));
  width: calc(100% + 8px);
  display: none;
}

#open-gallery .open-gallery-menu.show {
  display: block;
}

#open-gallery .open-gallery-menu .menu-item {
  padding: 10px 20px;
  border-bottom: 1px solid #9e8969;
}

#open-gallery .open-gallery-menu .menu-item:hover {
  background: rgba(158, 137, 105, 0.2);
}

.slides {
  background-image: url("../../assets/img/bg3.jpg");
}

.blueimp-gallery-svgasimg > .prev {
  background-image: none !important;
}

.blueimp-gallery-svgasimg > .next {
  background-image: none !important;
}

.blueimp-gallery-display > .next,
.blueimp-gallery-display > .prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #fff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 700;
  font-size: 25px;
}

.indicator {
  display: block !important;
}

.title.bluetitle {
  display: block !important;
}

.close.btnclose {
  display: block !important;
}

.play-pause {
  display: block !important;
}

.blueimp-gallery > .title {
  opacity: 1 !important;
  font-weight: 300 !important;
}

.blueimp-gallery > h3.title {
  font-weight: 300 !important;
}
