/* 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-black); }
	.navigation nav ul li ul { position: unset; box-shadow: none; opacity: 1; visibility: unset; }
	.navigation-name, .navigation-top { display: none; }
	.navigation-right { width: fit-content; }
	.navigation-logo { margin: 0; }
	.navigation:before { content: none; }
	.navigation>.navigation__inner { align-items: center; }
	.navigation-bottom { margin-top: 0; }
	.selection_grid { grid-template-columns: repeat(3, 1fr); }
	.tourList-item:hover .tourList-info { top: 80%; width: 80%; height: 84%; left: 10%; }
	.galleryHome__main { line-height: 0; -webkit-column-count: 2; -webkit-column-gap: 10px; -moz-column-count: 1; -moz-column-gap: 10px; column-count: 2; gap: 20px; display: block; }
	.galleryH-item { margin-bottom: 20px; }
	.galleryH-item:nth-child(4) { display: none; }
	.grid-product { --col: 3; }
}
@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; }
	.productSlide-main { position: relative; top: 0; margin-top: 2rem; right: 0; }
	.productSlide-item { background: rgba(0, 0, 0, 0.30); }
	.newsletter__main, .newsHome__main { flex-direction: column; gap: 40px; }
	.about__main { flex-direction: column-reverse; gap: 40px; }
	.about-left, .about-right, .newsletter-box, .newsletter-right, .newsHome-left, .newsHome-right { width: 100%; }
	.grid-news { --col: 1; }
	
		/* 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; }
	.tourList-item:hover .tourList-info { height: 60%; }
	.grid-product { --col: 3; }
}
@media (max-width:576px) {
	
		/* General */
	.rps-md--visible { display: block; }
	.rps-md--hidden { display: none; }
	.rps-md--w-100 { width: 100%; }
	.choose__item { min-width: 100px; font-size: 13px; }
	.newsletter-box { padding: 30px; }
	.news-item { padding: 5px; gap: 10px; align-items: center; }
	.news-desc { margin-bottom: 0; --line-clamp: 2; }
	.newsHome-right .swiper { height: 400px; }
	.newsletter__flex { flex-direction: column; gap: 0; }
	.tourList-item { height: 300px; width: calc(50% - 10px) !important; }
	.tourList__main { flex-wrap: wrap; gap: 20px; justify-content: space-between; }
	.tourList-item:hover .tourList-info { transform: rotate(180deg); }
	.tourList-item:hover .tourList-btn { display: none; }
	.grid-product { --col: 2; }
	.tourList-info { transform: rotate(0); writing-mode: unset; bottom: 0; height: auto; padding: 10px; left: 0; }
	.tourList-info>div { flex: 1; }
	.tourList-info h3 { font-size: 15px; -webkit-line-clamp: 2; }
	.tourList-item:hover .tourList-info { transform: none; height: fit-content; bottom: 0; padding: 10px; top: auto; width: 100%; left: 0; }
}
@media (max-width:440px) { }
@media (max-width:369px) { }