.header {
	background-color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
}

.header .navbar-collapse {
	padding: 0;
}


.header .topbar {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header .topbar {
	padding: 15px 0;
}

.header .top-link {
	float: left;
}

.header .top-link li {
	display: inline-block;
	margin-right: 15px;
}

.header .top-link li:last-child {
	margin-right: 0px;
}

.header .top-link li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 400;
}

.header .top-link li:hover a {
	color: #528A2C;
}

.header .top-contact {
	float: right;
}

.header .top-contact li {
	display: inline-block;
	margin-right: 25px;
	color: #2C2D3F;
}

.header .top-contact li:last-child {
	margin-right: 0;
}

.header .top-contact li a {
	font-size: 14px;
}

.header .top-contact li a:hover {
	color: #528A2C;
}

.header .top-contact li i {
	color: #528A2C;
	margin-right: 8px;
}

.header .header-inner {
	background: #fff;
	z-index: 999;
	width: 80%;

}



.header .logo {
	float: left;
	margin-top: 10px;
}

.header .logo img {
	max-height: 70px;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}

.header .nav li {
	margin-left: 25px;
	float: left;
	position: relative;
}

.header .nav>li>a {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	position: relative;
	line-height: 50px;
	margin: 36px 0
}

.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #528A2C;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.header .nav li.active a {
	color: #528A2C;
}

.header .nav li:hover a:before {
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.header .nav li:hover a {
	color: #528A2C;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}


.header.style2 .header-inner {
	border-top: 1px solid #eee;
}

.header.style2 .logo {
	margin-top: 6px;
}

.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}

.header .widget-main {
	float: right;
}

.header.style2 .get-quote {
	margin-top: 0;
}

.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}

.header .single-widget:last-child {
	margin: 0;
}

.header .single-widget .logo {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #528A2C;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}

.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.header .single-widget.btn {
	margin-left: 0;
}


.header .nav.lang>li>a {
	background-color: #2A344A;
	color: #fff;
	padding: 0 15px;
	cursor: pointer;
}

.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: -21px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 70px;
	border-left: 3px solid #528A2C;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
	border: none;
}

.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: #528A2C;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}


.header.style2 .main-menu {
	display: inline-block;
	float: left;
}

.header .right-bar {
	float: right;
}

.header .right-bar {
	padding-top: 20px;
}

.header .right-bar {
	display: inline-block;
}

.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #528A2C;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}

.header .right-bar li a:hover {
	color: #fff;
	background: #27AE60;
}

.header .search-top.active .search i:before {
	content: "\eee1";
	font-size: 15px;
}


.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform: scale(0);
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}

.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #528A2C;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}

.header .search-form button:hover {
	background: #fff;
	color: #528A2C;
	border-color: #e6e6e6;
}


.header.sticky .header-inner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
}


@media (max-width: 767px) {
	.header .header-inner {
		background: #fff;
		z-index: 999;
		width: 100%;
		margin: 0 15px;
	}
}

@media (min-width: 768px) {}

.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider .single-slider .text {
	margin-top: 210px;
}

.slider.index2 .single-slider .text {
	margin-top: 150px;
}

.slider .single-slider h1 {
	color: #2C2D3F;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}

.slider .single-slider h1 span {
	color: #528A2C;
}

.slider .single-slider p {
	color: #2C2D3F;
	margin-top: 27px;
	font-weight: 400;
}

.slider .single-slider .button {
	margin-top: 30px;
}

.slider .single-slider .btn {
	color: #fff;
	background: #528A2C;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.slider .single-slider .btn:last-child {
	margin: 0;
}

.slider .single-slider .btn.primary {
	background: #2C2D3F;
	color: #fff;
}

.slider .single-slider .btn.primary:before {
	background: #528A2C;
}

.slider .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #528A2C;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
	background: #2C2D3F;
	color: #fff;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}


.owl-item.active .single-slider h1 {
	animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
	animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
	animation: fadeInDown 1s both 1.5s;
}


.schedule {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 230px;
}

.schedule .schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index: 9;
}

.schedule .single-schedule {
	position: relative;
	text-align: left;
	z-index: 3;
	border-radius: 5px;
	background: #528A2C;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule .inner {
	overflow: hidden;
	position: relative;
	padding: 30px;
	z-index: 2;
}

.schedule .single-schedule:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #528A2C;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule:hover:before {
	opacity: 0.8;
}

.schedule .single-schedule:hover {
	transform: translateY(-5px);
}

.schedule .single-schedule .icon i {
	position: absolute;
	font-size: 110px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: -1;
	visibility: visible;
	opacity: 0.2;
	right: -25px;
	bottom: -30px;
}

.schedule .single-schedule span {
	display: block;
	color: #fff;
}

.schedule .single-schedule h4 {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	margin-top: 13px;
}

.schedule .single-schedule p {
	color: #fff;
	margin-top: 22px;
}

.schedule .single-schedule a {
	color: #fff;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.schedule .single-schedule a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.schedule .single-schedule a:hover:before {
	width: 100%;
	width: 100%;
}

