#news_list .news-item .meta {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
  border-top: 5px solid #8DC32B;
  padding-top: 31px;
  padding-left: 20px;
  padding-right: 20px;
}

#news_list .news-item {
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

#news_list a.news-item:hover .meta__title {
  color: #8DC32B;
}

#news_list .meta__date::before {
  display: none !important;
}

.body-v2.blog {
  overflow-x: visible !important;
}

#news_list .meta__date {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: none;
}

#news_list .news-item__excerpt {
  flex-grow: 1;
}

#news_list .meta__date div {
  display: flex;
  gap: 5px;
}

#news_list .meta__date-year,
#news_list .meta__date-month,
#news_list .meta__date-day {
  font-size: 20px;
  font-weight: 500;
  color: #405E3C;
}

#news_list .meta__title {
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  line-height: 32px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.news__list .meta__title::before {
  display: none;
  margin-bottom: 17px;
}

.news__list .meta__title div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*body.news .news__list .meta__title div {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    min-height: 128px;
}*/

.news__list .news-item__excerpt {
  padding-left: 20px;
  padding-right: 20px;
}

.news__list .news-item__excerpt .news-item__excerpt-inner {
  color: #7E7E7E;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 1;
  height: unset;
  text-align: left;
  padding-top: 5px;
}

.news__list .news-item .news-img {
  height: 225px;
}

