/** $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 */
.img-layer {
  z-index: -1;
  position: absolute;
}

@keyframes zoomLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.home-slider .swiper-container .swiper-slide.swiper-slide-active .item-wrap img {
  animation: zoomLoop 16s ease-in-out infinite;
  transform-origin: center;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-slide.swiper-slide-active .item-wrap img {
    animation: none;
  }
}
.home-slider .item-wrap picture {
  display: block;
  width: 100%;
}
.home-slider .item-wrap picture img {
  width: 100%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .item-wrap.slide-pc {
    display: none;
  }
}
.home-slider .item-wrap.slide-mb {
  display: none;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .item-wrap.slide-mb {
    display: block;
  }
  .home-slider .item-wrap.slide-mb picture img {
    min-height: 480px;
    object-fit: cover;
  }
}
.home-slider .swiper-controls .swiper-button {
  border-radius: 50%;
}
.home-slider .swiper-controls .swiper-button {
  width: 2.25rem;
  height: 2.25rem;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .swiper-controls .swiper-button {
    display: none;
  }
}
.home-slider .swiper-controls .swiper-button::before {
  opacity: 1;
  content: "\f054";
  border-color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
  color: #ffffff;
  font-size: 16px;
}
.home-slider .swiper-controls .swiper-button:hover {
  background-color: rgba(255, 255, 255, 0.9490196078);
  border-color: transparent;
}
.home-slider .swiper-controls .swiper-button:hover::before {
  color: #0F4631;
}
.home-slider .swiper-controls .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  left: 7%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.home-slider .swiper-controls .swiper-button.swiper-button-next {
  right: 7%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.home-slider .swiper-controls .swiper-button:focus-visible {
  outline: none;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .swiper-controls .swiper-pagination {
    bottom: 0;
  }
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #D1D3D4;
  opacity: 1;
  transform: scale(1.2) !important;
  margin: 0 5px !important;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    transform: scale(1) !important;
  }
}
.home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background-color: #ffffff;
  transform: scale(1.7) !important;
}
@media only screen and (max-width: 48.06125rem) {
  .home-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    transform: scale(1.2) !important;
  }
}

