:root{
    --primary-green:  rgba(204, 1, 0, 1) ;
    --primary-green-color:204, 1, 0;
    --primary-blue :rgba(204, 1, 0, 1);
    --nav-sub-item-green:rgba(206, 187, 22, 0.8);
    --nav-sub-item-green-hover:rgba(232, 218, 88, 0.9);
    --gradient-green:rgba(245, 211, 61, 0.4);
    --gradient-blue:rgba(220, 15, 0, 0.93);
}
#footer-about-container {
    background: var(--primary-green); 
}
@media (max-width: 992px) {
    #footer-info-container {
        background: var(--primary-green); 
    }
    /* #banner {
        background: url(../image/banner/dqwh.jpg) 
            center center no-repeat; 
        background-size: cover;
    } */
}

