/* Responsive */
@media (max-width: 1025px) {
	#hamburger {
		display: block;
	}
	.menu-head {
		display: none;
	}
	.cart-head {
		padding: 5px;
		font-size: 12px;
	}
	.header {
		padding: 0;
		height: 1px;
		overflow: hidden;
	}
	.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;}
	.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: 3px;
		background: #000;
		margin: 4px 0px;
		left: 0;
	}
	.wrap-menu{width: calc(100% - 60px);}
	.menu ul {
		display: none !important;
	}
	.content-main table {width:100%;}
	.right-navigation__main-bottom{
		display:none;
	}
	.hotline-navigation{
		display:none;
	}
	.btn-mobile{
		display:block;width:120px;
	}
	.search{display:none;}
	.text-bell-navigation{display:none;}
	.cart-head.cart-navigation{display:flex;}
	.search-menu{display:block;}
	.info-text-cart{display:none;}
	.right-navigation__main{width:120px;}
	.right-navigation__main-top{gap:10px;}
	.logo {zoom:.8;}
}
@media (max-width: 850px) {
	.news-left{width: 100%;}
	.news-right{width: 100%;margin-top: 30px;padding: 10px;}
}
@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: 8px;
	}

	.info-footer .flex-footer{flex-wrap: wrap;}
	.flex-productone,.flex-productsale{padding:30px 15px;}
	.box-newslist{
		width:100%;margin-bottom:25px;
	}
	.flex-top-footer{
		gap:30px;
	}
	.box-footer:nth-child(1) {
		width: 18%;
	}
	.box-footer:nth-child(2) {
		width: 25%;
	}
	.box-footer:nth-child(3) {
		width: 20%;
	}
	.box-footer:nth-child(4) {
		width: 45%;
	}
	.box-footer:nth-child(5) {
		width: 35%;
	}
}
@media(max-width:568px){
	.brand-product,.view-buy-product{font-size:13px;}
	.flex-top-footer{
		grid-template-columns:repeat(2,1fr);gap:15px;
	}
	.box-footer:nth-child(1) {
		width: 30%;
	}
	.box-footer:nth-child(2) {
		width: 30%;
	}
	.box-footer:nth-child(3) {
		width: 30%;
	}
	.box-footer:nth-child(4) {
		width: 48%;
	}
	.box-footer:nth-child(5) {
		width: 48%;
	}
	.logo{
		width:calc(100% - 300px);
		text-align: center;
		max-width: 205px;
	}
	.navigation__main{gap:20px;flex-wrap: nowrap;}
	.padding-top-bottom{
		padding:30px 0;
	}
}
@media (max-width: 440px) {
	.right-navigation__main-top{
		zoom:.8;
	}
	.right-navigation__main{
		width:100px;
	}
	.btn-mobile{
		width:80px;
	}
	.box-footer:nth-child(1) {
		width: 100%;
	}
	.box-footer:nth-child(2) {
		width: 100%;
	}
	.box-footer:nth-child(3) {
		width: 100%;
	}
	.box-footer:nth-child(4) {
		width: 100%;
	}
	.box-footer:nth-child(5) {
		width: 100%;
	}
	.title-productList__text{
		font-size:4.5vw;
	}
	.title-newslist__text{
		font-size:16px;
	}
	.item-news .ds-news{
		padding:10px;
	}
	.ds-name-news-link{
		font-size:13px;
	}
	.title-menu-list{
		font-size:15px;
	}
	.flex-top-footer{
		grid-template-columns:repeat(1,1fr);
	}
	.flex-productone, .flex-productsale{
		padding:30px 0;
	}
	.title-productsale__text,.title-productone__text{padding-left:10px;font-size:4vw;}
	.product .name-product a{font-size:14px;}
	.header-title h1{
		font-size: 7vw;
	}
	.header-title{
		margin-bottom:10px;
	}
	.faq-header{
		padding-left: 10px;
	}
	.faq-panel{
		padding:0 5px 0 5px;
	}
	.faq-question{
		font-size:16px;
	}
	
}
@media (max-width: 369px) {

}