﻿@charset "UTF-8";
/******* 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é****/
@import url("../../fonts/roboto/font-roboto.css");
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.header .topbar {
  display: none;
}

.dmore span {
  background: #d9def9;
  color: #3361d9;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-style: italic;
  text-decoration: none !important;
  cursor: pointer;
}

.xemhoso {
  background: #d9def9;
  color: #3361d9;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-style: italic;
  text-decoration: none !important;
  cursor: pointer;
}

.bd-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.bd-btn .btn {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s all ease;
}
.bd-btn .map-btn, .bd-btn .hsda {
  color: #207bbf;
  border: 1px solid #207bbf;
}
.bd-btn .map-btn:hover, .bd-btn .hsda:hover {
  background-color: #207bbf;
  color: #fff;
}
.bd-btn .tt-btn {
  border: 1px solid #207bbf;
  background-color: #207bbf;
  color: #fff;
}
.bd-btn .tt-btn:hover {
  background: transparent;
  color: #207bbf;
}

.img-wrap {
  height: 400px;
  position: relative;
}
.img-wrap #close-ct {
  position: absolute;
  top: 34px;
  right: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0068b4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.img-wrap #close-ct i {
  font-size: 16px;
  color: #fff;
}
.img-wrap img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pContent {
  background-color: #fff;
}

#prj-name {
  margin: 25px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0068b4;
}

.tbl-col-left {
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #00B0EF;
  font-weight: 600;
  background: #3363C0;
  width: 25%;
  color: #fff !important;
}

.tbl-col-left, .tbl-col-right {
  font-size: 16px;
  border-right: 1px solid #dee2e6;
}

.nav-img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
}

.duan_hinhanh {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.duan_hinhanh .pj-item .my-image-links img {
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  height: 230px;
}
.duan_hinhanh .owl-nav {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 60%;
  left: 2%;
}
.duan_hinhanh .owl-nav .owl-prev, .duan_hinhanh .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.duan_hinhanh .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.duan_hinhanh .owl-nav .owl-next {
  position: absolute;
  right: 28px;
}

#detailPanel {
  width: 18%;
  background: #edf2f9;
}
#detailPanel p {
  display: flex;
  margin-bottom: 0;
  line-height: 1.7;
  margin-top: 10px;
  font-size: 16px;
}

#popup .slabel.title {
  color: #207bbf;
  font-weight: 600;
}

#popup #popup-content p.dmore {
  width: 80px;
  float: left;
  height: 30px;
  padding: 0 7px;
  border-bottom: none;
}
#popup #popup-content p.dmore span {
  background: #d9def9;
  color: #3361d9;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-style: italic;
  text-decoration: none !important;
  cursor: pointer;
}

.rImgLst {
  margin: 10px 0px;
}
.rImgLst .owl-item {
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.rImgLst .owl-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.rImgLst .owl-nav {
  position: absolute;
  top: 36%;
  display: flex;
  width: 100%;
}
.rImgLst .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.rImgLst .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.rImgLst .owl-nav .nav-img {
  width: 40px !important;
  height: 40px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
}

.popup-img-wrap {
  margin-top: 10px;
  width: 100%;
}
.popup-img-wrap .owl-nav {
  position: absolute;
  top: 36%;
  display: flex;
  width: 100%;
}
.popup-img-wrap .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
}
.popup-img-wrap .owl-nav .owl-next {
  position: absolute;
  right: -10px;
}
.popup-img-wrap .owl-nav i {
  font-size: 16px;
  background-color: #3363C0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 400;
  color: #fff;
}
.popup-img-wrap .owl-item {
  padding-left: 10px;
  padding-right: 12px;
}
.popup-img-wrap img {
  width: 100% !important;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.lst-items .owl-nav {
  position: absolute;
  top: 43%;
  display: flex;
  width: 100%;
}
.lst-items .owl-nav .owl-prev {
  position: absolute;
  left: -14px;
}
.lst-items .owl-nav .owl-next {
  position: absolute;
  right: -10px;
}
.lst-items .owl-nav .nav-img {
  width: 40px !important;
  height: 40px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
}
.lst-items .owl-item {
  padding-right: 10px;
  margin-right: 0;
  padding-left: 8px;
}
.lst-items .owl-item .img-duan {
  width: 100% !important;
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
}

#tabLegend .el-collapse .el-collapse-item {
  cursor: pointer;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__wrap {
  margin-top: 15px;
  max-height: 57vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__header {
  display: flex;
  justify-content: space-between;
  background-color: #006bb3;
  color: #fff;
  padding-left: 10px;
  border-radius: 5px;
  height: 36px;
  align-items: center;
  margin-bottom: 3px;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__header.is-active {
  font-weight: 600;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__header .collapse-title {
  font-size: 15px;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__header i {
  padding-right: 11px;
}
#tabLegend .el-collapse .el-collapse-item .el-collapse-item__header i svg {
  height: 15px;
}

.chu-giai__item {
  padding-left: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.chu-giai__item img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

#toolRight {
  top: 65px;
}

#toolbar {
  top: 18px;
}

.sLayers .nav-link.active {
  background-color: #207bbf;
  color: #fff;
}
.sLayers .nav-link:hover {
  background-color: #207bbf;
  color: #fff;
  opacity: 0.8;
}

#leftpanel {
  background: #fff;
  backdrop-filter: none;
}

#leftpanel #toggleLeftMenu i {
  color: #207bbf;
}

#popup .detail:hover {
  color: #207bbf !important;
}

