/* Responsive */
@media (max-width:1024px) {
	/* General */
	.rps-xl--visible { display: block; }
	.rps-xl--hidden { display: none; }
	.rps-xl--w-100 { width: 100%; }
	#hamburger { display: block; margin-bottom: 0;  } 
	#hamburger:before, #hamburger:after, #hamburger span {background: var(--clr-white);}
	.navigation nav ul li ul {position: unset;box-shadow: none;opacity: 1;visibility: unset;} 

	.header-search,
	.header-hotline {display: none;}
	.header-bottom .wrap-content {justify-content: center !important;}
	/* TODO: Search Toggle */
	.search__toggle { --height: 40px; position: relative; }
	.search__toggle .search__icon {display: grid;place-items: center;width: 40px;height: var(--height);font-size: 17px;color: var(--clr-white);cursor: pointer;}
	.search__toggle .search__icon.active { color: var(--clr-active); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: var(--clr-white); }
	.search__toggle .search__grid {opacity: 1;width: 230px;overflow: hidden;position: absolute;top: 50px;right: 0px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;height: var(--height);border: 1px solid var(--clr-active);-webkit-border-radius: 999px;-moz-border-radius: 999px;border-radius: 999px;background: var(--clr-white);padding: 0rem 0.25rem;}
	.search__toggle .search__grid .search__button { display: grid; place-items: center; width: 35px; font-size: 17px; color: var(--clr-active); background: none; }
	.search__toggle .search__grid .search__input {-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;color: var(--clr-active);text-indent: 10px;width: 100%;}
	.search__toggle .search__grid input:focus {box-shadow: none;}
	.search__toggle .search__grid input::-webkit-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
	.search__toggle .search__grid input:-moz-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
	.search__toggle .search__grid input::-moz-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
	.search__toggle .search__grid input:-ms-input-placeholder { /* autoprefixer: off */ color: var(--clr-silver); }
	 

}
@media (max-width:850px) {
	/* General */
	.rps-lg--visible { display: block; }
	.rps-lg--hidden { display: none; }
	.rps-lg--w-100 { width: 100%; }
	.news-left { width: 100%; }
	.news-right { width: 100%; margin-top: 30px; padding: 10px; }

	.intro__main {flex-direction: column-reverse; gap: 30px;}
	.intro-left,
	.intro-right {width: 100%;}
	.intro-profile {right: 0;}
	.NewsletterVideo__main {flex-direction: column; gap: 30px;}
	.nlt-right,
	.nlt-left {width: 100%; max-width: 100%;}
	.i-goto, .footer-powered .wrap-content:before {content: none; display: none;}
	.grid-product2 {grid-template-columns: repeat(3,1fr);}
	.grid-news {grid-template-columns: repeat(2,1fr);}
	.progress-wrap {bottom: 80px;}



	/* 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 .wrap-content {flex-direction: column; gap: 20px; justify-content: center; align-items: center ; text-align: center;}

	.left-product {display: none;}
	.right-product  {width: 100% !important;}
	
	.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 */
	.wrap-criteria {padding: 30px 0;}
	.rps-md--visible { display: block; }
	.rps-md--hidden { display: none; }
	.rps-md--w-100 { width: 100%; }
	.header-address {display: none;}
	.header-top .wrap-content {justify-content: center !important;}
	.productList-title-right {display: none;}
	.title__main:after,
	.title__main:before {zoom: .65;}
	.nlt-left {padding: 20px ;}
	.grid-news {grid-template-columns: repeat(1,1fr);}
	.grid-product {grid-template-columns: repeat(2,1fr);}
	.albumHome__main {display: grid;grid-template-columns: repeat(2,1fr);grid-template-rows: repeat(3,auto);gap: 20px; }
	.newsletter__flex {flex-direction: column; gap: 0 ;}

.albumHome__main .album__item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
}

.albumHome__main .album__item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
}

.albumHome__main .album__item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/3;
}

.albumHome__main .album__item:nth-child(4) {
    grid-row: 3/4;
    grid-column: 1/2;
}

.albumHome__main .album__item:nth-child(5) {
    grid-row: 3/4;
    grid-column: 2/3;
}

.flex_map .map_items { 
    min-width: 120px;
    min-height: 50px; }

		.grid-product2 {grid-template-columns: repeat(2,1fr);}

}
@media (max-width:440px) { }
@media (max-width:369px) { }