@media screen and (max-width:991px) {
    .top-bar .links {
        display:none;
    }

    .top-bar .today-date {
        display: none;
    }

    .container {
        max-width:100%
    }

    .header .navbar-light {
        display: none;
    }

    .logo-wrapper {
        display: block;
    }

    .logo-advertize {
        display: none;
    }

    .show-mobile-menu .mobile-container {
        display: block;
        text-align: right;
        margin-top: 3em;
        padding: 10px 30px 30px;
    }

    .show-mobile-menu .mobile-container ul li {
        padding-top: 1em;
    }

    .show-mobile-menu .mobile-container ul li:not(:last-of-type) {
        padding-bottom: 1em;
        border-bottom: 0.5px solid #d2d2d2;
        
    }

    .show-mobile-menu .mobile-container ul li a {
        font-size: 16px;
        color:#fff
    }

    .mobile-item form input {
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .mobile-item form .btn-primary {
        background-color: #681738;
        border-color:#681738;
        color:#fff
    }

    .slide {
        width: 100%;
        float: none;
    }

    .slide-nav {
        width: 100%;
        float: none;
    }

    .slick-slide img {
        width: 100%;
    }

    .news-show-slider.col-md-8,.news-show-slider .col-md-4 {
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .adv {
        display: block;
        visibility: visible;
        margin-bottom: -1em;
    margin-top: 1em;
    }

    .adv img {
        width: 100%;
        
    }

    .news-show-slider .col-md-4,
    .news-show-slider .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advertize-img {
        width: 100%;
    }

}

@media screen and (max-width:767px) {
    .top-bar {
        display:none;
    }

    .news-container .news-list li {
        width: 100%;
        float: none;
        margin-bottom: 1.5em;
    }
    .news-container .news-list li:nth-child(n+2) {
        width: 50%;
        float: right;
    }

    .news-container .news-list li:first-child img {
        width: 100%;
    }

    .categries-show-news .category-container .news-list li:first-child img {
        width: 100%;
    }

    .categries-show-news .category-container {
        margin-bottom: 1em
    }

    .content-slide .content p {
        visibility: hidden;
        margin-bottom: 0;
    }

    .arrows {
        display: none
    }

    .slide-indiv .content-slide .content h4 a {
        font-size: 17px;
    }

}

@media screen and (max-width:500px) {
    .slide-nav .content-slide .content h4 a {
        font-size: 13px
    }

    .slide .content-slide .content h4 a {
        font-size: 17px
    }

    .slide-nav .content-slide .content {
        max-height: 3em;
        margin-bottom: 0.5em;
    }

    

    .slide-nav .content-slide {
        font-size: 11px
    }
    
    .slide-nav .content-slide .content h4 {
        font-size:10px;
    }
}

@media screen and (max-width:767px) {
    .article-content .article-show > img {
        width: 100% !important;
        height: auto !important;
    }

    .article-box img {
        width: 100%;
        margin-bottom: 1em
    }
}