@media screen and (max-width: 991px) {
  .bannerCommon__wrap-text {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    gap: 24px;
  }
}

.bannerCommon__breadcrumb {
  padding: 0 !important;
}

.bannerCommon__breadcrumb li {
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.banner_page-dataandfigures {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.banner_page-dataandfigures::after {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 2px;
}

.banner_page-dataandfigures img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.banner_page-dataandfigures-text {
  position: absolute;
  top: 50%;
  margin-left: 10%;
  z-index: 2;
}

.banner_page-dataandfigures-text .line-dataandfigures {
  width: 131px;
  height: 4px;
  background: #eb7f2c;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 16px 0px;
}

@media only screen and (max-width: 1024px) {
  .banner_page-dataandfigures-text .line-dataandfigures {
    width: 100px;
    height: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-dataandfigures-text .line-dataandfigures {
    width: 70px;
    height: 2px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-dataandfigures-text .line-dataandfigures {
    width: 50px;
    height: 1px;
  }
}

.banner_page-dataandfigures-text .text-banner-dataandfigures {
  z-index: 2;
  font-style: normal;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

.banner_page-dataandfigures-text .text-banner-dataandfigures-under {
  z-index: 2;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures-under {
    font-size: 32px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures-under {
    font-size: 26px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures-under {
    font-size: 20px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures {
    font-size: 48px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures {
    font-size: 32px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures {
    font-size: 24px;
    line-height: 17px;
  }
}

.container_page-dataandfigures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
}

.container_page-dataandfigures-menu {
  margin-bottom: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container_page-dataandfigures-menu .reponsive-800apter {
  font-size: 16px;
  display: none;
}

@media only screen and (max-width: 800px) {
  .container_page-dataandfigures-menu .reponsive-800apter {
    display: block;
  }
}

.container_page-dataandfigures-menu .reponsive-800 {
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {
  .container_page-dataandfigures-menu .reponsive-800 {
    display: none;
  }
}

.container_page-dataandfigures-menu .reponsive-800 .arrow-content800 {
  height: 15px;
  margin: -14px 14px 0 14px;
}

.container_page-dataandfigures-menu .text-menu-dataandfigures {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #72757b;
  cursor: pointer;
  white-space: nowrap;
}

.container_page-dataandfigures-menu .arrow-content {
  height: 15px;
  margin: 0 14px 0 14px;
}

.page-dataandfigures-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content-left {
    width: 100%;
  }
}

.page-dataandfigures-content-left h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: center;
}

.page-dataandfigures-content-left-overview .overview-content {
  font-size: 16px;
  line-height: 30px;
  color: #1d2029;
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content-right {
    width: 100%;
  }
}

.page-dataandfigures-content-right h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2063a3;
}

.page-dataandfigures-content-right span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
}

.page-dataandfigures-content-right-description .title-description {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2063a3;
}

.page-dataandfigures-content-right-description .information {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1d2029;
}

.page-dataandfigures-content-right-description .main-content {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #1d2029;
}

.page-dataandfigures-content-right-otherlinks {
  margin-top: 24px;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-body {
  padding: 0 0 2.25rem 3.25rem;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-body a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1d2029;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header {
  border-bottom: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 {
    text-align: left;
  }
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 .btn-link:hover {
  text-decoration: none;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 .btn {
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #eb7f2c;
  text-decoration: none;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 .btn .icon-arrow-introduce {
  margin-right: 1.25rem;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 .btn img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 .collapsed {
  color: #2063a3;
}

.page-dataandfigures-content-right-otherlinks #page-dataandfigures-content .card .card-header .mb-0 .collapsed img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page-dataandfigures-content-right-unit {
  margin: 24px 0 32px;
}

.page-dataandfigures-content-right-unit .title-description {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2063a3;
}

.page-dataandfigures-content-right-unit .unit-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
  justify-items: center;
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-dataandfigures-content-right-unit .unit-button {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  .page-dataandfigures-content-right-unit .unit-button {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}

@media (min-width: 300px) and (max-width: 568px) {
  .page-dataandfigures-content-right-unit .unit-button {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}

.page-dataandfigures-content-right-unit .unit-button-content {
  width: 98%;
  height: 48px;
  background: #eb7f2c;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--primary);
  background-color: #dee2ed;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .page-dataandfigures-content-right-unit .unit-button-content {
    height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .page-dataandfigures-content-right-unit .unit-button-content {
    height: 60px;
    width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .page-dataandfigures-content-right-unit .unit-button-content {
    max-width: 100%;
    width: 150px;
    height: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-right-unit .unit-button-content {
    width: 130px;
    height: 48px;
  }
}

.page-dataandfigures-content-right-unit .unit-button-content:hover {
  color: #eb7f2c !important;
}

.page-dataandfigures-content-right-unit .unit-button .green-color-bg {
  background-color: #2c9042 !important;
  position: relative;
  min-width: 115px;
  padding: 0 15px;
  z-index: 999;
}

@media only screen and (max-width: 1200px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg {
    min-width: unset;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg {
    min-width: unset;
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg {
    padding: 0 22px;
  }
}

.page-dataandfigures-content-right-unit .unit-button .green-color-bg .name-city {
  color: var(--white);
  z-index: 999;
  position: relative;
}

.page-dataandfigures-content-right-unit .unit-button .green-color-bg::after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.page-dataandfigures-content-right-unit .unit-button .green-color-bg:hover::after {
  padding-top: 40%;
  padding-left: 100%;
  margin-left: -15px !important;
  margin-top: -41%;
  opacity: 0.6;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg:hover::after {
    padding-top: 89%;
    padding-left: 100%;
    margin-left: 0 !important;
    margin-top: -71%;
  }
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg:hover::after {
    margin-left: 0px !important;
    padding-top: 40%;
    margin-top: -28%;
  }
}

@media only screen and (max-width: 992px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg:hover::after {
    margin-left: -32px !important;
    padding-top: 35%;
    margin-top: -33%;
  }
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-right-unit .unit-button .green-color-bg:hover::after {
    margin-left: -22px !important;
    margin-top: -39%;
    padding-top: 40%;
  }
}

.page-data-map {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .page-data-map {
    width: 100%;
  }
}

.page-dataandfigures-content-right-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.page-dataandfigures-content-statistical {
  margin-top: 40px;
}

.page-dataandfigures-content-statistical h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: center;
  margin-bottom: 50px;
}

.page-dataandfigures-content-left-statistical {
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-left-statistical .statistical-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    text-align: center;
    justify-items: center;
  }
}

@media only screen and (max-width: 568px) {
  .page-dataandfigures-content-left-statistical .statistical-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    text-align: center;
    justify-items: center;
    gap: 32px;
  }
}

.page-dataandfigures-content-left-statistical h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: left;
}

.page-dataandfigures-content-left-statistical .image-statis {
  margin-bottom: 15px;
  max-width: 80px;
  max-height: 80px;
}

.page-dataandfigures-content-left-statistical .statistical-content-son {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-left-statistical .statistical-content-son {
    width: 100%;
  }
}

.page-dataandfigures-content-left-statistical .statistical-content-son-main {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #2063a3;
}

.page-dataandfigures-content-left-statistical .statistical-content-son-content {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #1d2029;
}

.title-description-2 {
  font-weight: 600 !important;
}

@media screen and (max-width: 1024px) {
  .title-description-2 {
    margin-bottom: 24px;
  }
}

.title-description-2.province-page {
  margin-top: 32px;
}

.page-dataandfigures-content-left {
  width: 68%;
}

@media screen and (max-width: 1024px) {
  .page-dataandfigures-content-left {
    width: 100%;
    margin-bottom: 32px;
  }
}

.page-dataandfigures-content-right {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .page-dataandfigures-content-right {
    width: 100%;
  }
}

.page-dataandfigures-content-right-description {
  background-color: #2c9042;
}

.page-dataandfigures-content-right-description__map {
  padding: 0 16px 16px;
}

.page-dataandfigures-content-right-description-wrap {
  padding: 24px;
}

.title-description-1 {
  color: var(--white) !important;
  font-weight: 600 !important;
}

.acreage {
  color: var(--white) !important;
}

.population {
  color: var(--white) !important;
}

.city {
  color: var(--white) !important;
}

.ethnic {
  color: var(--white) !important;
}

.main-content {
  color: var(--white) !important;
}

.information {
  color: var(--white) !important;
}

.calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar-icon {
  cursor: pointer;
}

.another-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.another-links-1 {
  margin-right: 8px;
  cursor: pointer;
  width: 120px;
  height: 75px;
}

.another-links-2 {
  margin-right: 8px;
  cursor: pointer;
  width: 120px;
  height: 75px;
}

.another-links-3 {
  cursor: pointer;
  width: 120px;
  height: 75px;
}

.statistical-header {
  text-align: left;
}

.statistical-header-item {
  font-weight: 600 !important;
  font-size: 34px !important;
}

@media screen and (max-width: 568px) {
  .statistical-header-item {
    font-size: 28px !important;
  }
}

.chart-wrapper .tableauPlaceholder {
  margin-bottom: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto !important;
}

.chart-wrapper .tableauPlaceholder iframe {
  min-width: 816px !important;
}

@media screen and (max-width: 992px) {
  .chart-wrapper .tableauPlaceholder {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

.chart-header {
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #2063a3;
}

@media screen and (max-width: 568px) {
  .chart-header {
    margin: 0 10% 32px;
  }
}

.chart-header-item {
  font-weight: 600 !important;
  font-size: 34px !important;
}

@media screen and (max-width: 568px) {
  .chart-header-item {
    font-size: 28px !important;
  }
}

.tableauPlaceholder {
  margin-bottom: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto !important;
}

.tableauPlaceholder iframe {
  min-width: 1200px !important;
}

@media screen and (max-width: 992px) {
  .tableauPlaceholder {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

.chart-map-4 {
  overflow-x: auto !important;
}

.chart-map-4 iframe {
  min-width: 1200px !important;
}
/*# sourceMappingURL=page-dataandfigures.css.map */