html {
  margin: 0px;
  font-family: Arial;
}
body {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 0px auto;
  padding: 0px;
  background-attachment: fixed;
  text-align: center;
  background: #EFEFEF url(images/bg_body.jpg) repeat-x;
  width:100%;
  height:100%;
}

a:link,a:visited
{
  color: #003399;
  outline: none;
  text-decoration: none;

}
a:hover
{
  color: #F40;
  outline:none;
  text-decoration: underline;
}

.divSwapper{
  margin: 0 auto;
  width: 998px !important;
  border: 0px solid #FF0000;
  background-attachment:fixed;
  text-align: left;
  background:#fff;
}
.header{
  float: left;
  height: 133px;
  border: 0px solid #0066CC;
  overflow: hidden;
}
.header_left{
  float: left;
  width: 205px;
  background: url(images/logo.jpg) no-repeat;
  height: 52px;
  overflow: hidden;
  text-align: center;
  padding-top: 124px;
}

.header_right{
  float: left;
  width: 785px;
  background: #00A650 url(images/bg_header_right.jpg) top no-repeat;
  height: 176px;
  overflow: hidden;
  border: 0px solid #0066CC;
}

.title_left_support{
  color:#333333;
  text-transform: uppercase;
  font-weight: bold;
  background: url(images/bg_tile_left_support.jpg) no-repeat;
  height: 20px;
  padding-top: 5px;
  text-indent: 5px;

}

.title_left{
  color:#333333;
  text-transform: uppercase;
  font-weight: bold;
  background: url(images/bg_tile_left_support.jpg) no-repeat;
  height: 20px;
  padding-top: 5px;
  text-indent: 5px;

}

.title_left_login{
  color:#333333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.header_login{
	background:url(images/box_header_login.jpg);
	width:170px;
	height:5px;
	font-size:3pt;
}

.header_box_c{
	background:url(images/h_box_c.jpg);
	width:170px;
	height:5px;
	font-size:3pt;
}

.center_login{
	background:url(images/box_center_login.jpg) repeat-y;
	width:170px;	
}

.center_login{
	background:url(images/box_center_login.jpg) repeat-y;
	width:170px;	
}
.bottom_login{
	background:url(images/box_bottom_login.jpg);
	width:170px;
	height:4px;
	font-size:3pt;

}

.login{
  border: 0px solid #FFFF00;
  text-align: right;
  float: right;
  padding-right: 10px;
}

.login a{
  font-family: Arial;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 9px;
  text-transform: uppercase;
}
input.username{

  height: 20px;
  width: 148px;
  border: 0px solid #404040;
  font-size: 11px;
  color: #999999;
  background: url(images/bg_input.jpg) no-repeat;
}

input.username:hover{
  height: 20px;
  width: 148px;
  border: 0px solid #404040;
  font-size: 11px;
  color: #999999;
  background: url(images/bg_input.jpg) no-repeat;
}

input.pass{
  height: 20px;
  width: 148px;
  border: 0px solid #404040;
   font-size: 11px;
   color: #999999;
   background: url(images/bg_input.jpg) no-repeat;
}
input.pass:hover{
   height: 20px;
   width: 148px;
   border: 0px solid #404040;
   font-size: 11px;
   color: #999999;
   background: url(images/bg_input.jpg) no-repeat;
}

input.cmdlogin_vn{

   cursor: pointer;
   border: 0px solid #D2F4DD;
   color: #333333;
   font-weight: bold;
   font-size: 11px;
   background: #fff;

}

input.cmdlogin_vn:hover{
   cursor: pointer;
   border: 0px solid #D2F4DD;
   color: #333333;
   font-weight: bold;
   font-size: 11px;
   background: #fff;

}

.login a:hover{
  font-family: Arial;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 9px;
}


.menu{
  height: 33px;
  border: 0px solid #FFFF00;
  text-transform: none;
  overflow: hidden;
  margin-top: 1px;
  background: url(images/menu/bg_menu.jpg) repeat-x !important;

}

/********************/

div.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 33px;
  cursor: pointer;
  float: left;
  border: 0px solid #990000;

}
div.menu ul li {
  display: inline;
  float: left;
  cursor: pointer;
  border: 0px solid #00FF33;
  font-weight: bold;
}
div.menu ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  outline: none;
  cursor: pointer;
  background: url(images/menu/bg_menu.jpg) repeat-x;
}
div.menu ul li a span {
  padding: 8px 20px 0px;
  height: 25px;
  float: left;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 0px solid #CECECE;
  background: url(images/menu/bg_menu.jpg) repeat-x;

}

