	.section-title {
  margin-bottom: 40px;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: zoomEffect 10s ease-in-out infinite alternate;
}
.swiper-slide:after {
  content: "";
  background-color: #000000;
  opacity: 0.7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.text_slide_left {
  bottom: unset;
  z-index: 2;
  left: unset;
}
.bp_slide_title_note {
  width: 50%;
  color: #ffffff;
  margin: auto;
}
.slogan-banner h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  width: fit-content;
  margin: auto;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 10px;
}

.slogan-banner h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: capitalize;
  margin: 20px 0;
  text-align: center;
}
.slogan-banner h2 span {
  color: #7fc6a4;
}
.slogan-banner p {
  font-size: 16px;
  font-weight: 400;
  color: #e9e9e9;
  line-height: 1.5em;
  text-align: center;
}
.slogan-banner h3:before {
  content: "";
  background-image: url("/files_upload/icon-sub-heading.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: left center;
  background-size: cover;
  width: 12px;
  height: 12px;

  filter: brightness(0) invert(1);
}
.contact {
  padding: 0 15px;
}
.contact-us {
  background-image: url('/images_uploads/slides/orgi_z6331621247783_29963eb2a0febde59d3246e178ae4bdb_588.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 40px;
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
.contact-us::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.57;
  border-radius: 40px;
}
.contact-us .section-title {
  text-align: center;
}
.contact-us .section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 10px;
}
.contact-us h2 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.contact-us .btn-default {
  color: #487500;
  background: #ffffff;
}
.contact-us .section-title h3::before {
  content: "";
  background-image: url(/files_upload/icon-sub-heading.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: left center;
  background-size: cover;
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1);
}

.bp_news_info {
  display: none;
}
.blog .cls_img_hot_news img {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.blog-title h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0b2b43;
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
  margin: 40px auto;
}
.blog-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #7fc6a4;
}
.blog .news_title {
  margin-top: 10px;
  min-height: 48px;
}
.blog .news_title a {
  color: #0b2b43;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .bp_news_sub p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #758994;
}
.blog .bp-news-button-action {
  margin-top: 24px;
}
.blog .bp_news_more {
  color: #7fc6a4;
  font-size: 14px;
}
.blog .bp_news_more i {
  margin-left: 10px;
  font-size: 15px;
}
.about-us {
  padding: 100px 0;
}
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.about-image {
  background: url("/files_upload/about-bg-image-01.svg") no-repeat;
  background-position: center center;
  background-size: auto;
  position: relative;
  margin-right: 50px;
  padding-bottom: 200px;
}

.about-img-1 {
  width: 410px;
}

.about-img-2 figure,
.about-img-1 figure {
  display: block;
}

.about-img-1 img {
  aspect-ratio: 1 /0.96;
  object-fit: cover;
  border-radius: 40px;
}

.about-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-img-2 img {
  aspect-ratio: 1 /0.72;
  object-fit: cover;
  border: 7px solid #ffffff;
  border-radius: 40px;
}

.about-experience {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
}

.about-experience img {
  animation: rotate 30s infinite linear;
}
.text-anime-style-2 {
  font-size: 44px;
  font-weight: 700;
}
.text-anime-style-2 span {
  color: #87b51e;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-us-body {
  margin-bottom: 40px;
}

.about-us-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about-us-body ul li {
  position: relative;
  width: calc(50% - 10px);
  font-weight: 600;
  color: #0e384c;
  text-transform: capitalize;
  padding-left: 30px;
}

.about-us-body ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #4d7c0f;
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}
.section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4d7c0f;
  padding-left: 20px;
  margin-bottom: 10px;
}

.section-title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("/files_upload/icon-sub-heading.svg") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.why-choose-us {
  position: relative;
  background: #f7f7f7;

  padding: 100px 0;
  padding-bottom: 0;
}
.contact-us .btn-default::before {
  background-image: url("/files_upload/Arrowwhite.svg");
  background-color: #487500;
}
.contact-us .btn-default::after {
  background: #fff;
}
.section-row .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.why-choose-us .icon-star-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
}

