/* Responsive */
@media (max-width: 1001px) {
	#hamburger, .icon-search {
		display: block;
	}
	.search{
		position: absolute;
        right: 0px;
        top: 40px;
        width: 250px;
        display: none;
        border-radius: 10px;
        overflow: hidden;
	}
	.menu-head, .info-menu, .address, .map,  .top:after, .hotline, .flex-menu-head {
		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(3, 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;
	}
	
}
@media (max-width: 850px) {
	.statistic {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 769px) {
	.info-main{padding: 20px 0px;}
	.ds-list h3{font-size: 16px;}
	.grid-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.title-list span{
		font-size: 15px;
	}
	.title-main h2,  .title-main h1,
	.title-detail h1, .title-main-left h2 {
		font-size: 20px;
	}
	.info-about {
		background: none;
	}

	.photo-about:after {
		content: '';
		position: absolute;
		top: -50px;
		left: -50px;
		background: url(../images/icon-about.png);
		background-size: 100% 100%;
		width: 100px;
		height: 100px;
	}
	.ds-cat h3{font-size:14px;line-height: 1.5;}

	.content-about {
		width: 100%;
	}
	.photo-about {
		width: 100%;
	}

	.wr-info-vs {
		width: 100%;
	}
	.wr-vs {
		width: 100%;
		margin-top: 20px;
	}

	.wr-video {
		width: 100%;
		margin-top: 20px;
	}
	.wr-news {
		width: 100%;
	}
	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}

	.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;
	}

	.grid-pro-detail .right-pro-detail {
		width: 100%;
	}
	.grid-product{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.grid-news {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px; 
	}

	.info-footer .flex-footer {
		display: block;
	}
	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}
}
@media (max-width: 420px) {
	.ds-news-all{width: calc(100% - 150px);}
	.img-news-all{width: 140px;}
	.ds-news-all h3{font-size: 15px;}
}
@media (max-width: 369px) {
}