div.menu ul li a:hover {

  outline: none;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border-bottom: 0px solid #CECECE;
  border-top: 0px solid #008540;
  border-left: 0px solid #008540;
  border-right: 0px solid #008540;
  background:url(images/menu/a_left.jpg) repeat-x;
}

div.menu ul li a:hover span {
  padding: 8px 20px 0px;
  height: 25px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  border-bottom: 0px solid #CECECE;
  border-top: 0px solid #008540;
  border-left: 0px solid #008540;
  border-right: 0px solid #008540;
   background:url(images/menu/a_left.jpg) repeat-x;

}

div.menu ul li a.current{

  outline: none;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
   border-bottom: 0px solid #CECECE;
  border-top: 0px solid #008540;
  border-left: 0px solid #008540;
  border-right: 0px solid #008540;
   background:url(images/menu/a_left.jpg) repeat-x;
  margin: 0px;
}


div.menu ul li.space_menu{
  color: #fff;
  padding-top: 8px;
  margin: 0px;

}

div.menu ul li a.current span{
  padding: 8px 20px 0px;
  height: 25px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  border-bottom: 0px solid #CECECE;
  border-top: 0px solid #008540;
  border-left: 0px solid #008540;
  border-right: 0px solid #008540;
   background:url(images/menu/a_left.jpg) repeat-x;
}

div.menu ul li a#current_hover{

  outline: none;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
   border-bottom: 0px solid #CECECE;
  border-top: 0px solid #008540;
  border-left: 0px solid #008540;
  border-right: 0px solid #008540;
   background:url(images/menu/a_left.jpg) repeat-x;
}

div.menu ul li a#current_hover span{
  padding: 8px 20px 0px;
  height: 25px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  border-bottom: 0px solid #CECECE;
  border-top: 0px solid #008540;
  border-left: 0px solid #008540;
  border-right: 0px solid #008540;
   background:url(images/menu/a_left.jpg) repeat-x;
}

/*******supmenu***********/
div.dropdow
{
	width:200px;
    background:#fff;
    margin-top:-2px;
    text-transform: none;
    border-left: 1px solid #008540;
    border-right: 1px solid #008540;
    border-bottom: 1px solid #008540;
    border-top: 0px solid #008540;
    overflow: hidden;

}

div.dropdow div.dropdow_item
{
	width:260px;
	height:30px;
	background:#fff;
	color:#222222;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;

}

div.dropdow div.dropdow_item a.menudropdow:link,a.menudropdow:visited
{

	color:#222222;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	outline:none;
    padding-top:6px;
	padding-bottom:5px;
	text-align:left;
	padding-left:10px;
    width:250px;
    margin: 3px 0px 3px;
    float: left;
    height: 12px;
}

div.dropdow div.dropdow_item a.menudropdow:hover
{
	color:#222222;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
    background: #1DAAE5 url(images/menu/bg_dropdown.jpg) left no-repeat;
    padding-top:6px;
	padding-bottom:5px;
    height: 12px;
	text-align:left;
	padding-left:10px;
    width:250px;
    margin: 3px 0px 3px;
    float: left;
    border: 0px solid #990033;

}
/************************/

.language{
  margin-top: 1px;
  height:30px;
  background: #fff url(images/bg_lang.jpg) repeat-x;
  border: 0px solid #3399FF;
}
.lang_left{
  float: left;
  width: 80px;
  padding-top: 5px;
  padding-left: 10px;
  border: 0px solid #3399FF;
}
.lang_maq{
  float:left;
  width: 640px;
  border: 0px solid #3399FF;
}

.lang_search{
  float:right;
  width: 240px;
  border: 0px solid #3399FF;
  color: #000000;
  font-weight: bold;
  padding-top: 5px;
}

input.keyword{
  background: url(images/bg_input.jpg) no-repeat;
  width: 138px;
  height: 20px;
  color: #000;
  border: 0px;
  padding: 0px 5px 0px;
}

input.keyword:hover{
  background: url(images/bg_input.jpg) no-repeat;
  width: 138px;
  height: 20px;
  color: #000;
  border: 0px;
  padding: 0px 5px 0px;
}
input.buttomSearch{
  background: url(images/bt_search.jpg) no-repeat;
  width: 23px;
  height: 20px;
  border: 0px;
}

