/**
 * 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%;
    }
}

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

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

    #header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    #header .logo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

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

    #header .right-ads{
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
    }

    #header .hotline{
        margin: 0;
    }

    #header .time,
    #header .hotline{
        padding: 5px 20px;
    }

    .search-bar{
    	min-width: auto;
    	width: 100%;
    	margin-bottom: 10px;
    }

    .add-mobile{
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		color: #0360bf;
		margin-bottom: 10px;
    }

    .menu-type1 h2{
        min-width: 240px;
        font-size: 18px;
    }

    .contact-icon-container{
        width: 65px;
        height: 60px;
    }

    .contact-icon{
        bottom: 0;
        background-color: #fff;
        right: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .contact-icon-circle-fill{
        width: 40px;
        height: 40px;
        animation: none;
    }

    .contact-icon-img-circle{
        animation: none;
        line-height: 20px;
        top: 20px;
        left: 20px;
    }
}

@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;
    }

    #tip,
    #footer-tip {
        max-width: 100%;
        margin-right: 0 !important;
    }

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

@media (max-width: 281px){
    #header .hotline,
    #header .time{
        font-size: 14px;
        padding: 5px 10px;
    }
}

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

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