@charset "utf-8";
/* CSS Document */

/*===================

Index

===================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,vietnamese);
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: url(../images/bg.jpg) center top no-repeat #c7e5d9;
}
.bodystyle {
	margin: 20px auto;
	max-width: 1000px;
}
.bodystyle .cover {
	margin:10px;
	padding:20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.50);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.bodystyle h1, .bodystyle h2 {
	text-align: center;
	line-height: 150%;
	margin: 0;
}
.bodystyle p {
	margin: 0 0 10px 0;
	line-height: 150%;
}
.bodystyle h1 {
	color: #44B85D;
	padding: 20px;
	margin: 0 0 40px 0;
	border-bottom: 2px dotted #DDDDDD;
}
.bodystyle a {
	color: #44B85D;
	text-decoration: none;
}
.bodystyle h2 {
	margin: 20px 0;
}
.first-character {
	color: #44B85D;
	font-size: 65px;
	float: left;
	line-height: 100%;
	margin: 0 10px 5px 0;
}
.bodystyle .contact {
	margin: 30px 0 0 0;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #5FC0C7;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.bodystyle .contact p {
	margin:0;
}

@media (max-width: 768px) {
.bodystyle h1 {
	font-size: 30px;
	padding: 10px;
}
.bodystyle h2 {
	font-size: 20px;
}
.bodystyle {
	padding:15px;
}
}
@media (max-width: 320px) {
.bodystyle h1 {
	font-size: 20px;
	padding: 10px;
}
.bodystyle {
	padding:15px;
}
}
