/* Responsive */
@media (max-width:1024px) {
	/* General */ 
	/* .navigation nav#menu { display: none; }
	.navigation nav ul li ul {position: unset;box-shadow: none;opacity: 1;visibility: unset;} 
	#hamburger { display: block; margin-bottom: 0; width: 35px; height: 23px; position: relative; cursor: pointer; }
	#hamburger:before, #hamburger:after, #hamburger span {background: var(--clr-black);} 
	#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
	#hamburger:before { top: 0px; }
	#hamburger span { top: 10px; }
	#hamburger:after { top: 20px; }
	#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform; }
	 */


}
@media (max-width:850px) {
	/* General */ 
	.grid-album { --col:3; }
	.news-left { width: 100%; }
	.news-right { width: 100%; margin-top: 30px; padding: 10px; }
	/* .navigation-logo{
		margin: 0;
	}
	.navigation-logo-mobi{display: block;}
	.navigation-logo-mobi img{max-height: 80px;width: auto;}
	.navigation-logo-inner::after{display: none;}
	.navigation-logo img{max-height: 90px;width: auto;} */
	.news-time{display: none;}
	.news-name a{font-size: 15px;line-height: 22px;height: calc(22px*2);}
	.news-desc{
		-webkit-line-clamp: 2;
	}
	.grid-news{--col: 1;}
	.grid-news2, .w-pageListProduct .grid-product, .grid-product{--col: 2;}
	.newsHome-name{margin-top: 16px;padding-top: 5px;}
	.newsHome-number{font-size: 40px;top: 10px;}
	.breadCrumbs{padding-left: 0;}
	.grid-pro-detail .right-pro-detail{width: 100%;margin-top: 20px;}
	.title-detail h1{font-size: 21px;}
	
	/* Footer */
	.footer-article__inner>[class^="footer-article--"] { width: 100%; }
	.footer-article__inner>[class^="footer-article--"]:not(:last-child) { margin-bottom: 1.5rem; }
	
}
@media (max-width:769px) {
	.gutter-x-20 { --bs-gutter-x: 10px; } 
	.grid-pro-detail { display: block; }
	.grid-pro-detail .left-pro-detail { width: 100%; padding: 0px; border-right: none; }
	
	.footer-powered:has(.footer-statistic) .footer-copyright, .footer-powered:has(.footer-statistic) .footer-statistic { text-align: center; }
	.footer-powered:has(.footer-statistic) .footer-copyright { margin-bottom: 0.25rem; } 
	.feedback__info:before {content: none;}
}
@media (max-width:576px) {
	/* General */
	.grid-album { --col:2; }
 }
@media (max-width:440px) { .grid-product{--col: 2;--gap-x: 5px;}}
@media (max-width:369px) { }