.schedule .single-schedule a i {
	margin-left: 10px;
}

.schedule .single-schedule .time-sidual {}

.schedule .single-schedule .time-sidual {
	overflow: hidden;
	margin-top: 17px;
}

.schedule .single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 3px;
}

.schedule .single-schedule .time-sidual li:last-child {
	margin: 0;
}

.schedule .single-schedule .time-sidual li span {
	display: inline-block;
	float: right;
}

.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}




.Feautes {
	padding-top: 0;
}

.Feautes.index2 {
	padding-top: 100px;
}

.Feautes.testimonial-page {
	padding-top: 100px;
}

.Feautes .single-features {
	text-align: center;
	position: relative;
	padding: 10px 20px;
}

.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #528A2C;
}

.Feautes .single-features.last::before {
	display: none;
}

.Feautes .single-features .signle-icon {
	position: relative;
}

.Feautes .single-features .signle-icon i {
	font-size: 50px;
	color: #528A2C;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Feautes .single-features:hover .signle-icon i {
	background: #528A2C;
	color: #fff;
	border-color: transparent;
}

.Feautes .single-features h3 {
	padding-top: 128px;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 21px;
}

.Feautes .single-features p {
	margin-top: 20px;
}




.fun-facts {
	position: relative;
}

.fun-facts.section {
	padding: 120px 0;
}

.fun-facts {
	background: url('../images/fun-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.fun-facts .single-fun {}

.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}

.fun-facts .single-fun:hover i {
	color: #528A2C;
	background: #fff;
	border-color: transparent;
}

.fun-facts .single-fun .content {
	padding-left: 80px;
}

.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}

.fun-facts .single-fun p {
	color: #fff;
	font-size: 15px;
}




.section-title {
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}

