/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

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

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    .right-ads {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar-header{
        display: block;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block,
    .header-text .text3{
        display: none !important;
    }

    .breaking-news-latest{
        width: 200px;
    }

    #header .logo img{
        max-height: 75px;
    }

    .header-text .text1{
        font-size: 14px;
    }

    .header-text .text2{
        font-size: 18px;
    }

    .news-headline,
    .news-featured{
        width: 100%;
    }

    #menu-search .icon-search{
        min-height: 62px;
        padding: 16px 15px !important;
    }

    #news-cat-1 .news-cat-item{
        flex-direction: column;
    }

    #news-cat-1 .news-thumb,
    #news-cat-2 .first-post,
    #news-cat-2 .list-post{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #news-cat-1 .news-thumb img{
        width: 100%;
        height: 260px;
    }

    #news-cat-1 .news-content p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block,
    .news-latest{
        display: none !important;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1180px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1180px;
    }
}
