    .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-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: 2; /* 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;
        line-height: 1.6em;
        max-height: 3.2em;
        text-align: right; /* căn về bên phải */
        color: #000; /* màu đen */
        font-weight: 500;
        cursor: pointer;
        margin-top: 4px;
        margin-bottom: 8px;
        margin-right: 30px;
        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;
        }
        #box-p6{
            margin-left: 32px !important;
            margin-top: -5px !important;
        }
        
    }

    .site-info__center p{
        color: #fff !important;
    }
    @media (max-width: 992px) {
        .bg-site-info-comment{
            max-width: 100% !important;
            padding: 0 20px
        }
    }
    @media (max-width: 768px) {
        .site-info-wrap{
            padding-bottom:0 !important;
        }
    }