/* Responsive */
@media (max-width:1001px) {
	#hamburger { display: block; }
	.header-slogan { display: flex !important; width: 100%; }
	.menu-head, .hdtt-social, .header-cover-info, .search { display: none; }
	.footer-left { padding: 15px !important; }
	.footer-right { margin-right: 0; }
	.header-center {display: none;}
	.header-bottom {margin: 0;}
	.menu-res {background: #ffffff;}
	.fixed { position: fixed !important; top: 0; left: 0; padding: 0; background-color: white; width: 100%; z-index: 999; }
	.pagination { flex-wrap: wrap; }
	.header-bottom { flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; }
	.productList__header { border-bottom: 1px solid #183660; gap: 1rem; justify-content: space-between; position: relative; z-index: 1; flex-wrap: wrap; }
	.about-us .left .box-title { background: unset; padding: 10px; margin: 0 !important; }
	.footer-news { margin-bottom: 20px; }
	.productList__cate { flex: unset; max-width: 100%; margin-bottom: 0.25rem; }
	.wrap-form .cover-form .title-form { margin-right: 61px; margin-top: -52px; padding: 10px; margin: 0; padding-bottom: 20px; }
	.wrap-form .cover-form { background: url(../images/TempImages/bg-line.png) no-repeat center / cover; padding: 10px; }
	.project .item-info { margin: 10px 0; }
	.project .item-info.right { padding-left: 0px; }
	.project .item-info.left { padding-right: 0px; }
	.padding-main { padding: 30px 0; }
	.menu-res { display: block; }
	.menu { display: none; }
	.cart-head { padding: 5px; font-size: 12px; }
	.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; }
	.category-toggle {width: 100%;margin-bottom: 20px;}
	.about-us .row-span-1:first-child {grid-row: 2/3;}

}
@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; }
	.product {overflow: hidden;}
	.product .name-product .text-split {-webkit-line-clamp: 2;}
	.product-col-right {padding: 0;}
}
@media (max-width:440px) {
	.policy__list > li { width: 100%; padding-right: 0px !important; border-bottom: 1px solid #f1f1f1 !important; }
}
@media (max-width:369px) { }