*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  font-family: "greeneryregular";
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  color: #626262;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
picture,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: border-color ease-in-out 0.2s;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=email] {
  -webkit-appearance: none;
  border-radius: 0;
}

picture {
  background-color: transparent;
}

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.txt-xs {
  font-size: 14px !important;
}

textarea {
  resize: vertical;
}

button:focus,
textarea,
button,
fieldset {
  outline: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: 0;
  outline-offset: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 160%;
}

a[href^=tel] {
  outline: none;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.ic {
  display: inline-block;
  vertical-align: middle;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

strong,
.strong,
b {
  font-family: "greenerybold";
  font-weight: normal;
}

.c-white {
  color: #fff !important;
}

.a-center {
  text-align: center;
}

.a-right {
  text-align: right;
}

.c-green {
  color: #8fae53 !important;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* Main */
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-family: "greenerybold";
  font-weight: normal;
  color: #121212;
}

h1,
.headline-h1 {
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
}

h2,
.headline-h2 {
  font-size: 40px;
  line-height: 130%;
}

h3 {
  font-family: "greeneryregular";
  color: #121212;
  line-height: 150%;
}

h4 {
  font-family: "greeneryregular";
  font-size: 20px;
}

.headline-h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.headline-h3 {
  font-family: "greenerybold";
  line-height: 120%;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.headline {
  margin-bottom: 40px;
}

.headline.md {
  margin-bottom: 30px;
}

.headline.lg {
  margin-bottom: 70px;
}

.section-heading .headline {
  margin-bottom: 0;
}

.section-heading .heading-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.section-heading .headline-h1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-heading .headline-h1 img {
  height: 46px;
  position: relative;
  top: -4px;
}

.section-heading .entry-tags {
  display: block;
}

.section-heading .entry-tags a {
  margin: 4px 0 4px 8px;
}

.section-heading .cta-links {
  margin-top: 0;
  display: flex;
  align-items: flex-end;
}

.subtitle {
  position: relative;
  top: -2px;
  max-width: 250px;
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "greeneryregular";
  font-size: 16px;
  color: #666;
}

.headline.coltwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headline.flex {
  display: grid;
  grid-gap: 20px 10px;
  margin-bottom: 0;
}

.headline svg {
  position: relative;
  top: -4px;
}

/* Main */
.main {
  position: relative;
  margin-top: 110px;
  padding-bottom: 50px;
}

.section {
  padding: 70px 0;
}

.nopadding-top {
  padding-top: 0 !important;
}

.nopadding-bottom {
  padding-bottom: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.slogan-text {
  text-align: center;
  font-size: 24px;
  color: #121212;
}

.slogan-text strong {
  color: #8fae53;
}

.block-video {
  position: relative;
  border-radius: 20px;
}

.entry-tags {
  display: flex;
  align-items: center;
  align-items: flex-end;
}

.entry-tags a {
  margin-left: 8px;
  display: inline-block;
  white-space: nowrap;
  padding: 6px 16px;
  font-family: "greenerybold";
  font-size: 16px;
  color: #8fae53;
  border: 2px solid #8fae53;
  border-radius: 100px;
  transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
}

.entry-tags span {
  font-size: 16px;
}

.entry-tags.sm a {
  padding: 2px 12px;
  font-size: 14px;
}

.tags-article {
  margin-top: 50px;
  align-items: flex-start;
  grid-gap: 10px;
}

.tags-article a {
  font-size: 14px;
  padding: 3px 12px 0;
  margin: 3px;
  border: 1px solid #8fae53;
}

.tags-article span {
  color: #121212;
}

.entry-tags a.active,
.entry-tags a:hover {
  color: #fff;
  background: #8fae53;
}

.box-category {
  display: inline-block;
  margin-bottom: 15px;
}

.box-category .entry-category {
  margin: 5px 2px 5px 0 !important;
}

.entry-category a {
  display: inline-block;
  padding: 6px 12px 4px;
  font-family: "greenerybold";
  text-transform: uppercase;
  line-height: 100%;
  font-size: 14px;
  color: #8fae53;
  border: 1px solid #8fae53;
  border-radius: 100px;
}

.entry-category.normal {
  font-family: "greeneryregular";
}

.box-img {
  overflow: hidden;
}

.box-img picture {
  position: relative;
  overflow: hidden;
}

.box-img img {
  transform: scale(1);
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}

.box-caption h3,
.box-caption h3 a {
  font-family: "greeneryregular";
  font-size: 18px;
}

.box-caption h3 a:hover {
  color: #8fae53;
}

.box-caption p {
  font-size: 14px;
  color: #a9a9a9;
}

.card-item .entry-category {
  margin-bottom: 15px;
}

.card-item .box-img {
  height: auto;
  position: relative;
  overflow: hidden;
}

.card-item .box-img,
.card-item .box-img picture,
.card-item .box-img picture img {
  border-radius: 15px;
}

.card-item:hover .box-img img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

/* social */
.social {
  padding: 11px 20px;
  display: inline-flex;
  gap: 14px;
  background: #fafafa;
  border-radius: 100px;
}

.social.bg-transparent {
  padding: 0;
  background: transparent;
}

.social.a-right {
  margin: 0 0 0 auto;
}

.social span {
  font-size: 18px;
  color: #121212;
}

.social a {
  display: flex;
  color: #121212;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.social .ic {
  font-size: 20px;
}

.social a:hover {
  color: #8fae53;
}

.social-o {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.social-o a {
  display: flex;
  align-items: center;
  text-align: center;
  width: 38px;
  justify-content: center;
  height: 38px;
  color: #121212;
  border-radius: 50%;
  background: #ededed;
  transition: all 0.3s;
}

.social-o .ic {
  font-size: 21px;
  color: #121212;
}

.social-o a:hover {
  background: #88b14b;
}

.social-o a:hover .ic {
  color: #fff;
}

a.text-link {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #121212;
  text-decoration: none;
  transition: all 0.3s;
}

a.text-link::after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 50%;
  background: #8fae53;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
}

a.text-link:hover:after {
  width: 100%;
  left: 0;
}

a.text-link.underline::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #000;
}

a.text-link:hover,
a.text-link.underline:hover {
  color: #8fae53;
}

a.text-link.underline:hover:after {
  background: #8fae53;
}

a.text-link-ic::before {
  position: absolute;
  right: -16px;
  font-family: "icon-font-greenery";
  content: "\e923";
  display: flex;
  font-size: 10px;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 8px 25px;
  font-family: "greenerybold";
  line-height: 130%;
  font-size: 16px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  background: #8fae53;
  transition: all 0.3s;
}

.btn-link:hover,
.btn-link:focus {
  color: #fff;
}

.btn-link.normal {
  font-family: "greeneryregular";
}

.btn-link.md {
  font-size: 18px;
}

.btn-link.lg {
  height: 46px;
  padding: 13px 22px;
}

.btn-link-o {
  padding: 8px 26px;
  color: #8fae53;
  border: 2px solid #8fae53;
  background: transparent;
}

.btn-link-o:hover {
  color: #fff;
  background: #8fae53;
}

.btn-link-o.c-black {
  color: #121212 !important;
  border: 1px solid #121212;
  background: transparent;
}

.btn-link-o.c-black:hover,
.btn-link-o.c-black:hover .ic {
  color: #8fae53 !important;
}

.btn-link-o.c-black:hover {
  border-color: #8fae53 !important;
}

.btn-link.c-white,
.btn-link.btn-white {
  color: #121212 !important;
  border: 0;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
}

.btn-link.c-white:hover .ic {
  color: #fff;
}

.btn-link .ic {
  font-size: 18px;
  vertical-align: middle;
  transition: all 0.3s;
}

.btn-link .ic-add-calendar {
  position: relative;
  top: -2px;
}

.visible-mobile {
  display: none;
}

.ic-business {
  height: 55px !important;
}

.ic-market {
  position: relative;
  top: -9px !important;
}

.btn-loadmore {
  display: inline-block;
  font-size: 16px;
  padding: 9px 32px;
  color: #8fae53;
  border: 2px solid #8fae53;
  background: transparent;
}

.btn-link.c-white:hover,
.btn-link.btn-white:hover,
.btn-loadmore:hover {
  color: #fff !important;
  background: #8fae53;
}

.btn-all {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  padding: 13px 18px;
  font-family: "greeneryregular";
  line-height: 100%;
  font-size: 16px;
  color: #121212;
  background: #f4f4f4;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.btn-all .ic {
  font-size: 14px;
}

.btn-all:hover {
  color: #fff;
  background: #8fae53;
}

.btn-social {
  padding: 8px 20px 8px;
  font-size: 16px;
  font-family: "greenerybold";
  background-color: transparent;
  border: 2px solid transparent;
}

.btn-social .ic {
  font-size: 26px;
}

.btn-social.fb {
  color: #1877f2;
  border-color: #1877f2;
}

.btn-social.fb:hover {
  color: #fff;
  background: #1877f2;
}

.btn-social.tiktok {
  color: #121212;
  border-color: #121212;
}

.btn-social.tiktok:hover {
  color: #fff;
  background: #000;
}

.box-link {
  display: flex;
}

.cta-links {
  margin-top: 40px;
}

.cta-links.nomargin-top {
  margin-top: 0;
}

.cta-links.lg {
  margin-top: 80px;
}

.cta-links.flexbox {
  display: flex;
  gap: 16px;
}

.cta-links.flexbox.a-center {
  justify-content: center;
}

/* info list */
ul.info-list {
  position: relative;
  margin: 15px 0;
  display: block;
}

ul.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 7px 0;
  list-style: none;
  font-size: 16px;
  color: #626262;
}

ul.info-list li > a {
  font-size: 18px;
}

ul.info-list .ic {
  font-size: 20px;
  color: #8fae53;
}

ul.info-list .ic-envelope {
  position: relative;
  top: 2px;
}

ul.info-list.c-black li {
  font-size: 18px;
  color: #121212;
}

ul.info-list.c-black .ic {
  color: #121212;
}

ul.info-list.underline li {
  padding: 8px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.24);
}

ul.info-list.c-green {
  padding: 0 0 0 30px;
}

ul.info-list.c-green::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  background: #8fae53;
}

