body {
	font-family:Times New Roman !important;
}
td {
	font-family:Times New Roman !important;
}
A
{
    COLOR: #0000FF;
    TEXT-DECORATION: none;
	font-family:Times New Roman !important;
}
font-face {
  /* font-family: "Coolvetica Rg1"; */
  /* src: local('Coolvetica Rg'), url(http://hanoisoft.com.vn/CoolveticaRg-Regular.ttf) format("opentype"); */
  font-weight: 400;
  font-style: italic;
  font-variant: normal;
  font-stretch: normal;
}
font {
	font-family:Times New Roman !important;
	/* font-size:14px !important; */
}
input,textarea,select {
	font-family:Times New Roman !important;
	font-size:16px;
}
.jqx-widget-content-ui-redmond {
	font-family:Times New Roman !important;
}
.jqx-widget-header-ui-redmond {
	color: black !important;
    font-family: Times New Roman !important;
    font-size: 14px !important;
}
.jqx-fill-state-normal-energyblue, .jqx-widget-header-energyblue {
	color:black !important;
	font-family: Times New Roman !important;
	font-size: 14px !important;
}

.cls_btn {
	border-color: #386487 !important;
	background-color:#ffffff !important;
	color: #000 !important;
}
.cls_btn:hover{
	/* border:1px solid #4848ff !important;
	font-weight:bold; */
	background-color:#386487 !important;
	color:#ffffff !important;
	cursor: pointer;
	-webkit-box-shadow:5px 5px 5px #ccc;
	-moz-box-shadow:5px 5px 5px #ccc;
	box-shadow:5px 5px 5px #ccc;
	/* box-shadow:0 1px 0 #333; */
}
.cls_cbo {
	border-radius: 5px;
	border-collapse: collapse;
	border: 1px solid #64859f;
}
.cls_cbo:hover {
	cursor: pointer;
	border: 1px solid #386487;
	box-shadow:2px 2px 2px #ccc;
}
.cls_txt{
	border-radius: 5px;
	border-collapse: collapse;
	border: 1px solid #64859f;
}
.cls_txt:hover {
	/* cursor: pointer; */
	border: 1px solid #386487;
	box-shadow:2px 2px 2px #ccc;
}

/*menu*/
.menu_ngang {
    width:100%;
	float:left;
	margin-left:0px;
	background-color: #0089cf;
}
.menu_ngang ul {
    list-style: outside none none;
    position:relative;
    line-height: 25px;
    position:relative;
    margin-top: 0px;
    margin-left:0px;
}
.menu_ngang ul li {
    float:left;
    display: inline-block;
    text-decoration: none;
    
}
.menu_ngang ul li a {
    font-weight:bold;
    color:White;
    text-decoration: none;
    margin-top:5px;
    padding: 0px 10px;
	font-size:16px;
}
.menu_ngang ul li:hover {
    background-color: white;
}
.menu_ngang ul li a:hover {
    color:Black;    
}

#menu_ngang_xo ul {
	position: absolute;
	display:none;
	z-index:999;
}
#menu_ngang_xo li {
	position:relative;
	background-color:#0089cf;
}
#menu_ngang_xo li:hover{
	background-color:#0089cf;
	z-index:999999;
}
#menu_ngang_xo li ul li a:hover{
	background-color:White;
}

#menu_ngang_xo li ul a {
	width:400px;
	float:left;
}
#menu_ngang_xo li:hover ul ul,
#menu_ngang_xo li:hover ul ul ul,
#menu_ngang_xo li:hover ul ul ul {
	display:none;
}
#menu_ngang_xo li:hover ul,
#menu_ngang_xo li li:hover ul,
#menu_ngang_xo li li li:hover ul,
#menu_ngang_xo li li li li:hover ul {
	display:block;
}

.cls_img_mousemove b:hover{
	color:Red;
}

