.swiper-container {
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
    position: relative;
    padding-bottom: 30px
}

.swiper-container.floated-controls {
    padding-bottom: 0
}

.swiper-container .swiper-pagination {
    bottom: 0
}

.swiper-container.floated-controls .swiper-pagination {
    bottom: 15px
}

.swiper-pagination-fraction {
    color: var(--color-gray)
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-weight: bold;
    color: var(--color-yellow)
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    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: var(--color-black);
    z-index: 1;
    bottom: 20px
}

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

.swiper-button-disabled:after {
    color: var(--color-white)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 15px;
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 15px;
    left: auto
}

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

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

.swiper-buttons-centred .swiper-button-prev {
    left: 50%;
    transform: translate(-110%, -100%)
}

.swiper-buttons-centred .swiper-button-next {
    left: 50%;
    transform: translate(10%, -100%)
}

.swiper-rtl .swiper-buttons-centred .swiper-button-prev {
    right: 50%;
    transform: translate(110%, -100%)
}

.swiper-rtl .swiper-buttons-centred .swiper-button-next {
    right: 50%;
    transform: translate(-10%, -100%)
}

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

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: var(--color-black)
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    cursor: default;
    animation: zoomIn .2s;
    background-color: var(--color-yellow)
}

.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: .4
}

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

.swiper-title {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 60%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.swiper-title .swiper-title-text {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 300;
    color: var(--color-white);
    text-shadow: 4px 0 0 var(--color-dark-gray);
}

.swiper-rtl .swiper-title .swiper-title-text {
    font-size: 1.5em;
    font-weight: 400
}

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

.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
}

.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
}

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

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