.bg_flexbox{
	background: #fff url('/Resources/ImagesPortal/HomePage/imgs/bg_flexbox.png') repeat-y;
} 
.bg_60{
	background-position:60%;
	margin-bottom:30px;
}

#tin-tuc{width:60%; background-color:transparent;padding-right:10px;padding-bottom:0;margin-bottom:0;}
#thong-bao{width:40%;background-color:transparent;padding-left:10px;padding-bottom:0;}

#tin-tuc .wraper{padding-bottom:20px;}
.thumb{overflow:hidden;}

@media(max-width:820px){
	#tin-tuc,#thong-bao{width:100%; padding:0;}
	
	#tin-tuc:after{
		content:'';
		height:30px;
		background-color:#ededed;
		width:100%;
		float:left;
	}
	
	.bg_60{background-image:none;}
}

.top-menu .dropdown-menu > li > a {  
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}