@media (min-width: 1200px) {
    #center.col-md-9 .core-lists.livenews-lists.grid-view{
        columns: 3 1px;
    }
    #center.col-md-9 .core-lists.livenews-lists.grid-view > .core-list-item{
        width: 100%;
    }

    #center.col-md-6 .core-lists.livenews-lists.grid-view{
        columns: 2 1px;
    }
    #center.col-md-6 .core-lists.livenews-lists.grid-view > .core-list-item {
        width: 100%;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    #center.col-md-9 .core-lists.livenews-lists.grid-view{
        columns: 3 1px;
    }
    #center.col-md-9 .core-lists.livenews-lists.grid-view > .core-list-item{
        width: 100%;
    }

    #center.col-md-6 .core-lists.livenews-lists.grid-view{
        columns: 2 1px;
    }
    #center.col-md-6 .core-lists.livenews-lists.grid-view > .core-list-item {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .core-lists.livenews-lists.grid-view{
        columns: 3 1px;
    }
    .core-lists.livenews-lists.grid-view > .core-list-item{
        width: 100%;
    }
}
@media (min-width: 414px) and (max-width: 767px) {
    .core-lists.livenews-lists.grid-view{
        columns: 2 1px;
    }
    .core-lists.livenews-lists.grid-view > .core-list-item{
        width: 100%;
    }
}
@media (min-width: 414px) {
    .core-lists.livenews-lists.grid-view{
        display: block;
        column-gap: 0;
    }
    .core-lists.livenews-lists.grid-view > .core-list-item{
        display: inline-block;
    }
}

.moo_app_livenews_title{
    position: relative;
    float: left;
    margin-right: 30px;
}

.moo_app_livenews_action{
    position: relative;
    float: right;
}

.moo_app_livenews_action .list_option{
    top: 0;
}

.list-news li {
    width: 200px;
    float: left;
    padding: 10px;
}

#list-channel{
    padding:0;
}
.list-channel li {
    /*float: left;*/
    display: inline-block;
    padding:0 10px;
    position:relative;
}

.list-categories {
    padding: 10px;
}
.list-categories li{

    padding:5px 0;
}
.list-categories li a{
    display:block;
    padding:0 5px;
}
.list-categories:after,
ul#list-channel:after {
    clear: both;
    display: block;
    content: '';
}
ul#list-channel li.more_channel > span,
ul#list-channel li a {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.list-categories li a{
    color:#000;
}

ul#list-channel li a:hover{
    text-decoration:none;
    color:#000;
}
.news-post-date {
    font-size: 11px;
    margin: 5px 0;
}
.news-description{
    margin:10px 0 20px;
}
.news-detail img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.news-detail .like-section{
    overflow:hidden;
}
.livenews-menu ul {
    padding: 20px 0 10px;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
}

.livenews-menu li {
    margin-right:10px;
    float: left;
}
.news-grid__item img{
    max-width: 100%;
    width: 100%;
}
.news-grid__item {
    margin: 1%;
    border: 1px solid #dfdfdf;

}
.news-grid__item > div{
    padding:10px;
    overflow:hidden;
}
.title-news{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
/*More news*/
ul.more_from_channel{
    padding: 0;
    margin-bottom:0;
}
ul.more_from_channel li {
    padding-bottom: 5px;
    clear: both;
    min-height: 55px;
    overflow:hidden;
}
ul.more_from_channel li + li{
    border-top:1px solid #dfdfdf;
    padding-top:5px;
}
ul.more_from_channel li img {
    width: 50px;
    float: left;
}
ul.more_from_channel li > a{
    display:block;
    float:left;
}
ul.more_from_channel li a{
    color:#000;
}
ul.more_from_channel li > div {
    display: block;
    margin-left: 60px;
    color: #000;
}
.table-news-header{
    display: table-header-group;
    background-color: #f5f5f5;
    line-height: 25px;
    color:#999;
}
.table-news-header a{
    color:#999;
}
.table-news-content{
    display: table-row-group;
}
.table-news{
    width: 100%;
    display: table;
}
.table-tr {
    display: table-row;
}
.table-td {
    display: table-cell;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
}
.table-action,
.table-enable,
.table-active,
.table-logo {
    width: 75px;
}
.table-logo img{
    width:75px;
    height:75px;
}
.title-manage-news a{
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}
.table-manage-url{
    margin-top:5px;
}
.table-manage-url a{
    color:#999;
}
.table-action-more{
    width:150px;
}
.manage-news-page {
    line-height: 40px;
}
.news-in-mobile{
    display:none;
}

#livenews{
    padding-bottom: 50px;
    position: relative;
}
.dataTables_filter{
    padding: 10px 10px 0;
}
#newsContent{
    clear:both;
}
.channel-dropdown{
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    position: relative;
    margin-bottom:20px;
}
.channel-dropdown span {
    display: block;
    border-width: 5px;
    width: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 13px;
}
ul#list-channel li a.active{
    color:#000;
    font-weight:bold;
}
.more-news{
    clear: both;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}
