@charset "UTF-8";
#wrapper {
  min-width: 100%;
  min-height: 100vh; }

.navbar-virtual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  z-index: 300; }
  .navbar-virtual .navbar-brand {
    padding-left: 0.75rem;
    width: 162px; }
    .navbar-virtual .navbar-brand img {
      width: 100%; }
  .navbar-virtual .navbar-menu {
    display: none; }
    .navbar-virtual .navbar-menu .navbar-nav {
      flex-direction: row; }
      .navbar-virtual .navbar-menu .navbar-nav .nav-item {
        padding: 0 0.75rem; }
      .navbar-virtual .navbar-menu .navbar-nav .nav-link {
        padding: 0;
        color: #fff;
        font-size: 1.25rem; }

.menu-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #53518b;
  z-index: 250;
  transform: translateX(100%);
  transition: 0.3s; }
  .menu-mobile.active {
    transform: translateX(0);
    transition: 0.3s; }
  .menu-mobile .menu-mobile-ul {
    padding-top: 5rem; }
  .menu-mobile li {
    list-style: none; }
    .menu-mobile li .nav-link-mb {
      color: #fff;
      font-size: 1.375rem; }

.hamburger {
  transition: transform 0.5s;
  display: block; }
  .hamburger .line-1, .hamburger .line-2, .hamburger .line-3 {
    border-top: 2px solid #fff;
    display: block;
    transition: margin 0.5s, transform 0.5s;
    width: 30px; }
  .hamburger .line-2 {
    margin: 6px 0; }
  .hamburger.toggle {
    padding: 25px 0; }
    .hamburger.toggle .line-1, .hamburger.toggle .line-2, .hamburger.toggle .line-3 {
      transform: rotate(45deg); }
    .hamburger.toggle .line-2 {
      margin: -2px 0;
      opacity: 0; }
    .hamburger.toggle .line-3 {
      transform: rotate(-45deg); }

.video_full_screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8); }
  .video_full_screen video {
    width: 100%; }

.list-menu {
  position: fixed;
  bottom: 5.75rem;
  left: 1rem;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-direction: column;
  z-index: 202; }
  .list-menu > li {
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-color: #000;
    margin: 0 0.5rem;
    padding: 2px;
    margin: 0.2rem 0;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    align-items: center; }
    .list-menu > li.unactive {
      opacity: 0.5;
      pointer-events: none;
      transition: 0.3s; }
    .list-menu > li.active {
      opacity: 1;
      pointer-events: all;
      transition: 0.3s; }
    .list-menu > li:first-child {
      margin-top: 0; }
    .list-menu > li:last-child {
      margin-bottom: 0; }
    .list-menu > li img {
      height: 1.5rem;
      max-width: 2.25rem;
      margin-bottom: 3px; }
    .list-menu > li span {
      line-height: 15px;
      position: absolute;
      bottom: -20px;
      background-color: rgba(255, 255, 255, 0.6);
      color: #53518b;
      font-size: 1rem;
      padding: 0.1rem 0.6rem;
      white-space: nowrap;
      border-radius: 10px;
      display: none;
      align-items: center; }
    .list-menu > li .share_list {
      padding: 0.5rem;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 55px;
      display: flex;
      border-radius: 5px;
      pointer-events: none; }
      .list-menu > li .share_list .list_ {
        margin: 0 0.2rem;
        width: 35px;
        height: 35px;
        pointer-events: all;
        transition: 0.3s;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px; }
        .list-menu > li .share_list .list_ img {
          width: 50%;
          height: auto;
          margin: 0; }
        .list-menu > li .share_list .list_:hover {
          transform: scale(1.1);
          transition: 0.3s; }