input.buttomSearch:hover{
  background: url(images/bt_search.jpg) no-repeat;
  width: 23px;
  height: 20px;
  border: 0px;
}

marquee{
	color:#EA0D16;
	padding-top:5px;
	font-weight:normal;
	font-family:Arial;
}

a.a_marqueer{
	color:#EA0D16;
	font-weight:normal;
	font-family:Arial;
}

a.a_marqueer:hover{
	color:#EA0D16;
	font-weight:normal;
	font-family:Arial;
}

.new_home{
  border: 0px solid #CCFF99;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.new_home_left{
  float: left;
  width: 290px;
  border: 0px solid #CCFF99;
  min-height: 100px;
}

.new_home_right{
  float: right;
  width: 230px;
  border: 0px solid #CCFF99;
  min-height: 100px;
  padding-left: 5px;
}

.new_home_right p{
  padding: 2px 10px 2px;
  background: url(images/bullet_new.jpg) 0px 10px no-repeat;
  border: 0px solid #CC6666;
  margin: 0px;
  font-size: 11px;
}

.new_home_right p a{
  color: #000;

}

.new_home_right p a:hover{
  color: #000;
}

.picture_new{
  float: left;
  width: 75px;
}
.description_new{
  float: left;
  width: 205px;
}
 .new_home_left h2{
  padding: 0px 0px 0px 5px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;

}

.new_home_left h2 a{
  color: #000;
}
.new_home_left h2 a:hover{
  color: #000;
}
.new_home_left p{
  padding: 0px 0px 0px 5px;
  margin: 0px;
  font-size: 11px;
}





/********************/

.clear,#clear{
  clear: both;
}


.hr{
  font-size: 3pt;
  height: 1px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 10px;
  margin-top: 10px;
}

.center{
  width: 100%;
  min-height: 300px;
  float: left;
  padding-bottom: 10px;
  border: 0px solid #FF3399;
}
.center_left{
  float: left;
  width: 170px;
  border: 0px solid #FF3399;
  min-height: 300px;
  padding-top: 0px;
  padding-left:5px;
}

.title_right{
  background: url(images/title_right.jpg) no-repeat;
  height: 22px;
  color: #FFF;
  text-transform: uppercase;
  text-indent: 20px;
  padding-top: 5px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  border: 0px solid #DEDEDE;
  width: 255px;
}


.title_home{
  color:#fff;
  font-size: 16px;
  padding-left:10px;
  float: left;
  width:530px;
  background: url(images/bg_header_body_home.jpg) no-repeat;
  height: 22px;
  padding-top: 8px;
}


.title_home span{
  color:#fff;
  font-size: 12px;
  background:#EB1720;
  float: left;
  padding: 2px 15px 2px;
  margin-left: 20px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: bold;
}

.center_body_home{
  background: url(images/bg_center_body_home.jpg) repeat-y;
  width: 530px;
  padding: 0px 5px 0px;
}
.bottom_body_home{
  background: url(images/bg_bottom_body_home.jpg) no-repeat;
  height: 5px;
  font-size: 3pt;
  width: 540px;
  margin-bottom: 10px;
}


span.picture{
  float: left;
  margin: 10px 10px 10px 0px;
}


span.detail{
  float: right;
  padding:5px 20px 10px;
  color: #434242;
  font-weight: bold;
}
span.detail a:link,span.detail a:visited{
  color: #434242;
  font-weight: bold;
  text-decoration: none;
}

span.detail a:hover{
  color: #434242;
  font-weight: bold;
  text-decoration: underline;
}
.box_header{
  height: 10px;
  background: url(images/box_header.jpg) no-repeat;
  font-size: 3pt;
}
.box_header_tin{
  height: 34px;
  background: url(images/b_h_tin.jpg) no-repeat;
}
span.title{
  font-size: 13px;
  font-family: Verdana;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 5px 0px 15px;
  float: left;

}

.item_other{
  float: left;
  width: 70%;
  color: #333333;
  padding: 10px 10px 5px;
  text-align: left;

}

.item_other a:link,.item_other a:visited{
  color: #333333;
  text-decoration: none;

}

.item_other a:hover{
  color: #999999;
  text-decoration: none;

}


.box_center{
  background: url(images/box_center.jpg) repeat-y;
  line-height: 150%;
  padding: 10px 0px 10px;
}

.box_bottom{
  background:url(images/box_bottom.jpg) no-repeat;
  height: 10px;
  font-size: 3pt;
  width: 100%;
  margin-bottom: 10px;
}

