.rightint-factory {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  overflow: hidden;
  background: #f8f8f8;
}

.rightint-factory h3 {
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1;
  text-align: left;
  z-index:1;
  color: #000;
  font-weight: 600;
  position: relative;
}

.rightint-factory .txts{position:relative;}
.rightint-factory h3::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.rightint-factory p{margin-top:50px;font-size: clamp(14px, 0.83vw, 16px);line-height: 2;}
.rightint-factory .list {
  margin-top: 50px;
  position: relative;
  text-align: center;
}

.rightint-factory .swiper-slide {
  width: 800px;
 
   
}

.rightint-factory .swiper-slide a {
  position: relative;
  display: block;
}

.rightint-factory .swiper-slide img {
   object-fit: cover;
   opacity: 0.7;
 
}
.rightint-factory .swiper-slide-active img{ opacity:1;}
.rightint-factory .swiper-slide p {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  background: linear-gradient(rgba(255, 255, 255, 0), color-mix(in srgb, var(--color-primary) 85%, transparent));
  transition: all 0.3s ease 0s;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  display: none;
}

.rightint-factory .swiper-button-prev,
.rightint-factory .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 0;
  background: none;
  margin-top: -25px;
  text-align: center;
  color: #b5b5b5;
}

.rightint-factory .swiper-button-next::after,
.rightint-factory .swiper-button-prev::after {
  display: none;
}

.rightint-factory .swiper-button-prev i,
.rightint-factory .swiper-button-next i {
  color: inherit;
  font-size: 40px;
  display: inline-block;
  margin-top: 1px;
}

.rightint-factory .swiper-button-prev,
.rightint-factory .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}

.rightint-factory .swiper-button-next,
.rightint-factory .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}

.rightint-factory .swiper-button-prev:hover,
.rightint-factory .swiper-button-next:hover {
  color: var(--color-primary);
}

.rightint-factory .swiper-pagination-bullets {
  position: static;
  width: 100%;
  display: none;
  margin-top: 20px;
}

.rightint-factory .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #c1c1c1;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.rightint-factory .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .rightint-factory h3{line-height:40px}

  .rightint-factory .swiper-button-prev,
  .rightint-factory .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }

  .rightint-factory p {
    line-height: 26px;
    margin-top: 30px;
  }

  .rightint-factory .swiper-button-next,
  .rightint-factory .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }
}