a {
	text-decoration: none !important;
}

.paging {
	max-width: 1430px;
	width: 100%;
	/* height: 50px; */
	float: left;
	margin: 30px 0;
}

ul.paging_link {
	border-top: 0;
	/*width: 711px;*/
	width: 450px;
	margin: auto;
	display: flex;
    gap: 5px;
    justify-content: center;
}

ul.paging_link li {
	width: 40px;
	padding: 10px;
	font-size: 14px;
	color: #989898;
	background-color: #f4f4f4;
	border: solid 1px #000;
	text-align: center;
	filter: drop-shadow(1px 1px 0px #000);
}

li.cur {
	background: #000!important;
	color: #fff !important;
}

ul.paging_link li a {
	text-decoration: none;
	color: #000;
}
.paging1{
	text-align: center;
}


#loader-bg {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#loader-bg img {
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
