@media (min-width: 992px){
	.main-menu{
		display: block !important;
	}
	.main-menu ul li ul {
		border-top: 2px solid #ff9600;
	    background-color: rgba(0, 0, 0, 0.6);
	    padding: 0;
	    position: absolute;
	    width: 200px;
	    z-index:200;
	    left: -9999px;
	    transition: 0.3s ease;
	    -webkit-transition: 0.3s ease;
	    -moz-transition: 0.3s ease;
	    -ms-transition: 0.3s ease;
	    -o-transition: 0.3s ease;
	    opacity:0;
	    visibility: hidden;
	    transform: translate(0, 80px);
	    -webkit-transform: translate(0, 80px);
	    -moz-transform: translate(0, 80px);
	    -ms-transform: translate(0, 80px);
	    -o-transform: translate(0, 80px);
	}
	.main-menu ul li:hover > ul{
		opacity:1;
		visibility: visible;
		left: auto;
		transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	}
	.main-menu ul li ul li{
		float: none;
	}
	.main-menu ul li ul li a{
		padding: 7px 15px;
		display: block;
		color: #999;
		font-size: 12px;
	}
	.main-menu ul li ul li ul{
		left: 200px !important;
		top: 0;
		z-index: 50;
		border-top: none;
	}
	.home #header .danh-muc-menu{
	    display: none !important;
	}
	.zing-popup-box{
		width: 95%;
		margin: 50px auto;
	}
}
@media (min-width: 1300px){
	.container{width: 1230px;}
	.slideshow .item img{
		height: 370px;
	}
}

