@-ms-viewport {
  width: device-width;
}

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

@font-face {
  font-family: Lexend;
  src: url(fonts/Lexend-Medium.ttf);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #000000;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#tab-scene {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

#tab-scene .tab-scene-item {
  cursor: pointer;
  position: relative;
  width: 98px;
  height: 98px;
}

#tab-scene .tab-scene-item:not(:last-child) {
  margin-bottom: 5px;
}

#tab-scene .tab-scene-item .thumb {
  border: 7px solid #2c5a59;
  border-radius: 50%;
  width: 74.2px;
  height: 74.2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 2px 0 3px rgba(1, 12, 30, 0.21);
          box-shadow: 2px 0 3px rgba(1, 12, 30, 0.21);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

#tab-scene .tab-scene-item p {
  position: absolute;
  left: 49px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2c5a59;
  width: 0px;
  font-size: 12.5px;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

#tab-scene .tab-scene-item:hover p {
  padding: 12px;
  padding-left: 56px;
  width: 210px;
}

#tab-scene .tab-scene-item:hover .round {
  display: block;
}

#tab-scene .tab-scene-item:hover .round img {
  display: block;
  -webkit-animation: round1 5s ease-in-out 0s infinite alternate;
          animation: round1 5s ease-in-out 0s infinite alternate;
}

#tab-scene .tab-scene-item:hover .round img:first-child {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

#tab-scene .tab-scene-item:hover .round img:nth-child(2) {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

#tab-scene .tab-scene-item:hover .round img:nth-child(3) {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

#tab-scene .tab-scene-item:hover .round img:nth-child(4) {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.round {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.round img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes round1 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes round1 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

#btn-right-top {
  position: fixed;
  top: 160px;
  right: 40px;
}

#btn-right-top li {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#btn-right-top li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 40px;
  width: 40px;
}

#btn-right-top #btn-utilities {
  position: relative;
  -webkit-filter: invert(61%) sepia(31%) saturate(7410%) hue-rotate(348deg) brightness(98%) contrast(93%);
          filter: invert(61%) sepia(31%) saturate(7410%) hue-rotate(348deg) brightness(98%) contrast(93%);
}

#btn-right-top #btn-utilities.off {
  -webkit-filter: invert(27%) sepia(11%) saturate(2113%) hue-rotate(130deg) brightness(94%) contrast(78%);
          filter: invert(27%) sepia(11%) saturate(2113%) hue-rotate(130deg) brightness(94%) contrast(78%);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 90, 89, 0.6);
  display: none;
}

.popup.active {
  display: block;
}

.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 95vw;
  max-height: 95vh;
}

.popup #popup-image {
  max-width: 95vw;
  max-height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../images/iconX.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 566px) {
  #tab-scene .tab-scene-item {
    width: 70px;
    height: 70px;
  }
  #tab-scene .tab-scene-item .thumb {
    width: 53px;
    height: 53px;
    border-width: 5px;
  }
  #tab-scene .tab-scene-item p {
    left: 45px;
    font-size: 9px;
    border-radius: 20px;
  }
  #tab-scene .tab-scene-item:hover p {
    padding: 8.5px;
    padding-left: 40px;
    width: 150px;
  }
  #btn-right-top {
    top: 135px;
    right: 24px;
  }
}

@-webkit-keyframes popupTang {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popupTang {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#popup-chon-tang {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #fff;
  color: black;
  font-size: 20px;
  display: none;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-name: popupTang;
          animation-name: popupTang;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

#popup-chon-tang.hiddenPopup {
  -webkit-animation-name: hiddenPopup1;
          animation-name: hiddenPopup1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

#popup-chon-tang #close-danhsach {
  position: absolute;
  font-size: 24px;
  color: white;
  bottom: 50px;
  left: 20px;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
}

#popup-chon-tang #close-danhsach img {
  width: 60px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 400px) {
  #popup-chon-tang #close-danhsach {
    bottom: 90px;
  }
}

@media (max-width: 768px) {
  #popup-chon-tang #close-danhsach {
    width: 45px;
    height: 45px;
  }
  #popup-chon-tang #close-danhsach img {
    width: 45px;
  }
}

#popup-chon-tang #logo {
  margin: 15px auto;
  display: block;
  width: 180px;
  max-width: 640px;
  position: unset;
}

#popup-chon-tang #logo img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 640px;
  max-height: 100%;
}

#popup-chon-tang #danh-sach {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 640px;
}

