﻿html,
body {
    position: relative;
    height: 100%;
}

body {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    font-weight: bold !important;
    color: #454545 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    font-weight: bold !important;
    color: #454545 !important;
}
.swiper-pagination {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.swiperRef {
    display: flex;
    max-width: 1251px;
    width: 100%;
    height: 317px;
    margin:0px auto;
}
    .swiperRef .swiper {  height: 317px; }
        .swiper {
    display: flex;
    max-width: 1300px;
    width: 100%;
    height: 600px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0px !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .75) !important;
    background: #000 !important;
}
.swiper-pagination-bullet-active {
    background: #ef0000 !important;
    border: 1px solid #dee2e6;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }
@media (max-width: 1025px) {

    .swiper-pagination-bullet {
        background-color: #fff !important;
    }
    .swiper-pagination-bullet-active {
        background-color: #9f0a2a !important;
    }

}
    @media (max-width: 768px) {
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 21px !important;
        }

        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
        }

        .swiper-button-next, .swiper-rtl .swiper-button-prev {
            font-weight: 400 !important;
        }

        .swiper-button-prev, .swiper-rtl .swiper-button-next {
            font-weight: 400 !important;
        }

        .swiper-pagination-bullet {
            background-color: #fff !important;
        }

        .swiper-pagination {
            height: 30px;
            bottom: 5px !important;
            /*        display: none;
      visibility: hidden;*/
        }

        .ban01 {
            padding-bottom: 20px;
        }

        .swiper {
            height: 405px;
        }

        .swiper-pagination-bullet-active {
            background-color: #9f0a2a !important;
        }
    }

    @media (max-width: 414px) {



        .swiperRef .swiper-slide img {
            width: 96% !important;
            height: auto !important;
        }

        .swiper-slide img {
            width: 100% !important;
            height: auto !important;
            max-width: none;
            max-height: none;
        }

        .swiper {
            height: 400px;
        }

        .swiper-pagination-bullet-active {
        }
    }

    @media (max-width: 370px) {

        .swiper-slide img {
            width: 100% !important;
            height: auto !important;
            max-width: none;
            max-height: none;
        }

        .swiper {
            height: 380px;
        }

        .swiper-pagination-bullet-active {
        }
    }

    @media (max-width: 360px) {

        .swiper {
        }

        .swiper-pagination-bullet-active {
        }
    }