.ag-experiences {
        background-image: url(../contents_images/files/bg-banner22-list.png);
        background-size: cover;
        min-height: 169vh;
        position: relative;
        margin-top: -37vh;
    }
    .menu-tintuc {
    background-color: transparent;
    display: flex;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .title-menu{
                font-size: 1.3rem;
                font-family: 'BARLOW-SEMIBOLD';
                color: #fff;
                width: 50%;
            }
            .menu-tintuc a:hover {
    color: #d2c18e;
}
            .pagination {
                gap: 1rem;
            }
            .page-link {
                background-color: #797979;
                border: 1px solid #797979;
                color: #fff;
            }
            .page-item.disabled .page-link {
                background-color: #797979;
                border-color: #797979;
                color: #fff;
            }
            .page-item.active .page-link {
                background-color: #903b30;
                border-color: #903b30;
                color: #fff;
            }
            .page-link:focus, .page-link:hover {
                background-color: #903b30;
                color: #fff;
            }
            .dot-news:before {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 1.1rem;
    background-image: url(../contents_images/files/dot2.png);
    background-repeat: round;
}