@font-face {
    font-family: 'utm_avo';
    src: url('../font/utm_caviar-webfont.eot');
    src: url('../font/utm_caviar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/utm_caviar-webfont.woff') format('woff'),
         url('../font/utm_caviar-webfont.ttf') format('truetype'),
         url('../font/utm_caviar-webfont.svg#utm_avoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'utm_swiss';
    src: url('../font/utm_swiss_condensedbold.eot');
    src: url('../font/utm_swiss_condensedbold.eot?#iefix') format('embedded-opentype'),
         url('../font/utm_swiss_condensedbold.woff') format('woff'),
         url('../font/utm_swiss_condensedbold.ttf') format('truetype'),
         url('../font/utm_swiss_condensedbold.svg#utm_swiss_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'utm_facebook';
    src: url('../font/utm_facebookr_kt.eot');
    src: url('../font/utm_facebookr_kt.eot?#iefix') format('embedded-opentype'),
         url('../font/utm_facebookr_kt.woff') format('woff'),
         url('../font/utm_facebookr_kt.ttf') format('truetype'),
         url('../font/utm_facebookr_kt.svg#utm_facebook_ktregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, img, samp, small, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    font-family: Arial,Helvetica,Sans-Serif;
}
a{
    color: #377DC4;
    text-decoration: none;
}
a:hover{
    color: #FF6600;
    text-decoration: none;
}
input[type="text"], 
input[type="password"],
input[type="radio"],
input[type="checkbox"] {
    background-color: #FFFFFF;
    border-color: #999999 #C1C1C1 #E1E1E1;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #CCCCCC inset;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    
    outline: 0 none;
    padding: 3px;
}
.clear{
    clear: both;
}
input[type="text"]{
   height: 17px;   
}
select {
    background-color: #FFFFFF;
    border-color: #999999 #C1C1C1 #E1E1E1;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #CCCCCC inset;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;

    outline: 0 none;
    padding: 3px;
}
textarea {
    background-color: #FFFFFF;
    border-color: #999999 #C1C1C1 #E1E1E1;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #CCCCCC inset;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    outline: 0 none;
    padding: 3px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    padding: 10px 0px;
}
.pages a{
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #DFDFDF;
    cursor: pointer;
    font-size: 11px;
    margin: 0 2px;
    padding: 4px 7px;
}

.pages .current{
    background: none repeat scroll 0 0 #6F6F6F;
    border-color: #646464;
    box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #FFFFFF;
    color: #FFFFFF;
    font-weight: bold; 
    cursor: pointer;
    font-size: 11px;
    margin: 0 2px;
    padding: 4px 7px;
    border-radius: 3px 3px 3px 3px;
}
.fr{
    float: right;
}
.f11{
    font-size: 11px;
}
.show_success,
.show_error,
.show_notice{
    box-shadow: 0 1px 2px #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    background: #defedc;
}
body{
    background:#f8f8f8;
    font-size: 13px;    
    color: #000;
}
#wrapper{
    width: 100%;
    margin: 0 auto;
   
}
#header{    
    overflow: hidden;
}
#menu{

    width: 100%;
    margin: 0 auto;

}
#menu {
    background: #1C8217;
    height: 41px;
    position: relative;
    z-index: 100;
}
#menu li { 
    float: left;
    position: relative;
}
#menu li.home {
    padding: 0;
}
#menu li a {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 12px 15px;
    border-right: 1px solid #81E376;
    font-size: 13px;
    text-transform: uppercase;
}
#menu li.home a {
    padding: 5px 9px;
}
#menu li.last {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#menu li.active, #menu li:hover {
    background: #81E376;
   
}
#menu li.active, #menu li:hover a {
	 color: #1C8217;
}