#popup-chon-tang #danh-sach #danh-sach-title,
#popup-chon-tang #danh-sach .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-chon-tang #danh-sach #danh-sach-title .apertment,
#popup-chon-tang #danh-sach #danh-sach-title .price,
#popup-chon-tang #danh-sach .item .apertment,
#popup-chon-tang #danh-sach .item .price {
  width: 50%;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#popup-chon-tang #danh-sach #danh-sach-title {
  margin-bottom: 20px;
}

#popup-chon-tang #danh-sach #list {
  overflow-y: auto;
  height: calc(100vh - 220px);
}

#popup-chon-tang #danh-sach #list::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

#popup-chon-tang #danh-sach #list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
  border-radius: 10px;
}

#popup-chon-tang #danh-sach #list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

#popup-chon-tang #danh-sach #list .item {
  padding: 10px;
  cursor: pointer;
}

#popup-chon-tang #danh-sach #list .item:nth-child(2n + 1) {
  background: #cccccc;
}

#popup-chon-tang #danh-sach #list .item:hover {
  background: #777777;
  color: white;
}

#mat-bang-tang {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000000;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-name: popupTang;
          animation-name: popupTang;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#mat-bang-tang.hiddenPopup {
  -webkit-animation-name: hiddenPopup1;
          animation-name: hiddenPopup1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

#mat-bang-tang #move-internal-utility,
#mat-bang-tang #close-mat-bang,
#mat-bang-tang #sodo,
#mat-bang-tang #open-thuvien2 {
  position: absolute;
  font-size: 24px;
  color: white;
  bottom: 50px;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

#mat-bang-tang #move-internal-utility img,
#mat-bang-tang #close-mat-bang img,
#mat-bang-tang #sodo img,
#mat-bang-tang #open-thuvien2 img {
  width: 60px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #mat-bang-tang #move-internal-utility,
  #mat-bang-tang #close-mat-bang,
  #mat-bang-tang #sodo,
  #mat-bang-tang #open-thuvien2 {
    width: 45px;
    height: 45px;
  }
  #mat-bang-tang #move-internal-utility #move-internal-utility img,
  #mat-bang-tang #close-mat-bang #move-internal-utility img,
  #mat-bang-tang #sodo #move-internal-utility img,
  #mat-bang-tang #open-thuvien2 #move-internal-utility img {
    width: 45px;
  }
}

#mat-bang-tang #move-internal-utility {
  color: #fff;
  bottom: 120px;
  left: 20px;
  z-index: 1;
  width: auto;
  height: auto;
  border: 1px solid;
  border-radius: unset;
  padding: 5px;
  text-align: center;
}

#mat-bang-tang #open-thuvien2 {
  right: 20px;
  bottom: 100px;
}

#mat-bang-tang #close-mat-bang {
  left: 20px;
}

#mat-bang-tang #sodo {
  right: 20px;
}

#mat-bang-tang #sodo-mb-full {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mat-bang-tang #sodo-mb-full img {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: 90vw;
}

@media (max-width: 400px) {
  #mat-bang-tang #close-mat-bang,
  #mat-bang-tang #sodo {
    bottom: 10%;
  }
}

.list-group-thumbnail {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 110px;
  bottom: -100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-group-thumbnail.show {
  bottom: 70px;
  opacity: 1;
}

.list-group-thumbnail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-group-thumbnail ul li {
  cursor: pointer;
  width: 212px;
  height: 100px;
  border: 3px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 790px) {
  .list-group-thumbnail ul li {
    width: 170px;
    height: 80px;
  }
}

.list-group-thumbnail ul li {
  margin: 7px;
}

.list-group-thumbnail ul li:hover,
.list-group-thumbnail ul li.active {
  border-color: #ff9933;
}

.list-group-thumbnail ul li img {
  width: 100%;
}

.thumbnail-info {
  position: relative;
}

.thumbnail-title {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  bottom: 4px;
  font-size: 13px;
  display: none;
}

#btn-thumb {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 50px;
  cursor: pointer;
  display: none;
}

#btn-thumb.show {
  display: block;
}

#btn-thumb img {
  width: 100%;
  height: auto;
}

#map {
  position: fixed;
  background-color: rgba(44, 90, 89, 0.6);
}

#map #map-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#map #map-content #map-resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

#map #map-content img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#map.mini {
  bottom: 20px;
  right: 15px;
  width: 210px;
  height: 119px;
}

#map.mini #map-content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map.mini {
    width: 150px;
    height: 80px;
  }
}

#map.big {
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

#tour-sub {
  display: none;
  position: fixed;
  inset: 0 0 0 0;
}

#tour-sub.active {
  display: block;
}

#tour-sub iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */