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

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

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

/*---------------------Máy tính bàn-----------------------------*/
@media only screen and (min-width: 1200px) {
  .group-btn-item:hover {
    color: #fff;
    background: #f2610d;
  }

  .menu-item-bg:hover .menu-btn {
    color: #fff;
    background: #f2610d;
  }
}
/*---------------------Máy tính bảng ngang-----------------------------*/
/*@media only screen and (min-width : 960px) and (max-width : 1199px){*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .loading-bg .loading-info-bg {
    height: 232px;
    top: 58px;
    left: 36px;
  }
  .loading-bg .loading-text {
    height: 142px;
    bottom: 38px;
    right: 38px;
  }

  .menu_item_bg:hover .menu_item,
.menu_item_bg .menu_item:hover {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mc-image {
    width: 120px;
    height: 160px;
    right: 56px;
  }
}
/*---------------------Máy tính bảng dọc--------------------------------*/
/*@media only screen and (min-width : 768px) and (max-width : 959px){*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .loading-bg .loading-info-bg {
    position: absolute;
    width: calc(100vw - 50px);
    height: 248px;
    top: 98px;
    left: 25px;
  }
  .loading-bg .loading-text {
    height: 138px;
    bottom: 38px;
    right: 38px;
  }

  .menu_item_bg:hover .menu_item,
.menu_item_bg .menu_item:hover {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mc-image {
    width: 120px;
    height: 160px;
    right: 52px;
  }
}
/*----------------------Điện thoại di động-------------------------------*/
/*@media only screen and (max-width : 767px)	{*/
@media only screen and (max-width: 767px) {
  body {
    overflow-y: scroll !important;
  }

  .loading-bg {
    height: 100dvh;
  }
  .loading-bg .loading-info-bg {
    position: absolute;
    width: calc(100vw - 50px);
    height: 178px;
    top: 26%;
    left: 25px;
    transform: translate(0, -50%);
  }
  .loading-bg .loading-info-bg .loading-logo {
    width: 186px;
    height: 72px;
  }
  .loading-bg .loading-info-bg .loading-info .sub-title {
    font-size: 15px;
  }
  .loading-bg .loading-info-bg .loading-info .title {
    margin-top: 3px;
    font-size: 17px;
  }
  .loading-bg .loading-text {
    height: 120px;
    bottom: 32px;
    right: 32px;
  }

  .floor_btn:hover {
    color: #fff;
    background: #f2610d;
  }

  .menu-item-bg.active .menu-btn {
    color: #fff;
    background: #f2610d;
  }

  .logo {
    position: fixed;
    width: 138px;
    height: 72px;
    left: 10px;
    top: 10px;
  }
  .logo span {
    font-size: 7px;
    letter-spacing: 0.8;
    font-family: "SVN-Gilroy", "Arial";
  }
  .logo span:lang(en) {
    letter-spacing: 1px;
  }

  .left_panel {
    display: none;
  }

  .menu_bottom_bg {
    display: none;
  }

  .menu_btn {
    position: relative;
    float: right;
    margin: 0 0 0 0;
    padding: 1px 0 0 1px;
    right: 0;
    background: white;
  }
  .menu_btn.show {
    right: 0 !important;
  }

  .menu-connect-bg {
    padding: 26px 0 26px 0;
  }

  .weather_widget {
    float: right;
    width: auto;
    margin: 16px 16px 0 0;
  }

  .weather_widget div {
    font-size: 10px;
    color: white;
  }

  .weather_widget_location {
    margin-right: 0;
  }

  .weather_widget_temperature i {
    font-size: 16px;
    color: white;
  }

  .left-menu-bg {
    width: 260px;
  }
  .left-menu-bg .left-menu {
    position: relative;
    max-height: calc(100vh - 200px);
    width: 0;
    overflow: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform-origin: left bottom;
  }
  .left-menu-bg .left-menu::before {
    display: none;
  }
  .left-menu-bg .left-menu.show {
    overflow: auto;
    width: 100%;
  }

  .menu_item_bg .menu_item {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.2));
  }
  .menu_item_bg:first-child .menu_item {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .menu_item_bg:last-child .menu_item {
    -webkit-bottom-top-left-radius: 0;
    -webkit-bottom-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .menu_item_bg:hover .menu_item,
.menu_item_bg .menu_item:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.2));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu_item_bg.active .menu_item,
.menu_item_bg .show_sub_menu .menu_item {
    background: #f2610d;
    color: #ffffff;
    border-bottom: 1px solid rgba(242, 97, 13, 0.2);
  }

  .sub_menu_mobile_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .sub_menu_mobile_bg .sub_menu_box {
    width: 100%;
    background: rgba(242, 97, 13, 0.5) !important;
  }
  .sub_menu_mobile_bg .sub_menu_box .sub_menu_item {
    padding-left: 36px;
  }
  .sub_menu_mobile_bg .sub_menu_box .sub_menu_item span {
    width: 208px;
  }
  .sub_menu_mobile_bg .sub_menu_box .sub_menu_item::after {
    font-size: 14px;
    left: 12px;
  }
  .sub_menu_mobile_bg .sub_menu_box .sub_menu_item.active, .sub_menu_mobile_bg .sub_menu_box .sub_menu_item.selected {
    color: #ffffff;
    background: rgba(242, 97, 13, 0.8);
  }
  .sub_menu_mobile_bg .sub_menu_box > .sub_menu_item:first-of-type {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .sub_menu_mobile_bg .sub_menu_box > .sub_menu_item:last-of-type {
    -webkit-bottom-top-left-radius: 0;
    -webkit-bottom-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .dialogBox {
    position: fixed;
    width: calc(100vw - 20px);
    height: auto;
    top: 86px;
    right: calc(20px - 100vw);
  }

  .mc-image {
    width: 96px;
    height: 128px;
    right: 50px;
    bottom: 52px;
  }
  .mc-image:after {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }

  .widget-bg {
    bottom: 242px;
    right: 12px;
  }

  .footer_control_bg {
    width: 38px;
    text-align: center;
    bottom: 10px;
    right: 10px;
  }
  .footer_control_bg .footer-group-btn {
    width: 38px;
    height: auto;
  }

  .control_btn {
    margin: 3px 0;
  }
  .control_btn.next-btn {
    margin: 0 0 3px 0;
  }

  .control_btn.fullscreen,
.control_btn.autotour {
    display: none !important;
  }

  .control_btn.control_btn.auto_rotation {
    display: none !important;
  }

  .title-bg {
    max-width: calc(100vw - 128px);
  }
  .title-bg .pano_title {
    font-size: 15px;
  }

  .shareon {
    right: 3px;
    bottom: 93px;
  }

  .custom-btn-bg .btn-group {
    right: -50px;
    top: 46%;
    width: 42px;
  }
  .custom-btn-bg .btn-group.active {
    right: 0;
  }
  .custom-btn-bg .btn-group a {
    height: 42px;
  }
  .custom-btn-bg .btn-group a i::before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 21px;
  }

  /*---------------------Animation Spot----------------------------*/
  .floor_bg img {
    max-height: 96vh;
    max-width: 96vw;
  }

  .spot {
    margin: 0 !important;
    display: block;
  }
  .spot div {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.68);
    top: 6px;
    left: 6px;
  }
  .spot::after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
  }
  .spot::before {
    height: 22px;
    width: 22px;
    left: 2px;
    top: 2px;
  }
  .spot.active div {
    background-color: white;
  }
  .spot.active::before {
    height: 22px;
    width: 22px;
    left: 2px;
    top: 2px;
    border: 2px solid white;
  }

  .homeview .title {
    top: -78px !important;
  }
  .homeview::after {
    height: 36px !important;
    top: -52px !important;
  }
  .homeview.arrow .title {
    top: -102px !important;
  }
  .homeview.arrow::after {
    height: 36px !important;
    top: -80px !important;
  }

  .masterplan-bg {
    bottom: 92px;
  }

  .switch-group {
    bottom: 98px;
  }

  .compass-bg {
    top: 52px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: top center;
    -webkit-transform-origin: top center;
  }

  .floor-map {
    bottom: 92px;
    right: 3px;
    transform: scale(0.56);
    -webkit-transform: scale(0.56);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
  }
}