@charset "UTF-8";
/* Page Phát triển bền vững */
#page-phattrien-benvung .heading-pageDetail {
  margin: 0;
  margin-top: 30px;
}
#page-phattrien-benvung .heading-pageDetail h1 {
  font-size: 40px;
  position: relative;
  margin-bottom: 32px;
}
#page-phattrien-benvung .heading-pageDetail h1 span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #73C22F;
}
@media (max-width: 991.98px) {
  #page-phattrien-benvung .heading-pageDetail h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#page-phattrien-benvung .content-pageDetail {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  #page-phattrien-benvung .content-pageDetail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.pageptbv {
  padding: 72px 0 0;
}
.pageptbv h2 {
  font-size: 24px;
  color: #4D8F14;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .pageptbv {
    padding: 30px 0 0;
  }
  .pageptbv h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.pageptbv-tabs-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageptbv-tabs-head > div {
  cursor: pointer;
  flex: 0 0 calc((100% / 6) + 11px);
  color: #fff;
  text-align: center;
  padding: 24px;
  font-size: 12px;
  font-weight: 700;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  max-width: calc((100% / 6) + 11px);
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pageptbv-tabs-head > div span {
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  padding-left: 16px;
  white-space: normal;
}
.pageptbv-tabs-head > div:nth-child(2) {
  margin-left: -14px;
}
.pageptbv-tabs-head > div:nth-child(3) {
  margin-left: -14px;
}
.pageptbv-tabs-head > div:nth-child(4) {
  margin-left: -14px;
}
.pageptbv-tabs-head > div:nth-child(5) {
  margin-left: -14px;
}
.pageptbv-tabs-head > div:nth-child(6) {
  margin-left: -14px;
}
.pageptbv-tabs-head > div.active {
  z-index: 10;
}
@media (max-width: 991.98px) {
  .pageptbv-tabs-head {
    white-space: nowrap;
    margin: 0px 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: start;
    display: block;
  }
  .pageptbv-tabs-head > div {
    width: 200px;
    max-width: inherit;
    display: inline-flex;
  }
}
.pageptbv-tabs-des {
  display: none;
}
.pageptbv-tabs-des .pageptbv-tabs-img {
  padding: 24px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pageptbv-tabs-des .pageptbv-tabs-img img {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
@media (max-width: 991.98px) {
  .pageptbv-tabs-des .pageptbv-tabs-img img {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.pageptbv-tabs-des.active {
  display: block;
}
.pageptbv-tabs {
  padding: 30px 0;
}
.pageptbv-tabs-lv2-head {
  text-align: center;
  padding: 24px 0;
}
.pageptbv-tabs-lv2-head ul li {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid;
  border-radius: 30px;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
}
.pageptbv-tabs-lv2-head ul li.active {
  background: #fff;
  color: var(--bg_tab);
}
.pageptbv-tabs-lv2-body {
  padding: 30px;
  background: #F5F4ED;
  display: flex;
  flex-wrap: wrap;
}
.pageptbv-tabs-lv2-body .page-image {
  flex: 0 0 375px;
  max-width: 375px;
  max-height: 375px;
}
.pageptbv-tabs-lv2-body .page-content {
  flex: 0 0 calc(100% - 375px);
  max-width: calc(100% - 375px);
  max-height: 375px;
  overflow-y: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991.98px) {
  .pageptbv-tabs-lv2-body .page-content, .pageptbv-tabs-lv2-body .page-image {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: inherit;
    padding: 0;
    margin-bottom: 15px;
  }
}
.pageptbv-bottom {
  padding: 72px 0;
  display: flex;
  flex-wrap: wrap;
}
.pageptbv-bottom h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.pageptbv-bottom .pageptbv-bottom-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 30px;
}
.pageptbv-bottom .pageptbv-bottom-right {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .pageptbv-bottom .pageptbv-bottom-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .pageptbv-bottom .pageptbv-bottom-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.pageptbv-blog-list .item {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.pageptbv-blog-list .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .pageptbv-blog-list {
    margin-bottom: 30px;
  }
}
.pageptbv-blog-list .item .item-image {
  flex: 0 0 30%;
  max-width: 30;
  padding-right: 10px;
}
.pageptbv-blog-list .item .item-content {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 10px;
}
.pageptbv-blog-list .item .item-content h3 {
  font-size: 14px;
  color: #4D8F14;
  margin-bottom: 8px;
}
.pageptbv-blog-list .item .item-content h3 a {
  font-size: 14px;
  color: #4D8F14;
}
.pageptbv-blog-list .item .item-content .item-content-des {
  margin-bottom: 8px;
}
.pageptbv-blog-list .item .item-content .item-content-time {
  font-size: 12px;
  color: #B8B8B8;
  margin-bottom: 16px;
}
.pageptbv-blog-list .item .item-content .item-content-viewmore a {
  color: #253846;
  font-size: 12px;
  font-weight: 500;
}
.pageptbv-blog-list .item .item-content .item-content-viewmore a svg {
  margin-left: 4px;
  fill: #253846;
}
.pageptbv-blog-list .item .item-content .item-content-viewmore a svg path {
  stroke: #253846;
}
.pageptbv-video {
  margin-bottom: 16px;
}
.pageptbv-video-poster {
  position: relative;
}
.pageptbv-video-poster img {
  width: 100%;
}
.pageptbv-video-poster .icon-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageptbv-video-poster .icon-video svg {
  fill: #253846;
}
.pageptbv-video video {
  display: none;
  width: 100%;
}
.pageptbv-report .pageptbv-report-heading {
  background: #4D8F14;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.pageptbv-report .pageptbv-report-content {
  border: 1px solid #E4E2E0;
}
.pageptbv-report .pageptbv-report-content .item {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #E4E2E0;
}
.pageptbv-report .pageptbv-report-content .item .icon-tailieu {
  flex: 0 0 20px;
  max-width: 20px;
}
.pageptbv-report .pageptbv-report-content .item .icon-download {
  flex: 0 0 20px;
  max-width: 20px;
}
.pageptbv-report .pageptbv-report-content .item .title {
  flex: 0 0 auto;
  max-width: auto;
  color: #253846;
  font-size: 16px;
  font-weight: 600;
}
.pageptbv-report .pageptbv-report-content .item:last-child {
  border-bottom: 0;
}