.center_right{
  float: left;
  width:540px;
  text-align: left;
  border: 0px solid #FF3399;
  min-height: 300px;
  line-height: 18px;
  overflow: hidden;
  text-align: justify;
  margin-left: 8px;

}

.center_right .title{
  float: left;
  font-size:16px;
  color: #000000;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 10px;
}

.title_new{
  color: #3367B3;
}

a.sitePath:link,a.sitePath:visited
{
	color:#6699FF;
	text-decoration:none;
	outline:none;
    font-size: 11px;
    font-weight: bold;
}
a.sitePath:hover
{

	color:#000000;
	text-decoration:none;
	outline:none;
    font-size: 11px;
    font-weight: bold;
}

.center_r_r{
  float: right;
  width: 254px;
  border: 0px solid #FF0000;
  min-height: 300px;
  overflow: hidden;
  padding-right:5px;
}


/*********************phan trang **/
div.paging_meneame{
  margin: 0px;
  color: #515866;
  padding: 0px 8px 0px 8px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 2px;
  float: right;
}
div.paging_meneame a {
  float: left;
  width: 18px;
  border: #515866 1px solid;
  margin-left: 1px;
  text-decoration:none;
  color: #515866;
}
div.paging_meneame a:hover {
  float: left;
  width: 18px;
  border: #E77918 1px solid;
  font-weight: normal;
  text-decoration:none;
  color: #515866;
}
div.paging_meneame a:active {
  float: left;
  width: 18px;
  border: #E77918 1px solid;
  font-weight: normal;
  background: #515866;
  color: #515866;
  text-decoration:none;
}
div.paging_meneame span.paging_current {
  float: left;
  width: 18px;
  border: #515866 1px solid;
  font-weight: normal;
  background: #FFFFFF;
  color: #DA251C;

}
div.paging_meneame span.paging_disabled {
  float: left;
  width: 18px;
  border: #999 1px solid;
  font-weight: normal;
  display:none;

}

