﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%; }
  100% {
    background-size: 130%; } }

@keyframes shrink2 {
  0% {
    background-size: 95%; }
  100% {
    background-size: 100%; } }

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

@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

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

@keyframes translateYmoveup {
  from {
    transform: translateY(30px); }
  to {
    transform: translateY(0); } }

@keyframes translateYmovedown {
  from {
    transform: translateY(-30px); }
  to {
    transform: translateY(0); } }

@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%; }
  10% {
    left: 0%;
    right: 75%;
    width: 25%; }
  90% {
    right: 0%;
    left: 75%;
    width: 25%; }
  100% {
    left: 100%;
    right: 0%;
    width: 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); } }

/******* 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é****/
/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
.ol-zoom.ol-unselectable.ol-control {
  bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

#toolRight {
  top: 10px; }

#leftpanel {
  border-radius: 5px; }

.ol-zoom.ol-unselectable.ol-control {
  border-radius: 5px; }

treefolder p {
  line-height: 27px; }

#leftpanel.show {
  width: 350px; }

#btFilter {
  padding: 4px 10px;
  position: absolute;
  bottom: 10px;
  left: 0; }

.sidepanel {
  width: calc(100vw - 370px); }

#myDataView {
  bottom: 10px;
  border-radius: 5px;
  right: 10px; }

#ul2Tabs li a.active {
  padding: 10px; }

.icon-statistics {
  padding-right: 5px; }

#tkBar .dropdown-toggle::after {
  content: unset; }

#boxFilter .dropdown-toggle {
  position: relative; }

#boxFilter .dropdown-toggle::after {
  position: absolute;
  right: 0px;
  top: 50%; }

#tkBar .dropdown-menu li {
  padding: 5px 20px; }

#bar4layer .fa-search {
  padding: 8px; }

#popup {
  width: 450px; }

#RootLayers {
  display: none; }

#leftpanel .leftpanel-wrapper {
  border-radius: 5px; }

#ul2Tabs li.active a {
  padding: 10px;
  background: #021b46;
  color: #fff;
  font-weight: bold; }

#toolRight {
  right: 10px;
  top: 10px; }
  #toolRight .toolgroup {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.cmenu[layerid="diachi_filter"] {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  line-height: 0 !important; }

.viewToolMap {
  display: none;
  position: absolute;
  z-index: 10;
  right: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  top: 10px;
  border: solid 1px #ccc;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .viewToolMap i {
    color: #777;
    font-size: 20px;
    padding: 10px 7px;
    cursor: pointer; }

.swal2-popup {
  font-size: 14px; }

.swal2-title {
  font-size: 20px;
  margin-top: 10px; }

.swal2-confirm,
.swal2-cancel, .swal2-deny {
  font-size: 14px;
  padding: 4px 10px; }

