




.swiper-pagination{ bottom: 20px !important; }
.swiper-pagination-bullet{ width: 13px; height: 15px; background-color: #b4b4b4; opacity: 1; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);  }
.swiper-pagination-bullet-active{ background-color: var(--primary); }




.div-swiper_arrow{ position: relative; }



.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ content: ""; display: none; }


.swiper-button-prev,
.swiper-button-next{ width: 64px; height: 74px; background-repeat: no-repeat; background-size: cover; cursor: pointer; }

.swiper-button-prev{ background-image: url('../images/icon/arrow-prev.png'); }
.swiper-button-next{ background-image: url('../images/icon/arrow-next.png'); }

@media (max-width: 1599px){

  .swiper-button-prev, .swiper-button-next{ width: 56px; height: 65px; }

}
@media (max-width: 1199px){

  .swiper-button-prev, .swiper-button-next{ width: 45px; height: 52px; }

}
@media (max-width: 767px){

  .swiper-button-prev, .swiper-button-next{ width: 40px; height: 46px; }
  /* .swiper-button-prev,
  .swiper-button-next{ display: none; } */

}



/* swiper_arrow */
.swiper--arrow{ position: absolute; width: 100%; bottom: 0; left: 0;  z-index: 9; }

.btnnnext, .btnnprev{ position: absolute; z-index: 10; left: 0; bottom: 0; width: 64px; height: 74px; background-repeat: no-repeat; background-size: cover; cursor: pointer; }
.btnnprev{ background-image: url('../images/icon/arrow-prev.png'); bottom: 60px; }
.btnnnext{ background-image: url('../images/icon/arrow-next.png'); left: 36px; }


@media (max-width: 1199px){

  .btnnnext, .btnnprev{ width: 45px; height: 52px; }
  .btnnprev{ bottom: 43px; }
  .btnnnext{ left: 25px; }

}
@media (max-width: 767px){

  .swiper--arrow{ display: none; }

}


/**********************************************************/


.swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.founders-button-prev,
.founders-button-next {
  width: 41px; height: 47px; background-repeat: no-repeat; background-size: cover; cursor: pointer;
}
.founders-button-prev{ background-image: url('../images/icon/arrow-prev.png');  }
.founders-button-next{ background-image: url('../images/icon/arrow-next.png'); }

.founders-swiper-pagination {
  margin: 0 15px; width: auto !important;
  display: flex; gap: 8px; 
}


.slide--polygon .swiper-pagination{ position: relative; margin-top: 40px; }
.slide--polygon .swiper-pagination-bullet-active{ background-color: #fff; }
