
.fl {float: left;} .fr {float: right;}
a,div,h1,h2,h3,h4,h5,h6,p{margin: 0px;padding: 0px;font-weight: normal;}
a{text-decoration: none;}
img ,ul{padding: 0px;margin: 0px} ul li{list-style-type: none;}

.w3-container {
	padding: 0px 0px;
}

.clear{
	content: "";
	display: table;
	clear: both;
}

.wrapper-header,.wrapper-middle,.wrapper-footer {width: 100%;height: auto;}
 
 
.width1170 {
  width: 1170px;
  height: auto;
  margin: auto;
} 
 
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=vietnamese';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&amp;subset=vietnamese';

body{
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  position: relative;
}