#boxFilter {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  position: absolute;
  left: 360px;
  z-index: 10;
  top: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.43);
  width: 53px; }
  #boxFilter .wrapContent {
    background: #fff;
    padding: 5px;
    border-radius: 5px; }
    #boxFilter .wrapContent .headerFilter {
      display: flex;
      justify-content: space-between; }
      #boxFilter .wrapContent .headerFilter #iconboxFilter {
        padding: 0;
        line-height: 17px;
        background: white;
        cursor: pointer; }
        #boxFilter .wrapContent .headerFilter #iconboxFilter i {
          color: #021b46;
          font-size: 17px;
          padding: 7px;
          background: #eee;
          border-radius: 5px;
          transition: ease-in-out all; }
      #boxFilter .wrapContent .headerFilter #iconboxFilter:hover i {
        opacity: 0.8; }
      #boxFilter .wrapContent .headerFilter .titleboxFilter {
        margin: auto;
        display: none; }
        #boxFilter .wrapContent .headerFilter .titleboxFilter p {
          text-align: center;
          font-weight: bold;
          text-transform: uppercase; }
      #boxFilter .wrapContent .headerFilter #txthideFilter {
        margin: 5px 5px auto;
        display: none; }
        #boxFilter .wrapContent .headerFilter #txthideFilter i {
          color: #021b46;
          font-size: 20px;
          padding: 5px 10px;
          background: #eee;
          border-radius: 6px;
          transition: ease-in-out all; }
        #boxFilter .wrapContent .headerFilter #txthideFilter p {
          font-style: italic;
          color: gray; }
        #boxFilter .wrapContent .headerFilter #txthideFilter p:hover {
          color: #242679; }
      #boxFilter .wrapContent .headerFilter #txthideFilter:hover i {
        color: #ffc31a; }
    #boxFilter .wrapContent .bodyFilter {
      visibility: hidden;
      height: 0; }
      #boxFilter .wrapContent .bodyFilter .filterFeature {
        margin-bottom: 5px; }
        #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search {
          margin-bottom: 5px; }
          #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox {
            border: 1px solid #d0d0d0;
            background: #fff;
            border-radius: 24px;
            box-sizing: border-box;
            height: 48px;
            padding: 11px 14px 11px 14px;
            display: flex;
            justify-content: space-between; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .ipsearch {
              width: 100%; }
              #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .ipsearch #searchboxinput {
                width: 90%; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .ipsearch input, #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .ipsearch input:focus-visible, #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .search-btn:focus-visible {
              border: none;
              outline: none; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .search-btn {
              cursor: pointer;
              padding: unset; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .search-btn:hover i {
              color: #FFC31A; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .del-search-btn {
              cursor: pointer;
              padding: unset;
              padding-left: 10px;
              display: none; }
              #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .del-search-btn i {
                font-size: 20px; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #searchbox .del-search-btn:hover i {
              color: #FFC31A; }
          #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search .focus-ipsearch {
            border-radius: 16px 16px 0 0 !important;
            border-bottom: 1px solid #e3e3e3 !important;
            box-shadow: none !important;
            border: none !important; }
          #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box {
            background-color: #fff;
            border-radius: 0 0 16px 16px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            font-size: 15px;
            width: 328px;
            max-height: calc(100vh - 200px);
            height: 0;
            overflow: hidden;
            position: absolute;
            z-index: 10; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box {
              border: none;
              position: relative;
              color: #5e5e5e;
              font-size: 12px;
              min-height: 24px;
              padding-top: 6px;
              padding-bottom: 7px;
              cursor: pointer;
              direction: ltr;
              text-align: left;
              line-height: 32px; }
              #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap {
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                padding-right: 13px; }
                #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap .item-shape {
                  -webkit-box-flex: 1;
                  -webkit-flex: 1;
                  flex: 1;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                  #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap .item-shape .icon-map {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    float: left;
                    height: 32px;
                    width: 56px;
                    padding-right: 8px; }
                  #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap .item-shape .fontBodyMedium {
                    font-family: "Google Sans", Roboto, Arial, sans-serif;
                    font-size: 0.875rem;
                    font-weight: 400;
                    letter-spacing: 0.00625rem;
                    line-height: 1.25rem;
                    color: #1f1f1f;
                    line-height: 32px; }
                    #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap .item-shape .fontBodyMedium .NameDC {
                      color: #1f1f1f;
                      font-weight: 500; }
                  #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap .item-shape .DC-detail {
                    position: absolute;
                    pointer-events: none;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0; }
                  #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest .item-box .item-wrap .item-shape .text-DC-detail {
                    color: #5e5e5e; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest:hover {
              background-color: rgba(31, 31, 31, 0.08); }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box .itemsuggest:first-child .NameDC {
              color: #EEAE20 !important; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .combo-search #suggest-box.suggest-show {
              padding: 8px 0;
              height: unset; }
        #boxFilter .wrapContent .bodyFilter .filterFeature .fBox {
          margin-bottom: 5px; }
          #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline {
            margin-bottom: 5px;
            background: #fff;
            height: 50px;
            line-height: 50px;
            padding: 0px 20px;
            border-radius: 24px;
            cursor: pointer;
            border: 1px solid #d0d0d0; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline .dropdown-menu {
              width: fit-content; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline .UI-SUGGEST .ui-nhan, #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline .UI-SUGGEST .ui-nhan:focus-visible {
              color: black;
              border: none;
              outline: none;
              padding: unset;
              background: no-repeat; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline li {
              cursor: pointer;
              font-weight: 400;
              line-height: 40px;
              list-style: none;
              min-height: 40px;
              outline: none;
              padding-left: 18px;
              padding-right: 18px;
              text-align: left;
              -webkit-transition: all 0.2s;
              transition: all 0.2s; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline li:hover {
              color: #fff;
              background: #202E75; }
            #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline .filter-slash {
              padding: unset;
              cursor: pointer; }
              #boxFilter .wrapContent .bodyFilter .filterFeature .fBox .lst-filter .ha-inline .filter-slash i {
                padding-left: 5px; }
      #boxFilter .wrapContent .bodyFilter .footerFilter .txtclearFilter {
        justify-content: space-around;
        text-align: center;
        padding: 8px 10px 5px;
        display: flex; }
        #boxFilter .wrapContent .bodyFilter .footerFilter .txtclearFilter button {
          padding: 4px 10px;
          bottom: 10px;
          left: 0;
          background: #021b46;
          color: #fff;
          border-radius: 5px; }
          #boxFilter .wrapContent .bodyFilter .footerFilter .txtclearFilter button i {
            font-size: 17px;
            padding: 4px 10px; }
        #boxFilter .wrapContent .bodyFilter .footerFilter .txtclearFilter button:hover {
          background: #242679; }
  #boxFilter .flterResult {
    background: #fff;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0; }
    #boxFilter .flterResult .wrapHeadFil {
      margin-bottom: 5px;
      background-color: #eee;
      justify-content: space-between;
      display: flex;
      padding: 5px 10px;
      border-radius: 5px; }
      #boxFilter .flterResult .wrapHeadFil .coutResult p {
        font-weight: 600; }
        #boxFilter .flterResult .wrapHeadFil .coutResult p span {
          color: #f00; }
      #boxFilter .flterResult .wrapHeadFil #txthideFilterResult {
        text-align: center; }
        #boxFilter .flterResult .wrapHeadFil #txthideFilterResult i {
          font-size: 20px; }
      #boxFilter .flterResult .wrapHeadFil #txthideFilterResult:hover {
        color: #ffc31a; }
    #boxFilter .flterResult .pagination-container {
      padding-top: 10px;
      gap: 10px;
      font-size: 15px;
      font-weight: 400;
      line-height: 150%;
      display: flex; }
    #boxFilter .flterResult .viewing-info {
      align-items: center;
      display: flex;
      color: #395373;
      flex: 1; }
    #boxFilter .flterResult .viewing-text {
      font-family: sans-serif;
      align-self: stretch;
      margin: auto 0;
      margin-left: 5px; }
    #boxFilter .flterResult .current-page {
      font-family: sans-serif;
      justify-content: center;
      height: fit-content;
      margin: 0px 5px; }
    #boxFilter .flterResult .chia-page {
      font-family: sans-serif;
      justify-content: center;
      height: fit-content; }
    #boxFilter .flterResult .total-pages {
      font-family: sans-serif;
      align-self: stretch;
      margin: auto 0;
      margin-left: 5px;
      margin-right: 5px; }
    #boxFilter .flterResult .navigation-controls {
      justify-content: space-between;
      display: flex;
      gap: 20px;
      color: #000;
      flex: 1;
      margin: auto 0;
      padding: 5px; }
    #boxFilter .flterResult .pagination {
      list-style: none;
      display: inline-block;
      padding: 0; }
    #boxFilter .flterResult .pagination li {
      display: inline;
      text-align: center; }
    #boxFilter .flterResult .pagination .disabled a, #boxFilter .flterResult .pagination .pprev a {
      border-radius: 3px 0 0 3px; }
    #boxFilter .flterResult .pagination .pnext a {
      border-radius: 0 3px 3px 0; }
    #boxFilter .flterResult .pagination a {
      float: left;
      display: block;
      font-size: 18px;
      text-decoration: none;
      padding: 0px 10px;
      color: #1a489d;
      margin-left: -1px;
      line-height: 1.5;
      border-color: #9ea6ba; }
    #boxFilter .flterResult .pnext a {
      border-left: unset; }
    #boxFilter .flterResult .pagination li.active {
      cursor: default; }
      #boxFilter .flterResult .pagination li.active a {
        border-color: #ffc31a;
        background: #ffc31a;
        color: #fff; }
    #boxFilter .flterResult .pagination li:active {
      outline: none; }
    #boxFilter .flterResult .dsDiachi {
      height: calc(100vh - 200px); }
    #boxFilter .flterResult .listDiaChi {
      height: 100%;
      overflow: scroll; }
    #boxFilter .flterResult .tabs {
      display: block;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      overflow: hidden; }
    #boxFilter .flterResult .tabs [class^="tab"] label,
    #boxFilter .flterResult .tabs [class*=" tab"] label {
      color: #242679;
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-weight: 600;
      line-height: 1em;
      padding: 5px 0;
      text-align: center; }
    #boxFilter .flterResult .tabs [class^="tab"] [type="radio"],
    #boxFilter .flterResult .tabs [class*=" tab"] [type="radio"] {
      border-bottom: 1px solid rgba(239, 237, 239, 0.5);
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #boxFilter .flterResult .tabs [class^="tab"] [type="radio"]:hover, #boxFilter .flterResult .tabs [class^="tab"] [type="radio"]:focus,
    #boxFilter .flterResult .tabs [class*=" tab"] [type="radio"]:hover,
    #boxFilter .flterResult .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    #boxFilter .flterResult .tabs [class^="tab"] [type="radio"]:checked,
    #boxFilter .flterResult .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    #boxFilter .flterResult .tabs [class^="tab"] [type="radio"]:checked + div,
    #boxFilter .flterResult .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    #boxFilter .flterResult .tabs [class^="tab"] [type="radio"] + div,
    #boxFilter .flterResult .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #boxFilter .flterResult .tabs .tab-2 {
      width: 50%; }
    #boxFilter .flterResult .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    #boxFilter .flterResult .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    #boxFilter .flterResult .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    #boxFilter .flterResult .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
    #boxFilter .flterResult .tk1 {
      border-top: unset !important; }
    #boxFilter .flterResult .tk1, #boxFilter .flterResult .tk2, #boxFilter .flterResult .tk3 {
      padding: 15px 5px;
      color: #1f1f1f;
      font-size: 0.875rem;
      font-weight: 400;
      letter-spacing: 0.00625rem;
      line-height: 1.25rem;
      border-top: 1px solid #ececec; }
      #boxFilter .flterResult .tk1 .tk1-title, #boxFilter .flterResult .tk1 .tk2-title, #boxFilter .flterResult .tk1 .tk3-title, #boxFilter .flterResult .tk2 .tk1-title, #boxFilter .flterResult .tk2 .tk2-title, #boxFilter .flterResult .tk2 .tk3-title, #boxFilter .flterResult .tk3 .tk1-title, #boxFilter .flterResult .tk3 .tk2-title, #boxFilter .flterResult .tk3 .tk3-title {
        margin-bottom: 12px;
        font-size: 15px;
        font-weight: 700;
        color: #004689;
        letter-spacing: 0.00; }
      #boxFilter .flterResult .tk1 .lst-tk, #boxFilter .flterResult .tk2 .lst-tk, #boxFilter .flterResult .tk3 .lst-tk {
        margin-bottom: unset;
        padding-left: 20px; }
        #boxFilter .flterResult .tk1 .lst-tk .item-tk, #boxFilter .flterResult .tk2 .lst-tk .item-tk, #boxFilter .flterResult .tk3 .lst-tk .item-tk {
          display: flex;
          margin: 10px 0;
          -webkit-box-align: start;
          align-items: flex-start; }
          #boxFilter .flterResult .tk1 .lst-tk .item-tk .wrap-item, #boxFilter .flterResult .tk2 .lst-tk .item-tk .wrap-item, #boxFilter .flterResult .tk3 .lst-tk .item-tk .wrap-item {
            color: #5e5e5e;
            display: flex;
            -webkit-box-align: start;
            align-items: flex-start; }
            #boxFilter .flterResult .tk1 .lst-tk .item-tk .wrap-item .bo, #boxFilter .flterResult .tk2 .lst-tk .item-tk .wrap-item .bo, #boxFilter .flterResult .tk3 .lst-tk .item-tk .wrap-item .bo {
              font-weight: 600; }
    #boxFilter .flterResult .kqtonghopInner {
      padding: 20px 10px; }
      #boxFilter .flterResult .kqtonghopInner .InnerWrap {
        border-bottom: none;
        margin-bottom: 20px;
        padding: 0; }
        #boxFilter .flterResult .kqtonghopInner .InnerWrap .InnerLabelWrap {
          text-align: center;
          text-transform: uppercase;
          font-size: 14px;
          padding-bottom: 10px;
          font-weight: bold; }
          #boxFilter .flterResult .kqtonghopInner .InnerWrap .InnerLabelWrap a {
            color: #105169; }
        #boxFilter .flterResult .kqtonghopInner .InnerWrap img {
          width: 100%;
          height: 70px;
          vertical-align: middle;
          border-style: none; }
        #boxFilter .flterResult .kqtonghopInner .InnerWrap .kqWrap {
          text-align: center; }
          #boxFilter .flterResult .kqtonghopInner .InnerWrap .kqWrap #SL {
            text-align: center;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 0; }
    #boxFilter .flterResult .tabbs {
      position: relative;
      display: flex;
      min-height: 300px;
      border-radius: 8px 8px 0 0;
      overflow: hidden;
      /* MAKE IT WORK ----- */ }
      #boxFilter .flterResult .tabbs .tabby-tab {
        flex: 1; }
      #boxFilter .flterResult .tabbs .tabby-tab label {
        display: block;
        box-sizing: border-box;
        /* tab content must clear this */
        height: 40px;
        padding: 15px !important;
        font-size: 15px !important;
        text-align: center;
        background: #eeeeee;
        cursor: pointer;
        transition: background 0.5s ease;
        color: #17479c;
        color: #17479c; }
      #boxFilter .flterResult .tabbs .tabby-tab label:hover {
        background: #e7efff;
        border-bottom: unset !important; }
      #boxFilter .flterResult .tabbs .tabby-content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        /* clear the tab labels */
        top: 40px;
        padding: 20px;
        border-radius: 0 0 8px 8px;
        background: #e7efff;
        transition: opacity 0.8s ease, transform 0.8s ease;
        /* show/hide */
        opacity: 0;
        transform: scale(0.1);
        transform-origin: top left;
        color: #17479c; }
        #boxFilter .flterResult .tabbs .tabby-content .pure-table {
          width: 100%; }
          #boxFilter .flterResult .tabbs .tabby-content .pure-table tbody {
            height: 195px;
            overflow: scroll; }
          #boxFilter .flterResult .tabbs .tabby-content .pure-table th {
            padding: 4px 10px;
            text-align: center;
            border: 1px solid #d4d4d4; }
          #boxFilter .flterResult .tabbs .tabby-content .pure-table th:first-child {
            width: 10px; }
          #boxFilter .flterResult .tabbs .tabby-content .pure-table td {
            padding: 4px 10px;
            text-align: center;
            border: 1px solid #d4d4d4; }
          #boxFilter .flterResult .tabbs .tabby-content .pure-table td:nth-child(2) {
            text-align: left; }
      #boxFilter .flterResult .tabbs .tabby-content img {
        float: left;
        margin-right: 20px;
        border-radius: 8px; }
      #boxFilter .flterResult .tabbs .tabby-t [type=radio] {
        display: none; }
      #boxFilter .flterResult .tabbs [type="radio"]:checked {
        border-bottom: unset !important; }
      #boxFilter .flterResult .tabbs [type="radio"]:hover {
        border: unset !important; }
      #boxFilter .flterResult .tabbs [type=radio]:checked ~ label {
        background: #e7efff;
        color: #17479c;
        z-index: 2; }
      #boxFilter .flterResult .tabbs [type=radio]:checked ~ label ~ .tabby-content {
        z-index: 1;
        /* show/hide */
        opacity: 1;
        transform: scale(1); }
    #boxFilter .flterResult .highlight {
      color: red; }
    #boxFilter .flterResult .listing-item {
      margin-bottom: 12px; }
      #boxFilter .flterResult .listing-item .geodir-category-listing {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #eee;
        background: #fff;
        overflow: hidden; }
        #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-img {
          overflow: hidden;
          width: 30%;
          float: left;
          position: relative;
          height: 100%; }
          #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-img .listing-cats-wrap {
            top: 10px;
            z-index: 100;
            position: absolute;
            left: 10px; }
            #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-img .listing-cats-wrap .listing-geodir-category {
              padding: 7px 10px;
              color: #fff;
              border-radius: 4px;
              z-index: 5;
              -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
              box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
              background: -webkit-linear-gradient(top, #3EAAFD, #49CEFF);
              display: flex;
              align-items: center; }
              #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-img .listing-cats-wrap .listing-geodir-category .lcard-cat-icon {
                margin-right: 5px; }
          #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-img img {
            width: 100%;
            height: 120px;
            z-index: 1; }
        #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content {
          z-index: 2;
          padding: 12px 15px 10px;
          background: #fff;
          width: 70%;
          float: left; }
          #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: 600;
            display: flex;
            justify-content: space-between; }
            #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 .geodir-opt-list .no-list-style {
              text-align: center;
              display: flex;
              margin: unset;
              padding-left: 10px; }
              #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 .geodir-opt-list .no-list-style li {
                margin-left: 16px;
                margin-bottom: 0; }
                #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 .geodir-opt-list .no-list-style li i {
                  font-size: 15px;
                  color: #9ea6ba;
                  cursor: pointer;
                  min-width: 15px; }
                #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 .geodir-opt-list .no-list-style li i:hover {
                  color: #19479c; }
            #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 a {
              color: #334e6f; }
              #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content h3 a .tooltipwrap {
                position: relative;
                display: inline-block; }
          #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content .geodir-category-text {
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box; }
          #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content .vncode {
            color: #F2B919;
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 5px; }
          #boxFilter .flterResult .listing-item .geodir-category-listing .geodir-category-content .pricerange {
            font-size: 13px;
            font-weight: 700;
            color: #A2ADFF;
            margin-bottom: 5px; }

