/* menu ngang hiển thị trên PC */

@font-face {
font-family: mywebfont; 
src:url('http://chilivihao.com/en/fonts/UVNHongHaHep.TTF') format('truetype'),
	url('http://chilivihao.com/en/fonts/UVNHongHaHep.woff#iefix') format('embedded-opentype'),
	url('http://chilivihao.com/en/fonts/UVNHongHaHep.TTF/UVNHongHaHep.woff') format('woff');
font-weight:normal;
font-style:normal;
}

.mattblackmenu ul{
margin-left: 25%;
padding: 0;
list-style-type: none;
border-bottom: 0px solid none;
background: none;
overflow: hidden;
width: 75%;
font: 16px mywebfont, Arial, Helvetica, sans-serif;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
padding: 5px 12px; /*padding inside each tab*/
border-right: 0px solid #666; /*right divider between tabs*/
color: #21793d;
background: none;
font-size: 16px;
font-family: mywebfont, Arial, Helvetica, sans-serif;
}

.mattblackmenu li a:visited{
color: #21793d;
}

.mattblackmenu li a:hover{
background: white; /*background of tabs for hover state */
color: #c4151c;
}

.mattblackmenu a.selected{
color: #c4151c; /*background of tab with "selected" class assigned to its LI */
background:#fff;
}