ul.info-list.c-green li > .ic {
  color: #8fae53;
}

ul.info-list.c-green .cta-links {
  margin-top: 20px;
}

.info {
  display: grid;
  grid-gap: 10px;
}

.info li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: #a9a9a9;
}

.info .ic {
  font-size: 18px;
  color: #8fae53;
}

/* Grid item */
.grid-item-card {
  display: grid;
  grid-template-columns: 1fr;
}

/* newsroom */
.grid-item-news {
  grid-gap: 50px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.item-news {
  display: grid;
  grid-gap: 25px;
}

/* infographic */
.grid-item-infographic {
  grid-gap: 40px 18px;
  grid-template-columns: repeat(3, 1fr);
}

.item-infographic {
  display: grid;
  grid-gap: 20px;
}

.item-infographic .box-img,
.item-infographic .box-img picture,
.item-infographic .box-img picture img {
  border-radius: 0 !important;
}

.item-infographic .box-img {
  display: flex;
  align-items: flex-end;
  padding: 35px 65px 0 65px;
  background: #f6fde5;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.item-infographic:hover .box-img img {
  transform: scale(1) !important;
}

.item-infographic .box-caption h3 a {
  font-size: 20px;
}

.item-infographic .entry-category {
  font-size: 12px;
}

.grid-two {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: 525px 1fr;
}

/* Home */
.section-highlight {
  position: relative;
  overflow: hidden;
}

.grid-highlight {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: 3fr 1fr;
}

.unit-highlight {
  position: relative;
  overflow: hidden;
}

.unit-highlight,
.item-highlight,
.item-highlight .box-img,
.item-highlight .box-img picture,
.item-highlight .box-img img,
.swiper-highlight,
.swiper-highlight .swiper-slide picture,
.swiper-highlight .swiper-slide .box-img,
.swiper-highlight .swiper-slide img,
.item-highlight-slide {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-highlight {
  overflow: hidden;
}

.item-highlight .box-caption {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}

.item-highlight .box-caption h3 {
  font-family: "greenerybold";
  line-height: 130%;
  font-size: 18px;
  color: #fff;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.item-highlight,
.item-highlight .box-img,
.item-highlight .box-img picture {
  position: relative;
  overflow: hidden;
}

/* .item-highlight:after {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 22.54%, rgba(0, 0, 0, 0) 68.13%);
} */
.item-highlight .box-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.item-highlight:hover img {
  transform: scale(1.05);
}

.item-highlight:hover .box-caption h3 {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.swiper-highlight .swiper-slide {
  height: 100%;
}

.swiper-highlight .highlight-caption {
  padding: 0;
  /* position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    width: 420px;
    z-index: 100; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
}

.swiper-highlight .highlight-caption::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 22.54%, rgba(0, 0, 0, 0) 68.13%);
}

.swiper-highlight .box-inner {
  position: relative;
  width: 100%;
  z-index: 200;
  padding-left: 80px;
}

.swiper-highlight .highlight-caption h1 {
  position: relative;
  z-index: 200;
  margin: 25px 0;
  font-size: 38px;
  line-height: 130%;
  color: #fff;
}

.swiper-highlight .entry-category {
  position: relative;
  z-index: 200;
  color: #fff;
  border-color: #fff;
}

.swiper-highlight .highlight-caption p {
  position: relative;
  z-index: 200;
  color: #fff;
}

.item-highlight-slide {
  position: relative;
  overflow: hidden;
  z-index: 500;
}

.swiper-highlight .swiper-pagination {
  display: none;
}

.container-swiper {
  position: absolute;
  left: 80px;
  width: 100%;
  bottom: 40px;
  display: flex;
  gap: 15px;
}

.swiper-highlight .swiper-button-prev,
.swiper-highlight .swiper-button-next {
  position: relative;
  width: 30px;
  height: 30px;
  left: 0;
  top: inherit;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1.99671px 9.98353px rgba(0, 0, 0, 0.08);
}

.swiper-highlight .swiper-button-next:after,
.swiper-highlight .swiper-button-prev:after {
  font-size: 15px;
  color: #121212;
}

.swiper-highlight .entry-category,
.swiper-highlight .highlight-caption h1,
.swiper-highlight .highlight-caption p {
  transform: translateY(50px);
  transition-duration: 1s;
}

.swiper-highlight .swiper-slide.swiper-slide-active h1,
.swiper-highlight .swiper-slide.swiper-slide-active p,
.swiper-highlight .swiper-slide.swiper-slide-active .entry-category {
  transform: translateY(0);
  transition-duration: 1s;
}

.section-home-overview {
  padding: 100px 0;
}

.section-home-overview .block-content {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.section-home-overview .block-content h2 {
  font-family: "greeneryregular";
  font-size: 52px;
  margin: 15px 0 30px;
  overflow: hidden;
}

.section-home-overview .block-content h2 strong {
  display: inline-block;
  font-family: "greenerybold";
}

.section-home-overview .block-content p {
  font-size: 20px;
}

.section-home-overview .block-content span {
  display: inline-block;
}

.logo-g-o-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #8fae53;
}

.logo-g-o-sm svg {
  width: 33px;
  height: auto;
}

.grid-editor-pick {
  display: grid;
  grid-gap: 55px;
  grid-template-columns: 1fr;
}

.block-editor-pick {
  position: relative;
  overflow: hidden;
}

/* home top stories */
.section-top-stories {
  position: relative;
  overflow: hidden;
}

.swiper-stories-item {
  position: relative;
  overflow: visible;
}

.swiper-stories-item .swiper-slide {
  width: 390px !important;
}

.item-stories {
  position: relative;
  padding: 20px 20px 10px 20px;
  border-radius: 15px;
}

.item-stories .stories-img {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 155px;
  display: block;
  margin: 0 0 0 auto;
}

.item-stories .stories-img img {
  border-radius: 50%;
}

.item-stories .num-view {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  font-family: "greenerybold";
  font-size: 12px;
  line-height: 100%;
  padding: 6px 10px 4px;
  color: #fff;
  border-radius: 80px;
  border: 1px solid #fff;
}

.item-stories .box-caption {
  position: relative;
  z-index: 400;
  top: -15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.item-stories .box-caption h3 {
  max-width: 200px;
  font-family: "greenerybold";
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  max-height: 300px;
  height: 100%;
}

.item-stories .box-caption .text-num {
  position: relative;
  font-size: 150px;
  line-height: 55%;
  color: #fff;
  padding: 0 10px;
  font-family: "greeneryregular";
}

/* upcoming activities */
.section-home-activities {
  position: relative;
}

.box-activities {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 510px;
  border-radius: 20px;
  background: #f6fde5;
}

.box-activities ul.info-list {
  margin: 30px 0 60px;
}

.box-activities .block-content {
  max-width: 540px;
  font-size: 18px;
  color: #121212;
  padding: 60px 0 60px 70px;
}

.box-activities .block-content h2 {
  font-family: "greenerybold";
  font-size: 44px;
  color: #8fae53;
  margin-bottom: 10px;
}

.box-activities .block-img {
  position: relative;
}

.box-activities .block-img picture {
  overflow: hidden;
}

.box-activities .block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-activities .cover-img {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 400px;
  width: 220px;
  border-radius: 10px;
  border: 6px solid #fff;
}

/* promo */
.grid-promo {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 420px;
}

.unit-promo {
  position: relative;
  overflow: hidden;
}

.unit-promo {
  overflow: hidden;
}

.unit-promo .cover-img picture {
  display: block;
  overflow: hidden;
}

.unit-promo,
.unit-promo .cover-img picture {
  border-radius: 20px;
}

.unit-promo .cover-img img {
  width: 100%;
}

.unit-promo .box-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px 15px;
  z-index: 200;
}

.unit-promo .box-caption h3 {
  font-family: "greenerybold";
  font-size: 30px;
}

.unit-promo:first-of-type {
  grid-column: 1;
  grid-row: span 2;
}

.unit-promo:first-of-type .cover-img,
.unit-promo:first-of-type .cover-img picture {
  height: 100%;
}

.unit-promo:first-of-type .cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.unit-promo.a-bottom .box-caption {
  display: grid;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  padding: 70px 15px;
}

.unit-promo.a-bottom .box-caption p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.unit-promo.a-top .box-caption {
  height: 100%;
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
}

.unit-promo.a-center .box-caption {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.unit-promo .btn-link {
  min-width: 190px;
}

/* Menu All */
.swiper-related-menu {
  position: relative;
  overflow: hidden;
}

.grid-item-menu {
  grid-gap: 40px 20px;
  grid-template-columns: 1fr 1fr;
}

.item-menuall {
  display: grid;
  grid-gap: 15px;
}

.item-menuall .box-caption h3 {
  margin: 10px 0;
}

.item-menuall .box-caption h3 a {
  font-size: 20px;
}

.entry-star,
.entry-star ul {
  display: flex;
  align-items: center;
}

.entry-star {
  gap: 10px;
}

.entry-star span {
  font-size: 14px;
  color: #8fae53;
}

.entry-star ul {
  gap: 3px;
}

.entry-star ul li {
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #8fae53;
}

.entry-star ul li.active {
  background: #8fae53;
}

/* directory */
.section-directory .headline-h2 {
  font-size: 30px;
}

.grid-directory {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
}

.block-directory-map {
  position: relative;
}

.map-container {
  position: relative;
  overflow: hidden;
  z-index: 100;
  width: 100%;
  height: 400px;
  border-radius: 15px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tooptip {
  opacity: 0;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  color: #121212;
  padding: 5px 15px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: -40px;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  box-shadow: 0px 1.99671px 9.98353px rgba(0, 0, 0, 0.0784313725);
  -webkit-backdrop-filter: blur(4.99177px);
          backdrop-filter: blur(4.99177px);
  transition: 0.3s all;
}

.tooptip:after {
  content: "";
  position: absolute;
  z-index: 23000;
  bottom: -15px;
  left: 50%;
  height: 0;
  width: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  transform: translateX(-50%) rotate(90deg);
}

.map-container .pin {
  position: absolute;
}

.map-container .pin img {
  width: 100px;
}

.map-container .pin:hover .tooptip {
  opacity: 1;
  transition: 0.3s all;
}

.block-directory-search {
  margin-bottom: 60px;
}

.block-directory-search .entry-tags a {
  margin: 5px 7px 5px 0;
}

.directory-form {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  grid-template-columns: 1fr 85px;
  margin: 20px 0;
}

.map-mobile {
  display: none;
}

.grid-item-directory {
  grid-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.item-directory {
  display: grid;
  grid-gap: 20px;
}

.item-directory h3 a {
  font-family: "greenerybold";
}

.item-directory .box-caption ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.item-directory .info-list li {
  padding: 3px 0;
  font-size: 14px;
  color: #121212;
}

.item-directory .info-list li a {
  font-size: inherit;
}

.item-directory .info-list li .ic {
  font-size: 14px;
  position: relative;
  top: 4px;
}

.item-directory .box-img span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 200;
  padding: 3px 15px;
  font-size: 14px;
  color: #fff;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.22);
}

.section-related-directory .grid-item-directory {
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

/* blog */
.grid-item-blog {
  grid-gap: 40px;
}

.item-blog {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-gap: 15px;
}

.item-blog .box-caption h3 {
  margin-bottom: 15px;
}

.item-blog.item-card-highlight {
  overflow: hidden;
  grid-gap: 0;
  border-radius: 20px;
}

.item-blog.item-card-highlight .box-img,
.item-blog.item-card-highlight .box-img picture,
.item-blog.item-card-highlight .box-img picture img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.item-card-highlight .box-caption {
  padding: 25px;
  text-align: center;
  background: #8fae53;
}

.item-card-highlight .box-caption h3 {
  margin-bottom: 10px;
}

.item-card-highlight .box-caption h3 a {
  font-family: "greenerybold";
  font-size: 26px;
  color: #fff;
}

.item-card-highlight .entry-category {
  color: #fff;
  border-color: #fff;
}

.item-card-highlight p {
  color: #fff;
}

.item-blog-other {
  display: grid;
}

.item-blog-other {
  margin-bottom: 40px;
}

.item-blog-other .box-img {
  position: relative;
}

.item-blog-other .box-img,
.item-blog-other .box-img picture {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.item-blog-other .box-content h3 {
  font-family: "greeneryregular";
  color: #121212;
  margin: 12px 0;
}

.item-blog-other .box-content p {
  color: #a9a9a9;
}

.section-blog-single {
  position: relative;
}

.section-blog-single .container {
  position: relative;
}

/* info */
.grid-info {
  position: relative;
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr;
}

.box-video {
  overflow: hidden;
}

.block-heading .headline-h2 {
  margin-top: 18px;
  margin-bottom: 0;
}

.block-heading p {
  margin-top: 10px;
  color: #a9a9a9;
}

.block-heading .cta-links {
  margin-top: 20px;
}

.block-media .box-img img {
  overflow: hidden;
}

.block-directory {
  overflow: hidden;
  border-radius: 20px;
}

.block-directory .box-img img {
  filter: none !important;
}

.box-event img {
  width: 370px;
}

.img-infographic {
  max-width: 450px;
  margin: 0 auto;
}

.section-event-workshop {
  overflow: hidden;
}

/* content */
.section-single {
  position: relative;
}

.section-single .block-content {
  position: relative;
}

.section-single .block-img {
  padding: 45px 65px;
  background: #f6fde5;
  border-radius: 20px;
}

.section-single .box-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.12));
}

.section-single .box-event {
  max-width: 370px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.12));
  border-radius: 20px;
}

.section-single .heading h1 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.section-single ul.info-list {
  margin: 40px 0;
}

.area-headline {
  margin-bottom: 50px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
}

.area-headline h1 {
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 15px;
}

.area-headline .social {
  margin: 0 auto 0 0;
}

.area-content {
  font-family: "chulabhorn_likit_textregular";
  font-size: 16px;
  color: #626262;
}

.area-content h2,
.area-content h3 {
  color: #121212;
  line-height: 140%;
}

.area-content h2 {
  font-size: 26px;
  font-family: "greeneryregular";
  margin-bottom: 20px;
}

.area-content h3 {
  font-family: "greenerybold";
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.area-content p {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 20px;
}

.area-content a {
  color: #8fae53;
}

.area-content ul {
  margin: 0 0 30px 0;
  padding: 0;
}

.area-content ol {
  margin: 0 0 30px 28px;
  padding: 0;
}

.area-content ul li {
  position: relative;
  list-style: none;
  padding-left: 16px;
}

.area-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #626262;
}

.area-content ol li {
  list-style: decimal;
}

.area-content ul li,
.area-content ol li {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 5px;
}

.area-content-share {
  margin-top: 40px;
}

/* event */
.section-related-event {
  position: relative;
  overflow: hidden;
  padding: 70px 0 100px;
}

.swiper-event-item {
  overflow: visible;
}

.swiper-event-item .swiper-slide {
  width: 465px !important;
}

.item-event {
  display: grid;
  align-items: center;
  grid-gap: 45px;
  grid-template-columns: 170px 1fr;
}

.item-event .box-img {
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.12));
}

.item-event .box-img,
.item-event .box-img picture,
.item-event .box-img picture img {
  border-radius: 10px;
}

.item-event .box-caption h3 a {
  font-size: 20px;
  font-weight: bold;
}

/* market */
.section-market-content .block-img {
  overflow: hidden;
  border-radius: 20px;
}

.section-market-content .block-content {
  font-size: 18px;
}

.section-market-content .block-content h2 {
  font-size: 30px;
  color: #8fae53;
}

.section-market-content .block-content h3 {
  font-size: 26px;
  margin: 20px 0;
  color: #121212;
}

.section-market-content .block-content p {
  font-family: "chulabhorn_likit_textregular";
  font-size: 18px;
}

.grid-market-content {
  display: grid;
  align-items: center;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}

.grid-market-item {
  display: grid;
  align-items: flex-start;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.market-list-item {
  display: grid;
  padding-bottom: 30px;
  align-items: flex-start;
  border-bottom: 1px solid #d6d6d6;
}

.market-list-item:last-of-type {
  border-right: 0;
}

.market-list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.market-list-item h3 {
  font-family: "greenerybold";
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 15px;
}

.market-list-item p {
  font-family: "chulabhorn_likit_textregular";
  font-size: 16px;
  color: #626262;
}

.grid-past-events {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
}

.event-list .item-event {
  align-items: flex-start;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d6d6d6;
}

.event-list .item-event:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.item-event h3 {
  margin-bottom: 10px;
}

.item-event ul.info-list {
  margin: 10px 0 25px 0;
}

/* menu Single */
.section-menu-single .headline-h2 {
  font-size: 34px;
}

.section-related {
  position: relative;
  overflow: hidden;
  padding: 70px 0 100px;
}

.grid-event-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* talk */
.block-speakers {
  margin-top: 90px;
}

.grid-speakers {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.item-speakers {
  position: relative;
  display: grid;
  align-content: flex-start;
  align-items: flex-start;
  grid-gap: 15px;
}

.item-speakers .box-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.item-speakers .box-img img {
  border-radius: 50%;
  filter: none;
}

.item-speakers h3 {
  font-family: "greenerybold";
  font-size: 18px;
  color: #8fae53;
}

.item-speakers h4 {
  font-family: "greenerybold";
  font-size: 14px;
  color: #121212;
  margin-bottom: 10px;
}

.item-speakers p {
  font-family: "chulabhorn_likit_textregular";
  font-size: 14px;
}

/* gallery */
.section-gallery {
  position: relative;
}

.gallery-widget {
  padding-bottom: 70px;
}

.grid-gallery {
  position: relative;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-gallery a {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.grid-gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.grid-gallery a:first-of-type {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-gallery .icon-play {
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.link-all-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  display: inline-block;
  padding: 8px 15px;
  font-family: "greenerybold";
  font-size: 14px;
  line-height: 140%;
  color: #121212;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  transition: 0.1s all;
}

.link-all-gallery .ic {
  color: #8fae53;
  margin-right: 6px;
}

.link-all-gallery:hover {
  color: #8fae53;
}

.icon-play {
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 200;
  background-image: url(assets/img/icon/icon-play.svg);
  background-repeat: no-repeat;
}

.icon-play.play-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* challenge */
.section-challenge-content {
  position: relative;
}

.grid-challenge-content {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
}

.section-challenge-content .headline-challenge {
  max-width: 530px;
}

.section-challenge-content h2 {
  font-family: "greeneryregular";
  line-height: 140%;
  font-size: 26px;
  color: #121212;
}

.section-challenge-content .block-content {
  font-size: 18px;
  color: #626262;
}

.section-challenge-content .block-content strong {
  color: #8fae53;
}

.section-challenge-content .block-content h3 {
  font-family: "greenerybold";
  font-size: 30px;
  color: #8fae53;
  margin-top: 40px;
  margin-bottom: 10px;
}

.section-challenge-content .block-content h3:first-of-type {
  margin-top: 0;
}

.section-challenge-content .block-content p {
  margin-bottom: 20px;
}

.section-challenge-content .block-content ol,
.section-challenge-content .block-content ul {
  margin: 0 0 20px 24px;
  padding: 0;
}

.section-challenge-content .block-content ol li,
.section-challenge-content .block-content ul li {
  margin-bottom: 8px;
  line-height: 140%;
}

.section-challenge-content .block-content ol li {
  list-style: decimal;
}

.section-challenge-content .block-content ul li {
  list-style: disc;
}

.section-challenge-content .block-img {
  position: relative;
  overflow: hidden;
}

.section-challenge-content .box-img {
  overflow: hidden;
  border-radius: 20px;
}

.section-challenge-content .box-img img {
  width: 100%;
}

.section-challenge-slide {
  position: relative;
  overflow: hidden;
}

.swiper-challenge-item {
  position: relative;
  overflow: visible;
}

.swiper-challenge-item .swiper-slide {
  width: 305px !important;
}

.item-challenge {
  display: grid;
  grid-gap: 25px;
}

.item-challenge .box-caption h3 {
  font-weight: bold;
  font-size: 18px;
  color: #8fae53;
  margin-bottom: 10px;
}

.item-challenge .box-caption p {
  font-size: 14px;
  line-height: 160%;
  color: #505050;
}

.section-challenge-social {
  position: relative;
  overflow: hidden;
  padding: 90px 0 140px;
  background: #000;
}

.section-challenge-social .headline {
  margin-bottom: 80px;
}

.swiper-challenge-social {
  overflow: visible;
}

.swiper-challenge-social .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-challenge-social .swiper-slide {
  position: relative;
  /* width: 270px!important; */
}

.swiper-challenge-social .swiper-slide,
.swiper-challenge-social .item-challenge-social {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.swiper-challenge-social .swiper-slide:nth-of-type(2n) {
  margin-top: 100px;
}

.item-challenge-social .box-img img {
  border-radius: 20px;
}

.item-challenge-social:hover .box-img img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.item-challenge-social .cover-video {
  height: 530px;
  padding-top: 100%;
  padding-bottom: 0;
}

/* contact */
.section-contact .block-content {
  overflow: hidden;
}

.section-contact h2 {
  overflow: hidden;
  font-size: 40px;
  font-family: "greeneryregular";
}

.section-contact span,
.section-contact strong {
  display: inline-block;
}

.section-contact .btn-link {
  min-width: 130px;
}

/* covervideo */
.popup-video .container {
  padding: 0 20px;
}

.popup-video .container-video {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  align-items: center;
  display: grid;
}

button.mfp-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  background: #8fae53;
  opacity: 100%;
  top: 15px !important;
  right: 40px !important;
  z-index: 2000;
  padding: 0 !important;
  margin: 0 !important;
}

button.mfp-close:active {
  top: 15px !important;
}

button.mfp-close:after {
  font-family: "icon-font-greenery";
  content: "\e906";
  color: #fff;
  font-size: 18px;
}

img.mfp-img {
  padding: 0;
}

button.mfp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

button.mfp-close,
button.mfp-arrow {
  z-index: 4000000;
}

.cover-video {
  position: relative;
  padding-bottom: 100%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

.cover-video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mfp-container {
  padding: 0 20px !important;
}

.mfp-wrap {
  z-index: 32000;
}

.mfp-bg {
  z-index: 22000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* panel contact */
.panel {
  position: fixed;
  width: 750px;
  height: 100%;
  z-index: 20000;
  top: 0;
  right: -750px;
  margin: 0;
  padding: 60px;
  pointer-events: none;
  overflow-y: scroll;
  background-color: #fff;
  transition: 0.6s ease;
}

.panel-open-contact .panel {
  right: 0;
  z-index: 20000;
  pointer-events: all;
  transition: 0.6s ease;
}

.panel::-webkit-scrollbar {
  display: none;
}

.panel-close {
  position: absolute;
  z-index: 800;
  top: 50px;
  right: 40px;
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #8fae53;
}

.panel-close:hover {
  color: #fff;
}

.panel-contact .panel-close {
  width: 36px;
  height: 36px;
}

.bg-overlay {
  display: none;
}

.panel-form {
  position: relative;
}

.panel-open-contact {
  height: 100%;
  overflow: hidden;
}

.panel-open-contact .bg-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.5019607843);
  animation: fade 500ms;
  overflow: hidden;
  transition: opacity 0.3s ease 0s;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.panel-contact .social-o {
  margin-top: 45px;
}

.mfp-content {
  padding: 40px 0;
}
/* form style */
.labelform {
  display: block;
  font-family: "greeneryregular";
  font-weight: normal;
  font-size: 16px;
  color: #121212;
  margin-bottom: 3px;
}

.field {
  margin-bottom: 15px;
}

.form-styles {
  font-family: "greeneryregular";
}

.form-styles .linktext {
  font-family: "greeneryregular";
}

.form-styles .textinput {
  width: 100%;
  display: block;
  font-family: "greeneryregular";
  font-style: normal;
  font-size: 16px;
  color: #121212;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.form-styles textarea.textinput {
  height: 130px;
  padding: 15px 10px 5px;
}

.form-styles input::-moz-placeholder {
  font-family: "greeneryregular";
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.form-styles input::placeholder {
  font-family: "greeneryregular";
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.form-styles textarea::-moz-placeholder {
  font-family: "greeneryregular";
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.form-styles textarea::placeholder {
  font-family: "greeneryregular";
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.form-styles .btn.outline {
  padding: 15px 45px;
}

.form-styles input[type=button] {
  font-family: "greenerybold";
  color: #fff;
  font-size: 16px;
  border: 0;
  padding: 8px 30px;
  border-radius: 0;
  cursor: pointer;
  background: #88b14b;
  border-radius: 100px;
}

.form-styles input[type=button]:hover {
  color: #fff;
  background: #88b14b;
}

.form-styles input[type=checkbox] {
  position: relative;
  top: -2px;
  width: 18px !important;
  height: 18px;
  margin: 0 6px 0 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #a2a2a2;
}

.form-styles .textinput:focus {
  border-color: #121212;
}

.field-checkbox {
  font-size: 14px;
  margin-bottom: 30px;
}

/* about */
.section-about-gallery {
  padding-bottom: 0 !important;
}

.section-about-gallery .block-content {
  max-width: 820px;
}

.section-about-gallery .block-content,
.section-about-gallery .block-content p {
  font-family: "greeneryregular";
  font-size: 26px;
  color: #121212;
}

.container-gallery {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.container-gallery:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(0deg, #ffffff 35.31%, rgba(255, 255, 255, 0.982832) 45.75%, rgba(255, 255, 255, 0.962543) 54.85%, rgba(255, 255, 255, 0.869792) 65.29%, rgba(255, 255, 255, 0.692708) 77.76%, rgba(255, 255, 255, 0) 100%);
}

.columns-gallery {
  -webkit-column-count: 4;
  -webkit-column-gap: 25px;
  -webkit-column-fill: auto;
  -moz-column-count: 4;
  -moz-column-gap: 25px;
  -moz-column-fill: auto;
  column-count: 4;
  column-gap: 25px;
  column-fill: auto;
}

.item-columns {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all 0.2s ease;
}

.item-columns img {
  border-radius: 10px;
}

.section-about-mission {
  position: relative;
  z-index: 400;
  top: -120px;
}

.section-about-mission .headline {
  margin-bottom: 100px;
}

.section-about-mission .headline-h2 {
  font-size: 34px;
  color: #8fae53;
  text-transform: uppercase;
}

.section-about-mission .headline-h2 strong {
  color: #121212;
}

.section-about-mission .block-content h3 {
  display: flex;
  gap: 15px;
  font-family: "greenerybold";
  font-size: 30px;
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-about-mission .block-content p {
  font-family: "greeneryregular";
  font-size: 18px;
  color: #666;
}

.grid-mission {
  display: grid;
  grid-gap: 140px;
  grid-template-columns: 1fr 1fr;
}

.section-about-press {
  position: relative;
  overflow: hidden;
}

.swiper-about-press {
  position: relative;
}

.item-about-press {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 200px 90px auto;
}

.item-about-press .box-caption {
  display: grid;
  align-content: space-between;
}

.item-about-press .box-caption h3 {
  font-family: "greenerybold";
  font-size: 18px;
  color: #121212;
}

.item-about-press .box-logo {
  display: flex;
  justify-content: center;
}

.item-about-press .box-logo img {
  width: auto;
  height: 90px;
  margin: 0 auto;
}

.item-about-press .box-img {
  overflow: hidden;
  border-radius: 20px;
}

.item-about-press .box-img img {
  width: 100%;
}

.section-about-associate {
  position: relative;
}

.section-about-associate .block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 505px;
  border-radius: 20px;
}

.grid-associate {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.obj-can {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: all 0.3s;
}

.obj-can:hover {
  transform: translate(-50%, -40%) scale(1.1);
  transition: all 0.3s;
}

.obj-creativemove {
  transition: all 0.3s;
}

.obj-creativemove:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.obj-can img {
  max-width: 100%;
}

.obj-can-text img {
  width: 432px;
}

.bg-c-sky {
  background: #3fb6e8;
}

.bg-c-green {
  background: #f6fde5;
}

.section-about-team {
  position: relative;
  overflow: hidden;
}

.swiper-about-team {
  position: relative;
  overflow: visible;
}

.swiper-about-team .swiper-slide {
  width: 310px !important;
}

.swiper-about-team .swiper-slide:last-of-type .item-about-team {
  border-right: 0;
}

.item-about-team {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-gap: 20px;
  padding-right: 50px;
  border-right: 1px solid #d6d6d6;
}

.item-about-team .box-img {
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.item-about-team .box-caption {
  min-height: 175px;
  overflow: hidden;
}

.item-about-team .box-caption h3 {
  font-family: "greenerybold";
  font-size: 18px;
  color: #8fae53;
}

.item-about-team .box-caption h4 {
  font-family: "greenerybold";
  font-size: 14px;
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.item-about-team .box-caption p {
  max-height: 90px;
  overflow: hidden;
  font-size: 14px;
}

.section-about-greenery {
  padding-bottom: 70px;
}

.greenery-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.greenery-circle ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 900px;
  height: 660px;
  margin: 0 auto;
}

.greenery-circle ul li {
  width: 110px;
  height: 110px;
  position: absolute;
  list-style: none;
}

.greenery-circle ul li:before {
  content: "";
  width: 117px;
  height: 117px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  border: 2px dashed #8fae53;
}

.greenery-circle span {
  opacity: 0;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-family: "greenerybold";
  font-size: 16px;
  line-height: 120%;
  color: #121212;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  transition: all 0.3s ease-in-out;
}

.greenery-circle ul li:hover span {
  transform: translate(-50%, 0);
}

.greenery-circle ul li:hover span,
.greenery-circle ul li:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.greenery-circle .logo-g-o {
  position: absolute;
  list-style: none;
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.greenery-circle ul li:nth-of-type(1) {
  top: 53px;
  left: 40px;
}

.greenery-circle ul li:nth-of-type(2) {
  top: 0;
  left: 220px;
}

.greenery-circle ul li:nth-of-type(3) {
  top: 240px;
  left: 0;
}

.greenery-circle ul li:nth-of-type(4) {
  top: 160px;
  left: 184px;
}

.greenery-circle ul li:nth-of-type(5) {
  bottom: 133px;
  left: 25px;
}

.greenery-circle ul li:nth-of-type(6) {
  bottom: 184px;
  left: 188px;
}

.greenery-circle ul li:nth-of-type(7) {
  bottom: 0;
  left: 150px;
}

.greenery-circle ul li:nth-of-type(8) {
  bottom: 45px;
  left: 330px;
}

.greenery-circle ul li:nth-of-type(9) {
  top: 60px;
  left: 377px;
}

.greenery-circle ul li:nth-of-type(10) {
  top: 27px;
  right: 235px;
}

.greenery-circle ul li:nth-of-type(11) {
  top: 180px;
  right: 210px;
}

.greenery-circle ul li:nth-of-type(12) {
  top: 87px;
  right: 65px;
}

.greenery-circle ul li:nth-of-type(13) {
  top: 240px;
  right: 35px;
}

.greenery-circle ul li:nth-of-type(14) {
  bottom: 184px;
  right: 188px;
}

.greenery-circle ul li:nth-of-type(15) {
  bottom: 22px;
  right: 100px;
}

.greenery-circle ul li:nth-of-type(16) {
  bottom: 0;
  right: 280px;
}

.greenery-circle ul li:nth-of-type(17) {
  bottom: 164px;
  right: 0;
}

.greenery-list {
  display: none;
}

.logo-g-o {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 173px;
  height: 173px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: #8fae53;
}

/* contact */
.form-contact .headline {
  margin-bottom: 30px;
}

.article-highlight-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.article-highlight-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17));
}

.article-highlight-img .area-content {
  position: absolute;
  z-index: 500;
  width: 580px;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.article-highlight-img .area-content .entry-category a {
  color: #fff;
  border-color: #fff;
}

.article-highlight-img .area-content h1,
.article-highlight-img .area-content p {
  color: #fff;
}

.article-highlight-img .area-content h1 {
  line-height: 130%;
  margin: 20px 0;
}

.article-highlight-img .area-content p {
  font-size: 16px;
}

.article-highlight-img img {
  width: 100%;
}

.article-sidebar {
  z-index: 900;
}

.article-sidebar ul.info-list {
  margin: 0 0 15px 0;
}

.article-sidebar ul.info-list li {
  color: #a9a9a9;
}

.article-sidebar ul.info-list li .ic {
  color: #a9a9a9;
}

.article-sidebar .social .ic {
  font-size: 20px;
}

.article-img {
  margin: 40px 0;
  text-align: center;
}

.article-img img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.article-img.fullimg {
  margin: 0 -20px;
}

.article-img.fullimg img {
  border-radius: 0;
}

.article-body {
  position: relative;
  margin: 100px auto 0;
}

.article-container {
  position: relative;
  max-width: 656px;
  margin: 0 auto 50px;
}

.article-content {
  position: relative;
  font-family: "chulabhorn_likit_textregular";
  font-size: 18px;
  color: #626262;
}

.article-content h3 {
  font-family: "greenerybold";
  font-size: 24px;
  color: #121212;
  margin-top: 30px;
  margin-bottom: 10px;
}

.article-content h4 {
  font-family: "greenerybold";
  font-size: 16px;
  color: #121212;
  margin-bottom: 10px;
}

.article-content strong {
  font-family: "greenerybold";
  color: #121212;
}

.article-content > a {
  color: #8fae53;
}

.article-content p,
.article-content li {
  margin-bottom: 20px;
  line-height: 170%;
}

.article-content .footnote {
  margin-top: 80px;
}

.article-content ul {
  margin: 0 0 0 20px;
}

.article-content ol {
  margin: 0 0 0 20px;
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 10px;
}

blockquote {
  max-width: 500px;
  margin: 60px auto;
  position: relative;
  text-align: center;
}

blockquote:after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 135px;
  height: 4px;
  border-radius: 3px;
  background: #8fae53;
}

blockquote h2 {
  font-family: "greeneryregular";
  font-size: 26px;
  color: #8fae53;
}

#ajaxsearchprores1_1,
#ajaxsearchprores1_2,
div.asp_r.asp_r_1 {
  z-index: 9999999999 !important;
}

.box-author {
  margin: 40px 0;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 250px 1fr;
  padding: 40px;
  overflow: hidden;
  background: #f6fde5;
  border-radius: 10px;
  grid-gap: 15px;
}

.author-img {
  display: grid;
  align-items: flex-start;
}

.author-img img {
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.author-img p {
  font-family: "greenerybold";
  font-size: 11px;
  color: #121212;
  text-transform: uppercase;
}

.author-img h3 {
  font-family: "greenerybold";
  font-size: 22px;
  color: #8fae53;
}

.author-content {
  padding-top: 10px;
  max-width: 280px;
  font-size: 16px;
  color: #505050;
}

.author-content p {
  color: #505050;
}

.author-content .btn-link {
  font-size: 15px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
}

.author-content .cta-links {
  display: flex;
  margin-top: 20px;
}

.footnote h4 {
  font-family: "greenerybold";
  font-size: 16px;
  color: #121212;
  margin-bottom: 10px;
}

.footnote ul {
  margin: 0 0 0 20px;
}

.footnote li {
  list-style: disc;
  font-size: 16px;
  margin-bottom: 8px;
}

.lineend {
  max-width: 1280px;
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #d6d6d6;
}

/* swiper */
.swiper .headline {
  padding-top: 6px;
}

.container-swiper-arw {
  position: absolute;
  top: 0;
  right: 3px;
  height: 35px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.container-swiper-arw .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  bottom: 0;
  gap: 4px;
  padding-right: 100px;
}

.swiper-pagination-bullet {
  text-indent: -9999px;
  margin: 0 !important;
}

.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 100%;
  border: 2px solid #e3e3e3;
  background: transparent;
}

.swiper-pagination-bullet-active {
  border-color: #8fae53;
}

.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8fae53;
}

.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
  left: inherit;
  right: inherit;
  top: 0;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(4.99177px);
          backdrop-filter: blur(4.99177px);
  background: #fff;
}

.swiper-button-prev {
  right: 45px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "icon-font-greenery";
  font-size: 16px;
  color: #121212;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #8fae53;
}

.swiper-button-prev:after {
  content: "\e920";
}

.swiper-button-next:after {
  content: "\e91f";
}

.directory-form .select2-container {
  width: 100% !important;
  height: 57px !important;
  border-radius: 100px;
  border: 2px solid #000 !important;
}

.directory-form .select2-container:focus {
  outline: 0;
}

.select-single select {
  width: 100%;
  height: 100%;
}

.select2-container .select2-selection--single {
  height: 57px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 22px;
  color: #121212;
  line-height: 54px;
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 16px;
  right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: "icon-font-greenery";
  content: "\e900";
  color: #121212;
  font-size: 22px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\e903";
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #8fae53;
}

.select2-dropdown {
  border: 0 !important;
}

.select2-results__option {
  color: #121212;
  padding: 6px 10px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-results {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #000 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

.switch-map {
  font-size: 16px;
  color: #121212;
}

.switch-map span {
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-directory {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider-directory:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

.switch-map input:checked + .slider-directory {
  background-color: #8fae53;
}

.switch-map input:focus + .slider-directory {
  box-shadow: 0 0 1px #8fae53;
}

.switch-map input:checked + .slider-directory:before {
  transform: translateX(17px);
}

/* Rounded slider-directorys */
.slider-directory.round {
  border-radius: 34px;
}

.slider-directory.round:before {
  border-radius: 50%;
}

.img-gallery-magnific {
  position: relative;
  z-index: 5000;
  max-width: 750px;
  margin: 0 auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.magnific-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.magnific-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.magnific-img:first-of-type {
  grid-column: span 2;
}

.magnific-img:nth-of-type(3n + 1) {
  grid-column: span 2;
}

.magnific-img a {
  height: 100%;
}

.mfp-title {
  display: none;
}

.mfp-figure:after {
  display: none;
}

.mfp-bottom-bar {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  cursor: auto;
  margin-top: 0;
  text-align: center;
  pointer-events: none;
}

.mfp-counter {
  display: none;
  width: 100%;
  left: 0;
  z-index: 1000;
  right: inherit;
  font-family: "greeneryregular";
  font-size: 16px;
  padding-bottom: 10px;
}

.mfp-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff !important;
  margin: 0 !important;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
  font-family: "icon-font-greenery";
  font-size: 16px;
  border: 0;
  color: #fff;
  opacity: 1;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  margin: 0 auto !important;
}

.mfp-arrow:before {
  display: none;
}

.mfp-arrow-left:after {
  content: "\e920";
}

.mfp-arrow-right:after {
  content: "\e91f";
}

.mfp-arrow-left {
  left: 40px;
}

.mfp-arrow-right {
  right: 40px;
}

.tiktok-embed > section {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.tiktok-embed {
  margin: 0 !important;
  overflow: hidden !important;
  max-width: inherit !important;
  min-width: inherit !important;
}

.tiktok-embed iframe {
  width: auto !important;
  max-height: inherit !important;
}

.article-highlight-img img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
}

.post-categories {
  display: flex;
  justify-content: center;
}

.post-categories li {
  list-style: none !important;
  padding-left: 5px !important;
}

.area-content ul li:before {
  display: none;
}

.article-content p:has(img) img {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-content > p > strong:first-child {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  display: block;
}
.article-content > p > strong:first-child + br {
  display: none;
}
.article-content blockquote {
  text-align: center;
}
.article-content blockquote p {
  font-family: "greeneryregular";
  font-size: 26px;
  color: #8fae53;
  line-height: 1.4;
}

.article-sidebar {
  z-index: 900;
  position: absolute;
  width: 300px;
}

.grid-gallery > a {
  display: none;
}

.grid-gallery > a:first-child {
  display: block;
}

.grid-gallery > a:nth-child(2) {
  display: block;
}

.grid-gallery > a:nth-child(3) {
  display: block;
}

.grid-gallery > a:nth-child(4) {
  display: block;
}

.grid-gallery > a:nth-child(5) {
  display: block;
}

section.section.section-market-content {
  padding-top: 0;
}

.unit-highlight .post-categories {
  justify-content: left;
}
.unit-highlight .entry-category a {
  color: #fff;
  border: 1px solid #fff;
}

.unit-highlight .box-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
  pointer-events: none;
  background: linear-gradient(0, rgba(0, 0, 0, 0.3490196078) 15.74%, rgba(0, 0, 0, 0) 57.4%);
}

.post-categories a {
  border: 1px solid #8fae53;
  border-radius: 100px;
  padding: 0 8px;
  color: #8fae53;
  height: 24px;
  display: flex;
  align-items: center;
}

.item-blog .box-img img {
  aspect-ratio: 1.9;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-sticky .post-categories a {
  border-color: #fff;
  color: #fff;
}
.card-sticky .post-categories {
  margin-bottom: 10px;
}
.card-sticky .item-blog .box-img img {
  aspect-ratio: initial;
}

.section-home-activities .box-activities {
  margin-bottom: 30px;
}

.atcb-button {
  border-radius: 100px;
  border: none;
  background: #fff;
  height: 38px;
  font-family: "greeneryregular";
  font-weight: normal;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1490196078);
  transition: box-shadow 0.3s ease;
}

.atcb-button-wrapper {
  padding: 0;
}

.author-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-content {
  max-width: 100%;
}

.box-author {
  grid-template-columns: 185px 1fr;
}

.social {
  align-items: center;
}

.section-related-blog .post-categories {
  justify-content: left;
}

.block-blog .post-categories {
  justify-content: left;
}

.page-load-status {
  margin-top: 50px;
  text-align: center;
}

.item-card-highlight .box-caption h3 a {
  line-height: 1.4;
}

.heading-container .subtitle * {
  font-size: 16px;
}

.item-card-highlight .box-caption h3 a {
  max-width: 300px;
  display: block;
  margin: auto;
}

.item-blog.item-card-highlight .box-img picture img {
  aspect-ratio: initial;
}

.nopick .grid-two {
  grid-template-columns: 1fr;
}
.nopick .grid-item-blog {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .nopick .grid-item-blog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .nopick .grid-item-blog {
    grid-template-columns: repeat(1, 1fr);
  }
}

.item-infographic img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 12px;
}
.item-infographic .box-img a {
  width: 100%;
}

.item-infographic .box-img picture img {
  border-radius: 12px 12px 0 0 !important;
}

.item-infographic .entry-category,
.block-heading .entry-category {
  border: 1px solid #8fae53;
  border-radius: 100px;
  padding: 0 8px;
  color: #8fae53;
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  display: inline-block;
}

.section-info-single .area-content img {
  display: none;
}

.img-infographic img {
  border-radius: 22px;
  overflow: hidden;
  filter: none !important;
}

.atcb-saved .atcb-checkmark {
  display: none !important;
}

.page-id-37463 h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.grid-item-news .post-categories {
  justify-content: left;
}

.grid-item-news .box-img img {
  aspect-ratio: 1.9;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-content p:has(img) img {
  width: 100%;
}

.backhome {
  border: solid 1px #000;
  border-radius: 100px;
  padding: 10px 20px;
}

.item-menuall {
  display: flex;
  grid-gap: 15px;
  justify-content: flex-start;
  flex-direction: column;
}

.error404 .heading-container {
  justify-content: center !important;
  text-align: center;
}
.error404 .section {
  text-align: center;
}

#test-modal {
  max-width: 500px;
  margin: auto;
  height: 100vh;
  padding-top: 100px;
}
#test-modal .popup-modal-dismiss {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 20px;
  background: #8fae53;
  border: none;
  padding: 10px;
  width: 51px;
  border-radius: 100px;
  color: #fff;
  font-weight: normal;
  font-family: "greenerybold";
  cursor: pointer;
}
#test-modal .asp_res_text {
  display: none !important;
}

.post-categories li {
  padding-left: 0 !important;
}

.post-categories a {
  white-space: nowrap;
}

.post-categories {
  justify-content: left;
  flex-wrap: wrap;
  grid-gap: 6px;
}

.block-highlight .post-categories {
  justify-content: center;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content label {
  font-weight: normal !important;
  color: #000;
  font-family: "greenerybold";
}

.nf-form-content input[type=submit] {
  background-color: #88b14b !important;
  font-family: "greenerybold";
  border-radius: 100px !important;
  padding: 0 30px;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  border: solid 1px #ddd;
  border-radius: 6px;
  background: #fff;
}

.section-blog-single .post-categories {
  justify-content: center;
}

.grid-blog-other .box-img img {
  aspect-ratio: 1.9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .unit-highlight .post-categories {
    justify-content: center;
  }
  .swiper-editor-item .swiper-slide {
    align-items: flex-start !important;
  }
  .atcb-button,
  .atcb-button-wrapper {
    width: 100% !important;
  }
  .article-sidebar {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-top-stories .swiper-stories-item .swiper-slide {
    width: 212px !important;
  }
  .section-top-stories .item-stories .box-caption h3 {
    font-size: 16px;
  }
  .section-top-stories .item-stories .num-view {
    font-size: 14px;
  }
  .item-menuall .box-caption h3 a {
    font-size: 18px !important;
  }
  .unit-promo.a-bottom .box-caption p {
    font-size: 18px !important;
    max-width: 346px;
  }
  .unit-promo.a-bottom .box-caption p br {
    display: none;
  }
  .unit-promo:first-of-type {
    height: 357px;
  }
  .section-challenge-content h2 br {
    display: none;
  }
  .article-content p,
  .article-content li {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .grid-pushy {
    grid-template-columns: 0.6fr 1fr;
  }
  .grid-pushy .navpushy li a {
    font-size: 16px;
    line-height: 1.6;
  }
}
.article-content img {
  height: auto;
}

.article-content h4,
.article-content > p > strong:first-child,
.article-content h2,
.article-content h3 {
  font-size: 22px;
  line-height: 1.5;
}

.ajaxsearchpro * {
  font-weight: normal !important;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  border-radius: 100px;
}

.area-content h4 {
  color: #000;
}

.item-event .box-caption h3 a {
  font-size: 20px;
  font-family: "greenerybold";
  font-weight: normal;
}

.article-sidebar .inner-sidebar .info-list li:last-child {
  font-size: 18px;
}

.section-blog-single .article-highlight-img .area-content p {
  font-size: 22px;
  font-family: "greeneryregular";
}

.single-ads-wrap {
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.single-ads-wrap .single-ads-item {
  position: sticky;
  top: 120px;
  padding-top: 15px;
}
.single-ads-wrap .single-ads-item a {
  display: block;
  margin-bottom: 15px;
}
.single-ads-wrap .single-ads-item a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1300px) {
  .single-ads-wrap {
    right: -40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .single-ads-wrap {
    width: 15vw;
  }
}
@media screen and (max-width: 991px) {
  .single-ads-wrap {
    position: static;
    width: 100%;
    max-width: 656px;
    margin: 0 auto;
  }
  .single-ads-wrap .single-ads-item {
    position: static;
    top: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .article-container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-ads-wrap .single-ads-item {
    grid-template-columns: 1fr;
  }
}
.category-canchangetheworld .main .section.section-blog .container .grid-two .block-blog .grid-item-card .card-item .box-img {
  aspect-ratio: 0.7;
  -o-object-position: top;
     object-position: top;
}
.category-canchangetheworld .main .section.section-blog .container .grid-two .block-blog .grid-item-card .card-item .box-img a picture {
  width: 100%;
  height: 100%;
}
.category-canchangetheworld .main .section.section-blog .container .grid-two .block-blog .grid-item-card .card-item .box-img a picture img {
  width: 100%;
  height: 100%;
}

footer .container .footer-partner a:nth-child(4) {
  position: absolute;
}

.logo-sss {
  position: absolute;
  width: 45px;
  top: 15px;
  right: 165px;
}

@media only screen and (max-width: 1200px) {
  .logo-sss {
    right: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-sss {
    right: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-sss {
    right: 120px;
  }
}
.footer-partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscription-form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.subscription-form h3 {
  font-family: "greenerybold";
  font-size: 14px;
  font-weight: normal;
  color: #8fae53;
}
.subscription-form .nf-form-title {
  display: none;
}
.subscription-form .nf-form-layout .nf-form-content {
  position: relative;
  padding: 0px !important;
}
.subscription-form .nf-form-layout .nf-field-container.email-container {
  margin-bottom: 0px !important;
}
.subscription-form .nf-form-layout .nf-field-container.email-container .nf-field-label {
  display: none;
}
.subscription-form .nf-form-layout .nf-field-container.email-container .nf-field-element {
  width: 370px;
}
.subscription-form .nf-form-layout .nf-field-container.email-container .nf-field-element input {
  border: 1px solid #8fae53;
  border-radius: 100px;
  font-family: "greeneryregular";
  font-size: 14px;
  color: black;
  height: 40px;
}
.subscription-form .nf-form-layout .nf-field-container.email-container .nf-field-element::after {
  display: none !important;
}
.subscription-form .nf-form-layout .nf-field-container.submit-container {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-bottom: 0px !important;
}
.subscription-form .nf-form-layout .nf-field-container.submit-container .nf-field-label {
  display: none;
}
.subscription-form .nf-form-layout .nf-field-container.submit-container .nf-field-element input {
  padding: 0px 12px !important;
  font-family: "greenerybold";
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  cursor: pointer !important;
}
.subscription-form .nf-form-layout .nf-error-wrap.nf-error,
.subscription-form .nf-form-layout .nf-after-form-content {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer-partner {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .subscription-form {
    flex-direction: column;
  }
  .subscription-form h3 {
    font-size: 12px !important;
  }
  .subscription-form .nf-field-container.email-container .nf-field-element {
    width: 320px !important;
  }
  .subscription-form .nf-field-container.email-container .nf-field-element input {
    font-size: 12px !important;
  }
  .subscription-form .nf-field-container.submit-container .nf-field-element input {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=style.css.map */