:root {
    --mainColor: #008f08;
    --subColor: #fe9705;
    --hover: #fe9705;
    --textColor: #000000;
    --price: #d31100;
    --bgHeader: #008f08;
    --txtHeader: #ffffff;
    --bgBodySub: #e6ffe9;
    --bgincol: linear-gradient(90deg, #27a02d 0%, #003c03 50%, #27a02d);
    --bgFooter: #008f08;
    --txtTitleFooter: #fe9705;
    --txtFooter: #ffffff;
}
.swiper-wrapper {
  position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.duration-300 {
    transition-duration: .3s;
}
.section_slider {
  margin-bottom:20px !important;
  position:relative;
}

.section_slider .swiper-container {
  position:relative;
}

.section_slider .swiper-container .swiper-pagination-bullets {
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:4px;
}

.section_slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow:none;
  outline:0;
  width:10px;
  height:10px;
  border:1px solid #ddd;
  border-radius:0;
  background:rgba(255,255,255,0.2);
  padding:0;
  font-size:0;
  opacity:1;
}

.section_slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition:all .2s;
  background:var(--mainColor);
}

.section_slider .swiper-container .swiper-button-next {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  width:36px;
  height:36px;
  padding:0;
  cursor:pointer;
  color:var(--mainColor);
  outline:none;
  border:0;
  background:transparent;
  text-align:center;
  z-index:2;
  right:10px;
  opacity:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
  -webkit-transform:translate(32px,-50%);
  -ms-transform:translate(32px,-50%);
  transform:translate(32px,-50%);
  margin-top:0;
  background-color:var(--bgBodySub);
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}

.section_slider .swiper-container .swiper-button-next svg {
  width:100%;
  height:100%;
}

.section_slider .swiper-container .swiper-button-next svg path {
  stroke:var(--mainColor);
}

.section_slider .swiper-container .swiper-button-next:after {
  display:none;
}

.section_slider .swiper-container .swiper-button-next:hover {
  background-color:var(--mainColor);
}

.section_slider .swiper-container .swiper-button-next:hover svg path {
  stroke:#fff;
}

@media (max-width:767px) {
  .section_slider .swiper-container .swiper-button-next {
    display:none;
  }
}

.section_slider .swiper-container .swiper-button-prev {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  width:36px;
  height:36px;
  padding:0;
  cursor:pointer;
  color:var(--mainColor);
  outline:none;
  border:0;
  background:transparent;
  text-align:center;
  z-index:2;
  left:10px;
  opacity:0;
  -webkit-transition:all .25s ease;
  transition:all .25s ease;
  -webkit-transform:translate(-32px,-50%) rotate(180deg);
  -ms-transform:translate(-32px,-50%) rotate(180deg);
  transform:translate(-32px,-50%) rotate(180deg);
  margin-top:0;
  background-color:var(--bgBodySub);
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(-50%) rotate(180deg);
  transform:translateY(-50%) rotate(180deg);
}

.section_slider .swiper-container .swiper-button-prev svg {
  width:100%;
  height:100%;
}

.section_slider .swiper-container .swiper-button-prev svg path {
  stroke:var(--mainColor);
}

.section_slider .swiper-container .swiper-button-prev:after {
  display:none;
}

.section_slider .swiper-container .swiper-button-prev:hover {
  background-color:var(--mainColor);
}

.section_slider .swiper-container .swiper-button-prev:hover svg path {
  stroke:#fff;
}

@media (max-width:767px) {
  .section_slider .swiper-container .swiper-button-prev {
    display:none;
  }
}

@media (max-width:767px) {
  .section_slider .swiper-container .swiper-button-next,
  .section_slider .swiper-container .swiper-button-prev {
    width:25px;
    height:25px;
    line-height:25px;
  }
  .section_slider .swiper-container .swiper-button-next:after,
  .section_slider .swiper-container .swiper-button-prev:after {
    font-size:1.2rem;
  }
}

.section_slider .swiper-container .swiper-button-lock {
  display:none !important;
}

.section_slider .swiper-container .swiper-button-disabled {
  opacity:0.35;
}

.section_slider .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom:20px;
  min-height:20px;
}

@media (min-width:767px) {
  .section_slider .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display:none;
  }
}

.section_slider .swiper-container .swiper-slide {
  background:#fff;
  overflow:hidden;
  aspect-ratio:1920/720;
}

@media (max-width:767px) {
  .section_slider .swiper-container .swiper-slide {
    aspect-ratio:767/604;
  }
}

.section_slider .swiper-container .swiper-slide img {
  width:100%;
}

@media (max-width:767px) {
  .section_slider {
    margin-bottom:20px !important;
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translate3d(0px,50px,0px);
  }
  100% {
    opacity:1;
    transform:translate3d(0px,0px,0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0px,50px,0px);
    -moz-transform:translate3d(0px,50px,0px);
    transform:translate3d(0px,50px,0px);
  }
  100% {
    opacity:1;
    -webkit-transform:translate3d(0px,0px,0px);
    -moz-transform:translate3d(0px,0px,0px);
    transform:translate3d(0px,0px,0px);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity:0;
    -webkit-transform:scale3d(0.3,0.3,0.3);
    transform:scale3d(0.3,0.3,0.3);
  }
  50% {
    opacity:1;
  }
}

@keyframes zoomIn {
  0% {
    opacity:0;
    -webkit-transform:scale3d(0.3,0.3,0.3);
    transform:scale3d(0.3,0.3,0.3);
  }
  50% {
    opacity:1;
  }
}

.section_slider .swiper-slide {
  background:#ebebeb;
  overflow:hidden;
  aspect-ratio:1920/720;
  position:relative;
}

