/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 09:31:45 */
.swiper {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive {
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}

.swiper-slide {
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  min-height: 300px;
  margin: 10px 0px 10px 0px;
  background: #fff;
  border: 10px;
  border-color: #000;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 0.2);
  padding: 40px;
  text-align: center;
}

.slide-con {
	width: 645px;
}

.slide-con h1 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  color: #38AA32;
  font-weight: 600;
  margin-bottom: 34px;
}

.slide-con p {
	font-family: Roboto, sans-serif;
	font-size: 16.8px;
	color: #7A7A7A;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}


.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2338AA32'/></svg>");
  right: 25px !important;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2338AA32'/></svg>");
  left: 25px !important;
  color: #000 !important
}

@media (max-width: 768px) {
  .swiper {
  min-height: 480px;
  }
  .swiper-slide {
  min-height: 480px;
  }
  .slide-box {
  margin-top: auto;
  margin-bottom: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 65%;
  }
  .swiper-button-next {
    right: 15px !important;
  }
	.swiper-button-prev {
    left: 15px !important;
  }
}