.swiper-slide {
    padding: 0;
    border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-banner-homepage .swiper-pagination .swiper-pagination-bullet,
.swiper-content-investment .swiper-pagination .swiper-pagination-bullet,
.swiper-content-benefit-buajoy .swiper-pagination .swiper-pagination-bullet,
.swiper-content-tools-section .swiper-pagination .swiper-pagination-bullet,
.swiper-youtube-section .swiper-pagination .swiper-pagination-bullet,
.swiper-recommend-section .swiper-pagination .swiper-pagination-bullet,
.swiper-promotion-section .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #B1B5C3;
    border-radius: 50%;
    border-bottom: unset !important;
    border-top: unset !important;
}

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-banner-homepage .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-content-investment .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-content-benefit-buajoy .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-content-tools-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-youtube-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-recommend-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-promotion-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 32px !important;
        height: 12px !important;
        background-color: #1E90FF !important;
        border-radius: 16px !important;
    }

.swiper-banner-homepage .swiper-slide img {
    height: 360px;
    object-fit: cover;
}

.swiper-content-investment .swiper-wrapper,
.swiper-content-benefit-buajoy .swiper-wrapper,
.swiper-content-tools-section .swiper-wrapper,
.swiper-youtube-section .swiper-wrapper,
.swiper-recommend-section .swiper-wrapper,
.swiper-promotion-section .swiper-wrapper {
    padding-bottom: 40px;
}

.swiper-tab-slide .swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-content-investment .swiper-slide,
.swiper-recommend-section .swiper-slide,
.swiper-promotion-section .swiper-slide,
.swiper-youtube-section .swiper-slide,
.swiper-content-tools-section .swiper-slide {
    border-radius: 16px;
    position: relative;
}

.swiper-tab-slide .swiper-slide {
    border-radius: 100px;
    padding: 6px 12px;
}

.swiper-content-investment .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 12px;
}

.swiper-content-benefit-buajoy .swiper-slide {
    box-shadow: unset;
}

.swiper-content-tools-section,
.swiper-youtube-section.swiper,
.swiper-recommend-section,
.swiper-promotion-section {
    margin-top: 24px;
    width: 100%;
}

.swiper-youtube-section .swiper-pagination .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: unset;
}
