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

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

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

/*---------------------Laptop nhỏ-----------------------------*/
@media only screen and (max-height: 598px) {
  .loading-bg .loading-group {
    top: 46%;
    transform: translate(-50%, -50%) scale(0.8);
  }

  .menu_item_bg .menu_item {
    padding: 9px 8px 9px 10px;
  }
}
/*---------------------Máy tính bàn-----------------------------*/
@media only screen and (min-width: 1200px) {
  .group-btn-item:hover {
    color: #fff;
    background: #5a3d23;
  }
}
/*---------------------Máy tính bảng ngang-----------------------------*/
/*@media only screen and (min-width : 960px) and (max-width : 1199px){*/
/*---------------------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) {
  .logo_bg {
    position: fixed;
    z-index: 1111;
    width: 124px;
    height: 56px;
  }
  .logo_bg .logo {
    position: absolute;
    width: 100px;
    height: 40px;
    left: 12px;
    top: 8px;
    right: auto;
    margin: 0;
  }

  .main-menu-bg {
    position: fixed;
    left: 8px;
    bottom: 57px;
    width: 230px;
  }
  .main-menu-bg .menu-btn {
    position: fixed;
    left: 8px;
    bottom: 8px;
  }

  .nav-btn-bg {
    position: fixed;
    left: 52px;
  }

  .top_title {
    top: auto;
    bottom: 56px;
    right: 10px;
  }

  .pano_title {
    font-size: 16px;
  }

  .pano_title i {
    font-size: 14px;
    margin: 0 8px 0 8px;
  }

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

  .dialogBox {
    width: 68vw;
  }
  .dialogBox .content {
    max-height: calc(100vh - 208px);
  }
}
/*----------------------Điện thoại di động-------------------------------*/
/*@media only screen and (max-width : 767px)	{*/
@media only screen and (max-width: 767px) {
  .loading-bg .loading-group {
    transform: translate(-50%, -50%) scale(0.8);
  }

  .logo_bg {
    position: fixed;
    z-index: 1111;
    width: 124px;
    height: 56px;
  }
  .logo_bg .logo {
    position: absolute;
    width: 100px;
    height: 40px;
    left: 12px;
    top: 8px;
    right: auto;
    margin: 0;
  }

  .group-btn {
    bottom: 88px;
    top: auto;
  }
  .group-btn .apart-menu-item-bg .apartment-menu-bg {
    top: auto;
    bottom: 0;
    right: 46px;
    transform-origin: bottom right;
  }

  .main-menu-bg {
    position: fixed;
    left: 8px;
    bottom: 57px;
    width: 230px;
  }
  .main-menu-bg .menu-btn {
    position: fixed;
    left: 8px;
    bottom: 8px;
  }

  .nav-btn-bg {
    position: fixed;
    left: 52px;
  }

  .pano_title {
    position: fixed;
    font-size: 13px;
    bottom: 58px;
    right: 16px;
    left: auto;
    top: auto;
    text-align: right;
    font-size: 11px;
  }
  .pano_title i {
    font-size: 9px;
    margin: 0 5px 0 5px;
    transform: translate(0, 0);
  }

  .compass-bg {
    top: 0;
    left: auto;
    right: -38px;
    transform: scale(0.58);
    -webkit-transform: scale(0.58);
    transform-origin: top center;
    -webkit-transform-origin: top center;
  }

  .dialogBox {
    width: 100vw;
    bottom: 0 !important;
  }
  .dialogBox .content {
    max-height: calc(100vh - 148px);
  }
}