/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("style.css");
@import url("box.css");
@import url("responsive.css");
@import url("../../../vnt_upload/ckeditor/ck_style.css");


.slideNews .bb-news-right .content .desc{
    margin-top: 10px;
    position: relative;
    max-height: 75px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.slideNews .bb-news-right .more {
        margin-bottom: 20px;
}
.bb-news-row .content p.bold {
    margin-top: 5px;
    font-size: 15px;
    font-weight: normal;
    color: #2c2c2c;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 22px;

}

.bb-news-row .content .light {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666666;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;

}

 


.topnav-right li.hotline a {
	color: #ffffff;
}
.menu-fixed .topnav-right li.hotline a {
	color: #333333;	
}
.gallery-slide-1 .i-title h3 a{
	line-height: 24px;
}
@media only screen and (max-width:768px) {
    .slideNews .bb-news-right .content .desc{
        max-height: none;
            overflow: initial;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;

    }
    .vnt-content .overlay .title h1 {
        font-size: 30px;
        
    }
    .vnt-content .overlay .title {
        position: absolute;
        max-width: 1172px;
        bottom: 25px;
    }
    .vnt-content .overlay .title .line {
        width: 40px;
        height: 3px;
        background-color: #f8ae41;
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
    .desc img {
        height: auto !important;
    }
}