@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Index
Made by Thuc
/////////////////////////////////////
*/

.list-item {
	font-size:120%;
}
.list-item i {
	color: #185b9e;
	padding-right: 5px;
}
.list-item li {
	margin-bottom: 20px;
}
.list-item a {
	color: #282828;
	text-decoration: none;
}
.list-item a:hover {
	text-decoration: underline;
}