.media_title {
    position: relative;
    max-width: 1150px;
    margin: 50px auto 0px;
}

.media_title h2 {
    position: relative;
    font-style: italic;
    font-size: 3rem;
    display: flex;
    align-items: center;
}

.media_title h2::after {
    border-top: 3px solid #0E4574;
    content: "";
    width: 50px;
    margin-left: 15px;
}

#index-case .con1 {
    padding-bottom: 70px;
}

#index-case .con1 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    z-index: 10
}

#index-case .con1 .swiper-button-prev,
#index-case .con1 .swiper-button-next {
    position: absolute !important;
    bottom: 0 !important;
    top: inherit !important;
    color: #313131 !important
}

#index-case .con1 .swiper-button-prev:after,
#index-case .con1 .swiper-button-next:after {
    font-size: 20px !important;
    font-weight: bold !important;
}

#index-case .con1 .swiper-button-prev {
    left: 20%;
    background: none;
    display: flex;
    display: inline-flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

#index-case .con1 .swiper-button-next {
    right: 20%;
    background: none;
    display: flex;
    display: inline-flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

#index-case .con1 .swiper-pagination-progressbar {
    position: absolute !important;
    bottom: 13px;
    width: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
}

#index-case .con1 .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

#index-case .con1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
}

#index-case .con1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #003595 !important;
    height: 4px;
}

@media (max-width: 992px) {
    #index-case .con1 .swiper-button-prev {
        left: 10px;
    }

    #index-case .con1 .swiper-button-next {
        right: 10px;
    }
}