#detailPanel .title {
  background: #207bbf;
  margin-top: 0;
  font-size: 15px;
}

#rsPhantrang {
  display: flex;
  justify-content: end;
}
#rsPhantrang .pagination {
  display: flex;
  gap: 8px;
}
#rsPhantrang .pagination li {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 3px;
  color: #0068b4;
  cursor: pointer;
  transition: 0.3s all ease;
}
#rsPhantrang .pagination li.active {
  background-color: #0068b4;
  color: #fff;
}
#rsPhantrang .pagination li.active a {
  font-weight: 600;
}

#tabDanhSach #dsFilter #cboLinhVuc {
  border: 1px solid #a8abb2;
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  cursor: pointer;
}
#tabDanhSach #dsFilter #cboLinhVuc .ui-tieude {
  font-size: 15px;
  white-space: nowrap;
  font-weight: 600;
}
#tabDanhSach #dsFilter .pj-name {
  border: 1px solid #a8abb2;
  border-radius: 5px;
  align-items: center;
  height: 35px;
  padding-left: 20px;
  padding-right: 12px;
}
#tabDanhSach #dsFilter .pj-name #txtDuAn {
  width: 100%;
  padding: 5px 16px;
  border: none;
  background: transparent;
  border-left: 1px solid #207bbf;
  height: 16px;
  border-width: 2px;
}
#tabDanhSach #dsFilter .pj-name #txtDuAn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
#tabDanhSach #dsFilter .pj-name #btSearchLayer {
  position: absolute;
  right: 28px;
}
#tabDanhSach #dsFilter .pj-name .slabel {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
#tabDanhSach #dsFilter #btnSearchDA {
  font-size: 15px;
  font-weight: 600;
  color: #004085;
  background-color: #cce5ff;
  border-radius: 5px;
  padding: 2px 10px;
  transition: 0.3s all ease;
}
#tabDanhSach #dsFilter #btnSearchDA:hover {
  border: 1px solid #004085;
  background: transparent;
}
#tabDanhSach #dsFilter #btnSearchDA i {
  font-size: 12px;
  font-weight: 600;
}
#tabDanhSach #dsFilter .flex-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
#tabDanhSach #dsFilter .flex-row:nth-child(3) {
  justify-content: center;
}
#tabDanhSach .sResult {
  color: #0068b4;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  gap: 6px;
  font-size: 14px;
  justify-content: end;
}
#tabDanhSach .sResult #txtRS {
  color: #004085;
  font-weight: 700;
}
#tabDanhSach .flex-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tabDanhSach .UI-DROP .ui-nhan {
  font-size: 14px;
  margin-left: 14px;
  font-weight: 600;
  color: #004085;
}
#tabDanhSach .UI-DROP .UI-DDL {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tabDanhSach .UI-DROP .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  padding: 15px;
  scrollbar-width: thin;
  top: 15px !important;
  left: -88px !important;
}
#tabDanhSach .UI-DROP .dropdown-menu ::-webkit-scrollbar {
  width: 10px;
}
#tabDanhSach .UI-DROP .dropdown-menu li {
  font-size: 15px;
  padding: 8px;
  border-radius: 5px;
  transition: 0.3s ease;
}
#tabDanhSach .UI-DROP .dropdown-menu li:hover {
  color: #004085;
  background-color: #cce5ff;
  font-weight: 600;
}
#tabDanhSach #lsDuAn {
  height: calc(100vh - 320px);
  position: relative;
}
#tabDanhSach #lsDuAn .dsItem {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  border-top-color: rgb(217, 217, 217);
  border-right-color: rgb(217, 217, 217);
  border-bottom-color: rgb(217, 217, 217);
  border-left-color: rgb(217, 217, 217);
  position: relative;
  width: 100%;
  margin-top: 10px;
  color: #004085;
  background-color: aliceblue;
  padding: 15px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