#menu li.last.active:hover, #menu li.last:hover {
    background: none repeat scroll 0 0 #0473B3;
}
#menu li ul {
    background: none repeat scroll 0 0 #81E376;
    border-bottom: 1px solid #1C8217;
    border-left: 1px solid #1C8217;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 40px;
    width: 220px;
}
#menu li ul li {
    background: none repeat scroll 0 0 transparent;
    float: none;
    overflow: hidden;
    text-transform: none;
}
#menu li ul li a {
    font-weight: 100;
    text-transform: none;
}
#menu li ul li:hover {
    background: none repeat scroll 0 0 #9ED998;
    border-right:none;
}
.hasshadow {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px #CCCCCC;
}
#colleft{
    width: 210px;
    float: left;
    margin-right: 10px;
}
#colright{
    width: 290px;
    float: right;
    margin-top: 5px;
}
#colhome{
    float: left;
    width: 780px;
    margin-bottom: 20px;
}
#colcontent{
    float: left;
    width: 705px;
	margin-top:5px
}
#colcontent1{
    float: right;
    width: 780px;
}
#tinmoi {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #CACACA;
    float: left;
    height: 318px;
    width: 235px;
    margin-left: 5px;
}
#tinmoi h3 {
    background: url("../images/xanh.png") repeat-x scroll center bottom transparent;
    border-top: 2px solid #0b5cae;
    color: #fff;
    font-family: "utm_swiss";
    text-transform: uppercase;
    padding: 5px;
}
.moinhat {
    padding: 5px;
}
.p1-tin {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #CACACA;
    float: left;
    height: 308px;
    padding: 5px;
    width: 450px;
    margin-bottom: 10px;
}
.p1_tin_pro {
    height: 318px;
    position: relative;
}
.p1_tin_pro a.img {
    display: block;
    height: 305px;
    overflow: hidden;
    width: 450px;
}
.p1_tin_pro a img {
    min-height: 305px;
    width: 450px;
}
.p1_tin_nen {
    background: url("../images/tranf60.png") repeat scroll 0 0 transparent;
    bottom: 10px;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 430px;
}
.p1_tin_nen h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.p1_tin_nen h1 a {
    color: #FFF529;
}
.p1_tin_nen .intro {
    color: #FFFFFF;
}
.topnews .sds_nav {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
.topnews .sds_nav a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 8px;
    padding: 0 2px;
    text-indent: -9999px;
    width: 8px;
}
.topnews .sds_nav a.active {
    background: url("../images/bullets.png") no-repeat scroll 0 -19px transparent;
}
.p1_list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #CACACA;
    float: right;
    height: 305px;
    overflow: hidden;
    width: 270px;
}
.p1_list h3{
    border-top: 5px solid #078cd9;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px;

    box-shadow: 0 0 5px #CCCCCC;
    background: url(../images/bg_block.png) repeat-x center;
}

