/* Responsive */

@media (max-width: 1001px) {
	#hamburger {
		display: block;
	}

	.menu-head,
	.wrap-menu,
	.header {
		display: none;
	}
	.header-mobile {
		display: flex;
	}
	.cover-field {
		margin: 0 0 5px 0 !important;
	}

	.wrap-product-list .product-list-home .cover-field .info {
		padding: 10px;

		border-radius: 10px;

		background: var(--Nhn, #895919);

		color: white;

		width: 100%;
	}

	.wrap-product-list .numb-main {
		display: none !important;
	}

	.logo-header {
		max-width: 60px;
	}

	.production-process {
		background: unset !important;
	}

	.wrap-product-list .cover-field .img {
		padding: 0 5px !important;

		margin: 0 5px !important;

		max-width: 50px;
	}

	.title-cat-main span {
		display: flex;

		padding: 5px 10px;

		justify-content: center;

		align-items: center;

		gap: 5px;

		color: var(--6, #2d2d2d);

		text-align: center;

		font-family: "Helvetica Neue";

		font-size: 14px;

		font-style: normal;

		font-weight: 400;

		border-radius: 5px;

		border: 1px solid var(--Nhn, #895919);
	}

	.form-home {
		padding: 20px;
	}

	.form-home .left .title {
		font-size: 16px;
	}

	.form-home .left .title::before {
		width: 0 !important;
	}

	.breadCrumbs {
		padding: 10px 0px 10px 0px;
	}

	.form-home .left .slogan {
		color: var(--7, #151515);

		font-family: "Helvetica Neue";

		font-size: 15px;

		font-style: normal;

		font-weight: 400;

		margin: 10px 0;
	}

	.form-home .left .info-form {
		border-radius: 20px 20px 0 0;

		padding: 20px;

		background: url(../images/TempImages/bg-form-info.png) no-repeat center / cover;

		color: var(--7, #151515);

		font-family: "Helvetica Neue";

		font-size: 15px;

		font-style: normal;

		font-weight: 400;
	}

	.product-list-home {
		justify-content: space-between;
	}

	.wrap-product-list .product-list-home .mid {
		display: none;
	}

	.header-mobile {
		padding: 15px;

		background-color: #ffce5d;
	}

	.header-mobile .home i {
		color: #000;

		font-size: 30px;
	}

	/* Header */

	.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(2, 1fr);

		gap: 10px;
	}

	.filter {
		display: block;
	}
}

@media (max-width: 850px) {
	.news-left {
		width: 100%;
	}

	.news-right {
		width: 100%;

		margin-top: 30px;

		padding: 10px;
	}
}

@media (max-width: 769px) {
	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}

	.flex-about {
		flex-wrap: wrap;
	}

	.content-about {
		width: 100%;
	}

	.photo-about {
		margin-top: 20px;

		width: 100%;

		text-align: center;
	}

	.flex-video {
		flex-wrap: wrap;
	}

	.wr-video {
		width: 100%;
	}

	.wr-form {
		width: 100%;

		margin-top: 20px;
	}

	.item-news {
		padding: 5px;
	}

	.ds-news h3 {
		font-size: 14px;
	}

	.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,
	.grid-news {
		display: grid;

		grid-template-columns: repeat(2, 1fr);

		gap: 10px;
	}

	.info-footer .flex-footer {
		display: block;
	}

	.box-footer {
		width: 100% !important;

		margin-top: 20px;
	}
}

@media (max-width: 440px) {
}

@media (max-width: 369px) {
}