.pano-control {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translateX(-50%);
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  z-index: 2; }
  .pano-control > li {
    margin: 0 0.5rem;
    cursor: pointer;
    transition: 0.3s; }
    .pano-control > li:hover {
      transition: 0.3s;
      transform: scale(1.1);
      filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7472%) hue-rotate(333deg) brightness(110%) contrast(100%); }
  .pano-control.all-menu {
    justify-content: center; }
    .pano-control.all-menu .nameScene {
      padding: .5rem 1rem;
      background-color: rgba(255, 255, 255, 0.6);
      position: absolute;
      bottom: 130%;
      border-radius: 30px;
      text-align: center;
      font-size: 1.5rem;
      font-weight: 100;
      line-height: 1.2rem;
      white-space: nowrap;
      color: #333; }

.pano-tool {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  height: 3.75rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  z-index: 200; }
  .pano-tool .point_view {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px; }
    .pano-tool .point_view img {
      width: 80%; }
  .pano-tool > li {
    position: relative;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 0.625rem;
    list-style: 10px;
    cursor: pointer; }
    .pano-tool > li img {
      height: 1.5rem;
      margin-bottom: 4px; }
    .pano-tool > li:first-child img {
      width: 1.5rem;
      border-radius: 50%; }
    .pano-tool > li:last-child::after {
      content: "";
      position: absolute;
      left: 0;
      width: 1px;
      height: 3rem;
      background-color: #000; }
    .pano-tool > li span {
      line-height: 1rem;
      font-size: 1rem;
      color: #000; }
  .pano-tool .hide-menu.hide img {
    transform: rotate(180deg); }
  .pano-tool .hide-menu.hide::after {
    display: none; }

.label.namepoint {
  pointer-events: auto; }
  .label.namepoint .boxiconactive {
    cursor: pointer; }
    .label.namepoint .boxiconactive-icon img {
      width: 3.5rem; }
      .label.namepoint .boxiconactive-icon img:hover {
        cursor: pointer; }
        .label.namepoint .boxiconactive-icon img:hover + span {
          opacity: 1; }
    .label.namepoint .boxiconactive-icon > span {
      position: absolute;
      left: calc(50% - 6.345rem);
      bottom: 100%;
      text-align: center;
      min-width: 12.75rem;
      padding: 0.5rem 1rem;
      background-color: rgba(0, 0, 0, 0.9);
      border: 1px solid #fff;
      border-radius: 1rem;
      color: #fff;
      opacity: 0;
      transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1); }
      .label.namepoint .boxiconactive-icon > span::after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: calc(50% - 20px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 20px 0 20px;
        border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent; }
      .label.namepoint .boxiconactive-icon > span::before {
        content: "";
        position: absolute;
        bottom: -16px;
        left: calc(50% - 21px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 22px 0 20px;
        border-color: #fff transparent transparent transparent; }
    .label.namepoint .boxiconactive-icon-link span {
      position: absolute;
      top: 100%;
      text-align: center;
      transform: translateX(-50%);
      left: 50%;
      font-size: 1.125rem;
      z-index: 1;
      border-radius: 1rem;
      padding: 0.5rem 1rem;
      min-width: 13rem;
      background-color: #fff;
      border: 2px solid #000; }
    .label.namepoint .boxiconactive-icon-link a {
      cursor: pointer;
      position: relative;
      z-index: 1; }
      .label.namepoint .boxiconactive-icon-link a:hover + span {
        background: #42d19a;
        background: linear-gradient(40deg, #42d19a 0%, #23c495 100%);
        color: #fff; }
    .label.namepoint .boxiconactive-icon-link img:nth-child(3) {
      width: 9rem;
      position: absolute;
      left: calc(50% - 4.5rem);
      bottom: 60%; }
    .label.namepoint .boxiconactive-avatar-video video {
      height: 17rem; }
    .label.namepoint .boxiconactive-avatar-video span {
      position: absolute;
      bottom: 88%;
      text-align: center;
      transform: translateX(-50%);
      left: 50%;
      color: #fff;
      font-size: 1.125rem;
      z-index: 1;
      background-color: #000;
      border-radius: 1rem;
      border: 1px solid #fff;
      padding: 0.5rem 1rem;
      white-space: nowrap; }
    .label.namepoint .boxiconactive-avatar-video.--sale video {
      height: 35rem; }
  .label.namepoint .pin__,
  .label.namepoint .boxiconactive-scene {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .label.namepoint .pin__ img,
    .label.namepoint .boxiconactive-scene img {
      width: 80%; }
    .label.namepoint .pin__.spot:hover ~ .boxpreview_user,
    .label.namepoint .boxiconactive-scene.spot:hover ~ .boxpreview_user {
      display: flex !important;
      z-index: 2000;
      animation-name: popup;
      animation-duration: .3s;
      pointer-events: none; }

@keyframes popup {
  0% {
    transform: scale(0);
    opacity: 0;
    bottom: -30px; }
  100% {
    transform: scale(1);
    opacity: 1;
    bottom: 55px; } }
    .label.namepoint .pin__.animate__delay-02s,
    .label.namepoint .boxiconactive-scene.animate__delay-02s {
      animation-delay: 0.2s; }

.intro-room {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }
  .intro-room img {
    margin-bottom: 0.5rem;
    width: 4.5rem; }
  .intro-room h3 {
    font-weight: bold;
    font-size: 2.75rem;
    margin-bottom: 0;
    text-align: center;
    line-height: auto;
    padding: 0 1rem; }
  .intro-room hr {
    max-width: 54rem;
    width: 90%;
    height: 3px;
    margin-top: 1.75rem;
    margin-bottom: 2.5rem;
    opacity: 1; }
  .intro-room #introRoomDesc {
    max-height: 245px;
    overflow-y: scroll; }
  .intro-room p {
    max-width: 41.5rem;
    padding: 0 1rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 300; }
  .intro-room .character {
    position: absolute;
    width: 15%;
    padding: 1rem;
    right: 15%;
    bottom: 0; }
    .intro-room .character.halvt-1 {
      bottom: -30%; }
    .intro-room .character.halvt-2 {
      right: 13%;
      bottom: -30%;
      width: 18%; }
    .intro-room .character video {
      width: 100%; }

.menu-active.picture, .menu-active.videos {
  width: 100vw;
  height: 90px;
  padding: 1rem;
  position: fixed;
  bottom: 160px;
  display: flex;
  justify-content: center;
  z-index: 102; }
  .menu-active.picture .box-content li, .menu-active.videos .box-content li {
    padding: 0 1rem; }
  .menu-active.picture .box, .menu-active.videos .box {
    width: 55%;
    height: 90px;
    position: relative; }
    .menu-active.picture .box .btn-close-modal, .menu-active.videos .box .btn-close-modal {
      top: -50px;
      right: 0; }
    .menu-active.picture .box .splide__pagination, .menu-active.videos .box .splide__pagination {
      bottom: -2em;
      display: none; }
    .menu-active.picture .box .splide--slide, .menu-active.videos .box .splide--slide {
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 10px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .menu-active.picture .box .splide__arrow, .menu-active.videos .box .splide__arrow {
      background-color: #fff;
      opacity: 1;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
      .menu-active.picture .box .splide__arrow--prev, .menu-active.videos .box .splide__arrow--prev {
        left: -1em; }
      .menu-active.picture .box .splide__arrow--next, .menu-active.videos .box .splide__arrow--next {
        right: -1em; }
    .menu-active.picture .box .box_pic, .menu-active.videos .box .box_pic {
      width: 100%;
      height: 110px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      padding: 0.2rem;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      transition: 0.3s; }
      .menu-active.picture .box .box_pic:hover, .menu-active.videos .box .box_pic:hover {
        transform: scale(0.95);
        transition: 0.3s; }
      .menu-active.picture .box .box_pic .box_in, .menu-active.videos .box .box_pic .box_in {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 10px; }

.question_zone {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center; }
  .question_zone .question_box {
    position: relative;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #53518b;
    border-radius: 10px; }
    .question_zone .question_box .close {
      position: absolute;
      right: 5px;
      top: 5px;
      padding: 0.3rem 0.5rem;
      background-color: #fff;
      border-radius: 5px;
      cursor: pointer; }
  .question_zone .box {
    width: 90%;
    max-width: 800px; }
    .question_zone .box.answer_box {
      max-width: 400px; }
    .question_zone .box .question {
      background-color: #fff;
      border-radius: 10px;
      border: 2px solid #53518b;
      padding: 1.5rem 1rem;
      font-size: 1.6rem;
      text-align: center;
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
      line-height: initial; }
    .question_zone .box .head_q {
      color: #53518b;
      border-radius: 10px;
      padding: 0.5rem 1rem;
      font-size: 1.8rem;
      margin-bottom: 0.5rem;
      text-align: center;
      line-height: initial;
      text-shadow: 2px 2px #fff; }
    .question_zone .box .choice {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding: 0.7rem;
      font-size: 1.3rem;
      display: flex;
      align-items: center;
      cursor: pointer;
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.75);
      height: 100%; }
      .question_zone .box .choice .check {
        width: 20px;
        height: 20px;
        border: 2px solid #000;
        border-radius: 10px; }
      .question_zone .box .choice.active {
        background-color: white; }
        .question_zone .box .choice.active .check {
          background-color: #8367c7;
          border: 2px solid #8367c7; }
      .question_zone .box .choice label {
        margin-left: 0.6rem; }
    .question_zone .box .btn_submit {
      padding: 0.3rem 3rem;
      background-color: #8367c7;
      border-radius: 10px;
      color: #e5e4ff;
      border: 2px solid #8367c7;
      transition: 0.3s; }
      .question_zone .box .btn_submit:hover {
        background-color: #fff;
        color: #8367c7;
        transition: 0.3s; }
    .question_zone .box .answer {
      background-color: #fff;
      border-radius: 10px;
      border: 2px solid #53518b;
      padding: 1.5rem 1rem;
      font-size: 1.6rem;
      text-align: center;
      -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.47);
      -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.47);
      box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.47); }
      .question_zone .box .answer .head {
        font-size: 3rem;
        color: #35d475;
        line-height: 3rem; }

.modal-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300; }
  .modal-popup.ebook {
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-popup.ebook .btn-close-modal {
      top: 6.875rem; }
    .modal-popup.ebook .popup {
      width: 80%;
      padding: 1rem;
      max-width: 1000px;
      height: 80vh; }
  .modal-popup.model {
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-popup.model .btn-close-modal {
      top: 6.875rem;
      z-index: 3; }
    @media only screen and (max-width: 576px) {
      .modal-popup.model {
        flex-direction: column; } }
    .modal-popup.model .popup {
      width: 80%;
      min-height: 80%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        .modal-popup.model .popup {
          width: 90%;
          height: 35%;
          min-height: 35%; } }
      .modal-popup.model .popup .obj_model {
        width: 100%;
        height: 100%;
        position: absolute;
        --progress-bar-color: transparent; }
      .modal-popup.model .popup .loader {
        width: 100px;
        height: 100px;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal-popup.model .popup .loader .text {
          position: absolute;
          color: #fff; }
        .modal-popup.model .popup .loader .lds-default {
          display: inline-block;
          position: relative;
          width: 80px;
          height: 80px; }
        .modal-popup.model .popup .loader .lds-default div {
          position: absolute;
          width: 6px;
          height: 6px;
          background: #fff;
          border-radius: 50%;
          animation: lds-default 1.2s linear infinite; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(1) {
          animation-delay: 0s;
          top: 37px;
          left: 66px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(2) {
          animation-delay: -0.1s;
          top: 22px;
          left: 62px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(3) {
          animation-delay: -0.2s;
          top: 11px;
          left: 52px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(4) {
          animation-delay: -0.3s;
          top: 7px;
          left: 37px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(5) {
          animation-delay: -0.4s;
          top: 11px;
          left: 22px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(6) {
          animation-delay: -0.5s;
          top: 22px;
          left: 11px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(7) {
          animation-delay: -0.6s;
          top: 37px;
          left: 7px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(8) {
          animation-delay: -0.7s;
          top: 52px;
          left: 11px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(9) {
          animation-delay: -0.8s;
          top: 62px;
          left: 22px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(10) {
          animation-delay: -0.9s;
          top: 66px;
          left: 37px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(11) {
          animation-delay: -1s;
          top: 62px;
          left: 52px; }
        .modal-popup.model .popup .loader .lds-default div:nth-child(12) {
          animation-delay: -1.1s;
          top: 52px;
          left: 62px; }

@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }
    .modal-popup.model .detail {
      width: 40%;
      min-height: 60%;
      max-height: 70%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 1rem;
      padding-right: 3rem;
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.5rem; }
      @media only screen and (max-width: 576px) {
        .modal-popup.model .detail {
          width: 90%;
          height: 35%;
          min-height: 35%; } }
      .modal-popup.model .detail .description {
        overflow-y: scroll; }
  .modal-popup .popup {
    position: relative; }
    .modal-popup .popup .btn-close-modal {
      position: absolute;
      top: -45px;
      right: 0; }
  .modal-popup.zone-8-camera {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center; }
    .modal-popup.zone-8-camera .tabel {
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 31; }
      .modal-popup.zone-8-camera .tabel img {
        width: 100%; }
    .modal-popup.zone-8-camera .popup {
      width: 80%;
      padding: 0.7rem;
      border-radius: 5px;
      display: flex;
      max-width: 1200px;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .modal-popup.zone-8-camera .popup video {
        width: 100%; }
      .modal-popup.zone-8-camera .popup #cont {
        position: relative;
        width: 100%;
        padding-top: 54.5%;
        display: flex;
        justify-content: center; }
      .modal-popup.zone-8-camera .popup .son {
        position: absolute;
        top: 0; }
        .modal-popup.zone-8-camera .popup .son video,
        .modal-popup.zone-8-camera .popup .son canvas {
          width: 100%;
          border-radius: 10px; }
      .modal-popup.zone-8-camera .popup #control {
        z-index: 50;
        opacity: 0.7;
        color: #fff;
        text-align: center;
        display: flex; }
        .modal-popup.zone-8-camera .popup #control .btn_ {
          width: 50px;
          background: #53518b;
          padding: 0.6rem;
          border-radius: 25px;
          margin: 0 0.3rem;
          transition: 0.3s; }
          .modal-popup.zone-8-camera .popup #control .btn_.check {
            background: #35d475; }
          .modal-popup.zone-8-camera .popup #control .btn_ img {
            width: 100%; }
          .modal-popup.zone-8-camera .popup #control .btn_:hover {
            transform: scale(1.1);
            transition: 0.3s;
            cursor: pointer; }
      .modal-popup.zone-8-camera .popup #snap {
        background-color: dimgray; }
      .modal-popup.zone-8-camera .popup #retake {
        background-color: coral; }
      .modal-popup.zone-8-camera .popup #close {
        background-color: lightcoral; }
      .modal-popup.zone-8-camera .popup .hov {
        opacity: 0.8;
        transition: all 0.5s; }
      .modal-popup.zone-8-camera .popup .hov:hover {
        opacity: 1;
        font-weight: bolder; }
  .modal-popup.videos {
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-popup.videos .popup {
      width: 80%;
      padding: 0.4rem;
      background-color: #fff;
      border-radius: 5px;
      display: flex;
      max-width: 1000px;
      max-height: 65%; }
      .modal-popup.videos .popup video {
        width: 100%; }

.btn:hover, .btn:focus {
  box-shadow: none;
  outline: none; }

.btn-close-modal {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #fff; }

.pswp img {
  object-fit: contain; }

.animate_pin {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: 25px;
  animation: ripper 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

@keyframes ripper {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 0; } }

.modal-info-image .modal-content {
  background-color: transparent;
  border: 0; }

.modal-info-image .modal-body {
  display: flex;
  justify-content: center;
  padding: 0; }
  .modal-info-image .modal-body .info-image {
    position: relative; }
    .modal-info-image .modal-body .info-image.popup_after {
      width: 40%;
      background-color: #e5e4fe; }
      .modal-info-image .modal-body .info-image.popup_after #introImage {
        opacity: 0; }
    .modal-info-image .modal-body .info-image .btn-close-modal {
      top: -3.125rem;
      right: 0; }
    .modal-info-image .modal-body .info-image .inner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      padding: 3.2rem;
      color: #53518b;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem; }
  .modal-info-image .modal-body img {
    max-width: 100%; }

.modal-info-image#infoImageModal_muti .splide__arrow--prev {
  left: 0; }

.modal-info-image#infoImageModal_muti .splide__arrow--next {
  right: 0; }

.modal-info-image#infoImageModal_muti li {
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-info-image#infoImageModal_muti .splide__pagination {
  bottom: -1.5em; }

#all_scene {
  width: 200px;
  height: 100vh;
  position: fixed;
  right: 0;
  z-index: 102;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  transition: 0.3s; }
  #all_scene .btn_show {
    position: absolute;
    width: 40px;
    padding: 0.7rem;
    border-radius: 10px;
    background-color: #fff;
    left: -60px;
    display: flex;
    justify-content: center;
    cursor: pointer; }
    #all_scene .btn_show::after {
      content: "จุดทั้งหมด";
      position: absolute;
      bottom: -28px;
      background-color: #fff;
      color: #53518b;
      padding: 0 0.5rem;
      white-space: nowrap;
      border-radius: 15px; }
    #all_scene .btn_show.en::after {
      content: "All Point"; }
    #all_scene .btn_show img {
      width: 100%; }
  #all_scene .popup_ {
    width: 100%;
    height: 50%;
    padding: 0 1rem;
    overflow-y: scroll; }
    #all_scene .popup_::-webkit-scrollbar {
      display: none; }
    #all_scene .popup_ .list_ {
      width: 100%;
      padding: 0.8rem;
      border-radius: 5px;
      background-color: #fff;
      margin: 1rem 0;
      cursor: pointer;
      padding-bottom: 0;
      transition: .3s; }
      #all_scene .popup_ .list_ img {
        width: 100%; }
      #all_scene .popup_ .list_:first-child {
        margin-top: 0; }
      #all_scene .popup_ .list_:last-child {
        margin-bottom: 0; }
      #all_scene .popup_ .list_ label {
        font-size: 1.2rem;
        line-height: 1rem;
        margin-top: 0.3rem;
        color: #ccc; }
      #all_scene .popup_ .list_:hover {
        transform: translate(-15px);
        transition: .3s; }
  #all_scene.active {
    transition: 0.3s;
    transform: translateX(0); }
    #all_scene.active .btn_show img {
      transform: scaleX(-1); }

