/* Responsive */
@media (max-width: 1200px) {
	.header {
		position: relative !important;
		background: #1067d4;
		height: auto;
		padding: 0px;
	}
	.header .wrap-content {
		width: 100%;
	}
	.hotline,
	.menu {
		display: none;
	}
	#hamburger {
		display: block;
	}
	.flex-header {
		display: block;
	}
	.logo,
	.banner {
		text-align: center;
		width: 100%;
		padding: 5px;
	}
	.logo img {
		width: 100px;
	}
	.head-right {
		width: 100%;
		text-align: center;
	}
	.info-menu {
		margin-top: 16px;
		background: #074ea7;
		padding: 10px;
	}
}
@media (max-width: 1001px) {
	.banner, .title-about h2 {
		font-size: 25px;
	}

	.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;
	}

	.detail-left {
		width: 100%;
	}
	.detail-right {
		display: none;
	}
}
@media (max-width: 850px) {
	.statistic, .copyright {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 769px) {
	.item-news-one .ds-news-one span {
		font-size: 14px;
		padding: 5px 25px;
		max-width: 150px;
	}
	.item-news-one .ds-news-one h3, .title-list span{
		font-size: 15px;
	}

	.title-main h2,
	.title-main h1,
	.title-detail h1,
	.title-main-left h2 {
		font-size: 20px;
	}
	
	.content-about {
		width: 100%;
	}
	.photo-about {
		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, .ds-news-all 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 {
		grid-template-columns: repeat(1, 1fr);
	}
	.info-footer .flex-footer {
		display: block;
	}
	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}
}
@media (max-width: 420px) {
	.ds-news-all{
		width: calc(100% - 160px);
	}
}
@media (max-width: 369px) {
}
