/* BANNER - SWIPER */
.nav_swiper {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.nav_swiper .swiper-slide {
    width: auto;
}

.nav_swiper a {
    display: block;
    height: 100%;
}

.nav_swiper a img {
    width: 100%;
    height: 100%;
}

.nav_swiper .swiper-pagination {
    position: relative;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8;
    /*margin-top: -10px;*/
}

.nav_swiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #fff;
    z-index: 6;
    opacity: 1;
}

.nav_swiper .swiper-pagination-bullet-active {
    background: #49c066 !important;
}