/* Responsive */
@media (max-width: 1025px) {
	.right{display: none;}
	#hamburger {
		display: block;
	}
	.info_right{display: none;}
	.info_left{width:auto;flex: 1;justify-content: start;margin-right: 20px;}
	.menu-head {
		display: none;
	}
	.navigation{padding: 5px 0;}
	.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);
	}
	.danhmucct{display: none;}
	.flex-product-main .right-product {
		width: 100%;
	}

	.grid-product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.filter{display: block;}
	.menu-mobile-btn {
		display: flex;
		width: 35px;
		height: 35px;
		position: relative;
		flex-wrap: wrap;
		cursor: pointer;
		left: 0px;
	}
	.menu-mobile-btn span {
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 4px 0px;
		left: 0;
	}
	.wrap-menu{width: auto;}
	.menu ul {
		display: none !important;
	}
}
@media (max-width: 850px) {
	p.copyright{width: 100%;margin-bottom: 5px}
	.news-left{width: 100%;}
	.news-right{width: 100%;margin-top: 30px;padding: 10px;}
}
@media (max-width: 769px) {
	.map-footer{
		height: 400px;
	}
	.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;margin-bottom: 5px;}
	.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;}
	.info_left{width: 100%;margin: 0;margin-bottom: 10px;flex: unset;justify-content: center;}
	.search{width: 100%;max-width: 400px;margin: 0 auto;}
	.title-main span, .title-main h2{font-size: 25px;}
	.product .name-product a{font-size: 15px;}
	.title-pro{margin-bottom: 10px;height: 50px;line-height: 50px;font-size: 20px;}
	.title-pro:after { 
	    border-bottom: solid 50px #0B3179; 
	}
	.title-cat-main span{
		padding:2px 20px;
		font-size: 15px;
	}
	.list-c2{
		flex: unset;
		margin-bottom: 10px;
		width: 100%;
	}
	.title-news h2{font-size: 25px;}
	.ds-news h3 a{font-size: 16px;}
	.info-footer{padding: 30px 0;}
	.flex-powered{text-align: center;}
	.statistic{width: 100%;margin-top: 6px;}
}
@media (max-width: 480px) {
	.title-cat-main span:before{
		top:6px;
		bottom: 6px;
	}
	.title-detail h1{font-size: 20px;}
	a.logo-header {
		 
	}
	a.banner-header{margin-left: 10px;flex:1}
	.item-news .img{margin-bottom: 10px;}
	.search input{height: 35px;}
	.search p{height: 35px;line-height: 35px;}
	.title-main span, .title-main h2{font-size: 22px;}
	.product .name-product a{font-size: 14px;}
	.xemthem-pro a{font-size: 14px;}
	.title-pro{font-size: 16px;}
	.title-news h2{font-size: 22px;}
	.ds-news h3 a{line-height: 22px;font-size: 14px;max-height: 44px;}
	.tt_part span{font-size: 20px;}
	.title-cat-main span{font-size: 14px;}
}
@media (max-width: 369px) {

}