/* Responsive */
@media (max-width: 1024px) {
	.slideshow{width: 100%;margin: 0;}
	.navigation{padding: 5px 0;}
	.menu-head-left, .top, ul.social-header{display: none !important;}
	a.lk{display: inline-block;}
	.row-20{margin:0 -5px}
	.col-20{padding: 0 5px;}
	#hamburger {
		display: block;
	}
	#mmenu {
		display: block;
	}
	.menu ul {
		display: none !important;
	} 
	.search{display: none;}
	.cart-head {
		padding: 5px;
		font-size: 12px;
	}
	.header {
		padding: 10px 0px;
	}
	.flex-product-main {
		display: block;
	}
	.flex-product-main .left-product {
		position: fixed;
		z-index: 999;
		top: 0px;
		left: 0px;
		transform: translateX(-250px);
		bottom: 0px;
		overflow-x: hidden;
		background: #fff;
		box-shadow: 0px 0px 5px #000;
		transition: all 0.5s;
	}
	.flex-product-main .left-product.show {
		transform: translateX(0px);
	}

	.flex-product-main .right-product {
		width: 100%;
	}

	.grid-product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.filter{display: block;}
	.menu-mobile-btn {
		display: flex;
		width: 35px;
		height: 35px;
		position: relative;
		flex-wrap: wrap;
		cursor: pointer;
		left: 0;
	}
	.menu-mobile-btn span {
		display: inline-block;
		width: 100%;
		height: 2px;
		background: #fff;
		margin: 4px 0px;
		left: 0;
	}
}
@media screen and (max-width: 992px){
	
}
@media (max-width: 850px) {
	.footer-news:nth-child(1){width:100%;margin-bottom:10px;}
	.footer-news{width: 100% !important;!i;!;margin-bottom:10px;margin-top: 0 !important;!i;!;}
	.footer-news:nth-child(3){width:100%;margin-bottom:10px;}
	.footer-news:nth-child(4){width:100%;}
	.copyright{width:100%;text-align:center;}
	.footer-statistic{width:100%;}
	.color_list li {
		width: calc(100% / 6 - 10px); 
	}
	.item_color {
		width: calc(100% / 6 - 20px); 
	}
	.color_list li span.img{max-width: 100%;}
}
@media (max-width: 769px) {
	.head_right{display: none;}
	.title-main-home1 h2, .title-pro, h2.name_about, .title-main-home h2,.banner_ht p:nth-child(1), .title-detail h1{font-size: 30px;}
	.banner_ht p:nth-child(2){font-size: 16px;letter-spacing: 4px;}
	.list-left{width: 100%;}
	.text-cart{display: none;}
	.paging-product{width: 100%;}
	.logo_list, .list-bangmau .img{max-width: 250px;display: none;}
	.about_photo, .list-vs,.doitac_left{width: 100%;margin-bottom: 20px;}
	.info_about, .photo_vs ,.video-home{width: 100%;margin:0}
	.video-home:after{display: none;} 
	h2.name_about{font-size: 25px;}
	h2.name_about span{font-size: 55px;}
	.grid-pro-detail {
		display: block;
	}
	.grid-pro-detail .left-pro-detail {
		width: 100%;
		padding: 0px;
		border-right: none;
	}
	.slick_photo1 {
		text-align: center;
	}
	.grid-pro-detail .right-pro-detail {
		width: 100%;
	}
	.grid-product {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.mt-call a{width: 100%;}
	.grid-item.item_project {
		width: calc(100% / 3); 
	}
	.color_list li {
		width: calc(100% / 4 - 10px); 
	}
	.item_color {
		width: calc(100% / 4 - 20px); 
	}
	.item_da h3 a{font-size:15px}
}
@media (max-width: 480px) {
	.wrap-partner {
		padding: 0 30px;
	}
	h2.name_about span {
        font-size: 30px;
    }
	.item_dv h3 a{font-size: 15px;}
	.grid-item.item_project {
		width: calc(100% / 2); 
	}
	.title-main-home1 h2, .title-pro, h2.name_about, .title-main-home h2,.banner_ht p:nth-child(1), .title-detail h1{font-size: 25px;}
	.policy__list > li {
		width: 100%;
		padding-right: 0px !important;
		border-bottom: 1px solid #f1f1f1 !important;
	}
	.color_list li {
		width: calc(100% / 3 - 10px); 
	}
	.item_color {
		width: calc(100% / 3 - 20px); 
	}
	.desc_da {
		font-size: 13px;
	}
}
@media (max-width: 369px) {
}