@font-face{
	font-family: "Roboto";
	src:url(../fonts/Roboto-Regular.ttf);
}
@font-face{
	font-family: "Oswald-Regular";
	src:url(../fonts/oswald/Oswald-Regular.ttf);
}
@font-face{
	font-family: "Oswald-Light";
	src:url(../fonts/oswald/Oswald-Light.ttf);
}
@font-face{
	font-family: "Saira-Regular";
	src:url(../fonts/saira/Saira-Regular.ttf);
}
@font-face{
	font-family: "Saira-Medium";
	src:url(../fonts/saira/Saira-Medium.ttf);
}
@font-face{
	font-family: "Cookie-Regular";
	src:url(../fonts/Cookie-Regular.ttf);
}

.body {
	color: #000; font-family: "Oswald-Light"; font-size: 18px; line-height: 30px;
}
.body A {
	color: #000; font-family: "Oswald-Light"; font-size: 18px; line-height: 30px; text-decoration: none;
}
.body A:hover {
	color: #333; font-family: "Oswald-Light"; font-size: 18px; line-height: 30px; text-decoration: none;
}

.menu {
	color: #333; font-family: "Oswald-Regular"; font-size: 16px;
}
.menu A {
	color: #333; font-family: "Oswald-Regular"; font-size: 16px; text-decoration: none;
}
.menu A:hover {
	color: #000; font-family: "Oswald-Regular"; font-size: 16px; text-decoration: underline;
}

.title {
	color: #C0000B; font-family: "Oswald-Regular"; font-size: 25px; line-height: 30px;
}
.title A {
	color: #C0000B; font-family: "Oswald-Regular"; font-size: 25px; line-height: 30px; text-decoration: none;
}
.title A:hover {
	color: #8C0000; font-family: "Oswald-Regular"; font-size: 25px; line-height: 30px; text-decoration: underline;
}

.cate {
	color: #666; font-family: "Saira-Regular"; font-size: 13px;
}
.cate A {
	color: #666; font-family: "Saira-Regular"; font-size: 13px; text-decoration: none;
}
.cate A:hover {
	color: #000; font-family: "Saira-Regular"; font-size: 13px; text-decoration: underline;
}

.trang {
	color: #FFFFFF; font-family: "Oswald-Regular"; font-size: 18px; line-height: 25px;
}
.trang A {
	color: #FFFFFF; font-family: "Oswald-Regular"; font-size: 18px; line-height: 25px; text-decoration: none;
}
.trang A:hover {
	color: #FFFFFF; font-family: "Oswald-Regular"; font-size: 18px; line-height: 25px; text-decoration: underline;
}

.xanh {
	color: #0070C0; font-family: "Oswald-Regular"; font-size: 16px; line-height: 30px;
}
.xanh A {
	color: #0070C0; font-family: "Oswald-Regular"; font-size: 16px; line-height: 30px; text-decoration: none;
}
.xanh A:hover {
	color: #344883; font-family: "Oswald-Regular"; font-size: 16px; line-height: 30px; text-decoration: underline;
}

.do {
	color: #ED1C24; font-family: arial; font-size: 18px; line-height: 20px;
}
.do A {
	color: #ED1C24; font-family: arial; font-size: 18px; line-height: 20px; text-decoration: none; 
}
.do A:hover {
	color: #FF0000; font-family: arial; font-size: 18px; line-height: 20px; text-decoration: underline;
}

.den {
	color: #000; font-family: "Oswald-Light"; font-size: 18px; line-height: 30px;
}
.den A {
	color: #000; font-family: "Oswald-Light"; font-size: 18px; line-height: 30px; text-decoration: none;
}
.den A:hover {
	color: #333; font-family: "Oswald-Light"; font-size: 18px; line-height: 30px; text-decoration: none;
}

.xam {
	color: #999; font-family: "Roboto"; font-size: 15px; line-height: 25px;
}
.xam A {
	color: #999; font-family: "Roboto"; font-size: 15px; line-height: 25px; text-decoration: none;
}
.xam A:hover {
	color: #ccc; font-family: "Roboto"; font-size: 15px; line-height: 25px; text-decoration: none;
}

.dieu {
	color: #000; font-family: "Cookie-Regular"; font-size: 24px; line-height: 25px;
}
.dieu A {
	color: #000; font-family: "Cookie-Regular"; font-size: 24px; line-height: 25px; text-decoration: none;
}
.dieu A:hover {
	color: #333; font-family: "Cookie-Regular"; font-size: 24px; line-height: 25px; text-decoration: none;
}

.my-menu-text {	
	min-width:150px;
	text-decoration:none;
	background: #0070C0;
}
.my-menu-text a {		
	background: #FFF;
}

.nav > li > a {
	background-color:#F1EDE6; /* màu bg menu */
}
.nav > li > a:hover {
	background-color:#FFF !important; /* màu bg menu hover */
}

.container{
	max-width:1200px;
	margin:auto;
}
.container-fluid{
	margin:auto;
	padding:0;
}

.icon-bar {
   background: #000 !important;
}

.navbar-toggle {
   background: none !important;
}