body {
    background: #eeeeee;
}
body:not(.common-home){
	background: #fff;
}
.new-view_grid .owl-item {
    background: #fff;
}
 .section_video__item img{
    height: 300px;
    width: 100%;
    object-fit: cover;
 }
 .wrapper-news_custom .info-item_news .desc-item {
    padding: 0 10px;
}
.img-item_news{
	padding:10px
}
.new-view_grid .item-news {
    margin-bottom: 20px;
}
 .section_video__item .icon_youtube img{
    height: auto;
    width: 50px;
 }
 .img-item_news img {
    max-height: 50px;
}
 .news_by_category  h4{
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    display: -webkit-box;
}
.news_by_category .new-home-description{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    display: -webkit-box;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.wrapper-news_custom .info-item_news .desc-item p{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.aside-item {
    border: 1px #EBEBEB solid;
    border-radius: 15px;
    margin-bottom: 30px;
    background:#fff;
}
.sidebar-category .aside-title {
    position: relative;
    margin-bottom: -13px;
}
.aside-item .aside-title {
    border-top-left-radius: 15px;
    border-top-right-radius:15px;
    background: #62b400;
    padding: 6px 20px;
    margin: 0;
}
.title-head {
    font-size: 2.14286em;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.aside-item .aside-title h2 {
    font-size: 24px;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    background: #FFFFFF;
    font-weight: 400;
}
.aside-item .aside-title h2 {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
}
.aside-item .aside-content {
    margin: 0;
}
.sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em;
    padding: 5px 0 5px 25px;
}
.aside-item .aside-content .nav-category .nav-item {
    padding: 0;
}
.aside-item .aside-content .nav-category .nav-item a.nav-link {
    font-size: 14px;
    line-height: 24px;
    border-top: 1px #EBEBEB solid;
}
.aside-item .aside-content .nav-category > ul.nav > .nav-item > a.nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside-item .aside-content .nav-category .nav-item:first-child a.nav-link{
	border-top:none;
}
@media (min-width:992px){
	.wrapper-news_custom .info-item_news .desc-item{
    	min-height:87px;
    }
}
@media(max-width: 991px){
	.info-item_news .text-ellipsis, .news_by_category h4,
    .news_by_category .new-home-description{
        height: auto;
    }
}
