        
.product {
    position: relative;
    margin-top: -100px;
    z-index: 2;
}
.align-items-be {
    display: none !important;
}
.product-list {
    padding: 50px;
    border-radius: 25px;
    background: radial-gradient(62.99% 52.95% at 50% 47.05%, #334863 0, #000 100%);
    color: #fff;
}
.product-sub .button-wrap a {
    color: #0c90cc;
    opacity: 1;
    transition: .3s ease opacity;
    text-transform: uppercase;
    font-size: 14px;
}
.product-sub .button-wrap a:hover {
    opacity: .8;
}
.product-sub .bp_category_option_item  {
    padding: 30px 10px;
    border-radius: 15px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
    z-index: 0;
    text-align: center;
}
.product-sub .bp_category_option_item:before {
    content: "";
    position: absolute;
    background: radial-gradient(
        85.8% 90.71% at 22.73% 0,
        rgba(155, 208, 255, 0.2) 0,
        rgba(90, 109, 125, 0.15) 100%
    );
    opacity: 1;
    inset: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
}
.product-sub .bp_category_option_item:after {
    content: "";
    position: absolute;
    background: radial-gradient(87.35% 91.14% at 32.81% 20.43%, rgba(90, 109, 125, .15) 0, rgba(155, 208, 255, .2) 100%);
    opacity: 0;
    inset: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
}
.product-sub .bp_category_option {
    display: grid;
    grid-template-columns: repeat(5,auto);
    gap: 20px;
}
.product-sub .bp_category_option_item:hover:before {
    opacity: 0;
} 
.product-sub .bp_category_option_item:hover:after {
    opacity: 1;
}
.product-sub .bp_category_option_item:hover .bp-product-link-details {
    background: #005eb3;
}
.product-main .bp_product_item .row {
    align-items: center;
}
.bp-group-button-qv-wl {
    display: none;
}
.product-main .tp-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}
.product-main .tp-title a {
    color: #0c90cc;
}
.product-sub .bp_name_category_option {
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: none;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.product-sub .bp_pd_sub {
    display: none;
}
.product-sub .bp-product-link-details {
    border: 0.5px solid #fff;
    padding: 6px 25px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background-color 0.35s,
        border-color 0.35s,
        color 0.35s;
    color: #fff;
    border-color: #fff;
    font-size: 11px;
}
.product-main .tp-btn {
    background-color: #fff;
    color: #005eb8;
    border: 0.5px solid #005eb8;
    padding: 8px 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background-color 0.35s,
        border-color 0.35s,
        color 0.35s;
    margin-top: 10px;
}

.hero-section {
    background: linear-gradient(90deg, #21409a -5%, #00bce7 105%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 80px;
    position: relative;
    overflow: hidden;
}
.content-wrapper .tp-feature__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.content-wrapper .tp-feature__heading a {
    color: white;
}
.content-wrapper .tp-feature__heading {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
    max-width: 400px;
    line-height: 1.2;
    animation: fadeInLeft 1s ease-out;
}
.content-wrapper .tp-feature__text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.7;
    max-width: 550px;
    margin: 0 40px;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.content-wrapper .content_button_link {
    background: white;
    padding: 8px 30px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    animation: fadeInRight 1s ease-out 0.6s both;
    white-space: nowrap;
}

.content-wrapper .content_button_link:hover {
    background-color: #388be7;
    color: #fff;
    transition: all 0.3s ease;
}

.cta-button a {
    color: #005eb8;
}
.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}

.cta-button:active {
    transform: translateY(-1px);
}
.card-list {
    padding: 80px 0;
}
.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.card-item-event {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    transition: all .4s;
}

.card-item-event:hover {
    transform: translateY(-10px);
    background-color: #388be7d1;
    transition: all .4s;
}

.card-item-event:hover .tp-feature__heading a,
.card-item-event:hover .tp-feature__heading{
    color: #fff;
    transition: all .4s;
}

.card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-list .tp-feature__figure {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.card-list .tp-feature__figure img {
    border-radius: 15px;
}

.news-text {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: white;
}

.card-list .tp-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

.card-list .tp-feature__heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.card-list .content_button_link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #388be7;
    background-color: #388be7;
    border-radius: 6px;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.card-item-event:hover .content_button_link {
    background-color: #fff;
    border-color: #fff;
    color: #388be7;
    transition: all 0.3s ease;
}

.blog {
    padding: 80px 0;
}
.blog .module-content-text {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 34px;
    color: #388be7;
    margin-bottom: 40px;
}

.partners-container .partners-title {
    font-size: 40px;
    color: #388be7;
    font-weight: 500;
}

.tp-post-item .row {
    margin: 0;
}

.blog .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 23%);
    justify-content: space-between;
}
.blog .cls_img_hot_news {
    display: none;
}
.blog .bp_news_sub {
    display: none;
}

.blog .cls_content_hot_news {
    padding: 0;
}

.blog .tp-post__title {
    margin: 15px 0;
    font-size: 20px;
}
.blog a {
    color: #000;
}
.blog .bp_lb_user,
.blog .bp_lb_comment,
.blog .bp_lb_time_read,
.blog .bp_lb_counter,
.blog .bp_icon_date {
    display: none;
}
.blog .tp-post__content {
    display: flex;
    flex-direction: column;
}
.blog .tp-post__meta {
    order: -1;
}
.blog .tp-post__actions {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #58595b;
    margin-top: 20px;
    text-transform: uppercase;
}
.blog .bp-news-button-action a i {
    margin-left: 5px;
}
.blog .module-content-bottom {
    text-align: center;
    margin-top: 50px;
}
.blog .module-content-bottom .button_link {
    padding: 8px 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background-color 0.35s,
        border-color 0.35s,
        color 0.35s;
    border: 0.5px solid #005eb8;
    background-color: #005eb8;
    color: #fff;
}