.why-choose-box-1 {
  position: relative;
  z-index: 1;
}

.why-choose-box-1 .why-choose-item {
  flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box {
  margin-left: 15px;
  margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content {
  text-align: right;
}

.why-choose-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item .icon-box {
  margin-right: 15px;
  font-size: 12px;
  color: #87b51e;
}

.why-choose-item .icon-box img {
  max-width: 48px;
}

.why-choose-content {
  width: calc(100% - 63px);
}

.why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.why-choose-content p {
  margin: 0;
}

.why-choose-image {
  position: relative;
  z-index: 1;
}
.counter-section {
  padding: 80px 0;
  background: #fff;
}

.counter-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  margin: 0 -15px;
}

.counter-item {
  flex: 1;
  min-width: 250px;
  padding: 0 15px;
  text-align: left;
  margin-bottom: 30px;
}

.counter-number {
  font-size: 32px;
  font-weight: 700;
  color: #1b3149;
  margin-bottom: 5px;

  line-height: 1.2em;
}

.counter-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1b3149;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0e384c1a;
}

.counter-text {
  font-size: 14px;
  color: #527282;
  line-height: 1.6;
}
.product-intro {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
}

.intro-content {
  padding-right: 40px;
}

.intro-title {
  color: #87b51e;

  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 800;
  background: linear-gradient(to right, #87b51e, #38a169);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.intro-description {
  color: #4a5568;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.product-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.product-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #38a169, #68d391);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card h3 {
  color: #2d3748;
  margin: 15px 0 10px;
  font-size: 1.3rem;
  font-weight: 700;
}

.product-card p {
  color: #4a5568;
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.product-image-small {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image-small {
  transform: scale(1.05);
}

.intro-image {
  position: relative;
  height: 400px;
  background: url("/files_upload/company.jpg") center/cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.intro-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(56, 161, 105, 0.2), rgba(104, 211, 145, 0.1));
}

.cta-button {
  display: inline-block;
  background: #487500;
  color: white;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(56, 161, 105, 0.3);
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 161, 105, 0.4);
  color: #fff;
}

.cta-button:hover::before {
  transform: translateX(100%);
}

.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
}

.product-card:hover::after {
  left: 100%;
}
@media (max-width: 992px) {
  .counter-row {
    grid-template-columns: repeat(2, auto);
  }
  .why-choose-box-1 .why-choose-item {
    flex-direction: row;
  }
  .why-choose-box-1 .why-choose-item .why-choose-content {
    text-align: left;
  }
  .why-choose-box-1 .why-choose-item .icon-box {
    margin-left: 0px;
    margin-right: 15px;
  }
  .bp_slide_title_note {
    width: 95%;
  }
  .about-experience {
    display: none;
  }
  .text-anime-style-2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .counter-item {
    flex: 0 0 50%;
  }
  .slogan-banner h2 {
    font-size: 30px;
  }
  .slogan-banner h3 {
    font-size: 16px;
  }
  .slogan-banner p {
    font-size: 14px;
  }
  .contact-us h2 {
    font-size: 18px;
    max-width: 95%;
  }
}

@media (max-width: 576px) {
  .counter-item {
    flex: 0 0 100%;
  }
  .swiper {
    height: 300px !important;
  }
  .text-anime-style-2 {
    font-size: 28px;
  }
  .about-content p {
    font-size: 14px;
  }
  .about-us-body ul li {
    font-size: 15px;
  }
  .product-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .intro-content {
    padding: 0;
  }
  .intro-image {
    display: none;
  }
  .counter-row {
    grid-template-columns: repeat(1, auto);
  }
  .about-img-1 {
      width: 100%;
  }
  .about-image {
      margin: 0;
  }
}
@media (max-width: 456px) {
  .counter-item {
    flex: 0 0 100%;
  }
  .swiper {
    height: 300px !important;
  }
  .about-us-body ul li {
    width: 100%;
  }
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

