@media screen and (min-width: 2400px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
	.new-swiper .swiper-pagination-progressbar-fill {
		display: none !important;
	}
	
	.new-swiper .ll-thumb {
		position: absolute;
		top: 0;
		z-index: 1;
		height: 4px;
		background: #cfbe7b;
		transition: left .35s ease, width .35s ease;
	}
}