.section_slider .swiper-slide img {
  width:100%;
}

.section_slider .swiper-slide .container-effect {
  position:absolute;
  top:50%;
  left:0;
  width:70%;
  transform:translate(0,-70%);
  max-height:100%;
  padding:30px 3.5vw;
  color:#fff;
  z-index:1;
}

.section_slider .swiper-slide .container-effect .title-1 {
  font-size:1.2vw;
  font-weight:600;
  line-height:normal;
  text-transform:uppercase;
  visibility:hidden;
}

.section_slider .swiper-slide .container-effect .title-2 {
  font-size:2.2vw;
  font-weight:700;
  text-transform:uppercase;
  line-height:normal;
  visibility:hidden;
  text-shadow:0 2px 4px rgba(0,0,0,0.25);
}

.section_slider .swiper-slide .container-effect .title-3 {
  font-size:1.2vw;
  font-weight:400;
  line-height:normal;
  visibility:hidden;
}

.section_slider .swiper-slide .container-effect a.btn {
  margin-top:15px;
  color:#fff;
  font-size: .9vw;
  visibility:hidden;
}

.section_slider .swiper-slide .container-effect a.btn svg {
  margin-left:4px;
  margin-right:0;
  width:1.4vw;
  height:1.4vw;
}

@media (min-width:1025px) {
  .section_slider .swiper-slide .container-effect a.btn:hover {
    color:var(--textColor);
  }
}

@media (max-width:480px) {
  .section_slider .swiper-slide.has-effect {
    aspect-ratio:375/300;
  }
  .section_slider .swiper-slide.has-effect:before {
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#000;
    opacity:0.3;
    z-index:1;
  }
  .section_slider .swiper-slide.has-effect img {
    width:auto;
    height:100%;
    max-height:100%;
    max-width:inherit;
    position:absolute;
    top:0;
    right:0;
  }
  .section_slider .swiper-slide.has-effect .container-effect {
    padding:20px 30px;
    width:100%;
    color:#fff;
  }
  .section_slider .swiper-slide.has-effect .container-effect .title-1 {
    font-size:4.5vw;
  }
  .section_slider .swiper-slide.has-effect .container-effect .title-2 {
    font-size:7.5vw;
  }
  .section_slider .swiper-slide.has-effect .container-effect .title-3 {
    font-size:4.5vw;
  }
  .section_slider .swiper-slide.has-effect .container-effect a.btn {
    font-size:3.5vw;
    margin-top:10px;
  }
  .section_slider .swiper-slide.has-effect .container-effect a.btn svg {
    width:4vw;
    height:4vw;
  }
}

.section_slider .swiper-slide.swiper-slide-active .container-effect .title-1 {
  visibility:visible;
  animation-delay:.3s;
  -webkit-animation-name:fadeInUp;
  -moz-animation-name:fadeInUp;
  -o-animation-name:fadeInUp;
  animation-name:fadeInUp;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:ease;
  -moz-animation-timing-function:ease;
  -o-animation-timing-function:ease;
  animation-timing-function:ease;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  -o-animation-direction:normal;
  animation-direction:normal;
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:1;
  -moz-animation-iteration-count:1;
  -o-animation-iteration-count:1;
  animation-iteration-count:1;
}

.section_slider .swiper-slide.swiper-slide-active .container-effect .title-2 {
  visibility:visible;
  animation-delay:.5s;
  -webkit-animation-name:fadeInUp;
  -moz-animation-name:fadeInUp;
  -o-animation-name:fadeInUp;
  animation-name:fadeInUp;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:ease;
  -moz-animation-timing-function:ease;
  -o-animation-timing-function:ease;
  animation-timing-function:ease;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  -o-animation-direction:normal;
  animation-direction:normal;
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:1;
  -moz-animation-iteration-count:1;
  -o-animation-iteration-count:1;
  animation-iteration-count:1;
}

.section_slider .swiper-slide.swiper-slide-active .container-effect .title-3 {
  visibility:visible;
  animation-delay:.6s;
  -webkit-animation-name:fadeInUp;
  -moz-animation-name:fadeInUp;
  -o-animation-name:fadeInUp;
  animation-name:fadeInUp;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:ease;
  -moz-animation-timing-function:ease;
  -o-animation-timing-function:ease;
  animation-timing-function:ease;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  -o-animation-direction:normal;
  animation-direction:normal;
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:1;
  -moz-animation-iteration-count:1;
  -o-animation-iteration-count:1;
  animation-iteration-count:1;
}

.section_slider .swiper-slide.swiper-slide-active .container-effect a.btn {
  visibility:visible;
  animation-delay:1s;
  -webkit-animation-name:zoomIn;
  -moz-animation-name:zoomIn;
  -o-animation-name:zoomIn;
  animation-name:zoomIn;
  -webkit-animation-duration:0.5s;
  -moz-animation-duration:0.5s;
  -o-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-timing-function:ease;
  -moz-animation-timing-function:ease;
  -o-animation-timing-function:ease;
  animation-timing-function:ease;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  -o-animation-direction:normal;
  animation-direction:normal;
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:1;
  -moz-animation-iteration-count:1;
  -o-animation-iteration-count:1;
  animation-iteration-count:1;
}
.section_slider .swiper-slide.swiper-slide-next .container-effect a.btn {
  visibility:visible;
}
.section_slider .box_grasss {
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  z-index:2;
  display:flex;
}

.container-effect .btn.btn-primary {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 43px;
    background: var(--mainColor);
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 16px;
    border: none;
}
.container-effect .btn.btn-primary:hover {
    background: var(--subColor) !important;
    color: #000;
}