#welcome {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.6); }
  #welcome .popup {
    width: 90%;
    max-width: 600px; }
    #welcome .popup img {
      width: 100%; }

#map {
  width: 100%;
  max-width: 600px;
  height: 100vh;
  position: fixed;
  left: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 220;
  transform: translateX(-110%);
  transition: 0.3s; }
  #map .popup_ {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    position: relative; }
    #map .popup_ .btn-close-modal {
      top: -50px;
      right: 0; }
  #map img,
  #map video {
    width: 100%;
    max-width: 450px; }
  #map h2 {
    color: #53518b; }
  #map .point_map::-webkit-scrollbar {
    display: none; }
  #map .point_map {
    width: 100%;
    margin-top: 1rem;
    max-height: 195px;
    overflow-y: auto; }
    #map .point_map img {
      width: 30px;
      margin-right: 10px; }
    #map .point_map .list_ {
      display: flex;
      margin: 0.5rem 0;
      align-items: center; }
      #map .point_map .list_ .map_name {
        width: calc(100% - 40px);
        background-color: #d9d9d9;
        cursor: pointer;
        border-radius: 15px;
        display: flex;
        align-items: center;
        padding: 0 1rem; }
      #map .point_map .list_:first-child {
        margin-top: 0; }
      #map .point_map .list_:last-child {
        margin-bottom: 0; }
  #map.active {
    transition: 0.3s;
    transform: translateX(0); }

