.rightint-factory {
  padding: 70px 0;
}
.rightint-factory h3 {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: 700;
  text-transform: uppercase
}

.rightint-factory .list {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.rightint-factory .swiper-slide {
}
.rightint-factory .swiper-slide a {
  position: relative;
  display: block;
}
.rightint-factory .swiper-slide img {
}


.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);
}

.rightint-factory .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 34px 29px;
  transition: opacity .2s, transform .35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column
}

.rightint-factory .swiper-slide .txt::after {
  content: "";
  background: var(--color-primary);
  opacity: 0.45;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease 0s
}

.rightint-factory .swiper-slide .txt>* {
  position: relative;
  z-index: 10
}

.rightint-factory .swiper-slide .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.rightint-factory .swiper-slide .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all .5s ease 0s;
  margin: 15px 0 0
}

.rightint-factory .swiper-slide .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0
}

.rightint-factory .swiper-slide .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px
}

.rightint-factory .swiper-slide:hover .txt::after {
  height: 100%
}

.rightint-factory .swiper-slide:hover .txt p {
  height: 112px
}

.rightint-factory .swiper-slide:hover .more i {
  background: #fafbfb;
  color: var(--color-primary);
  border-color: #fafbfb
}



@media screen and (max-width: 1280px){
.swiper-button-next{
	display: none !important;
	
	}
	
	.swiper-button-prev{
		 display: none !important; 
	}
  }
  
  
  
  @media screen and (max-width:600px){
.rightint-factory {
    padding: 30px 0;
}
.rightint-factory .list {
    margin-top: 20px;
}
.rightint-factory .swiper-slide .txt h6 {
    font-size: 16px;
}
.rightint-factory .swiper-slide .txt .more {
    display: inline-block;
    font-size: 14px;
    margin: 0;
}
.rightint-factory .swiper-slide .txt .more i {
    width: 20px;
    height: 20px;
    line-height:20px;
    margin-right: 10px;
}

}


@media screen and (max-width:600px){
.rightint-factory .swiper-slide:hover .txt p {
    display: none;
}
}