	.banner-home .tp-bg-overlay {
    background: linear-gradient(180deg, #05345600 29.57%, #053456 88.12%) !important;
}

.banner-right {
    padding: 40px;
    background-color: #FFFFFF1A;
    border-radius: 20px;
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
}

.banner-client img {
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
}

.banner-client > .tp_module:not(:first-child) {
    margin-left: -15px;
}

.banner-home .subtitle .tp-title::before {
    background-color: #fff;
}










.intro-video .tp-btn-youtube-button {
    position: relative;
    z-index: 1;
}

.intro-video .tp-btn-youtube-button::before,
.intro-video .tp-btn-youtube-button::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

.intro-video .tp-btn-youtube-button::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.intro-video .tp-btn-youtube-button::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px #fff;
        box-shadow: 0 0 0 15px #fff;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
        opacity: 0
    }
}



.list-news .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.list-news .swiper-pagination span {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.list-news .swiper-pagination span.swiper-pagination-bullet-active {
    transform: scale(1.2);
    background-color: var(--tp-primary);
}

.list-news .swiper-button-prev,
.list-news .swiper-button-next {
    display: none;
}


@media (max-width: 1200px) {
    .banner-home .tp-bg-overlay {
        background: linear-gradient(180deg,rgba(5, 52, 86, 0.48) 0%, rgba(5, 52, 86, 0.94) 100%) !important;
    }
}

@media (max-width: 991px) {

}


@media (max-width: 767.98px) {
    .banner-right {
        padding: 20px;
    }
    

}
