/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    /*color: #fff;*/
    text-decoration:none;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #fff;
    color: #333333;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

body {
    display: -ms-flexbox;
    display: flex;

}

.cover-container {
    /*max-width: 80em;*/
    padding: 0;
    margin: 0;
    position: relative;
    padding: 0rem !important;
}



/*
 * Cover
 */
.cover {
    padding:0;
}
.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}





.swiper {
    width: 100%;
    height: 35rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row{
    margin: auto 0;
}

.pagination-container
{
    padding: 2rem 0;
    font-size: 20px;
    color: #333333;

}
