/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2015 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Sun, 04 Jan 2015 01:53:48 GMT
 */

.category{
    margin: 10px 0;
}
.category-content{
    border-top: none;
    padding: 10px;
} 
.category .category-title {
    background: #b31e55;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 4px #999;
    height: 35px;
    padding: 7px;
}
.category .category-title a{
    color: #fff;
    font-weight: bold;
 }
.category-content img{
    margin-right: 6px;
}
.category-content .bottom{
    margin-bottom: 10px;
}
.category-content .top{
    border-top: 1px dotted #999;
    margin-top: 10px;
    padding-top: 10px;
}
.category-content ul{
    list-style: inherit;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}
.category-content h1{
    font-size: 18px;
}
.category-content h2{
    font-size: 15px;
}
.info_date{
    font-size: 13px;
}
.courseware .imghome {
    margin: 0 10px 0 0;
}
.news_column h1{
    margin-top: 0;
}

#hometext em{
    font-size: 10px;
}
.news_column .bodytext{
    clear: both;
}
.height-max{
    height: 120px;
    overflow: hidden;
}
.height-max-orther{
    height: 80px;
    overflow: hidden;
}
.youtube-css .item-video {
    clear: both;
    display: block;
    padding-bottom: 30px;
}
.youtube-css .section-title{
    font-size: 19px;
    font-weight: 400;
}
.youtube-css h1{
    font-weight: 400;
    font-size: 19px;
}

.youtube-css .img-thumb-video {
    margin-right: 8px;
    height: 94px;
    width: 168px;
    display: block;
    position: relative;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    float: left;
}
.youtube-css .title-video {
    width: 100%;
}
.youtube-css .title-video .text-view{
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 60px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
}
.youtube-css .img-video{
    width: 100%;
}
.youtube-css .info-video{
    color: #b3b1b1;
}
.text-sm{
    font-size: 13px;
}