.home-featured-products {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-featured-products {
    padding-bottom: 3.75rem;
  }
}
.home-featured-products .heading-group {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-featured-products .heading-group {
    margin-bottom: 3.125rem;
  }
}
.home-featured-products .heading-group .heading-title {
  margin-bottom: 0;
}
.home-featured-products .heading-group .flex {
  gap: 15px;
}
.home-featured-products .heading-group .flex img {
  width: 50px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products .heading-group .flex img {
    display: none;
    width: 40px;
    transform: translateY(-5px);
  }
}
.home-featured-products .heading-group .flex .sub {
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products .heading-group .flex .sub {
    width: 40px;
    transform: translateY(-5px) rotateZ(45deg);
  }
}
.home-featured-products__content .swiper-container .swiper-wrapper {
  padding-top: 10px;
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .img {
  display: block;
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide img {
  transition: 0.4s;
  transform: scale(0.9) translateY(15px);
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide img {
    transform: scale(1);
  }
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .info {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next img {
  transition: 0.4s;
  transform: scale(1.2) translateY(10px);
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next img {
    transform: scale(1);
  }
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info {
    opacity: 1;
    visibility: visible;
  }
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info .title {
  text-transform: capitalize;
  color: #58595B;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: 600;
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info .title {
    font-size: 1.375rem;
  }
}
.home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info .text {
  font-size: 13px;
  font-weight: 600;
  color: #BBBDBF;
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-container .swiper-wrapper .swiper-slide .info .text {
    display: none;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products__content .swiper-button {
    top: 40%;
  }
  .home-featured-products__content .swiper-button:hover::before {
    color: #8BC43F;
  }
}
.home-featured-products__content .swiper-button::before {
  border: none;
  border-radius: 0;
  color: #C1B49A;
}
.home-featured-products__content .swiper-button::before {
  font-size: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-featured-products__content .swiper-button::before {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products__content .swiper-button::before {
    color: #0F4631;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products__content .swiper-button.swiper-button-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products__content .swiper-button.swiper-button-next {
    right: -15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-featured-products__content .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-featured-products .img-layer {
  bottom: -140px;
  right: 0;
  width: 270px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-featured-products .img-layer {
    display: none;
  }
}

.home-about-us {
  padding-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .home-about-us {
    padding-bottom: 3.75rem;
  }
}
.home-about-us .heading-title {
  font-size: 2rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-about-us .heading-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .heading-title {
    font-size: 4.5rem;
  }
}
.home-about-us__content .description {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #231F20;
  font-weight: 500;
  line-height: 1.6;
}
.home-about-us__content .description {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-about-us__content .description {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us__content .description {
    font-size: 1.25rem;
  }
}
.home-about-us__content .description {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us__content .description {
    margin-top: 3.75rem;
  }
}
.home-about-us__content .description {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us__content .description {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-about-us__content .description {
    max-width: 100%;
  }
}
.home-about-us__content .description div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-about-us__content .description div {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-about-us__content .description div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 5) {
    .home-about-us__content .description div {
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.home-about-us__content .btn-about {
  color: #8BC43F;
  font-weight: 600;
}
.home-about-us__content .btn-about {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-about-us__content .btn-about {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us__content .btn-about {
    font-size: 1.25rem;
  }
}
.home-about-us__content .btn-about:hover {
  color: #0F4631;
}
.home-about-us__content .btn-about.show-mb {
  display: none;
}
@media only screen and (max-width: 48.06125rem) {
  .home-about-us__content .btn-about {
    display: none;
  }
  .home-about-us__content .btn-about.show-mb {
    margin-top: 5px;
    display: block;
  }
}
.home-about-us__content .img {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home-about-us__content .img {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .home-about-us__content .img {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-about-us__content .img {
    max-width: 110%;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-about-us__content .img {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.home-about-us__content .img img {
  width: 100%;
  margin: 0 auto;
}
.home-about-us .img-layer {
  bottom: -5px;
  left: 0;
  width: 280px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-about-us .img-layer {
    display: none;
  }
}

.home-product-lines {
  padding-top: 70px;
  padding-bottom: 110px;
  overflow-x: hidden;
}
.home-product-lines .group-item {
  width: 50%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines .group-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines .group-item:last-child {
    margin-bottom: 0;
  }
}
.home-product-lines .group-item .item {
  z-index: 2;
}
.home-product-lines .group-item .item .group-img {
  align-items: flex-end;
}
.home-product-lines .group-item .item .group-img img {
  object-fit: contain;
}
.home-product-lines .group-item .item .group-img .img-product {
  width: 80%;
  transform: translate(15%, 12%);
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines .group-item .item .group-img .img-product {
    width: 70%;
    transform: translateX(20%);
  }
}
.home-product-lines .group-item .item .group-img .img-title {
  width: 32%;
  transform: translate(-30px, -25px);
}
.home-product-lines .group-item .item .desc {
  max-width: 80%;
  line-height: 1.3;
  color: #231F20;
  font-weight: 500;
}
.home-product-lines .group-item .item .desc {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines .group-item .item .desc {
    padding-left: 7.9375rem;
  }
}
.home-product-lines .group-item .item .desc {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines .group-item .item .desc {
    font-size: 1.25rem;
  }
}
.home-product-lines .group-item .item .desc {
  margin-top: 0;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines .group-item .item .desc {
    margin-top: -1.5625rem;
  }
}
.home-product-lines .group-item .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-product-lines .group-item .item .desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines .group-item .item .desc {
    position: absolute;
  }
  .home-product-lines .group-item .item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 5) {
    .home-product-lines .group-item .item .desc {
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines .group-item .item .desc {
    bottom: auto;
    left: 12%;
margin-top: -5%;
  }
}
.home-product-lines .group-item .img-bg {
  position: absolute;
  bottom: -50px;
  left: 60px;
  z-index: 1;
  width: 95%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines .group-item .img-bg {
    left: 0;
    bottom: -35px;
    width: 100%;
    transform: scale(1.5);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top {
    flex-direction: column-reverse;
  }
}
.home-product-lines__top .group-item {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__top .group-item {
    padding-left: 5.625rem;
  }
}
.home-product-lines__top .group-item .item .group-img .img-product {
  width: 75%;
  transform: translateX(65px);
}
@media only screen and (max-width: 82.49875rem) {
  .home-product-lines__top .group-item .item .group-img .img-product {
    transform: translate(-15px, 20px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top .group-item .item .group-img .img-product {
    transform: translate(-30%, -10%);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__top .group-item .item .group-img .img-product {
    width: 80% !important;
    transform: translate(18%) !important;
  }
}
.home-product-lines__top .group-item .item .group-img .img-title {
  width: 50%;
  transform: translate(-110px, -55px);
}
@media only screen and (max-width: 82.49875rem) {
  .home-product-lines__top .group-item .item .group-img .img-title {
    transform: translate(-105px, -20px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top .group-item .item .group-img .img-title {
    width: 300px;
    transform: translate(-85%, -70%);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__top .group-item .item .group-img .img-title {
    width: 160px;
    transform: translate(-98%, -100%);
  }
}
@media only screen and (max-width: 82.49875rem) {
  .home-product-lines__top .group-item .item .desc {
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top .group-item .item .desc {
    bottom: 1%;
    max-width: 95%;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top .group-item .item .desc {
    bottom: auto;
    max-width: 80%;*/
  }
}
.home-product-lines__top .group-item .heading-title {
  color: #ffffff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.65);
  line-height: normal;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
  z-index: 2;
}
.home-product-lines__top .group-item .heading-title {
  font-size: 3rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-product-lines__top .group-item .heading-title {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__top .group-item .heading-title {
    font-size: 4.5rem;
  }
}
.home-product-lines__top .group-item .heading-title span {
  display: block;
}
.home-product-lines__top .group-item .heading-title span {
  padding-left: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__top .group-item .heading-title span {
    padding-left: 3.125rem;
  }
}
.home-product-lines__top .group-item .heading-title::before, .home-product-lines__top .group-item .heading-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-product-lines__top .group-item .heading-title::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAABlCAYAAABUfC3PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVJSURBVHgB7ZxNbttGFMffDGUZRTfqDZgTVFkWriP6BHFOUOcEtRcJYGQRdVEYsQokOUHiEyQ+gZk6cpZKb8CeoF60KCCJ8zJDWTIpURI/ZiiKfL+FZAv+WPzw3vvPcEjoXjktIEoF6/U7CAxc4eMnAcI93f/sArFRJlLCHyDcCg4uoLj0h5Z7euB6QBTKgpQYvkpT7tgXl1RFxZBEytxvyCoS4nLIfPfF3s1XILSTXkoUjwG4vqyi/33L7R64t0DkJq+Uub9GgUEHeqWE/zAFhswYkxIDBYaEFCll7j9TYFjG5qREocAQoixSotQ8MJRTSog6BobSS4mh8oFhG6VEqWBg2H4pUSoRGKomJcqWVlG1pUTxZFh4Ox5ZH8seFuok5R5ZQYji4vne9XsoIfWUco+HIH4rm5y6S5lSKjkkJUop5JCUeLwhsCcv9tyNJDYORBx2E3DwR7/z7uzKsaFgSMoKZAs5ajTx6ry/fwQFQlLWYzPg73o3j16/LujgIklJCrLjcRMHRbQzkpIOW7azgel2RlLS0wra2ZdHL8EQSooHRHoE66o5AwagSsmDnDPnN50PugMAl7nPAyIz8nL1oQwAVzrFcAH4NxB5aesUw9XBBCB00B7v4gfQAGcMPSD0gOCorRnICWeCZopO1NZM3rjMRzsWHRnVjYzLr272jyEjTL3I7ft/5BvdkKqXWwR28DzD9v9knYJA1aIfufLHTGuYQAoi/gWECezRLqYe/IEUjugCYQS1uEw7XwIplm+5QBiDI3+ZZss/kHKijnfSXDFJq5Gijc02JOVc+QSEOeTC8tWfzmGSH51JkdcIPgJhFG5hokvKMynP9l1XvtE+mFnsYVOsHfqR6yko8AIIo3Bgv66rlogUamGF0BrvipV7Y2z+g97nzkB+2gbCKI0h++FkyU1Ni5eDES+BMM6q2bIgpTHmb4AGvnFWzZYFKaqkaOAXQmtZtcSeZvEbQbUQhlHVEv95DKc/uZ6cLVQt5mmdXTvO/IdLz32NLd4FwjiWhQvVslQKVUsxyK19Z37grzwh2RhxNYgoiZmlNWr6kY3KlVKCxY3At0AYhnci36378bt1iweEMeS2SvJKUUyqhT0FwiSRFJbo1L3a1mfUxozCuXBmXyf9JWscRGQPCCNwxmZzJbEUamOGwfud+VQ3DQVXJ5GdAGGC1u99JxCT+k6uZz+7b2RaoIthBtgBP5sUhTUM2pgHhGZYdilqvow5OwASoxtbvWS+EVXtjSGwJ0DbMNpgwH5U77nuDg6O+YtADKEHW70w0MB53zligLlvKyOkkO9Gtpb76GXFvJetjNYwmtD2cAMlRrYyNfxpxuRg9F/zgdYnTqjFpbqlDCiVZYYjtLQ/BkQNf4rL2WGWr1+KQsXlxpA9pJV/NrSkr1X0rp2urEljj2GqGgjiqfGnGMk505Xt7AFQO0tMIY+WmrUzulCWCOPta56euuzJg4WmDcQCqn0VLmXK3axRB9HoSRchCpkpy7ibNQ/pwN8iG6uUMGdfHLvhiy4w9gvUnI22rzimcuQW9mNk9WxrpZMyRcmxBDhy51mtb2yoEaWVEkZeFmgzFMcwOYJjQ8XZCilhVJwWIJzgjBQDByrI1kkJo1rczgjayMVhlapoq6XMM2lzqnrw8TZXUaWkhOkOnNb3/0IbmDgCdRhhi54LUFkp80zTHFdVJKupzHG7NlLmUYFBzSKGQRU5UCJqKyVM2QIDSYlh04GBpKxhE4GBpKSkiMBAUnJiIjCQFI3oCgwkxSBZAwNJKYg0gYGkbIhVgYGklIRwYEAmLr4BpeK4nBWzUKYAAAAASUVORK5CYII=");
  bottom: -20px;
  left: 0;
}
.home-product-lines__top .group-item .heading-title::before {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top .group-item .heading-title::before {
    width: 5rem;
    height: 5rem;
  }
}
.home-product-lines__top .group-item .heading-title::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPJSURBVHgB5ZrRUdtAEEB372QnATvDZ2aSMO4ApwJEBUAFhAKAuAKgAgfIP6SCmAoiKsBUEAX4h0wY+Ah3m1sZMRiMLJuzLZ3eh2Vk8XHvdvdW0iEUlJtmraakXpJIi0rTiQcF4aI5M1OGqo8S5gFwiUDXhDlPhCARQ6dF/G1+8D1PmIGTbwbsJ13rlAie9ZJ8+1kKmNMalhBghoh/wb7/m2sRPHAPKnUpcZHD3Zyq8XnSaYbeTe5EXDXf10FKn4ucJqzzrIMFMi8iCneoLskSzsfhzue5yA0660lkUkSvIjdMuA9CJkQ8XNPjcE9b5GwxERFJa/r4ht7N2ETcL21m1vut6ZNg5CI6+Y6b97lOk5rzZEYm4mr3o5l9WGEBnXzPNtZFcARITzSBoJ4HATHWRFw039Vee6X9KAVyJCBGgAWu92Y3yrJ8nMUimJYXRQSvBK+96g+TAn42S2B6hhZxYXr+V1KyhBrkHEX6z1CpcfNtdqUs5U+A/EtgEMTlwBHBEkzff5D3VHjMQBFxsze7yRLAMQgpTC0iigSCLXAQUhSmivC7wngMjqKV+NRXBDdKr2TZmcLYi6n1U+ybGq5LQKSAj4kirndnm+CwBIZf7vDxWRF882QOX8BxtMCAj8+KkFLsQwEo3co2H3uK4H4BHE8JhuvDm0YY8vcnIniVcLVfeIwi+B5/fyKiLEubUBCkkkH8vauPuOsZfkEBiNJi7Wwh/rsrIooUDQ/TgukSYd4q+FAMwsr62cHDE/ci+KkzFGClYDTQ9uNz9yIkihUoBk+igYlEdJZM8qEA9IoGJnpCVZIlH4oAUquy9jQaGHH3sQgFAG9l47nf7moE1sF9GnE73QvkrTjC4adPHbA1tf57OekKoT1RA7cJUWGj30VCanfTwryCvUQlFpJSIkaYnnsOXAVpNY0ExogQVrbnZQ3TL6xOr5210l4vTCNVA8dgCb26xyQEWdqwmQW4JgwjgfHQHREhKbFcaYRtGAIrG0UmDkKbV4dhJTC5352vSe9U1s9f/NohzyJCpfRqtXEegAVyJ4ILovnYmd443QKL5EZELGBKi6/YCC/BMpkXMWoBMZkUEd0jILXVLW3bqgH9yJKI0Bg4VFq3KuC1Rzn7vZiYiHjWNeGhVKKV9uZoVIxXBG/K0HgyqVlPYqQieNaFgJb6R0fTIFtZGvhjrIp4GO6gRPCSlnfc2BAx0SJni4FFdGYdA010lIUiZ4t0IkyRI41HWutgXOv6uHlORBTut5qCKsggr+E+CJGIrK3pk8Azt7ILeS5ytvgPgCOffY1tODgAAAAASUVORK5CYII=");
  top: 0;
  right: 0;
}
.home-product-lines__top .group-item .heading-title::after {
  width: 4.0625rem;
  height: 4.0625rem;
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__top .group-item .heading-title::after {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}
.home-product-lines__top .group-item .text {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.65);
}
.home-product-lines__top .group-item .text {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__top .group-item .text {
    margin-top: 2.1875rem;
  }
}
.home-product-lines__top .group-item .text {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__top .group-item .text {
    font-size: 1.25rem;
  }
}
.home-product-lines__bottom {
  margin-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .home-product-lines__bottom {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__bottom {
    margin-top: 0;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom {
    flex-direction: column-reverse;
  }
}
.home-product-lines__bottom .group-item:first-child {
  padding-top: 3.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-product-lines__bottom .group-item:first-child {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-product-lines__bottom .group-item:first-child {
    padding-top: 0;
  }
}
.home-product-lines__bottom .group-item:first-child .item .group-img .img-product {
  width: 75%;
  transform: translate(20%, 10%);
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:first-child .item .group-img .img-product {
    transform: translate(-60px, 25px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:first-child .item .group-img .img-product {
    transform: translate(20%);
  }
}
.home-product-lines__bottom .group-item:first-child .item .group-img .img-title {
  width: 50%;
  transform: translate(-70px, 50px);
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:first-child .item .group-img .img-title {
    width: 45%;
    transform: translate(-90px, -12px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:first-child .item .group-img .img-title {
    transform: translate(-70px, 25px);
  }
}
.home-product-lines__bottom .group-item:first-child .item .desc {
  margin-top: -10px;
  max-width: 68%;
  padding-left: 90px;
}
@media only screen and (max-width: 82.49875rem) {
  .home-product-lines__bottom .group-item:first-child .item .desc {
    margin-top: -9px;
    max-width: 75%;
    transform: translateY(12px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:first-child .item .desc {
    position: relative;
    left: 0;
    bottom: 0;
    padding-left: 22px;
    max-width: 90%;
    margin-top: 20px;
    transform: translateY(-25px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:first-child .item .desc {
    max-width: 100%;
    transform: translateY(0);
  }
}
.home-product-lines__bottom .group-item:first-child .img-bg {
  left: 0;
  width: 100%;
  transform: scale(1.0);
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:first-child .img-bg {
    bottom: -10px;
    transform: scale(1.5);
  }
}
.home-product-lines__bottom .group-item:last-child {
  padding-top: 0;
  /*margin-top: -20%;*/
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:last-child {
    margin-top: 10px;
  }
}
.home-product-lines__bottom .group-item:last-child .item .group-img .img-product {
  width: 75%;
  transform: translate(20px, 25px);
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:last-child .item .group-img .img-product {
    width: 80%;
    transform: translate(-25%, -10%);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:last-child .item .group-img .img-product {
    transform: translate(-25%, 20%);
  }
}
.home-product-lines__bottom .group-item:last-child .item .group-img .img-title {
  width: 43%;
  transform: translate(-110px, -35px);
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:last-child .item .group-img .img-title {
    width: 300px;
    transform: translate(-85%, -70%);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:last-child .item .group-img .img-title {
    width: 160px;
    transform: translate(-95%, -100%);
  }
}
.home-product-lines__bottom .group-item:last-child .item .desc {
  padding-left: 175px;
  max-width: 90%;
margin-top:0px;
 }
@media only screen and (max-width: 82.49875rem) {
  .home-product-lines__bottom .group-item:last-child .item .desc {
    padding-left: 142px;
    max-width: 87%;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:last-child .item .desc {
    padding-left: 35px;
    margin-top: -115px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:last-child .item .desc {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-lines__bottom .group-item:last-child .img-product {
    transform: translateX(-15px);
  }
}
.home-product-lines__bottom .group-item:last-child .img-bg {
  bottom: 180px;
  left: 45px;
  width: 100%;
}
@media only screen and (max-width: 82.49875rem) {
  .home-product-lines__bottom .group-item:last-child .img-bg {
    bottom: 155px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-product-lines__bottom .group-item:last-child .img-bg {
    bottom: -35px;
    left: 0;
    transform: scale(1.5);
  }
}
.home-product-lines__bottom .group-item .item .desc {
  color: #ffffff;
}

.home-image-text {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-image-text {
    padding-top: 6.875rem;
  }
}
.home-image-text {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-image-text {
    padding-bottom: 6.25rem;
  }
}
.home-image-text .cell {
  width: 50%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-image-text .cell {
    width: 100%;
  }
}
.home-image-text__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-image-text__left {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-image-text__left {
    padding-left: 3.75rem;
  }
}
.home-image-text__left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-image-text__left {
    padding-right: 2.5rem;
  }
}
.home-image-text__left {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-image-text__left {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-image-text__left {
    text-align: center;
  }
}
.home-image-text__left .heading-title {
  color: #404040;
  line-height: normal;
  margin-bottom: 0;
  z-index: 1;
}
.home-image-text__left .heading-title {
  font-size: 3rem;
}
@media only screen and (min-width: 64rem) {
  .home-image-text__left .heading-title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-image-text__left .heading-title {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.home-image-text__left .heading-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/png;base64,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");
  top: -10px;
  left: -20px;
}
.home-image-text__left .heading-title::before {
  width: 4.375rem;
  height: 4.375rem;
}
@media only screen and (max-width: 48.06125rem) {
  .home-image-text__left .heading-title::before {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
.home-image-text__left .desc {
  margin: 20px 0 25px;
  color: #231F20;
  font-weight: 500;
}
.home-image-text__left .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-image-text__left .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-image-text__left .desc {
    font-size: 1.25rem;
  }
}
.home-image-text__left .btn-primary {
  margin-left: 0;
}
@media only screen and (max-width: 48.06125rem) {
  .home-image-text__left .btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-image-text__right .img img {
  transform: translateY(15px) scale(1.1);
  width: 100%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-image-text__right .img img {
    transform: scale(1);
  }
}

.home-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-video {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-video {
    padding-top: 7.5rem;
  }
}
.home-video {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-video {
    padding-bottom: 6.875rem;
  }
}
.home-video .video {
  text-align: center;
}
.home-video .video .logo {
  margin-bottom: 20px;
}
.home-video .video .logo a {
  pointer-events: none;
}
.home-video .video .logo a img {
  width: 250px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  object-fit: contain;
  opacity: 45%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-video .video .logo a img {
    width: 150px;
  }
}
.home-video .video .img-text img {
  width: 660px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-video .video .img-text img {
    width: 95%;
  }
}
.home-video .video .fcy-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.home-video .video .fcy-video {
  width: 6.875rem;
  height: 6.875rem;
}
.home-video .video .fcy-video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48.06125rem) {
  .home-video .video .fcy-video {
    width: 5.625rem;
    height: 5.625rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-video .video .fcy-video {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.home-video .video .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 .video .fcy-video::before {
  width: 7.625rem;
  height: 7.625rem;
}
@media only screen and (max-width: 48.06125rem) {
  .home-video .video .fcy-video::before {
    width: 6.375rem;
    height: 6.375rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-video .video .fcy-video::before {
    width: 5.75rem;
    height: 5.75rem;
  }
}
.home-video .video .fcy-video i {
  color: #ffffff;
}
.home-video .video .fcy-video i {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-video .video .fcy-video i {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-video .video .fcy-video i {
    font-size: 2.875rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-certification {
    padding-bottom: 0;
  }
}
.home-certification .heading-group {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-certification .heading-group {
    margin-bottom: 1.875rem;
  }
}
.home-certification .heading-group .heading-title {
  margin-bottom: 0;
}
.home-certification .heading-group .heading-title {
  font-size: 2rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-certification .heading-group .heading-title {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-certification .heading-group .heading-title {
    font-size: 4.5rem;
  }
}
.home-certification .heading-group .flex {
  gap: 15px;
}
.home-certification .heading-group .flex img {
  width: 110px;
  transform: translate(20px, -25px);
}
@media only screen and (max-width: 48.06125rem) {
  .home-certification .heading-group .flex img {
    width: 60px;
    transform: translate(10px, -20px);
  }
}
.home-certification .heading-group .flex .sub {
  transform: translate(-15px, -25px) scaleX(-1);
}
@media only screen and (max-width: 48.06125rem) {
  .home-certification .heading-group .flex .sub {
    transform: translate(10px, -20px) scaleX(-1);
  }
}
.home-certification .desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  font-weight: 500;
}
.home-certification .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-certification .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-certification .desc {
    font-size: 1.25rem;
  }
}
.home-certification .desc {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-certification .desc {
    margin-bottom: 3.125rem;
  }
}
.home-certification__lists .swiper-container .swiper-wrapper {
  padding: 40px 0;
}
.home-certification__lists .swiper-container .swiper-slide {
  width: 25%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-certification__lists .swiper-container .swiper-slide {
    width: 50%;
  }
}
.home-certification__lists .swiper-container .swiper-slide .img {
  text-align: center;
}
.home-certification__lists .swiper-container .swiper-slide .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("data:image/png;base64,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");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-certification__lists .swiper-container .swiper-slide .img img {
  object-fit: contain;
}
.home-certification__lists .swiper-container .swiper-slide .img img {
  width: 6.875rem;
  height: 6.875rem;
}
@media only screen and (max-width: 48.06125rem) {
  .home-certification__lists .swiper-container .swiper-slide .img img {
    width: 5rem;
    height: 5rem;
  }
}
.home-certification__lists .swiper-container .swiper-slide .title {
  margin-top: 40px;
  color: #58595B;
  font-weight: 600;
}
.home-certification__lists .swiper-container .swiper-slide .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-certification__lists .swiper-container .swiper-slide .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-certification__lists .swiper-container .swiper-slide .title {
    font-size: 1.25rem;
  }
}

.home-posts {
  padding-top: 0;
}
.home-posts__title {
  background: url("../img/layer-news.png") #0F4631;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: -20px;
}
.home-posts__title {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__title {
    padding-top: 3.75rem;
  }
}
.home-posts__title {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__title {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__title {
    background-position: center;
  }
}
.home-posts__title .heading-group img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.home-posts__title .heading-group .heading-title {
  color: #8BC43F;
  margin-bottom: 0;
}
.home-posts__title .heading-group .heading-title {
  font-size: 1.75rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-posts__title .heading-group .heading-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-posts__title .heading-group .heading-title {
    font-size: 4.5rem;
  }
}
.home-posts__content {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content {
    padding-top: 2.5rem;
  }
}
.home-posts__content .wrapper {
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 48.06125rem) {
  .home-posts__content .wrapper {
    max-width: 100%;
  }
}
.home-posts__content .wrapper .item .cover {
  height: 100%;
  border-radius: 20px;
}
.home-posts__content .wrapper .item .content .title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #8BC43F;
}
.home-posts__content .wrapper .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-posts__content .wrapper .item .content .title {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .item .content .title {
    font-size: 1.125rem;
  }
}
.home-posts__content .wrapper .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-posts__content .wrapper .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts__content .wrapper .item .content .title a:hover {
  color: #0F4631;
}
.home-posts__content .wrapper .item .content .excerpt {
  font-weight: 500;
  line-height: normal;
}
.home-posts__content .wrapper .item .content .excerpt {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-posts__content .wrapper .item .content .excerpt {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .item .content .excerpt {
    font-size: 1rem;
  }
}
.home-posts__content .wrapper .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts__content .wrapper .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-posts__content .wrapper .item .content .excerpt {
    line-height: 1.4;
  }
}
.home-posts__content .wrapper .col-left {
  width: 50%;
}
.home-posts__content .wrapper .col-left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .col-left {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-posts__content .wrapper .col-left {
    width: 100%;
  }
}
.home-posts__content .wrapper .col-left .item {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-posts__content .wrapper .col-left .item {
    padding: 0;
  }
}
.home-posts__content .wrapper .col-left .item:hover .content .title a {
  color: #8BC43F;
}
.home-posts__content .wrapper .col-left .item .cover .scale {
  aspect-ratio: 1/1;
}
.home-posts__content .wrapper .col-left .item .content {
  position: absolute;
  width: calc(100% - 20px);
  height: 40%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0), #090a0a);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 48.06125rem) {
  .home-posts__content .wrapper .col-left .item .content {
    width: 100%;
    height: 90%;
  }
}
.home-posts__content .wrapper .col-left .item .content .title {
  color: #ffffff;
}
.home-posts__content .wrapper .col-right {
  width: 50%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 48.06125rem) {
  .home-posts__content .wrapper .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.home-posts__content .wrapper .col-right .item {
  display: flex;
}
.home-posts__content .wrapper .col-right .item {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts__content .wrapper .col-right .item {
    margin-bottom: 0.9375rem;
  }
}
.home-posts__content .wrapper .col-right .item:last-child {
  margin-bottom: 0;
}
.home-posts__content .wrapper .col-right .item .cover {
  width: 7.5rem;
  height: 7.5rem;
}
.home-posts__content .wrapper .col-right .item .cover .scale {
  aspect-ratio: 1/1;
}
.home-posts__content .wrapper .col-right .item .content {
  padding-left: 20px;
  width: calc(100% - 120px);
}

.home-gallery {
  background-color: #0F4631;
  padding-bottom: 0;
}
.home-gallery {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-gallery {
    padding-top: 3.75rem;
  }
}
.home-gallery__lists .swiper-container .swiper-slide {
  width: 25%;
}
@media only screen and (max-width: 48.06125rem) {
  .home-gallery__lists .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-gallery__lists .swiper-container .swiper-slide {
    width: 50%;
  }
}
.home-gallery__lists .swiper-container .swiper-slide .img {
  border: 10px solid #ffffff;
}
.home-gallery__lists .swiper-container .swiper-slide .img img {
  width: 100%;
  object-fit: cover;
}
.home-gallery .wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  animation: slides 20s linear infinite;
}
@media only screen and (max-width: 48.06125rem) {
  .home-gallery .wrapper {
    animation: slides 14s linear infinite;
  }
}
.home-gallery .wrapper .item {
  width: 300px;
  flex-shrink: 0;
  height: auto;
  transition: transform 0.3s ease-in-out;
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-gallery .wrapper .item {
    width: 200px;
  }
}
.home-gallery .wrapper .item:hover {
  transform: translateY(-7px);
}
.home-gallery .wrapper .item .img {
  position: relative;
}
.home-gallery .wrapper .item .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-gallery .wrapper .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slides {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-form {
  background-color: #0F4631;
  overflow: hidden;
}
.home-form .container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.home-form .container::before, .home-form .container::after {
  content: "";
  position: absolute;
  bottom: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-form .container::before {
  background-image: url("../img/mask-form1.png");
  left: -200px;
  width: 180px;
  height: 220px;
}
.home-form .container::after {
  background-image: url("../img/mask-form2.png");
  right: -330px;
  width: 270px;
  height: 320px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-form .container {
    max-width: 100%;
  }
}
.home-form .container .heading-title {
  color: #8CC53E;
  margin-bottom: 5px;
  line-height: 1.3;
}
.home-form .container .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-form .container .heading-title {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-form .container .heading-title {
    font-size: 1.8125rem;
  }
}
.home-form .container .desc {
  color: #ffffff;
}
.home-form .container .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-form .container .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-form .container .desc {
    font-size: 1.25rem;
  }
}
.home-form .container .desc {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-form .container .desc {
    margin-bottom: 1.25rem;
  }
}
.home-form .container form {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 48.06125rem) {
  .home-form .container form {
    max-width: 90%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-form .container form {
    max-width: 95%;
  }
}
.home-form .container form label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.home-form .container form input, .home-form .container form textarea {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0 12px;
  margin-bottom: 15px;
  border: none;
}
.home-form .container form input, .home-form .container form textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-form .container form textarea {
  padding: 12px;
  height: 80px;
}
.home-form .container form input[type=submit] {
  height: 46px;
  margin: 25px auto 0;
  width: -webkit-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #8CC53E;
  color: #ffffff;
  font-weight: 600;
}
.home-form .container form input[type=submit] {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-form .container form input[type=submit] {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-form .container form input[type=submit] {
    font-size: 1.0625rem;
  }
}
.home-form .container form input[type=submit]:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.home-form .container form .wpcf7-not-valid-tip {
  color: #d8dc32;
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: 5px;
}
.home-form .container form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.home-form .container form .wpcf7-response-output {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}

.home-products__head .sub-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding: 0 60px;
}
.home-products__head .sub-title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-products__head .sub-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-products__head .sub-title {
    font-size: 1.375rem;
  }
}
.home-products__head .sub-title::before, .home-products__head .sub-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0F4631;
}
.home-products__head .sub-title::after {
  left: unset;
  right: 0;
}
.home-products__content {
  margin-top: 20px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-products__content .wrapper {
    margin: 0 -5px;
  }
}
.home-products__content .wrapper .item-wrap {
  width: 33.3333333333%;
  padding: 0 15px;
}
.home-products__content .wrapper .item-wrap {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-products__content .wrapper .item-wrap {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-products__content .wrapper .item-wrap {
    width: 50%;
    padding: 0 5px;
  }
}
.home-products__content .wrapper .item-wrap a.flex {
  flex-grow: 1;
}
.home-products__content .wrapper .item-wrap a.flex:hover .box .img img {
  transform: scale(1.1);
}
.home-products__content .wrapper .item-wrap a.flex:hover .box .title {
  color: #0F4631;
}
.home-products__content .wrapper .item-wrap a.flex .box {
  background-color: #f1f1f1;
  border: 5px solid rgba(185, 185, 185, 0.1);
  border-radius: 10px;
  flex-grow: 1;
}
.home-products__content .wrapper .item-wrap a.flex .box .img {
  margin: 10px 10px 0;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (max-width: 48.06125rem) {
  .home-products__content .wrapper .item-wrap a.flex .box .img {
    margin: 5px 5px 0;
  }
}
.home-products__content .wrapper .item-wrap a.flex .box .img span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.home-products__content .wrapper .item-wrap a.flex .box .img span img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.home-products__content .wrapper .item-wrap a.flex .box .title {
  flex-direction: column;
  flex: auto;
  text-align: center;
  margin: 0 10px 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.home-products__content .wrapper .item-wrap a.flex .box .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .home-products__content .wrapper .item-wrap a.flex .box .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-products__content .wrapper .item-wrap a.flex .box .title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .home-products__content .wrapper .item-wrap a.flex .box .title {
    margin: 0 5px 5px;
    padding: 10px 5px;
  }
}


.group-item.relative.aos-init.aos-animate {
    padding-top: 1.125rem;
padding-bottom: 1.125rem;
}