@charset "utf-8";
/* CSS Document */
@import url('css?family=Dangrek');
.top-bg{
	background-color: #FF6500;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
.top-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.top-menu ul li{
	float: left;
}
.top-menu ul li a{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 22px;
	padding: 20px 10px;
	font-family: 'Dangrek', cursive;
}
.body-content{
	margin-top: 120px;
	overflow: hidden;
}
.body-content .content h1{
	color: black;
}

.body-content .content p{
	color: dimgray;
	text-align: justify;
	line-height: 32px;
	text-indent: 20px;
	
}
.footer{
	text-align: center;
	margin-top: 40px;
	
}
.footer h1{
	color: black;
	font-size: 35px;
}
.body-content .service{
	text-align: center;
	
	
}
.body-content .service h1{
	color: red;
}
.item{
	height: 350px;
	background-color: #eee;
	padding: 10px;
 	 margin-left: auto;
 	 margin-right: auto;
}
.item img{
	height: 150px;
	width: 100%;
}
.item h2{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: red;
	text-align: center;
}
.item h6{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: dodgerblue;
	text-align: center;
}
.item p a1{
	color: red;
	text-decoration: none;
}
.item p{
	color: black;
	text-decoration: none;
}
.center{
	text-align: center;
}