@media (max-width: 1299px){
	.social{
		display: none;
	}
	.danh-muc-menu ul > li > ul{
		width: 912px;
	}
}
@media (max-width: 1199px){
	.header-left, .home-left{
		width: 25%;
	}
	.header-right, .home-right{
		width: 75%;
	}
	.box-ho-tro{
		display: none;
	}
	.search-box{
		display: none;
	}
	.header-right-bottom{
		display: none;
	}
	.logo {
	    margin: 6px 0;
	}
	.account-box{
		margin-left: 0;
	}
	.danh-muc-menu ul > li > ul {
	    width: 705px;
	}
	.footer-widget, .footer-widget:nth-child(1){
		width: 50%;
	}
	.footer-widget:nth-child(2n+1){
		clear: both;
	}
	.bottom-list{
		display: block;
		flex-flow: inherit;
	}
	.bottom-widget{
		width: 100%;
		padding-bottom: 0;
	}
	.widget-fanppage{
		padding-bottom: 15px;
	}
	.product-item:nth-child(5n+1) {
	    clear: inherit;
	}
	.product-item:nth-child(4n+1) {
	    clear: both;
	}
	.product-item{
		width: 25%;
	}
	.product-left{
		width: 100%;
	}
	.product-right{
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}
@media (max-width: 991px){
	.main-menu{
		position: absolute;
		top: 85px;
		left:0;
		background-color: rgba(0, 0, 0, 0.7);
		width: 100%;
		padding: 5px 0;
		margin: 0;
		display: none;
		z-index: 200;
	}
	.main-menu ul li{
		float:none;
	}
	.main-menu ul li a{
		display: block;
		padding: 7px 15px;
	}
	.main-menu ul li ul{
		display: none;
	}
	.view-menu{
		background: #23aa4b;
		color: #fff;
		width: 40px;
		height: 35px;
		outline: none;
		border:	none;
		border-radius:3px;
		margin: 8px 0 0 10px;
		font-size: 20px;
		line-height:30px;
		display: block;
	}
	.main-menu ul li.menu-item-has-children > a{
		position: relative;
	}
	.main-menu ul li ul li a{
		padding: 3px 0 3px 30px;
	}
	.view-sub-menu{
		display: block;
		position: absolute;
		top:0;
		right:0;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 18px;
	}
	.view-search{
		display: block;
		color: #23aa4b;
		font-size: 26px;
		background: no-repeat;
		border: none;
		margin-top: 5px;
		line-height: 0;
		float: right;
	}
	.search-box{
		position: absolute;
		top: 85px;
		left: 0;
		z-index: 200;
		width: 100%;
		margin: 0;
		display: none;
		box-shadow: 0 2px 2px #ccc;
	}
	.search-form{
		width: auto;
		border-radius: 0;
		border: 1px solid #287c31;
	}
	.search-form select{
		display: none;
	}
	.txt-search{
		width: 100%;
	}
	.btn-search{
		top: 2px;
		position: absolute;
		right: 0;
	}
	.home-left{
		width: 100%;
	}
	.home-right{
		width: 100%;
	}
	.danh-muc-menu ul > li > ul {
	    display: none !important;
	}
	.header-left{
		width: auto;
	}
	.header-right{
		width: auto;
	}
	.home-left .danh-muc-menu{
		display: none !important;
	}
	.header-right-top{
		background: none;
		padding: 0;
		position: static;
	}
	.header-right-top::after{
		display: none;
	}
	.header-right-top::before{
		display: none;
	}
	.header-right-center{
		padding: 0;
	}
	.logo img{
		/* width: 180px; */
		height: 40px;
	}
	#header{
		border-top: 3px solid #cd0006;
		position: relative;
	}
	.account-box{
		display: none;
	}
	.cart-mini{
		display: none;
	}
	.danh-muc-btn{
		font-size: 12px;
		padding: 8px 20px 5px 38px;
	}
	.main-menu ul li.active a, .main-menu ul li a:hover{
	    color: #23aa4b;
	}
	#header .danh-muc-menu{
		top: 33px;
	}
	.product-item:nth-child(4n+1) {
	    clear: inherit;
	}
	.product-item:nth-child(3n+1) {
	    clear: both;
	}
	.product-item{
		width: 33.33%;
	}
	.zing-tooltip{
		display: none !important;
	}
	.home-image-left{
		padding-right: 0;
	}
	.home-image-right{
		float: left;
		padding-left: 0;
	}
	.home-image-right img{
		float: left;
	}
	.sidebar{
		margin-top: 20px;
	}
	.chi-nhanh-item:nth-child(2n+1){
		clear: both;
	}
	.chi-nhanh-item{
		margin-bottom: 20px;
	}
	.contact-form{
		margin-top: 0;
	}
	.cart-right{
		margin-top: 20px;
	}
	.builder-sidebar{
		width: 100%;
		border: none;
	}
	.builder-product{
		width: 100%;
	}
	.builder-filter{
		width: 100%;
		border: none;
	}
	.builder-box {
	    display: inherit;
	    flex-flow: inherit;
	}
}
@media (max-width: 767px){
	.contact-map iframe {
	    height: auto;
	    min-height: 300px;
	}
	.product-item:nth-child(3n+1) {
	    clear: inherit;
	}
	.product-item:nth-child(2n+1) {
	    clear: both;
	}
	.product-item{
		width: 50%;
	}
	.product-right-info{
		padding-right: 0;
	}
	.qua-tang-box{
		position: static;
		margin-top: 20px;
	}
	.product-slider .img-main{
		height: 400px;
	}
}
@media (max-width: 640px){
	.form-left{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.form-right{
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 15px;
	}
	.contact-form .col-3{
		width: 100%;
		margin-top: 15px;
	}
	.contact-form .col-3:first-child{
		margin-top: 0;
	}
	.footer-widget, .footer-widget:nth-child(1){
		width: 100%;
	}
	.product-slider .img-main{
		height: 350px;
	}
	.product-item-line .product-img{
		width: 100%;
	}
	.product-item-line .product-desc{
		width: 100%;
	}
	.product-item-line .product-info{
		width: 100%;
	}
	.product-item-line .product-action{
		float: none;
	}
}
@media (max-width: 480px){
	.post-item{
		width: 100%;
		padding-left: 0;
	}
	.post-item img{
		position: static;
		display: block;
		margin: auto;
		margin-bottom: 15px;
		width: 100%;
    	height: auto;
	}
	.product-item{
		width: 100%;
	}
	.product-thumnail img{
		height: 60px;
	}
	.google-button {
	    width: 50px;
	}
	.suggest-box, .suggest-item{
		width: 100%;
	}
	.widget-tin-tuc{
		padding: 15px 10px;
	}
	.widget-tin-tuc img {
	    width: 100%;
	    height: auto;
	    margin-bottom: 10px;
	}
	.product-slider .img-main{
		height: 300px;
	}
	.box-title .product-share{
		display: none;
	}
	.product-btn a{
		display: block;
	}
	.product-btn .btn-buy{
		margin: 0 0 10px 0;
	}
	.builder-product-img{
		width: 100%;
		margin-right: 0;
	}
	.builder-product-desc{
		width: 100%;
	}
}
@media (max-width: 320px){
	
}
