/**
 * 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) {

    .product-order .order{
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .container {
        width: 100%;
    }

    .section-header{
        padding: 10px;
    }

    #header{
        justify-content: space-around;
    }

    .header-search{
        display: none;
    }

    .widget-cart{
        margin-left: unset;
    }

    .newscat-type1-item-content {
        padding: 30px 30px 20px 0;
    }

    .newscat-type1-item-content p{
        display: none;
    }

    .big-video{
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {

    #gmap_id iframe{
        display: block;
        width: 100%!important;
    }
    .scroll-navbar11 {
     top: 60px;
 }

 .scroll-navbar22 {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0px;
    animation: scroll_navbar 0.5s ease;
    z-index: 99999;
}

#tab_home #ul_id{ 
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.wraper{
    max-width: 420px;
}

.box-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.hidden-ss-block,
.hidden-ss-inline,
.hidden-ss-inline-block,
.cart-inner .cart-text,
.company_info li em{
    display: none !important;
}

.css_mobile{
    padding: unset!important;
}

#header{
   justify-content: space-between;
}

.section-header{
    background-color: #e7169d;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.section-header #mo_ta_chung_id{
    display: none;
}

.section-header #slider_mob_id{
    display: none;
}

#header .logo{
    margin: 0 auto;
}

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

.cart-inner .cart-icon:before{
    color: #fff;
}

.widget-cart{
    margin-left: unset;
}

.shops-viewslider .owl-stage{
    margin-left: -70px;
}

.section-story .story-content{
    max-width: 100%;
    text-align: justify;
}

.section-style{
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section-style .section-title h2{
    background-color: transparent;
}

.newscat-type1-item-content h3{
    font-size: 22px;
}

.newscat-type1-item-content {
    padding: 20px;
}

.newscat-type1-item-content p{
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.section-event-mobile,
.section-news-mobile{
    position: relative;
    padding: 50px 0;
}

.section-videos{
    border-top: 4px solid #d5d5d5;
}

.news-list{
    position: relative;
    display: flex;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.news-list .news-list-thumb{
    flex-basis: 185px;
}

.news-list .news-list-thumb img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.news-list .news-list-content{
    position: relative;
    flex: 1;
    padding: 10px;
}

.news-list .news-list-content h3{
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list .news-list-content .meta{
    font-size: 14px;
    margin: 5px 0;
}

.news-list .news-list-content p{
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cat-otherimage,
.cat-otherimage-one{
    margin-bottom: 30px;
}

#footer{
    text-align: center;
}
}

@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 {
        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: 1300px;
    }
}

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



