.items-news + .items-news {
    margin: 2rem 0;
}
.items-news {
    background: #f1f1f1;
}
.items-news:last-child{
	margin-bottom:0;
}
.button-news{
	text-align:center;
}
.button-news .read-more{
	background:#0c7312; color:#ffffff;
	padding:7px 15px;
	min-width:200px;
	text-align:center;
	font-size:16px;
	border:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    display: inline-block;
}
.title-news {
    font-size: 2.4rem;
    color: #1a960b;
    font-weight: 700;
    line-height: 1.2em;
}
.content-news{font-weight:500;}
.items-tabs {
    background: rgba(44,197,0,1);
    background: -moz-linear-gradient(left, rgba(44,197,0,1) 0%, rgba(1,87,24,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,197,0,1)), color-stop(100%, rgba(1,87,24,1)));
    background: -webkit-linear-gradient(left, rgba(44,197,0,1) 0%, rgba(1,87,24,1) 100%);
    background: -o-linear-gradient(left, rgba(44,197,0,1) 0%, rgba(1,87,24,1) 100%);
    background: -ms-linear-gradient(left, rgba(44,197,0,1) 0%, rgba(1,87,24,1) 100%);
    background: linear-gradient(to right, rgba(44,197,0,1) 0%, rgba(1,87,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cc500', endColorstr='#015718', GradientType=1 );
    padding: 10px;
    text-align: center;
    color: #ffffff;
	font-size:1.2rem;
    font-weight: 700;
	cursor:pointer;
}
.items-tabs:hover{
    background: rgb(4,95,22);
    background: -moz-linear-gradient(133deg, rgba(4,95,22,1) 26%, rgba(42,192,2,1) 82%);
    background: -webkit-linear-gradient(133deg, rgba(4,95,22,1) 26%, rgba(42,192,2,1) 82%);
    background: linear-gradient(133deg, rgba(4,95,22,1) 26%, rgba(42,192,2,1) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#045f16",endColorstr="#2ac002",GradientType=1);
}
.swiper-slide-thumb-active .items-tabs{
    background:#90ce23;
}
.gallery-thumbs .swiper-button-next:after,.gallery-thumbs .swiper-button-prev:after {
    font-size: 20px;
	color:#ffffff;
}
.gallery-thumbs .swiper-button-next,.gallery-thumbs .swiper-button-prev {
    background: transparent;
    padding: 3px;
    width: 20px;
    height: 43px;
    color: #333;
    -moz-box-shadow: none
    -webkit-box-shadow: 0;
    box-shadow: none;
}
.gallery-thumbs .swiper-button-prev{
	left: 5px;
}
.gallery-thumbs .swiper-button-next{
	right:5px;
}

@media(max-width:1200px){
	.title-news{font-size:1.8rem;}
}