.modules {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #2865e3;
    box-shadow: 0 0 3px #A2E6AF;
    display: block;
    margin: 0 0 10px;
}       
.modules-title {
    background: #2865e3;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0 0px 15px;
    color: #0099cb;
}
.modules.green .modules-title{
    background: url("../images/xanh.png") repeat-x scroll center bottom transparent;
    border-top: 2px solid #0b5cae;
    color: #FFF;
}
.modules.pink .modules-title{
    background: url("../images/hong.png") repeat-x scroll center bottom transparent;
    border-top: 2px solid #feb506;
    color: #FFF;
}
.modules.orange .modules-title{
    background: url("../images/xanh-la.png") repeat-x scroll center bottom transparent;
    border-top: 2px solid #11b13b;
    color: #FFF;
}
.modules-title h3{
    font-family: 'utm_swiss';
    text-transform: uppercase;
    margin: 0;
    padding: 10px 5px;
    color: #fff;
}
.module-content {
    overflow: hidden;
    
}
/*
.modules{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #CACACA;
    display: block;
    margin: 0 0 10px;    
}

.modules .m-title-l{
    background: url("../images/bg-h3-all-module.png") no-repeat scroll left bottom transparent;
    border: medium none;
    color: #555555;
    font-family: "utm_swiss";
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 12px;
    padding-left: 12px;
    text-transform: uppercase;    
}
*/
/*
.modules{
    background: url("../images/module-shadow.png") no-repeat scroll right bottom transparent;
    margin: 0 0 0px;
    padding: 0 0 15px;
}

.modules .m-title-l {
    background: url("../images/title-blue-l.png") no-repeat scroll left top transparent;
    padding: 0 0 0 25px;
}
.modules .m-title-in {
    background: url("../images/title-blue-in.png") repeat-x scroll left top transparent;
}
.modules h3.m-title {
    color: #FFFFFF;
    line-height: 20px;
    margin: 0;
    padding: 14px 20px 11px 0;
    font-family: "utm_swiss";
    font-size: 16px;
    text-transform: uppercase;
}

.modules .module-content {

    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #EEEEEE #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px 10px;
}

.modules.orange .m-title-l {
    background: url("../images/title-orange-l.png") no-repeat scroll left top transparent;
}
.modules.orange .m-title-in {
    background: url("../images/title-orange-in.png") repeat-x scroll left top transparent;
}
.modules.green .m-title-l {
    background: url("../images/title-green-l.png") no-repeat scroll left top transparent;
}
.modules.green .m-title-in {
    background: url("../images/title-green-in.png") repeat-x scroll left top transparent;
}
.modules.pink .m-title-l {
    background: url("../images/title-pink-l.png") no-repeat scroll left top transparent;
}
.modules.pink .m-title-in {
    background: url("../images/title-pink-in.png") repeat-x scroll left top transparent;
}
.modules.orange_video .m-title-l {
    background: url("../images/title-orange-l.png") no-repeat scroll left top transparent;
}
.modules.orange_video .m-title-in {
    background: url("../images/title-orange-in.png") repeat-x scroll left top transparent;
}
*/
.modules.orange_video .module-content{
    padding: 0px;
} 
.p1_list_ul{
    width: 230px;
} 
#menus{
    
}
#menus li.main{
    overflow: hidden;
  
    /*border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;*/
    
    position: relative;
}
#menus li.main span.click{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/arrow_m_sub.png) no-repeat scroll 18px 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
}
#menus li.main span.click.active{
    position: absolute;
    top: 12px;
    right: 5px;
    background: url(../images/arrow_m_sub1.png) no-repeat;
    width: 10px;
    height: 8px;
}
#menus li.main a{
    padding: 8px 5px;
    width: 100%;
	font-weight: bold;
    float: left;
    background: #9fdb9d; 
    border-bottom: 1px solid #9fdb9d;
    text-transform: uppercase;
    /*linear-gradient(to bottom, #FFFFFF 0px, #E5E5E5 100%) repeat scroll 0 0 transparent; 
   background : #EDEDED url(../images/br-top.png) repeat-x bottom; */
    
}
#menus li.main ul{
    display: none;
}
#menus li.main a.active,
#menus li.main a:hover{
    /*background : #FFF url(../images/br-top.png) repeat-x bottom;   */ 
} 
#menus li.main ul{
   /*  background : #FFF url(../images/br-top.png) repeat-x top; */
     overflow: hidden;
}
#menus li.main ul a{
    padding-left: 10px;
    text-transform: none;
    font-weight: none;
     background: #a2e6af; 
}
#menus li.main ul li span{
    background: url(../images/brand.png) no-repeat scroll 0px 3px;
    padding-left: 10px;
}
#menus li.main.active a,
#menus li.main:hover a,
#menus li.main.active ul li a
#menus li.main:hover ul li a{
   /* background : #FFF url(../images/br-top.png) repeat-x bottom; */  
}
#content_{
  /*  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #CACACA;*/
    overflow: hidden;
    border-radius: 7px 0 0 0; 
}
.bo {
    overflow: hidden;
}
a img:hover {
    opacity: 0.8;
}
.bo h2.nen_danhmuc {
   /* background: url("../images/bg_tinngang.jpg") no-repeat scroll right bottom transparent;*/
    
    overflow: hidden;
    margin-right: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bo h2.nen_danhmuc a {
    color: #1C8217;
    float: left;
    font-size: 16px;
    padding: 10px 45px 10px 10px;
    text-transform: uppercase;
    border-top: 2px solid;
    background: #9fdb9d;
    font-weight: bold;
}

.p2_tinchinh {
    overflow: hidden;
    padding: 10px;
    background: #FFF;
    border-radius: 0 0px 7px 7px;
    margin-bottom: 7px;
    border: 1px solid #9fdb9d;
}
.p2_tinchinh h3 {
    margin: 0 0 8px;
}
.p2_tinchinh h3 a.t_tin {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.p2_list_tchinh {
    margin: 10px 0 0 0;
    float: left;
    max-width: 455px;
}
.p2_tinchinh .item {
    overflow: hidden;    
}
.p2_list_tchinh li {
    background: url("../images/list_bullet.gif") no-repeat scroll 5px 7px transparent;
    margin: 2px 0;
    padding-left: 15px;
}
.p2_list_tchinh li a {
    color: #114477;
}
.p2_list_tchinh li a:hover {
    text-decoration: underline;
}
.brand {
   
    padding: 0 0 0 5px;
    color: #1C8217;
    height: 38px;
}
.brand-in {
   
    padding: 10px 20px 13px 0;
    height: 18px;
}
.brand li {
    float: left;
    list-style: none outside none;
    color: #FFF;
}
.brand li a.home {
    background: url("../images/home.png") no-repeat scroll 0 -1px transparent;
    font-weight: bold;
    padding-left: 20px;
    color: #1C8217;
}
.brand li a {
    background: url("../images/brand.png") no-repeat scroll 0 3px transparent;
    color: #1C8217;
    padding-left: 12px;
    padding-right: 5px;
}
.brand li a:hover {
    color: #1C8217;
}
#main-content-shadow {
    background: url("../images/module-shadow.png") no-repeat scroll right bottom transparent;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
#main-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 6px;
}
.fulltext img {max-width: 95%; height: auto !important;}
.p1_list_ul li{
    padding: 5px;
    border-bottom: 1px dashed #d1d1d1;
}
.p1_list_ul li span{
    color: #999;
    font-size: 11px;
    padding-left: 10px;
}

/*********** news*********/
.listnews li{
    border-bottom: 1px dashed #d1d1d1;
    padding: 10px 0px;
    margin: 5px 0px;
    overflow: hidden;
}
.listnews .img{
    width: 200px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 5px 15px -10px #000000;
    padding: 3px;
    height: 110px;
    float: left;
    margin-right: 10px;   
}

.listnews .img a{
    width: 200px;
    height: 110px;
    float: left;
    overflow: hidden;
}
.listnews .img img{
    width: 200px;
    min-height: 90px;
}
.listnews h2{
    margin-bottom: 5px;
    line-height: 16px;
}
.listnews h2 a{
    font-size: 15px; 
}
.introtext{
    font-weight: bold;
    margin-bottom: 10px;
}
.fulltext{
    clear: both;
}
.fulltext p{
    margin-bottom: 5px;
    line-height: 20px;
}
.tinlienquan {
    border-bottom: 1px dashed #BEBEBE;
    color: #A50E35;
    font-family: "utm_swiss";
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0;
    text-transform: uppercase;
}
.ul_other li {
    margin-bottom: 5px;
}
.ul_other li a {
    background: url("../images/item-menu-sub.png") no-repeat scroll 0 3px transparent;
    padding-left: 10px;
}

.mod_n li{
    border-bottom: 1px solid #d1d1d1;
    margin: 0px 0px 3px 0;
    overflow: hidden;
    padding-bottom: 2px;
}
.mod_n li .img{
    width: 80px;
    height: 50px;
    float: left;
    margin-right: 5px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    display: block;
}
.mod_n li .img img{
    width: 80px;
    min-height: 50px;
}
.moinhat li{
    border-bottom: 1px solid #d1d1d1;
    margin: 0px 0px 3px 0;
    overflow: hidden;
    padding-bottom: 3px;
}
.moinhat li .img{
    width: 50px;
    height: 45px;
    float: left;
    margin-right: 5px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    display: block;
}
.moinhat li .img img{
    width: 50px;
    min-height: 45px;
}
h1.title{
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'utm_swiss';
}

table.doc{


    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    color: #666666;
    margin: 0 auto;
    width: 100%;
}
table.doc th{
    border-bottom: 2px solid #E1E1E1;
    font-weight: bold;
}
table.doc td{
   border-bottom: 1px solid #E1E1E1; 
}
table.doc td.left{
    border-left: 1px solid #E1E1E1;
    background: #f2f2f2;
}
table.doc td.right{
    text-align: left;
}
table.doc th,
table.doc td{
    padding: 5px;
}
table.doc td a{
    color: #fff5c6;
}
table.doc td a:hover{
    text-decoration: underline;
}
table.doc td span{
    float: right;
    font-size: 11px;
    color: #212121;
}
table.doc td.down span{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0;
}
table.doc td.down {
    border-right: 1px solid #E1E1E1;
}
.dsphoto li{
    float: left;

    margin-top: 15px;
    margin-right: 15px;
}
.dsphoto .img{
    width: 250px;
    height: 160px;
    float: left;
    overflow: hidden;
    background: url(../images/category_img_bg.png) repeat;
    padding: 5px;
    position: relative;
}
.dsphoto .img a{
    width: 250px;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative;
}
.dsphoto .img img{
    width: 250px;
    min-height: 160px;
}
.dsphoto li .title {
    background: url("../images/trans-40.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFF;
    font-size: 12px;

    left: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 240px;
    z-index: 100;
}
.dsphoto li span.zoom-icon {
    background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    margin-top: -36px;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 100;
}
.dsphoto li .full {
    background: url("../images/trans_50.png") repeat scroll 0 0 transparent;
    display: none;
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
}
.limg li{
    width: 160px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(../images/category_img_bg.png) repeat;
    padding: 5px;
}
.limg li a{
    width: 160px;
    height: 110px;
    overflow: hidden;
    float: left;
    position: relative;

}
.limg li a img{
    width: 160px;
    min-height: 110px;
}
.limg li a .full {
    background: url("../images/trans_50.png") repeat scroll 0 0 transparent;
    display: none;
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 180px;
}
.limg li a .zoom {
    background: url("../images/zom.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    left: 50%;
    margin-left: -15px;
    margin-top: -36px;
    position: absolute;
    top: 0;
    width: 36px;
}
h1.welcome{
    border-bottom: 1px solid #EBEBEB;
    color: #333333;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 22px;
}
.hn li{
    
}
.hn li .title{
    background: url("../images/heading.png") no-repeat scroll 0 4px transparent;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px 23px;
}
.p2_tinchinh .img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0 5px 15px -10px #000000;
    padding: 3px;
    width: 200px;   
    height: 120px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 10px;
    
}
.p2_tinchinh .img a{
    width: 200px;   
    height: 120px;
    overflow: hidden;
    display: block;
    float: left;
}
.p2_tinchinh .img img{
    width: 200px;
    min-height: 120px;
}
p2_tinchinh .item{
    padding-bottom: 10px;
    overflow: hidden;
}
.row-separator {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    clear: both;
    display: block;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}
.readmore {
    background: url("../images/arrow-blue.png") no-repeat scroll left center transparent;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
a.readmore:hover{
    color: #008BD3;
    text-decoration: none;
}

#footer {
    background: #005cce;
    color: #ffffff;
    padding-top: 20px;
    text-align: right;
    padding-right: 30px;
    width: 100%;
    margin-left: 10px;
    height: 154px;
}
#footer a {
    color: #006807;
}
#back-top {
    bottom: 20px;
    cursor: pointer;
    height: 39px;
    position: fixed;
    right: 20px;
    width: 41px;
}
#ServerTime{
    color: #FFFFFF;
    float: right;
    padding-right: 10px;
    padding-top: 8px;
}
#hfooter01, #hfooter02, #hfooter03 {
    width: 350px;
    float: left;    
}
#hfooter01, #hfooter02 {
    margin-right: 5px;    
}
#hfooter03 {
    float:right;
    width: 290px;    
}
table.datalist {
    background-color: #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    color: #666666;
    margin: 0 auto;
    width: 100%;
}
table.datalist th {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-weight: bold;
    padding: 8px 5px;
}
table.datalist th a {
    color: #ff0000;
}
table.datalist tr.row1 {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
table.datalist tr.row0 {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
table.datalist tr.row2 {
    border-bottom: 1px solid #cccccc;
}
table.datalist td {
    color: #000000;
    padding: 5px;
}
table.datalist tr.row1 td.td1 {
    background: none repeat scroll 0 0 #eaeaea;
}
table.datalist tr.row0 td.td1 {
    background: none repeat scroll 0 0 #f3f3f3;
}
table.datalist tr.row1 td.td2 {
    background: none repeat scroll 0 0 #b2dffe;
}
table.datalist tr.row0 td.td2 {
    background: none repeat scroll 0 0 #cfeafd;
}
table.datalist tr.row1 td.td3 {
    background: none repeat scroll 0 0 #feffaf;
}
table.datalist tr.row0 td.td3 {
    background: none repeat scroll 0 0 #fbfcc4;
}
table.datalist td a {
    color: #025a8d;
}
table.datalist td .alias {
    color: #666666;
    margin-top: 5px;
}
table.datalist td a:hover {
    color: #000000;
    text-decoration: underline;
}
table.datalist .id {
    text-align: center;
    width: 30px;
}
table.datalist .checked {
    text-align: center;
    width: 20px;
}
table.datalist .fc {
    text-align: center;
    width: 70px;
}
.title-doc {
    font-size: 13px;
    margin-bottom: 10px;
}
.datavb {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.datavb td {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: top;
}
.datavb td.label {
    font-weight: bold;
    width: 120px;
}
.attach {
    background: url("../images/attachment.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 10px 0;
    padding-left: 20px;
}
.attach a {
    color: #458ac9;
    font-weight: bold;
}
.doc-other {
    background: url("../images/my_documents.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #458ac9;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 20px;
    text-transform: uppercase;
}
.dochead {
    background: none repeat scroll 0 0 #f2f2f2;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 2px #cacaca;
    margin-bottom: 10px;
    padding: 10px;
}
table.listdoc {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 98%;
}
table.listdoc thead th {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #e1e1e1;
    color: #333333;
    padding: 5px;
}
table.listdoc tr.row1 td {
    background: url("bg.gif") repeat-x scroll 0 -32px transparent;
    border: 1px solid #e1e1e1;
    color: #555555;
    padding: 5px;
}
table.listdoc tr.row0 td {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    color: #333333;
    padding: 5px;
}
table.listdoc .label {
    font-weight: bold;
    text-align: right;
}
table.itemdoc {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 98%;
}
table.itemdoc td {
    border: 1px solid #ccc;
    padding: 5px;
}
table.itemdoc td.label {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #3d77b1;
    font-weight: bold;
    width: 100px;
}
.download {
    background: url("../images/download.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    margin: 15px 5px;
    padding-left: 18px;
}
.vanbankhac {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 3px 0;
}
.dsvanban li {
    background: url("../images/30_text.png") no-repeat scroll 0 3px transparent;
    margin: 5px 0;
    padding-left: 20px;
}
.timkiem td {
    padding: 3px 5px;
}
.timkiem select {
    width: 200px;
}
.timkiem input[type="text"] {
    width: 190px;
}
h1.cate_title {
    border-bottom: 1px dotted #dadada;
    font-size: 18px;
    padding: 10px 0 0 10px;
}
.date_cv {
    font-size: 95%;
    font-style: inherit;
}
.itemdoc img {
    max-width: 550px !important;
}
