@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,500&subset=latin-ext,vietnamese');
/* CSS Document url(../images/bg_body.png) no-repeat fixed top center*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;

}
body{
	font-size:14px;
	background: #fff;
	font-family:Roboto, sans-serif;
	line-height:21px;
}
ul, ol {
    list-style: none outside none;
}
a {
    outline: medium none;
    text-decoration: none;
	border:medium none;
}
.clear {
    clear: both;
}
img{
	border:medium none;
}