.news__list .news-item .news-img img {
  max-height: 225px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* single post */
.relative-news .title-section h2 {
  color: #405E3C;
  background: none;
  font-size: 30px;
  line-height: 30px;
}

.list-relative-news .event_item {}

.list-relative-news .entry-event_item {
  display: flex;
  flex-direction: column;
}

.list-relative-news .event_item-thumb {
  order: 2;
}

.list-relative-news .event_item-content {
  order: 1;
}

.list-relative-news .event_item-date-box {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 5px solid #8DC32B;
  padding-top: 31px;
}

.list-relative-news .entry-date-box {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  display: flex;
  gap: 5px;
  color: #405E3C;
  flex-direction: row;
  background: none;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 0;
}

.list-relative-news .entry-date-box b,
.list-relative-news .entry-date-box small,
.list-relative-news .entry-date-box span {
  display: block;
  font-size: 20px;
  color: #405E3C;
  font-weight: 500;
  position: unset;
  line-height: 20px;
}

.list-relative-news .event_item-date-box .entry-event_item {
  padding: 0;
}

.list-relative-news .entry-event_item .event_item-title {
  font-size: 22px;
  line-height: 32px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.list-relative-news .entry-event_item .event_item-title:hover {
  color: #8DC32B;
}

.list-relative-news .event_item-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-relative-news .event_item-content {
  padding-top: 17px;
  padding-bottom: 34px;
}

.list-relative-news .event_item-thumb img {
  height: 200px;
}

.item-relative-news.slick-slide {
  padding: 0 15px;
}

.list-relative-news .slick-track {
  display: flex;
  align-items: stretch;
}

.list-relative-news .slick-track .slick-slide {
  height: auto;
}

.list-relative-news .event_item {
  height: 100%;
}

.list-relative-news .event_item>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list-relative-news .event_item-info,
.list-relative-news .entry-event_item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* single project news */
.sm-project__news .meta {
  display: flex;
  /*    order: 1;*/
  flex-direction: column;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 6px solid #8DC32B;
  padding-top: 31px;
  background: transparent;
}

.single-project .sm-project__news .meta {
  border-top: 5px solid #8DC32B;
}

.single-project .sm-project__news .meta {
  padding-top: 27px;
}

.single-project .sm-project__news .meta__date div {
  margin-bottom: 10px;
  font-size: 20px;
}

.single-project .sm-project__news .news-item__excerpt-inner p {
  line-height: 26px;
}

.single-project .sm-project__news {
  padding-bottom: 68px;
}

.single-project .sm_resources .sm_color-title {
  padding-bottom: 2px;
}

.single-project .sm-project__events {
  padding-top: 74px;
  padding-bottom: 90px;
}

.single-project .resource-slide__title {
  margin-top: 26px;
}

.single-project section.resources {
  padding-top: 102px;
  padding-bottom: 130px;
}

.single-project .sm-project__news .meta__title {
  margin-bottom: 7px;
}

.single-project .sm-project__news .color-title {
  margin-bottom: 63px;
}

.single-project .sm-project__events ul li a {
  background: #ffffff;
  height: 100%;
}

.single-project .meta-info {
  padding: 0 20px 17px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sm-project__events li.whats-new__slide {
  height: inherit !important;
}

.sm-project__events .slick-track {
  display: flex !important;
}

.sm-project__news .meta__date {
  color: #405E3C;
  position: relative;
  width: 100%;
  background: none;
  font-size: 22px;
  font-weight: 500;
  height: auto;
}

.single-project .sm-project__news .meta__date:before {
  display: none;
}

.sm-project__news .meta__date div {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.sm-project__news .meta__title {
  width: 100%;
}

.sm-project__news .meta__date-day,
.sm-project__news .meta__date-month,
.sm-project__news .meta__date-year {
  font-size: 20px;
  font-weight: 500;
  color: #405E3C;
}

.sm-project__news .meta__title {
  padding: 0;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 17px;
  color: #405E3C;
}

.sm-project__news .meta__title::before {
  display: none;
}

.sm-project__news ul li a {
  display: flex;
  flex-direction: column;
  background: #FCFBF6;
}

.sm-project__news .news-item__excerpt {
  order: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  margin-bottom: 14px;
  background: transparent;
}

.sm-project__news .news-img {
  order: 3;
}

.sm-project__news .news-item__excerpt-inner {
  height: auto;
}

.sm-project__news .news-item__excerpt-inner p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: left;
  -webkit-box-orient: vertical;
}

.sm-project__news .whats-new__slide {
  padding: 0 15px;
}

.sm-project__news .color-title {
  color: #405E3C;
  font-size: 30px;
  line-height: 30px;
}

.sm-project__news .color-title span {
  background: none;
  box-shadow: none;
  color: #405E3C;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.sm-project__news .news-img img {
  height: 200px;
  object-fit: cover;
}

.sm-project__news .slick-next {
  right: -58px;
}

.sm-project__news .slick-prev {
  left: -58px;
}

.resource-slide__title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: center;
  -webkit-box-orient: vertical;
  font-size: 22px;
  line-height: 32px;
}

.resources .color-title span {
  font-size: 30px;
  line-height: 500;
  line-height: 30px;
  background: none;
  box-shadow: none;
  color: #405E3C;
}

.sm-project__news.sm-project__events ul li a .meta {
  border-top: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.sm-project__news.sm-project__events .news-item__location {
  order: 2;
}

.single-project .sm-project__events .whats-new__inner {
  max-width: 1140px;
}

.sm-project__news.sm-project__events .meta__date {
  background: #8DC32B;
  padding-left: 20px;
  padding-right: 20px;
  height: 53px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.sm-project__news.sm-project__events .meta__date::before {
  content: "";
  width: 28px;
  height: 24px;
  background-image: url(http://staging.inbar.int/wp-content/uploads/2024/03/lich.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 14px;
}

.sm-project__news.sm-project__events .meta__title {
  margin-top: 27px;
  margin-bottom: 32px;
}

.sm-project__news.sm-project__events .meta__date div {
  margin-bottom: 0;
}

.sm-project__news.sm-project__events .meta__date-day,
.sm-project__news.sm-project__events .meta__date-month,
.sm-project__news.sm-project__events .meta__date-year {
  color: #fff;
  text-transform: uppercase;
}

.news-item__location {
  border-top: 1px solid rgb(208, 208, 208, 0.65);
  padding-top: 17px;
}

.news-item__location .news-item__location-inner {
  font-size: 16px;
  color: #405E3C;
  line-height: 24px;
  font-weight: 500;
  align-items: flex-start;
  display: flex;
  text-transform: uppercase;
  position: relative;
  padding-left: 28px;
  /* min-height: 48px; */
}

.news-item__location .news-item__location-inner::before {
  content: "";
  width: 20px;
  height: 27px;
  background-image: url(http://staging.inbar.int/wp-content/uploads/2024/03/location.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 14px;
  display: inline-block;
  left: 0;
  position: absolute;
}

.news-item__location.large {
  padding-top: 6px;
}

.news-item__location.large .news-item__location-inner {
  margin-bottom: -13px;
}

/* Css New Page */
.page-template-template-inbar-basp .about__partners .screen__inner {
  max-width: unset;
}

.introduce-bamboo {
  padding-top: 92px;
}

.style-bamboo {
  margin-bottom: 35px;
}

.style-bamboo p {
  font-size: 22px;
  line-height: 30px;
  color: #405E3C;
  font-weight: 700;
  border-left: 6px solid #405E3C;
  padding-left: 21px;
}

.bamboo-title-time {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.bamboo-title-time p {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #405E3C;

}

.bamboo-title-time img {
  display: block;
  width: 20px;
  height: 19px;
}

.bamboo-title-time.active img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.bamboo-content-time a {
  font-weight: bold;
  text-decoration: underline;
}

.rpt-bamboo {
  padding-bottom: 26px;
}

.bamboo-time {
  padding-top: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E3E3E3;
}

.bamboo-content-time p {
  margin-bottom: 18px;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  padding-top: 12px;
}

.bamboo-content-time {
  display: none;
}

.basp-initiative {
  margin-top: 100px;
}

.title-initiative {
  color: #405E3C;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.content-initiative {
  max-width: 852px;
  margin: auto;
}

.content-initiative p {
  margin-bottom: 37px;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}

.style-initiative-btn {
  text-align: center;
}

.style-initiative-btn a {
  display: inline-block;
  padding: 11px 16px 12px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  background: #8DC32B;
  text-transform: uppercase;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.style-initiative-btn a:hover {
  background: #405E3C;
  color: #ffffff;
}

.section-action-plan {
  margin-top: 80px;
  background: #FCFBF6;
  padding-top: 98px;
  padding-bottom: 100px;
}

.section-action-plan .title-style {
  margin-bottom: 15px;
}

.title-action-plan {
  text-align: center;
  color: #405E3C;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.content-action-plan {
  text-align: center;
  max-width: 852px;
  margin: auto;
}

.content-action-plan p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 83px;
}

.sct-goal {
  display: flex;
  gap: 57px 64px;
  flex-wrap: wrap;
  padding-bottom: 67px;
  justify-content: center;
}

.goal-item {
  width: calc((100% - 128px) / 3);
}

.goal-thumb {
  border-radius: 50%;
  width: 119px;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #8DC32B;
}

.goal-title h3 {
  margin-top: 18px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  color: #405E3C;
}

.goal-content {
  max-width: 260px;
  margin: auto;
}

.goal-content p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.button-goal a {
  display: inline-block;
  padding: 11px 16px 12px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  background: #8DC32B;
  text-transform: uppercase;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.button-goal a:hover {
  background: #405E3C;
  color: #ffffff;
}

.dv-basp-card .dv-card-item:after {
  display: none;
}

.dv-basp-card .dv-card-item .title-style {
  margin-bottom: 37px;
}

.dv-basp-card .dv-card-item {
  padding-top: 120px;
  margin-bottom: 0;
}

.dv-basp-card .dv-card-item .dv-box-text {
  padding-top: 62px;
}

.dv-basp-card .dv-card-item .dv-box-image {
  max-width: 573px;
}

.dv-basp-card .dv-card-item .dv-box-text {
  max-width: calc(100% - 573px);

}

.dv-basp-card .dv-card-item .dv-box-text {
  padding-top: 72px;
}

.dv-basp-card .dv-card-item:first-child .dv-box-text {
  padding-right: 86px;
}

.dv-basp-card .dv-card-item:last-child {
  padding-top: 86px;
}

.dv-basp-card .dv-card-item:last-child .dv-box-text {
  padding-top: 56px;
}

.dv-basp-card {
  padding-bottom: 120px;
}

.dv-basp-projects-relative {
  background: #FCFBF6;
  padding: 65px 0 100px;
}

.basp-projects-slide .basp-projects-item {
  display: flex;
  align-items: center;
  padding: 0 34px;
}

.basp-projects-slide {
  padding: 0 70px;
  margin: 0 -34px;
}

.basp-projects-item .thumb {
  width: 171px;
  height: 171px;
}

.basp-projects-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basp-projects-item .content {
  width: calc(100% - 171px);
  padding-left: 27px;
}

.basp-projects-item h4 a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #405E3C;
  text-transform: uppercase;
}

.basp-projects-item p {
  font-size: 18px;
  line-height: 24px;
  color: #8DC32B;
  font-family: 'Lato';
  font-weight: 500;
}

.basp-projects-item p b {
  font-weight: 900;
}

.basp-projects-item .content h4 {
  margin-bottom: 17px;
}

.dv-basp-projects-relative h2.title-style {
  margin-bottom: 68px;
}

.basp-projects-slide .slick-prev,
.basp-events-slide .slick-next {
  width: 16px;
  height: 28px;
  z-index: 1;
}

.basp-projects-slide .slick-prev:before,
.basp-events-slide .slick-prev:before,
.basp-projects-slide .slick-next:before,
.basp-events-slide .slick-next:before {
  display: none;
}

.basp-projects-slide .slick-prev,
.basp-events-slide .slick-prev {
  background: url("../images/light-green-left-arrow.png") no-repeat;
  left: 30px;
}

.basp-projects-slide .slick-next,
.basp-events-slide .slick-next {
  background: url("../images/light-green-right-arrow.png") no-repeat;
  right: 30px;
}

.establishment-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}

.establishment-list .slick-arrow:before,
.establishment-list .slick-next:before {
  display: none;
}

.establishment-list .slick-prev {
  background: url(../images/white-arrow.svg) no-repeat center, #8dc32b;
  left: 10px;
}

.establishment-list .slick-next {
  background: url("../images/white-arrow.svg") no-repeat center, #8dc32b;
  right: 10px;
  transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
}

.basp-projects-slide button.slick-arrow:hover,
.basp-evnets-slide button.slick-arrow:hover {
  filter: invert(33%) sepia(25%) saturate(596%) hue-rotate(66deg) brightness(52%) contrast(42%);
}


.basp-events-slide {
  padding: 0 70px;
}

.basp-events-slide .dv-item-work {
  padding: 0 15px;
  margin-bottom: 1px;
  height: inherit !important;
}

.basp-events-slide .slick-track {
  display: flex !important;
}

.dv-basp-events-relative {
  padding: 100px 0 90px;
}

.dv-basp-events-relative .title-style {
  margin-bottom: 60px;
}

.dv-basp-events-relative .dv-item-work h3 {
  background: #8DC32B;
  color: #ffffff;
  padding: 15px 14px 14px 58px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin: 0 -20px 26px;
}

.dv-basp-events-relative .dv-item-work h3 img {
  top: 50%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.dv-basp-events-relative .dv-item-work h4 a {
  line-height: 32px;
}

.dv-basp-events-relative .dv-inner-work h4 {
  padding-bottom: 33px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(208 208 208 / 65%);
}

.dv-basp-events-relative .dv-inner-work {
  padding: 0 20px 18px;
  height: 100%;
}

.dv-basp-events-relative .dv-work-cat {
  min-height: 48px;
  align-items: flex-start;
}

.page-template-template-basp .about__partners .title-style2 {
  max-width: 100%;
}

.page-template-template-basp .dv-about-left h2 {
  max-width: 450px;
}

.dv-bg-green {
  background: #FCFBF6;
}

.page-template-council .governance__cat .btn.active {
  background: #385231;
}

.council-intro {
  padding: 86px 0 77px;
}

.council-intro .dv-top-title p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-family: 'Lato';
  margin-bottom: 16px;
}

.council-intro .dv-top-title {
  max-width: 898px;
  margin: 0 auto;
}

.council-intro .dv-top-title p:last-child {
  margin-bottom: 0;
}

.council-main {
  padding: 98px 0 127px;
}

.council-main .title-style {
  max-width: 400px;
  margin: 0 auto;
}

.council-item .info h3 {
  font-size: 22px;
  line-height: 32px;
  color: #405E3C;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.council-item .info p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

.council-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.council-list .thumb {
  text-align: center;
  border: 3px solid #8DC32B;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 21px;
}

.council-item {
  text-align: center;
}

.council-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 74px 120px;
  flex-wrap: wrap;
}

.council-main .dv-top-title {
  margin-bottom: 77px;
}

.dv-council-about .entry-left p b {
  margin-bottom: -12px;
  display: block;
}

.dv-council-about .entry-left p {
  margin-bottom: 34px;
}

.dv-council-about .entry-left {
  margin-top: 9px;
}

.establishment-agreement {
  padding: 110px 0 123px;
}

.establishment-agreement .dv-top-title {
  margin-bottom: 68px;
}

.establishment-list {
  display: flex;
  margin: 0 -15px;
}

.establishment-item h3 a {
  font-size: 22px;
  line-height: 32px;
  color: #405E3C;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.establishment-list .slick-list {
  width: 100%;
}

.establishment-item h3 a:hover {
  color: #8dc32b;
}

.establishment-item .inner {
  padding: 0;
}

.establishment-item {
  padding: 0 15px;
}

.establishment-agreement .container-large {
  max-width: 1330px;
}

.establishment-item .thumb img {
  display: block;
  margin: 0 auto;
  border: 1px solid #8dc32b;
}

.establishment-item .thumb {
  margin-bottom: 27px;
}

.dv-docs {
  padding: 87px 0 97px;
}

.docs-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #E3E3E3;
  cursor: pointer;
  text-transform: uppercase;
}

.dv-council-about {
  background: #FCFAF0;
}

.establishment-agreement .title-style {
  text-transform: uppercase;
}

.docs-content-item h4 {
  font-size: 22px;
  line-height: 32px;
  color: #405E3C;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  width: 50%;
}

.docs-content-item {
  display: flex;
  justify-content: space-between;
  padding: 27px 0;
  border-bottom: 1px solid #E3E3E3;
}

.docs-content-item h4:before {
  content: '';
  background: #405E3C;
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 27px;
}

.docs-minus {
  width: 20%;
}

.docs-minus a {
  position: relative;
  padding-left: 42px;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #8DC32B;
  font-weight: 700;
}

.docs-minus a:hover,
.docs-language li a:hover {
  color: #405E3C;
}

.docs-minus a:hover img {
  filter: brightness(0.5);
}

.docs-minus a img {
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.docs-language {
  display: flex;
  align-items: center;
  width: 30%;
}

.docs-language p {
  position: relative;
  padding-left: 38px;
  font-size: 18px;
  line-height: 28px;
  color: #405E3C;
  padding-right: 47px;
}

.docs-language p img {
  position: absolute;
  left: 0;
  top: 0;
}

.docs-language ul {
  display: flex;
  margin: 0 -10px;
}

.docs-language ul li {
  padding: 0 10px;
}

.docs-language li a {
  font-size: 18px;
  line-height: 28px;
  color: #8DC32B;
  font-weight: 700;
}

.docs-content {
  display: none;
}

.docs-content.active {
  display: block;
}

.docs-action.active img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.docs-action img {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-left: 32px;
}

.dv-docs-item {
  margin-bottom: 26px;
}

.basp-projects-slide2 .basp-projects-item {
  margin-bottom: 30px;
}

.basp-projects-slide2 .basp-projects-item {
  padding: 0;
}

.basp-projects-slide2 {
  display: none;
}

.dv-card-item .dv-box-text blockquote {
  border-left: 6px solid #405E3C;
  padding-left: 21px;
  margin: 0;
  color: #405E3C;
}

.dv-card-item .dv-box-text blockquote p {
  font-size: 22px;
  line-height: 30px;
  color: #405E3C;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

.sm-project__news.sm-project__events .meta__date img {
  margin-right: 10px;
}

.single-project .sm-project__events .meta__date div {
  margin-bottom: 0;
  align-items: center;
}

.sm-project__news.sm-project__events .meta__date {
  height: 67px;
}

.body-v2.news #news__list-screen {
  padding-top: 30px;
  padding-bottom: 69px;
}

.body-v2.news #news__list-screen .btn-round {
  margin-top: 34px;
}

.single-related-news {
  padding-bottom: 102px;
}

.dv-docs-item-2 .docs-content-item h4:before {
  width: 22px;
  height: 26px;
  background-color: transparent;
  background-image: url(../images/doc-docs.svg);
  background-position: center;
  background-size: contain;
  background-position: center;
}

.dv-docs-item-2 .docs-content-item h4 {
  padding-left: 35px;
  text-transform: capitalize;
  font-weight: 600;
}

.dv-docs-item-2 .docs-language p {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .dv-basp-card .dv-card-item:first-child .dv-box-text {
    padding-right: 40px;
  }

  .dv-basp-card .dv-card-item .dv-box-text,
  .dv-basp-card .dv-card-item:last-child .dv-box-text {
    padding-top: 30px;
  }

  .docs-language {
    width: 38%;
  }

  .docs-content-item h4 {
    width: 42%;
  }
}

@media screen and (max-width: 1024px) {
  .single-project .project__map_img {
    text-align: center;
  }

  .single-project .project__map_donor {
    text-align: center;
    margin-bottom: 40px;
  }

  .single-project .sm_project__map {
    padding-left: 0;
  }

  .sm-project__news .slick-arrow {
    top: 100%;
    top: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .sm-project__news .slick-prev {
    left: calc(50% - 50px);
    background: url(../images/arrow-mb.svg) no-repeat center, #8dc32b;
  }

  .sm-project__news .slick-next {
    right: calc(50% - 46px);
    background: url(../images/arrow-mb.svg) no-repeat center, #8dc32b;
    transform: translateY(0) rotate(180deg);
    -webkit-transform: translateY(0) rotate(180deg);
  }

  .whats-new__slider {
    padding-bottom: 8px;
  }

  .single-project .sm-project__news {
    padding-bottom: 63px;
  }

  .single-project .meta-info {
    padding: 0 20px 21px;
  }

  .sm-project__events ul.whats-new__slider {
    padding-bottom: 40px;
  }

  .single-project .sm-project__events {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 1023px) {
  .basp-projects-slide .slick-next {
    right: 0;
  }

  .basp-projects-slide .slick-prev {
    left: 0;
  }

  .dv-basp-card .dv-card-item .dv-box-text,
  .dv-basp-card .dv-card-item .dv-box-image {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .section-action-plan,
  .dv-basp-events-relative {
    padding: 50px 0;
  }

  .page-template-template-basp .dv-about-inbar {
    padding: 48px 0 50px;
  }

  .dv-basp-events-relative {
    padding: 58px 0 50px;
  }

  .basp-initiative,
  .section-action-plan {
    margin-top: 50px;
  }

  .content-action-plan p {
    margin-bottom: 40px;
  }

  .sct-goal {
    gap: 40px;
  }

  .dv-basp-card .dv-card-item {
    padding-top: 20px;
  }

  .dv-basp-card .dv-card-item:last-child {
    padding-top: 20px;
  }

  .dv-card-item:nth-child(2) .dv-box-text {
    padding-left: 0;
  }

  .dv-basp-card .dv-card-item:first-child .dv-box-text {
    padding-right: 0;
  }

  .dv-basp-card .dv-card-item .title-style {
    margin-bottom: 20px;
  }

  .dv-basp-events-relative .title-style {
    margin-bottom: 28px;
  }

  .dv-basp-card {
    padding-bottom: 50px;
  }

  .basp-projects-slide {
    padding: 0;
    margin: 0;
  }

  .basp-events-slide {
    padding: 0 34px;
  }

  .basp-events-slide .slick-prev {
    left: 15px;
  }

  .basp-events-slide .slick-next {
    right: 15px;
  }

  .dv-basp-projects-relative h2.title-style {
    margin-bottom: 30px;
  }

  .docs-language ul li {
    padding: 0 15px;
  }

  .docs-language p {
    padding-right: 30px;
  }

  .page-template-template-basp .dv-about-right .btn-style {
    display: block;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .style-initiative-btn {
    text-align: left;
  }

  .page-template-council .governance__cat .btn.active {
    background: transparent;
  }

  .sct-goal {
    gap: 0;
    padding-bottom: 0;
  }

  .goal-item {
    width: 50%;
    margin-bottom: 34px;
  }

  .basp-projects-item h4 a {
    font-size: 20px;
    line-height: 26px;
  }

  .basp-projects-item .content h4 {
    margin-bottom: 9px;
  }

  .basp-projects-slide2 .basp-projects-item {
    margin-bottom: 10px;
  }

  .basp-projects-item .content {
    padding-left: 20px;
  }

  .dv-basp-events-relative .dv-item-work h3 {
    font-size: 18px;
    padding: 22px 14px 23px 58px;
    margin-bottom: 18px;
  }

  .dv-basp-events-relative .dv-item-work h4 a {
    line-height: 28px;
  }

  .dv-basp-events-relative .dv-inner-work h4 {
    padding-bottom: 36px;
  }

  .governance__cat {
    overflow-x: auto;
    white-space: nowrap;
    background: #8dc32b;
    padding: 0 10px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .governance__cat a.btn {
    width: max-content;
    white-space: nowrap;
    margin: 0 10px;
    padding: 10px 0;
  }

  .page-template-template-governanceN .governance__cat a:nth-child(3),
  .page-template-template-governance .governance__cat a:nth-child(2) {
    border-bottom: 4px solid #405e3c;
    background: #8dc32b;
  }

  .establishment-item h3 a {
    font-size: 20px;
  }

  .council-intro .dv-top-title p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .council-intro {
    padding: 37px 0 49px;
  }

  .council-main .dv-top-title {
    margin-bottom: 55px;
  }

  .council-main {
    padding: 58px 0 65px;
  }

  .council-item .info h3 {
    margin: 0;
  }

  .council-item .info h3,
  .establishment-item h3 a {
    font-size: 20px;
  }

  .council-item .info p {
    font-size: 16px;
  }

  .council-list {
    gap: 30px 120px;
  }

  .section-about-home.dv-council-about .buttons-action.btn-style {
    display: block;
  }

  .establishment-agreement {
    padding: 60px 0 47px;
  }

  .establishment-agreement .dv-top-title {
    margin-bottom: 33px;
  }

  .establishment-item .thumb img {
    max-width: 207px;
  }

  .establishment-item .thumb {
    margin-bottom: 20px;
  }

  .dv-docs {
    padding: 58px 0 34px;
  }

  .docs-action {
    padding-bottom: 26px;
  }

  .docs-content-item {
    flex-direction: column;
  }

  .docs-content-item h4 {
    width: 100%;
    margin-bottom: 14px;
  }

  .docs-minus {
    width: 100%;
    margin-bottom: 16px;
  }

  .docs-content-item {
    padding: 27px 0 29px;
  }

  .governance__cat a.btn {
    font-size: 18px;
    padding: 15px 0;
  }

  .page-template-council .section.vertical.sm_top_screen,
  .page-template-template-governance section.vertical.sm_top_screen,
  .page-template-template-governanceN section.vertical.sm_top_screen {
    min-height: 262px;
  }

  .governance__cat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .page-template-council .sm_top_screen .screen__inner h1,
  .page-template-template-governance .section__inner h1,
  .page-template-template-governanceN .section__inner h1 {
    margin-bottom: 54px;
    max-width: 228px;
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin: 0 auto 54px;
    background: rgb(64 94 60 / 80%);
    font-weight: 600;
  }

  .page-template-template-governanceN section.governance .section__inner {
    position: static;
    transform: none;
    -webkit-transform: none;
  }

  .page-template-council .governance__cat .btn.active:after {
    background: #385231;
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .page-template-council .governance__cat .btn {
    position: relative;
  }

  .dv-council-about .entry-right {
    margin: 0 -20px 34px;
  }

  .basp-events-slide {
    padding: 0;
  }

  .dv-basp-events-relative .dv-work-cat {
    font-size: 16px;
    min-height: 18px;
  }

  .basp-events-slide {
    padding-bottom: 37px;
  }

  .dv-basp-events-relative {
    padding-bottom: 91px;
  }

  .basp-events-slide .slick-arrow,
  .basp-projects-slide2 .slick-arrow {
    top: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .basp-events-slide .slick-prev,
  .basp-projects-slide2 .slick-prev {
    left: calc(50% - 50px);
    background: url(../images/arrow-mb.svg) no-repeat center, #8dc32b;
  }

  .basp-events-slide .slick-next,
  .basp-projects-slide2 .slick-next {
    right: calc(50% - 46px);
    background: url(../images/arrow-mb.svg) no-repeat center, #8dc32b;
    transform: translateY(0) rotate(180deg);
    -webkit-transform: translateY(0) rotate(180deg);
  }

  .basp-projects-slide2 button.slick-arrow:hover {
    filter: none;
  }

  .basp-projects-item .thumb {
    width: 120px;
    height: 120px;
  }

  .basp-projects-item .content {
    width: calc(100% - 120px);
    padding-left: 18px;
  }

  .basp-projects-slide1 {
    display: none;
  }

  .basp-projects-slide2 {
    display: block;
  }

  .dv-basp-projects-relative {
    padding-bottom: 100px;
    padding-top: 58px;
  }

  .basp-projects-slide2 .basp-projects-item:last-child {
    margin-bottom: 5px;
  }

  .dv-basp-projects-relative h2.title-style {
    margin-bottom: 17px;
  }

  .page-template-template-basp .sm_top_screen .screen__inner h1 {
    margin-bottom: 0px;
  }

  .page-template-template-basp .dv-about-left h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .bamboo-content-time p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .page-template-template-basp .dv-about-right .des {
    margin-bottom: 10px;
  }

  .bamboo-title-time {
    margin-bottom: 0;
  }

  .bamboo-time {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .bamboo-content-time p {
    padding-top: 12px;
  }

  .bamboo-title-time p {
    font-size: 20px;
  }

  .basp-initiative {
    margin-top: 57px;
  }

  .content-initiative p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 36px;
  }

  .basp-initiative .title-style {
    text-align: left;
  }

  .section-action-plan {
    margin-top: 60px;
    padding-top: 58px;
    padding-bottom: 59px;
  }

  .content-action-plan p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .goal-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .goal-thumb {
    width: 84px;
    height: 84px;
  }

  .goal-title h3 {
    font-size: 20px;
    margin-top: 17px;
  }

  .button-goal {
    padding-top: 2px;
  }

  .dv-basp-card .dv-card-item {
    padding-top: 29px;
  }

  .dv-basp-card .dv-card-item .title-style {
    margin-bottom: 17px;
  }

  .dv-card-item .dv-box-text blockquote p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  .dv-card-item .dv-box-text blockquote {
    padding-left: 14px;
  }

  .dv-basp-card .dv-card-item .dv-box-image {
    margin-top: 10px;
  }

  .dv-basp-card .dv-card-item:last-child .dv-box-text {
    padding-top: 28px;
  }

  .sm-project__news .color-title span,
  .resources .color-title span {
    font-size: 26px;
    line-height: 36px;
  }

  .single-project .sm-project__news .color-title {
    margin-bottom: 28px;
  }

  .single-project .sm-project__news {
    padding-top: 50px;
  }

  .single-project .sm-project__news .meta__date div {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .single-project .sm-project__news .meta {
    padding-top: 22px;
  }

  .single-project .sm-project__news .meta__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .sm-project__news .news-item__excerpt {
    padding-bottom: 21px;
  }

  .sm-project__news .news-img img {
    height: 187px;
  }

  .whats-new__slider {
    padding-bottom: 40px;
  }

  .single-project .sm-project__news {
    padding-bottom: 61px;
  }

  .single-project .sm-project__news.sm-project__events {
    padding-top: 58px;
    padding-bottom: 73px;
  }

  .single-project .sm-project__events .meta__title {
    margin-top: 18px;
    margin-bottom: 42px;
  }

  .news-item__location {
    padding-top: 16px;
  }

  .single-project section.resources {
    padding-top: 66px;
    padding-bottom: 23px;
  }

  .single-project .resources .color-title {
    margin-bottom: 15px;
  }

  .single-project .resource-slide__title {
    margin-top: 23px;
  }

  .single-project .resource-slide__title a {
    line-height: 35x;
  }

  #news_list .news-item {
    margin-bottom: 31px;
  }

  .news__list .news-item .news-img img {
    max-height: none;
  }

  .body-v2.news #news__list-screen .btn-round {
    width: 90px;
    height: 90px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .body-v2.news #news__list-screen {
    padding-bottom: 50px;
  }

  body.news-single .relative-news .title-section h2 {
    font-size: 26px;
    line-height: 36px;
  }

  body.single-post .relative-news .title-section {
    margin-bottom: 26px;
  }

  body.news-single .list-relative-news .event_item-date-box {
    padding-top: 21px;
  }

  body.single-post .list-relative-news .entry-date-box b,
  body.single-post .list-relative-news .entry-date-box small,
  body.single-post .list-relative-news .entry-date-box span {
    font-size: 18px;
  }

  body.single-post .list-relative-news .entry-event_item .event_item-title {
    font-size: 18px;
    line-height: 28px;
  }

  body.single-post .list-relative-news .entry-date-box {
    margin-bottom: 8px;
  }

  body.news-single .list-relative-news .event_item-content p {
    font-size: 16px;
    line-height: 26px;
  }

  body.news-single .list-relative-news .event_item-content {
    padding-top: 7px;
    padding-bottom: 36px;
  }

  body.news-single .list-relative-news .event_item-thumb img {
    height: 187px;
  }

  .list-relative-news .slick-arrow {
    top: 100%;
    top: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .list-relative-news .fa-angle-left {
    left: calc(50% - 50px);
    background: url(../images/arrow-mb.svg) no-repeat center, #8dc32b;
  }

  .list-relative-news .fa-angle-right {
    right: calc(50% - 50px);
    background: url(../images/arrow-mb.svg) no-repeat center, #8dc32b;
    transform: translateY(0) rotate(180deg);
    -webkit-transform: translateY(0) rotate(0);
    left: unset;
  }

  .news-single .list-relative-news .fa-angle-right {
    left: calc(50% + 30px);
    transform: translateX(-50%) translateY(0) rotate(0);
  }

  .news-single .list-relative-news {
    padding-bottom: 40px;
  }

  .single-related-news {
    padding-bottom: 90px;
    padding-top: 14px;
  }

  .dv-docs-item-2 .docs-content-item h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .dv-docs-item-2 .docs-content-item {
    flex-direction: row;
    align-items: center;
  }

  .dv-docs-item-2 .docs-minus,
  .docs-minus[data-content="empty"] {
    display: none;
  }

  .dv-docs-item-2 .docs-language p {
    display: none;
  }

  .dv-docs-item-2 .docs-language {
    justify-content: flex-end;
  }

  .dv-docs-item-2 .docs-content-item {
    padding: 29px 0 31px;
  }

  .dv-docs-item-2 .docs-language ul li {
    padding: 0 5px;
  }

  .dv-docs-item-2 .docs-content-item h4:before {
    top: 2px;
    height: 26px;
  }
}

@media screen and (max-width: 579px) {
  .page-template-template-basp .container-large {
    padding: 0 20px;
  }
}

@media screen and (max-width: 479px) {
  .goal-item {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .docs-language ul li {
    padding: 0 12px;
  }
}
