@media(max-width: 1199px) {
    .main-nav .side-menu__toggler {
        display: block;
        color: #066abc;
        top:35px;
    }

    .main-nav .main-nav__main-navigation {
        display: none;
    }

    .main-nav .logo-box {
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between;
        width: 100%;
    }
    .main-nav .logo-box img{
        width:60%;
    }

    .sidebar {
        width:100%;
        background-image: url(../images/bg-sidebar.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: #e9f1f9;
        background-size:100% ;
        min-height: 10px;
    }

    .side-nav{
        padding:0 20px;
    }
    .list-media li{
        padding:15px 0;
    }
    .list-media .media-img{
        width:120px;
    }
    .list-media .media-body{
        padding-left:15px;
    }
    .list-media .title{
        font-size: 14px;
        line-height: 20px;
    }
    .list-media .time{
        font-size:12px;
    }

}

@media(max-width: 991px) {

    .main-nav .side-menu__toggler {
        display: block;
        color: #066abc;
        top:25px;
    }

    .banner-section .carousel-indicators{
        bottom:5px;
    }
    .banner-section .carousel-indicators li{
        width:10px;
        height:5px;
        border-radius: 15px;
    }
    .banner-section .carousel-indicators li.active{
        width:15px;
        height:5px;
    }
    .carousel-control-next,
    .carousel-control-prev{
        display: none;
    }
    .block-title-title {
        font-size: 20px;
        line-height: 22px;
    }
    .block-title .more {
        top:0;
        right:0;
    }

    .article p img{
        width:100%;
    }
}

@media(max-width: 767px) {
    .main-nav .side-menu__toggler {
        display: block;
        color: #066abc;
        top:23px;
        font-size: 18px;
        right:20px;
    }
    .main-nav .logo-box img{
        width:80%;
    }
    .banner-section .carousel-indicators{
        bottom:0;
    }
    .banner-section .carousel-indicators li{
        width:10px;
        height:3px;
        border-radius: 15px;
    }
    .banner-section .carousel-indicators li.active{
        width:15px;
        height:3px;
    }
    .news-slide .carousel-inner{
        padding-bottom:110px;
    }
    .news-slide .carousel-indicators{
        bottom:110px;
    }

    .section4{
        background-color: #006fcb;
    }

    .page-header {
        height:150px;
        padding:0;
        background-position: top right;

    }
    .sidebar {
        width:100%;
        background-image: url(../images/bg-sidebar.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: #e9f1f9;
        background-size:100% ;
        min-height: 10px;
    }

    .side-nav{
        padding:0 20px;
    }
    .list-media li{
        padding:15px 0;
    }
    .list-media .media-img{
        width:120px;
    }
    .list-media .media-body{
        padding-left:15px;
    }
    .list-media .title{
        font-size: 14px;
        line-height: 20px;
    }
    .list-media .time{
        font-size:12px;
    }
}

@media(max-width: 625px) {
}

@media(max-width: 575px) {
}

@media(max-width: 480px) {

}

@media(max-width: 425px) {

}