.namepoint {
  display: flex;
  justify-content: center;
  align-items: center; }
  .namepoint .boxpreview_user {
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    position: absolute;
    bottom: 55px;
    width: 180px;
    padding: 0.3rem 0.3rem 0 0.3rem;
    flex-direction: column-reverse; }
    .namepoint .boxpreview_user img {
      width: 100%; }

#video_cutScene {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 230;
  align-items: center;
  display: flex; }
  #video_cutScene video {
    width: 100%; }
  #video_cutScene .btn_skip {
    position: absolute;
    padding: 0.3rem 1.5rem;
    background-color: #fff;
    border: 2px solid #53518b;
    color: #53518b;
    border-radius: 5px;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s; }
    #video_cutScene .btn_skip:hover {
      background-color: #53518b;
      color: #fff;
      transition: 0.3s; }

#endRoom {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 330;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6); }
  #endRoom .inner {
    width: 90%;
    max-width: 600px; }
    #endRoom .inner img {
      width: 100%; }
  #endRoom .avata {
    position: absolute;
    bottom: -12%;
    width: 200px; }
    #endRoom .avata_1 {
      margin-right: 50%; }
    #endRoom .avata_2 {
      margin-right: -50%;
      width: 225px; }
    #endRoom .avata video {
      width: 100%; }

