 
@charset "utf-8";
/* CSS Document */
html, head, 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;
 
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v10/Ul00HI23GehQ9qPsH_7ocQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v10/jbCPU7JDvi-y7oVFF-ztAg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v10/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body{
	font-size:14px;	
	color:#333333;
	font-family:'Muli';
	line-height:18px;
}

a {
    outline: medium none;
    text-decoration: none;
	border:medium none;
}
.clear-all {
    clear: both;
}
img{
	border:medium none;
}
p{
	line-height:20px;
}
ul
{
	padding:0;
	margin:0;
}
li 
{
    list-style: none;
}
.page {
    text-align: center;
    margin-bottom: 20px;
    float: right;
}
.page > a {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer !important;
    display: inline;
    padding: 3px 7px;
    margin: 0px 3px;
    border-radius: 4px;
    z-index: 2;
}
.page > a:hover, .page > a.active {
    background-color: #046972;
    box-shadow: 1px -1px 6px 4px #046972 inset;
    color: #FFF;
    cursor: default;
    z-index: 2;
    display: inline;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid #046972;
}