/* @media (min-width:992px) and (max-width:1268px) */
@media (min-width:992px) and (max-width:1268px) {

    /* header  */
    header .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }
    header .navbar{
        width: 100%;
    }

    header .navbar .navbar-brand img {
        width: 109px;
        height: 51px;
    }

    .navbar .navbar-nav .nav-item .nav-but {
        padding: 8px 15px;
        font-size: 14px;
    }

    .items-courses .left-items h2 {
        font-weight: 900;
        font-size: 25px;
        color: #095F90;
    }


    .left-article{
        padding: 10px;
    }

.left-article  ul li a{
    font-size: 13px;
}

    /* footer */
    footer {
        height: auto;
    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .subscribe-media {
        display: none;
    }
}


/* @media (min-width:320px) and (max-width:991px) */
@media (min-width:320px) and (max-width:991px) {

    /* header  */
    header {
        position: relative;
    }
    header .navbar {
        width: 99%;
    }
    
    header .navbar .nav-item.lang {
        color:#0B325C !important;
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    header .navbar .nav-item.lang span {
        color:#0B325C !important;
        font-weight: 700;
    }


    .navbar-nav {
        text-align: center;
        padding: 15px 0px;

    }

    .navbar-nav .btn1 {
        color: #095F90 !important;
        font-weight: 700;

    }

    .navbar-nav .btn1:hover {
        color: white !important;
    }

    header .navbar .navbar-nav .nav-link {
        color: #0B325C;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.166);
        text-align: center;
    }

    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }



    header .banner .banner__content h1 {
        color: var(--yellow);
        font-size: 28px;
        font-weight: 700;
    }






    header .navbar .nav-but {
        color: black;
    }

    header .heading-articles h2 {
        font-size: 25px;
        text-align: center;
    }

    header .heading-articles p {
        text-align: center;
        padding: 0px;
    }

    header .heading-articles {
        padding-right: 0px;
    }

    .title-page {
        font-size: 11px;
        padding-right: 10px;
        line-height: 2;

    }

    /* article */
    .article {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 50px;

    }

.article .right-article .title{
    font-size: 23px;
    line-height: 1.5;
}


    .right-article{

width: 90%;
margin: auto;

    }

.article .right-article .info h1 span{
    font-size: 14px;
}
    .left-article{
        display: none;
    }

    .box-svg{
        position: absolute;
        left: 0;
        top: 0;
     }

     .media-article-content{
        display: block;
        }

        .list-article-content {
            padding: 20px;
            border-radius:0px;

            background: #FFF;
            box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
            position:absolute;
            right: 0px;
            height: auto;
            top: 0px;
        }
    /* footer */
    footer {
        height: auto;

    }

    footer .media-width {
        width: 100%;
        margin: auto;

    }

    footer .media-width .row {

        display: flex;
        flex-direction: column;
        text-align: right;
    }


    footer .footer-links {
        margin: 0px !important;
    }

    footer .footer-links h6 img {
        width: 205px;
        height: 96px;
        flex-shrink: 0;
        margin-bottom: 30px;

    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media .footer-icons-social {
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        justify-content: space-evenly;

    }


    footer .media .footer-icons-payment {
        width: 99%;
        margin: auto;
    }


    footer .media .footer-icons-payment img,
    footer .media .footer-icons-payment svg {
        width: 50px;
        height: 60px;
    }

    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }


    footer .copyright {
        flex-direction: column !important;
    }

    footer .media .footer-media-contact {
        flex-direction: column;


    }

    footer .subscribe-media {
        display: none;
    }
}