/* Responsive */
@media (max-width: 1001px) {
	#hamburger {
		display: block;
	}
	.menu-head,
	.header-info,.header .header-lang,.cover-header,.header-menu {
		display: none;
	}
	.header-bottom {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.wrap-lock .form-lock input {
		min-width: auto !important;
	
	}
	.title-lock {
		color: #fff;
		font-size: 30px;
		font-weight: 700;
	  }
	.wrap-content {
		padding: 0 15px;
	}
	.max-width {
		padding: 0 15px;
		margin: 0px auto;
	  }
	  .px-\[80px\] {
		padding-left: 15px;
		padding-right: 15px;
	  }
	  
	.cover-header {
		padding: 10px;
		background: rgba(152, 152, 152, 0.4);
		backdrop-filter: blur(5px);
	}

	.header {
		position: unset;
	}
	.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;
	}
}
@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;
	}
}
@media (max-width: 440px) {
	.policy__list > li {
		width: 100%;
		padding-right: 0px !important;
		border-bottom: 1px solid #f1f1f1 !important;
	}
}
@media (max-width: 369px) {
}
