/* Áp dụng cho màn hình lớn hơn 1200px (ví dụ: desktop lớn) */
@media (min-width: 1200px) {

}

/* Áp dụng cho màn hình từ 992px đến 1199px (ví dụ: tablet ngang) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Áp dụng cho màn hình từ 768px đến 991px (ví dụ: tablet dọc) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Áp dụng cho màn hình nhỏ hơn 768px (ví dụ: điện thoại di động) */
@media (max-width: 767px) {
   #help-img{
    width:100%;
   }

   #wrap-map{
    padding: 75px 20px 19px;
   }

   #close_map img, #close_youtube img, #close_help img
   {
    top: 60px;
    right: 10px;
   }

   #wrap-avatar{
        position: relative;
        margin-top: 55px;
   }
    #wrap-avatar h5{
         font-size: 30px;
         width:100%;
    }
   #wrap-avatar p{
        float:left !important;
        width: 100%;
        font-size: 25px;
        padding-bottom: 10px;
   }

   .menu_item_bg .menu_item{
    color:#fff;
   }
}


@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: #053927;
  }

  .menu-item-bg:hover .menu-btn {
    color: #fff;
    background: #053927;
  }
}
/*---------------------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) {
  .floor_btn:hover {
    color: #fff;
    background: #053927;
  }

  .menu-item-bg.active .menu-btn {
    color: #fff;
    background: #053927;
  }

  .top_title {
    top: 10px;
    right: 12px;
  }

  .pano_title {
    font-size: 12px;
  }

  .pano_title i {
    font-size: 9px;
    margin: 0 6px 0 6px;
  }

  .compass-bg {
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    transform-origin: top center;
    -webkit-transform-origin: top center;
  }

  .floor-map {
    bottom: 56px;
    right: 3px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
  }
}
/*---------------------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) {
  .floor_btn:hover {
    color: #fff;
    background: #053927;
  }

  .menu-item-bg.active .menu-btn {
    color: #fff;
    background: #053927;
  }

  .mobile_logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
  }

  .mobile_logo .logo_bg {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: none;
  }

  .mobile_logo .logo {
    width: 226px;
    height: 62px;
    background-position: left top;
    margin: 15px 0 0 15px;

  }

  .left_panel {
    display: none;
  }

  .top_title {
    top: auto;
    bottom: 56px;
    right: 8px;
  }

  .pano_title {
    font-size: 14px;
  }

  .pano_title i {
    font-size: 12px;
    margin: 0 8px 0 8px;
  }

  .menu_bottom_bg {
    display: none;
  }

  .menu_btn {
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
  }
  .menu_btn.show {
    right: 0 !important;
  }

  .menu-connect-bg {
    padding: 26px 0 26px 0;
  }

  .tablet-widget-bg {
    display: block;
    position: fixed;
    bottom: 15px;
    left: 12px;
    z-index: 9;
  }

  .weather_widget {
    margin: 9px 0 0 10px;
  }

  .weather_widget div {
    color: white;
  }

  .weather_widget_temperature i {
    font-size: 20px;
    color: white;
  }

  .mobile_menu {
    position: absolute;
    top: 52px;
    right: -50vw;
    width: 50vw;
    background: rgba(5, 57, 39, 0.62);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1100;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    display: none;
  }

  .menu_bg {
    float: left;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 9;
  }

  .menu_item_bg {
    float: left;
    width: 100%;
    background: none;
  }

  nav .menu_item {
    float: left;
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid rgba(120, 193, 67, 0.08);
  }
  nav .menu_item span {
    float: left;
    margin-top: 1px;
    font-size: 15px !important;
  }

  .menu_item_bg.active .menu_item {
    background: rgba(5, 57, 39, 0.96);
    color: #fff;
  }

  .menu_item_bg.active .menu_item span,
.menu_item_bg.active .menu_item i {
    color: #F0CB81;
  }

  .sub_menu_mobile_bg {
    display: none;
  }

  .sub_menu_box {
    width: 100%;
  }

  .sub_menu_item {
    float: left;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*padding:0 0 0 58px !important;*/
    padding: 10px 10px 10px 36px;
    font-size: 13px;
    background: none;
    background: white;
    margin: 0 !important;
  }

  .sub_menu_item::after {
    line-height: 38px;
    left: 12px;
  }

  .control_btn.autotour {
    display: none !important;
  }

  .compass-bg {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: top center;
    -webkit-transform-origin: top center;
  }

  .floor-map {
    bottom: 80px;
    right: 3px;
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
  }
}
/*----------------------Điện thoại di động-------------------------------*/
/*@media only screen and (max-width : 767px)    {*/
@media only screen and (max-width: 767px) {
  .loading-bg .loading-logo {
    transform: translate(-50%, -66%) scale(0.66);
  }

  .floor_btn:hover {
    color: #fff;
    background: #053927;
  }

  .menu-item-bg.active .menu-btn {
    color: #fff;
    background: #053927;
  }

  .mobile_logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 52px;
    background: rgb(235 58 58 / 55%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
  }

  .mobile_logo .logo_bg {
    float: left;
    width: auto;
    height: auto;
    border-bottom: none;
  }

  .mobile_logo .logo {
        width: 50px;
        height: 74px;
        margin: -10px 0 0 5px;
        background: url(../icon/logo-only-miyabi.png) center no-repeat;
        background-size: contain;
  }

  .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: rgb(172 0 0);
  }
  .menu_btn.show {
    right: 0 !important;
  }

  .menu-connect-bg {
    padding: 26px 0 26px 0;
  }

  .weather_widget {
    float: right;
    width: auto;
    margin: 18px 26px 0 0;
  }

  .weather_widget div {
    font-size: 12px;
    color: white;
  }

  .weather_widget_location {
    margin-right: 0;
  }

  .weather_widget_temperature i {
    font-size: 16px;
    color: white;
  }

  .mobile_menu {
    position: fixed;
    position: absolute;
    top: 52px;
    right: -100vw;
    width: 100vw;
    background: rgb(26 4 1 / 62%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1100;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    display: none;
  }

  .menu_bg {
    /*top:46px;
    right:0;    
    opacity:0;*/
    float: left;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: scroll;
    /*height:100%;*/
    background: none;
    z-index: 999;
    margin-bottom: 90px;
  }

  .menu_item_bg {
    float: left;
    width: 100%;
    background: none;
  }

  nav .menu_item {
    float: left;
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid rgba(5, 57, 39, 0.08);
  }
  nav .menu_item span {
    float: left;
    margin-top: 1px;
    font-size: 15px !important;
  }

  .menu_item_bg.active .menu_item {
    background: rgba(5, 57, 39, 0.96);
    color: #fff;
  }

  .menu_item_bg.active .menu_item span,
.menu_item_bg.active .menu_item i {
    color: #F0CB81;
  }

  .sub_menu_mobile_bg {
    display: none;
  }

  .sub_menu_box {
    width: 100%;
  }

  .sub_menu_item {
    float: left;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*padding:0 0 0 58px !important;*/
    padding: 9px 10px 10px 36px;
    font-size: 13px;
    background: none;
    background: white;
    margin: 0 !important;
  }

  .sub_menu_item::after {
    line-height: 38px;
    left: 12px;
  }

  .footer_control_bg {
    width: 100%;
    text-align: center;
    bottom: 42px;
    left: 0;
    right: 0;
  }

  .control_btn {
    float: none !important;
    display: inline-block;
    position: relative;
    margin: 0 4px;
  }

  .control_btn.autotour {
    display: none !important;
  }

  .control_btn.control_btn.auto_rotation {
    display: none !important;
  }

  .title_bg {
    z-index: 9 !important;
    height: 36px;
    width: 100%;
    background: rgba(5, 57, 39, 0.8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .top_title {
    text-align: left;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .message {
    position: fixed;
    z-index: 9 !important;
    width: 100%;
    left: 0;
    bottom: 93px;
    font-size: 12px;
    text-align: center;
  }
  .message br {
    display: none !important;
  }

  .pano_title {
    font-size: 10px;
    line-height: 36px;
    /*padding:0 0 0 8px;
    text-align: left;*/
    text-align: center;
    padding: 0;
    color: #FFF;
  }

  .pano_title i {
    display: inline-block;
    font-size: 8px;
    margin: 0 5px 0 5px;
  }

  .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;
  }
}