#home-page {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 240;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  display: flex; }
  #home-page .bg_ios {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  #home-page video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #home-page img {
    width: 100%; }
  #home-page .box-content {
    padding: 1rem;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    z-index: 10; }
    #home-page .box-content .logo {
      width: 90%; }
    #home-page .box-content .btn-start {
      padding: 0.3rem 3rem;
      background-color: #c92627;
      border: 2px solid #c92627;
      color: #fff;
      font-size: 1.5rem;
      border-radius: 5px;
      margin-top: 2rem;
      cursor: pointer;
      transition: 0.3s; }
      #home-page .box-content .btn-start:hover {
        background-color: #fff;
        color: #c92627;
        transition: 0.3s; }

#manual {
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }
  #manual .box {
    width: 78%;
    display: flex;
    justify-content: center;
    max-width: 620px;
    position: relative; }
    #manual .box .close {
      position: absolute;
      top: -20px;
      right: -20px;
      background-color: #fff;
      border-radius: 20px;
      padding: 0.2rem 0.5rem;
      cursor: pointer; }
    #manual .box img {
      width: 100%; }
    #manual .box .splide__pagination {
      bottom: -1.5rem; }
    #manual .box .splide__arrows {
      display: none; }
    #manual .box .splide__arrow--prev {
      left: -2rem; }
    #manual .box .splide__arrow--next {
      right: -2rem; }
    #manual .box .image_ {
      padding: 0.5rem; }

