.group-news:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 30px;
}

.group-news:last-child:after {
    margin-bottom: 0;
}

.item-news {
    width: 270px;
    float: left;
    margin-right: 30px;
}

.item-news:last-child {
    margin-right: 0;
}

.item-news .div-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.item-news .div-image a {
    display: block;
    outline: 0;
    position: relative;
}

.item-news .div-image a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.item-news:hover .div-image a:before {
    opacity: 1;
}

.item-news .div-caption {
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #fff;
    padding: 5px 20px 10px;
}

.item-news:hover .div-caption {
    border-color: #f58424;
}

.item-news .by-date {
    color: #8f8f8f;
    display: block;
}

.item-news .by-title {
    height: 40px;
    overflow: hidden;
}

.item-news .by-title a {
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    display: block;
    outline: 0;
}

.item-news .by-excerpt {
    color: #8f8f8f;
    font-size: 13px;
    height: 106px;
    overflow: hidden;
}

.detail-most-news {
    border: 1px solid #dedede;
    border-top: none;
    padding-top: 20px;
}

.detail-most-news ul li {
    display: block;
    padding: 0 12px 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #cccccc;
}

.detail-most-news ul li:first-child {
    margin-top: 0;
}

.detail-most-news ul li:last-child {
    border-bottom: none;
}

.detail-most-news ul li:after {
    content: '';
    display: block;
    clear: both;
}

.detail-most-news ul li .div-image {
    width: 40%;
    float: left;
}

.detail-most-news ul li .div-caption {
    width: 60%;
    float: right;
    padding-left: 10px;
}

.detail-most-news ul li .by-date {
    font-size: 13px;
    color: #8f8f8f;
    display: block;
}

.detail-most-news ul li .by-title a {
    font-size: 13px;
    color: #333333;
    display: block;
    text-decoration: none;
    outline: 0;
    line-height: 20px;
}


.detail-most-news ul li:hover  a {
    color: #00a651;
}
.news-content .by-date{
    font-size: 12px;
    color: #999999;
    display: block;
}
.other-news{
    margin-top: 35px;
}
.other-news h3{
    font-size: 25px;
    color: #f58424;
    display: block;
    font-weight: normal;
}
.other-news ul{
    margin-top: 15px;
}
.other-news ul li{
    display: block;
    padding-left: 24px;
    line-height: 28px;
    position: relative;
}
.other-news ul li:before{
    content: url(../images/point.png);
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
}
.other-news ul li a{
    display: block;
    color: #333;
    text-decoration: none;
    outline:0;
}
.filter-post {
    display: inline-block;
    background: #EBEBEB none repeat scroll 0% 0%;
    padding: 10px;
    width: 100%;
    height: 47px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-filter, .filter-form {
    float: left;
    display: inline-block;
}
.title-filter {
    font-size: 13px;
    padding-top: 3px;
}
.title-filter b {
    font-size: 13px;
    color: #444444;
}
#filter-form .form-control {
    padding:0;
    height: 30px;
    text-align: center;
    font-size: 12px;
}
#day {
    width: 80px;
    border-radius: 0;
    margin: 0 5px 0 15px;
    height: 30px;
}
#month {
    width: 80px;
    border-radius: 0;
    margin: 0 5px;
    height: 30px;
}
.form-control
{
	padding: 2px 6px;
}
#year {
    width: 80px;
    border-radius: 0;
    margin: 0 10px 0 5px;
    height: 30px;
}
.btn-view {
    padding: 1px 16px;
    background: transparent linear-gradient(#FFF, #DDD) repeat scroll 0% 0%;
    outline: 0px none;
    border: 1px solid #A9A9A9;
    font-weight: bold;
    font-size: 13px;
}
.by-social table
{
	margin:0;
}