@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Index
Made by Huongnt
/////////////////////////////////////
*/
/*Subvisual*/
#Subvisual {
	background:url(../images/sitemap/img_sv.jpg) no-repeat 50% 0;
	background-size:cover;
	height:330px;
}

.article {
	padding:54px 0 0;
	margin-bottom:80px;
	width:835px;
	margin:0 auto;
}
.txt {
	color:#303030;
	font-size:125%;
	margin-bottom:30px;
	line-height:30px;
}
.sitemap-list li {
	min-width:300px;	
	background-color: #c8e7fa;
	border:3px solid #87cefa;
	padding:20px 45px;
	margin-bottom:10px;
	color:#000;
	font-size:16px;
	text-align:center;
}
.sitemap-list a {
	text-decoration:none;
}
.sitemap-list li:hover {
	color:#fff;
	background-color: #87cefa;
}
