/* Responsive */
@media (max-width: 991px) {
	#hamburger {
		display: block;
	}
	.menu-head {
		display: none;
	}
	.header-top, .menu, .info-head-right {
		display: none;
	}

.logo-header {
    margin: 0 0 0 0;
}

.header {
    padding: 6px 0 0 0;
}

	.menu-res {
	    display: flex;
	}
	.cart-head {
		padding: 5px;
		font-size: 12px;
	}
	.flex-header {
		/* padding: 10px 0px; */
		align-items: center;
		justify-content: center;
	}

.header-right {
    width: auto;
}
	.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;}
	.wrap-about .about-left, .cauhoi,.tieuchi,.dknt {padding: 30px 5%;}
	.about-left .cont,.wrap-about .about-right .cont, .cauhoi .cont,.dknt .cont {max-width: 100%;margin: 0 ;}
	.info-footer .flex-footer .box-footer:nth-child(1) {width: 49%;}
	.info-footer .flex-footer .box-footer:nth-child(2), .info-footer .flex-footer .box-footer:nth-child(3),.info-footer .flex-footer .box-footer:nth-child(4) {width: 49%;}

.company-footer:after {
    bottom: 0;
}

.info-footer .flex-footer:after {
    content: none;
}

}
@media (max-width: 850px) {
}
@media (max-width: 769px) {
	.text-cart{display: none;}
	.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;
	}
	.info-footer .flex-footer .box-footer:nth-child(3),.info-footer .flex-footer .box-footer:nth-child(4) {width: 100% !important;}
}
@media (max-width: 580px) {
	.policy__list > li {
		width: 100%;
		padding-right: 0px !important;
		border-bottom: 1px solid #f1f1f1 !important;
	}
}
@media (max-width: 369px) {
}