@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: #1d364f;
  }
}
/*---------------------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){*/
/*----------------------Đ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;
    top: 10px;
    left: 10px;
    width: 136px;
    height: 70px;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .logo_bg .logo {
    float: left;
    width: 116px;
    height: 50px;
    margin: 0 auto;
    background: url(../Images/LogoGMS.svg) right no-repeat;
  }

  .group-btn {
    transform-origin: bottom right;
    top: 42px;
    right: 10px;
  }
  .group-btn.active {
    transform: scale(0.8);
  }

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

  .lang_menu_bg {
    left: 62px;
    bottom: 10px;
  }

  .nav-btn-bg {
    display: none;
  }

  .pano_title {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    text-align: right;
    line-height: 20px !important;
    font-size: 14px;
    max-width: 220px;
  }
  .pano_title i {
    font-size: 11px;
    margin: 0 6px 0 0;
    transform: translate(0, 0);
  }
  .pano_title span.g_title {
    float: left;
    width: 100%;
    margin-bottom: 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;
  }

  .footer_control_bg {
    right: 10px;
    bottom: 10px;
    height: 42px;
    padding: 0 2px;
  }
  .footer_control_bg .control_btn {
    height: 32px;
    width: 32px;
    margin: 5px 3px;
    border: none;
  }
  .footer_control_bg .control_btn i::before {
    height: 32px;
    width: 32px;
    line-height: 33px;
    font-size: 12px;
  }

  .segmented-wrap {
    top: auto;
    bottom: 68px;
    right: 12px;
    transform-origin: bottom right;
    transform: scale(0.88);
  }

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

  .weather_widget {
    bottom: 110px;
    display: none !important;
  }
}