﻿.mySwiper {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

    .mySwiper .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        /* 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;
    }

        .mySwiper .swiper-wrapper .swiper-slide img {
            display: block;
            width: auto;
            height: 560px;
            object-fit: cover;
            margin-bottom: 35px;
        }


.swiper_1 {
    width: 90%;
    height: 230px;
}

.swiper-slide_1 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 15px;
    flex-direction: column;
}

.swiper_2 {
    width: 85%;
    height: auto;
}

.swiper-slide_2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 15px;
    flex-direction: column;
}

.blog_bg .swiper-slide {
    height: 460px;
    /*width: 100% !important;*/
    /*max-width:550px;*/
    padding: 10px;
    text-align: center;
}

    .blog_bg .swiper-slide p {
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 40px;
        font-size: 15px;
        font-weight: 400;
        max-width: 445px;
        margin: 0 auto;
    }

    .blog_bg .swiper-slide h4 {
        line-height: 1;
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 15px;
        max-width: 445px;
        margin: 0 auto;
    }

.bullet_bi {
    background: #e1387a !important;
}


.blog_bg .swiper-slide img {
    max-height: 255px;
    object-fit: contain;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #e1387a !important;
    border-width: 10px;
    border: 0px solid #fff;
    outline: 2px solid #BFBFBF;
    outline-offset: 2px;
}
