#new_banner
{
	min-height: 60px;
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
#right-news1
{
	width: 100%;
    height: auto;
	box-shadow: 1px 1px 10px #c8c8c8;
    display: table;
    box-sizing: border-box;
	border: solid 0px;
	padding-top: 10px;
}

.box0
{
	margin-top: 20px;
}
.box2 
{ 
	width: 100%; 
	float: left; 
	position: relative; 
	box-sizing: border-box; 
	border-radius: 10px;
	height: auto;
} 
.box2 img 
{ 
	width: 100%;
    float: left;
    height: auto;
    height: 200px;
} 

.box2_img a img:hover 
{ 
	color: yellow;
} 
.box3
{
	padding: 10px;
	float: left;
   	width: 90%;
   	height: 200px;
}
.box3 a
{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 10px 0px 0px 0px;
    line-height: 25px;
}
.box3_detail
{
	text-align: justify;
	margin-top: 10px;
}
.box3_detail p
{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.time 
{
	position: absolute;
    background-color: #00CD00;
    padding: 0 5px 0 5px;
    bottom: 0;
    margin: unset;
    z-index: 99;
}
.news
{
	margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 100%;

}
.text_new
{
	margin: 20px;
}
.text_new p img 
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.like-facebook-share
{
	margin: 10px;
}
.related-news
{
	width: 100%;
	height: auto;
	margin: 15px;
	padding-bottom: 20px;
}
.related-news-row h3
{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #DF0024;
    margin-bottom: 10px;
}
.related-news_box_1
{
	width: 27%;
    margin-left: 15px;
    float: left;
}
.related-news_box_2_img a img 
{
	width: 100%;
	height: 150px;
}
.related-news_box_2_title
{
	padding-top: 15px;
	width: 100%;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clear
{
	clear: both;
}

/*điện thoại di động chiều dọc*/
@media screen and (max-width: 320px ) 
{
	#new_banner
	{
		width: 100%;
	}
	.box1
	{
		width: 100%;
	}
	
}
/*điện thoại di động chiều ngang*/
@media only screen and (min-width: 321px) and (max-width: 480px ) 
{
	#new_banner
	{
		width: 100%;
	}
	.box2 img 
	{
		width: 100%;
		height: auto;
	}
	.box3
	{
		float: left;
		width: 95%;
		padding: 5px;
		text-align: justify;
	}
	.box2_1
	{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		float: none;
	}
}
/*máy tính bảng chiều dọc*/
@media only screen and (min-width: 481px) and (max-width: 600px ) 
{
	#new_banner
	{
		width: 100%;
	}
	.box1
	{
		width: 100%;
	}
	.box2 img 
	{
		width: 100%;
		height: auto;
	}
	
}
/*máy tính bảng chiều ngang */
@media only screen and (min-width: 601px) and (max-width: 800px ) 
{
	#new_banner
	{
		width: 100%;
	}
	.news
	{
		width: 100%;
	}
	#right-news
	{
		width:100%;
	}
	
}

/*DESKTOP thông thường */
@media only screen and (min-width: 801px) and (max-width: 1024PX ) 
{
	.news
	{
		width: 1024px;
	}
}

/*DESKTOP phóng to*/
@media only screen and (min-width: 1024px) 
{
	.news
	{
		width: 1024px;
	}
}