.more-news a{
    font-size: 15px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    display: block;
    line-height: 50px;
    border: 1px solid #dfdfdf;
    background: #fafafa;
}
.list-channel li.more_channel li{
    float:none;
}

.activity_live_new_image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50%;
    width: 100%;
}
ul#list-channel {
    padding: 0 0 10px;
}
@media (min-width:992px){

    #list-channel{
        display:block!important;
    }
}
@media (max-width:991px){

    .table-tr{
        display:block;
    }
    .table-td{
        display:block;
        border:none;
        width: auto;
        line-height: 20px;
    }
    .table-logo{
        float:left;
    }
    .table-logo + div{
        margin-left:90px;
    }
    .table-manage-url{
        margin-bottom:5px;
    }
    .table-news-content .table-tr + .table-tr{
        border-top:1px solid #dfdfdf;
    }
    .news-in-mobile{
        display:inline-block;
        width: 75px;
    }
    .manage-cat-page .table-td{
        display:table-cell;
    }
    .manage-cat-page .table-tr{
        display:table-row;
    }
    #list-channel, .list-categories-app{
        display:none;
    }
    #list-channel, .list-categories-app{
        position: absolute;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        padding: 0;
        left: 10px;
        right: 10px;
        box-shadow: 2px 2px 4px 0 #ccc;
        z-index:6;
    }
    .list-channel li, .list-categories-app li{
        float: none;
        padding: 10px;
        display: block;
    }
    .list-channel li.more_channel{
        padding:0;
    }
    .list-channel li.more_channel > span{
        display:none;
    }
    .list-channel li.more_channel .dropdown-menu{
        display: block;
        width: 100%;
        position: static;
        border: none;
        padding: 0;
        box-shadow: none;
    }
    ul#list-channel .dropdown-menu>li>a, ul.list-categories-app .dropdown-menu>li>a{
        padding:0;
    }

    ul.list-categories-app li a{
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        color: #999;
    }

    ul.list-categories-app li.current a{
        color: #000;
        font-weight: bold;
    }
}
@media (max-width:767px){
    #list-content.news-grid{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (max-width:480px){
    #list-content.news-grid{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.body-dark ul.more_from_channel li a {
    color: #FFF;
}

.body-dark ul#list-channel li a.active{
    color: #FFF;
}

.body-dark ul#list-channel li a:hover{
    color: #FFF;
}

.body-dark #list-content.news-grid div.news-grid__item{
    background: #242526;
    border: 1px solid #999;
}

.body-dark .news-description{
    color: #999;
}

.body-dark .title-news{
    color: #FFF;
}

.body-dark .more-news a{
    border: 1px solid #999;
    background: #242526;
}

.body-dark .channel-dropdown{
    color: #FFF;
}

.body-dark #list-channel{
    background-color: #242526;
}

.body-dark .list-channel li.more_channel .dropdown-menu{
    background-color: #242526;
}

.body-dark .channel-dropdown span{
    border-color: #FFF transparent transparent transparent;
}