/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
body.home .section {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.home .section {
    margin-bottom: 3.75rem;
  }
}

.home-slider {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .item-wrap.item-has-mb picture {
    display: none;
  }
}
.home-slider .item-wrap.item-has-mb .banner-mobile {
  display: none;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .item-wrap.item-has-mb .banner-mobile {
    display: block;
  }
}
.home-slider .item-wrap picture {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .item-wrap picture {
    height: 100%;
  }
}
.home-slider .item-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .item-wrap .container {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  width: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .item-wrap .container {
    top: 48%;
    left: calc(50% + 15px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .item-wrap .container {
    left: 50%;
  }
}
.home-slider .item-wrap .container .banner-content {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .item-wrap .container .banner-content {
    width: 80%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .item-wrap .container .banner-content {
    width: 100%;
  }
}
.home-slider .item-wrap .container .banner-content .sub-title {
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #BA8D1C;
  color: #ffffff;
  line-height: 1.3;
  border-radius: 50px;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.home-slider .item-wrap .container .banner-content .sub-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .item-wrap .container .banner-content .sub-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .item-wrap .container .banner-content .sub-title {
    margin-bottom: 10px;
  }
}
.home-slider .item-wrap .container .banner-content .sub-title span {
  font-weight: 700;
}
.home-slider .item-wrap .container .banner-content .title {
  line-height: 1.3;
  font-weight: 800;
  color: #3cb44a;
}
.home-slider .item-wrap .container .banner-content .title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .item-wrap .container .banner-content .title {
    margin-bottom: 1.875rem;
  }
}
.home-slider .item-wrap .container .banner-content .title {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .item-wrap .container .banner-content .title {
    font-size: 4rem;
  }
}
.home-slider .item-wrap .container .banner-content .title span {
  display: block;
}
.home-slider .item-wrap .container .banner-content .title span {
  padding-left: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .item-wrap .container .banner-content .title span {
    padding-left: 5.9375rem;
  }
}
.home-slider .item-wrap .container .banner-content .desc {
  font-weight: 500;
  color: #484848;
}
.home-slider .item-wrap .container .banner-content .btn-main {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .item-wrap .container .banner-content .btn-main {
    margin-top: 1.875rem;
  }
}
.home-slider .item-wrap .container .banner-content .btn-main i {
  margin-left: 10px;
}
.home-slider .item-wrap .container .banner-content .btn-main svg {
  margin-left: 10px;
  width: 20px;
}
.home-slider .line {
  width: 100%;
  height: 270px;
  object-fit: cover;
  margin-top: -100px;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 96rem) {
  .home-slider .line {
    height: 320px;
    margin-top: -120px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .line {
    display: none;
    margin-top: 0;
  }
}

.home-policy {
  margin-bottom: 0 !important;
}
.home-policy .wrapper {
  gap: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-policy .wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-policy .wrapper {
    padding: 20px 12px;
  }
}
.home-policy .wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-policy .wrapper .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-policy .wrapper .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-policy .wrapper .list .item {
  background-color: #036608;
  padding: 20px 12px;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .home-policy .wrapper .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.home-policy .wrapper .list .item .ic img {
  object-fit: contain;
}
.home-policy .wrapper .list .item .ic img {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .home-policy .wrapper .list .item .ic img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.home-policy .wrapper .list .item .content {
  width: calc(100% - 40px);
  padding-left: 18px;
}
.home-policy .wrapper .list .item .content .title {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}
.home-policy .wrapper .list .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-policy .wrapper .list .item .content .title {
    font-size: 1.125rem;
  }
}
.home-policy .wrapper .list .item .content .desc {
  font-weight: 400;
  line-height: 1.5;
}
.home-policy .wrapper .list .item .content .desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-policy .wrapper .list .item .content .desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-policy .wrapper .list .item .content .desc {
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.home-slides-text {
  z-index: 10;
  margin-top: -200px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slides-text {
    margin-top: 0;
  }
}
.home-slides-text .gallery-wrapper .gallery-track {
  display: flex;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
}
.home-slides-text .gallery-wrapper .gallery-track .inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 60px;
  padding: 0 30px;
  animation: 18s linear infinite slide-moving;
}
.home-slides-text .gallery-wrapper .gallery-track .inner .text {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-weight: 700;
  letter-spacing: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #BEBEBE;
  position: relative;
}
.home-slides-text .gallery-wrapper .gallery-track .inner .text {
  font-size: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-slides-text .gallery-wrapper .gallery-track .inner .text {
    font-size: 4.0625rem;
  }
}
.home-slides-text .gallery-wrapper .gallery-track .inner .text::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #7B7B7B;
}
.home-slides-text .gallery-wrapper .gallery-track .inner .text::before {
  width: 0.75rem;
  height: 0.75rem;
}

@keyframes slide-moving {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-product-cat {
  background-color: #F7F7F7;
}
.home-product-cat .wrapper .cell.cell-img {
  width: 25%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-cat .wrapper .cell.cell-img {
    display: none;
  }
}
.home-product-cat .wrapper .cell.cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.home-product-cat .wrapper .cell.cell-product {
  width: 75%;
}
.home-product-cat .wrapper .cell.cell-product {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .wrapper .cell.cell-product {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-cat .wrapper .cell.cell-product {
    width: 100%;
  }
}
.home-product-cat .wrapper .cell.cell-product .cat-header {
  justify-content: space-between;
}
.home-product-cat .wrapper .cell.cell-product .cat-header {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .wrapper .cell.cell-product .cat-header {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-cat .wrapper .cell.cell-product .cat-header {
    flex-wrap: wrap;
  }
}
.home-product-cat .wrapper .cell.cell-product .cat-header .heading-title {
  margin-bottom: 0;
  color: #3cb44a;
  padding-left: 20px;
  position: relative;
}
.home-product-cat .wrapper .cell.cell-product .cat-header .heading-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .wrapper .cell.cell-product .cat-header .heading-title {
    font-size: 1.75rem;
  }
}
.home-product-cat .wrapper .cell.cell-product .cat-header .heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #3cb44a;
  border-radius: 8px;
}
.home-product-cat .wrapper .cell.cell-product .cat-header .btn-main {
  margin-top: 0;
  border: 1px solid #115718;
  background-color: #ffffff;
  color: #115718;
}
.home-product-cat .wrapper .cell.cell-product .cat-header .btn-main:hover {
  background-color: #115718;
  color: #ffffff;
}
.home-product-cat .wrapper .cell.cell-product .product-item .product-inf .title {
  padding-top: 12px;
  color: #1E1E1E;
}
.home-product-cat .wrapper .cell.cell-product .product-item .product-inf .title:hover {
  color: #3cb44a;
}
.home-product-cat .wrapper .cell.cell-product .swiper-wrapper .swiper-slide {
  width: 25%;
  padding: 0 12px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-cat .wrapper .cell.cell-product .swiper-wrapper .swiper-slide {
    width: 33.33%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-cat .wrapper .cell.cell-product .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 6px;
  }
}
.home-product-cat .wrapper .cell.cell-product .swiper-controls {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  gap: 20px;
  margin-top: 50px;
}
.home-product-cat .wrapper .cell.cell-product .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-product-cat .wrapper .cell.cell-product .swiper-controls .swiper-button {
  position: relative;
  right: unset;
  left: unset;
}
.home-product-cat .wrapper .cell.cell-product .swiper-controls .swiper-button.swiper-button-prev {
  position: relative;
  right: unset;
  left: unset;
  order: 1;
}
.home-product-cat .wrapper .cell.cell-product .swiper-controls .swiper-button.swiper-button-next {
  position: relative;
  right: unset;
  left: unset;
  order: 3;
}
.home-product-cat .wrapper .cell.cell-product .swiper-controls .swiper-pagination {
  order: 2;
  bottom: unset;
  transform: none;
  width: auto;
  left: unset;
  position: relative;
  transform: translateY(-6px);
}

.home-magazine {
  padding-top: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-magazine {
    padding-bottom: 60px;
    overflow: hidden;
  }
}
.home-magazine .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-magazine .heading-title {
    font-size: 1.75rem;
  }
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide {
  width: 28%;
  display: flex;
  min-height: 100%;
  height: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .home-magazine .swiper-container .swiper-wrapper .swiper-slide {
    width: 80%;
  }
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item {
  background-color: #F7F7F7;
  border-radius: 22px;
  padding: 10px 10px 10px 12px;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-left {
  width: 70%;
  flex: auto;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-left .logo {
  height: 40px;
  margin-bottom: 12px;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-left .logo img {
  height: 100%;
  object-fit: cover;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-left .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #2B2B2B;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-left .title:hover {
  color: #036608;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-right {
  width: 30%;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-right {
  padding-left: 1.25rem;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-right .img {
  height: 100%;
}
.home-magazine .swiper-container .swiper-wrapper .swiper-slide .item .cell-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.home-magazine .swiper-container .swiper-controls .swiper-pagination {
  bottom: -60px;
}

.home-video {
  background-color: #F7F7F7;
}
.home-video .top-title {
  justify-content: space-between;
}
.home-video .top-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-video .top-title {
    margin-bottom: 1.875rem;
  }
}
.home-video .top-title .heading-title {
  margin-bottom: 0;
  color: #3cb44a;
  padding-left: 20px;
  position: relative;
}
.home-video .top-title .heading-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .home-video .top-title .heading-title {
    font-size: 1.75rem;
  }
}
.home-video .top-title .heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #3cb44a;
  border-radius: 8px;
}
.home-video .top-title .btn-main {
  margin-top: 0;
}
.home-video .wrapper .cell-left {
  width: 30%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-video .wrapper .cell-left {
    width: 100%;
  }
}
.home-video .wrapper .cell-left .video-doc {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.home-video .wrapper .cell-left .video-doc .img {
  height: 100%;
}
.home-video .wrapper .cell-left .video-doc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-video .wrapper .cell-left .video-doc a.fcy-video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.home-video .wrapper .cell-left .video-doc a.fcy-video {
  width: 3.125rem;
  height: 3.125rem;
}
.home-video .wrapper .cell-left .video-doc a.fcy-video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-video .wrapper .cell-left .video-doc a.fcy-video::before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  background: rgba(255, 255, 255, 0.5215686275);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  z-index: -1;
}
.home-video .wrapper .cell-left .video-doc a.fcy-video::before {
  width: 5rem;
  height: 5rem;
}
.home-video .wrapper .cell-left .video-doc a.fcy-video svg {
  width: 28px;
  transform: translateY(3px);
}
.home-video .wrapper .cell-right {
  width: 70%;
}
.home-video .wrapper .cell-right {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-video .wrapper .cell-right {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-video .wrapper .cell-right {
    width: 100%;
    margin-top: 12px;
  }
}
.home-video .wrapper .cell-right .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-video .wrapper .cell-right .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.home-video .wrapper .cell-right .list .item .img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-video .wrapper .cell-right .list .item .video-content {
  position: absolute;
  background: rgba(6, 54, 11, 0.6980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 12px;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-video .wrapper .cell-right .list .item .video-content .col-title {
  width: calc(100% - 40px);
}
.home-video .wrapper .cell-right .list .item .video-content .col-title {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-video .wrapper .cell-right .list .item .video-content .col-title {
    padding-right: 2.5rem;
  }
}
.home-video .wrapper .cell-right .list .item .video-content .col-title .title {
  margin-bottom: 5px;
  line-height: 1.4;
}
.home-video .wrapper .cell-right .list .item .video-content .col-title .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-video .wrapper .cell-right .list .item .video-content .col-title .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-video .wrapper .cell-right .list .item .video-content .col-title .meta {
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
}
.home-video .wrapper .cell-right .list .item .video-content .ic {
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.home-video .wrapper .cell-right .list .item .video-content .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-video .wrapper .cell-right .list .item .video-content .ic {
  width: 2.5rem;
  height: 2.5rem;
}
.home-video .wrapper .cell-right .list .item .video-content .ic svg {
  width: 24px;
  transform: translateX(1px);
}

.home-perspective {
  padding-bottom: 0;
}
.home-perspective .top-title {
  justify-content: space-between;
}
.home-perspective .top-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .top-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-perspective .top-title {
    flex-direction: column;
    gap: 15px;
  }
}
.home-perspective .top-title .heading-title {
  margin-bottom: 0;
  color: #3cb44a;
  padding-left: 20px;
  position: relative;
}
.home-perspective .top-title .heading-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .top-title .heading-title {
    font-size: 1.75rem;
  }
}
.home-perspective .top-title .heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #3cb44a;
  border-radius: 8px;
}
.home-perspective .top-title .btn-main {
  margin-top: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-perspective .group-banner {
    height: 60vh;
  }
}
.home-perspective .group-banner .bg-img {
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .home-perspective .group-banner .bg-img {
    height: 100%;
  }
}
.home-perspective .group-banner .bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 34.73%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 12px;
}
.home-perspective .group-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.home-perspective .group-banner .wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 63.99875rem) {
  .home-perspective .group-banner .wrapper {
    left: 15px;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-perspective .group-banner .wrapper {
    width: calc(100% - 30px);
  }
}
.home-perspective .group-banner .wrapper .sub-title {
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.3;
  border-radius: 50px;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.home-perspective .group-banner .wrapper .sub-title {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .group-banner .wrapper .sub-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-perspective .group-banner .wrapper .sub-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-perspective .group-banner .wrapper .sub-title {
    padding: 10px 12px;
  }
}
.home-perspective .group-banner .wrapper .sub-title span {
  font-weight: 700;
}
.home-perspective .group-banner .wrapper .title {
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}
.home-perspective .group-banner .wrapper .title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .group-banner .wrapper .title {
    margin-bottom: 1.875rem;
  }
}
.home-perspective .group-banner .wrapper .title {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .group-banner .wrapper .title {
    font-size: 4rem;
  }
}
.home-perspective .group-banner .wrapper .title span {
  display: block;
}
.home-perspective .group-banner .wrapper .title span {
  padding-left: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .group-banner .wrapper .title span {
    padding-left: 5.9375rem;
  }
}
.home-perspective .group-banner .wrapper .desc {
  font-weight: 500;
  color: #ffffff;
}
.home-perspective .group-banner .wrapper .btn-main {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-perspective .group-banner .wrapper .btn-main {
    margin-top: 1.875rem;
  }
}
.home-perspective .group-banner .wrapper .btn-main i {
  margin-left: 10px;
}
.home-perspective .group-banner .wrapper .btn-main svg {
  margin-left: 10px;
  width: 18px;
}

.home-why-choose {
  padding-top: 7.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-why-choose {
    padding-top: 12.5rem;
  }
}
.home-why-choose .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why-choose .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-why-choose .wrapper .item {
  padding: 50px 40px;
  border-radius: 40px;
  background-color: #3cb44a;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .home-why-choose .wrapper .item {
    padding: 30px 20px;
  }
}
.home-why-choose .wrapper .item .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why-choose .wrapper .item .top {
    align-items: center;
  }
}
.home-why-choose .wrapper .item .top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #5B5B5B 0%, rgba(91, 91, 91, 0) 100%);
}
.home-why-choose .wrapper .item .top .title {
  width: 60%;
  margin-bottom: 0;
}
.home-why-choose .wrapper .item .top .title {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-why-choose .wrapper .item .top .title {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-why-choose .wrapper .item .top .title {
    width: 70%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-why-choose .wrapper .item .top .title {
    width: 100%;
  }
}
.home-why-choose .wrapper .item .top .icon img {
  object-fit: contain;
}
.home-why-choose .wrapper .item .top .icon img {
  width: 4.6875rem;
  height: 4.6875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why-choose .wrapper .item .top .icon img {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.home-why-choose .wrapper .item .bottom {
  font-weight: 300;
}

.home-posts {
  background-color: #F7F7F7;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts {
    overflow: hidden;
  }
}
.home-posts .top-title {
  justify-content: space-between;
}
.home-posts .top-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .top-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .top-title {
    flex-direction: column;
    gap: 15px;
  }
}
.home-posts .top-title .heading-title {
  margin-bottom: 0;
  color: #3cb44a;
  padding-left: 20px;
  position: relative;
}
.home-posts .top-title .heading-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .top-title .heading-title {
    font-size: 1.75rem;
  }
}
.home-posts .top-title .heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #3cb44a;
  border-radius: 8px;
}
.home-posts .top-title .btn-main {
  margin-top: 0;
}
.home-posts__content .w-swiper {
  overflow: visible;
}
.home-posts__content .swiper-wrapper .swiper-slide {
  width: 28%;
  padding: 0 10px;
  opacity: 0.4;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    opacity: 1;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide.swiper-slide-prev, .home-posts__content .swiper-wrapper .swiper-slide.swiper-slide-next, .home-posts__content .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__content .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .cover {
  border-radius: 8px;
}
.home-posts__content .swiper-wrapper .swiper-slide .cover .scale.res {
  aspect-ratio: unset;
  padding-top: 65%;
}
.home-posts__content .swiper-wrapper .swiper-slide .cover img {
  border-radius: 8px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content {
  background-color: #ffffff;
  width: 95%;
  margin: -30px auto;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  position: relative;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  margin-bottom: 15px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .title:hover {
  color: #3cb44a;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .meta {
  display: flex;
  gap: 16px;
  color: #115718;
  font-weight: 500;
  margin-bottom: 5px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .meta {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .meta {
    font-size: 0.875rem;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
  color: #1D1D1D;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts__content .swiper-wrapper .swiper-slide .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link {
  display: flex;
  align-items: center;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link:hover .ic {
  background-color: #0F4214;
  color: #ffffff;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link .ic {
  border: 1px solid #0F4214;
  border-radius: 50%;
  color: #0F4214;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link .ic {
  width: 1.75rem;
  height: 1.75rem;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link .ic svg {
  width: 18px;
}
.home-posts__content .swiper-wrapper .swiper-slide .content .btn-link .text {
  padding-left: 12px;
  color: #0F4214;
  text-decoration: underline;
}
.home-posts__content .swiper-controls {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  gap: 20px;
  margin-top: 100px;
}
.home-posts__content .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-posts__content .swiper-controls .swiper-button {
  position: relative;
  right: unset;
  left: unset;
}
.home-posts__content .swiper-controls .swiper-button.swiper-button-prev {
  position: relative;
  right: unset;
  left: unset;
  order: 1;
}
.home-posts__content .swiper-controls .swiper-button.swiper-button-next {
  position: relative;
  right: unset;
  left: unset;
  order: 3;
}
.home-posts__content .swiper-controls .swiper-pagination {
  order: 2;
  bottom: unset;
  transform: none;
  width: auto;
  left: unset;
  position: relative;
  transform: translateY(-10px);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.home-certification {
  background-color: #C5EEFF;
  padding-bottom: 240px;
}
.home-certification {
  padding-bottom: 11.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-certification {
    padding-bottom: 15rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification .swiper-container {
    padding-top: 30px;
  }
}
.home-certification .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 15px;
  }
}
.home-certification .swiper-container .swiper-slide .item {
  text-align: center;
}
.home-certification .swiper-container .swiper-slide .item .img img {
  height: 320px;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .home-certification .swiper-container .swiper-slide .item .img img {
    height: 200px;
  }
}
.home-certification .swiper-container .swiper-slide .item .title {
  color: #3cb44a;
  font-weight: 700;
  padding: 10px 5px 0;
}
.home-certification .swiper-container .swiper-slide .item .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-certification .swiper-container .swiper-slide .item .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-certification .swiper-container .swiper-slide .item .title {
    font-size: 1.25rem;
  }
}
.home-certification .swiper-pagination {
  bottom: -80px;
}