/* define a styles design for the operation slider. */

.swiper {
    background-image: url("../image/backgraundimage.png");
    background-size: 100%;
    //background-color: #dcdcdc;
    //background-color:rgba(255,255,255,0.9);
    background-blend-mode:lighten;
}

.swiper-wrapper img {
    height: 300px;
}
.swiper--wrapper {
    width: 100%;
    height: 300px;
    
}

.swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
}

.swiper-pagination-bullet {
    margin-left: 20px;
    margin-rigth: 20px;
}

.swiper-pagination-bullet-active {
    background-color: #1e90ff;
}

.swiper-button-next, .swiper-button-prev {
    color: #778899;
    font-weight: bold;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #1e90ff;
    font-weight: bold;
}