#box_viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

#image-gallery {
  width: 100vw;
  position: fixed;
  height: 100vh;
  display: none;
  z-index: 400;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 576px) {
    #image-gallery {
      flex-direction: column; } }
  #image-gallery .box_left {
    width: 80%;
    height: 70%;
    position: relative; }
    @media only screen and (max-width: 576px) {
      #image-gallery .box_left {
        width: 90%;
        height: 35%; } }
  #image-gallery .box_right {
    width: 40%;
    height: 60%; }
    @media only screen and (max-width: 576px) {
      #image-gallery .box_right {
        width: 90%;
        height: 35%; }
        #image-gallery .box_right .detail {
          padding: 1rem; } }
    #image-gallery .box_right .detail {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 1rem;
      padding-right: 3rem;
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.5rem; }
      #image-gallery .box_right .detail .description {
        overflow-y: scroll; }
  #image-gallery .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 110px;
    right: 20px;
    transition: 0.3s;
    z-index: 3;
    cursor: pointer; }
    #image-gallery .close:hover {
      transform: scale(1.1);
      transition: 0.3s; }
    #image-gallery .close img {
      width: 100%; }

#image-gallery .image-container {
  position: absolute;
  width: 100%;
  height: 100%; }

#image-gallery .prev,
#image-gallery .next {
  position: absolute;
  height: 32px;
  margin-top: -66px;
  top: 50%;
  cursor: pointer; }

