swiper js pagination panah di luar wadah

<!-- Swiper.JS - Display pagination arrows outside container:

You just have to change the location of the navigation HTML 
buttons and put them outside the swiper-container. 
-->

<div class="swiper-container">
 <div class="swiper-slides"></div>
</div>

<div class="swiper-button-prev-unique"></div>
<div class="swiper-button-next-unique"></div>
KostasX