    .bg-site-info .site-info {
        background-image: url("/assets/image/home/bgboxchat.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        padding-top: 20px !important;
        /* overflow: auto; */
    }

    .bg-site-info h1 {
        color: #0f1923;
        font-size: 60px !important;
    }

    .bg-site-info-comment {
        overflow: auto;
        max-height: 500px;
        scrollbar-width: thin;
        scrollbar-color: #f44451 transparent;
    }

    .bg-site-info-comment::-webkit-scrollbar {
        width: 5px;
        /* mỏng hơn */
    }

    .bg-site-info-comment::-webkit-scrollbar-track {
        background: transparent;
        /* bỏ nền */
    }

    .bg-site-info-comment::-webkit-scrollbar-thumb {
        background: #f44451;
        /* cam nhạt, trong suốt */
        border-radius: 999px;
        /* bo tròn đầu/cuối */
    }

    .bg-site-info-comment::-webkit-scrollbar-thumb:hover {
        background: #f44451;
        /* đậm hơn khi hover */
    }
    .feedback-content {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Chỉ hiển thị 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: max-height 0.3s ease; 
    }

    .feedback-content.expanded {
        -webkit-line-clamp: unset; /* Bỏ giới hạn dòng khi bấm đọc thêm */
    }
    .read-more {
    display: block;
    text-align: right; /* căn về bên phải */
    color: #000; /* màu đen */
    font-weight: 500;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 16px;
    transition: color 0.2s;
    }

    .read-more:hover {
        color: #333; /* đậm hơn khi hover */
    }

    @media (min-width: 768px) {
        .title-partner {
            line-height: 68px;
        }
    }

    @media (max-width: 1200px) {
        .title-partner {
            font-size: 20px !important;
        }
    }

    @media (max-width: 992px) {
        .title-partner {
            font-size: 24px !important;
        }
         #box-p6{
        margin-left: 32px !important;
        margin-top: -5px !important;
        }
        
    }

    @media (max-width: 768px) {
        .title-partner {
            font-size: 20px !important; 
        }
    }
    @media (max-width: 480px) {
        .title-partner {
            font-size: 16px !important;
            padding-left: 6px!important;
            padding-top: 4px!important;
        }
        .bg-site-info h1 {
            font-size: 36px !important;
            text-align: center;
            line-height: 1;
        }
        #box-p6{
            margin-left: 32px !important;
            margin-top: -5px !important;
        }
        
    }