.card-news, .card-news--small {
  display: inline-block;
  position: relative;
}
.card-news__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-news__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news__image-container:before {
  content: "";
  display: block;
  padding-top: 63.7144357604%;
}
.card-news:hover .card-news__image, .card-news--small:hover .card-news__image {
  transform: scale(1.2);
}
.card-news__categories-wrapper {
  position: absolute;
  top: 0px;
  left: 37px;
  z-index: 2;
}
.card-news__category {
  display: inline-block;
  padding: 8px 20px 5px 20px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #06ab4b;
  color: #fff;
}
.card-news__category:hover {
  color: #fff;
  opacity: 0.8;
}
.card-news__category-more {
  display: inline-block;
  padding: 8px 20px 5px 20px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #a4a4a4;
  color: #fff;
}
.card-news__category-more:hover {
  color: #fff;
}
.card-news__info-container {
  position: absolute;
  top: auto;
  right: 37px;
  bottom: 55px;
  left: 37px;
  z-index: 1;
}
.card-news__image-container {
  overflow: hidden;
  height: 100%;
}
.card-news__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #144e2d;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.card-news__image {
  transition: 0.4s ease;
}
.card-news__title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 72px;
  /* Fallback for non-webkit */
  font-size: 24px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
  font-weight: 700;
  color: #fff;
}
.card-news__description {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 36px;
  /* Fallback for non-webkit */
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
}
.card-news--small .card-news__info-container {
  left: 19px;
  bottom: 19px;
}
.card-news--small .card-news__title {
  display: none;
}
@media only screen and (max-width: 1399.98px) {
  .card-news__categories-wrapper {
    left: 16px;
  }
  .card-news__category {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
  .card-news__category-more {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .card-news__category {
    font-size: 10px;
    line-height: 12px;
  }
  .card-news__category-more {
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-news__categories-wrapper {
    left: 19px;
  }
  .card-news__category {
    padding: 8px 16px 5px 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
  }
  .card-news__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 54px;
    /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    line-height: 22px;
  }
  .card-news__info-container {
    right: 19px;
    bottom: 19px;
    left: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .card-news__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 48px;
    /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.card-news-two {
  position: relative;
}
.card-news-two__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-news-two__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news-two__image-container:before {
  content: "";
  display: block;
  padding-top: 60.4643914602%;
}
.card-news-two:hover .card-news-two__title {
  color: #06ab4b;
}
.card-news-two:hover .card-news-two__image {
  transform: scale(1.2);
}
.card-news-two__categoies-container {
  margin-bottom: 24px;
}
.card-news-two__category {
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background-color: #06ab4b;
  color: #fff;
}
.card-news-two__category:hover {
  color: #fff;
  opacity: 0.8;
}
.card-news-two__category-more {
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background-color: #a4a4a4;
  color: #fff;
}
.card-news-two__category-more:hover {
  color: #fff;
}
.card-news-two__image-container {
  overflow: hidden;
}
.card-news-two__image {
  transition: 0.4s ease;
}
.card-news-two__title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 108px;
  /* Fallback for non-webkit */
  font-size: 24px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;
  font-weight: 700;
  color: #000000;
  transition: 0.4s ease;
}
.card-news-two__author, .card-news-two__date {
  font-style: italic;
  font-weight: 400;
  font-size: 17.0553px;
  line-height: 21px;
  color: #a4a4a4;
}
.card-news-two__btn {
  display: inline-block;
  margin-top: 29.1px;
  padding: 11px 21px;
  font-weight: 600;
  font-size: 12.7915px;
  line-height: 16px;
  color: #fff;
  background-color: #16b056;
  border: 1px solid #16b056;
  border-radius: 21px;
}
.card-news-two__btn:hover {
  color: #16b056;
  background-color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 24px;
  }
  .card-news-two__category {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
  .card-news-two__category-more {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 99px;
    /* Fallback for non-webkit */
    font-size: 22px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__author, .card-news-two__date {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 22px;
  }
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 90px;
    /* Fallback for non-webkit */
    font-size: 20px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__author, .card-news-two__date {
    font-size: 14px;
    line-height: 16px;
  }
  .card-news-two__category {
    font-size: 10px;
    line-height: 12px;
  }
  .card-news-two__category-more {
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 20px;
  }
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 81px;
    /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__btn {
    margin-top: 18px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 16px;
  }
  .card-news-two__category {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 18px;
  }
  .card-news-two__category {
    padding: 8px 16px 8px 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 72px;
    /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__category {
    font-size: 10px;
    line-height: 14px;
  }
}

.news-category-tab {
  justify-content: center;
}
.news-category-tab .nav-item {
  margin-right: 47px;
}
.news-category-tab .nav-item:last-child {
  margin-right: 0px;
}
.news-category-tab .nav-link {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #949494;
  padding: 0px;
  white-space: nowrap;
  outline: none;
}
.news-category-tab .nav-link:focus {
  outline: none;
}
.news-category-tab .nav-link::before {
  content: "";
  position: absolute;
  height: 2.3px;
  left: 0;
  bottom: -2px;
  right: 0;
  background-color: #C19E74;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform ease 0.4s;
}
.news-category-tab .nav-link:hover {
  color: #06AB4B;
}
.news-category-tab .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.news-category-tab .nav-link.active {
  color: #06AB4B;
  background-color: transparent;
}
.news-category-tab .nav-link.active::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media only screen and (max-width: 991.98px) {
  .news-category-tab {
    top: 20px;
    position: relative;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 16px;
    padding-right: 36px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-category-tab .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
}

.gallery-tab {
  font-weight: 700;
  font-size: 13.5589px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ECF3EF;
}
.gallery-tab .nav-item {
  margin-right: 18px;
}
.gallery-tab .nav-item:last-child {
  margin-right: 0px;
}
.gallery-tab .nav-link.active, .gallery-tab .nav-pills .show > .nav-link {
  color: #ECF3EF;
  padding: 18px;
  background-color: #C19E74;
  border-radius: 0px;
  font-weight: 700;
}
.gallery-tab .nav-link.active img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(342deg) brightness(135%) contrast(110%);
}
.gallery-tab .nav-link {
  padding: 18px;
  font-weight: 500;
  font-size: 13.5589px;
  line-height: 17px;
  color: #114728;
  border-radius: 0px;
  border-bottom: 2px solid #C19E74;
  white-space: nowrap;
  text-transform: uppercase;
  outline: none;
}
.gallery-tab__icon {
  margin-right: 8px;
  width: 29px;
  height: 29px;
}
.gallery-tab__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 991.98px) {
  .gallery-tab {
    position: relative;
    top: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 16px;
    padding-right: 36px;
  }
  .gallery-tab__icon {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery-tab .nav-link {
    border-bottom: none;
  }
}

.news {
  padding-top: 200px;
  padding-bottom: 120px;
  background-color: #ECF3EF;
}
.news .card-news:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news__title {
  margin-bottom: 43px;
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
}
.news__banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .news {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .news {
    padding-bottom: 70px;
  }
  .news__banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  .news {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news {
    padding-top: 142px;
    padding-bottom: 50px;
  }
  .news .card-news:first-child {
    grid-row: span 1;
    grid-column: span 1;
  }
  .news__banner-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .news__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }
}

.news-category {
  background-color: #ECF3EF;
  padding-bottom: 100px;
}
.news-category__tab-container {
  position: relative;
  overflow: hidden;
}
.news-category__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 18px;
}
@media only screen and (max-width: 1399.98px) {
  .news-category {
    padding-bottom: 80px;
  }
  .news-category__grid {
    margin-top: 32px;
    gap: 72px 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .news-category {
    padding-bottom: 70px;
  }
  .news-category__grid {
    margin-top: 28px;
    gap: 64px 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .news-category {
    padding-bottom: 60px;
  }
  .news-category__grid {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-category {
    padding-bottom: 50px;
  }
  .news-category__grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .news-category__tab-container {
    padding-right: 0px;
  }
}

/*# sourceMappingURL=news.css.map*/