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

.body {
	COLOR: #333; font-family: Roboto; font-size: 16px; line-height: 25px;
}
.body A {
	COLOR: #000; font-family: Roboto; font-size: 16px; line-height: 25px; text-decoration: none;
}
.body A:hover {
	COLOR: #333; font-family: Roboto; font-size: 16px; line-height: 25px; text-decoration: underline;
}

.menu {
	COLOR: #FFF; FONT-FAMILY: arial; FONT-SIZE: 13px; line-height: 18px;
}
.menu A {
	COLOR: #FFF; FONT-FAMILY: arial; FONT-SIZE: 13px; line-height: 18px; text-decoration: none;
}
.menu A:hover {
	COLOR: #CCC; FONT-FAMILY: arial; FONT-SIZE: 13px; line-height: 18px; text-decoration: none;
}

.title {
	COLOR: #333; font-family: "Oswald-Regular"; font-size: 18px;
}
.title A {
	COLOR: #333; font-family: "Oswald-Regular"; font-size: 18px; text-decoration: none;
}
.title A:hover {
	COLOR: #000; font-family: "Oswald-Regular"; font-size: 18px; text-decoration: underline;
}

.trang {
	COLOR: #FFFFFF; FONT-FAMILY: Roboto; FONT-SIZE: 16px; line-height: 18px;
}
.trang A {
	COLOR: #FFFFFF; FONT-FAMILY: Roboto; FONT-SIZE: 16px; line-height: 18px; text-decoration: none;
}
.trang A:hover {
	COLOR: #FFFFFF; FONT-FAMILY: Roboto; FONT-SIZE: 16px; line-height: 18px; text-decoration: underline;
}

.xanh {
	color: #0070C0; font-family: arial; font-size: 15px; line-height: 20px;
}
.xanh A {
	color: #0070C0; font-family: arial; font-size: 15px; line-height: 20px; text-decoration: none;
}
.xanh A:hover {
	color: #344883; font-family: arial; font-size: 15px; line-height: 20px; text-decoration: underline;
}

.do {
	COLOR: #ED1C24; FONT-FAMILY: arial; FONT-SIZE: 15px; line-height: 20px;
}
.do A {
	COLOR: #ED1C24; FONT-FAMILY: arial; FONT-SIZE: 15px; line-height: 20px; text-decoration: none; 
}
.do A:hover {
	COLOR: #FF0000; FONT-FAMILY: arial; FONT-SIZE: 15px; line-height: 20px; text-decoration: underline;
}

.den {
	COLOR: #444444; font-family: Roboto; font-size: 16px; line-height: 18px;
}
.den A {
	COLOR: #444444; font-family: Roboto; font-size: 16px; line-height: 18px; text-decoration: none; 
}
.den A:hover {
	COLOR: #000000; font-family: Roboto; font-size: 16px; line-height: 18px; text-decoration: underline;
}

.xam {
	COLOR: #666; FONT-FAMILY: arial; FONT-SIZE: 14px; line-height: 18px;
}
.xam A {
	COLOR: #666; FONT-FAMILY: arial; FONT-SIZE: 14px; line-height: 18px; text-decoration: none;
}
.xam A:hover {
	COLOR: #999; FONT-FAMILY: arial; FONT-SIZE: 14px; line-height: 18px; 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:#09C; /* màu bg menu */
}
.nav > li > a:hover {
	background-color:#0085B2 !important; /* màu bg menu hover */
}

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

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

.navbar-toggle {
   background: none !important;
}
/* Dropdown menu multilevel */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
