.slide-news{
    position: relative;
    min-height: 300px;
    background: url(../img/cover-news-page.jpg) no-repeat;
    background-size: cover;
    width: 100%;
}
.breadcrumb-box{
	position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
    color: #fff;
}
.breadcrumb-box h1{
	text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}
.breadcrumb-box .breadcrumb{
	background: none;

}
.breadcrumb-box .breadcrumb a,.breadcrumb-box .breadcrumb>.active{
	color: #fff;
}
.wrapper-news-page{
	/*padding-bottom: 50px;*/
	    padding-top: 10px;
}
.item-news-page{
	margin-bottom: 20px;
    min-height: 135px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.item-news-page a{
	text-decoration: none;
	color: #333;
}
.img-news-page{
	float: left;
    max-width: 180px;
    position: relative;
    margin-right: 15px;
}
.time-news-page{
	display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
}
.date-n{
	display: block;
    font-size: 18px;
    padding: 8px 15px;
    color: #333;
    font-weight: bold;
}
.month-n{
	display: block;
    text-align: center;
    font-size: 10px;
    background: #006db7;
    color: #fff;
}
.title-info{
	font-weight: bold;
	font-size: 16px;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-news p{
	color: #929292;
}
.info-news a span{
    color: #777;
    /* font-weight: bold; */
    float: right;
    /* text-transform: uppercase; */
}
.info-news a span i{
	font-size: 12px;
}
.block-trans button,.block-trans button:hover{
    background: #1177bc;
    color: #fff;
    border: 1px solid #1177bc;
}
.block-trans h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.block-trans{
    padding-bottom: 20px;
}
.ul-news-block a{
    text-decoration: none;
   color: #333; 
}
.ul-news-block a:hover{
  color: #1177bc;  
}
.ul-news-block a i{
    font-size: 10px;
}
.ul-news-block li{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
.newest-news a i{
    font-size: 14px;
    color: #1177bc;
}
@media (max-width: 1200px){
    .info-news a span{
        margin-top: -10px;
    }
}
@media (max-width: 1200px){
 .ul-news-block li{
    border-bottom: none;
 }   
}
@media (max-width: 992px){
 .breadcrumb-box{
    bottom: 40%;
 }  
} 
/*====================*/
.wrapper-support-block{
    background: #f3f3f3;
}
.support-block h3{
    background: #f58634;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
.title-details-n{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.subtitle-details-n{
    color: #a0a0a0;
    font-style: italic;
}
.related-news h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 8px;
}
.related-news span{
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
}
.related-news{
    margin-top: 15px;
}
.related-news .ul-news-block li{
    border-bottom: 0;
}