.swiper-container {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    /*
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);*/
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Center slide text vertically */
    /*
	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;
	*/
}

.swiper-slide .col {
    margin-top: 0;
    margin-bottom: 0;
}

.swiper-button {
    color: #fff;
    z-index: 6;
    bottom: 20px;
}

.swiper-button:after {
    font-size: 15px;
}

.swiper-button-disabled:after {
    color: #c5c5c5;
}


/* Buttons Centred */

.swiper-buttons-centred {
    padding-bottom: 40px!important;
}

.swiper-buttons-centred .swiper-button {
    top: 100%;
}

.swiper-pagination {
    z-index: 5;
    width: 100%;
    text-align: center
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 15px;
}

.swiper-pagination-bullet-active {
    width: 20px;
    animation: zoomIn .2s;
}

.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    bottom: 0;
    height: 3px;
    background-color: #eee;
}

.swiper-scrollbar-drag {
    opacity: 50%;
    background: var(--color-link);
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.swiper-title {
    top: 50%;
    z-index: 3;
    display: block;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    transform: translateY(-25%);
}

.swiper-title .swiper-title-text {
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px #000;
}

.swiper-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    background-color: var(--color-link-hover);
    background-repeat: repeat;
    background-position: left top;
    background-color: transparent;
    background-image: url(../images/dot.png);
}


/* Mini Centered */

.nav-mini-centered .swiper-button,
.nav-mini-centered .swiper-pagination {
    top: auto;
    bottom: 20px;
}

.nav-mini-centered .swiper-button {
    width: 20px;
    height: 20px;
    text-align: center;
}

.nav-mini-centered .swiper-button:after {
    font-size: 15px;
}

.nav-mini-centered .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
}

.nav-mini-centered .swiper-pagination-bullet-active {
    width: 15px;
}


/* Images preview */

.img-preview .swiper-container {
    height: auto;
    border: none;
    box-shadow: none;
}

.img-preview .swiper-slide {
    background-color: transparent;
}

.list-img-preview .swiper-pagination {
    bottom: 0;
}

.list-img-preview .swiper-wrapper {
    padding-bottom: 30px;
}


/* Box Row Group */

.box-row-group .swiper-container {
    height: auto;
    border: none;
    box-shadow: none;
    padding-bottom: 30px;
}

.box-row-group .swiper-container .swiper-pagination {
    bottom: 0;
}