#tabDanhSach #lsDuAn .dsItem .result-name {
  font-size: 16px;
  font-weight: 600;
}
#tabDanhSach #lsDuAn .dsItem img {
  width: 32px;
}
#tabDanhSach #lsDuAn .dsItem .result-spec-item-wrap .item-group-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 7px;
}
#tabDanhSach #lsDuAn .dsItem .result-spec-item-wrap .item-group-wrap img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
#tabDanhSach #lsDuAn .dsItem .result-spec-item-wrap .item-group-wrap .result-spec__text {
  padding-right: 10px;
}
#tabDanhSach #lsDuAn .dsItem .result-spec-item-wrap:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}
#tabDanhSach #lsDuAn .dsItem .result-spec-item-wrap:nth-child(3) {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn {
  display: flex;
  margin-top: 7px;
  justify-content: space-between;
  align-items: center;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn .item-group-wrap.lat-lng-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cce5ff;
  padding: 5px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn .item-group-wrap.lat-lng-wrap:hover {
  background-color: #4f9ff2;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn .item-group-wrap.lat-lng-wrap img {
  height: 18px;
  object-fit: contain;
  width: 18px;
  cursor: pointer;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn .item-group-wrap a {
  color: #004085;
  background-color: #cce5ff;
  padding: 5px 10px;
  border-radius: 10px;
  transition: 0.3s all ease;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn .item-group-wrap a i {
  font-size: 12px;
}
#tabDanhSach #lsDuAn .dsItem .chCbtn .item-group-wrap a:hover {
  font-weight: 600;
}
#tabDanhSach #lsDuAn .dsItem:hover {
  border-color: #0d5eab;
}
#tabDanhSach #lsDuAn .ds-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px;
  margin-top: 5px;
}
#tabDanhSach #lsDuAn .ds-detail li {
  font-size: 15px;
  list-style-type: disc;
  margin-left: 15px;
}
#tabDanhSach #lsDuAn .ds-detail li .slabel {
  font-weight: 700;
}
#tabDanhSach #lsDuAn .ds-detail li .svalue {
  font-weight: 500;
}

#map-layers .quyhoachtinh, #map-layers .sudungdat, #map-layers .hanhchinh {
  background-color: #cce5ff;
  backdrop-filter: blur(7.9px);
}
#map-layers .sudungdat {
  border-radius: 0;
}
#map-layers .sudungdat:last-child {
  border-radius: 0 0 10px 10px !important;
}
#map-layers .sudungdat:first-child {
  margin-top: 10px;
  border-radius: 10px 10px 0 0 !important;
}
#map-layers .hanhchinh {
  border-radius: 0;
}
#map-layers .hanhchinh:last-child {
  border-radius: 0 0 10px 10px !important;
}

#treefolder div {
  border-radius: 0px;
}

#treefolder .active {
  border-radius: 0px;
}

#RootLayers #map-layers .cmenu:nth-child(4) {
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
}

#map-layers .cmenu:nth-child(7) {
  border-radius: 0 0 10px 10px;
}

#map-layers .cmenu:nth-child(8) {
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
}

#map-layers .cmenu:nth-child(10) {
  border-radius: 0 0 10px 10px;
}

#map-layers .cmenu:nth-child(11) {
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
}

#pagebody {
  top: 90px !important;
}

@media (max-width: 415px) {
  #pagebody {
    top: 112px !important;
  }
  #toolRight {
    top: 135px !important;
  }
  .viewToolMap {
    right: 10px !important;
    top: 98px !important;
    background: #207bbf !important;
  }
  #detailPanel {
    width: 75% !important;
  }
  #detailPanel .img-wrap {
    height: 200px !important;
  }
}
.come-from-modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 700px;
  height: 100%;
  right: -700px;
  top: 0;
  transition: right 0.3s ease-out;
}

.come-from-modal.right.show .modal-dialog {
  right: 0;
}

.come-from-modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}
