.rightint-factory {
  padding: clamp(30px, 3.645833vw, 70px) 0;
  overflow: hidden;
}

.rightint-factory h2 {
  font-size: clamp(24px, 2.34vw, 45px);
  line-height: 1;
  text-align: center;
  color: #0388D1;
  font-weight: 600;
}

.rightint-factory h2::after {
  content: "";
  width: 40px;
  height: 4px;
  background: var(--color-primary);
  display: block;
  margin: 15px auto 0;
}

.rightint-factory .list {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.rightint-factory .textbox {
  display: none;
}
.rightint-factory .swiper-slide-active .textbox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: .8;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.rightint-factory .swiper-slide-active .more {
  display: block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #a9cc1d;
  color: #fff;
  z-index: 99;
  font-size: clamp(14px, 0.94vw, 18px);
  font-family: var(--title-font-family);
}
.rightint-factory .swiper-slide-active .showText {
  display: block;
  width: 90%;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-family: var(--title-font-family);
  font-size: clamp(17px, 0.99vw, 19px);
}
.rightint-factory .swiper-wrapper .swiper-slide-active h3 {
  display: none;
}

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

.rightint-factory .swiper-slide img {
  aspect-ratio: 1;
  width: 100%;
}

.rightint-factory .swiper-slide h3 {
  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: 15px 5px;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f3f;
  margin-bottom: 0;
}

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

.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: #fff;
  font-size: 28px;
  display: inline-block;
  margin-top: 1px;
}

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

.rightint-factory .swiper-button-next,
.rightint-factory .swiper-container-rtl .swiper-button-prev {
  right: -35px;
  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 .list {
    margin-top: 30px;
  }

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

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

@media(max-width:767px){
  .rightint-factory .swiper-slide h3 {display: none;}
  .rightint-factory .swiper-slide-active .more {width: 110px;height: 30px;line-height: 30px;}
}