#image-gallery .prev {
  left: 20px; }

#image-gallery .next {
  right: 20px; }

#image-gallery .footer-info {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center; }
  #image-gallery .footer-info .dot {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 0 0.1rem; }
    #image-gallery .footer-info .dot.active {
      background-color: #fff; }

#zone_last_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 350;
  display: flex;
  justify-content: center;
  align-items: center; }
  #zone_last_popup .popup {
    width: 90%;
    max-width: 450px;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem; }
    #zone_last_popup .popup .title {
      color: #8367c7;
      font-size: 3rem;
      line-height: 1.2rem; }
    #zone_last_popup .popup .sub {
      font-size: 2rem;
      padding: 0 1rem;
      text-align: center;
      line-height: 1.8rem;
      margin-top: 1rem; }
    #zone_last_popup .popup img {
      width: 100%; }
    #zone_last_popup .popup .box-btn {
      width: 90%;
      max-width: 280px;
      margin-top: 1rem; }
      #zone_last_popup .popup .box-btn .btn_ {
        color: #fff;
        text-align: center;
        font-size: 1.3rem;
        border-radius: 10px;
        padding: 0.2rem 0;
        transition: 0.3s;
        cursor: pointer;
        margin: 0.3rem 0; }
        #zone_last_popup .popup .box-btn .btn_-1 {
          background-color: #53518b;
          border: 1px solid #53518b; }
          #zone_last_popup .popup .box-btn .btn_-1:hover {
            background-color: #fff;
            color: #53518b;
            transition: 0.3s; }
        #zone_last_popup .popup .box-btn .btn_-2 {
          background-color: #8367c7;
          border: 1px solid #8367c7; }
          #zone_last_popup .popup .box-btn .btn_-2:hover {
            background-color: #fff;
            color: #8367c7;
            transition: 0.3s; }
        #zone_last_popup .popup .box-btn .btn_-3 {
          background-color: #cbc9ff;
          border: 1px solid #cbc9ff;
          color: #53518b; }
          #zone_last_popup .popup .box-btn .btn_-3:hover {
            background-color: #fff;
            transition: 0.3s; }

