body {
    font-family   : roboto;
    text-transform: upper;
    text-align    : center;
    margin        : 10px;
}

.container {
    max-width: 1000px;
    width    : 100%;
    margin   : 0 auto;
}

.swiper-filter {
    border-top   : 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding      : 1em 1.5em;
    text-align   : center;
    margin       : 2em;

}

a,
.swiper-filter-prev,
.swiper-filter-next {
    cursor: pointer;
}

.swiper-active {
    color: #FFA500;
}

.swiper-filter-prev:before,
.swiper-filter-next:before {
    position   : absolute;
    top        : 7px;
    z-index    : 2;
    padding    : 5px;
    font-weight: bold;
    font-size  : 20px;
}

.swiper-filter-prev:before {
    content: "<";
    left   : 0;
}

.swiper-filter-next:before {
    content: ">";
    right  : 0;
}

.swiper-button-disabled {
    color: #ccc;
}


.swiper-slide {
    display: inline;

}

img {
    width: 100%;
}

.filter1 {
    background: #ececec;
}

.filter2 {
    background: #c3c3c3;
}

.swiper-scrollbar {
    display: block !important;
}

.swiper-scrollbar-drag {
    cursor: pointer !important;
}

.swiper-container-horizontal>.swiper-scrollbar {
    height: 6px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-horizontal > .swiper-scrollbar {
    height: 6px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-scrollbar {
    display: block !important;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}