﻿/*hong*/
.detail_new_item .class_title {
    color: #000!important;
    font-size: 22px!important;
    word-wrap: break-word;
    line-height: 30px;
}
.detail_new_item .item_header, .detail-content-events .item_header{
    font-weight: bold;
    text-align: justify;
    font-size: 16px;
    margin-top: 5px;
}
.detail-content-events .content-events{
    margin-top: 10px;
}
.detail_new_item p, .detail_events_item p, .detail_infor_item  p{
    color: #000 !important;
}
.cls_time
{
    color: #348FE2 !important;
}
.detail_new_item .item_content  img, .detail_infor_item img{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
}
.list-new-news .text{
    color: #000;
}
.detail_new_item,  .detail_infor_item {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 5px 15px 0px 15px;
    color: #000 !important;
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, .1);
}
.detail_events_item{
    padding: 5px 15px 0px 15px;
    color: #000 !important;
}
.detail-content-events{
    background: #fff;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}
.detail_new_item .da_ti {
    color: #333333;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.detail_new_item .da_ti span {
    padding-right: 10px;
    font-size: 13px
}
.related_bottom {
    margin: 0;
    padding: 0 20px;
}
.related_bottom li {
    list-style: square;
    color: #000;
    margin-left: 20px; 
}

.related_bottom li a {
    display: inline-block;
    padding: 6px 0;
    color: #000;
    font-weight: bold;
}
.detail_new_item .item_content {
    clear: both;
    margin-top: 15px;
}
    /*.detail_new_item .item_content .detail-content{
        color: #000;
        text-align:justify;
    }*/
.detail_new_item h2{
    color: #348FE2;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
}
.detail_new_tab {
    background: #fff;
    padding: 10px;
}
.detail_new_tab .tab-content {
    padding: 5px 0 0 0!important;
}
.detail_new_tab ul.nav-pills {
    border-bottom: 2px solid #00AFF0
}
.nav-pills > li > a {
    font-weight: bold;
}
.nav-pills > li.active > a {
    background-color: #00AFF0!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.detail_new_tab .custom-new-news ul li:first-child {
    margin-top: 0px!important
}
.detail_new_tab .custom-new-news ul li {
    margin: 10px 0px!important;
}
/*end hong*/
#page-news #news-slide-top .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.2em;
    padding: 5px .5em;
    text-align: justify;
    max-height: 53px;
    overflow: hidden;
    font-weight: bold;
}
#news-slide-top {
    background: #fff;
    padding: 15px 13px;
}
#news-slide-top .box img {
    min-height: 187px
}
.list-new-news {
    background: #fff
}

.list-new-news .new_item {
    padding: 15px;
    border-bottom: 1px solid #ededed
}

.custom-new-news {
    background: #fff;
}
.custom-new-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#listnew .news-filter {
    padding-left: 0 !important;
}

#listnew .btn-default {
    background-color: #FF8100;
}

#listnew .news-filter {
    margin: 7px 0 !important;
}

.custom-new-news ul li {
    margin: 5px 10px 10px 10px;
}

@media screen and (max-width: 768px) {
    .detail_new_item img, .detail-content-events img {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    #news-slide-top .box img {
        min-height: 286px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    #news-slide-top .box img {
        min-height: 237px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #news-slide-top .box img {
        min-height: 305px;
    }
}