:root{
  --swiper-theme-color: transparent;
}
.partner-solution-swiper {
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  position: relative;
  padding-bottom: 24px;
}
 .partner-solution-swiper .swiper-slide img{
  width: 100%;
}
.partner-solution-swiper .swiper-slide .swiper-slide-title{
  display: none;
} 
.partner-solution-swiper .swiper-slide-prev::before, .partner-solution-swiper .swiper-slide-next::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}
 .partner-solution-swiper .swiper-button-prev{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 10%;
  top: 56%;
  background-size: cover;
  background-color: rgba(0,0,0,0);
  background-image: url('../img/prev-swiper.svg');
}
.partner-solution-swiper .swiper-button-prev:hover{
  background-image: url('../img/prev-active.svg');
}
.partner-solution-swiper .swiper-button-next{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  right: 10%;
  top: 56%;
  background-size: cover;
  background-image: url('../img/next-swiper.svg');
  background-color: rgba(0,0,0,0);
}
.partner-solution-swiper .swiper-button-next:hover{
  background-image: url('../img/next-active.svg');
}
.partner-solution-swiper .swiper-button-next:after, .partner-solution-swiper .swiper-button-prev:after {
  content: '';
}
.partner-solution-swiper .swiper-pagination{
  z-index: 1000;
  top: 10px !important;
  bottom: inherit !important;
  right:inherit !important;
  text-align: center !important;
  left: 50%;
  transform: translate(-50%);
}
.partner-solution-swiper .swiper-pagination .swiper-pagination-bullet{
   width: 140px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   margin: 0px !important;
   font-size: 16px;
   font-weight: 700;
   color: #000;
   background: transparent;
   opacity:1
}
.partner-solution-swiper .swiper-pagination .swiper-pagination-bullet-active{
  color:rgba(27, 209, 209, 1);
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 3px solid rgba(27, 209, 209, 1);
  border-radius: 0%;
}

@media ((min-width: 1024px) and (max-width: 1439px)) {
  .partner-solution-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 120px;
 }
}
@media ((min-width: 750px) and (max-width: 1023px)) {
  .partner-solution-swiper .swiper-pagination .swiper-pagination-bullet{
    width: calc((100% - 80px)/8);
  }
}
@media (max-width: 749px) {
  .partner-solution-swiper .swiper-pagination .swiper-pagination-bullet{
    width: calc((100% - 20px)/8);
    font-size: 14px;
    height: 36px;
    font-weight: 500;
    line-height: 36px;
    word-wrap: break-word;
  }
  .swiper-button-next{
    display: none;
  }
  .swiper-button-prev{
    display: none;
  }
}
@media (max-width: 500px) {
  .partner-solution-swiper .swiper-pagination .swiper-pagination-bullet{
    width: calc((100% - 20px)/8);
    font-size: 14px;
    height: fit-content;
    font-weight: 500;
    line-height: normal;
    word-wrap: break-word;
  }
}
