﻿@charset "utf-8";
/*arrow*/
.swiper-button-next {right:0;}
.swiper-button-prev {left:0;}

.swiper-button-next,
.swiper-button-prev {color:#000 !important;width:50px !important;height:50px !important;margin-top:-25px !important;
    -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:0;z-index:99 !important;}
.swiper-button-next:after,
.swiper-button-prev:after {font-weight:bold;font-size:20px !important;}

.swiper-button-next.white,
.swiper-button-next.white:after {color:#fff !important;}
.swiper-button-prev.white,
.swiper-button-prev.white:after {color:#fff !important;}


.swiper-pagination-bullet {border:1px solid #000;background:transparent !important;width:9px;height:9px;opacity:1;margin:0 5px !important;}
.swiper-pagination-bullet-active {background:#000 !important;}