#SwipeDiv {
    height: 50rem;
    position: relative;
}

#SwipeDiv .swiper-container{
    height: 100%;
}

#SwipeDiv .swiper-slide {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#SwipeDiv .swipe-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#SwipeDiv .mask {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#SwipeDiv .mask .swipe-title-content {
    width: 1180px;
    padding-right: 342px;
}

#SwipeDiv .mask .swipe-title-content.center-mode {
    text-align: center;
    padding-right: 0;
}

#SwipeDiv .title {
    margin: 0;
    font-size: 2.857em;
    color: #FFFFFF;
    line-height: 1.466em;
}

#SwipeDiv .subTitle {
    margin: 0.75em 0 0 0;
    font-size: 2.286em;
    color: #FFFFFF;
    height: 1.144em;
    line-height: 1.144em;
}

#SwipeDiv .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.swipe-component-1 .swiper-pagination-bullet {
    width: 24px;
    height: 5px;
    border-radius: 3px;
    background: #FFFFFF;
    opacity: 0.7;
    margin: 0 3px !important;
    transition: width .2s linear;
}
.swipe-component-1 .swiper-pagination-bullet-active {
    background: #0D2D61;
    opacity: 1;
    transition: width .2s linear;
}

.swipe-component-2 .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0 8px !important;
    position: relative;
    background: #FFFFFF;
    opacity: 0.7;
    transition: all .36s ease;
}
.swipe-component-2 .swiper-pagination-bullet:hover {
    transition: all .36s ease;
    background: none;
    opacity: 1;
}
.swipe-component-2 .swiper-pagination-bullet:hover:after {
    position: absolute;
    height: 18px;
    width: 18px;
    content: '';
    left: -5px;
    top: -5px;
    border: 4px solid #9E1F32;
    border-radius: 50%;
}
.swipe-component-2 .swiper-pagination-bullet-active {
    background: none;
    opacity: 1;
}
.swipe-component-2 .swiper-pagination-bullet-active:after {
    position: absolute;
    height: 18px;
    width: 18px;
    content: '';
    left: -5px;
    top: -5px;
    border: 4px solid #9E1F32;
    border-radius: 50%;
}

.swipe-component-3 .swiper-pagination-bullet {
    margin: 0 8px !important;
    height: 8px;
    width: 8px;
    background: #FFFFFF;
    opacity: 0.7;
    transition: width .2s linear;
}
.swipe-component-3 .swiper-pagination-bullet-active {
    width: 26px;
    height: 8px;
    background: #1B876D;
    opacity: 1;
    border-radius: 4px;
    transition: width .2s linear;
}