﻿@charset "UTF-8";
@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

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

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
#mapgoogle {
  width: 40vw;
  height: 10vh;
  position: absolute;
  z-index: -10;
  top: 60px;
  left: 26%; }

#liLopBanDo {
  display: unset; }

.sThuaDat .dropdown-menu {
  max-height: 350px;
  overflow: auto;
  width: 90%;
  padding-left: 21px;
  line-height: 34px; }

#leftpanel .UI-DROP {
  margin-top: 7px; }
  #leftpanel .UI-DROP .ui-tieude {
    width: 100%;
    display: inline-block;
    align-self: center;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 2px; }
  #leftpanel .UI-DROP .UI-DDL {
    padding: 7px;
    height: 36px;
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    display: flex;
    align-items: center; }
    #leftpanel .UI-DROP .UI-DDL .ui-nhan {
      border: none;
      width: 100%;
      background: none; }
      #leftpanel .UI-DROP .UI-DDL .ui-nhan:focus-visible {
        outline: none; }

#btnAcceptCompare {
  background: #1967d2;
  border: none;
  font-size: 0.8rem;
  font-weight: 700; }
  #btnAcceptCompare:hover {
    opacity: 0.8; }

#cboLeftLayer {
  background: #f5f6f7;
  padding: 10px;
  border-radius: 5px; }

#cboRightLayer {
  background: aliceblue;
  padding: 10px;
  border-radius: 5px; }

.searchType {
  display: none; }
  .searchType.active {
    display: block; }
  .searchType .flex-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 5px; }
    .searchType .flex-column .flex-item {
      width: 100%;
      display: flex;
      flex-direction: row;
      padding: 7px 2px;
      font-size: 0.9rem;
      padding-left: 15px; }
    .searchType .flex-column label {
      font-weight: 800; }
    .searchType .flex-column #txtSoThua, .searchType .flex-column #txtSoTo {
      margin-top: 5px; }
  .searchType .flex-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 7px 2px; }

#tabChuGiai .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#tabChuGiai .loaiSDD {
  padding: 7px;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer; }
  #tabChuGiai .loaiSDD.active {
    background: rgba(51, 97, 217, 0.69);
    color: #fff; }

#tabChuGiai .pLegend {
  display: none;
  position: relative;
  height: calc(100vh - 150px); }
  #tabChuGiai .pLegend.active {
    display: block; }

#tabChuGiai .sLegend-item {
  line-height: 28px; }
  #tabChuGiai .sLegend-item .sColor {
    padding: 0px 15px; }
  #tabChuGiai .sLegend-item .sText {
    padding-left: 10px; }

#MapCompare {
  width: calc(100vw - 400px);
  height: calc(100vh - 55px);
  margin-left: 400px;
  display: none;
  position: absolute;
  z-index: 4;
  border: none; }

@media only screen and (max-width: 768px) {
  #MapCompare {
    width: calc(100vw);
    margin-left: 0; } }

.UI-DROP .UI-DDL {
  padding: unset; }

.switch-button {
  background: rgba(247, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  width: 240px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  padding-right: 120px;
  position: relative;
  border: 1px solid red;
  margin: auto;
  margin-top: auto;
  margin-top: 50px; }
  .switch-button:before {
    content: "2 Cửa sổ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
    color: red; }
  .switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    .switch-button-checkbox + .switch-button-label {
      margin: 0 !important; }
    .switch-button-checkbox:checked + .switch-button-label:before {
      transform: translateX(120px);
      transition: transform 300ms linear; }
    .switch-button-checkbox + .switch-button-label {
      position: relative;
      padding: 10px 0;
      display: block;
      user-select: none;
      pointer-events: none; }
      .switch-button-checkbox + .switch-button-label:before {
        content: "";
        background: #dc291f;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 30px;
        transform: translateX(0);
        transition: transform 300ms; }
      .switch-button-checkbox + .switch-button-label .switch-button-label-span {
        position: relative; }
