<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ls-v6 .ls-circle-timer {
	display: none !important;
}
.home .site-header{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	z-index:31;
}
.home .ls-fullscreen-wrapper{
	margin-top: 99px;
}
.home .site-branding{
	background-color: white;
}
.home .main-menu{
	background-color: rgba(0, 0, 0, 0.3);
}


/*----------------  HOME UPGEADE  ----------------*/
.upgeade-item{
	font-size:22px
}
/*----------------  HOME NEWS ----------------*/
.home-news-swiper .swiper-slide{
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-news-item{
	position: relative;
	width: 100%;
	min-height: 750px;
	font-size:23px;
	background-color: rgba(0,0,0,0);
	transition: .3s;
}
.home-news-desc{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px;
	line-height:1.3em;
	background: linear-gradient(to top, rgba(0,0,0,1) 65%,rgba(0,0,0,0) 100%) !important;
}
.home-news-date{
	font-size:17px;
	margin-bottom:5px;
	color: white;
}
.home-news-title{
	color: #5fae45;
	line-height:1.1em;
	font-size:22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-news-excerpt{
	margin-bottom:0;
	color: white;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
}

.home-news-item:hover{
	background-color: rgba(0,0,0,0.5);
}
/* @media(max-width:576px){
	.logo-footer{
		display: block;
		text-align: center;
	}
	.contact-footer, .social-footer{
		display: block;
	}
} */

/* @media(max-width:768px){ */
	.menu-footer ul{
		display: inline-block;
	}
	.menu-footer li{
		float: left;
	}
/* } */
.d_none_max_1760{
	display: none !important;
}
@media(max-width:1760px){
	.d_none_max_1760{
		display: inline-block !important;
	}
}
.d_block_min_1760{
	display: none !important;
}
@media(min-width:1761px){
	.d_block_min_1760{
		display: inline-block !important;
	}
}

@media(max-width:1249px){
	.menu-footer ul{
		/* width:250px; */
		width: 140px;
		padding: 12px 0;
	}
	.menu-footer ul li{
		display:block;
		float: none;
	}
	.menu-footer ul li:after{
		display:none;
	}
	.footer-width1,
	.footer-width2,
	.footer-width3,
	.footer-width4{
		vertical-align: top;
	}
	.bg-footer{
		
	}
}</pre></body></html>