.news{
	margin-bottom: 70px;
}

.bread{
	margin: 15px 0 30px 0;
	background: url("../images/breadcrumb.png") no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bread h3{
	font-size: 26px;
	font-weight: bold;
	color: white;
}

.bread a{
	font-size: 16px;
	color: white;
}

.bread a.arrow{
	font-size: 13px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	background-color: #f44336;
	border-color: #f44336;
	border-radius: 0;
	font-size: 17px;
	font-weight: bold;
}

.news-right{
	padding-right: 0;
}

.news-right .widget-category > li > a:not(.active){
	padding-left: 40px;
}

.news-right .widget-category > li > a:not(.active):after{
    top: 36%;
    left: 10px;
	content: "\203A";
	position: absolute;
	pointer-events: none;
	font-size: 16px;
	background-color: #f44336;
	color: white;
	padding: 0px 6px 2px 6px;
	line-height: 18px;
}

.news-right .widget-category > li > a{
	border-radius: 0 !important;
}

.news-right li{
	display: block;
}

.news-right .widget-category > li {
    position: relative;
}

.news-right .widget-category > li > .list-group {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

.news-right .widget-category > li:hover > .list-group {
    display: block;
}

.news-right .widget-category a {
    border-radius: 0;
}

.news-right .widget-news{
	background-color: white;
}

.news-right .widget-news li{
	margin: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.news-right .widget-news li:last-child{
	border-bottom: 0;
}

.news-right .widget-news li .title{
	font-size: 13px;
	color: #f44336;
	font-weight: bold;
	margin: 10px 0;
}

.read{
	font-size: 13px;
	color: white;
	background-color: #f44336;
	padding: 4px 15px;
	border-radius: 5px;
	display: inline-block;
}

.read:hover{
	color: white;
}

.news-right .widget-news li .read{
	margin-bottom: 20px;
}

.pagination{
	display: block;
}

.pagination li{
	display: inline-block;
	margin-bottom: 10px;
}

.pagination>li>a, .pagination>li>span{
	margin: 0 3px;
	padding: 6px 10px;
	background-color: #f6f4f4;
	border-radius: 0 !important;
	color: #9c9c9c;
}

.pagination>li>a:hover, .pagination>li>span:hover{
	color: #f44336 !important;
	background-color: #dbdbdb !important;
}


.pagination>li:first-child>a, .pagination>li:first-child>span{
	margin-left: 3px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	z-index: 3;
	color: #f44336;
	cursor: default;
	background-color: #dbdbdb;
	border-color: transparent;
}

.news-left{
	padding-left: 0;
}

.news-left nav{
	float: left;
	width: 100%;
	padding: 0;
}

.news-left nav:first-child{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.news-left nav:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.news-left .item{
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	padding: 15px;
	color: #919191;
	text-align: justify;
	background-color: white;
	border-radius: 5px;
    margin-bottom: 20px;
}

.news-left .item .desc{
	text-align: justify;
}

.news-left .item .title{
	font-size: 15px;
    color: #191919;
    text-transform: initial;
}

.news-left .item .info{
	font-size: 12px;
	color: #191919;
	margin: 10px 0;
}

.news-left .item .info span i{
	color: #919191;
}

.news-left .item .info span:first-child{
	margin-right: 20px;
}

@media only screen and (max-width: 991px){
}

@media only screen and (max-width: 767px){
	.news-right{
		padding-left: 0;
	}
	.news-left{
		padding-right: 0;
	}
}

@media only screen and (max-width: 450px){
}