@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: #EE3137;
    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: url(../images/bg-600.png) repeat;
    font-size: 12px;
    
    color: #3F3F3F;
}
#wrapper{
    width: 1000px;
    margin: 0 auto;
}
#header{    
    overflow: hidden;
}
#menu{

    width: 1000px;
    margin: 0 auto;

}
#menu {
    background: url("../images/bg_menu.png") repeat-x scroll center top transparent;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    height: 38px;
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}
#menu li {
    background: url("../images/line_menu.png") no-repeat scroll right center transparent;
    float: left;
    padding-right: 2px;
    position: relative;
}
#menu li.home {
    padding: 0;
}
#menu li a {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 12px 15px;
    text-transform: uppercase;
}
#menu .aleft {
    background: url("../images/arrow_menu.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    left: -23px;
    position: absolute;
    top: 0;
    width: 23px;
}
#menu .aright {
    background: url("../images/arrow_menu.png") no-repeat scroll -23px 0 transparent;
    height: 38px;
    position: absolute;
    right: -23px;
    top: 0;
    width: 23px;
}
#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: url("../images/menu_hover.png") no-repeat scroll right center;
    height: 38px;
}
#menu li.last.active:hover, #menu li.last:hover, #menu li.last.active {
    background: url("../images/menu_hover.png") no-repeat scroll left center;
}
#main-content img {
    max-width: 535px !important;
}
#menu li ul {
    background: none repeat scroll 0 0 #0473B3;
    border-bottom: 1px solid #0473B3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 30px;
    width: 180px;
}
#menu li ul li {
    background: none repeat scroll 0 0 transparent;
    float: none;
    overflow: hidden;
}
#menu li ul li a {
    font-weight: 100;
}
#menu li ul li:hover {
    background: none repeat scroll 0 0 #03639A;
}
.hasshadow {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px #CCCCCC;
}
#colleft{
    width: 210px;
    float: left;
    margin-right: 10px;
}
#colright{
    width: 220px;
    float: right;
}
#colhome{
    float: left;
    width: 780px;
    margin-bottom: 20px;
}
#colcontent{
    float: left;
    width: 550px;
}
#colcontent1{
    float: right;
    width: 780px;
}
.p1-tin {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #CACACA;
    float: left;
    height: 295px;
    padding: 5px;
    width: 538px;
    margin-bottom: 10px;
}
.p1_tin_pro {
    height: 295px;
    position: relative;
    width: 53px;
}
.p1_tin_pro a.img {
    display: block;
    height: 295px;
    overflow: hidden;
    width: 538px;
}
.p1_tin_pro a img {
    min-height: 295px;
    width: 538px;
}
.p1_tin_nen {
    background: url("../images/tranf60.png") repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 518px;
}
.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 #CACACA;
    box-shadow: 0 0 3px #CACACA;
    display: block;
    margin: 0 0 10px;
}       
.modules-title {
    background: url("../images/bg_block.png") repeat-x scroll center bottom transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-top: 2px solid #ff6600;
    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.red .modules-title{
    background: #ee3137;
    border-top: 2px solid #00a859;
    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;
}
.module-content {
    overflow: hidden;
    padding: 5px;
}
/*
.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: 198px;
    font-weight: bold;
    float: left;
    /*background: 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;
}
#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;*/
    border-bottom: 2px solid #219D10;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 7px 0 0 0;
}
.bo h2.nen_danhmuc a {
    background: url("../images/h_tinngang.png") no-repeat scroll right bottom transparent;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding: 7px 45px 7px 10px;
    text-transform: uppercase;
}

.p2_tinchinh {
    overflow: hidden;
    padding: 0 10px 10px;
}
#colright .item {
    position: relative;
    overflow: hidden;
    margin:0 0 7px 0;
}
#colright .p2_tinchinh h3 {
    text-align: center;
    opacity: 0.7;
    background: url("../images/white_50.png") repeat scroll 0 0 transparent;
    position: absolute;
    width: 188px;
    line-height: 23px;
    bottom: -4px;
}
#colright .p2_tinchinh .item:hover img{
    transform: scale(1.15);
}
#colright .p2_tinchinh h3 a.t_tin {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: red;
}
.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: 0 10px 10px;
}
.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 {
    background: url("../images/title-blue-l.png") no-repeat scroll left top transparent;
    padding: 0 0 0 25px;
    color: #FFF;
    height: 38px;
}
.brand-in {
    background: url("../images/title-blue-in.png") repeat-x scroll left top transparent;
    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: #FFF;
}
.brand li a {
    background: url("../images/brand.png") no-repeat scroll 0 3px transparent;
    color: #FFF;
    padding-left: 12px;
    padding-right: 5px;
}
.brand li a:hover {
    color: #000;
}
#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;
}

.malbum li{
    border: 1px solid #CCC;
    padding: 2px;
    margin-bottom: 10px;
    width: 190px;
}
.malbum li a{
    width: 190px;
    height: 150px;
    overflow: hidden;
    display: block;
    position: relative;
}
.malbum li img{
    width: 190px;
    min-height: 150px;
}
.malbum span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/white_50.png) repeat;
    width: 280px;
    padding: 5px;
    font-size: 16px;
    color: #000;
    font-family: "utm_swiss";
}

.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: 150px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 5px 15px -10px #000000;
    padding: 3px;
    height: 90px;
    float: left;
    margin-right: 10px;   
}
.listnews .img a{
    width: 150px;
    height: 90px;
    float: left;
    overflow: hidden;
}
.listnews .img img{
    width: 150px;
    min-height: 90px;
}
.listnews h2{
    margin-bottom: 5px;
}
.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 dashed #d1d1d1;
    padding: 5px 0px;
    margin: 5px 0px;
    overflow: hidden;
}
.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;
}
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 #fc6f11;
    font-weight: bold;
}
table.doc td{
   border-bottom: 1px solid #d1d1d1; 
}
table.doc td.left{
    border-left: 1px solid #d1d1d1;
    background: #f2f2f2;
}
table.doc td.right{
    border-right: 1px solid #11ace6;
    border-bottom: 1px solid #11ace6;
    background: #11bcfc;
    text-align: left;
}
table.doc th,
table.doc td{
    padding: 5px;
}
table.doc td a{
    color: #fff5c6;
    font-weight: bold;
}
table.doc td a:hover{
    text-decoration: underline;
}
table.doc td span{
    float: right;
    font-size: 11px;
    color: #FFF;
}
.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: 180px;   
    height: 110px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 10px;
    
}
.p2_tinchinh .img a{
    width: 180px;   
    height: 110px;
    overflow: hidden;
    display: block;
    float: left;
}
.p2_tinchinh .img img{
    width: 180px;
    min-height: 110px;
}
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: #00A859; /* url("../images/title-blue-in.png") repeat-x scroll left top transparent;*/
    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 10px;
}
#footer a {
    color: #FAFAFA;
}
#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;
}