.section-title h2 {
	text-align: left;
	color: #528a2c;
	font-size: 36px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.section-title h2::before {
	content: '';
	position: absolute;
	left: 0;
	height: 50px;
	width: 9px;
	background-color: #528a2c;
}

.section-title h2 span {
	font-size: 12px;
	color: #999;
}

.section-subtitle {
	padding: 0;
	text-align: left;
	margin-bottom: 30px;
	font-size: 12px;
	color: #9b9b9b;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-left: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #9b9b9b;
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.section-title h2 {
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.section-title h2::before {
		content: '';
		position: absolute;
		left: 0;
		height: 47px;
		width: 3px;
		background-color: #528a2c;
	}

	.section-subtitle {
		margin-bottom: 10px;
		font-size: 12px;
		padding-left: 20px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {}


.why-choose .choose-left h3 {
	font-size: 40px;
	color: #191919;
}

.why-choose .choose-left h4 {
	font-size: 33px;
	color: #528a2c;

}

.why-choose .choose-left .content {
	margin: 35px 0;
}

.why-choose .choose-left .content p {
	font-size: 24px;
	color: #000;
	line-height: 1.5;
}

.why-choose .choose-left .more {
	font-size: 24px;
	color: #191919;
	padding: 10px 15px;
	border: 1px solid #999;
}

.why-choose .single-choose {
	text-align: center;
	margin-top: 40px;
}

.why-choose .single-choose .icon {
	margin-bottom: 24px;
}

.why-choose .single-choose .content {}

.why-choose .single-choose .title {
	font-size: 22px;
	color: #191919;
	margin-bottom: 10px;
}

.why-choose .single-choose .title b {
	font-size: 48px;
	color: #191919;
}

.why-choose .single-choose .subtitle {
	font-size: 24px;
	color: #191919;
}



.why-choose {
	background: #fff;
	padding: 60px 0;
}

.why-choose .choose-right {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (max-width: 767px) {
	.why-choose {
		padding: 20px 0;
	}

	.why-choose .choose-left .content {
		margin: 15px 0;
	}
}

@media (min-width: 768px) {}

.call-action {
	background: #528a2c;
	padding: 100px 0;
}

.call-action .box {
	background: url('../images/s_bg.png') no-repeat center center /100%;
}

.call-action .content h2 {
	text-align: center;
	font-size: 66px;
	color: #fff;
	line-height: 1;
}

.call-action .subcontent {
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: 0.3;
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.call-action {
		padding: 20px 0;
	}

	.call-action .subcontent {
		width: 90%;
		font-size: 12px;
	}

	.call-action .content h2 {
		font-size: 24px;
	}
}

@media (min-width: 768px) {}

.factory {
	padding: 60px 0;
}

.factory-top {
	margin-bottom: 40px;
	border-bottom: 1px solid #9b9b9b;
}

.factory-top1 {
	font-size: 77px;
	color: #191919;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 14px;
}

.factory-top .section-subtitle {
	border-bottom: unset;
	margin-bottom: 0;
}

.case {
	padding: 60px 0;
}

#case-sw {}

.case-item {
	display: block;
	padding: 35px;
	background: url(../images/c_b2.png) no-repeat center center / contain;
}

.case-img {
	width: 75%;
	margin: 0 auto;
	border: 1px dashed #679C40;
	border-radius: 30px;
	overflow: hidden;
}

.case-title {
	background-color: #679C40;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 20px auto 30px auto;
	width: 70%;
}

.case-item:hover {
	display: block;
	padding: 35px;
	background: url(../images/c_b1.png) no-repeat center center / contain;
}

.case-item:hover .case-title {
	background-color: #fff;
	font-size: 24px;
	color: #528A2C;
}

@media (max-width: 767px) {
	.case-item ,
	.case-item:hover{
		display: block;
		padding: 0;
		background: unset;
	}
}
@media (min-width: 768px) {}


.column {
	padding: 60px 0;
	background-color: #528A2C;
}

.column .section-title {
	color: #fff;

}

.column .section-title h2 {
	color: #fff;
}

.column .section-title h2::before {
	background-color: #fff;
}

.column .section-title h2 span {
	color: #fff;
}

.column .section-subtitle,
.column .section-subtitle p {
	color: #fff;
	border-bottom-color: #fff;
}

.column-item {
	display: block;
}

.column .column-item div {
	display: block;
	margin-bottom: 25px;
}

.column .column-item p {
	width: 70%;
	border: 1px solid #fff;
	font-size: 24px;
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	margin: 0 auto;
}

.product {
	padding-top: 0;
}

.product-item {
	display: block;
}

.product.call-action {
	padding-top: 100px;
}

.product.call-action .box {
	background: url('../images/s_bg2.png') no-repeat center center /100%;
}

.product.call-action {
	background-color: #fff;
}

.product.call-action .content h2,
.product.call-action .subcontent {
	color: #191919;
}

@media (max-width: 767px) {
	.product.call-action {
		padding: 20px 0;
	}
}

@media (min-width: 768px) {}

footer {
	background-color: #333;
}

.footer-box1 {
	padding: 35px 0;
}

.foot-nav {}

.foot-nav-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.foot-nav-list {}

.foot-nav-item {
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
}

.foot_text,
.foot_text p {
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
}

.foot-qr {
	display: flex;
	justify-content: space-between;
}

.foot-qr-item {
	width: 46%;
	text-align: center;
}

.foot-qr-item img {
	width: 100%;
}

.foot-qr-item p {
	font-size: 12px;
	color: #ccc;
	line-height: 1.5;
	margin-top: 10px;
}

.footer-box2 {
	padding: 30px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.footer-box2 p {
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
}

.footer-box3 {
	padding: 30px 0;
}

.footer-box3 p {
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
}

/***
	pages
***/
.clearfix {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.page_position {}

.page_position .breadcrumb {
	background-color: #fff;
	margin-bottom: 0;
}

.page_position .breadcrumb li {
	margin-right: 10px;
}

.pages {
	padding: 60px 0;
}

.about.pages {}

.about.pages .clearfix {}

.productlist {}

.productlist .card {
	margin-bottom: 20px;
}

.productlist .card-img {}

.productlist .card-img-top {}

.productlist .card-body {
	padding: 10px 15px;
}

.productlist .card-title {
	font-size: 16px;
	margin-bottom: 0;
}

.product-info {}

.product-title {
	font-size: 24px;
	color: #000;
}

.product-date {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}

.product-visit {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}

.product-tab {
	font-size: 16px;
	color: #333;
	margin-top: 2rem;
}

.product-tab span {
	padding-bottom: 1rem;
	border-bottom: 2px solid #333;
	display: inline-block;
}

.product-tab-content {
	margin-bottom: 24px;
	padding: 20px 0;
}


.newslist {}

.newslist.pages {}

.newslist.pages ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}

.newslist.pages ul li h4 {}

.newslist.pages ul li .info {
	font-size: 16px;
	color: #888;
}

.newslist.pages ul li .des {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.news.pages {}

.news.pages .news-title {
	font-size: 32px;
	color: #333;
	font-weight: normal;
}

.news.pages .news-date {
	font-size: 16px;
	color: #333;
}

.news.pages .news-visit {}

.news.pages .news-content {}


.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0
}

.page-link,
.page-num {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 24px;
	color: #528A2C;
	background-color: #fafafa;
	margin: 3px;
}

.page-link:hover,
.page-num:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #528A2C;
	border-color: #528A2C
}

.page-link:focus,
.page-num:focus {
	z-index: 2;
	outline: 0;
}

.page-link:not(:disabled):not(.disabled),
.page-num:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.page-item.active .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: #528A2C;
	border-color: #528A2C
}

.page-item.disabled .page-link {
	color: #ffffff;
	pointer-events: none;
	cursor: auto;
	background-color: #528A2C;
	border-color: #528A2C
}

.page-num-current,
.page-num-current:visited {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #528A2C;
	border-color: #528A2C
}

.page-num {
	padding: 10px 15px;
}

.page-link.nohref:hover {
	cursor: unset;
	background-color: #fafafa;
}

@media (max-width:767px) {
	.page-num {
		display: none;
	}
}