/* Swiper 1 ***************************************************************** */
.swiper-container.swiper1 {
    width: 100%;
    z-index: 100;
}

.swiper1 .swiper-wrapper {
    height: auto;
}

.swiper1 .swiper-slide {
    margin: 0;
    padding: 0px 20px 0 20px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
}

.swiper1 .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.swiper1 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper1 .swiper-pagination {
    position: initial;
    text-align: left;
    margin: 16px 0 0 16px;
}

.swiper1-text {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}

/* ************************************************************************** */
@media screen and (min-width: 450px) {/* ************************************ */
/* ************************************************************************** */

.swiper1-text {
    font-size: 40px;
    line-height: 40px;
}

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 768px) {/* ************************************ */
/* ************************************************************************** */

.swiper1-text {
    font-size: 70px;
    line-height: 70px;
}

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1000px) {/* ************************************ */
/* ************************************************************************** */

.swiper1-text {
    font-size: 80px;
    line-height: 80px;
}

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */