/* Responsive */
@media (max-width: 1001px) {
	#hamburger {
		display: block;
	}
	.menu-head,
	.wrap-menu,
	.wrap-header,
	.arr-linh-vux {
		display: none;
	}
	.wrap-footer {
		padding-top: 60px;
	}
	.wrap-about-us {
		padding: 30px 0;
	}
	.archivement {
		margin-top: 10px;
		position: unset;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		background-color: white;
		border-radius: 10px;
	}
	
	.wrap-footer {
		background: url(../images/TempImages/bgdooter.png) no-repeat center / cover;
	}

	.wrap-about-us .about-us .right .img {
		mask: url(../images/TempImages/img-mask.png) no-repeat center / cover;
		-webkit-mask: unset;
	}
	.wrap-linh-vuc-hoat-dong .top .title-middle {
		width: 250px;
		height: 250px;
		flex-shrink: 0;
		border-radius: 304px;
		margin: 0 auto;
		background: url(../images/TempImages/ico-center.png) no-repeat center / cover;
		color: #fff;
		text-align: center;
		font-family: "Fz Poppins";
		font-size: 23px;
		font-style: normal;
		font-weight: 600;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.wrap-linh-vuc-hoat-dong .bottom {
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wrap-linh-vuc-hoat-dong .bottom .item.item-2 {
		margin-right: 10px;
	}
	.wrap-linh-vuc-hoat-dong .bottom .item {
		top: unset !important;
		left: unset !important;
		right: unset !important;
		bottom: unset !important;
		margin: 5px 0 !important;
		padding: 23px 23px;
		width: 40%;
		background: #fff;
		height: auto;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		box-shadow: 0 0 15px rgba(51, 134, 240, 0.15);
		border-radius: 50%;
		gap: 15px;
	}
	.wrap-linh-vuc-hoat-dong .bottom .item {
		top: unset !important;
		left: unset !important;

		padding: 23px 23px;
		width: 46%;
		background: #fff;
		height: auto;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		box-shadow: 0 0 15px rgba(51, 134, 240, 0.15);
		border-radius: 50%;
		gap: 15px;
	}
	.form-home-right {
		width: 100%;
		background: #004894d6;
		padding: 20px;
		margin-left: 0;
		border-radius: 15px;
	}
	/* Header */
	.header-mobile {
		padding: 15px;

		display: flex;

		background-color: white;
	}

	.header-mobile .home i {
		color: #000;

		font-size: 30px;
	}

	#hamburger:before,
	#hamburger:after,
	#hamburger span {
		background: #000;

		content: "";

		display: block;

		width: 100%;

		height: 2px;

		position: absolute;

		left: 0px;
	}

	.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) {
}