/***feedback**************/
.lblError,.saodo{color:#f00;font-weight:normal;padding-left:3px;padding-top:2px;text-align:left;text-decoration:none}
.right_row1{float:left;font-weight:normal;height:20px;margin-bottom:2px;margin-top:2px;padding-left:10px;text-align:left;width:100px; border: 0px solid #00FF33}
.right_row2{float:left;font-weight:normal;margin-bottom:2px;margin-top:2px;padding-left:5px;text-align:left;border: 0px solid #00FF33}
.row2 td,.row1 td{border-bottom:1px solid #EBF1F6;border-right:1px solid #EBF1F6;padding:3px 8px;text-align:left;width:80%}
.row2 td.col,.row1 td.col{font-weight:bold;width:20%}
em.error{background:url("../images/unchecked.gif") no-repeat 0px 0px;margin-left:3px;padding-left:16px}
em.success{background:url("../images/checked.gif") no-repeat 0px 0px;margin-left:3px;padding-left:16px}
input{padding-left:4px;text-indent:0px;!padding-left:0px;!text-indent:4px}
input:hover{background:#ECE9D8;color:#ad1c1c}
select,input{background:#fff url(../images/input.gif) 0px 0px repeat-x;border:1px solid #ccc;cursor:pointer}

.footer{
  background: url(images/bg_f.jpg) no-repeat;
  width: 988px;
  margin: 0px auto;
  padding: 0px;
  border: 0px solid #0000CC;
  padding:0px 5px 5px;
  overflow:hidden;
}

.footer_left{
  width: 50%;
  margin: 0px auto;
  height: 87px;
  text-align: left;
  color: #535353;
  padding-right: 30px;
  padding-top: 10px;
  line-height: 160%;
  border: 0px solid #FF3399;
  font-family: Tahoma;
  float: left;
}

.footer_left a{
  color: #535353;
  text-decoration: none;
}

.footer_left a:hover{
  color: #535353;
  text-decoration: underline;
}

.footer_right{
  color: #535353;
  font-size: 11px;
  font-family: Verdana;
  text-align: right;
  float: right;
  width: 40%;
  border: 0px solid #0000CC;
  padding-top: 10px;
  line-height: 170%;

}

.footer_right a{
  color: #535353;
  text-decoration: none;
  font-size: 11.5px;

}

.footer_right a:hover{
  color: #535353;
  text-decoration: underline;
  font-size: 11.5px;
}

a.a_pic:link,a.a_pic:visited{
    overflow:hidden;
    text-align: center;
	outline:none;
    float: left;
}
a.a_pic:hover
{
	overflow:hidden;
	opacity:0.80;
	moz-opacity:0.80;
	filter:alpha(opacity=80);
    text-align: center;
	outline:none;
    float: left;
}

div.related_link{
  width: 180px;
  overflow: hidden;
  margin-bottom:10px;
}
div.title_l{
  height: 25px;
  background: url(images/title_reled.jpg) no-repeat;
  font-size: 15px;
  color: #FFFFFF;

  padding-left: 10px;
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}
div.middle_l{
  background: url(images/middle_reled.jpg) repeat-y;
}
div.item_title{
  font-size:13px;
  color: #264595;
  background: url(images/bullet.jpg) 8px 11px no-repeat;
  padding-left: 18px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 3px;
}
a.a_item_title:link,a.a_item_title:visited
{
   color: #264595;
   text-decoration:none;
}
a.a_item_title:hover
{
   color: #264595;
   text-decoration: underline;
}
a.a_item_title_curent:link,a.a_item_title_curent:visited,a.a_item_title_curent:hover
{
   color: #264595;
   text-decoration:none;
   font-weight: bold;
}
div.item_content{
  color: #666666;
  font-size: 11px;
  padding-left:20px;
  text-align: left;
  padding-bottom: 5px;
  line-height: 120%;
}
div.bottom_l{
  height: 3px;
  background: url(images/bottom_reled.jpg) no-repeat;
  font-size: 3pt;
}

div.title_menu
{
  height: 50px;
  color: #FFF;
  font-size: 25px;
  text-align: left;
  background: #97CDFB;
  padding-top: 20px;
  padding-left: 10px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 100%;
}
div.item_menu{
  color: #264595;
  font-size: 13px;
  text-align: left;
  line-height: 110%;
}
.item_menu a.a_menu:link,.item_menu a.a_menu:visited{
  color: #264595;
  font-size: 12px;
  text-align: left;
  line-height: 110%;
  text-decoration: none;
  padding:15px 5px 10px 15px;
  float: left;
  font-weight: normal;
  width:90%;
  outline: none;
  line-height: 120%;  
  background: #fff;
}

.item_menu_space{
	clear:both;
	height:1px;
	font-size:3pt;
	border-bottom: 1px solid #ddd;  
}
.item_menu a.a_menu:hover{
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 110%;
  text-decoration: none;
  padding:15px 5px 10px 15px;
  float: left;
  background:#1ED159;
  font-weight: normal;
  width:90%;
  line-height: 120%;
  outline: none;
}
.item_menu a.a_menu_curent:link,.item_menu a.a_menu_curent:visited,.item_menu a.a_menu_curent:hover{
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 110%;
  text-decoration: none;
  padding:15px 5px 10px 15px;
  float: left;
  background:#1ED159;
  font-weight: normal;
  width:90%;
  line-height: 120%;
  outline: none;
}

div.item_space{
  font-size: 0pt;
  border-bottom: 1px dotted #bbb;
}

div.item_space2{
  font-size: 0pt;
  border-bottom: 1px dotted #bbb;
}

.menu_footer{
  height: 40px;
  clear: both;
  border: 0px solid #0033CC;
  padding-top: 11px;
}


#mnfnav a{
  color: #E9E9E9;
  text-decoration: none;
}

#mnfnav a:hover{
  color:  #fff;
  text-decoration: none;
}

#mnfnav{
  float: left;
  width: 662px;
  border: 0px solid #FF0000;
  font-size: 11px;
}

#mnfnav ul{
  width: 662px;
  list-style-type: none;
  float: left;
  margin: 0px;
  padding: 0px 17px 0px;
}
#mnfnav ul li {
    list-style:none;
    float: left;
    margin: 7px 3px 0px;
    color: #E9E9E9;
    font-weight: bold;
    font-size: 11px;
}

li.space2 {
    list-style:none;
    float: left;
    margin: 7px 2px 0px;
    color: #E9E9E9;
}

#mnfnav ul li a {
    color: #E9E9E9;
    text-decoration: none;
}

#mnfnav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#mnfnav ul li a.curent{
    color: #fff;
    text-decoration: none;
}
li.space2 {
    list-style:none;
    float: left;
    margin: 7px 2px 0px;
    color: #E9E9E9;
}

/* end menu left */


