.wraper {
    width:100%;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    #header-fix{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }
    .logo-wrapper{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .logo-wrapper img{
        height: 35px;
        width: auto
    }
    body{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .container {
        width:100%;
        padding: 0 15px;
    }
    .breadcrum{
		display:none
    }
    .logo{
        height: 55px;
        width: auto;
    }
    .block-box-home{
        margin-bottom: 30px;
    }
    .heading-title-home{
        font-size: 20px;
    }
    .pro-cat .info .title{
        font-size: 13px;
    }
	.main-menu-box{
		padding: 0
	}
	.heading-cart a{
		color:#fff
	}
	#cart_san-pham{
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 10px;
	}
	.header{
		padding: 0;
		margin-top: 50px
	}
	.news-list-info .des{
		display:none
	}
	.news-list-info h3{
		font-size: 14px
    }
    .cam-ket-fc{
        margin-bottom: 10px;
    }
    .cam-ket-fc .ck-title{
        font-size: 11px;
    }
    .cam-ket-fc img{
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .cam-ket-fc .ck-des,  .cam-ket-fc .ck-des a{
        font-size: 11px;
    }
    .bread-crumb{
        display: none;
    }
    .col-md-25{
        width: 100%;
    }
    .copyright-box-right{
        text-align: center;
        margin-top: 20px;
    }
    .copyright-box img{
        height: 30px;
        margin-bottom: 15px;
    }
    .old-price {
        color: #ccc;
        font-size: 12px;
        text-decoration: line-through;
        margin-right: 5px;
    }
    .news-grid .des{
        position: relative;
        padding: 0;
        color:#000;
        display: block;
        opacity: 1;
        visibility:visible;
        margin-top: 10px;
        background: none;
    }
    .news-grid .des a{
        color:#000;
    }
    .news-grid{
        margin-bottom: 30px;
    }
    .news-grid h3{
        font-weight: 700;
    }
    .news-grid .date {
        color: #f23f2f;
    }
    .news-grid .date .fa {
        margin-right: 5px;
        color: #000;
    }
    
   #mobile-bottom-navigation {
        display: flex !important;
        justify-content: space-between;
        left: 0;
    }

    .lSSlideOuter{
        margin-bottom: 20px;
    }
	.pro-cat img{
		height: auto
	}
	#news-bodyhtml img{
		width: 100%;
		height: auto
	}
    .main-menu{
        display: none;
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .wraper {
        width:100%;
    }
    #mobile-bottom-navigation {
        display: flex;
        flex-direction: column;
        width: initial !important;
        bottom: 205px;
        right: 5px;
    }
    #mobile-bottom-navigation .mobile-nav-item {
        background: none !important;
        height: 55px;
    }
    .mobile-nav-item span {
        display: none;
    }
    .mobile-nav-item img {
        width: 45px;
    }
    #mobile-bottom-navigation > div {
        width: 45px !important;
    }
}
@media (min-width:992px) {
    .wraper {
        width:100%;
        max-width:1080px;
    }
}
@media (min-width:1200px) {
    .wraper {
        width:1080px;
    }
    .container{
        width: 1170px;
    }
}
