@media (min-width:1700px) and (max-width: 1868px){

    .title-not {
        height: 10.5rem;
        padding: 8.5rem 14.5rem 0 0.5rem;
        font-size: 13px;
    }
    .stat1 {
        font-size: 16px;
    }

    .present-v {
        font-size: 13px;
    }

    .time-v {
        font-size: 16px;
    }

    .abs {
        font-size: 16px;
        padding: 3.5rem 16rem 0 0.5rem;
    }

    .banner-ondemand {
        background-size: 54%,cover;
        height: 575px;
    }

    .banner-webinar {
        background-size: 54%,cover;
        height: 575px;
    }

    .banner-taller {
        background-size: 54%,cover;
        height: 575px;
    }

    .navbar-brand {
        width: 320px;
    }

    .menu li a {
        font-size: 1.3rem;
    }

    .second_nav > ul > li {
        font-size: 1.3rem;
    }

    .ticker-btn {
        font-size: 1.3rem;
    }

    .dropdown-item {
        font-size: 1.2rem;
    }

    .page-link{
        font-size: 1.2rem;
    }

    body {
        font-size: 1.1rem;
    }
    
}