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, ol, ul, li,
fieldset, form, legend,
table, label, 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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* font */
body {
	font-family:Verdana, Geneva, sans-serif;
}
/* fix float */
.clear { clear: both; font-size: 0; line-height: 0; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block;}
/*Font Nunito*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&subset=latin-ext,vietnamese');
body{font-family: 'Nunito Sans', sans-serif !important; line-height: 1.5;}
/*Font Icon*/
@font-face {
  font-family: 'icon-pcgs';
  src:  url('../fonts/icon-pcgs.eot');
  src:  url('../fonts/icon-pcgs.eot#iefix') format('embedded-opentype'),
    url('../fonts/icon-pcgs.ttf') format('truetype'),
    url('../fonts/icon-pcgs.woff') format('woff'),
    url('../fonts/icon-pcgs.svg#icon-pcgs') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-pcgs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-expand:before {
  content: "\e90a";
}
.icon-shrink:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-google-plus:before {
  content: "\e902";
}
.icon-hidden:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-see:before {
  content: "\e907";
}
.icon-sort-down:before {
  content: "\e908";
}