#popup-content .listing-item .geodir-category-listing {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  display: flex; }
  #popup-content .listing-item .geodir-category-listing .geodir-category-img {
    width: 30%;
    float: left;
    position: relative;
    height: 185px;
    overflow: hidden;
    background: #e7efff; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-img .listing-cats-wrap {
      bottom: 0px;
      z-index: 100;
      position: absolute;
      left: 5px; }
      #popup-content .listing-item .geodir-category-listing .geodir-category-img .listing-cats-wrap .listing-geodir-category {
        padding: 7px 10px;
        color: #fff;
        border-radius: 4px;
        z-index: 5;
        -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
        background: -webkit-linear-gradient(top, #3EAAFD, #49CEFF);
        display: flex;
        align-items: center; }
        #popup-content .listing-item .geodir-category-listing .geodir-category-img .listing-cats-wrap .listing-geodir-category .lcard-cat-icon {
          margin-right: 5px; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  #popup-content .listing-item .geodir-category-listing .geodir-category-content {
    z-index: 2;
    padding: 12px 15px 10px;
    background: #fff;
    width: 70%;
    float: left; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-content h3 {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 600; }
      #popup-content .listing-item .geodir-category-listing .geodir-category-content h3 a {
        color: #334e6f; }
        #popup-content .listing-item .geodir-category-listing .geodir-category-content h3 a .tooltipwrap {
          position: relative;
          display: inline-block; }
        #popup-content .listing-item .geodir-category-listing .geodir-category-content h3 a .listing-verified {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          color: #fff;
          background: #FFC31A;
          font-size: 10px;
          line-height: 15px;
          text-align: center;
          vertical-align: middle; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-content .geodir-category-text {
      /*                -webkit-line-clamp: 3;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;*/
      -webkit-box-orient: vertical; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-content .vncode {
      color: #F2B919;
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 5px; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-content .pricerange {
      font-size: 13px;
      font-weight: 700;
      color: #A2ADFF;
      margin-bottom: 5px; }
  #popup-content .listing-item .geodir-category-listing .geodir-category-footer {
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 500;
    border-top: 1px solid #eee;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding-bottom: unset; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-footer .wkhour-notverified {
      color: #ff0000; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-footer .wkhour-verified {
      color: #FFC31A; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-footer .geodir-opt-list .no-list-style {
      text-align: center;
      display: flex;
      margin: unset;
      padding-left: unset; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-footer li {
      margin-bottom: 0; }
      #popup-content .listing-item .geodir-category-listing .geodir-category-footer li i {
        font-size: 20px;
        color: #9ea6ba;
        cursor: pointer;
        min-width: 30px; }
      #popup-content .listing-item .geodir-category-listing .geodir-category-footer li i:hover {
        color: #FFC31A; }
    #popup-content .listing-item .geodir-category-listing .geodir-category-footer .popup_detail:hover {
      color: #FFC31A; }

.point-detail {
  margin-top: 10px; }
  .point-detail .wrap-detail-img {
    width: 100%;
    height: 140px;
    position: relative; }
    .point-detail .wrap-detail-img .cover-img {
      overflow: hidden;
      direction: ltr;
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      border-radius: 10px 10px 0 0;
      background: #e7efff; }
      .point-detail .wrap-detail-img .cover-img img {
        top: 50%;
        left: 50%;
        height: 380px;
        transform: translateY(-35%) translateX(0%); }
  .point-detail .lst-option {
    display: flex;
    justify-content: center; }
    .point-detail .lst-option i {
      padding: 10px;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 6px;
      font-size: 20px;
      color: #FFC31A;
      border: 1px solid #FFC31A; }
    .point-detail .lst-option button:hover i {
      background-color: #e8e8e8; }
    .point-detail .lst-option p {
      color: #fff;
      text-align: center; }
  .point-detail .lst-qrcode {
    position: absolute;
    bottom: 50px;
    right: 90px;
    height: 40px;
    margin-top: 4px;
    margin-bottom: 0; }
    .point-detail .lst-qrcode .wrap-qrcode1 {
      transform: translate(3px, 3px);
      z-index: 2;
      height: 60px;
      width: 60px;
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      position: absolute;
      background-color: #fff; }
      .point-detail .lst-qrcode .wrap-qrcode1 .wiquBf {
        border-radius: 8px;
        box-shadow: 0 0 0 2px #fff;
        z-index: 3;
        height: 100%;
        width: 100%;
        box-shadow: 0 0 0 2px #eff5f6;
        z-index: 3;
        border-radius: 6px; }
      .point-detail .lst-qrcode .wrap-qrcode1 .hZI5De {
        border-radius: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: .05;
        border-radius: 6px; }
      .point-detail .lst-qrcode .wrap-qrcode1 .kSOdnb {
        border-radius: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin: auto;
        object-fit: cover;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        border-radius: 6px; }
    .point-detail .lst-qrcode .wrap-qrcode2 {
      height: 60px;
      width: 60px;
      transform: translate(15px, 15px);
      z-index: 1;
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      position: absolute;
      background-color: #fff;
      border-radius: 3px; }
      .point-detail .lst-qrcode .wrap-qrcode2 .wiquBf {
        border-radius: 8px;
        box-shadow: 0 0 0 2px #eff5f6;
        z-index: 3;
        height: 100%;
        width: 100%; }
      .point-detail .lst-qrcode .wrap-qrcode2 .kSOdnb {
        border-radius: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin: auto;
        object-fit: cover;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%; }
    .point-detail .lst-qrcode .sl-qr {
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: right;
      -webkit-justify-content: right;
      justify-content: right;
      position: absolute;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.8), 0 0 16px rgba(0, 0, 0, 0.5);
      -webkit-transform: translate(-4px, 2px);
      transform: translate(40px, 45px);
      width: 21px;
      z-index: 3; }
  .point-detail .content-detail {
    background-color: #fff;
    min-height: 400px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px; }
    .point-detail .content-detail .geodir-category-header {
      padding: 15px 5px; }
      .point-detail .content-detail .geodir-category-header h3 {
        margin-bottom: 5px;
        font-weight: 600;
        color: #334e6f;
        font-size: 20px; }
      .point-detail .content-detail .geodir-category-header .vncode {
        color: #F2B919;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px; }
      .point-detail .content-detail .geodir-category-header .pricerange {
        font-size: 15px;
        font-weight: 700;
        color: #A2ADFF;
        margin-bottom: 5px; }
    .point-detail .content-detail .geodir-category-content .nhom1, .point-detail .content-detail .geodir-category-content .nhom2, .point-detail .content-detail .geodir-category-content .nhom3 {
      padding: 15px 5px;
      color: #1f1f1f;
      font-size: 0.875rem;
      font-weight: 400;
      letter-spacing: 0.00625rem;
      line-height: 1.25rem;
      border-top: 1px solid #ececec; }
      .point-detail .content-detail .geodir-category-content .nhom1 .nhom1-title, .point-detail .content-detail .geodir-category-content .nhom1 .nhom2-title, .point-detail .content-detail .geodir-category-content .nhom1 .nhom3-title, .point-detail .content-detail .geodir-category-content .nhom2 .nhom1-title, .point-detail .content-detail .geodir-category-content .nhom2 .nhom2-title, .point-detail .content-detail .geodir-category-content .nhom2 .nhom3-title, .point-detail .content-detail .geodir-category-content .nhom3 .nhom1-title, .point-detail .content-detail .geodir-category-content .nhom3 .nhom2-title, .point-detail .content-detail .geodir-category-content .nhom3 .nhom3-title {
        margin-bottom: 12px;
        font-size: 15px;
        font-weight: 700;
        color: #004689;
        letter-spacing: 0.00; }
      .point-detail .content-detail .geodir-category-content .nhom1 .lst-tt, .point-detail .content-detail .geodir-category-content .nhom2 .lst-tt, .point-detail .content-detail .geodir-category-content .nhom3 .lst-tt {
        margin-bottom: unset;
        padding-left: 20px; }
        .point-detail .content-detail .geodir-category-content .nhom1 .lst-tt .item-tt, .point-detail .content-detail .geodir-category-content .nhom2 .lst-tt .item-tt, .point-detail .content-detail .geodir-category-content .nhom3 .lst-tt .item-tt {
          display: flex;
          margin: 10px 0;
          -webkit-box-align: start;
          align-items: flex-start; }
          .point-detail .content-detail .geodir-category-content .nhom1 .lst-tt .item-tt .wrap-item, .point-detail .content-detail .geodir-category-content .nhom2 .lst-tt .item-tt .wrap-item, .point-detail .content-detail .geodir-category-content .nhom3 .lst-tt .item-tt .wrap-item {
            color: #5e5e5e;
            display: flex;
            -webkit-box-align: start;
            align-items: flex-start; }
            .point-detail .content-detail .geodir-category-content .nhom1 .lst-tt .item-tt .wrap-item .bo, .point-detail .content-detail .geodir-category-content .nhom2 .lst-tt .item-tt .wrap-item .bo, .point-detail .content-detail .geodir-category-content .nhom3 .lst-tt .item-tt .wrap-item .bo {
              font-weight: 600; }

.typeView {
  position: absolute;
  right: 60px;
  top: 10px;
  z-index: 4; }
  .typeView .wraptypeView {
    border-radius: 5px;
    display: flex;
    gap: 10px; }
    .typeView .wraptypeView .viewtype {
      position: relative;
      text-align: center;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.43);
      border-radius: 5px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
      .typeView .wraptypeView .viewtype.active .wrapIMG {
        background: rgba(0, 0, 0, 0.43); }
      .typeView .wraptypeView .viewtype:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
    .typeView .wraptypeView .wrapIMG {
      background: #fff;
      border-radius: 5px;
      padding: 5px;
      width: 40px;
      height: 40px;
      margin: auto; }
      .typeView .wraptypeView .wrapIMG img {
        width: 100%;
        height: 100%;
        border-radius: 3px; }

#shared_modal .modal-dialog {
  margin: 15rem auto;
  max-width: 500px; }
  #shared_modal .modal-dialog .modal-header {
    display: unset;
    border: none;
    border-bottom: 3px solid #ffc31a;
    color: #1A479E; }
    #shared_modal .modal-dialog .modal-header .modal-title {
      font-size: 20px; }
  #shared_modal .modal-dialog .pLinkwrap {
    position: relative; }
    #shared_modal .modal-dialog .pLinkwrap .pLinkTitle {
      color: #5e5e5e;
      font-size: 15px; }
    #shared_modal .modal-dialog .pLinkwrap .boxLink {
      display: flex;
      /*                margin-top: 12px;
*/ }
      #shared_modal .modal-dialog .pLinkwrap .boxLink .ipLink {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        font-size: 13px;
        color: #1f1f1f;
        cursor: text;
        display: block;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 4px;
        border: 1px solid #d0d0d0;
        background: #fff;
        border-radius: 24px;
        box-sizing: border-box;
        height: 48px;
        padding: 11px 14px 11px 14px;
        display: flex;
        justify-content: space-between; }
      #shared_modal .modal-dialog .pLinkwrap .boxLink .btnCopyLink {
        margin-left: 15px;
        color: #1A479E;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer; }
      #shared_modal .modal-dialog .pLinkwrap .boxLink .btnCopyLink:hover {
        color: #000; }

.lcard-bot-bookmark, .btn-add-address {
  display: none; }