.unactive {
  opacity: 0.5;
  pointer-events: none;
  transition: 0.3s; }

#model-360 {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 576px) {
    #model-360 {
      flex-direction: column; } }
  #model-360 .image-container {
    position: relative;
    width: 80%;
    height: 70%; }
    @media only screen and (max-width: 576px) {
      #model-360 .image-container {
        width: 90%;
        height: 35%;
        min-height: 35%; } }
    #model-360 .image-container #threesixty {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: auto;
      top: unset;
      left: unset;
      margin-left: unset;
      margin-top: unset; }
    #model-360 .image-container .obj .imageModel360 {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  #model-360 .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 110px;
    right: 20px;
    transition: 0.3s;
    cursor: pointer; }
    #model-360 .close:hover {
      transform: scale(1.1);
      transition: 0.3s; }
    #model-360 .close img {
      width: 100%; }
  #model-360 .detail {
    width: 40%;
    min-height: 60%;
    max-height: 70%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
    padding-right: 3rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem; }
    @media only screen and (max-width: 576px) {
      #model-360 .detail {
        width: 90%;
        height: 35%;
        min-height: 35%; } }
    #model-360 .detail .description {
      overflow-y: scroll; }

.pin__ {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 0.3s; }
  .pin__:hover {
    background-color: #3a4eff;
    transition: 0.3s; }

.widControls .tbox .toolbar {
  background-color: #fff;
  background-image: unset; }

.loader-allContent {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1200;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loader-allContent .box {
    width: 90%;
    max-width: 500px;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .loader-allContent .box .barLoading {
      width: 100%;
      height: 20px;
      border: 1px solid #fff;
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      .loader-allContent .box .barLoading .inner {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: 0.3s;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0.5rem; }

.no-event {
  opacity: 0.5;
  pointer-events: none; }