.blog .tp-post__thumbnail img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 10px;
    transition: all .4s;
}

.blog #m_s_6623 > .col {
    margin-bottom: 25px;
}

.blog .tp-post-item {
    height: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 0;
    overflow: hidden;
}

.blog .tp-post__thumbnail {
    overflow: hidden;
    border-radius: 10px;
}

.blog .tp-post__thumbnail img:hover {
    transform: scale(1.1);
    transition: all .4s;
}


.blog .tp-post__content .tp-title {
    font-size: 20px;
    padding-top: 10px;
}

.blog .tp-post__content .tp-title:hover a {
    color: #388be7;
    transition: all .4s;
}

.blog .tp-post__content .tp-btn_c {
    margin-top: 20px;
}

.blog .tp-post__content .tp-btn_c a {
    padding: 8px 15px;
    border: 1px solid #388be7;
    border-radius: 8px;
    color: #388be7;
    line-height: 1;
    transition: all .3s;
}

.blog .tp-post__content .tp-btn_c a:hover {
    background-color: #388be7;
    color: #fff;
    transition: all .3s;
}

.partner {
    background-image: url("/files_upload/PIT_Icon.png");
    background-color: #ebebeb;
    background-position: -20px center;
    background-size: auto;
    overflow: hidden;
    padding: 80px 0; /* Giảm padding xuống cho cân đối */
    background-repeat: no-repeat;
}
.parnter .gallery {
    align-items: center;
}
.partners-container {
    text-align: center;
    padding-bottom: 24px;
}
.partners-container .partners-title {
    margin-bottom: 15px;
}
.partners-container p {
    margin: auto;
    color: #000;
    margin-bottom: 25px;
}
@media (max-width: 1200px) {
    .hero-section {
        padding: 50px 60px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1.05rem;
        max-width: 480px;
    }
}
@media (max-width: 992px) {
    .hero-section {
        padding: 40px 20px;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        max-width: 100%;
        margin-bottom: 30px;
        font-size: 2.5rem;
    }

    .hero-description {
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    /* Khung chứa toàn bộ danh sách logo */


    .product-sub .bp_category_option {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .product-sub .bp_category_option::-webkit-scrollbar {
        height: 2px;
    }

    .product-sub .bp_category_option_item {
        min-width: 200px;
    }



    .cta-button {
        margin: 0 auto;
    }
    .product-sub .bp_category_option {
        grid-template-columns: repeat(3, auto);
    
        
    }
    .cards-container {
            grid-template-columns: repeat(1, 1fr);
        }
    .content-wrapper .tp-feature__body {
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    .content-wrapper .tp-feature__text {
        color: rgba(255, 255, 255, 0.95);
        font-size: 16px;
        line-height: 1.7;
         margin: 15px 0;
        animation: fadeInUp 1s ease-out 0.3s both;
    }


}
@media (max-width: 998px){
    .product{
        margin-top: 10px;
    }
}
@media (max-width:768px) {
    .product{
        margin-top: 10px;
    }
    .product-sub .bp_category_option {
    grid-template-columns: repeat(2, auto);
}
}
@media (max-width:567px) {
       .product-sub .bp_category_option {
    grid-template-columns: repeat(1, auto);
}
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* --- SỬA LỖI SLIDER HÀNG DỌC --- */

/* 1. Ép các item nằm trên một hàng duy nhất */
#bp_gallery_1_6305 .gallery, 
#bp_gallery_1_6305 .gallery-container,
#bp_gallery_1_6305 .slick-track {
    display: flex !important;
    flex-direction: row !important; /* Ép nằm ngang */
    flex-wrap: nowrap !important;   /* Không cho xuống dòng */
    align-items: center !important;
    width: 100% !important;
}

/* 2. Fix độ rộng của từng logo để hiện đúng 6 cái như trong cài đặt */
#bp_gallery_1_6305 .gallery-item,
#bp_gallery_1_6305 .slick-slide {
    flex: 0 0 calc(100% / 6) !important; /* Chia đều 6 cột */
    max-width: calc(100% / 6) !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

/* 3. Hình ảnh logo */
#bp_gallery_1_6305 img {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 10px !important;
    height: 100px !important; /* Giảm chiều cao để không bị quá to */
    width: 100% !important;
    object-fit: contain !important;
    opacity: 0.7;
    transition: 0.3s;
}

#bp_gallery_1_6305 img:hover {
    opacity: 1;
    transform: translateY(-5px);
}

.partner .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 4. Responsive cho điện thoại (Trong dashboard bạn đang để là 2) */
@media (max-width: 768px) {
    .product-list {
        padding: 25px;
    }
    
    .card-list {
        padding: 40px 0;
    }
    
    #bp_gallery_1_6305 .gallery-item {
        flex: 0 0 50% !important; /* Hiện 2 logo mỗi hàng */
        max-width: 50% !important;
    }
    #bp_gallery_1_6305 .gallery {
        flex-wrap: wrap !important; /* Cho phép xuống dòng trên điện thoại */
    }
    
    .card-list .tp-feature__body {
        padding: 10px 0;
    }
    .card-list .tp-feature__figure,
    .card-list .cards-container {
        margin: 0;
    }
    
    .card-list .tp-feature__figure >*,
    .card-list .tp-feature__figure img{
        width: 100%;
        object-fit: cover;
    }
    
    .partners-container .partners-title,
    .blog .module-content-text {
        font-size: 35px;
    }
    
    .card-list .tp-feature__heading {
        font-size: 16px;
        font-weight: 500;
    }
}
