﻿@font-face {
  font-family: "material-symbols-rounded";
  src: url("../lib/font/material/material-symbols-rounded-new.woff2")
    format("woff2");
}

.material-symbols-rounded {
  font-family: "material-symbols-rounded" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300;
}
.material-symbols-rounded.fill {
  font-variation-settings: "FILL" 0, "wght" 300;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../lib/font/roboto/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  font-weight: 500;
  src: url("../lib/font/roboto/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Bold";
  font-weight: 700;
  src: url("../lib/font/roboto/roboto-bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto Black";
  font-weight: 900;
  src: url("../lib/font/roboto/roboto-black.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-weight: 400;
  src: url("../lib/font/Nunito/Nunito-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito SemiBold";
  font-weight: 600;
  src: url("../lib/font/Nunito/Nunito-SemiBold.ttf") format("truetype");
}

:root {
  --green-primary: #113859;
  --border: #113859;
  --text-title: #16161d;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
label,
span {
  font-family: "Nunito";
}
input[type="text"]::placeholder,
.select2.select2-container--bootstrap4 .select2-selection--single::placeholder,
select::placeholder,
input[type="number"]::placeholder {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
input.form-control::-webkit-input-placeholder {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #99a0b1;
}
/*Container*/

@media screen and (min-width: 1850px) {
  .container-new {
    max-width: 1792px !important;
    margin: 0 auto;
  }
  .container-new1 {
    max-width: 1320px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1730px) {
  html[lang="vi-VN"] .container {
    max-width: 1650px;
  }
}

@media screen and (max-width: 1729px) and (min-width: 1367px) {
  html[lang="vi-VN"] .container {
    max-width: calc(100% - 80px);
  }
}

.container {
  max-width: 1408px;
}

@media screen and (max-width: 1440px) and (min-width: 1240px) {
  .container {
    max-width: 1344px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 1118px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) and (min-width: 871px) {
  .container {
    max-width: 900px;
  }
}

@media screen and (max-width: 870px) {
  .container {
    max-width: 850px;
  }
}

@media screen and (max-width: 800px) {
  .container {
    max-width: 740px;
  }
}
.iconCheck {
  color: #07b078;
}
.iconClose {
  color: #d60c24;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
input.form-control.dt-filter {
  height: 40px;
  width: 380px;
}
.dataTables_empty {
  text-align: center;
}
.dataTables_length label {
  margin-bottom: 0;
}
.icon-firt-chevron-right,
#firstPage:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/keyboard_double_arrow_left.svg") no-repeat;
}
.icon-last-chevron-right,
#lastPage:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/keyboard_double_arrow_right.svg") no-repeat;
}
.icon-paging-chevron-left:before,
.pageNews .paginationjs-prev a:before,
#previousPage:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/table-chevron-left.svg") no-repeat;
}
.icon-paging-chevron-right:before,
.pageNews .paginationjs-next a:before,
#nextPage:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/table-chevron-right.svg") no-repeat;
}
.dataTables_wrapper .dataTables_filter {
  position: relative;
}
.btn {
  min-width: 110px;
}
.icon-close-file.btn {
  width: auto;
}
.btn.btn-all-caycamtrong,
.btn.btn-xuatqr,
.btn.btn-unsetwidth {
  width: unset !important;
}
.dataTables_wrapper .dataTables_filter:before,
.btn-icon-search {
  position: absolute;
  left: 16px;
  top: 8px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/icon-search-black.svg") no-repeat;
}
.text-danger ul {
  list-style-type: none;
  padding: 0;
  margin-top: 8px;
}
.btn-icon-search {
  left: 23px;
}
.search-base {
  display: flex;
}
.item-search-input {
  display: flex;
}
.item-search-base:nth-child(1),
.item-search-base:nth-child(2) {
  width: 33%;
  margin-right: 10px;
}
.item-search-base:nth-child(3) {
  width: 33%;
  margin-right: 10px;
}
.item-search {
  width: 100%;
}
.btn-setting {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  display: inline-block;
  vertical-align: top;
  background-color: var(--white);
  background: url(../lib/images/setting.svg) no-repeat;
  background-position: center center;
}
.dataTables_wrapper .dataTables_filter input.dt-filter {
  margin-left: 0;
  padding: 8px 16px 8px 50px;
  border: 1px solid #ced4da;
}
.dataTables_wrapper .dataTables_filter {
  float: left !important;
  margin-bottom: 10px;
}
.getFileCayXanh,
.getFileTruDenUpdate {
  display: flex;
}
.area-button {
  position: absolute;
  right: 42px;
  z-index: 1;
}
.add-tuyen {
  right: 16px;
}
body {
  margin-bottom: 60px;
}
footer.footer {
  position: unset !important;
}
.form-age {
  border: none;
  border-bottom: 1px solid;
  width: 10%;
}
.form-age:focus {
  outline: none;
}
/*footer*/
.footerHome .nameAdd {
  display: flex;
  flex-direction: column;
}
.footerHome .nameAdd img {
  width: 286px;
  height: 48px;
  object-fit: cover;
  margin-bottom: 5px;
}
.footerHome .nameAdd .regular-text,
.footerHome .designBuild {
  /* color: var(--white); */
  color: #212529;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.footerHome .designBuild a {
  font-family: "Nunito SemiBold";
}
.footerHome .pull-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 16px;
}
.pull-right div a {
  color: #00400d;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footerHome .nameAdd .bold-text {
  /* color: var(--white); */
  color: #212529;
  font-family: "Nunito SemiBold";
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}
.footer-logo-wrapper .footer-logo {
  width: 60px;
}
.design-by-HueCIT {
  /* display: flex;
  justify-content: space-between; */
  border-top: 1px solid #212529;
  margin-top: 10px;
  padding-top: 10px;
  max-width: 700px;
}
.system-manage span {
  /* color: var(--white); */
  color: #212529;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
#content {
  background: #fff;
  /*    height: 100vh;*/
}
.material-icons-outlined {
  font-family: "material-symbols-outlined" !important;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-variation-settings: "wght";
}

.material-icons-outlined.filled {
  font-variation-settings: "FILL";
}
/*CMS*/
.main-sidebar {
  position: fixed !important;
  width: 260px !important;
  background: #113859 !important;
  padding: 5px 10px 0 10px;
}
.sidebar-mini .main-sidebar a {
  display: flex;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover a {
  justify-content: flex-start;
}
.sidebar-mini.sidebar-collapse .main-sidebar a {
  justify-content: center;
}
.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
  width: 4.6rem !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .logocontent {
  display: flex;
  justify-content: flex-start;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover {
  width: 260px !important;
}
.sidebar-mini.sidebar-collapse .logocontent {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-link {
  justify-content: center;
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-link .brand-image {
  margin-left: 0.5rem;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  color: #113859 !important;
  background: var(--white) !important;
}
.main-sidebar .brand-link .brand-image {
  width: 50px;
  max-height: 40px;
  height: 40px;
  margin-left: 0.5rem;
}
.main-sidebar .brand-link {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.main-sidebar .brand-link .brand-image {
  width: 60px;
  max-height: 45px;
  height: 45px;
  margin-left: 0;
}
.logocontent {
  display: flex;
  flex-direction: column;
}
.toplogocontent,
.bottomlogocontent {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.cursor-pointer {
  cursor: pointer;
}
body:not(.sidebar-mini-md) .content-wrapper {
  margin-left: 260px !important;
}
.content-wrapper {
  background: var(--white) !important;
}
.groupLogo {
  display: flex;
  border-bottom: none !important;
}

.brand-link.logoCayXanh {
  border-color: #339045 !important;
}
.panelRight {
  display: flex;
  align-items: center;
}
.panelRight .titleMenuCayXanh span {
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
.panelRight .menuHambuge {
  font-size: 0;
}
.panelRight .btn-toggle {
  margin-right: 10px;
  font-size: 0;
}
.mt-2.menuCayXanh {
  border-top: 1px solid var(--green);
  margin-top: 0 !important;
  height: calc(100vh - 80px);
  overflow: auto;
  scrollbar-width: none;
  padding: 0 16px;
}
.main-sidebar .mt-2.menuCayXanh::-webkit-scrollbar {
  display: none;
}
.menuCayXanh .nav-sidebar {
  margin-top: 20px;
}
.menuCayXanh .nav-sidebar .nav-link p {
  white-space: normal;
}
.sidebar-mini.sidebar-collapse .menuCayXanh .nav-sidebar .nav-link p {
  white-space: unset;
}
.menuCayXanh .nav-sidebar .nav-treeview .nav-link p {
  margin-left: 26px;
}
.menuCayXanh .nav-sidebar .nav-treeview .nav-link.active p {
  margin-left: 0;
}
.groupbgMenu .navbar-nav .nav-item {
  padding-right: 32px;
}
.menuCayXanh .nav-sidebar .nav-item > .nav-link .right {
  transform: rotate(-90deg);
}
.titleQuanLy {
  display: flex;
  flex-direction: column;
}
.titleQuanLy .titleManage {
  font-size: 16px;
  color: var(--white);
  font-family: "Nunito";
}

.logoCayXanh .brand-link {
  border-bottom: none !important;
  padding: 13px 16px;
}
.sidebar-mini.sidebar-collapse .logoCayXanh .brand-link {
  padding: 9px 15px;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .logoCayXanh .brand-link {
  padding: 13px 16px;
}
.navbar-brand {
  margin-right: 0 !important;
}

.main-sidebar.elevation-4 {
  background-color: var(--green-primary) !important;
  box-shadow: unset !important;
  width: 260px;
}

.logoCayXanh .titleName {
  color: var(--white);
  font-family: "Nunito";
}

.sidebar-mini .logoCayXanh .brand-image {
  width: 100% !important;
  max-height: 40px;
  margin: 0;
  border-radius: unset;
}
.sidebar-mini .titleQuanLy .logo-tree-cms {
  display: none;
}
.titleQuanLy .logo-tree-cms {
  width: 45px;
  height: 45px;
}
.sidebar-mini.sidebar-collapse .titleQuanLy .logo-tree-cms {
  display: block;
}
.sidebar-mini.sidebar-collapse .titleQuanLy .brand-image {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .titleQuanLy .logo-tree-cms {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .titleQuanLy .brand-image {
  display: block;
}
.sidebar-mini.sidebar-collapse .menu-open > .nav-treeview {
  display: none !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-open > .nav-treeview {
  display: block !important;
}
.sidebar .menuCayXanh ul li {
  margin-bottom: 5px;
}
.sidebar-mini.sidebar-collapse .sidebar .menuCayXanh ul li {
  display: flex;
  justify-content: center;
}
.sidebar-mini.sidebar-collapse
  .menuCayXanh
  .nav-pills.nav-sidebar
  li
  .nav-link.active,
.sidebar-mini.sidebar-collapse
  .menuCayXanh
  .nav-pills.nav-sidebar
  li
  .nav-link {
  width: 40px;
  display: flex;
  justify-content: center;
}
.sidebar-mini.sidebar-collapse
  .main-sidebar:hover
  .nav-pills.nav-sidebar
  li
  .nav-link.active,
.sidebar-mini.sidebar-collapse
  .main-sidebar:hover
  .nav-pills.nav-sidebar
  li
  .nav-link {
  width: unset;
  display: auto;
  justify-content: unset;
}
.sidebar .menuCayXanh ul li.menu-is-opening {
  display: block;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar .menuCayXanh ul li {
  display: block;
}
.sidebar .menuCayXanh ul li a,
.nav.nav-treeview li .nav-link {
  color: var(--white) !important;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin: 0;
  display: flex;
  cursor: pointer;
  width: 100%;
}
.main-sidebar .sidebar {
  padding: 0;
}
.sidebar .menuCayXanh ul li a span {
  margin-right: 8px;
}
.sidebar .menuCayXanh ul li .nav.nav-treeview li {
  margin-bottom: 0;
  display: block;
  justify-content: unset;
}

.nav.nav-treeview li {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.nav.nav-treeview li .nav-link.active::before {
  content: "";
  background: url("../lib/images/icon-list-style.png") no-repeat;
  width: 10px;
  height: 8px;
  margin-top: 7px;
  margin-right: 5px;
  margin-left: 11px;
}
.nav.nav-treeview li .nav-link:hover {
  background-color: #339045 !important;
}

a[title="Quản lý địa điểm"] > span::after {
  content: "home";
  margin-right: 10px;
}

.menuCayXanh .nav-pills.nav-sidebar li .nav-link.active {
  background: #339045;
  border-radius: 4px;
  box-shadow: none;
}
/*BTN*/
#ul-file,
#list-file,
#ul-fileUpdate,
#ul-file-matnuoc {
  padding: 0;
  margin: 0;
}
#ul-file li,
#list-file li,
#ul-fileUpdate li,
#ul-fileAdd li,
#ul-file-matnuoc li,
.edit-ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#ul-file li input,
#list-file li input,
#ul-fileUpdate li input,
#ul-fileAdd li input,
#ul-file-matnuoc li input {
  height: unset !important;
}
.fileUpload {
  display: flex;
}
.edit-ul {
  margin: 0;
  padding: 0;
}
.gr-btn-addfile {
  position: relative;
  margin-right: 8px;
}
.input-file {
  display: flex;
  align-items: center;
}
.dinhDang-file {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4d5a78;
}
.li-file-edit {
  margin-bottom: 4px;
}
.getFile {
  color: var(--text-title);
  display: flex;
  cursor: pointer;
}
.icon-dowload {
  color: #0094e8;
  margin-left: 8px;
}
.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
}
.dropdown .dropdown-toggle::after {
  content: "";
  background: url("../lib/images/expand_more.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border: none;
}
.textkhanCap,
.textCao,
.textBth {
  font-family: "Nunito SemiBold";
  line-height: 24px;
  font-style: normal;
  padding: 5px 10px;
  border-radius: 100px;
}
.textkhanCap {
  color: #dc3d3d;
  background: #f4c0c0;
}
.textCao {
  color: #ffc74b;
  background: #fff4dd;
}
.textBth {
  color: #0ea40e;
  background: #b7e4b7;
}
.finishDay span {
  padding: 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finishDay span::before {
  content: "";
  background: url("../lib/images/clock.svg") no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.form-general .btn,
.group-button-action .btn {
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: var(--white);
}
.group-button-action .btn {
  margin-left: 8px;
}
.form-group .group-button-action .btn-filter {
  margin-right: 0;
}
.btn-excel .btn-success {
  margin-right: 8px;
}
.btn-margin .group-button-action .btn-primary {
  margin: 0;
}
.btn-login .btn-outline-primary,
.group-button-action .btn-outline-primary,
.group-button-action .btn-outline-primary:hover,
.group-button-action .btn-outline-primary:focus,
.group-button .btn-outline-primary,
.group-button .btn-outline-primary:hover,
.group-button .btn-outline-primary:focus {
  color: #113859;
  border-color: #113859;
  background: var(--white);
}
.btn.btn-file-dinhkem {
  font-family: "Nunito";
  font-weight: 500 !important;
  border: 1px solid #cdd2d8;
  border-radius: 4px;
  color: #16161d;
  margin-bottom: 0;
}
.dinhdang {
  color: #a3a3b2;
}
.group-button .btn-outline-primary:hover {
  margin-right: 0;
}
.modal-body .warning .titleDnDelete {
  margin-bottom: 0;
}
.modal-footer .group-button-action .btn-outline-primary,
.title-btn-back .group-button-action .btn-outline-primary {
  color: #16161d;
  border-color: #cdd2d8;
  background: var(--white);
  font-weight: 500;
  padding: 5px 25px;
}
.modal-footer .group-button-action .btn-primary,
.modal-footer .group-button-action .btn-success {
  padding: 5px 34px;
}
.modal-footer .group-button-action .btn-danger {
  padding: 5px 34px;
  background: #c61616;
}
.group-button {
  padding: 0;
  display: block;
  align-items: flex-end;
  list-style-type: none;
}
.group-button .file-upload,
#list-file-matnuoc,
#ul-fileUpdateLSST,
#list-file-updateLSST {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#list-file-matnuoc li {
  display: flex;
  align-items: center;
}
.group-button .item-file {
  display: flex;
  align-items: center;
}
.dowload-file {
  color: var(--text-title);
  display: flex;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.group-button .item-file button {
  width: 40px;
  height: 40px;
}
.group-button .item-file .dkUpdate {
  margin-left: 10px;
}
.btn-login .btn-DangNhap:hover {
  color: var(--green-primary);
  background: var(--white);
}
.btn-login .btn-DangNhap {
  background: none;
  color: var(--white);
  border: 1px solid var(--white);
  margin: 0;
}
.btn-login .search,
.btn-login .admin,
.btn-login .toggle-menu {
  padding: 8px;
  font-size: 24px;
}
#toggleclassmnu {
  display: none;
}
.btn-login .search img,
.btn-login .admin img,
.btn-login #toggleclassmnu img {
  width: 24px;
  height: 24px;
}
.btn-login .search {
  margin-right: 10px;
}
.group-button .btn-outline-primary {
  margin-right: 0;
}

.group-button-action .btn-outline-primary:hover,
.group-button-action .btn-outline-primary:focus {
  border-color: var(--green-primary) !important;
  background-color: var(--white) !important;
  color: var(--green-primary) !important;
  box-shadow: none;
}

.group-button-action .btn-primary,
.group-button-action .btn-primary:hover,
.group-button-action .btn-primary:focus {
  background-color: #113859 !important;
  border-color: #113859 !important;
}
.modal-footer .group-button-action .btn-outline-primary:hover,
.modal-footer .group-button-action .btn-outline-primary:focus,
.title-btn-back .group-button-action .btn-outline-primary:hover,
.title-btn-back .group-button-action .btn-outline-primary:focus {
  border-color: var(--border) !important;
  background-color: var(--white) !important;
  color: #16161d !important;
  box-shadow: none;
}
.form-general .btn-success,
.cus-form-general .btn-success {
  background-color: var(--green-primary) !important;
  border-color: var(--green-primary) !important;
  padding: 6px 16px;
  width: 110px;
}
.titlePage .btn-toggle span {
  color: var(--green-primary);
  font-size: 30px;
}
.edit-delete-detail span {
  cursor: pointer;
}
.edit-delete-detail {
  display: flex;
  justify-content: center;
}

.gr-checkbox {
  display: flex;
  justify-content: center;
}
.edit-delete-detail .detail-icon:before,
.edit-delete-detail .edit-icon:before,
.edit-delete-detail .delete-icon:before,
.icon-CkBox:before,
.icon-UnCkBox:before,
.icon-month:before,
.icon-close-file:before,
.icon-dowload:before,
.icon-warning:before,
.icon-add-qr:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}

.icon-warning:before {
  width: 64px;
  height: 64px;
}
.icon-add-qr:before {
  background: url("../lib/images/qr-code-add.svg") no-repeat;
}
.icon-dowload:before {
  background: url("../lib/images/icon-download.svg") no-repeat;
}
.icon-close-file:before {
  background: url("../lib/images/icon-close-file-red.svg") no-repeat;
  cursor: pointer;
}
.icon-month:before {
  background: url("../lib/images/calendar_month.svg") no-repeat;
}
.icon-CkBox:before {
  background: url("../lib/images/select_check_box.svg") no-repeat;
}
.icon-warning:before {
  background: url("../lib/images/icon-delete_forever.svg") no-repeat;
}
.icon-UnCkBox:before {
  background: url("../lib/images/check_box_outline_blank.svg") no-repeat;
}
.edit-delete-detail .detail-icon:before {
  background: url("../lib/images/icon-detail.svg") no-repeat;
}
.edit-delete-detail .edit-icon:before {
  background: url("../lib/images/icon-edit.svg") no-repeat;
}
.edit-delete-detail .delete-icon:before {
  background: url("../lib/images/icon-delete.svg") no-repeat;
}
.edit-delete-detail .detail-icon {
  color: var(--green-primary);
  margin-right: 8px;
}
.edit-delete-detail .edit-icon {
  color: #ffa800;
}
.edit-delete-detail .delete-icon {
  color: #c61616;
  margin-left: 8px;
}
.red-text {
  color: #ff7373;
}
.tabGiaoCongViec,
.danhsachdanhmuccon {
  height: 32px;
  display: flex;
  justify-content: flex-end;
}
.danhsachdanhmuccon .btn {
  color: var(--text-title);
}
.danhsachdanhmuccon.tabGiaoCongViec button:last-child {
  margin-right: 0;
}
.input-group input {
  border-right: none;
}
.input-group .input-group-text {
  background: var(--white);
}
.btn-filter .titleFilter {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6ebf1;
}
.viewQlCayXanh .editor-label,
.viewQlCayXanh label.form-control {
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 24px;
  color: #16161d;
}
.viewQlCayXanh h4 {
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.group-button-action {
  text-align: end;
}
.titleTable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.titleTable .btnAdd-nav {
  display: flex;
}
.qlLoaiNv {
  display: flex;
  align-items: center;
}
.title-border-right {
  border-right: 1px solid #e6ebf1;
  padding-right: 16px;
  margin-right: 16px;
}
.groupQuanLy .titlePage .TrangChu {
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 22px;
  line-height: 28px;
}
.totalcount-cus {
  display: flex;
  align-items: flex-end;
}
.totalCountCayXanh {
  margin-right: 15px;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 24px;
}
.totalCountCayXanh .totaltitle {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--text-title);
}
.totalCountCayXanh .total-number {
  font-family: "Nunito SemiBold";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: var(--text-title);
}
.titleFilter.collapsed .expandMoreDn {
  transform: rotate(0deg);
}
.titleFilter .expandMoreDn {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.tabGiaoCongViec .chuaGiaoViec.active,
.tabGiaoCongViec .daGiaoViec.active {
  background-color: var(--green-primary);
  color: var(--white);
  padding: 6px 16px;
  cursor: pointer;
  border-radius: 8px;
  margin-right: 8px;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 20px;
}

.tabGiaoCongViec a:nth-child(1) .number-count,
.tabGiaoCongViec a:nth-child(2) .number-count,
.tabGiaoCongViec a:nth-child(3) .number-count,
.daGiaoViec span {
  border-radius: 20px;
  padding: 2px 6px;
  margin-left: 8px;
  font-family: "Nunito SemiBold";
  font-size: 11px;
  font-style: normal;
  line-height: 15px;
}
.tabGiaoCongViec a:nth-child(1) .number-count {
  background: #ffa800;
  color: var(--text-title);
}
.tabGiaoCongViec a:nth-child(2) .number-count {
  background: #cceafa;
  color: #0094e8;
}
.tabGiaoCongViec a:nth-child(3) .number-count {
  background: #cce7cf;
  color: #00860d;
}

.tabGiaoCongViec .chuaGiaoViec {
  display: flex;
  align-items: center;
  color: var(--text-title);
}
.daGiaoViec span {
  font-family: "Nunito SemiBold";
  font-size: 11px;
  line-height: 15px;
  background: #f3d0d0;
  color: #c61616;
}
.giaoViec {
  color: var(--green-primary);
  padding: 7px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 24px;
  border: 1px solid var(--green-primary);
  text-align: center;
}
.tabGiaoCongViec .chuaGiaoViec,
.tabGiaoCongViec .daGiaoViec {
  cursor: pointer;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 24px;
  padding: 5px 16px;
}
.select2.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  color: #031838;
  font-size: 16px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
}
.select2-results__message.cus-message {
  text-decoration: underline;
  color: #0094e8;
  text-align: center;
  cursor: pointer;
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow {
  top: 45%;
}
.select2.select2-container .select2-selection .select2-selection__arrow::after {
  content: "";
  display: block;
  background: url("../lib/images/expand_more.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -14px;
  right: 5px;
}
input[type="text"],
.select2.select2-container--bootstrap4 .select2-selection--single,
select,
input,
input[type="number"] {
  height: 40px !important;
}
input[type="search"] {
  height: unset !important;
}
.modalDetail .editor-label {
  font-family: "Nunito SemiBold";
  font-weight: unset !important;
  color: var(--text-title);
}
.contentDetail {
  margin-bottom: 10px;
}
.editlsSinhTruong {
  display: flex;
}
.editViewDetail .text-detail {
  display: flex;
}
.editViewDetail .anhDaiDien {
  margin-bottom: 10px;
}
.editViewDetail.slide-img .anhDaiDien {
  margin-bottom: 0px;
}
.text-dsbaocao,
.baoCao {
  margin-bottom: 0.5rem;
}
.editor-label {
  font-family: "Nunito SemiBold";
  font-weight: unset !important;
  color: var(--text-title);
}
.file-upload-display {
  display: flex;
}
.file-upload-display img {
  height: 100%;
}
.icon-file {
  margin-right: 5px;
  color: var(--green-primary);
}
/*end*/
/*scroll*/
.dataTables_scrollHead::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.table-dsbaocao::-webkit-scrollbar,
.tableCXTKTheoChungLoai::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}
.dataTables_scrollHead::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.dataTables_scroll::-webkit-scrollbar,
.table-dsbaocao::-webkit-scrollbar-track,
.tableCXTKTheoChungLoai::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 999px;
}

.dataTables_scrollHead::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.dataTables_scroll::-webkit-scrollbar-thumb,
.table-dsbaocao::-webkit-scrollbar-thumb,
.tableCXTKTheoChungLoai::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 4px;
  border-radius: 999px;
}
.dataTables_scroll::-webkit-scrollbar {
  width: 6px;
}

.dataTables_scroll:hover .dataTables_scrollBody::-webkit-scrollbar {
  position: absolute;
  right: -10px;
}

.dataTables_scroll:hover .dataTables_scrollBody::-webkit-scrollbar {
  display: block;
}

.dataGiaVe table.dataTableGiave {
  border-spacing: 0 !important;
}
/*end*/
/*Bieu do*/
.groupTinhHinhXLCV {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
}

.groupTinhHinhXLCV .trangThai {
  color: var(--text-title);
  border-right: 0;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}

.groupTinhHinhXLCV .dangXuLy {
  color: var(--text-title);
  border-right: 0;
  font-family: "Nunito SemiBold";
  font-size: 26px;
  line-height: 27px;
  margin-bottom: 10px;
}
.soLuongTreHan .number {
  color: var(--white);
  border-right: 0;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 27px;
  background: #d82b2b;
  padding: 5px;
  border-radius: 4px;
}
.soLuongTreHan .content,
.titleTree,
.employee-number {
  color: var(--text-title);
  border-right: 0;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 27px;
}
.title-employee {
  color: var(--text-title);
  border-right: 0;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 27px;
}
.customTagHome {
  border: 1px solid #e6ebf1;
  border-radius: 16px;
  padding: 16px;
  background: var(--white);
}
.customTagHome .loai-hinh-title {
  margin-bottom: 16px;
}
.customTagHome #list-cvthuchien {
  height: 370px;
  overflow: auto;
  padding-right: 10px;
}
.gr-soluongcay-render {
  width: 100%;
  height: 110px;
  overflow: auto;
  padding-right: 10px;
}
.TinhHinhXLCV {
  background: rgba(0, 67, 202, 0.1);
}

.TinhHinhXLCV1 {
  background: rgba(0, 159, 255, 0.1);
}

.TinhHinhXLCV2 {
  background: rgba(14, 164, 14, 0.1);
}
.titlethXuLy {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.infoCayXanh {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.soLuongCay {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 26px;
  line-height: 31px;
}
.iconTree {
  content: "";
  background: url("../lib/images/forest.png") no-repeat;
  width: 60px;
  height: 60px;
}
.chamSocCay,
.quanLyChamSoc,
.chuyenVienChamSoc {
  font-size: 40px;
  padding: 10px 8px;
  border-radius: 50%;
}
.chamSocCay {
  color: #0ea40e;
  background: rgba(14, 164, 14, 0.2);
}
.quanLyChamSoc {
  color: #009fff;
  background: rgba(0, 159, 255, 0.2);
}
.chuyenVienChamSoc {
  color: #ffc74b;
  background: rgba(255, 199, 75, 0.2);
}
.TienDoXuLyHoSo .TyLeHoanThanh {
  width: 100%;
  position: relative;
  text-align: center;
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.icon-employee-one,
.icon-employee-two,
.icon-employee-three {
  padding: 6px 8px;
  font-size: 25px;
  border-radius: 100%;
  font-size: 35px;
}
.icon-employee-one {
  background-color: rgba(14, 164, 14, 0.2);
  color: #0ea40e;
}
.icon-employee-two {
  background: rgba(0, 159, 255, 0.2);
  color: #009fff;
}
.icon-employee-three {
  background: rgba(255, 199, 75, 0.2);
  color: #ffc74b;
}
.TienDoXuLyHoSo .TyLeHoanThanh svg {
  transform: rotate(-90deg);
}
.tongSoNhanVien .tongSoNV {
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 24px;
}
.tongSoNhanVien {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.trangThaiChamSoc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TienDoXuLyHoSo .TyLeHoanThanh circle.completed-circle {
  fill: none;
  stroke-width: 10px;
  stroke: #0043ca;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  background: linear-gradient(90deg, #f7c055 0%, #f63b3b 100%);
}
.TienDoXuLyHoSo.TienDoXuLyHoSoDTH .TyLeHoanThanh circle.completed-circle {
  stroke: #009fff;
}

.TienDoXuLyHoSo.TienDoXuLyHoSoHT .TyLeHoanThanh circle.completed-circle {
  stroke: #ffc74b;
}

.TienDoXuLyHoSo .TyLeHoanThanh circle.total-circle {
  fill: none;
  stroke-width: 10px;
  stroke: #d82b2b;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

.TienDoXuLyHoSo .TyLeHoanThanh .TyLe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -45%);
}

.TienDoXuLyHoSo .TyLeHoanThanh .TyLe span {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #00123d;
  display: flex;
  flex-direction: column;
}

.TienDoXuLyHoSo .TyLeHoanThanh .TyLe .number.full-fill {
  color: #ff790b;
}

.TienDoXuLyHoSo .TyLeHoanThanh .TyLe .number {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-family: "Nunito SemiBold";
  line-height: 24px;
}

.TienDoXuLyHoSo .TyLeHoanThanh .TyLe .number.caution {
  color: #e1151d;
}
/*end*/
/*filter*/
.tintuc-filter .inputfilter {
  display: flex;
  width: 75%;
}
.inputfilter {
  display: flex;
}
.btn-all-new {
  width: 25%;
}
.btn-all-new .btn {
  height: 40px;
}
.tintuc-filter {
  display: flex;
}
.inputfilter input:focus {
  border-color: #ced4da;
}

.inputfilter .btn-filterInput {
  height: 40px;
  color: var(--text-title);
  border: 1px solid #ced4da;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 6px 12px;
  background: var(--white);
}
.inputfilter input {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
/*phan trang*/
.dataTables_paginate {
  display: flex;
  align-items: center;
}
.dataTables_length .selection {
  font-family: "Nunito SemiBold";
  font-weight: 500;
}
.dataTables_length {
  height: 40px;
}
.page-record-custom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.dataTables_paginate .paginate_button {
  display: block;
  width: 36px;
  color: var(--text-title);
  text-align: center;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  margin: 0 8px;
  padding: 8px;
  min-width: 30px;
  min-height: 30px;
}
.dataTables_paginate .paginate_button.current {
  border-radius: 4px;
  color: var(--white);
  background: #113859;
}
.dataTables_paginate span {
  display: flex;
  align-items: flex-end;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/*end*/
/*checkbox*/
[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  /* border: 0.15em solid #C9D7F5; */
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

/* [type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #0FA300;
    background-color: CanvasText;
} */
[type="checkbox"].jss9::before {
  content: "";
}
[type="checkbox"]::before {
  content: "check_box_outline_blank";
  color: #c9d7f5;
  font-family: "material-symbols-rounded";
  font-variation-settings: "wght" 300;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}

/* [type="checkbox"]:checked::before {
    transform: scale(1);
} */

[type="checkbox"]:checked::before {
  content: "select_check_box";
  color: var(--green-primary);
  font-family: "material-symbols-rounded";
  font-variation-settings: "wght" 300;
  font-size: 24px;
}

[type="checkbox"]:indeterminate::before {
  content: "indeterminate_check_box";
  color: #5e82d1;
  font-family: "material-symbols-rounded";
  font-variation-settings: "wght" 300;
  font-size: 24px;
  margin-right: 5px;
}

/* [type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
} */

[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
/*Radio*/
.radioCustom .gr-radio {
  display: flex;
  align-items: center;
  height: 40px;
}
.radioCustom .gr-radio .ck-radio-model:first-child {
  margin-right: 16px;
}
.radioCustom [type="radio"]:checked,
.radioCustom [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radioCustom [type="radio"]:checked + label,
.radioCustom [type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  color: #363636;
  margin-bottom: 0;
  font-family: "Nunito SemiBold";
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  padding-left: 5px;
}
.radioCustom [type="radio"]:checked + label:before,
.radioCustom [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radioCustom [type="radio"]:checked + label:before {
  border-color: var(--green-primary);
}
.radioCustom .editor-label {
  padding: 0;
  font-family: "Nunito SemiBold" !important;
}
.radioCustom [type="radio"]:checked + label:after,
.radioCustom [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--green-primary);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radioCustom [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radioCustom [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radioCustom .row {
  align-items: center;
}
.center-align,
table.dataTable thead th.center-align {
  text-align: center;
}
table.dataTable.tableCayXanh thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
table.dataTable.tableCayXanh thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
table.dataTable.tableCayXanh tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
table.dataTable.tableCayXanh tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
table.dataTable.tableCayXanh tbody tr:last-child td.dataTables_empty {
  border-radius: 0 0 8px 8px;
}
table.dataTable.tableCayXanh thead th {
  border-color: var(--green);
  color: #fff !important;
  background-color: #113859;
  border-right: 0;
  border-left: 0;
  font-family: "Nunito SemiBold";
  font-weight: 500;
  font-size: 16px !important;
  line-height: 27px;
}
table.dataTable.tableCayXanh thead tr.rowthead th:first-child,
.tableCXTKTheoChungLoai table.dataTable.compact tbody td {
  border-left: 1px solid var(--border);
}

.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh
  thead
  tr.rowthead:nth-child(3)
  th {
  border-left: 1px solid var(--border);
}
.tableCXTKTheoChungLoai .rowthead th {
  width: 200px;
}
.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh.tableCXTKTheoLoai
  thead
  tr:first-child
  th:first-child,
.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh
  thead
  tr.rowthead:nth-child(2)
  th:first-child {
  border-right: 1px solid var(--green-primary);
}
.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh
  thead
  tr.rowthead:nth-child(3)
  th:first-child,
.tableCXTKTheoChungLoai table.dataTable.row-border tbody tr td:first-child {
  border-right: 1px solid var(--border);
}

.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh.tableCXTKTheoLoai
  thead
  tr:first-child
  th:nth-child(2),
.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh
  thead
  tr.rowthead:nth-child(3)
  th:nth-child(2),
.tableCXTKTheoChungLoai table.dataTable.row-border tbody tr td:nth-child(2) {
  border-left: 0;
}
.tableCXTKTheoChungLoai table.dataTable.tableCayXanh tbody tr td,
.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh
  thead
  tr.rowthead:nth-child(3)
  th {
  background: var(--white);
}
table.dataTable.tableCayXanh.tableCXTKTheoLoai thead tr:first-child th {
  border-left: 1px solid var(--green-primary);
}

.tableCXTKTheoChungLoai
  table.dataTable.tableCayXanh
  thead
  tr.rowthead:nth-child(2)
  th:first-child {
  border-right: 0;
}
table.dataTable.tableCayXanh.tableCXTKTheoLoai
  thead
  tr:first-child
  th:last-child {
  border-right: 1px solid var(--green-primary);
}
table.dataTable.tableCayXanh thead tr.rowthead th:last-child,
.tableCXTKTheoChungLoai table.dataTable.compact tbody td:last-child {
  border-right: 1px solid var(--border);
}
tr#rowtheadTuyen th:first-child {
  border-left: 0;
}
.nowrap {
  white-space: nowrap;
}

table.dataTable.tableCayXanh.tableCXTKTheoChung
  thead
  tr.rowthead
  th:first-child {
  border-left: 0;
}
table.dataTable.tableCayXanh.tableCXTKTheoChung
  thead
  tr:first-child
  th:first-child,
table.dataTable.tableCayXanh.tableCXTKTheoChung
  thead
  tr.rowthead:nth-child(2)
  th {
  border-bottom: 1px solid var(--green-primary);
}
table.dataTable.tableCayXanh thead tr.rowthead:nth-child(2) th {
  border-left: 1px solid var(--green-primary);
  background-color: #c9edd1;
  border-bottom: 0;
}
table.dataTable.tableCayXanh thead tr.rowthead:nth-child(2) th:last-child {
  border-right: 1px solid var(--green-primary);
}
table.dataTable.tableCayXanh.tableCXTKTheoLoai thead tr th {
  border-top: 1px solid var(--green-primary);
}
table.dataTable.tableCayXanh thead tr.rowthead:nth-child(3) th {
  color: var(--text-title) !important;
}

table.dataTable.tableCayXanh thead tr.rowthead th {
  background: no-repeat;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
table.dataTable.tableCayXanh-border tbody tr td {
  border-right: 1px solid var(--border);
}
table.dataTable.tableCayXanh-border thead th {
  border-right: 1px solid #fff;
}
table.dataTable.tableCayXanh-border thead th:last-child {
  border-right: none;
}
table.dataTable.tableCayXanh thead th label {
  margin-bottom: 0;
}
.tableCayXanh .selected {
  background: #d9eadc;
}
table.dataTable.tableCayXanh thead > tr > th.sorting:before,
table.dataTable.tableCayXanh thead > tr > th.sorting::after {
  font-family: "material-symbols-rounded";
}
table.dataTable.tableCayXanh thead > tr > th.sorting:before {
  content: "arrow_upward";
}
table.dataTable.tableCayXanh thead > tr > th.sorting::after {
  font-family: "material-symbols-rounded";
  content: "arrow_downward";
  margin-top: 5px;
}
table.dataTable.tableCayXanh.compact tbody td,
table.dataTable.tableCayXanh.compact thead th {
  padding: 12px 20px;
}
table.dataTable.compact tbody td {
  border: 1px solid var(--border);
  color: #031838;
  border-right: 0;
  border-left: 0;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 27px;
}
table.dataTable.compact tbody td.text-detail {
  cursor: pointer;
}
table.dataTable.compact tbody th.th-nonpadding {
  padding: 0;
}
.detailText {
  font-family: "Nunito SemiBold";
  cursor: pointer;
}
.detailText:hover {
  color: #375dfb;
}

.cus-tencay {
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  display: flex;
}
.collapsed .cus-tencay:before {
  transform: rotate(180deg);
}
.cus-tencay:before {
  content: "";
  margin-right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/expand_less.svg") no-repeat;
}
.th-nonpadding {
  border-right: none !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid var(--border);
  background: #e2f6e6;
  cursor: pointer;
}
table.dataTable.compact tbody td:last-child {
  border-right: 1px solid var(--border);
}
table.dataTable.compact tbody td:first-child {
  border-left: 1px solid var(--border);
}
.table-DiTich .dataTables_scrollHeadInner,
.table-DiTich .tableDiTich {
  width: 100% !important;
}
.view-db-03 {
  margin-bottom: 24px;
}
.view-db-03 .loai-hinh-title,
.view-db-05 .loai-hinh-title {
  margin-bottom: 16px;
}
.loai-hinh-title {
  color: var(--green-primary);
  font-size: 22px;
  font-family: "Nunito SemiBold";
  font-style: normal;
  line-height: 28px;
  margin-bottom: 0;
}
.card-title.loai-hinh-title {
  font-size: 22px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  margin-bottom: 21px;
}
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.toggleAdmin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.12));
  background: var(--white);
  padding: 12px 24px;
  position: relative;
  z-index: 3;
}
.modalDetail label {
  border: none;
}
.modal-contentDN .form-group label:first-child {
  /*font-family: 'Nunito SemiBold';';*/
  color: var(--text-title);
  font-size: 16px;
  line-height: 27px;
}
.modal-body .form-group label:first-child {
  color: var(--text-title);
  /*font-family: 'Nunito SemiBold';';*/
  font-size: 16px;
  line-height: 27px;
}
.form-group textarea.form-control {
  height: 135px;
}
.modalDetail .titleDetail {
  font-family: "Nunito";
  font-weight: 400 !important;
  color: var(--text-title);
  font-size: 16px;
  line-height: 27px;
  word-break: break-all;
}
.modalDetail .anhDaiDien img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.modal-content .modal-header {
  border-bottom: none;
  padding: 24px;
}
.modal-content.modal-delete .modal-footer {
  border-top: none;
  padding: 20px 24px 32px 24px;
  justify-content: center;
}
.modal-content .modal-footer {
  border-top: none;
  padding: 24px;
}
.modal-content .modal-footer .group-button-action {
  margin: 0;
}

.modal-content .warning {
  text-align: center;
}
.modal-content .icon-warning {
  font-size: 50px;
  color: #c61616;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.notiDelDn {
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 16px;
  line-height: 27px;
}
.cusTitleDel {
  color: #c61616;
  font-family: "Nunito";
  font-size: 18px;
  line-height: 27px;
}
.modal .modal-body {
  padding: 0 24px;
  max-height: 100%;
}
.modal .modal-dialogDN {
  max-width: 60%;
  width: 100%;
}
.modal .modal-dialogSlide {
  max-width: 40%;
  width: 100%;
}
/*Login CMS*/
.backgroudCMS {
  content: "";
  display: block;
  background: rgb(57 54 54/15%);
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 0;
}
.backgroudchangePass .loginLogo {
  margin-bottom: 16px;
}
.backgroudchangePass .loginCus {
  margin-top: 120px;
  background: var(--white);
  box-shadow: 0px 0px 16px 0px rgba(22, 22, 29, 0.2);
}
.backgroudchangePass {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 0;
}
.loginCus {
  padding: 30px 24px 36px;
  border-radius: 10px;
  color: #fff;
  justify-content: center;
  height: auto;
  min-width: 400px;
  background: var(--white);
  backdrop-filter: blur(4px);
  border: 1px solid var(--green-primary);
}
.loginCMSBus {
  margin-top: 220px;
}
.loginLogo {
  margin-bottom: 16px;
}
.loginLogo .menuLogo {
  align-items: center;
}
.loginLogo .menuLogo img {
  margin-right: 8px;
}
.login-form .user,
.login-form .pwd {
  position: relative;
}
.loginLogo .nameCuisine span {
  color: var(--green-primary);
}
.login-form .user input {
  padding: 12px 16px 15px 45px;
}
.login-form .pwd input {
  padding: 12px 16px 12px 45px;
}
.login-form .user:before {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/icon-nv.svg") no-repeat;
}
.login-form .pwd::before {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/icon-lock.svg") no-repeat;
}
.loginLogo img {
  width: 100px;
  height: auto;
}
.login-form .pwd,
.pwdRegister,
.pwdConfirm {
  position: relative;
}

.pwd .toggle-password,
.pwdRegister .toggle-password,
.pwdConfirm .toggle-passwordConfirm {
  position: absolute;
  top: 8px;
  right: 20px;
  cursor: pointer;
  color: #9b9b9b;
}
.login-form .main-btn button,
.login-form .main-btn button:focus,
.login-form .main-btn a,
.login-form .main-btn a:focus {
  width: 100%;
  margin-top: 15px;
  border-radius: 4px;
  background: var(--white) !important;
  outline: transparent;
  padding: 10px;
  color: var(--green-primary) !important;
  font-size: 16px;
  font-family: "Nunito SemiBold";
  font-style: normal;
  line-height: 24px;
  border: 1px solid var(--green-primary) !important;
  text-transform: uppercase;
}
.supportEmail .customAcc {
  text-align: right;
  margin-top: 10px;
}
.supportEmail .customAcc a {
  color: var(--green-primary);
  font-size: 16px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.navAdmin {
  display: flex;
  align-items: center;
}
.navAdmin .userName {
  color: #031838;
  font-size: 16px;
  font-family: "Nunito";
  font-style: normal;
  line-height: 31px;
}
.avatar-admin {
  margin-right: 10px;
}
.gr-item-infonv {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.gr-item-infonv button {
  text-align: left;
  padding: 0;
}
.gr-item-infonv a,
.gr-item-infonv button {
  font-family: "Nunito SemiBold";
  color: #031838 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.gr-item-infonv button:hover {
  color: #0056b3 !important;
}
.gr-item-infonv img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.select2.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search__field {
  margin: 4px 0 0 0;
  padding: 0 7px;
}
.select2.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: 40px !important;
  padding: 5px;
}
.select2.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0 5px 0 0;
}
.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#viewDiv,
#viewDivTuDien,
#viewDivTruDen,
#viewDivMatNuoc,
#viewDivThamXanh {
  padding: 0;
  margin: 0;
  width: 100%;
}
.titleViewCMS {
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
#viewDiv .esri-view-surface:after {
  outline: none;
}

.nav-sidebar .nav-item.menu-is-opening > .nav-link .right {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.toggle-display {
  display: none;
}
/*nav tab*/
.nav-tab-home ul li {
  width: 50%;
  text-align: center;
}
.nav-tabsTuyenCay .nav-tabs .nav-item {
  padding-right: 16px;
}
.nav-tabsTuyenCay .nav-tabs .nav-item .nav-link,
.nav-tabsTuyenCay .nav-tabs {
  border: none;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--text-title);
  padding: 8px 0;
}
.nav-tabsTuyenCay .nav-tabs {
  margin-bottom: 16px;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #e6ebf1;
}
.nav-tabsTuyenCay .nav-tabs .nav-item .nav-link.active {
  color: var(--green-primary);
  border-bottom: 2px solid var(--green-primary);
}
.tabGiaoCongViec .daGiaoViec.active,
.daGiaoViec.active #daGiaoViec {
  margin-right: 0;
  color: var(--white);
}
/*menu home*/
.groupbgMenu,
.map-home,
.tintuc-cayxanh {
  background: var(--white);
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.groupbgMenu {
  /* position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; */
  /* background: #113859; */
  background: url("../lib/images/bg-header.png") #fff repeat-x center / contain;
  /* background-color: #fff;
  background-size: contain; */
  position: relative;
}
.groupbgMenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: contain;
  z-index: 0;
}

.groupbgMenu > div {
  position: relative;
}
.menuLogo,
.nameCuisine {
  display: flex;
  align-items: center;
}
/*.nameCuisine{
    flex-direction:column;
}*/
.nameCuisine span {
  color: var(--white);
  font-family: "Nunito SemiBold";
  font-style: normal;
}
.nameCuisine span:first-child {
  font-size: 30px;
  line-height: 35px;
  margin-right: 4px;
}
.nameCuisine span:last-child {
  font-size: 30px;
  line-height: 35px;
}
.groupbgMenu.display-shadow {
  box-shadow: 0px 2px 8px 0px rgba(0, 116, 23, 0.12);
}
.body-tree {
  background: var(--white);
  padding-top: 92px;
}
/*.view-map.map-home{
    padding:40px 0;
}*/
.custom-menu {
  background: var(--Background-background-02, #f4fdf9);
  box-shadow: 0px 2px 8px 0px rgba(0, 116, 23, 0.12);
}

.footerHome {
  padding: 15px 0 10px 0;
  background: url("../lib/images/bg-footer.png") no-repeat center / cover;
  background-size: cover;
  /* background: #113859; */
  position: relative;
}
/* .footerHome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */
/* .footerHome > div {
  position: relative;
  z-index: 1;
} */
.groupbgMenu .groupMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.groupbgMenu .groupMenu .menuLogo img {
  width: auto;
  max-width: 100%;
  height: 60px;
  padding-right: 10px;
}
.groupMenu .menu {
  display: flex;
  align-items: center;
}
.groupMenu .menu .navbar.bg-light {
  margin-bottom: 0;
  background-color: unset !important;
  padding: 0;
}
.menu .navbar-light .navbar-nav .nav-link.active,
.menu .navbar-light .navbar-nav .nav-link:hover {
  color: var(--green-primary);
  border-bottom: 4px solid var(--green-primary);
}
.menu .navbar-light .navbar-nav .nav-link {
  font-family: "Nunito SemiBold";
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: var(--text-title);
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.btn-login a {
  font-family: "Nunito SemiBold";
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
}
#toolbarDiv {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: default;
  /*display: flex;*/
  flex-direction: row;
  flex-wrap: nowrap;
}

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
  cursor: default;
  background-color: #999696;
}

.esri-widget--button.active path,
.esri-widget--button.active:hover path,
.esri-widget--button.active:focus path {
  fill: #e4e4e4;
}
#viewDiv,
#viewDivTuDien,
#viewDivTruDen,
#viewDivMatNuoc,
#viewDivThamXanh {
  position: relative;
}
#viewDiv .esri-view-surface canvas {
  border-radius: 8px;
}
.esri-ui-bottom-right {
  bottom: 0 !important;
  right: 50px !important;
}
#modalCongViecAdd ~ .modal-backdrop.show {
  opacity: 0;
}
.modal .modal-dialogHomeCayXanh {
  position: absolute;
  left: 50px;
  top: 100px;
}
.show_sidemenu,
.map-sidebar .modal-content {
  background: var(--white);
  height: calc(100vh - 137px);
  width: 20%;
  position: absolute;
  z-index: 1;
}
.map-sidebar .result-list-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--border);
  margin-bottom: 10px;
  padding-bottom: 16px;
  cursor: pointer;
}
.map-sidebar .result-list-item label,
.map-sidebar .result-list-item p {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 27px;
}
.map-sidebar .result-list-item label {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.map-sidebar .result-list-item label span {
  color: #889;
  font-family: "Nunito";
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}

.map-sidebar .result-list-item p {
  font-weight: 400 !important;
  margin-bottom: 10px;
}
.map-sidebar.search-results .modal-content {
  width: 25%;
}
.map-sidebar.search-results .modal-header {
  padding: 20px 20px 10px 20px;
}
.map-sidebar.search-results .modal-body {
  padding: 0 20px;
}
.show_sidemenu {
  min-width: 500px;
  width: 500px;
  border-right: 1px solid var(--border);
  background: var(--white);
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.12);
  height: 100vh;
  margin-top: 80px;
}
.result-content,
.ketQua ul {
  height: 200px;
  overflow: auto;
}
.result-content.result-content-home {
  height: 500px;
}
.result-content::-webkit-scrollbar-thumb,
.customTagHome #list-cvthuchien::-webkit-scrollbar-thumb,
.gr-soluongcay-render::-webkit-scrollbar-thumb,
.highcharts-scrolling::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  -webkit-border-radius: 999px;
}
.result-content::-webkit-scrollbar,
.customTagHome #list-cvthuchien::-webkit-scrollbar,
.gr-soluongcay-render::-webkit-scrollbar,
.highcharts-scrolling::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 999px;
}
.result-content::-webkit-scrollbar-track,
.customTagHome #list-cvthuchien::-webkit-scrollbar-track,
.gr-soluongcay-render::-webkit-scrollbar-track,
.highcharts-scrolling::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 999px;
}
.map-sidebar .modal-content {
  width: 30%;
  border-radius: unset;
  box-shadow: unset;
  border: none;
}
.show_sidemenu .nav-tabs,
.show_sidemenu .tab-content {
  padding: 0 24px;
}
.map-sidebar .modal-content .modal-body,
.map-sidebar .modal-content .modal-footer {
  padding: 20px;
}
.show_sidemenu .nav-tabs {
  border: none;
  margin-bottom: 15px;
  justify-content: center;
}
.img-cay-xanh img {
  width: 100%;
  border-radius: 8px;
}
.img-cay-xanh {
  margin-bottom: 10px;
}
.show_sidemenu .nav-tabs .nav-link:hover,
.show_sidemenu .nav-tabs .nav-link {
  border: none;
}

.show_sidemenu .dropdown .menuLop div {
  margin-right: 5px;
}

.show_sidemenu .dropdown .menuLop div span {
  color: var(--green-primary);
}

.show_sidemenu .dropdown .menuLop {
  display: flex;
  margin-bottom: 8px;
}

.show_sidemenu .dropdown .dropdown-toggleHome {
  font-family: "Nunito SemiBold";
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: var(--text-title);
}
.show_sidemenu .dropdown.dropdown-2 .menuLop,
.show_sidemenu .dropdown.dropdown-3 .menuLop,
.show_sidemenu .dropdown.dropdown-2 .dropdown-item,
.show_sidemenu .dropdown.dropdown-3 .dropdown-item {
  margin-bottom: 0;
}
.show_sidemenu .dropdown .dropdown-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 0 0 32px;
}

.show_sidemenu .dropdown ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.show_sidemenu .nav-tabs .nav-link {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: var(--text-title);
}

.show_sidemenu .nav-tabs .nav-link.active {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: var(--green-primary);
  border: 0;
}
.map-sidebar .m-custom-group {
  display: flex;
  flex-direction: column;
}

.tableCayXanh tbody tr td {
  border: 1px solid var(--green-primary);
  font-family: "Nunito";
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: var(--text-title);
}
.tableCayXanh tbody tr td:last-child {
  text-align: center;
}
.tableDSCX tbody tr td:last-child {
  text-align: left;
}
.esri-ui-corner .esri-component {
  box-shadow: none;
}
.esri-component.esri-icon-layer-list {
  display: none;
}
.esri-ui-inner-container .esri-widget--button,
.esri-component button {
  color: #16161d;
  border: 1px solid #cdd2d8;
  border-radius: 4px;
  background: var(--white) !important;
  margin-left: 5px;
}
.esri-component.esri-widget {
  background: none;
}
.esri-search__submit-button,
.esri-expand__panel .esri-widget--button {
  margin-bottom: 0 !important;
}
.esri-ui-inner-container .esri-zoom .esri-widget--button:first-child {
  border-radius: 4px 4px 0 0;
}

.esri-ui-inner-container .esri-zoom .esri-widget--button:last-child {
  border-radius: 0 0 4px 4px;
  margin-bottom: 0;
  border-top: 0;
}
.esri-search__submit-button {
  border: none !important;
  color: unset !important;
}
.esri-search__form .esri-input[type="text"] {
  height: auto !important;
}
.esri-search__form .esri-input[type="text"]::placeholder {
  color: var(--text-title);
}
.esri-search__submit-button {
  border-radius: unset !important;
}

.esri-ui .esri-ui-corner .esri-component {
  color: #16161d;
  box-shadow: unset;
}
.esri-component .esri-popup__header button {
  border: none;
  border-radius: 8px 0 0 0;
}
.esri-popup__main-container,
.esri-popup--shadow {
  border-radius: 8px;
}
.esri-popup__main-container .esri-popup__footer {
  border: none;
}
.contentPA,
.pointerClick {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.esri-popup__footer div[title="Chi tiết"] .esri-popup__icon,
.esri-popup__footer div[title="Chỉ đường"] .esri-popup__icon {
  display: none;
}
.esri-popup__footer .esri-popup__button {
  height: 40px;
  border: 1px solid #113859;
  background: #113859;
  margin: 0 10px 0 0;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: "Nunito";
  font-size: 16px !important;
  font-weight: normal;
  line-height: 27px;
  color: var(--white);
}
.esri-popup__header .esri-popup__header-title {
  padding: 9px 13px;
}
table.esri-widget__table tr th {
  border-right: 1px solid #113859;
  border: none;
  width: 25%;
}
.esri-view-width-xlarge .esri-popup__main-container {
  width: 600px !important;
}
.popup-field span.icon-area::after,
.popup-field span.icon-product::after,
.popup-field span.icon-links::after {
  margin-right: 10px;
  color: #113859;
}
.popup-field:not(:last-child) {
  margin-bottom: 5px;
}
.popup-field {
  display: flex;
  align-items: center;
  color: #031838;
  font-size: 16px;
  font-family: "Nunito SemiBold";
  line-height: 22px;
}
.popup-field:last-child a {
  color: #113859 !important;
}
.popup-field span.icon-area::after {
  content: "home";
}
.popup-field span.icon-product::after {
  content: "fastfood";
}
.popup-field span.icon-links::after {
  content: "link";
}
.esri-widget__table tr td {
  width: 75% !important;
}
.esri-widget__table tr th,
.esri-widget__table tr td {
  border: 1px solid #113859;
  border: none;
  background: var(--white);
  font-family: "Nunito";
  font-size: 16px !important;
  font-weight: normal;
  line-height: 27px;
  color: #16161d;
}
.esri-popup__header h2.esri-widget__heading {
  font-family: "Nunito SemiBold";
  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
  color: #113859;
}
.esri-popup__main-container .esri-popup__content {
  margin-bottom: 0;
}
.esri-popup__footer .esri-popup__button {
  align-items: center;
}
.esri-popup__footer .esri-popup__button .esri-popup__icon {
  margin-right: 5px;
  margin-left: 0;
}
.esri-popup__footer .esri-popup__inline-actions-container,
.esri-popup__navigation {
  padding: 10px 20px 15px 20px;
}
section.esri-popup__navigation {
  align-items: center;
  border-inline-start: none;
}
section.esri-popup__navigation .esri-popup__feature-menu-button {
  border-inline-end: none;
}
section.esri-popup__navigation .esri-popup__pagination-previous {
  margin-right: 10px;
}
.esri-search__container .esri-search__input-container input {
  border: 1px solid #cdd2d8;
  border-radius: 4px;
}
.esri-search__container .esri-search__submit-button {
  color: #16161d !important;
  border: 1px solid #cdd2d8 !important;
  border-radius: 4px !important;
  margin-left: 5px;
}
.map-cayxanh #viewDiv,
.map-cayxanh #viewDivTuDien,
.map-cayxanh #viewDivTruDen,
.map-cayxanh #viewDivMatNuoc,
.map-cayxanh #viewDivThamXanh {
  height: 100vh;
}
.map-home #viewDiv {
  height: 100vh;
}
/*gop y phan anh*/
.brPhanAnh,
.brDetailPhanAnh {
  display: flex;
  align-items: center;
}
.brPhanAnh:before,
.brDetailPhanAnh:before {
  content: "";
  background: url("../lib/images/chevron_right.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 4px;
}
.custom-breadcrumb {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
.gr-breadcrumb {
  display: flex;
}
.custom-breadcrumb a {
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.custom-breadcrumb span:last-child a {
  color: #888899;
}
.noidungpa {
  padding-bottom: 60px;
}
.noidungpa .tieudephananh span,
.gr-cacphananhganday .address {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
.tieudephananh,
.diachiphananh {
  margin-bottom: 8px;
}
.ngayphananh span,
.gr-cacphananhganday .date {
  color: #6f6f80;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.noidungphananh,
.ngayphananh {
  margin-bottom: 16px;
}
.noidungphananh span,
.donvithuli span,
.diachiphananh span,
.chuyenmucphananh span {
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.diachiphananh span,
.chuyenmucphananh span,
.donvithuli span,
.titleAnhPhanAnh,
.titleVideoPhanAnh {
  font-family: "Nunito SemiBold";
}
.diachiphananh,
.donvithuli,
.titleAnhPhanAnh,
.titleVideoPhanAnh,
.anh-PhanAnh {
  margin-bottom: 8px;
}
.noidungtraloi,
.diachi-chuyenmuc {
  background: #e0f3ff;
  padding: 16px;
  border-radius: 8px;
  margin-top: 24px;
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.noidungtraloi.bg-none {
  background: none;
}
.diachi-chuyenmuc {
  margin-top: 0;
  margin-bottom: 16px;
}
.gr-cacphananhganday .categories {
  margin-bottom: 4px;
  line-height: 20px;
}
.gr-cacphananhganday .date {
  font-size: 14px;
  line-height: 20px;
}
.gr-cacphananhganday .address {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.gr-cacphananhganday .img-phanAnh {
  display: flex;
  border-bottom: 1px solid #e6ebf1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.gr-cacphananhganday .img-phanAnh:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gr-cacphananhganday .img-phanAnh .item-options img {
  width: 128px;
  height: 96px;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.imgGopY img {
  width: 100px;
  height: 90px;
  border-radius: 4px;
}
.imgPhanAnh,
.videoPhanAnh {
  width: 100%;
  height: 450px;
}
.btn-filter {
  display: flex;
}
.FilterPhanAnh,
.FilterPhanAnh:hover,
.FilterPhanAnh:focus {
  color: var(--green-primary);
}

.FilterPhanAnh .btn-Filter {
  border: 1px solid var(--green-primary);
  border-radius: 4px;
  padding: 8px;
  margin-right: 10px;
}
.searchAll #btn-timKiem {
  margin-right: 5px;
}
.lg-container.lg-show {
  position: relative;
  z-index: 1060;
}
.img-responsive {
  border-radius: 8px;
}
.owl-carousel .owl-item img {
  object-fit: cover;
}
.owl-carousel-detailThamXanh .owl-item img {
  border-radius: 8px;
}
.pointerClick {
  cursor: pointer;
}
.titleGopYPhanAnh {
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
#noiDungPhanAnh p {
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.gopYactive,
.gopYnonActive {
  display: flex;
  align-items: center;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.gopYactive {
  color: #21c87a;
}
.gopYnonActive {
  color: #9b9b9b;
}
.gopYnonActive:before {
  content: "";
  display: block;
  background: url("../lib/images/icon-shut-down.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  flex: none;
}

.gopYactive:before {
  content: "";
  display: block;
  background: url("../lib/images/icon-active.png") no-repeat;
  flex-shrink: 0;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  flex: none;
}

.iconHetHangSuDung::before {
  content: "";
  display: block;
  background: url("../lib/images/icon-shut-down.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  flex: none;
}
.diaChiSk,
.giaoThongDoThi,
.ngayXuLy {
  display: flex;
}
.diaChiSk .icon-local,
.giaoThongDoThi .icon-sell,
.ngayXuLy .icon-calendar {
  margin-right: 5px;
}
.diaChiSk .icon-local {
  color: #ff7373;
}
.giaoThongDoThi .icon-sell {
  color: #ffb24a;
}
.ngayXuLy .icon-calendar {
  color: #21c87a;
}
#noiDungTraLoi p {
  font-family: "Nunito";
}
/*TrangChu*/
#data-container ul li .detail-tintuc img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

#data-container ul {
}

.contentNews ul li,
.detail-cayxanh {
  display: flex;
  margin: 0;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
}
.detail-cayxanh {
  display: block;
  height: 100%;
}
.viewdanhmuc .danhmuccayxanh {
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
}
.viewdanhmuc .danhmuccayxanh .detail-tintuc1 {
  margin-bottom: 16px;
}
.viewdanhmuc .danhmuccayxanh .detail-tintuc1 img {
  border-radius: 8px;
}
.view-TinTucNoiBat .title-home {
  text-align: center;
}
.detail-chungloaicay,
.swiper-slide-left {
  position: relative;
}
.list-DanhMuc .detail-chungloaicay .titleNews,
.mySwiper .slide-content {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 16px;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.5s;
}

.motacay {
  display: none;
  overflow: hidden;
  color: var(--Content-text-white-primary, #fff);
  text-overflow: ellipsis;
  /* Title/Medium */
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.15px;
  transition: all 0.5s;
}

.detail-chungloaicay .titleNews {
  max-height: 80px;
  min-height: 0;
  transition: all 0.5s ease-in-out;
}

.detail-chungloaicay:hover .titleNews {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  border-radius: 8px;
}

.detail-chungloaicay:hover .motacay {
  height: 100%;
  display: block;
}

.mySwiper .slide-content {
  border-radius: 0 0 16px 16px;
}
.titleNews .tencmcay,
.slide-content .slide-tencay {
  overflow: hidden;
  color: var(--white);
  text-overflow: ellipsis;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.15px;
  cursor: pointer;
}
.slide-content .slide-tencay {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.title-home {
  font-family: "Nunito SemiBold";
  color: var(--green-primary);
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.title-home .title-background {
  color: var(--Background-background-04, #ddf6e7);
  text-align: center;
  font-family: Nunito Black;
  font-size: 57px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.25px;
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
  z-index: -1;
  text-transform: uppercase;
}
.list-TinTuc ul,
.viewdanhmuc #data-container ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
}

.list-TinTuc ul li {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 12px;
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
#data-container ul .danhmuccayxanh1 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 12px;
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  border: none;
  background: none;
}
.danhmuccayxanh1 .danhmuccayxanh .contentTinTuc {
  padding: 0;
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 20px;
}
#data-container ul .danhmuccayxanh2 {
  display: flex;
  margin: 0;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--white);
}

.danhmuc-tencay {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  margin-bottom: 16px;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
.mota-cayxanh {
  color: #6f6f80;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
#soLuongcay #map {
  border-radius: 8px;
}
.view-soluongcay,
.view-TinTucNoiBat {
  background: #f4fdf9;
}
.view-TinTucNoiBat {
  padding-bottom: 30px;
}
.view-soluongcay {
  padding: 60px 64px;
}
.view-soluongcay .gr-sluongcay .custom-item .item-tkTree {
  background: none;
  border: none;
  padding: 0;
}
.view-soluongcay .gr-sluongcay {
  margin-bottom: 0;
}
.click-view-all:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../lib/images/icon-arrow_right_alt.svg") no-repeat;
}
.view-DanhMucCayXanh .list-DanhMuc {
  position: relative;
  z-index: 3;
}
.title-DanhMucCayXanh {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.title-DanhMucCayXanh .title-home .title-background {
  left: 25%;
}
.title-DanhMucCayXanh .click-view-all {
  margin-top: 0;
  width: 100%;
}
.title-DanhMucCayXanh .title-home {
  margin-bottom: 0;
  width: 100%;
}
.click-view-all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--green-primary);
  font-family: "Nunito SemiBold";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-top: 30px;
}
.gr-sluongcay {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-bottom: 24px;
}
.info-TinTucNoiBat {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 16px;
  border-radius: 16px;
}
.info-TinTucNoiBat:hover {
  box-shadow: 0px 0px 16px 0px rgba(22, 22, 29, 0.2);
}
.info-TinTucNoiBat:hover .titleNews {
  color: var(--green-primary) !important;
}
.gr-sluongcay .custom-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  padding: 0 12px;
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
  align-items: center;
}

.gr-sluongcay .custom-item .item-tkTree {
  width: 100%;
  height: 100%;
  background: var(--white);
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-soluongcay-db .gr-sluongcay {
  justify-content: flex-start;
}
.item-tkTree .number {
  font-family: "Nunito SemiBold";
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #00400d;
}

.item-tkTree .name {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 24px;
  color: var(--text-title);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.gr-sluongcay .custom-item:nth-child(1) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(2) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(3) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(4) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(5) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(6) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(7) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(8) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(9) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(10) .icon-tree::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
}

.gr-sluongcay .custom-item:nth-child(1) .icon-tree::before {
  background: url("../lib/images/db-tree.png") no-repeat;
}

.gr-sluongcay .custom-item:nth-child(6) .icon-tree::before {
  background: url("../lib/images/db-glass.png") no-repeat;
}

.gr-sluongcay .custom-item:nth-child(3) .icon-tree::before {
  background: url("../lib/images/db-thamxanh.png") no-repeat;
}

.gr-sluongcay .custom-item:nth-child(7) .icon-tree::before {
  background: url("../lib/images/db-matnuoc-1.png") no-repeat;
}
.gr-sluongcay .custom-item:nth-child(2) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(3) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(4) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(5) .icon-tree::before,
.gr-sluongcay .custom-item:nth-child(8) .icon-tree::before {
  background: url("../lib/images/db-tree-1.png") no-repeat;
}

.gr-sluongcay .custom-item:nth-child(9) .icon-tree::before {
  background: url("../lib/images/db-plant.png") no-repeat;
}

.gr-sluongcay .custom-item:nth-child(10) .icon-tree::before {
  background: url("../lib/images/db-plant-1.png") no-repeat;
}
.right-col-caycamtrong {
  position: relative;
  width: 52%;
  height: 100%;
  padding-left: 100px;
}
.swiper.mySwiper {
  width: 48%;
  height: 100%;
}
.swiper.mySwiper2 {
  width: 100%;
}
.mySwiper2 .title-background {
  width: 100%;
}
.group-content-areas {
  position: relative;
}

.group-bgPtb1 {
  width: 250px;
  height: 300px;
  z-index: 0;
  position: absolute;
  left: -100px;
  top: 400px;
  border-radius: 324px;
  background: var(
    --Linear-linear-01,
    linear-gradient(60deg, #d4f5e8 13.4%, #cffac7 86.6%)
  );
  filter: blur(75px);
}

.group-bgPtb2 {
  width: 200px;
  height: 300px;
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 300px;
  border-radius: 432px;
  background: var(
    --Linear-linear-01,
    linear-gradient(60deg, #d4f5e8 13.4%, #cffac7 86.6%)
  );
  filter: blur(75px);
}
/*Ban do*/
.map-sidebar-home.map-sidebar,
.show_sidemenu.show_sidemenu_home {
  top: 150px;
  left: 60px;
  height: 100vh;
  border-radius: 16px;
  margin: 0;
  height: auto;
}
.ketQua ul li {
  margin-bottom: 10px;
  cursor: pointer;
}
.ketQua ul li:hover {
  color: dodgerblue;
}
.map-sidebar {
  height: 100vh;
}
.map-sidebar {
  min-width: 500px;
  width: 500px;
  position: absolute;
  z-index: 1;
  background: var(--white);
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.12);
  margin-top: 80px;
}
.body-search {
  padding: 16px 24px 24px 24px;
}
.title-back img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.title-back span {
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  display: flex;
}
.title-back {
  border-bottom: 1px solid var(--border);
  padding: 16px 24px;
}
.khuditich {
  margin-top: 16px;
}
.gr-btn-home {
}
.custom-search-results {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px 24px;
}

/*Tin Tuc*/
.view-docnhieunhat .title-docnhieunhat {
  margin-bottom: 16px;
}
.name-bv {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.day-bv {
  color: #889;
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.gr-docnhieunhat {
  display: flex;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.gr-docnhieunhat:last-child {
  border: none;
  margin-bottom: 0;
}
.gr-docnhieunhat img {
  border-radius: 8px;
  width: 128px;
  height: 88px;
  object-fit: cover;
  margin-right: 8px;
  cursor: pointer;
}
.detail-tintuc img {
  border-radius: 8px;
}
.tencm-bv span,
.tieude-bv span {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 24px;
  font-style: normal;
}
.ngaytao-bv span {
  color: #6f6f80;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.tieude-bv {
  margin-bottom: 8px;
}
.tomtat-bv,
.noidung-bv,
.ngaytao-bv,
.detail-img-tintuc {
  margin-bottom: 24px;
}
.detail-img-tintuc,
.anh-PhanAnh .owl-item {
  text-align: center;
}
.detail-img-tintuc img {
  border-radius: 8px;
  max-width: 780px;
}
.chitiettinbai {
  margin-bottom: 32px;
}
.anh-PhanAnh .owl-item img,
.video-PhanAnh {
  padding: 0 30px;
}
.tomtat-bv span,
.noidung-bv span {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.noidung-bv span {
  font-family: "Nunito";
}
.nguon-bv {
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-align: right;
}
.nguon-bv span {
  font-family: "Nunito SemiBold";
}
.quanly-new {
  display: flex;
  margin: 0 -32px;
}
.formPhanAnh {
  padding-top: 20px;
  padding-bottom: 60px;
  /*height:calc(100vh - 350px);*/
}
.formTinTuc {
  padding-top: 20px;
  padding-bottom: 60px;
}
.groupNameMnu {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.filterNews {
  padding-bottom: 20px;
}
.groupNameMnu .btn-menu,
.btn-close-menu {
  width: 24px;
  height: 24px;
  display: none;
}
.btn-menu {
  display: none;
}
.col-ctnews {
  width: 70%;
}
.col-cmnews {
  width: 30%;
}
.quanly-new .col-ctnews,
.quanly-new .col-cmnews {
  padding: 0 32px;
  position: relative;
}
.filterNews input {
  height: 41px;
}
.contentNews ul li .detail-tintuc {
  width: 40%;
}
.contentNews ul li .detail-tintuc img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.view-DanhMucCayXanh {
  padding: 40px 0 36px 0;
}
.list-DanhMuc ul li .detail-chungloaicay img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.list-DanhMuc ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
}
.list-DanhMuc ul li {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 12px;
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding-bottom: 24px;
}
.info-TinTucNoiBat .contentTinTuc {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.contentNews .contentTinTuc {
  display: flex;
  flex-direction: column;
  padding: 8px 8px 8px 16px;
  width: 60%;
}
.detail-cayxanh img {
  margin-bottom: 8px;
  border-radius: 8px;
}
/*.view-detal-tree{
    padding-bottom:60px ;
}*/
.info-TinTucNoiBat .contentTinTuc .titleNews,
.contentNews .contentTinTuc .titleNews,
.detail-cayxanh span {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 4px;
}
.info-TinTucNoiBat .contentTinTuc .dateNews,
.contentNews .contentTinTuc .dateNews {
  font-family: "Nunito";
  font-size: 14px;
  line-height: 20px;
  color: #888899;
  margin-bottom: 4px;
}
.info-TinTucNoiBat .contentTinTuc .summaryNews,
.contentNews .contentTinTuc .summaryNews {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #6f6f80;
}
.contentNews .contentTinTuc .summaryNews {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.contentNews ul,
.rightMenuNews ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
/*.contentNews ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.contentNews ul li {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 10px;
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    padding-bottom: 32px;
}*/
.chuyenmuc-docnhieu,
.phanAnhCayXanh {
  position: sticky;
  top: 100px;
}
.view-docnhieunhat {
  margin-bottom: 32px;
}
.chuyenMucNews {
  background: var(--Background-background-04, #ddf6e7);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 32px;
}
.chuyenMucNews .titleChuyenMuc,
.chuyenMucNews .titleDanhMuc,
.title-docnhieunhat {
  text-decoration: none;
  font-family: "Nunito";
  font-weight: 600 !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: var(--green-primary);
  border-bottom: 1px solid #59a568;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rightMenuNews ul li {
  margin-bottom: 9px;
}
.rightMenuNews ul li a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../lib/images/fiber_manual_record.svg") no-repeat;
  margin-right: 4px;
  flex-shrink: 0;
}
.rightMenuNews ul li a.active:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../lib/images/icon-acttive-menu.svg") no-repeat;
  margin-right: 4px;
  flex-shrink: 0;
}
.rightMenuNews ul li a {
  display: flex;
  align-items: center;
  color: #00400d;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  cursor: pointer;
}
.rightMenuNews ul li a.active {
  color: #007417;
  font-family: "Nunito SemiBold";
}

.pageNews .paginationjs {
  justify-content: flex-end;
  flex-direction: row;
}
.pageNews.pageNews-cms .paginationjs {
  flex-direction: row-reverse;
}
.paginationjs-nav.J-paginationjs-nav {
  display: none;
}
.pageNews .paginationjs .paginationjs-pages li {
  margin: 0 8px;
}

.pageNews .paginationjs .paginationjs-pages li {
  padding: 8px;
  border-right: 1px solid;
  border-radius: 4px !important;
  border: none;
}
.pageNews.pageNews-cms .paginationjs .paginationjs-pages li a {
  background: var(--white);
}
.pageNews .paginationjs .paginationjs-pages li a {
  background: #f4fdf9;
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}
.pageNews .paginationjs .paginationjs-pages li:last-child {
  border: none;
}
.pageNews .paginationjs .paginationjs-pages li.active,
.pageNews .pagination li a.activePagination {
  border: 1px solid var(--green-primary);
  background: var(--green-primary);
  opacity: 1;
}
.pageNews .paginationjs .paginationjs-pages li.active > a {
  line-height: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: var(--white);
}
.pageNews .pagination li a.page-link {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  border: none;
  display: block;
  margin: 0 8px;
  min-width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.page-style {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.page-style .page-record-custom,
.page-style .page-record-custom ul {
  margin: 0;
}
.page-style .page-record-custom {
  margin-left: 8px;
}
.pageNews .pagination li a.activePagination {
  color: var(--white);
}
.pageNews .paginationjs .paginationjs-pages li > a {
  opacity: unset !important;
}
.pageNews .paginationjs .paginationjs-size-changer > select {
  border-color: var(--green-primary);
  color: var(--green-primary);
}

.pageNews .paginationjs .paginationjs-pages li.active > a,
.pageNews .paginationjs .paginationjs-pages li > a:hover {
  background: none;
}
.pageNews .paginationjs-prev a,
.pageNews .paginationjs-next a {
  font-size: 0 !important;
}
/*.pageNews .paginationjs-prev a:before {
    font-family: 'material-symbols-rounded';
    content: 'chevron_left';
    display: block;
    font-size: 24px;
}
.pageNews .paginationjs-next a:before {
    font-family: 'material-symbols-rounded';
    content: 'chevron_right';
    display: block;
    font-size: 24px;
}*/

.pageNews .paginationjs-prev.disabled li {
  opacity: 1;
}

article .header-content::before {
  display: block;
  content: "test";
  color: #001705;
}

/*view details tree*/
/*.view-detal-tree{
    display:flex;
}*/
.view-detal-tree .content-tree .text-detail #anh img,
.view-detal-tree .content-tree .text-detail ul li img,
.file-upload-display img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
}
.text-detail #list-file li,
.text-detail #list-file li .file-upload-display {
  display: block;
}
.content-tree .text-detail label:first-child {
  font-weight: 500 !important;
  min-width: 150px;
  font-size: 16px;
}
.info-tree .content-tree .text-detail label:first-child {
  min-width: 150px;
}
.content-tree .set-width .text-detail label:first-child {
  font-weight: 500 !important;
  min-width: 130px;
}
.content-tree .text-detail label:last-child {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
}
.title-qlnv {
  margin-bottom: 16px;
  font-family: "Nunito SemiBold";
  font-size: 22px;
  line-height: 28px;
  color: var(--green-primary);
}
.quanLyNV {
  background: #f4fdf9;
  padding: 16px;
  border: 2px solid var(--green-primary);
  border-radius: 8px;
}
.cus-collapse {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--green-primary);
}
.cus-collapse-map {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.title-btn-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.title-btn-back.scroll-menu {
  position: sticky;
  top: 0;
  background: #e7faeb;
  padding: 16px 24px 16px 24px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.12));
  margin-bottom: 0;
  z-index: 2;
}
.dnoneMenu {
  display: none;
}
.scroll-menu .titleViewCMS {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.gr-title-tree {
  border-right: 1px solid #c9edd1;
  padding-right: 16px;
  margin-right: 16px;
}
.icon-add-qr {
  background: var(--white);
  border-radius: 4px;
  padding: 2px;
  border: 1px solid var(--green-primary);
  cursor: pointer;
}
.btn-collapse-table.collapsed .icon-plus-minus,
.btn-add-rg {
  background: url("../lib/images/icon-circle-plus.png") no-repeat;
  width: 24px;
  height: 24px;
}
.btn-add-rg {
  background: url("../lib/images/add_hd.svg") no-repeat;
  width: 18px;
  height: 18px;
}
.btn-addhd {
  background: var(--white);
  border: 1px solid var(--green-primary);
  padding: 4px;
  border-radius: 8px;
}
.col-addhd {
  background: #e2f6e6;
}

.row-add-hd {
  display: flex;
  justify-content: center;
}
.btn-collapse-table .icon-plus-minus {
  background: url("../lib/images/icon-circle-minus.png") no-repeat;
  width: 24px;
  height: 24px;
}

/*.dataTables_scrollHeadInner,
.tableCayXanh {
    width: 100% !important;
}*/

.cus-form-general,
.form-general-home.cus-form-general {
  padding: 24px;
}
.cus-form-general.area-title .form-general {
  position: relative;
}

.cus-form-general.area-title .form-group {
  padding-top: 10px;
}
.cus-table {
  padding-top: 24px;
  scroll-margin-top: 70px;
}
.element-tooltip.active .text-medium {
  background-color: var(--green-primary);
  padding: 8px 16px;
  border-radius: 40px;
  color: var(--white);
  font-family: "Nunito SemiBold";
}
.element-tooltip .text-medium {
  padding: 8px 16px;
  font-weight: 500;
  color: var(--text-title);
  font-family: "Nunito SemiBold";
}
.element-tooltip .cursor-pointer:last-child .text-medium {
  margin-right: 0;
}

.form-map {
  padding-top: 24px;
}

.form-general,
.form-general-home {
  padding: 16px;
  border: 1px solid #e2e8ef;
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 24px;
}
.detail-cachChamSoc {
  margin-top: 24px;
}
.form-general-home {
  border: none;
  padding: 24px;
}
.qr-chitietcay img {
  border: 1px solid var(--border);
  border-radius: 8px;
  width: 100%;
}
#idQR img {
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-top: 20px;
  width: 200px;
  height: 200px;
}
.loai-cay {
  color: #0094e8;
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 4px;
}
.dai-chuvi-dk span {
  color: var(--text-title);
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.dai-chuvi-dk {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.chuvicay,
.duongkinhcay {
  display: flex;
  align-items: center;
}
.chuvicay img,
.duongkinhcay img {
  width: 4px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
}
/*view chi tiet*/
.noiDungCv .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-report.form-general,
.margin-css {
  margin-bottom: 16px;
}
.noiDungCv .list-item .item-name-noidung {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: var(--text-title);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #fff !important;
}
.navbar-nav .dropdown-menu {
  margin-top: 10px !important;
}
.toggleClNv {
  display: none;
}
.form-inline-nv:focus {
  background: none;
}
.item-noidung {
  margin-right: 10px;
}
.cus-dsbaocao .col-md-4 span {
  word-break: break-word;
}
.table-dsbaocao {
  height: 250px;
  overflow: auto;
}
.table-dsbaocao thead th {
  position: sticky;
  top: 0;
}
.item-name-noidung,
.item-congviec {
  width: 90%;
}
.item-noidungbaocao {
  margin: 0 20px;
  flex-grow: 1;
}
.item-ngaybaocao {
  margin: 0 20px;
}
img {
  width: 100%;
}
.item-trangthai span {
  padding: 6px 16px;
  border-radius: 4px;
  text-align: center;
  color: var(--white);
}
.item-trangthai .test-hoanThanh {
  background: #cce7cf;
  color: #00860d;
}
.item-trangthai .text-chuaThucHien {
  background: #ffa800;
  color: var(--text-title);
}
.item-trangthai .test-dangThucHien {
  background: #cceafa;
  color: #0094e8;
}
.viewQlCV {
  margin-top: 24px;
}
#title-tree {
  font-weight: 500;
}
#title-code-tree {
  font-weight: 400;
  color: #6f6f80;
  font-size: 16px;
}
.counter-group {
  display: flex;
}

/*DashBoard*/
.img-tree img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}
.gr-cayXanhGanDay,
.khuDiTich-Tuyen,
.name-TuyenCay {
  display: flex;
}
.name-TuyenCay {
  align-items: center;
}
.gr-cayXanhGanDay {
  border-bottom: 1px solid #e6ebf1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.gr-cayXanhGanDay:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.gr-cayXanhGanDay .img-tree {
  width: 72px;
  margin-right: 16px;
}
.name-TuyenCay:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-left: 10px;
  background: url("../lib/images/icon-shut-down.png") no-repeat;
  flex-shrink: 0;
}
.name-tree {
  color: #00400d;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.name-khuDiTich,
.name-TuyenCay {
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.name-khuDiTich span,
.name-TuyenCay span {
  font-family: "Nunito SemiBold";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.name-tree span {
  color: #888899;
  font-family: "Nunito";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.ten-khuditich,
.soluong-cay {
  color: var(--text-title);
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 24px;
}
.ten-khuditich {
  width: 125px;
}
.sl-progress {
  width: 240px;
}
.soluong-cay span {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 24px;
  color: #6f6f80;
}
.soluong-cay {
  width: 100px;
  text-align: end;
}
.gr-soluongcay:last-child {
  margin-bottom: 0;
}
.gr-soluongcay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 10px;
}
.sl-progress .progress {
  height: 8px;
  border-radius: 8px;
  background: #e6ebf1;
}
.progress-bar.progress-green {
  background-color: #00860d;
  border-radius: 8px;
}
.progress-bar.progress-blue {
  background-color: #0094e8;
  border-radius: 8px;
}
.progress-bar.progress-yellow {
  background-color: #ffa800;
  border-radius: 8px;
}
.cus-height {
  min-height: 350px;
}
.trangthai-thuchien,
.thoigian-hoanthanh,
.task-edit {
  display: flex;
}
.trangthai-thuchien {
  margin-bottom: 8px;
}
.thoigian-hoanthanh {
  justify-content: space-between;
}
.trangthai-thuchien .normal {
  margin-right: 8px;
}
.ngay-thang-nam,
.task-item,
.edit-item {
  display: flex;
  align-items: center;
  font-family: "Nunito SemiBold";
  font-size: 12px;
  line-height: 16px;
  color: #888899;
}
.task-item {
  margin-right: 8px;
}
.gr-cvchuathuchien {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}
.gr-cvchuathuchien .ten-congviec {
  font-family: "Nunito SemiBold";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.trangthai-thuchien .normal {
  font-family: "Nunito SemiBold";
  font-size: 12px;
  line-height: 16px;
  color: #00860d;
  background: #cce7cf;
  padding: 2px 6px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.trangthai-thuchien .hard {
  font-family: "Nunito SemiBold";
  font-size: 12px;
  line-height: 16px;
  color: #c61616;
  background: #f3d0d0;
  padding: 2px 6px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.ngay-thang-nam:before,
.task-edit .task-item:before,
.task-edit .edit-item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.ngay-thang-nam:before {
  background: url("../lib/images/dash-board-clock.svg") no-repeat;
}
.task-edit .task-item:before {
  background: url("../lib/images/paperclip-2.svg") no-repeat;
}
.task-edit .edit-item:before {
  background: url("../lib/images/dash-board-edit.svg") no-repeat;
}
.view-db-02 {
  margin-bottom: 24px;
}
.view-db-04 .row {
  margin: 0 -12px;
}

.gr-cayxanh-bieudo {
  display: flex;
}
.item-gr {
  width: 100%;
}
.grcayxanh-tyle-soluong {
  justify-content: space-between;
}
.gr-cayxanh-bieudo {
  margin: 0 -12px;
  padding: 0;
}
.item-gr {
  padding: 0 12px;
}

.view-db-04 .row .col-md-4,
.view-db-04 .row .col-md-8 {
  padding: 0 12px;
}

/*Swiper*/
.cate-name {
  margin-bottom: 48px;
}
.gr-btn-swiper .swiper-button-next,
.gr-btn-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.gr-caycamtrong {
  display: flex;
  margin: 60px 0;
  position: relative;
}
.gr-caycamtrong .slider-nav-thumbnails .slick-slide.slick-current {
  width: 300px !important;
}
.gr-caycamtrong .slider-nav-thumbnails .slick-slide {
  padding: 0 8px;
}

.gr-caycamtrong .slick-slide img {
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.gr-caycamtrong .slider-nav-thumbnails {
  width: 50%;
}
.gr-caycamtrong .slider {
  width: 50%;
}
.slick-next {
  position: absolute;
  right: 300px;
  bottom: 80px;
}
.btn-prev-next .slick-next {
  width: 40px;
}
.btn-prev-next .slick-prev {
  width: 40px;
  left: -100px;
}
.container-new .title-home .title-background {
  white-space: nowrap;
  text-transform: uppercase;
  top: -15px;
  transform: unset;
  left: 0;
}
.slick-prev:after,
.slick-next:after {
  content: "" !important;
  display: block;
  width: 40px;
  height: 40px;
}
.slick-next:after {
  background: url("../lib/images/icon-button.svg") no-repeat;
}
.slick-prev:after {
  background-image: url("../lib/images/icon-button 1.svg");
}

/*HightChart*/
#tyleloaicay {
  height: 265px;
}
/*preload*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
}

.mini-preloader {
  background: #f4fdf9;
  position: absolute;
  top: 52px;
  height: 100%;
  width: 100%;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  opacity: 1;
  background: #f4fdf9;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  opacity: 0;
}

.preloader.preloader-deactivate .treeloader {
  opacity: 0;
  visibility: hidden;
}

div[class*="preloader"] svg {
  display: block;
  width: 258px;
  height: 258px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle-mask {
  transform-origin: 50% 90%;
  animation: scale 5s infinite ease-out;
}

@keyframes scale {
  0%,
  100% {
    transform: scale(0);
  }

  7%,
  90% {
    transform: scale(0.4);
  }

  50% {
    transform: scale(1);
  }
}
.item-content {
  border-radius: 16px;
  border: 1px solid var(--Border-border-01, #e6ebf1);
  background: var(--Background-background-01, #fff);
  height: 100%;
}
.images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
}
.images .phan-anh-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 12px;
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  margin-bottom: 16px;
}

.images .phan-anh-wrapper .item-content img,
.images .phan-anh-wrapper .item-content video {
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
}
.images .phan-anh-wrapper .item-content video {
  width: 100%;
}
.item-options .under-img-wrapper {
  background: var(--white);
  padding: 16px;
  border-radius: 0 0 16px 16px;
}
.categories,
.under-img-wrapper .address {
  font-family: "Nunito SemiBold";
  font-size: 14px;
  font-style: normal;
  margin-bottom: 8px;
  cursor: pointer;
}
.categories {
  color: #0094e8;
}
.under-img-wrapper .address {
  color: var(--text-title);
  font-size: 16px;
  line-height: 20px;
}
.date-time-xuly {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
}
.date-time-xuly .date.hidden-if-overflow span {
  color: #889;
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.date-time-xuly .daXuLy,
.date-time-xuly .dangXuLy,
.date-time-xuly .daTiepNhanXuLy {
  font-family: "Nunito SemiBold";
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
  border-radius: 20px;
  padding: 4px 6px;
}

.date-time-xuly .daXuLy {
  color: #00860d;
  background: #cce7cf;
}
.date-time-xuly .dangXuLy {
  color: #0094e8;
  background: #cceafa;
}
.date-time-xuly .daTiepNhanXuLy {
  color: #ffa800;
  background: #ffeecc;
}
.MuiFormControlLabel-root {
  display: inline-flex;
  align-items: center;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.lg-outer .lg-content .lg-img-wrap {
  padding: 20px 0;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*responsive*/
/*@media screen and (max-width: 1920px) and (min-width: 1500px) {
    .container {
        max-width: 1410px !important;
    }
    
}*/
@media screen and (max-width: 1880px) {
  .gr-cayxanh-bieudo {
    flex-wrap: wrap;
  }
  .item-gr {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .item-gr:last-child {
    flex: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .tableCXTKTheoChungLoai {
    min-width: 800px;
  }
  .item-gr:last-child {
    margin-top: 0;
  }
  .item-gr {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
  }
  .item-gr:not(:last-child) {
    margin-bottom: 15px;
  }
  .cus-height {
    height: 100%;
    min-height: unset;
  }

  .ten-khuditich {
    width: 15%;
  }

  .soluong-cay {
    width: 10%;
  }

  .sl-progress {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  /*toggle menu*/
  .images .phan-anh-wrapper {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  #data-container ul .danhmuccayxanh1 {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .quanly-new {
    margin: 0 -10px;
  }

  .quanly-new .col-ctnews,
  .quanly-new .col-cmnews {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1140px) {
  .tableCXTKTheoChungLoai {
    min-width: 600px;
  }
  .dataTables_wrapper {
    position: static !important;
    overflow-x: scroll;
    overflow-y: unset;
  }

  .table-border,
  .table-border thead {
    min-width: 1500px;
  }
}
@media screen and (max-width: 1024px) {
  .right-col-caycamtrong {
    padding-left: 60px;
  }
  .groupbgMenu .navbar-nav .nav-item {
    padding-right: 20px;
  }
  .groupbgMenu .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }
  .groupbgMenu .groupMenu {
    padding: 16px 12px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-mini .nav-sidebar .nav-link {
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .tableCXTKTheoChungLoai {
    min-width: 700px;
  }
  .sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 4.6rem !important;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    margin-left: 0;
    width: 4.6rem;
  }
  .sidebar-mini.sidebar-collapse .menuCayXanh .nav-sidebar .nav-link p {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .sidebar .menuCayXanh ul li a span {
    margin: 0;
  }
  .sidebar-mini .menuCayXanh .nav-sidebar .nav-link p {
    display: block;
  }
  .sidebar-mini .sidebar .menuCayXanh ul li a span {
    margin-left: 8px;
  }
  .titleTable {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .sidebar .menuCayXanh ul li a,
  .nav.nav-treeview li .nav-link {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .list-TinTuc ul li {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    margin-bottom: 15px;
  }

  .gr-caycamtrong {
    flex-direction: column-reverse;
    padding: 0 12px 60px 12px;
  }

  .right-col-caycamtrong {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .cate-name {
    margin-bottom: 0;
  }

  .group-bgPtb2 {
    z-index: 1;
  }

  .btn-prev-next {
    position: absolute;
    right: 0;
    bottom: 30px;
  }

  .swiper.mySwiper {
    width: 100%;
  }
  /*menu*/
  .groupMenu .menu {
    display: block;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 75px;
    right: 0;
  }

  .groupMenu .menu ul {
    margin: 0;
    width: 100%;
    background: #fff;
  }

  .groupbgMenu .navbar-nav .nav-item {
    padding: 0 16px;
  }

  .groupMenu .toggle-menu {
    display: none;
  }

  .btn-login {
    display: flex;
  }

  .btn-login .search {
    margin-right: 0;
  }

  .btn-login .search,
  .btn-login .admin,
  .btn-login #toggleclassmnu {
    padding: 4px;
  }

  .btn-login #toggleclassmnu {
    display: none;
  }

  .list-TinTuc ul,
  .list-DanhMuc ul,
  .viewdanhmuc #data-container ul {
    margin: 0;
  }
}
@media screen and (max-width: 850px) {
  .tableCXTKTheoChungLoai {
    min-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .nameCuisine {
    flex-direction: column;
    align-items: flex-start;
  }
  #table-map #viewDiv {
    height: 300px !important;
  }
  .esri-view-width-xsmall
    .esri-popup--is-docked-bottom-center
    .esri-popup__main-container {
    top: 50px;
  }
  .tableCXTKTheoChungLoai {
    min-width: 500px;
  }

  #data-container ul .danhmuccayxanh1 {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }

  .title-DanhMucCayXanh .title-home {
    font-size: 25px;
  }

  .gr-sluongcay .custom-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 15px;
  }

  .list-DanhMuc ul li {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    margin-bottom: 24px;
  }

  .footerHome .pull-right {
    align-items: flex-start;
  }

  .design-by-HueCIT {
    flex-direction: column;
  }

  .click-view-all {
    margin-top: 0;
  }

  .container-new .title-home .title-background {
    top: -10px;
  }

  .title-DanhMucCayXanh .title-home .title-background {
    top: 25%;
    font-size: 30px;
  }

  .group-content-areas .title-DanhMucCayXanh .title-home .title-background {
    top: 10%;
    font-size: 30px;
  }

  .title-home .title-background {
    top: -20%;
    font-size: 45px;
  }

  .title-DanhMucCayXanh .title-home .title-background {
    left: 33%;
  }

  .title-DanhMucCayXanh {
    padding: 0 12px;
  }
  /*toggle menu*/
  .images .phan-anh-wrapper {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }

  .groupNameMnu .btn-menu,
  .btn-close-menu,
  .custom-breadcrumb .btn-menu {
    display: block;
  }

  .col-cmnews {
    background: var(--background-background-01, #fff);
    position: fixed !important;
    top: 0;
    right: -100%;
    height: 100vh;
    transition: all 0.5s ease-in-out;
    z-index: 10;
  }

  .btn-close-menu {
    margin-bottom: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .quanly-new .col-ctnews,
  .view-new-home .quanlynew {
    width: 100%;
    padding: 0 12px;
  }

  .quanly-new .col-cmnews {
    width: 100%;
    padding: 0 12px;
  }

  .quanly-new {
    margin: 0;
  }

  .mini-preloader {
    width: 50%;
  }

  .col-cmnews.show {
    right: 0;
    padding: 40px 20px 20px 20px;
  }

  .groupNameMnu {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  .tableCXTKTheoChungLoai {
    min-width: 400px;
  }
}

@media screen and (max-width: 600px) {
  .list-TinTuc ul li,
  .list-DanhMuc ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gr-sluongcay .custom-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    margin-bottom: 15px;
  }

  .view-soluongcay {
    padding: 20px;
    padding-bottom: 0;
  }

  .custom-swiper {
    display: block;
  }

  .swiper.mySwiper,
  .swiper.mySwiper2 {
    width: 100%;
  }

  .cate-name {
    left: unset;
  }

  .title-background {
    left: 33%;
  }

  .title-background {
    top: 18%;
    font-size: 22px;
  }

  .container-new .title-home .title-background {
    top: 18%;
    font-size: 25px;
  }

  .right-col-caycamtrong .title-home {
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .item-tkTree .name {
    text-align: center;
  }

  .title-DanhMucCayXanh {
    margin-bottom: 15px;
  }

  .title-DanhMucCayXanh {
    padding: 0 12px;
  }

  .title-DanhMucCayXanh .click-view-all {
    padding: 0;
  }

  .click-view-all {
    margin-top: 0;
    padding: 0 12px;
  }

  .view-TinTucNoiBat {
    padding-bottom: 15px;
  }

  .view-DanhMucCayXanh {
    padding: 10px 0;
  }

  .list-DanhMuc ul li {
    padding-bottom: 15px;
  }

  .group-content-areas .container-new .title-home .title-background {
    top: 10%;
    font-size: 45px;
  }

  .contentNews ul li .detail-tintuc,
  .contentNews .contentTinTuc {
    width: 100%;
  }

  .quanly-new .contentNews ul li {
    flex-direction: column;
  }

  .contentNews .contentTinTuc .titleNews,
  .contentNews .contentTinTuc .summaryNews {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .contentNews .contentTinTuc .titleNews {
    -webkit-line-clamp: 2;
  }

  .contentNews .contentTinTuc .summaryNews {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 500px) {
  .images .phan-anh-wrapper {
    flex: 100%;
    max-width: 100%;
  }

  .title-DanhMucCayXanh .title-home {
    font-size: 20px;
  }

  .group-content-areas .title-DanhMucCayXanh .title-home .title-background {
    top: 10%;
    font-size: 25px;
  }

  .group-content-areas .list-DanhMuc ul li {
    margin-bottom: 5px;
  }

  #data-container ul .danhmuccayxanh1 {
    flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .groupbgMenu .groupMenu .menuLogo img {
    max-height: 40px;
  }

  .nameCuisine span:first-child,
  .nameCuisine span:last-child {
    /* font-size: 24px;
    line-height: 28px; */
    font-size: 18px;
    line-height: 24px;
  }

  .content-tree .text-detail label:first-child {
    width: auto;
    display: block;
  }

  /* .view-detal-tree .review-container .review-header .review-header-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  } */
}
@media screen and (max-width: 426px) {
}

@media screen and (max-width: 400px) {
  /* .nameCuisine span:first-child,
  .nameCuisine span:last-child {
    font-size: 20px;
    line-height: 24px;
  } */
  .body-tree {
    padding-top: 80px;
  }
}

@media screen and (max-width: 375px) {
  .title-home {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contentNews ul li {
    flex-direction: column;
  }

  .contentNews .contentTinTuc {
    padding: 8px 0 0 0;
  }

  .pageNews .paginationjs {
    justify-content: center;
  }

  .custom-breadcrumb {
    padding: 24px 12px;
  }
  .groupbgMenu .groupMenu {
    padding: 10px;
  }
}
@media screen and (max-width: 365px) {
  .nameCuisine span:first-child,
  .nameCuisine span:last-child {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 300px) {
  .body-tree {
    padding-top: 100px;
  }
  .groupbgMenu .groupMenu {
    position: relative;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .btn-login {
    position: absolute;
    right: 0;
    top: 60px;
  }
  .nameCuisine span:first-child,
  .nameCuisine span:last-child {
    font-size: 18px;
    line-height: 22px;
  }
}
.container-custom {
  padding-top: 100px;
  min-height: calc(100vh - 350px);
}

.modal .modal-dialogHD {
  max-width: 80%;
  width: 80%;
}

#viewDivTruDenUpdate,
#viewDivDetailTruDen {
  height: 300px !important;
}
.pageNews .paginationjs {
  justify-content: center;
}

.container-custom {
  padding-top: 100px;
  min-height: calc(100vh - 350px);
}
.modal .modal-dialogHD {
  max-width: 80%;
  width: 80%;
}
#viewDivTruDenUpdate,
#viewDivDetailTruDen {
  height: 300px !important;
}
#viewDivTruDen {
  height: 100vh !important;
}
.esri-view-width-less-than-large .esri-popup__action-text {
  display: block !important;
}

#qrcode {
  margin-left: auto;
}

#duongDanDetails {
  word-break: break-all;
}

.review-container .review-header .review-header-title {
  font-family: "Nunito SemiBold";
  /* font-size: 26px;
  line-height: 30px; */
  font-size: 16px;
  line-height: 24px;
  color: var(--text-title);
  margin-bottom: 14px;
  /* text-align: center; */
}

.review-container .review-info .item-info:not(:last-child) {
  margin-bottom: 20px;
}

.review-container .item-info {
  text-align: right;
}

.review-container .item-info .title {
  font-family: "Nunito SemiBold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

.review-container .item-info .description {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.review-container .review-info .item-info:first-child .title {
  color: #d83020;
}

.review-container .review-info .item-info:nth-child(2) .title {
  color: #fe583e;
}

.review-container .review-info .item-info:nth-child(3) .title {
  color: #009af2;
}

#hightChart > div {
  margin: 0 auto;
}

.review-container {
  background-color: #f9ebda;
  padding: 16px;
}

.review-content {
  overflow-x: auto;
  max-width: 100%;
}

.review-content table {
  width: 100%;
  min-width: 600px;
  max-width: 850px;
}

.review-content table tr td {
  vertical-align: top;
}

.review-content table tr td p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

/* .review-content table tr td p.title-item {
  font-size: 18px;
  line-height: 24px;
} */

.font-weight-600 {
  font-family: "Nunito SemiBold";
}

.review-content table tr td:nth-child(1) {
  width: 55%;
}

.review-content table tr td:nth-child(2) {
  width: 15%;
  text-align: center;
}

.review-content table tr td:nth-child(3) {
  width: 15%;
  text-align: center;
}

.review-content table tr td:nth-child(4) {
  width: 15%;
  text-align: center;
}