/* Responsive */
@media (max-width:1200px) {
	#hamburger { display: block; }
	.menu-head { display: none; }
	.menu,.title-footer::before { display: none; }
	.cart-head { padding: 5px; font-size: 12px; }	
	.flex-product-main { display: block; }
	.flex-product-main .left-product { position: fixed; z-index: 999; top: 0px; left: 0px; transform: translateX(-270px); bottom: 0px; overflow-x: hidden; background: #fff; box-shadow: 0px 0px 5px #000; transition: all 0.5s; padding: 15px;}
	.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; }
	.swiper-button-prev { left: 10px !important;}
	.swiper-button-next { right: 10px !important;}
}
@media (max-width: 991px) {
	.title_list { padding-left: 10px; font-size: 25px; margin-bottom: 15px}
	.item_list a > span{ left: 15px;width:calc(100% - 30px);font-size:16px; }
	.item_list a p{ left:15px; width: 100px;font-size: 12px}
	.box_partner{ flex-wrap: wrap; }
	.title_partner{ width:100%;text-align:center; margin-bottom: 25px}
	.list_partner,.policy_left,.policy_right{ width: 100% }
	.policy_left{ margin-bottom:20px; }
	.info-footer .flex-footer { display: block; }
	.box-footer { width: 100% !important; margin-top: 20px; }

}
@media (max-width:850px) {
	.news-left { width: 100%; }
	.news-right { width: 100%; margin-top: 30px; padding: 10px; }
	.news_left{ width:100% ; margin-bottom: 20px}
	.news_right{ width:100% }
	.contactslider{ line-height:40px;width: 120px;left:calc(50% - 60px); font-size: 18px;}
}
@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; }
	
	
}
@media (max-width: 675px) {
	.title_list { font-size: 20px; }
	.item_list:nth-child(2n) { margin-left: 0 }
	.item_list:nth-child(2n + 1) { margin-right: 0 }
	.img_construct{ width:100%;margin-bottom: 15px}
	.info_construct{ width:100% }
	.construct .swiper-pagination{ width: 100% !important; left:0 !important;text-align:center;bottom: 0; }
	.construct .swiper{ padding-bottom: 25px }
	.info_construct h3 a{ font-size:20px; }
	.item_list a p,.contactslider{ display:none }
}
@media (max-width:440px) { }
@media (max-width:369px) { }