.swiper-container {
    width: 100%;
    height: 100%;    cursor: pointer;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
a.swiper-slide {
  color: #4e4e4e;
}
.over-text {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.over-text-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.banner-sub .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    background-color: #ffffff;
    opacity: 0.6;
    outline: none;
    border-radius: 500px;
}
.banner-sub .swiper-pagination-clickable .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background-color: #ffffff;
}
