<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover{text-decoration: underline;}
.header{
	background: url(./img/uploads/bg-header.png) center bottom no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
.header .top-bar {}
.header .top-bar .logo{}
.header .top-bar .slogan{}
.header .top-bar .lang{}
.header .top-bar .lang a{
	margin: 0px 0px 0px 20px;
    color: #CC3333;
}
.header .top-bar .lang a:hover{
	
}
.header .navbar{}
.header .navbar .main-menu{}
.header .navbar .main-menu &gt; li{}
.header .navbar .main-menu &gt; li.menu-child{
	position: relative;
}
.header .navbar .main-menu &gt; li &gt; a{
	display: block;
	padding: 5px 32px;
	margin: 0px 5px 0px 5px;
	color: #555;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.header .navbar .main-menu &gt; li:hover &gt; a{
	border-radius: 5px;
	background: #009999;
	color: #FFFFFF;
	text-decoration: none;
}
.header .navbar .main-menu &gt; li.menu-child .drop-menu{
	display: none;
	position: absolute;
	z-index: 999;
	border-radius: 5px;
	padding: 5px 0px 10px 0px;
	background: #55c2c2;
	min-width: 200px
}
.header .navbar .main-menu &gt; li.menu-child:hover .drop-menu{
	display: block;
}
.header .navbar .main-menu &gt; li.menu-child .drop-menu &gt; li{padding: 0px 10px 0px 10px;}
.header .navbar .main-menu &gt; li.menu-child .drop-menu &gt; li a{
	display: block;
	color: #fff;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dotted #666;
}
.header .navbar .main-menu &gt; li.menu-child .drop-menu &gt; li a::first-letter{text-transform: uppercase;}
.header .navbar .main-menu &gt; li.menu-child .drop-menu &gt; li a:hover{
	
}


.main-slide{
	position: relative;
}
.main-slide .slide-show{
	margin-bottom: 20px;
}
.main-slide .slide-show li{}
.main-slide .slide-show li img{
	max-width: 100%;
}
.main-slide .slide-nav{
	position: absolute;
	bottom: -20px;
	margin-top: 0!important;
	margin-bottom: 0!important;
	justify-content: flex-start;
}
.main-slide .slide-nav li{
	padding: 0;
}
.main-slide .slide-nav li a{
	width: 40px;
	height: 40px;
	text-indent: unset;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	color: #1e1e1e;
	background: #e9e9e9;
	border: none;
}
.main-slide .slide-nav li.uk-active{}
.main-slide .slide-nav li.uk-active a{
	background:#CE3233;
	color: #fff;
}

.home-catalog{
	background: url(./img/uploads/bg-info-slide.png) center top no-repeat;
	padding-top: 30px;
	/* margin-top: -20px; */
	border-top: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.home-catalog .item{
	padding: 10px;
}
.home-catalog .item .inner{
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.8)
}

.home-catalog .item .thumb{}
.home-catalog .item .thumb .img{}
.home-catalog .item .info{}
.home-catalog .item .info .title{
	height: 40px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 5px 10px 0px 10px;
}
.home-catalog .item .info .title a{
	display: inline-block;
	font-size: 13px;
	color: #000;
}
.home-catalog .item .info .title a:hover{
	
}
.home-catalog .item .info .title a::first-letter{text-transform: uppercase;}
.home-catalog .item .detail{
	padding: 5px 10px 10px 10px;
}
.home-catalog .item .detail .read-more{
	display: inline-block;
	background: #CC3333;
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 3px 10px;
}
.home-catalog .item .detail .read-more:hover{
	
}

.footer{
	background: #EBEBEB;
	padding: 15px 0px;
	box-shadow: 0px 0px 3px 2px #ccc;
}
.footer .foot-box{}
.footer .foot-box .panel-head{
	font-weight: 600;
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;
}
.footer .foot-box .panel-body{}
.footer .foot-box .panel-body ul{}
.footer .foot-box .panel-body ul li{
	display: block;
	padding: 5px 0px 5px 0px;
}
.footer .foot-box .panel-body ul li a{
	display: inline-block;
	color: #000;
	font-size: 13px;
}
.footer .foot-box .panel-body ul li::before{
	content: '\f0da';
	color: #D25959;
	margin-right: 8px;
	font-size: 16px;
	font-family: FontAweSome;
}
.footer .foot-box .panel-body ul li a:hover{}
.footer .foot-box .panel-body ul li a:hover::before{text-decoration: none;}
/* .footer .foot-box .panel-body p{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
} */
.footer .foot-box .panel-body .copyright{
	color: #333;
}
.footer .foot-box .panel-body .copyright:hover{}


.articles-category{}
.panel-head .heading-1{
	background: url('./img/icon/bg-rightmenu.png') left 9px repeat-x;
	margin: 10px 0px 15px 0px
}
.panel-head .heading-1 *{
	color: #068DCE;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	background: #FFFFFF;
	/* float: left; */
}
.heading-2{}
.heading-2 *{
	display: block;
	border: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	font-weight: normal;
	color: #004799;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heading-2 *:hover{
	
	color: #004799;
}
.heading-2 *::after{
	content: '\f054';
	font-size: 6px;
	font-family: FontAweSome;
}
.asdie{}
.asdie .panel-body{
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0px 0px 11px 0px inset #ccc;
	padding-bottom: 10px;
	border-radius: 2px;
}
.asdie .panel-body .aside-box{}
.asdie .panel-body .aside-box .list-child{
	background: url(./img/icon/com-smenu-bg-4.gif) 0px 0px repeat-x;
	margin: 0px 10px;
}
.asdie .panel-body .aside-box .list-child li{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	    padding: 7px 0px 7px 0px;
}
.asdie .panel-body .aside-box .list-child li::before{
	content: '\f0c8';
	margin-right: 5px;
	margin-left: 5px;
	font-family: FontAweSome;
	font-size: 3px;
	color: #FF7000;
}
.asdie .panel-body .aside-box .list-child li a{
	display: inline-block;
	color: #333;
}
.asdie .panel-body .aside-box .list-child li a:hover{}


.articles-category{}
.articles-category .list-post{}
.articles-category .post{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.articles-category .post:first-child{
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}
.articles-category .post .thumb{
	width: 30%;
	position: relative;
	padding-top: 20%;
}
.articles-category .post .thumb .img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.articles-category .post .info{
	margin-left: 10px;
	width: calc(80% - 10px);
}
.articles-category .post .info .title{
	margin-bottom: 10px;
}
.articles-category .post .info .title a{
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
.articles-category .post .info .title a:hover{}
.articles-category .post .info .description{
	font-size: 13px;
}
.articles-category .post .info .read-more{
	font-size: 13px;
	color: #ED1106;
	font-weight: bold;
}
.main-pagination{}
.main-pagination li{
	padding: 0;
	margin: 0px 3px;
	border:1px solid #E5E5E5;
}
.main-pagination li.uk-active{}
.main-pagination li a{
	color: #333;
	display: inline-block;
	padding: 7px 14px;
	
}
.main-pagination li.uk-active a{}
.main-pagination li:hover,
.main-pagination li.uk-active{
	background: #068DCE;
	color: #fff;
}
.main-pagination li:hover a,
.main-pagination li.uk-active a{
	color: #fff;
}

.articles{}
.articles .panel-body{}
.articles .panel-body .title{
	border-top: 1px dashed #ccc;
}
.articles .panel-body .title a{
	font-size: 13px;
	color: #222;
	font-weight: bold;
}
.articles .panel-body .des{
	font-size: 13px;
	color: #222;
}
.articles .panel-body .content{}
.same-articles{}
.same-articles .panel-body{}
.same-articles .panel-body li{
	padding: 5px 0px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.same-articles .panel-body li::before{
	content: '\f0c8';
	font-family: FontAweSome;
	font-size: 6px;
	color: #ccc;
	margin-right: 5px;
}
.same-articles .panel-body li a{
	color: #222;
}</pre></body></html>