.wraper {
    width: 100%;
}
@media (max-width: 992px) {
    .body-bg,
    .container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .body-bg,
    .container {
        width: 100%;
    }
    .youtube-embed-wrapper iframe {
        width: 100%;
        height: auto;
        min-height: 230px;
    }
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }
    .hotline {
        font-size: 14px;
        letter-spacing: 1px;
    }
    #header {
        display: block;
        background-color: #fff;
    }
    #header .logo:after {
        display: none;
    }
    #header .logo {
        text-align: center;
    }
    #header .logo img {
        max-height: 80px;
        width: auto;
    }
    .headerSearch{
        border: 1px solid #808080;
    }
    .controlReview ul li {
        padding: 0;
    }
    .controlReview .imgReview img {
        height: 40px;
        width: 40px;
    }
    .featuredProducts .item {
        padding: 0 10px;
    }
    .featuredProducts .heading {
        padding: 0 20px;
    }
    .secNews {
        padding: 45px 0;
    }

    .openres > .dropdown-menu {
        display: block;
    }
    .openres .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .imgproduct .heading h3 {
        font-size: 20px;
        padding: 0 20px;
    }
    .fix_tel {
        bottom: 170px;
        left: 0;
    }

    .panel-catalogs .panel-catalogs-heading ul{
    	display: none;
    }
    .fix_zalo{
		bottom: 172px;
    	left: 30px;
    }

    .open-menu .mobile-menu-bg {
        display: block
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0);
        background-color: #5a5a5a
    }

    .breadcrumbs-wrap{
    	padding: 40px 10px;
    }

    .breadcrumbs-wrap .display{
    	display: none;
    }

    .brTitle{
    	font-size: 18px;
    	width: 100%;
    }
    .panel-catalogs .panel-catalogs-heading h2{
    	font-size: 16px;
    }

    .heading h3{
    	font-size: 26px;
    }
}
@media (max-width: 499px) {
    .nv-infodie {
        width: 100%;
    }
    
    .hotline{
    	font-size: 12px;
    }
    .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;
    }
    .viewCat .imghome {
        width: 100%;
        margin: 0 0 10px 0;
    }
	.productBox{
		display: block;
	}
    .productBox .productThumb{
    	width: 100%;
    	margin: 0 0 10px 0;
    }

    .panel-catalogs .panel-catalogs-heading h2{
    	font-size: 15px;
    }
}
@media (max-width: 350px) {
	.panel-catalogs .panel-catalogs-heading h2{
    	font-size: 14px;
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    #footer .menu li {
        width: 32%;
    }
    #footer .menu li:nth-child(3n + 2) {
        padding-right: 8px;
        padding-left: 7px;
    }
    #footer .menu li:nth-child(3n),
    #footer .menu li:nth-child(3n + 1) {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}
@media (min-height: 500px) {
    .body-bg,
    .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) {
    .body-bg,
    .container {
        width: 100%;
    }
    .wraper {
        width: 100%;
        max-width: 1200px;
    }
    nav > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .wraper {
        width: 1200px;
    }
    nav > .container > .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}
