@font-face{
	font-family: opensans;
	src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
	font-family: opensans-bold;
	src:url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

#wrapper{
	overflow: hidden;
}

body{
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	color: #333;
}

.row{
	width: 100%;
	margin: 0;
}

.clear{
	clear: both;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	list-style: none;
}

.slick-initialized .slick-slide{
	outline: none;
}

#bar{
	display: none;
}

#bar i{
	cursor: pointer;
	font-size: 30px;
}

.img{
	text-align: center;
}

img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

a{
	color: #333;
	text-decoration: none!important;
	outline: none!important;
}

a:hover, a:focus, a:active{
	color: #15980c;
}

/* 
header */
.header-top{
	padding: 10px 0;
}

.header-top .col2{
	text-align: center;
	color: #15980c;
	padding-top: 30px;
}

.header-top h2{
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
}

.header-top h3{
	font-size: 18px;
	font-weight: 600;
}

.menu{
	background: #15980c;
}

.menu li{
	display: inline-block;
}

.menu a{
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	color: #fff;
}

.search-top{
	position: relative;
}

.search-top input{
	border: 1px solid #15980c;
	border-radius: 25px;
	background: #094b04;
	outline: none;
	padding: 0 10px;
	height: 30px;
	color: #fff;
}

.search-top input:placeholder{
	color: #fff;
}

.search-top button{
	position: absolute;
	top: 5px;
	right: 10px;
	background: none;
	color: #fff;
	border: 0;
	outline: none;
	padding: 0;
}

/* 
main */
.slideshow{
	margin-bottom: 30px;
}

.slideshow .slick-dots{
	bottom: 5px;
}

.slideshow .slick-dots li button::before{
	font-size: 10px;
	color: #fff;
}

/* 
sidebar */
.sidebar section{
	margin-bottom: 30px;
}

.sidebar h2{
	background: #15980c;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.sidebar ul{
	border: 1px solid #15980c;
	border-top: 0;
}

.sidebar li{
	position: relative;
}

.sidebar li a{
	display: block;
	padding: 10px;
	border-bottom: 1px dashed #15980c;
	font-weight: 600;
}

.sidebar li:last-child a{
	border: 0;
}

.sidebar li ul{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 1;
	background: #fff;
	border: 1px solid #15980c;
	display: none;
}

.sidebar li:hover ul{
	display: block;
}

.sidebar .list{
	border: 1px solid #15980c;
	border-top: 0;
}

.sidebar .list a{
	display: block;
	padding: 10px;
	font-weight: 600;
	text-align: center;
}

.sidebar .list img{
	width: 15%;
}

/* 
content */
.cat-title{
	background: #15980c;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

table{
	width: 100%!important;
}

/* 
cat pr*/
.content2{
	padding: 0;
}

.content2 .cat-title{
	margin-left: 15px;
	margin-right: 15px;
}

.content2 .name{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.cat-pr .item{
	margin-bottom: 30px;
}

.cat-pr .img{
	height: 188px;
}

.cat-pr .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.navigation{
	text-align: center;
	margin-bottom: 30px;
}

.navigation a{
	text-decoration: none;
	background: #9E9E9E;
	color: #fff;
	padding: 5px 10px;
	margin-right: 5px;
}

.navigation .current{
	background: #15980c;
}

/* 
single pr */
.single-pr .txt, .single .txt, .related-post ul, .page .txt{
	padding: 0 15px;
}

.fb_iframe_widget iframe{
	margin-top: -5px;
}

/* 
cat */
.cat .content2 .name{
	margin-top: 0;
	text-align: left;
}

.cat .content2 .item{
	margin-bottom: 20px;
}

.cat .content2 .readmore{
	text-align: right;
	margin-top: 15px;
}

.cat .content2 .readmore a{
	font-weight: 600;
}

/* 
back to top */
#bttop{
	position:fixed;
	bottom:50px;
	right:30px;
	z-index:1;
	width:3%;
	cursor:pointer;
	display: none;
}

/* 
footer */
#footer{
	background: #15980c;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}

.socials{
	margin-top: 20px;
}

.socials a{
	display: inline-block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	padding-top: 5px;
	text-align: center;
	border: 1px solid;
	color: #fff;
	border-radius: 100%;
}

@media screen and (max-width: 767px) {
	.logo{
		text-align: center;
	}

	#bar{
		display: block;
		text-align: right;
		color: #fff;
	}

	.menu{
		padding: 5px 0;
	}

	.menu ul{
		display: none;
		text-align: right;
	}

	.menu li{
		display: block;
	}

	.menu a{
		padding: 5px 0;
	}

	.mg15{
		margin-bottom: 15px;
	}

	#bttop{
		display: none!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .col2{
		padding-top: 0;
	}
}



















































