/* Responsive */
@media (max-width: 1001px) {
	.swiper-tc {
		margin-top: 0px;
	}
	.slideshow:after {
		display: none;
	}
	.info-tc {
		padding: 30px 0px 50px;
		background: #ffc82a;
	}
	.menu-head,
	.info-menu,
	.address,
	.map,
	.top:after,
	.hotline,
	.flex-menu-head,
	.menu-top,
	.menu-left,
	.show-img-list {
		display: none;
	}
	.slogan {
		max-width: 100%;
		padding: 10px;
	}

	.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: 20px;
	}
	.filter {
		display: block;
	}
	.wr-contact {
		width: 100%;
	}
	.wr-news-all {
		width: 100%;
		margin-top: 20px;
	}
	.footer-company {
		width: 100%;
		margin-top: 20px;
	}

	.title-main h2,
	.title-main h1,
	.title-detail h1,
	.title-main-left h2 {
		font-size: 25px;
	}
	.grid-album {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media (max-width: 850px) {

}
@media (max-width: 769px) {
	.title-main h2,
	.title-main h1,
	.title-detail h1,
	.title-main-left h2 {
		font-size: 20px;
	}
	.product .name-product a,
	.ds-news h3,
	.item-album h3, .ds-news-all h3 {
		font-size: 15px;
	}
	.grid-album {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.content-about {
		width: 100%;
	}
	.photo-about {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	

	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}

	.grid-pro-detail {
		display: block;
	}
	.grid-pro-detail .left-pro-detail {
		width: 100%;
		padding: 0px;
		border-right: none;
	}

	.grid-pro-detail .right-pro-detail {
		width: 100%;
	}
	.grid-news {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.ds-product{
		padding: 10px;
	}

	.info-footer .flex-footer {
		display: block;
	}
	.box-footer,
	.letter,
	.link-footer {
		width: 100% !important;
		margin-top: 20px;
	}
	.copyright, .statistic{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 412px) {

	.grid-product {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.logo img{
		width: 100px;
	}

	.ds-news-all {
		width: calc(100% - 165px);
	}

}
@media (max-width: 369px) {
	
}
