﻿.header-parent-cat{
	height: 30px;
    line-height: 30px;
    background: #0095da;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    color: #fff;
}
.header-parent-cat h2{
    font-size: 15px;
}

    
.group-news-home{
	margin:0px auto 20px;
	padding:10px 20px;
	background: url(../images/bg-thuoctinh.png);
    border: 1px #f1f2f2 solid;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.first-news-home{
	width:47%;
	float:left;
	margin-bottom:10px;
}
.first-news-home .image{
	display:block;
	margin:3px 0px 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.first-news-home .image img{
	display:block;
	width:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.first-news-home .title{
	display:block;
	color: #1e2842;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:28px;
}
.first-news-home .title:hover{
	color:#70bb2e;
}
.first-news-home p{
	color:#333333;
	font-size:16px;
	text-align:justify;
	line-height:26px;
}

/* list-news-home01 */
.list-news-home01{
	width:50%;
	list-style:none;
	float:right;
}
.list-news-home01 li{
	margin:0px 0px 10px 0px;
	float:left;
	border-bottom:1px #ccc dashed;
	padding-bottom:12px;
}
.list-news-home01 .image{
	width:28%;
	display:block;
	float:left;
	margin-top:3px;
}
.list-news-home01 .image img{
	width:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.list-news-home01 li .content-news-home{
	width:69.5%;
	float:right;
	text-align:justify;
}
.list-news-home01 li .content-news-home a{
	color:#1e2842;
	font-size:16px;
	margin-bottom:4px;
	display:block;
	line-height:20px;
	font-weight:bold;
}
.list-news-home01 li .content-news-home a:hover{
	color:#e8b011;
}
.list-news-home01 li .content-news-home p{
	color:#333333;
	text-align:justify;
	font-size:14px;
	line-height: 20px;
}



/* list-news-home02 */
.list-news-home02{
	width:280px;
	list-style:none;
}
.list-news-home02 li{
	padding:10px 0px 10px 15px;
	border-bottom:1px #e0e0e0 dashed;
	background:url('../images/list-style01.png') no-repeat 0px 16px; 
}
.list-news-home02 li:first-child{
	padding:0px 0px 10px 15px;
	background:url('../images/list-style01.png') no-repeat 0px 6px; 
}

.list-news-home02 li a{
	color:#000000;
	line-height:18px;
	display:block;
}
.list-news-home02 li a:hover{
	color:#017428;
}

@media (max-width: 560px) {
	.first-news-home{
		width:auto;
		float:none;
	}
	.list-news-home01{
		width:100%;
		float:none;
	}
	.list-news-home01 li .content-news-home p{
		display:none;;
	}
		.list-news-home01 li{
		    width: auto;
	    	margin: 0px 0px 15px 0px;
	}
	.list-news-home01 .image {
	    width: 28%;
	    display: block;
	    float: left;
	    margin-top: -5px;
	}


}
