﻿:root {  font-size:16px;}
* {box-sizing: border-box;margin:0px; padding:0px;}
html {min-height: 100%;}
/* List style:
25A0 - square
25B6 - Triangle
23E9 - 2 triangles
2713 - tick
2714 - tick dick
2010 - dash
2212 - long dash
2022 - District (Bullet)
2B9A - Dreick 3D
&#9642;  vuong nho 
&ndash;
&#9632;  vuong to
*/
#wrapper {
	width: 520px;
	margin: 0.75rem auto;
	padding: 0px;
	/*font-family: "Trebuchet MS", Verdana, "sans-serif";*/
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	line-height: 1.2875rem;
	box-sizing:border-box;
	background-color: #fff;
	border: solid thin #8CC63F;
	position: relative;
	overflow: hidden;
	color:#000;
}
address {
	font-style:normal;
}
article {
	margin: 0px 0px 0px 0px;
	padding: 0px 1.5rem 0px 2.5rem;
	position: relative;
}
header {
	margin: 0px 0px 0rem 0px;
	padding: 0px 0px 0px 0px;
}
section {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
article img{
	position: absolute;
	bottom: 28%;
	right: 2%;
}
footer img {
	position: absolute;
	bottom: 2.0625rem;
	right: 2.1875rem;
}
footer {
	margin: 1rem 0rem 0rem 0rem;
	padding: 0px 2.5rem 1.875rem 2.5rem;
	position: relative;
}
h1{
	font-size: 1.65rem;
	margin: 10px 0px 0.5625rem;
	line-height:1.75rem;
	color: #8CC63F;
	text-align: center;
}
h1 span{
	font-size: 0.8125rem;
	line-height: 1.525rem;
	display: block;
	padding-top: 0.1875rem;
}
h2{
	font-size:0.875rem;
	margin: 0rem 0px 0.375rem;
	line-height:1.125rem;
}
h3{
	font-size:1.375rem;
	margin: 1rem 0px;
	line-height:1.625rem;
}
p {
	margin-bottom: 0px;
}
p:last-child {
	margin-bottom:0px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul {
	margin: 0px 0px 1.25rem 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 1.25rem;
	background: url(icon.jpg) left 2px no-repeat;
	margin-bottom: 0.3125rem;
}
figure {
	margin: 0px; padding: 0px;
}

.clearfix {
	clear:both;font-size:0px;line-height:0px;display:block;
}
@media screen and (max-width: 520px) {
#wrapper {
	width: 100%;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin:0px auto;
	border:none;
}
	article, footer {
		padding-left: 3%;
		padding-right: 3%;
	}
	article p br {
		display: none;
	}
	footer img {
		position: static;
	
	}
	footer {
		padding-bottom: 3%;
	}
h1{
	margin: 1rem 0px 1rem  0%;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
h2{
	margin: 2.5% 0px;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
ul li br{
	display: none;
}	
article img {
    position: static;
 
}

p{ margin-bottom:2.5%;}
}