﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff; /*  #F7F8F9; */
    font-size: 12px;
    font-family: "Arial" , "Tahoma" , "Verdana" , "sans-serif";
    margin: 0px;
    padding: 0px;
    color: #000;
}

.bg_main
{
    
}
.bg_ListPage
{
     
}

a:link, a:visited
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #b70004;
    text-decoration: none;
}

a:active
{
    color: #555555;
}

p
{
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
}
a img
{
    border: none;
    vertical-align: middle;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333333;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

a.clor6
{
    color: #666666;
}
a.clor6:hover
{
    color: #666666;
    text-decoration: underline;
}
.f-8
{
    font-size: 8px;
}
.f-9
{
    font-size: 9px;
}
.f-10
{
    font-size: 10px;
}
.f-11
{
    font-size: 11px;
}
.f-12
{
    font-size: 12px;
}
.f-13
{
    font-size: 13px;
}
.f-14
{
    font-size: 14px;
}
.f-15
{
    font-size: 15px;
}
.f-16
{
    font-size: 16px;
}
.f-17
{
    font-size: 17px;
}
.f-18
{
    background: none repeat scroll 0 0 transparent;
    font-size: 19px;
}
.f-19
{
    font-size: 20px;
}
.f-20
{
    font-size: 20px;
}
.f-21
{
    font-size: 21px;
}
.f-22
{
    font-size: 22px;
}
.f-23
{
    font-size: 23px;
}
.f-24
{
    font-size: 24px;
}
.f-25
{
    font-size: 25px;
}
.f-26
{
    font-size: 26px;
}
.f-27
{
    font-size: 27px;
}
.f-28
{
    font-size: 28px;
}
.f-50
{
    font-size: 50px;
}
.fon19
{
    color: #004A7B;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* Logo */

.header-logo .logo
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position:relative;
}
.header-logo .logo a
{
    background: url("../images/logo.png") no-repeat scroll 0 9px transparent;
    display: block;
    height: 105px;
    text-indent: -9999px;
    width: 100%;
}
.header-logo .logo-en
{
    float: left;
    margin: 0;
    padding: 0px 0 0 0;
    width: 100%;
    position:relative;
}
.header-logo .logo-en a
{
    background: url("../images/logo-en.png") no-repeat scroll 0 9px transparent;
    display: block;
    height: 105px;
    text-indent: -9999px;
    width: 100%;
}
.header-logo h1
{
    font-weight: bold; /*margin: 0px; 	padding: 8px 0px 0px 60px;*/
    color: #333;
    border: none;
    font-size: 24px;
    line-height: 25px;
    text-transform: none;
}
.header-logo h1 span.title-header
{
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #333;
    border: none;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
}

.header-logo .title-slogan
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-left: 60px;
}

.header-logo .title-slogan h2
{
    color: #7d7d7d;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.img_adv
{
    padding: 5px 0 0 0;
    float: right;
}

.contact {
	background: url(../images/button_contact.png) no-repeat;
	line-height: 29px;
	padding-left: 30px;
	float: left;
	width: 65px;
	margin: 3px 3px 0;
}

.contact a {
	color: #005795;
	font-weight: bold;
}

.contact a:hover {
	color: #007bc1;
}

.flag_right
{
	float:right;
	position:relative;
	z-index:2;
	right:0px;
	top:40px;
	width:80px;
}
.flag_right a
{
	text-decoration:none;
	padding:0 2px;
}

/* Menutop in Header 
-------------------------------------------------*/
div.MenuBarTop
{
    font-size: 12px;
    display: block;
    float: right;
    padding: 0px;
    color: #333;
    height: 40px;
}

ul.MenuBarTop
{
    margin: 0 0 0 0;
    padding: 0 30px 0 0;
    list-style-type: none;
    cursor: default;
}

ul.MenuBarTop li
{
    list-style-type: none;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding-right: 15px;
}

ul.MenuBarTop a
{
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
ul.MenuBarTop a:hover, ul.MenuBarTop a:focus
{
    color: #b70004;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #959595;
}
ul.MenuBarTop a.MenuBarItemHover
{
    color: #b70004;
}

ul.MenuBarTop span
{
    color: #7d7d7d;
    text-decoration: none;
    text-align: center;
}

/* End Menutop */
/* MenuBar */
div.menubar-bg
{
   /* background: transparent url(../images/bg_menungang.png) top center no-repeat;
    background:transparent url(../images/menubar_bg.png) repeat-x top center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
div.MenuBar-Icon
{
    height: 35px;
    line-height: 35px;
    float: left;
}

ul.MenuBar-Icon
{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.MenuBar-Icon > li
{
    display: inline-block;
    height: 35px;
    margin: 0;
    min-width: 35px;
    padding-left: 10px;
    border-right: 1px solid #0079aa;
}

ul.MenuBar-Icon li a.MenuBar-Icon1
{
}

ul.MenuBar-Icon li:hover
{
    background-color: #0079aa;
}

ul.MenuBar-Icon .c_mcp .MenuBar-Icon1 > span
{
    display: inline-block;
    position: absolute;
}
ul.MenuBar-Icon .c_mcp .MenuBar-Icon1 .is_c
{
    display: inline-block;
    vertical-align: top;
}
.is_img_menubar
{
    vertical-align: middle;
    margin-top: 5px;
}
/* /MenuBar */

/* Flag ---------
------------------------------*/
.flag
{
    float: right;
    position: relative;
    top: 10px;
}
.popup
{
    background-color: #fff;
    border-top: 1px solid #b70004;
    border-bottom: 0px solid #b70004;
    border-left: 1px solid #b70004;
    border-right: 1px solid #b70004;
    font: 11px arial;
    position: absolute;
    right: -0px;
    z-index: 100;
}
.popup A
{
    border-bottom: 1px solid #b70004;
    color: #333;
    display: block;
    font: 11px arial;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    text-align: left;
    text-decoration: none;
    text-indent: 3px;
    width: 100%;
}
.popup A:visited
{
    border-bottom: 1px solid #b70004;
    color: #333;
    display: block;
    font: 11px arial;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    text-align: left;
    text-decoration: none;
    text-indent: 3px;
    width: 100%;
}
.popup A:hover
{
    background-color: #b70004;
    color: #fff;
    font: 11px arial;
    text-align: left;
    text-decoration: none;
}
.popup img
{
    padding: 0 3px;
    vertical-align: middle;
    width: 24px;
}
.menubar
{
    float: left;
}

/* main */
.ro
{
    clear: left;
}
.ro.m3, .ro .ce.m3
{
    margin-bottom: 15px;
    padding-top: 5px;
}

.ro.m4
{
    margin-bottom: 15px;
    padding-top: 20px;
}
.ro.m5
{
    margin-bottom: 15px;
    padding-top: 15px;
}
.ro.m2
{
    padding: 5px 0;
}
.r-ro
{
    clear: left;
}
.r-ro
{
    margin: 5px 0 10px 0;
}

.coa2 .h2
{
    border-bottom: solid 2px;
    height: 25px;
    color: #333;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 15px 0 0 0;
    font-size: 16px;
}
.coa2.coc1 .h2
{
    border-color: #b70004;
}

.text-keyword
{
    font-size: 12px;
    color: #333;
    visibility: visible;
}

.bold
{
    font-weight: bold;
}
.br
{
    padding-bottom: 10px;
}
.br-2
{
    padding: 10px 0;
}
.box-search-panel
{
	float:right;
	position:relative;
	z-index:2;
	right:0px;
	top:40px;
	width:226px;
}
.search_box_banner
{
	background: transparent url('../images/search_box_banner.png') top left no-repeat;
	height: 22px;
	width: 220px;
	margin:0 0 10px 9px;
}
.search_box_banner input
{
	border: none;
	width: 160px;
	height: 18px;
	background: none;
	color: #222222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	position:relative;
	top:-6px;
}
.buttonSearch_banner
{
	width:39px !important;
	height:22px !important;
	top:0 !important;
}

.box-search
{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.qlkh-searchbox
{
    font-size: 1.05em;
    border: 1px solid #bcbcbc;
    padding: 0 0 0 10px;
    display: block;
    background-color: white;
    width: 640px;
    height: 30px;
}
.text-searchbox
{
    color: #333;
    vertical-align: middle;
    height: 27px;
    text-align: left;
    width: 530px;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    outline: none;
    border: 0px none rgb(255, 255, 255);
    background: none;
}
.image-searchbox
{
    vertical-align: middle;
    padding: 1px;
    text-align: right;
    float: right;
}
.MoreSearch
{
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    float: right;
}

.MoreSearch a
{
    text-decoration: none;
    color: #b70004;
}

.MoreSearch a:hover
{
    border-bottom: 1px dotted #959595;
}

.MoreSearch-1
{
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    float: right;
}

.MoreSearch-1 a
{
    text-decoration: none;
    color: #444;
    margin: 0 10px;
}

.MoreSearch-1 a:hover
{
    border-bottom: 1px dotted #959595;
}
#PanelSearchBox
{
    font-size: 12px;
}

.dropdown-large
{
    text-align: left;
    background-color: white;
    border: 1px solid #BEB2B0;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    margin-left: 0px;
}

.dropdown-small
{
    text-align: left;
    background-color: #FFF;
    border: 1px solid #beb2b0;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 3px;
}
.dropdown-small-last
{
    text-align: left;
    background-color: #FFF;
    border: 1px solid #beb2b0;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 0px;
}
.text-input
{
    border: 1px solid #bbb;
    height: 19px;
    cursor: pointer;
}
/* VAN BAN 
----------------------------------*/
.main-tab-vanban
{
    margin-bottom: 25px;
    display: block;
}
.content-0
{
    clear: both;
    background: #fff;
    overflow: hidden;
    padding: 7px 0;
    margin: 0;
    margin-bottom: 5px;
}
.content-1
{
    clear: both;
    background: #f5f5f5;
    overflow: hidden;
    padding: 7px 0;
    margin: 0;
    margin-bottom: 5px;
}

.left-col
{
    float: left;
    width: 530px;
    margin: 0;
    padding: 0;
}

.left-col-Content
{
    float: left;
    width: 560px;
    margin: 0;
    padding: 0;
}
.number
{
    background: #ffffff;
    color: #b70004;
    text-align: center;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 28px;
    vertical-align: middle;
    border: 1px solid #666;
    border-radius: 14px;
    font-weight: bold;
    margin-top: 5px;
}
.nq
{
    color: #000;
    text-align: left;
    float: left;
    margin-left: 8px;
    width: 485px;
    font-weight: bold;
}

.nq-Content
{
    color: #000;
    text-align: left;
    float: left;
    margin-left: 8px;
    width: 520px;
    font-weight: bold;
}
.nq p
{
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.nq-Content p
{
    line-height: 18px;
}

.nqTitle p
{
    margin: 0;
    padding: 0;
}

.nqTitle a:hover
{
    color: #b70004;
}
.nqTitle a
{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.nqTitle a b
{
    background: yellow;
}

.nqContent
{
    font-weight: normal;
    color: #000;
    font-size: 11px;
}

.nqTitle a em
{
    font-style: normal;
    background: yellow;
    font-weight: bold;
}

.nqContent em, .nqContent b
{
    font-style: normal;
    background: yellow;
    font-weight: bold;
}

.links-bot
{
    font-weight: normal;
    font-size: 11px;
    color: #666;
    padding: 5px 0 !important;
}

.links-bot a
{
    color: #003F7A;
    padding-right: 3px;
    padding-left: 3px;
    text-decoration: none;
}
.links-bot a:hover
{
    color: #f15a22;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
}
.right-col
{
    float: right;
    width: 140px;
    font-size: 11px;
}
.text-green
{
    color: #003F7A;
}
.text-red
{
    color: #f15a22;
}

.text-green
{
    color: #b70004;
}
.text-blue
{
    color: #0E70C3;
}
a.details
{
    font-size: 11px;
    color: #003F7A;
    text-decoration: none;
    width: 120px;
    float: right;
    text-align: center;
    padding-right: 3px;
    position: absolute;
    right: 0px;
}
a.details:hover
{
    text-decoration: none;
    color: #F15A22;
}

.box-content-list
{
    padding:5px 0 0 0 ;
}
.box-content-list h2
{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold; /*	height: 25px; */
    line-height: normal;
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #003f99;
    text-transform: uppercase;
}


.box-content
{
     
}
.box-content h2
{
    display: block;
    font-size: 12px;
    font-weight: bold; /*	height: 25px; */
    margin: 0;
    text-transform: none;
    height:24px;
    line-height:24px;
    text-align:left;
}

.box-content h2 a.h2-cate
{
    
}
.box-content h2 .h2-cate span
{
    display:block;
    padding-left:20px;
    height:20px;
    line-height:20px;
    color:#000;
    text-transform:uppercase;
    font-size:16px;
    background: url(../images/icon_common.jpg) no-repeat 0px 4px;
}

.box-content-cate
{
    
}
.box-content-cate h2
{
    display: block;
    font-size: 13px;
    font-weight: bold; /*	height: 25px; */
    margin: 0;
    text-transform: none;
    height:30px;
    line-height:30px;
    text-align:left;
    padding-bottom:0;
    border:0;
}
.box-content-cate h2 a.h2-cate
{
    display:block;
    padding-left:20px;
    height:32px;
    line-height:32px;
    color:#000;
    font-size:16px;
    background: url(../images/icon_common.png) no-repeat 0 10px;
}
.box-content-cate h2 .h2-cate span
{
    
}

.box-contentf
{
     
}
.box-contentf h2
{
    display: block;
    font-size: 12px;
    font-weight: normal; /*	height: 25px; */
    margin: 0;
    text-transform: none;
    background: none;
    height:21px;
    line-height:21px;
    text-align:left;

}

.box-contentf h2 a.h2-cate
{
    color: #fff;
    background: url(../images/box-contentf-title-bg2.png) right bottom no-repeat;
    float:left;
    padding-right:20px;
    
}
.box-contentf h2 .h2-cate span
{
    background: url(../images/box-contentf-title-bg1.png) left bottom no-repeat;
    display:block;
    padding-left:10px;
    min-width:120px;
}

.box-tile-truong h2
{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold; /*	height: 25px; */
    line-height: normal;
    margin: 0;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.box-content-truong
{
    height: 200px;
    overflow: hidden;
}
.box-content-truong h2
{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold; /*	height: 25px; */
    line-height: normal;
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #b70004;
    text-transform: uppercase;
}
.box-content-main
{
}
.box-content-main-slide
{
   /* height: 175px;
    overflow: hidden;*/
}
.box-content-cate-main-col
{
    padding: 10px;
    background: url(../images/box-content-bg.png) left bottom repeat-x;
    border-bottom:1px solid #d5d7c6;
    border-left:1px solid #d5d7c6;
    border-right:1px solid #d5d7c6;
    -moz-border-radius:0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    height:280px;
    overflow:hidden;
}

.box-content-main-col
{
     padding: 10px;
    background: url(../images/box-content-bg.png) left bottom repeat-x;
    border-bottom:1px solid #d5d7c6;
    border-left:1px solid #d5d7c6;
    border-right:1px solid #d5d7c6;
    -moz-border-radius:0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    height:270px;
    overflow:hidden;
}

.box-content-main-col-a
{
     padding-top: 5px;


}
.box-content-main-col-border-5
{
    background: #ececec;
    padding: 6px;
    margin-top: 6px;
    
}
.content-stock
{
    background:#fff;
    padding: 0;
       -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:    0px 0px 14px rgba(0, 0, 0, 0.14);
	box-shadow:         0px 0px 14px rgba(0, 0, 0, 0.14);
	border: 1px solid #e5e5e5;
  
}
.box-contentf-16
{
     padding:0 10px;
    background: url(../images/box-contentf-bg.png) left bottom repeat-x;
    border:1px solid #d5d7c6;
    -moz-border-radius:8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height:129px;
    overflow:hidden;
}

.box-contentf-main-col
{
    padding: 5px 0;
    
    height:95px;
    overflow:hidden;
}

.box-content-main-col .post-container
{
    background: url(../images/bg-dots.gif) left bottom repeat-x;
    padding: 0px 0 10px 0;
    margin: 0 0 10px 0;
}
.box-content-main-col .post-thumb
{
    margin: 0;
    padding: 0;
}
.box-content-main-col .post-thumb img
{
    padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
}
.box-content-main-col .post-thumb img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.box-content-main-col h2.entry-title
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
}
.box-content-main-col h3.entry-title
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
}

.box-content-main-col-02
{
    padding: 0px;
    height:110px;
    overflow:hidden;
}

.box-content-main-col-02 .post-container
{
    background: url(../images/bg-dots.gif) left bottom repeat-x;
    padding: 0px 0 10px 0;
    margin: 0 0 10px 0;
}
.box-content-main-col-02 .post-thumb
{
    margin: 0;
    padding: 0;
}
.box-content-main-col-02 .post-thumb img
{
    padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
}
.box-content-main-col-02 .post-thumb img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.box-content-main-col-02 h2.entry-title
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
}
.box-content-main-col-02 h3.entry-title
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
}
.box-content-main h2.entry-title a
{
    text-decoration: none !important;
}


.box-content-main-col h2.entry-title1
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
}
.box-content-main h2.entry-title1 a
{
    text-decoration: none !important;
}
.box-content-main-col .entry-summary p
{
    margin: 0;
}

.box-content-more
{
    float: right;
}

.box-content-slider
{
    padding-top:20px;
}
.box-content-slider h2
{
    display: block;
    font-size: 18px;
    font-weight: normal; /*	height: 25px; */
    margin: 0;
    text-transform: none;
    height:20px;
    line-height:20px;
    text-align:left;
    border-left:3px solid #003f99;
    padding-left:10px;
}

.box-content-slider h2 a
{
    color: #003f99;
    text-transform:uppercase;
    font-weight:bold;
}

.col50
{
    width: 48%;
}
/* Box Tin tuc */

.box-tintuc h2
{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: normal;
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #b70004;
    text-transform: none;
}
.box-tintuc-main
{
}
.box-tintuc-main-col
{
    padding: 10px 5px 5px 5px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.box-tintuc-main-col .post-container
{
    background: url(../images/bg-dots.gif) left bottom repeat-x;
    padding: 0px 0 10px 0;
    margin: 0 0 10px 0;
}
.box-tintuc-main-col .post-thumb
{
    margin: 0;
    padding: 0;
}
.box-tintuc-main-col .post-thumb img
{
    padding: 2px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
}
.box-tintuc-main-col .post-thumb img:hover
{
    padding: 2px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.box-tintuc-main-col h2.entry-title
{
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
}
.box-tintuc-main h2.entry-title a
{
    text-decoration: none !important;
}

.box-tintuc-main-col .entry-summary p
{
    margin: 0;
}

.box-tintuc-more
{
    float: right;
}
/* Login 
------------------------*/

.box-login
{
    padding: 5px 5px 2px 10px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 5px solid #b70004;
}
.box-login h2
{
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: normal;
    margin: 0;
    padding-bottom: 5px;
}
.box-login-input
{
    font-size: 12px;
    display: block;
    width: 160px;
    float: left;
}
.box-login-button
{
    font-size: 12px;
    display: block;
    width: 102px;
    margin-left: 8px;
    float: left;
}
.text-login-input
{
    color: #333;
    vertical-align: middle;
    height: 23px;
    text-align: left;
    width: 150px;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    outline: none;
    border: 1px solid #bcbcbc;
    background: none;
    padding-left: 5px;
}
.image-loginbutton
{
    vertical-align: middle;
    text-align: right;
}
.MoreLogin
{
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    float: left;
}

.MoreLogin a
{
    text-decoration: none;
    color: #333333;
}

.MoreLogin a:hover
{
    border-bottom: 1px dotted #959595;
}

.box-login-text
{
    font-size: 12px;
    display: block;
    width: 50%;
    float: left;
}
/* Box news 
------------------------------------------*/
.box-news
{
}
.box-news h2
{
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    margin: 0;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 0;
    border: 0;
}

.box-news h2 a.h2-cate 
{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 0px 8px 10px;
    background: url(../images/bg_repeat.png) repeat-x;
}

.box-news h2 a.h2-cate span {
    background: url(../images/bg_right_tit.jpg) no-repeat right;
    padding: 8px 25px 8px 0px;
}

.box-facebook
{
    border: 1px solid #d5d5d5;
    padding: 5px;
}
.box-adv
{
    padding: 0px;
}
.news-link-bullet
{
    background: none;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    padding: 5px 0px 5px 25px;
    border-bottom: 1px solid #e1e1e1;
}
.news-link-bullet:hover
{
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
}
.news-link-bullet a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}

.news-link-bullet img
{
    border: 0 none;
    clear: left;
    float: left;
    margin: 1px 0px 0px -25px;
    text-decoration: none;
}

.login-bullet
{
    background: none;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    padding: 3px 0px 3px 10px;
}
.login-bullet:hover
{
    background: #f5f5f5;
}
.login-bullet a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}

.login-bullet img
{
    border: 0 none;
    clear: left;
    float: left;
    margin: 1px 0px 0px -15px;
    text-decoration: none;
}

.box-news-more
{
    float: right;
}


.box-list-more
{
    float: right;
    color: #333;
    padding-top: 5px;
}

.news-list-hot
{
    background: none;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    padding: 7px 5px 7px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.news-list-hot:hover
{
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
}
.news-list-hot a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}
.news-list-hot img
{
    border: 0 none;
    clear: left;
    float: left;
    text-decoration: none;
    width: 60px;
    height: 45px;
    padding: 3px 5px 0px 0px;
}

.news-list
{
    background: none;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.news-list:hover
{
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
}
.news-list a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}

.news-list img
{
    border: 0 none;
    clear: left;
    float: left;
    text-decoration: none;
    width: 80px;
    height: 55px;
    padding: 3px 5px 0px 0px;
}

.news-list-link
{
    background:url(../images/tienich_bg.jpg) top left no-repeat;
    font-weight: normal;
    line-height: 42px;
    vertical-align:middle;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 6px;
    border: none;
    margin:5px 0;
}
.news-list-link:hover
{
    background:url(../images/tienich_bg2.jpg) top left no-repeat; 
    border:none;
}
.news-list-link a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}

.news-list-link img
{
    border: 0 none;
    clear: left;
    float: left;
    text-decoration: none;
    width: 32px;
    height: 32px;
     padding: 5px 20px 5px 7px;
}

.news-list-link-f
{
    background:url(../images/tienich_f_bg.jpg) top left no-repeat;
    font-weight: normal;
    line-height: 42px;
    vertical-align:middle;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 5px;
    border: none;
    margin:10px 0 0 0;
}
.news-list-link-f:hover
{
    background:url(../images/tienich_f_bg1.jpg) top left no-repeat; 
    border:none;
}
.news-list-link-f a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}

.news-list-link-f img
{
    border: 0 none;
    clear: left;
    float: left;
    text-decoration: none;
    width: 44px;
    height: 44px;
     padding: 0px 15px 0px 0px;
}


.news-list-other
{
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    margin: 0 8px;
    padding:5px 0;
    background: url("../images/line_dot.png") repeat-x scroll center bottom transparent;
}
.news-list-other:hover
{
    background: #ededed url("../images/line_dot.png") repeat-x scroll center bottom;
}
.news-list-other a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #000;
}

.news-list-other img
{
    border: 0 none;
    clear: left;
    float: left;
    text-decoration: none;
    width: 60px;
    height: 60px;
    padding: 5px 5px 5px 0px;
}


/* Support 
------------------------*/

.box-support
{
    padding: 10px 5px 5px 10px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 5px solid #b70004;
}

.box-support-col1
{
    font-size: 12px;
    display: block;
    width: 135px;
    float: left;
}
.box-support-col2
{
    font-size: 12px;
    display: block;
    width: 135px;
    margin-left: 2px;
    float: left;
}

.image-support-button
{
    vertical-align: middle;
    text-align: right;
}

.box-footer
{
    border-top:1px solid #cdcdcd;
    min-height: 60px;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

.box-menutext-footer
{
   
}

/* Pages ---
---------------------------*/

.box-pages
{
    float: right;
    margin-bottom: 20px;
}

ul.simplePagerNav
{
    list-style: none;
    font-size: 14px;
}

ul.simplePagerNav li
{
    float: left;
    clear: none;
    padding-right: 10px;
}
ul.simplePagerNav li a
{
    text-decoration: none;
}

ul.simplePagerNav li:Last-Child
{
    padding-right: 0px;
}
ul.simplePagerNav li.currentPage a, li.currentPage
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.SMB-pagination-arrow
{
    padding-top: 0px;
}

/* Date field */
.dateField
{
    background-image: url(../images/date.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #bbb;
    cursor: pointer;
}
.dateFieldEnd
{
    background-image: url(../images/date.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #bbb;
    cursor: pointer;
}

.up-arrow1
{
    background: url("../images/up_arrow.gif") no-repeat scroll center center transparent;
    height: 11px;
    left: 235px;
    position: relative;
    top: -6px;
    width: 20px;
}
.up-arrow2
{
    background: url("../images/up_arrow.gif") no-repeat scroll center center transparent;
    height: 11px;
    left: 360px;
    position: relative;
    top: -6px;
    width: 20px;
}
.up-arrow3
{
    background: url("../images/up_arrow.gif") no-repeat scroll center center transparent;
    height: 11px;
    left: 495px;
    position: relative;
    top: -6px;
    width: 20px;
}
.up-arrow4
{
    background: url("../images/up_arrow.gif") no-repeat scroll center center transparent;
    height: 11px;
    left: 610px;
    position: relative;
    top: -6px;
    width: 20px;
}
.line-search1
{
    border-bottom: 1px solid #ddd;
    height: 1px;
    position: relative;
    top: 5px;
    width: 100%;
}
.line-search2
{
    border-bottom: 1px solid #ddd;
    height: 1px;
    position: relative;
    top: 5px;
    width: 100%;
}
.line-search3
{
    border-bottom: 1px solid #ddd;
    height: 1px;
    position: relative;
    top: 5px;
    width: 100%;
}
.line-search4
{
    border-bottom: 1px solid #ddd;
    height: 1px;
    position: relative;
    top: 5px;
    width: 100%;
}

/* News Slide */
/* News Slide */
.box-hotnews
{
    padding: 0px;
    margin: 0px;
    height: 220px;
    overflow: hidden;
}
div.hotnews1-slider
{
    float: none;
    display: block;
    padding-left: 0;
}
div.hotnews1-slider div.text-first
{
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 10px !important;
}
div.hotnews1-slider div.text-next
{
    border-bottom: solid 1px #E1E1E1;
    padding: 2px 0 !important;
    line-height: 20px;
    list-style: none;
    margin: 0;
    height: auto !important;
    color:#555;
    font-weight:bold;
}

div.hotnews1-slider div.text-first span a.header-first
{
    background: none;
    display: inline;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    font-weight: bold;
}

div.hotnews1-slider div.text-next a
{
    text-decoration: none;
}
div.hotnews1-slider div.text-next a:hover
{
    border-bottom: 1px dotted #ddd;
}
div.hotnews1-slider div.text-first span a:hover
{
    border-bottom: 1px dotted #ddd;
}
div.hotnews1-slider div.text-first .richtext
{
    margin-top: 5px;
}
div.hotnews1-slider div.text-first .richtext p
{
    line-height: 20px;
    margin: 0;
    padding: 0;
}
div.headline
{
    float: none;
}
div.headline img
{
    float: left;
    max-height:210px;
}

div.box-hotnews-column
{
    width: 210px;
    float: left;
    margin-right: 14px;
}

div.box-hotnews-column .title1
{
    font-weight: bold;
    text-decoration: none;
}
div.box-hotnews-column .title1 a
{
    text-decoration: none;
}


/* 
   ---------------------------------------------------------------------------------------------------------
							Margins
   ---------------------------------------------------------------------------------------------------------		
*/

/* top margins */
.margin-5t
{
    margin-top: 5px;
}
.margin-8t
{
    margin-top: 8px;
}
.margin-9t
{
    margin-top: 9px;
}
.margin-10t
{
    margin-top: 10px;
}
.margin-15t
{
    margin-top: 15px;
}
.margin-20t
{
    margin-top: 20px;
}
.margin-25t
{
    margin-top: 25px;
}
.margin-30t
{
    margin-top: 30px;
}
.margin-35t
{
    margin-top: 35px;
}
.margin-40t
{
    margin-top: 40px;
}
.margin-45t
{
    margin-top: 45px;
}
.margin-50t
{
    margin-top: 50px;
}
.margin-55t
{
    margin-top: 55px;
}
.margin-60t
{
    margin-top: 60px;
}

/* bottom margins */
.margin-5b
{
    margin-bottom: 5px;
}
.margin-8b
{
    margin-bottom: 8px;
}
.margin-10b
{
    margin-bottom: 10px;
}
.margin-15b
{
    margin-bottom: 15px;
}
.margin-20b
{
    margin-bottom: 20px;
}
.margin-25b
{
    margin-bottom: 25px;
}
.margin-30b
{
    margin-bottom: 30px;
}
.margin-35b
{
    margin-bottom: 35px;
}
.margin-40b
{
    margin-bottom: 40px;
}
.margin-45b
{
    margin-bottom: 45px;
}
.margin-50b
{
    margin-bottom: 50px;
}
.margin-55b
{
    margin-bottom: 55px;
}
.margin-60b
{
    margin-bottom: 60px;
}

.margin-20l
{
    margin-left: 20px;
}
.margin-20r
{
    margin-right: 20px;
}
.margin-30l
{
    margin-left: 30px;
}
.margin-30r
{
    margin-right: 30px;
}


.no-margin-b
{
    margin-bottom: 0;
}
.no-margin-t
{
    margin-top: 0;
}

.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}

/* Hover */

.item-video
{
    width: 210px;
    height: 120px;
}
.item-video a
{
    text-decoration: none;
    display: block;
}
.item-video a img
{
}
.item-video a span.play
{
    display: none;
    background: url("../images/sprite-icon.png") no-repeat scroll -62px 0 transparent;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 100;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    left: 80px;
    top: 30px;
}
.item-video a:hover span.play
{
    display: block;
}
.item-video a span.view
{
    display: none;
    background: url("../images/sprite-icon.png") no-repeat scroll 0px 0 transparent;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 100;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    left: 80px;
    top: 30px;
}
.item-video a:hover span.view
{
    display: block;
}

/* Link */
.img-link
{
    padding: 0 5px;
    float: left;
}
.img-link-slider
{
    width: 165px;
    height: 90px;
}

.box-adv-footer
{
    padding: 10px;
    height: 100px;
    overflow: hidden;
}

.box-adv2-footer
{
    padding:10px 0;
    height: 100px;
    overflow: hidden;
}
.box-adv3-footer
{
    padding:5px 0;
    height: 120px;
}
.img-adv2-slider
{
    width: 170px;
    height: 110px;
    padding: 4px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
	margin: 0px;
	display: block;
	float: left;
}

.box-main
{
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.box-link-adv
{
    padding:0 5px;
}
.box-link-adv div{
    position: relative;
    width: 180px;
    height: 120px;
    overflow: hidden;
    float:left;
    padding:0 7px;

}

.box-link-adv div a {
    position: absolute;
    width: 170px;
    height: 110px;
}
.box-link-adv img.lazy {
    width: 170px;
    height: 110px;
}
.box-link-adv h2 {
    font: bold 12px Arial;
    color: #003D99;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    width: 100%;
    height:auto;
    line-height:18px;
    margin: 0;
    padding: 5px;
    text-align: left;
    background: url(../images/box-transparent-ff.png) repeat transparent;
}

span.adv1-link-roll {
  background:#008bef;
    height: 120px;
    position: absolute;
    width: 190px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
} 

/*---------------------------------------------------------------*/
/* FOOTER
/*---------------------------------------------------------------*/

/* Footer navigation */

#footer_navigation ul
{
    float: right;
    list-style: none;
    margin-right: -10px;
}
#footer_navigation ul li
{
    float: left;
    font-size: 11px;
}
#footer_navigation ul li a
{
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
#footer_navigation ul li:last-child a
{
    border-right: none;
}
#footer_top_area
{
    height: 55px;
    border-bottom: 1px solid #E1E1E1;
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0;
}
#footer_top_area .footer_tagline
{
    line-height: 1.6;
    float: left;
}
#footer_top_area .footer_logo
{
    float: right;
    line-height: 55px;
}
#footer_top_area .footer_logo img
{
    max-height: 48px;
}


/* Copyright area */
#copyright
{
    float: left;
    overflow: hidden;
    color: #999;
    font-size: 11px;
}

/*---------------------------------------------------------------*/
/* WIDGETS
/*---------------------------------------------------------------*/

.widget-container
{
    padding: 15px 12px;
    margin: 0 0 10px 0;
}
.widget-container p
{
    margin-bottom: 0px;
}

.widget-area .widget-title
{
    margin: 0;
}
.widget-area ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-area ul ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-area ul li ul li
{
    padding: 4px 0;
}
.widget-area ul li ul li:hover
{
}
.widget-area .entry-meta
{
    font-size: 11px;
}


/* Footer widget area */
#footer-widget-area
{
    overflow: hidden;
    line-height: 20px;
}
#footer-widget-area #footer_section_1
{
    float: left;
    width: 718px;
}
#footer-widget-area #footer_section_2
{
    float: right;
    width: 234px;
    padding-left: 12px;
    border-left: 1px solid #E1E1E1;
    text-align: left;
}

#footer-widget-area .widget-area .widget-title
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #b70004;
    margin: 0;
    padding-right: 30px;
    text-transform: uppercase;
}
#footer-widget-area .widget-area .widget-title a
{
    color: #b70004;
}
#footer-widget-area .widget-container
{
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
    border: none;
    background: none;
    display: block;
}
#footer-widget-area .widget-container ul
{
    padding: 0;
    margin: 0;
    display: block;
}
#footer-widget-area .widget-container ul li
{
    list-style: none;
    float: left;
    border-top: none;
}
#footer-widget-area .widget-container ul li a
{
    border-right: 1px solid #999999;
    padding: 0px 7px;
    font-weight: normal;
}
#footer-widget-area .widget-container ul li:last-child a
{
    border-right: none;
}
#footer-widget-area .widget-container ul li:first-child a
{
    padding-left: 0px;
}
#footer-widget-area #footer_section_2 .widget-title
{
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
}
#footer-widget-area #footer_section_2 .widget-container ul li
{
    float: none;
    margin-bottom: 7px;
}
#footer-widget-area #footer_section_2 .widget-container ul li:last-child
{
    margin-bottom: 0px;
}
#footer-widget-area #footer_section_2 .widget-container
{
    margin-bottom: 15px;
}
#footer-widget-area #footer_section_2 .widget-container ul li a
{
    border-right: none;
    padding: 0px;
}

#footer-widget-area .widget-area li.recent_post_widget:hover
{
    background: none !important;
}
#footer-widget-area.widget-area .widget_pippin_recent_posts ul
{
    padding-bottom: 0px;
}
#footer-widget-area .widget-area .twitter-widget ul li
{
    margin-bottom: 10px;
}
#footer-widget-area .widget-container .wp-tag-cloud li a, #footer-widget-area .widget-container .wp-tag-cloud li:last-child a
{
    border-right: 1px solid #DFDFDF !important;
}
#footer-widget-area .widget-container .wp-tag-cloud li:first-child a
{
    padding-left: 7px;
}
#footer-widget-area .widget-container .c_tagcloud ul.wp-tag-cloud li
{
    padding: 0px 3px 6px;
}
#footer-widget-area .widget_pages a
{
    padding-left: 0;
    background: none;
}
#footer-widget-area .widget_pages ul li ul
{
    width: 150px;
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.290);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.290);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.290);
}
#footer-widget-area .widget_pages ul li:hover ul
{
    display: block;
}
#footer-widget-area .widget_pages ul li ul li
{
    float: none;
}
#footer-widget-area .widget_pages ul li ul li a
{
    padding: 0px;
}
#footer-widget-area .widget_pages ul li ul li ul
{
    left: 160px;
    margin-top: -25px;
    position: absolute;
    display: none !important;
    padding: 10px;
}
#footer-widget-area .widget_pages ul li ul li:hover ul
{
    display: block !important;
}
#footer-widget-area .widget_nav_menu a
{
    padding-left: 0;
    background: none;
}
#footer-widget-area .widget_nav_menu ul li ul
{
    width: 150px;
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.290);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.290);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.290);
}
#footer-widget-area .widget_nav_menu ul li:hover ul
{
    display: block;
}
#footer-widget-area .widget_nav_menu ul li ul li
{
    float: none;
}
#footer-widget-area .widget_nav_menu ul li ul li a
{
    padding: 0px;
    border-right: none;
}
#footer-widget-area .widget_nav_menu ul li ul li ul
{
    left: 160px;
    margin-top: -29px;
    position: absolute;
    display: none !important;
    padding: 10px;
}
#footer-widget-area .widget_nav_menu ul li ul li:hover ul
{
    display: block !important;
}
#footer-widget-area .widget_archive a
{
    padding-left: 0;
    background: none;
}
#footer-widget-area .widget_categories a
{
    padding-left: 0;
    background: none;
}
#footer-widget-area .widget_recent_entries a
{
    padding-left: 0;
    background: none;
}

.box-footer p strong .txt-ls
{
    color: red;
}

/* Custom Styles For The Social Media Widget Icons */

.socialmedia-buttons
{
}

.smw_left
{
    text-align: left;
}

.smw_center
{
    text-align: center;
    padding-left: 4px;
}

.smw_right
{
    text-align: right;
}

li.Social_Widget a
{
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.socialmedia-buttons img
{
    border: 0;
    border: 0 !important;
    margin: 0 5px !important;
    display: inline;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
}

.socialmedia-buttons a
{
    background: none !important;
}

.socialmedia-buttons a:hover
{
    text-decoration: none;
    border: 0;
}
.socialmedia-buttons img.fade:hover
{
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
}

.socialmedia-buttons img.scale:hover
{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-zoom: 1.2;
    transition: all 0.2s ease;
}

.socialmedia-buttons img.bounce:hover
{
    transform: translate(0px, -2px);
    -moz-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
}

.socialmedia-buttons img.combo:hover
{
    transform: translate(0px, -4px);
    -moz-transform: scale(1.1) translate(0px, -4px);
    -o-transform: scale(1.1) translate(0px, -4px);
    -webkit-transform: scale(1.1) translate(0px, -4px);
    -ms-zoom: 1.1;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
}


/* 
=======================================================================================================================
	*
	*	Social Icons Widget
	*
=======================================================================================================================	
*/

.the-social-box
{
    padding: 10px 0 0 0;
}
a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.google, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube
{
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 0;
    float: left;
    background: url(../images/social-icons.png) left top no-repeat;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -transition: background 0.2s ease;
}
a.behance
{
    background-position: -544px 0;
}
a.behance:hover
{
    background-position: -544px -32px;
}

a.delicious
{
    background-position: -512px 0;
}
a.delicious:hover
{
    background-position: -512px -32px;
}

a.deviantart
{
    background-position: -480px 0;
}
a.deviantart:hover
{
    background-position: -480px -32px;
}

a.digg
{
    background-position: -448px 0;
}
a.digg:hover
{
    background-position: -448px -32px;
}

a.dribbble
{
    background-position: -416px 0;
}
a.dribbble:hover
{
    background-position: -416px -32px;
}

a.facebook
{
    background-position: -384px 0;
}
a.facebook:hover
{
    background-position: -384px -32px;
}

a.flickr
{
    background-position: -352px 0;
}
a.flickr:hover
{
    background-position: -352px -32px;
}

a.forrst
{
    background-position: -320px 0;
}
a.forrst:hover
{
    background-position: -320px -32px;
}

a.google
{
    background-position: -288px 0;
}
a.google:hover
{
    background-position: -288px -32px;
}

a.lastfm
{
    background-position: -256px 0;
}
a.lastfm:hover
{
    background-position: -256px -32px;
}

a.linkedin
{
    background-position: -224px 0;
}
a.linkedin:hover
{
    background-position: -224px -32px;
}

a.pinterest
{
    background-position: -192px 0;
}
a.pinterest:hover
{
    background-position: -192px -32px;
}

a.rss
{
    background-position: -160px 0;
}
a.rss:hover
{
    background-position: -160px -32px;
}

a.skype
{
    background-position: -128px 0;
}
a.skype:hover
{
    background-position: -128px -32px;
}

a.tumblr
{
    background-position: -96px 0;
}
a.tumblr:hover
{
    background-position: -96px -32px;
}

a.twitter
{
    background-position: -64px 0;
}
a.twitter:hover
{
    background-position: -64px -32px;
}

a.vimeo
{
    background-position: -32px 0;
}
a.vimeo:hover
{
    background-position: -32px -32px;
}

a.youtube
{
    background-position: 0 0;
}
a.youtube:hover
{
    background-position: 0 -32px;
}

/* -- Comment */
.avater_comment_lawyer
{
    width: 20%;
    margin-right: 3%;
    height: auto;
    float: left;
}
.content_comment_lawyer
{
    width: 77%;
    height: auto;
    float: left;
}

.content_comment_lawyer h2
{
    padding: 2px 0px;
    margin: 1px 0px;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    height: auto;
}
.content_comment_lawyer h2 a
{
    font-weight: bold;
    text-decoration: none;
}
.content_comment ul, .content_comment_lawyer ul
{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0;
}
.content_comment_lawyer ul li.author
{
    float: left;
}
.content_comment_lawyer ul li
{
    list-style: none;
    display: inline;
    padding: 0 3px 5px 0px;
    margin: 0;
}
.content_comment_lawyer ul li a
{
    color: #b70004;
}
.content_comment_lawyer ul li.view
{
    background-image: url("../images/onLaw-v2.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: -4px -386px;
    float: left;
    padding-left: 16px;
}
.content_comment_lawyer ul li.feedback
{
    background-image: url("../images/onLaw-v2.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: -4px -360px;
    float: left;
    padding-left: 16px;
}
.content_comment_lawyer ul li.threaddate
{
    background-image: url("../images/onLaw-v2.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: -4px -334px;
    float: left;
    padding-left: 16px;
}

.avater_comment a img, .avater_comment_lawyer a img
{
    border: none;
}

/* Box Adv */
.width50
{
    width: 50%;
}
.grid-box
{
    float: left;
}
.module
{
    position: relative;
    width:100%;
    padding:0 0 0 10px;
}
.deepest
{
    content: "";
    display: table;
}

/* Detail */
.box-detail-vanban-col1
{
    width: 520px;
    margin-right: 10px;
    float: left;
}
.box-detail-vanban-col2
{
    float: left;
    width: 140px;
}
.content1
{
    text-align: left;
}
.main-tab-vanban-detail
{
    margin: 10px 0 25px 0;
    display: block;
}
.main-tab-hot-news
{
    margin: 5px;
    display: block;
}

/*Clearfix*/
.clearfix-link
{
    display: inline-block;
}
html[xmlns] .clearfix-link
{
    display: block;
}
* html .clearfix-link
{
    height: 1%;
}
.clearfix-link:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.box-detail-link
{
    border: 0px solid #bdc8d5;
    padding: 60px 0px 10px 10px;
    width: 130px;
}
.box-detail-link a
{
    float: left;
    width: 65px;
    text-align: center;
    padding: 35px 0 15px 0;
    color: #555;
}
.box-detail-link ul
{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.box-detail-link ul li
{
    list-style: none;
    float: left;
}
.box-detail-link a:hover
{
    text-decoration: none;
}
.box-detail-link a.ykien
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -164px;
}
.box-detail-link a.ykien:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -246px;
}
.box-detail-link a.yahoo
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -1148px;
}
.box-detail-link a.yahoo:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -1230px;
}
.box-detail-link a.Facebook
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -656px;
}
.box-detail-link a.Facebook:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -738px;
}
.box-detail-link a.twitter-link
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -820px;
}
.box-detail-link a.twitter-link:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -902px;
}
.box-detail-link a.email
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -328px;
}
.box-detail-link a.email:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -410px;
}
.box-detail-link a.save
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px 0px;
}
.box-detail-link a.save:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -82px;
}
.box-detail-link a.google-link
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -984px;
}
.box-detail-link a.google-link:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -1066px;
}
.box-detail-link a.print
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -492px;
}
.box-detail-link a.print:hover
{
    background-image: url("../images/icon-link.png");
    background-repeat: no-repeat;
    list-style: none outside none;
    background-position: 16px -574px;
}

/* -- Noi dung --*/
#cmDiagram .ghd
{
    background-color: #F8F8F8;
    border: solid 1px #9DA9B9;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}
#cmDiagram .ghda
{
    background-color: #E2E2E2;
}
#cmDiagram .ghdm
{
    background-color: #FFEFD4;
}
#cmDiagram .ghd b, #cmDiagram .gha b
{
    color: #E42017;
}
#cmDiagram .ct
{
    padding: 2px;
    border: solid 1px #9DA9B9;
    border-top: none;
}
#cmDiagram .left
{
    width: 190px;
}
#cmDiagram .right
{
    width: 473px;
    padding-left: 10px;
}
#cmDiagram .rl
{
    width: 273px;
}
#cmDiagram .rr
{
    width: 190px;
    padding-left: 10px;
}
#cmDiagram .tt
{
    background-color: #FFFBF4;
    font-weight: bold;
}
#cmDiagram .attbt
{
    border-top: solid 1px #b70004;
    height: 0px;
    overflow: hidden;
}
#cmDiagram .att
{
    border: solid 1px #b70004;
    border-bottom: none;
    background-color: #FBF3EE;
}
#cmDiagram .hd
{
    width: 100px;
    padding: 2px;
    font-weight: bold;
}
#cmDiagram .ds
{
    background-color: #ffffff;
    width: 156px;
    border-left: solid 1px #b70004;
    padding: 2px;
}
#cmDiagram .ghdmbdr
{
    border-color: #b70004;
}

#cmDiagram .lsp
{
    border-bottom: solid 1px #9DA9B9;
    overflow: hidden;
    height: 2px;
    margin-bottom: 2px;
}
#cmDiagram a, #cmDiagram a:visited
{
    color: #000000;
    line-height: 18px;
}
#cmDiagram a:hover, #cmDiagram a:visited:hover
{
    color: #b70004;
    cursor: pointer;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clr
{
    clear: both;
}

.px1
{
    height: 1px;
    overflow: hidden;
}
.px2
{
    height: 2px;
    overflow: hidden;
}
.px3
{
    height: 3px;
    overflow: hidden;
}
.px4
{
    height: 4px;
    overflow: hidden;
}
.px5
{
    height: 5px;
    overflow: hidden;
}
.px6
{
    height: 6px;
    overflow: hidden;
}
.px7
{
    height: 7px;
    overflow: hidden;
}
.px8
{
    height: 8px;
    overflow: hidden;
}
.px9
{
    height: 9px;
    overflow: hidden;
}
.px10
{
    height: 10px;
    overflow: hidden;
}
.px15
{
    height: 15px;
    overflow: hidden;
}
.px18
{
    height: 18px;
    overflow: hidden;
}
.px20
{
    height: 20px;
    overflow: hidden;
}
.px30
{
    height: 30px;
    overflow: hidden;
}
.px50
{
    height: 50px;
    overflow: hidden;
}
.px70
{
    height: 70px;
    overflow: hidden;
}
.px100
{
    height: 100px;
    overflow: hidden;
}

/* Popup Comment */
.ui-dialog
{
    position: fixed !important;
}
.txt-info
{
    color: black;
    float: left;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    font-size: 12px;
    padding-top: 1px;
    clear: both;
    border: 1px solid #D0C5C3;
    width: 96%;
    margin-right: 2px;
    margin-left: 2px;
    height: 18px;
}
.txt-info-area
{
    color: black;
    float: left;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    font-size: 12px;
    padding-top: 1px;
    clear: both;
    border: 1px solid #D0C5C3;
    width: 96%;
    margin-right: 2px;
    margin-left: 2px;
    height: 70px;
}
.txt-area
{
    float: left;
    clear: both;
    border: 1px solid #D0C5C3;
    height: 70px;
}
/* end Popup Comment -->

/*-- Thu Tuc hanh chinh --*/
.tapDocPL
{
    background: #DBE9F5;
    font-weight: bold;
    color: #000;
    padding: 5px 0px 5px 5px;
}
.tapclass
{
    border: 1px solid #1c73c5;
    margin-top: 2px;
}
.tapclass
{
    border: 1px solid #1c73c5;
    margin-top: 2px;
}

.proctr1
{
    background: #DBE9F5;
}
.proctr2
{
    background: #DBE9F5;
    font-weight: bold;
    color: #000;
}
.proctr3
{
    font-weight: bold;
}

.procinfo2
{
    padding-left: 10px;
    width: 190px;
}
.procinfo3
{
    padding-left: 10px;
    width: 300px;
}
.procinfo4
{
    padding-left: 10px;
}

.pctitle
{
    width: 182px;
    height: 30px;
    padding-left: 37px;
    padding-top: 7px;
    color: #ffffff;
}
.pccontent
{
    width: 197px;
    border-left: 1px solid #fd5e00;
    border-right: 1px solid #fd5e00;
    padding: 10px;
}
.pcbooton
{
    width: 219px;
    height: 6px;
    background: url(../images/bg_pc1.jpg) no-repeat;
}


.linkPdf
{
    width: 140px;
    height: 20px;
    background: url(../images/iconpdf.jpg) no-repeat;
    padding-left: 20px;
    margin-left: 20px;
}
.linkDoc
{
    width: 140px;
    height: 20px;
    background: url(../images/icondoc.jpg) no-repeat;
    padding-left: 20px;
    margin-top: 15px;
    margin-left: 20px;
}
.linkTick
{
    width: 140px;
    height: 20px;
    background: url(../images/icontick.jpg) no-repeat;
    padding-left: 20px;
    margin-top: 15px;
    margin-left: 20px;
}
.linkTb
{
    width: 140px;
    height: 20px;
    background: url(../images/icontb.jpg) no-repeat;
    padding-left: 20px;
    margin-top: 15px;
    margin-left: 20px;
}


.tagluocdo
{
    width: 670px;
    height: 600px;
    background: url(../images/bg-luocdo.png) no-repeat;
}
.ctloucdo
{
    width: 200px;
    padding-left: 16px;
}


.css7
{
    width: 200px;
    margin: 2px;
}
.css7 h2
{
    font-size: 1.2em;
}
.css7 .procTitle
{
    background: #DBE9F5;
    color: #000;
    padding: 5px 0px 5px 5px;
    font-weight: bold;
}
.css7 .proccontent
{
    border: 1px solid #1c73c5;
    padding: 0px 10px 10px 10px;
}
.css7 .proccontent .name
{
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}
.css7 .item
{
    border: 1px solid #C8D4DB;
    padding: 5px;
    background: #fff;
    height: 100px;
    overflow: auto;
}
.css7 .item div
{
    padding-bottom: 5px;
    padding-top: 2px;
    border-bottom: 1px solid #e7e7e7;
}
.css7 .item div a
{
    color: #393939;
}
.css7 .item div a:hover
{
    color: #ff5a01;
}


.css8
{
    width: 200px;
    margin: 2px;
}
.css8 h2
{
    font-size: 1.2em;
}
.css8 .procTitle
{
    background: #007EC2;
    color: #fff;
    padding: 5px 0px 5px 5px;
    font-weight: bold;
}
.css8 .proccontent
{
    border: 1px solid #007EC2;
    padding: 0px 10px 10px 10px;
    background: #fff;
    height: 140px;
    overflow: auto;
}
.css8 .proccontent .name
{
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.css8 .item
{
    border: 1px solid #FFA25B;
    padding: 5px;
}
.css8 .item div
{
    padding-bottom: 5px;
    padding-top: 2px;
    border-bottom: 1px solid #e7e7e7;
}
.css8 .item div a
{
    color: #393939;
}
.css8 .item div a:hover
{
    color: #ff5a01;
}

.boxnewhot-image
{
    padding-top:5px;
}
/* Box new */
.boxnew-first
{
    margin: 0;
    padding-bottom:5px;
}
.boxnew-first .boxnew-image a
{
    display: block;
}

img.landscape
{
    padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 0px 5px 0;
}
img.landscape:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 0 0 5px 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
img.landscape1
{
    padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 5px 5px 0;
}
img.landscape1:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 5px 5px 5px 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

img.landscape2
{
    padding: 0px;
    background: #F8F8F8;
    
    float: left;
    margin: 4px 8px 5px 0;
}
img.landscape2:hover
{
    background: #eeeeee;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.boxnewf-linkabs
{
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 5px;
    line-height:20px;
}
.boxnewf-linkabs a:hover
{
    text-decoration: none;
    color: #b70004;
}
.boxnewf-linkother
{
    height:160px;
    overflow:hidden;   
}
.boxnewf-linkother ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.boxnewf-linkother ul li.ter
{
    line-height: 18px;
    padding: 4px 0 2px 15px;
    background: transparent url(../images/icon-m.png) no-repeat 0 -3047px;
    display: list-item;
}


.boxcate-linkother
{
    height:156px;
}
.boxcate-linkother ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.boxcate-linkother ul li.ter
{
    line-height: 18px;
    padding: 4px 0 4px 0px;
}

.boxcate-linkother-f
{
    height:260px;
}
.boxcate-linkother-f ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.boxcate-linkother-f ul li.ter
{
    line-height: 18px;
    padding: 4px 0 4px 0px;
}

.boxnew-linkhot
{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 2px;
    line-height:20px;
}
.boxnew-linkhot a:hover
{
    text-decoration: none;
    color: #b70004;
}

.boxnew-linkabs
{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    line-height:20px;
}
.boxnew-linkabs a:hover
{
    text-decoration: none;
    color: #b70004;
}
.boxnew-linkother
{

}
.boxnew-linkother ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.boxnew-linkother ul li.ter
{
    line-height: 18px;
    padding: 4px 0 2px 15px;
    background: transparent url(../images/icon-m.png) no-repeat 0 -3047px; 
    display: list-item;
    text-align:justify;
}
.boxnew-linkother ul li.ter a
{
    color:#444;
}
.boxnew-linkother ul li.ter a:hover
{
    color:#0073C3;
}

.boxnew-main-linkother
{

}
.boxnew-main-linkother ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.boxnew-main-linkother ul li.ter
{
    line-height: 18px;
    padding: 4px 0 2px 0px;
  /*  background: transparent url(../images/icon-m.png) no-repeat 0 -3047px; */
    display: list-item;
    border-bottom: 1px solid #e1e1e1;
    text-align:justify;
}
.boxnew-main-linkother ul li.ter a
{
    color:#444;
}
.boxnew-main-linkother ul li.ter a:hover
{
    color:#0073C3;
}

/* Box new */
.box-tintuc-first
{
    margin: 0;
}
.box-tintuc-first .boxnew-image a
{
    display: block;
}

img.box-tintuc-landscape
{
    padding: 2px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 0px 5px 0;
}
img.box-tintuc-landscape:hover
{
    padding: 2px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 0 0 5px 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.box-tintuc-linkabs
{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
}
.box-tintuc-linkabs a:hover
{
    text-decoration: none;
    color: #b70004;
}

.box-tintuc-linkother ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.box-tintuc-linkother ul li.ter
{
    line-height: 16px;
    padding: 5px 0 0px 10px;
    background: transparent url(../images/icon-m.png) no-repeat -5px -3047px;
    display: list-item;
}

/* List News */
.list-news-lnkImg img
{
    float: left;
    width: 140px;
    height: 105px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #eee;
    padding: 3px;
}
.list-news-lnkImg img:hover
{
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.list-news-lnkTt
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
a.list-news-lnkTt:visited
{
    color: #4F4F4F !important;
    text-decoration: none;
}
.list-news_lnkP
{
    line-height: 18px;
    margin-top: 5px;
    text-align: justify;
}

/* detail tin tuc */
a.linkface, a.linkflicrk, a.linkyahoo, a.linktiwth, a.linkmail, a.linkprint, a.linkgoogle, a.linkhay, a.comment
{
    background: url("../images/linkSharesocial.png") no-repeat scroll left top transparent;
    border: medium none;
    display: block;
    float: left;
    height: 20px;
    margin-right: 6px;
    width: 20px;
    cursor: pointer;
}

a.linkflicrk
{
    background-position: -24px 0;
}
a.linkyahoo
{
    background-position: -48px 0;
}
a.linktiwth
{
    background-position: -72px 0;
}
a.linkmail
{
    background-position: -96px 0;
}
a.linkprint
{
    background-position: -120px 0;
}
a.linkgoogle
{
    background-position: -144px 0;
}
a.linkhay
{
    background-position: -168px 0;
}
a.comment
{
    background-position: -192px 0;
}
.fRight
{
    float: right;
}

h1.news-title-detail
{
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.date_tin
{
    margin-top: 10px;
}
.news-detail-ct
{
    padding: 10px 0;
    line-height: 20px;
    font-size: 13px;
}
.news-detail-ct p
{
    padding: 5px 0;
}
.news-detail-ct h2
{
    border-bottom:none;   
}
.news-detail-ct img
{
    padding: 10px;
    width:600px !important;
}
.news-detail-releation
{
    font-weight: bold;
    line-height: 22px;
    font-size: 13px;
}
.news-detail-releation a
{
    color: #b70004;
}
.news-detail-releation a:hover
{
    text-decoration: underline;
}

.news-detail-line
{
    border-top: 1px solid #cdcdcd;
    padding-top: 13px;
}
.text-author
{
    color: #656565;
    font-style: italic;
}



/* Comment */
.adword-header
{
    width: 478px;
    margin-bottom: 10px;
    background: #f5f5f7 url('/Images/AdWord/adword-header.gif') repeat-x top;
}
.adword-hdf, .adword-ftf
{
    height: 4px;
    overflow: hidden;
}
.adword-hdf
{
    background: url('/Images/Background/cmt-header.gif') no-repeat top;
}
.adword-ftf
{
    background: url('/Images/Background/cmt-footer.gif') no-repeat top;
}
.adword-header-content
{
    font: bold 12px arial;
    color: #8a0000;
    padding: 0px 2px;
    background-color: #f5f5f7;
}
.adword-header-content a
{
    font: bold 12px arial;
    color: #8a0000;
    text-decoration: none;
}
.adword-header-content img
{
    border: 0;
}
.adword
{
    width: 100%;
    padding: 5px 10px;
    line-height: 18px;
    border-left: 1px solid #e3e3e4;
    border-right: 1px solid #e3e3e4;
    background: #ffffff url('/Images/AdWord/adword.gif') repeat-x top;
}
.adword p
{
    padding: 0;
    margin: 0px;
}
.adword ul
{
    list-style: none;
    margin: 0;
    padding: 0px;
}
.adword li
{
    padding-left: 8px;
    background-image: url('/Images/Background/blue-square.gif');
    background-repeat: no-repeat;
    background-position: 0 7px;
}
.adword-textbox, .adword-textbox2
{
    border: 1px solid #7f9db9;
    font: 11px arial;
    padding: 3px;
    height: 13px;
}
.adword-textbox
{
    color: #9196A2;
}
.adword-textbox2
{
    color: #000000;
}
.adword-select
{
    font: 11px arial;
    color: #868585;
}
.adword-txtemail
{
    width: 156px;
    height: 15px;
    padding: 2px 3px;
    font: 11px arial;
    border: 1px solid #a7a6aa;
}
.adword-continue
{
    height: 16px;
    padding: 2px 5px;
    border-top: 1px solid #d7dae0;
}
.adword-continue a
{
    font: 11px arial;
    color: #8a0000;
    text-decoration: none;
}
.adword-continue img
{
    border: 0;
}
.adword-middle
{
    padding: 5px;
    border: 1px solid #e3e3e3;
}
.adword-title
{
    width: 486px;
    height: 21px;
    padding: 2px 5px;
    font: bold 12px arial;
    background: #f5f5f7 url('/Images/AdWord/adword-title.gif') repeat-x top;
}
.adword-title3
{
    width: 476px;
    height: 70px;
    padding: 2px 10px;
    font: 12px arial;
    background: #f5f5f7 url('/Images/AdWord/adword-title.gif') repeat-x bottom;
}
.adword-content
{
    width: 486px;
    height: 16px;
    padding: 2px 5px;
    font: bold 12px arial;
    background: #f5f5f7 url('/Images/AdWord/adword-content.gif') repeat-x top;
}
.adword-title2
{
    width: 486px;
    height: 15px;
    padding: 2px 5px;
    font: bold 12px arial;
    background: #f5f5f7 url('/Images/AdWord/adword-title2.gif') repeat-x top;
}
.adword-detail
{
    width: 464px;
    padding: 10px;
    margin: 5px;
    background: #ffffff url('/Images/AdWord/adword-detail.gif') repeat-x top;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.adword-nav
{
    width: 100%;
    padding: 5px 0px;
}
.adword-nav2
{
    width: 100%;
    padding: 5px 0px;
}
.adword-nav3
{
    width: 100%;
    padding: 5px 0px;
}
.adword-dline
{
    width: 100%;
    overflow: hidden;
}
.adword-dline ul
{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.adword-dline li
{
    padding: 0;
    background-image: none;
}

/* Comment text */
.comment_ct .Title
{
    font-size: 17px;
    color: #067AB5;
}
.comment_ct .title
{
    font-size: 17px;
    color: #067AB5;
}
.comment_ct
{
    border-top: 1px solid #DEDEDE;
    padding: 10px 0px 2px;
}

.comment_ct_fb .Title
{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.comment_ct_fb .title
{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.comment_ct_fb
{
    position: relative;
    padding: 10px 0px 2px;
}
.comment_ct_date
{
    position: absolute;
    top: 11px;
    left: 360px;
    width: 120px;
    text-align: right;
    color: #848484;
    font-size: 10px;
    font-weight: normal;
}

.cmw
{
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px 0;
}
.cmg
{
    background: none repeat scroll 0 0 #f4f5f6;
    padding: 10px;
}

#DivShowComment .Title
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 3px;
}
#DivShowComment .Normal
{
    font-size: 12px;
    color: #333333;
}
#DivShowComment .Author
{
    font-size: 12px;
    color: #848484;
    font-weight: 700;
    float: left;
}
#DivShowComment .CommDate
{
    font-size: 12px;
    color: #848484;
    font-weight: normal;
    float: left;
}
#DivShowComment .CommSep
{
    font-size: 12px;
    color: #848484;
    font-weight: normal;
    float: left;
}

#content_sticky
{
    overflow: hidden;
}

/* button */
.btn
{
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]
{
    background-color: #e6e6e6; *background-color:#d9d9d9;
}

.btn:active, .btn.active
{
    background-color: #cccccc \9;
}

.btn:first-child
{ *margin-left:0;
}

.btn:hover
{
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6; *background-color:#d9d9d9;
/* Buttons in IE7 don't get borders, so darken on hover */

background-position:0-15px;
-webkit-transition:background-position0.1slinear;
-moz-transition:background-position0.1slinear;
-ms-transition:background-position0.1slinear;
-o-transition:background-position0.1slinear;
transition:background-position0.1slinear;
}

.btn:focus
{
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active, .btn:active
{
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled]
{
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Video */
h1.video-title-detail
{
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}
.date_video
{
    margin-top: 10px;
}
.video-detail-ct
{
    padding: 10px 0;
    line-height: 20px;
    font-size: 13px;
}
.video-detail-ct p
{
    padding: 5px 0;
}
.video-detail-releation
{
    font-weight: bold;
    line-height: 22px;
    font-size: 13px;
}
.video-detail-releation a
{
    color: #b70004;
}
.video-detail-releation a:hover
{
    text-decoration: underline;
}

.video-detail-line
{
    border-top: 1px solid #cdcdcd;
    padding-top: 13px;
}
/* Box Video */
.box-video
{
    display: none;
    -webkit-backface-visibility: hidden;
    width: 210px;
    float: left;
    display: block;
    margin: 10px 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.box-video img
{
    width: 100%;
    display: block;
    width: 210px;
    height: 120px;
    margin-right: 21px;
}
.box-video span
{
    text-transform: capitalize;
}

.box-video a
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.p-r20
{
    padding-right: 20px;
}

/* Hover */

.item-box-video
{
    width: 210px;
    height: 120px;
}
.item-box-video a
{
    text-decoration: none;
    display: block;
}
.item-box-video a img
{
}
.item-box-video a span.play
{
    display: none;
    background: url("../images/sprite-icon.png") no-repeat scroll -62px 0 transparent;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 100;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    left: 80px;
    top: -90px;
}
.item-box-video a:hover span.play
{
    display: block;
}

/* Box right video */

.video-list
{
    background: none;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.video-list:hover
{
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
}
.video-list a
{
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    color: #333;
}

.video-list img
{
    border: 0 none;
    clear: left;
    float: left;
    text-decoration: none;
    width: 130px;
    height: 80px;
    padding: 5px 5px 5px 0px;
}
.video-list .span_view
{
    color: #707070;
    display: block;
    margin-top: 5px;
    font-size: 11px;
}

/* -- List Chuyen muc */
.cate_vd_ul
{
    float: left;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.cate_vd_ul_li
{
    float: left;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    text-align: left;
    width: 72px;
}
.cate_vd_ul_li a
{
    color: #064771;
    font-size: 12px;
    font-weight: bold;
}

.radio_search input[type="radio"]
{
    margin: 0 3px 0 8px;
    vertical-align: top;
    padding: 0;
}
.radio_search input[type="label"]
{
    margin: 0;
    padding: 0;
}


/* News Group */
.news_cm
{
    margin-top: 10px;
}
.news_cm_tt
{
    border-bottom: 2px solid #b70004;
}
.news_cm_tt_a
{
    font-size: 18px;
    font-weight: bold;
    color: #ce1418;
    text-decoration: none;
    padding-bottom:5px;
}

.new_cm_col
{
    margin-top: 10px;
}
.news_cm_col1
{
    float: left;
    width: 430px;
    margin-right: 20px;
}

.news_cm_col1 a.lnk_img
{
    width: 200px;
    float: left;
    max-height: 140px;
    min-height: 130px;
    padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    margin-right: 10px;
}
.news_cm_col1 a.lnk_img img
{
    width: 200px;
    max-height: 140px;
    min-height: 130px;
}
.news_cm_col1 a.lnk_img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.news_cm_col1 .lnk_tt
{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
.news_cm_col1 p.p_ct
{
    color: #000;
    margin-top: 5px;
    line-height: 18px;
}
.news_cm_col1 .lnk_tt:hover
{
    color: #b70004;
}
.news_cm_col2
{
    float: right;
    width: 230px;
}
.news_cm_col2 ul
{
    padding: 0px 0px 15px 0px;
    margin: 0;
    list-style-type: none;
}
.news_cm_col2 ul li.li_first
{
    font-weight: bold;
    margin-top: 0px;
}
.news_cm_col2 ul li
{
    line-height: 18px;
    padding-bottom: 5px;
}

.news_cm_list
{
    float:left;
    padding-top:0px;
    height:250px;
    overflow:hidden;
    width:100%;
}
.news_cm_list ul
{
    padding: 0px 0px 10px 0px;
    margin: 0;
    list-style-type: none;
}
.news_cm_list ul li.li_first
{
    font-weight: bold;
    margin-top: 0px;
}
.news_cm_list ul li
{
    line-height: 18px;
}

.news_cm_list .post-container
{
    background: url(../images/bg-dots.gif) left bottom repeat-x;
    padding: 7px 0;
    margin: 0 0 0px 0;
}
.news_cm_list .post-thumb
{
    margin: 0;
    padding: 0;
}
.news_cm_list .post-thumb img
{
    padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
}
.news_cm_list .post-thumb img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    margin: 0 10px 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.news_cm_list h3.entry-title
{
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    border: 0;
    text-transform: none;
    padding-bottom: 0;
    margin:0;
}
.news_cm_list h3.entry-title a
{
    color: #000;
}
.news_cm_list_fix
{
    float:left;
    padding-top:10px;
    height:260px;
    overflow:hidden;
}
.news_cm_list_fix ul
{
    padding: 0px 0px 10px 0px;
    margin: 0;
    list-style-type: none;
}
.news_cm_list_fix ul li.li_first
{
    font-weight: bold;
    margin-top: 0px;
}
.news_cm_list_fix ul li
{
    line-height: 18px;
    padding-bottom: 10px;
}

.li-bg-grey
{
    background-color:#f5f5f5;
}

.list_news_a4
{
    text-decoration: none;
    color: #024382;
}
.list_news_a4:hover
{
    text-decoration: none;
}

.cl_bl
{
    color: #024382;
}
.hot_news_a4
{
    text-decoration: none;
    color: #024382;
}
.hot_news_a4:hover
{
    text-decoration: none;
}
.xemthem
{
    background: url("../images/blue_arrow.png") no-repeat scroll right center transparent;
    padding-right: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #024382;
    float: right;
}
.xemthem:hover
{
    text-decoration: underline;
}
.xemthem2
{
    background: url("../images/blue_arrow.png") no-repeat scroll right center transparent;
    padding-right: 15px;
    text-decoration: none;
    color: #024382;
    float: right;
}
.xemthem2:hover
{
    text-decoration: underline;
}

.divSub-Folder
{
    padding: 4px 0px 0px;
    font-size: 12px;
    color: #444;
}
.link-subfolder
{
    font-size: 11px;
    color: #606062;
    text-decoration: none;
    display: inline;
    padding: 0 4px;
}
.sep-menuH
{
    font: 11px arial;
    color: #c3c3c3;
    padding: 0 2px;
}


.itemblock
{
    /*float: left;*/
    margin-top: 5px;
    margin-bottom: 5px;
    width: 48%;
    display: inline;
}

.item a
{
    color: #000;
}
.item
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}
.item:hover
{
    color: #D65900;
}

.item1 a
{
    color: #000;
}
.item1
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}
.item1:hover
{
    color: #D65900;
}

.item_tip
{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.item_tip:hover
{
    color: #E84606;
}

.item_p
{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 2px 0 0 0;
    text-align: justify;
}
.itemimg
{
    border: 1px solid #CCCCCC;
    float: left;
    height: 60px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 1px;
    width: 60px;
}

.itemimg1
{
    border: 1px solid #eee;
    float: left;
    height: 85px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 3px;
    width: 140px;
}
.itemimg1:hover
{
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.itemimg_thumb
{
    background: #F8F8F8;
    border: 1px solid #EEE;
    float: left;
    height: 75px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 4px;
    width: 75px;
}
.itemimg_thumb:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.itemimg2
{
    border: 1px solid #eee;
    float: left;
    width: 50px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 3px;
}
.itemimg2:hover
{
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.itemimg3
{
    border: 1px solid #eee;
    float: left;
    width: 40px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 3px;
}
.itemimg3:hover
{
    background: #eeeeee;
    border: 1px solid #EEE;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.readAll1
{
    background: url("../images/bullet_full.gif") no-repeat scroll 0 -196px transparent;
    height: 16px;
    width: 16px;
    text-indent: -8000px;
    position: relative;
    display: block;
    left: 264px;
}

/* Popup */
.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 3100px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.white_content
{
    display: none;
    position: absolute;
    width: 605px;
    height: 490px;
    padding: 5px 5px 0 5px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    z-index: 1002;
    overflow: auto;
}

.white_content1
{
    display: none;
    position: absolute;
    width: 605px;
    height: 510px;
    padding: 5px 5px 0 5px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    z-index: 1002;
    overflow: auto;
}
.white_content_register
{
    display: none;
    position: absolute;
    width: 800px;
    height: 670px;
    padding: 5px 5px 0 5px;
    border: 5px solid #d1cbe5;
    background-color: #d1cbe5;
    z-index: 1002;
    overflow: auto;
}

.popup_sinhnhat_text
{
    font-family: Arial;
    font-size: 13px;
    color: #0C4B92;
}
.popup_sinhnhat_text_bold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
}
.popup_sinhnhat_text_bold1
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #f000ff;
}
.icon12
{
    padding-left: 5px;
    vertical-align: middle;
    padding-bottom: 3px;
    border: none;
}
.icon13
{
    padding-left: 3px;
    vertical-align: middle;
    padding-bottom: 2   px;
    border: none;
}
.icon-bullet
{
    padding:0 15px;
    vertical-align: middle;
    padding-bottom: 3px;
    border: none;
}
/*PAGGING*/
/*PAGGING*/
.paging-div
{
    font-size: 11px;
    position: relative;
    text-align: left;
    color: rgb(128, 128, 128);
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 100%;
    font-family: Arial;
    float: right;
}
.paging-div div
{
    font-size: 11px;
    font-weight: normal;
    display: inline;
    list-style: none;
    text-align: center;
    margin: 2px;
    font-family: Arial;
}
.paging-div div span
{
    font-size: 11px;
    font-weight: normal;
    color: #CC0000;
    border: 1px #CC0000 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    padding: 3px 6px 3px 6px;
    font-family: Arial;
}
.paging-div div a
{
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border: 1px #CDDCED solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    padding: 3px 6px 3px 6px;
    font-family: Arial;
    text-decoration: none;
    
     background: #FAFAFA; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#DADADA'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DADADA)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FAFAFA,  #DADADA); /* for firefox 3.6+ */

}
.paging-div div a:hover
{
    font-size: 11px;
    font-weight: normal;
    color: #8c0c23;
    border: 1px #888 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    padding: 3px 6px 3px 6px;
    font-family: Arial;
    text-decoration: none;
    
    background: #DADADA; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DADADA', endColorstr='#c7c7c7'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#c7c7c7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #DADADA,  #c7c7c7); /* for firefox 3.6+ */
}
.paging-div .nav
{
    font-size: 11px;
    font-weight: normal;
    color: #CCCCCC;
    border: 1px #CCCCCC solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    padding: 3px 6px 3px 6px;
    font-family: Arial;
}

.tangbanbe
{
    border-bottom: 1px dashed #DDDDDD;
    border-top: 1px dashed #DDDDDD;
    color: #333333;
    font-weight: bold;
    padding: 7px 0;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
}
.tangbanbe a
{
    color: #333333;
    text-decoration: none;
}
.tangbanbe a:hover
{
    color: #333333;
    text-decoration: underline;
}
.ban-in
{
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.tangbanbe img
{
    cursor: pointer;
    vertical-align: middle;
}

.tangbanbe_s
{
    color: #333333;
    font-weight: bold;
    padding: 2px 0;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
}
.tangbanbe_s a
{
    color: #333333;
    text-decoration: none;
}
.tangbanbe_s a:hover
{
    color: #333333;
    text-decoration: none;
}
.tangbanbe_s img
{
    cursor: pointer;
    vertical-align: middle;
}

.content_Text_Cat
{
    color: #555555;
    font: Arial;
    font-size: 12px;
    padding: 0 5px;
}
.content_Text_Cat a
{
    color: #555555;
    text-decoration: none;
}
.content_Text_Cat a:hover
{
    color: #235baf;
    text-decoration: none;
}



.cattitle_sub
{
    float: right;
    position: relative;
    top: -25px;
}

.cattitle_sub1
{
    float: right;
    position: relative;
    top: 10px;
}

#taskbar_top
{
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 26px;
    top: 0px;
    padding: 0px 0px 1px;
    left: 0px;
    background: #292929;
    border-bottom:1px solid #0d0d0d;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#taskbar_top
{
    _position: absolute;
    _top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    _left: expression(0+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
}
.tasktop-ct
{
    width: 1000px;
    margin: 0px auto;
    height: 25px;
}
.tasktop-r
{
    padding-top:5px;
    height: 26px;
}

.linksite
{
    height: 26px;
    float: left;
}
.linksite-r
{
    height: 26px;
    float: right;
}
.vne
{
    height: 26px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
 /*   background: url(../images/bgVne.gif) repeat-x;*/
}
.liVne
{
    height: 26px;
    background:transparent url(../images/sepTop.png) no-repeat top right;
    padding: 0px 1px 0px 0px;
    float: left;
}
.liVne a.normal
{
    padding: 7px 15px 0px;
    height: 19px;
    float: left;
    font: 11px arial;
    color: #fff;
    text-decoration: none;
}
.currTopLink
{
   /* background: url(../images/actVne.gif) repeat-x;*/
}
.otherLinkSite
{
    height: 26px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
}
.liOther
{
    height: 26px;
    background:transparent url(../images/sepTop.png) no-repeat top right;
    padding: 0px 1px 0px 0px;
    float: left;
}
.liOther a.normal
{
    padding: 6px 15px 0px;
    height: 19px;
    float: left;
    font: 11px arial;
    color: #000;
    text-decoration: none;
}
.lastLi
{
    background: none !important;
}
.memberArea
{
    height: 26px;
    float: right;
}
.memberArea-r
{
    height: 26px;
    float: right;
    padding-top:10px;
    clear:both;
}
/*Update Home*/
.liVne a.normal
{
    padding: 6px 10px 1px;
    height: 17px;
    float: left;
    font: 11px arial;
    color: #fff;
    text-decoration: none;
}
.currTopLink
{
    color: #ccc !important;
    padding: 6px 10px 1px !important;
   
}
.link-subfolder
{
    font: 11px arial, Geneva, sans-serif;
    color: #fff;
    text-decoration: none;
    display: inline;
}
.sep-menuH
{
    font: 11px arial;
    color: #ddd;
}
.hot-line
{
    float: left;
   /* background:transparent url(../images/sepTop.png) no-repeat right 0px; */
    padding: 6px 7px 0px 0px;
    font:normal 11px arial;
    color: #0080CD;
    margin: 0px;
}
.hot-line a
{
    font-weight: normal;
    color: #0080CD;
}
.hot-line a:hover
{
    color: #00a0CD;
}
.a-mail
{
    width: 15px;
    height: 19px;
    padding: 6px 7px 0px;
    background:transparent url(../images/sepTop.png) no-repeat right 0px;
    margin: 0px 7px 0px 0px;
    float: left;
}


.liVne .normal:hover, .liOther .normal:hover
{
    color: #999;
}
.liOther a.normal
{
    color: #003D99;
}
.liVne a.normal
{
    color: #553D99;
}



.task-bottom
{
    height: 35px;
    line-height:35px;
    vertical-align:middle;
}
.link-bottom
{
    float: left;
    position:relative;
    top:10px;
}
.vne-bottom
{
    padding: 0;
    margin:0;
    list-style-type: none;
    float: left;
 /*   background: url(../images/bgVne.gif) repeat-x;*/
}
.liVne-bottom
{
    background:transparent url(../images/sepTop.png) no-repeat right -6px;
    padding: 0px;

    float: left;
}
.liVne-bottom a.normal
{
    padding: 0px 15px;
    float: left;
    font: 12px arial;
    text-decoration: none;
}

.liVne-bottom .normal:hover, .liOther-bottom .normal:hover
{
    color: #009ff0;
}
.liVne-bottom a.normal
{
    color: #0050a1;
}

/*------Albumanh------*/

.photos
{
    margin-top: 18px;
}

.photos h2 a
{
    background: #f2f2f2;
    text-transform: uppercase;
    padding: 8px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0pxpx; /* Old Firefox */
}

.photos_ul
{
    background: #f2f2f2;
    padding: 12px 0 0 5px;
}

.photo_float
{
    width: 205px;
    float: left;
    margin: 0 8px;
}

.photos li img:hover
{
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.photos p
{
    margin-top: 8px;
    line-height: 18px;
}
.photos p a
{
    text-decoration: none;
}
/*------het Albumanh------*/

/*video*/

.video_xemnhieu ul
{
    margin: 15px 0px 10px 0px;
}

.video_xemnhieu ul li
{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-top: 8px;
}

.video_xemnhieu ul li:first-child
{
    margin-top: 0px;
}

.video_xemnhieu h4
{
    margin-bottom: 8px;
}

.video_xemnhieu h4 a
{
    color: #000;
    font-weight: bold;
}

.video_xemnhieu h4 a:hover
{
    color: #d04f00;
}

.video_xemnhieu img
{
    float: left;
    margin-right: 12px;
}

.video_xemnhieu p
{
    line-height: 18px;
}

.video_xemnhieu p a
{
    color: #000;
}

.video_xemnhieu p a:hover
{
    color: #333;
}

.video_hot
{
    margin: 15px 0px 0px 0px;
}

.video_hot h3
{
    margin: 10px 0px 5px 0px;
}

.video_hot h3 a
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 20px;
}

.video_hot h3 p
{
    line-height: 18px;
}

.video_hot h3 a:hover
{
    color: #d04f00;
}

.group_video_more
{
    margin-top: 20px;
}

.item_video
{
    width: 200px;
    float: left;
    margin: 15px 20px 0px 0px;
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 15px;
    height: 185px;
    overflow: hidden;
}
.item_video-cate
{
    width: 200px;
    float: left;
    margin: 15px 20px 0px 0px;
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 15px;
    height: 185px;
    overflow: hidden;
}
.item_video img:hover
{
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.item_video h4
{
    margin: 5px 0px;
    line-height:20px;
}

.item_video h4 a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.item_video h4 a:hover
{
    color: #d04f00;
}

.item_video-cate h4
{
    margin: 5px 0px;
    line-height:20px;
}

.item_video-cate h4 a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.item_video-cate h4 a:hover
{
    color: #d04f00;
}

/*video*/
.text_album
{
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 20px;
}
.text_video
{
    padding-bottom: 20px;
}
.boxVideo_wrapper{}
.video_col1{float:left;width:290px; height:230px;overflow:hidden;}
.video_col1 img{width:290px;height:180px;}
.video_home_info{background:url("../images/video_bg.jpg") repeat-x scroll top left transparent;padding:5px 10px;height:35px;}
.video_col{margin-top:10px;}
.video_col2_ct{width:200px;float:right;height:230px;overflow:hidden;}
.video_col2{background-color:#ebebeb;padding:0px 10px 10px 10px;margin-left:10px;}
.video_col2 ul{margin:0;padding:0px 0px 10px 0px;list-style-type:none;height:200px;overflow:hidden;}
.video_col2 ul li{padding:8px 0px;border-bottom:1px dotted #c5c5c5;}
.video_col2 ul li a.lnk_img img{width:50px;min-height:30px;}
.video_col2 ul li a.lnk_img{width:50px;height:30px;float:left;margin-right:5px;overflow:hidden;}
.video_home_tt{color:#004a7b;font-weight:normal;text-decoration:none;line-height:17px;}
.video_home_tt:hover{color:#CE1418;}
.video_home_sapo{color:#004a7b;line-height:17px;margin:5px 0px 0px 0px;}
.xemthem2{background:url("../images/blue_arrow.png") no-repeat scroll right center transparent;padding-right:15px;text-decoration:none;color:#024382;float:right;}
.xemthem2:hover{text-decoration:underline;}

.vd_ln{overflow: hidden;width: 100%;background:url(../images/radio-box_bg.png) no-repeat left bottom;padding-bottom:10px;}
.vd_ln .vd_ln_tab{ float:left;border-bottom: 1px solid #DEDEDE;padding-bottom: 5px;color:#707070;width:100%;}
.vd_ln .vd_ln_tab a{font-size:16px;font-weight:bold;color:#707070;}
.vd_ln .vd_ln_tab a.active{color:#CE1418;}
.vd_ln .vd_ln_tab a:hover{color:#CE1418;}
.vd_ln .vd_ln_vl{float:left;background-color:#FbFbFb;padding:0px 0px 20px 0px;}
.vd_ln .vd_ln_vl .item-panel-video{float:left;border-top:1px dotted #BFBFBF;padding:15px 0px;}
.vd_ln .vd_ln_vl .item_first{border:0px;}
.vd_ln .vd_ln_vl .item-panel-video .lnk_img{float:left;width:100px;height:61px;overflow:hidden;margin-right:8px;}
.vd_ln .vd_ln_vl .item-panel-video .lnk_img img{width:100px;min-height:61px;}
.vd_ln .vd_ln_vl .item-panel-video .lnk_ct{color:#333333;line-height:18px;cursor:pointer !important;}
.vd_ln .vd_ln_vl .item-panel-video .span_view{color:#707070;display:block;margin-top:5px;font-size:11px;}

.panel-hot-other
{
    background-color:#e2e2e2;
    height:440px;
    overflow:hidden;
    border:1px solid #d0d0d0;
}

.group_news
{
	background: url(../images/bg_right.png) no-repeat top;
	padding: 0px;
	margin-bottom: 5px 0 10px 0;
}

.tit_right
{
	/*background: url(../images/top_right.png) no-repeat;*/
}

.tit_right h3
{
	/*background: url(../images/icon_news.png) right no-repeat;*/
	color: #0a63ad;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px 20px 0 12px;
	padding-top:10px;
	border-bottom:dotted 1px #999;
}

.tit_right2
{
	/*background: url(../images/top_right.png) no-repeat;*/
}

.tit_right2 h3
{
	background: url(../images/icon_news2.png) right no-repeat;
	color: #0a63ad;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0px 12px;
}

.tit_right3
{
	background: url(../images/top_right.png) no-repeat;
}

.tit_right3 h3
{
	background: url(../images/icon_news3.png) right no-repeat;
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0px 12px;
}

.tit_right3 h3 a
{
	color: #ffffff;
	text-decoration: none;
}
.tit_right4
{
	/*background: url(../images/top_right.png) no-repeat;*/
}

.tit_right4 h3
{
	/*background: url(../images/man_icon2.png) right no-repeat;*/
	color: #0a63ad;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding-top:10px;
	border-bottom:dotted 1px #999;
}
.tit_right5
{
	/*background: url(../images/top_right.png) no-repeat;*/
}

.tit_right5 h3
{
	color: #0a63ad;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding-top:10px;
	border-bottom:dotted 1px #999;
}

.tit_right5 h3 a
{
	color: #0a63ad;
	text-decoration: none;
}

ul.oe_colmenu li a{
	text-decoration:none;
	color:#dedede;
	display:block;
	font-size:11px;
	padding:3px 0;

}

ul.oe_colmenu li{

	
}
ul.oe_colmenu li.oe_heading{
	padding-bottom:8px;

}
ul.oe_colmenu li.oe_heading a{
	color:#ddd;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;

}

ul.oe_colmenu li a:hover{
	color:#bbb;
	
}
ul.oe_colmenu{
	list-style:none;
	float:left;
	width: auto;
	padding:0 20px 0 20px;
	margin:0;
	
}

.sub_menu_item_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:175px;
}
.sub_menu_item_li {
  /*  background: url("images/sub_menu_bg.png") no-repeat scroll 10px 10px transparent; */
    border-bottom: 1px solid #E1E1E1;
    line-height: 18px;
    margin: 0;
    padding: 3px 0 3px 10px;
    border-left:1px solid #E1E1E1;
}
.sub_menu_item_li a {
    color: #000;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
}
.sub_menu_item_li a:hover {
    color: #b70004;
    text-decoration: none;
}
.sub_menu_item_li:hover 
{
	border-left:1px solid #E1E1E1;
	background:#eeeeee; 
	width:163px;
}

.block-comment {
    border: 1px solid #D3D3D3;
    margin-top: 35px;
	background-color: #FcFcFc;
    padding: 10px;
    position: relative;
    z-index: 9999;
    text-align:left;
    width:700px;
}

.block-comment .up-arrow {
    background: url("../images/up_arrow.gif") no-repeat scroll center center transparent;
    height: 11px;
    left:180px;
    position: absolute;
    top: -11px;
    width: 20px;
}
/***********************************************************/
.main_panel_register
{
	margin-right:5px;	

}

.main_title_register
{

	height:28px;
	padding-left:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ef4208;
	line-height:28px;
	border-color:#9ab5d8;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	background-color:#e9eff3;
	margin:0px 4px 0px 4px;


}
.main_title_register1
{

	height:22px;
	padding-left:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:22px;

	margin:0px 4px 0px 4px;


}
.main_register_panel
{
	margin:4px 4px 4px 4px;
}
.register_text_error1
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.register_text
{
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:right;
}
.register_text1
{
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.error_register_text
{

	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	text-align:center;
}



.register_text_form
{
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:right;
}
.register_text_input
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	height:18px;
	line-height:18px;
	
	
}
.register_text_input-number
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	height:18px;
	line-height:18px;
	text-align:right;
	
}
.register_succeed
{

	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}


/* fmsComment */
/* List */
.fmsCommentListBox {
	margin-bottom: 10px;	
}
.fmsCommentListHead {
	height: 25px;
	line-height: 25px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 12px;
}
.fmsCommentListTitle {
	border-left: 4px solid #CD2027;
    color: #CD2027;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.fmsCommentListPageLabel {
	color: #666666;
    font-size: 13px;
    display: none;
}
.fmsCommentListPageView {
	color: #666666;
    font-size: 13px;
}
.BtnExpandCommentItem {
    color: #0C48BB;
    font-size: 11px;
    text-decoration: none;
    vertical-align: middle;
}
.BtnExpandCommentItem:hover {
    color: #FB0000;
}
.fmsCommentListItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*background: url(../images/comment/dot-line.png) repeat-x 0% 100%;*/
}
.fmsCommentListItem.level-1 {
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    padding: 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fmsCommentListItem-ListReplies {
    background-color: #fff;
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;    
}
.fmsCommentListItem-ListReplies .fmsCommentListItem {    
    padding-left: 50px;
    padding-right: 10px;    
    padding-top: 5px;
    margin-bottom: 0px;
    background: url(../images/comment/dot-line.png) repeat-x 0% 100%;
}
.fmsCommentListItem-ListReplies .fmsCommentListItem:last-child
{
    background: none transparent;
    margin-bottom: 0px;    
}
.fmsCommentListItem-FormReplies {
    /*margin-top: 10px;
    margin-left: 50px;*/
}
.fmsCommentListItem p {
	margin: 0px;
    text-align: justify;
}
.fmsCommentListItem-Fullname {
    color: #273889;
    font-size: 12px;
	font-weight: bold;	
	padding-bottom: 5px;
}
.fmsCommentListItem-Content {
	line-height: 16px;
}
.fmsCommentListItem-Content .morelink {
    color: #999;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url(../images/comment/plus.png) no-repeat 50% 50%;
    vertical-align: middle;
}
.fmsCommentListItem-Content .morelink.less {    
    background: url(../images/comment/minus.png) no-repeat 50% 50%;
}
.fmsCommentListItem-Content .morelink span {
    display: none;    
}
.fmsCommentListItem-Function {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #d0d0d0;
}
.fmsCommentListItem-ListReplies .fmsCommentListItem .fmsCommentListItem-Function {
    padding-top: 0px;
    /*padding-bottom: 10px;*/
    border-top: 0px;
}
.fmsCommentListItem-Function li {
    list-style: none;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #d0d0d0;
    height: 16px;    
}
.fmsCommentListItem-Function li.last, .fmsCommentListItem-Function li:last-child {
    border: 0px;
}
.fmsCommentListItem-Function li a.menuItems {
    color: #444;
    font-size: 11px;
    text-decoration: none;
    vertical-align: middle;
}
.fmsCommentListItem-Function li a.menuItems.blue {
    color: #0C48BB;
}
.fmsCommentListItem-Function li a.menuItems:hover {
    color: #FB0000;
}
.fmsCommentListItem-Function li a.menuItems.BtnWarningComment {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(../images/comment/warning.png) no-repeat 50% 50%;
    vertical-align: middle;
}
.fmsCommentListItem-Function li a.menuItems.BtnWarningComment span {
    display: none;    
}
.fmsCommentListItem-Function li a.menuItems.BtnReplyComment {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(../images/comment/reply.png) no-repeat 50% 50%;
    vertical-align: middle;
}
.fmsCommentListItem-Function li a.menuItems.BtnReplyComment span {
    display: none;    
}
.fmsCommentListItem-Date {
	color: #999;
	font-size: 11px;    
    vertical-align: middle;
}
.fmsCommentListPagination {
	text-align: right;
}
.fmsCommentListPaginationButton {
	display: inline-block;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
	width: 14px;
	text-align: center;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
    margin-left: 1px;
    margin-right: 1px;
}
.fmsCommentListPaginationButton:hover, .fmsCommentListPaginationButton.current {
	background-color: #0C48BB;
	color: #eaeaea;
	border-color: #0C48BB;
}
.fmsCommentListPaginationButton-previous {
	display: inline-block;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
	width: 14px;
	text-align: center;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/comment/arrow-left.png) no-repeat 50% 50%;
	background-color: #eaeaea;
	vertical-align: middle;
	margin-left: 1px;
    margin-right: 1px;
}	
.fmsCommentListPaginationButton-previous span {
	display: none;
}
.fmsCommentListPaginationButton-next {
	display: inline-block;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
	width: 14px;
	text-align: center;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/comment/arrow-right.png) no-repeat 50% 50%;
	background-color: #eaeaea;
	vertical-align: middle;
	margin-left: 1px;
    margin-right: 1px;
}
.fmsCommentListPaginationButton-next span {
	display: none;
}
.fmsCommentListPaginationButton-previous:hover, .fmsCommentListPaginationButton-next:hover {
	background-color: #999;
	color: #eaeaea;
	border-color: #666;
}


/*---- Gridview  ---*/

.gridview
{
	width: 100%;
	font: normal 12px Arial;
	color: #000000;
	border: none 0px #ffffff !important;
}
.gridviewItemCheckBox
{
	text-align: center;
	border-right: solid 1px #acacac;
	border-bottom: solid 1px #acacac;
}
.gridviewItemSituation
{
	height: 25px;
	border-right: solid 1px #acacac;
	border-bottom: solid 1px #acacac;
	text-align: center;
}
.gridviewItemMenuName
{
	height: 22px;
	border-right: solid 1px #acacac;
	border-bottom: solid 1px #acacac;
	padding-left: 10px;
}
.gridviewItemMenuName a
{
	text-decoration: none;
	color: Black;
	cursor: pointer;
}
.gridviewItemMenuName a:hover
{
	text-decoration: none;
	color: Red;
	cursor: pointer;
}
.gridviewHeader
{
	text-align: center;
	height: 40px;
	border-color: #bbb;
	font: bold 12px Arial;
	background-color: #cccccc;
}

.gridview_EditRowStyle
{
	background-color: #efefef;
}

.gridview_AlternatingRowStyle
{
	background: url("../images/thongbao_libg.png") repeat-x scroll left bottom transparent;
}
.gridview_FooterStyle
{
	background-color: #dddddd;
	font: bold 12px Arial;
}
.gridview_RowStyle
{
	background-color: #fbfbfb;
	border-bottom: 1px solid #F1F1F1;
}

.gridview_pagestyle
{
	color: #000000;
	text-align: center;
	background-color: #cccccc;
}
.gridview_SelectedRowStyle
{
	color: #000000;
	background-color: #cccccc;
	font-weight: bold;
}
.gridviewHeader_group
{
	text-align: left;
	height: 30px;
	border-color: #acacac;
	background-color: #E0E0E0;
	font-weight: bold;
	padding-left: 10px;
	font-size: 13px;
	color: #000000;
}

.gridview_border
{
	width: 100%;
	font: normal 12px Arial;
	color: #000000;
	border: solid 1px #cdcdcd !important;
}

.TextLeft
{
	text-align: left;
	padding: 2px 5px;
	height: 32px;
}
.TextCenter
{
	text-align: center;
	height: 32px;
	padding: 2px 5px;
}
.TextRight
{
	text-align: right;
	height: 32px;
	padding: 2px 5px;
}

.TextLeft a
{
	color: #000;
	text-decoration: none;
	line-height: 20px;
}
.TextLeft a:hover
{
	color: #0a63ad;
}

.text_task_error
{
	font-family: Arial;
	font-size: 12px;
	color: #e51d18;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-weight: bold;
}

.text_hyperlink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #e51d18;
	text-decoration: none;
}
.text_hyperlink a
{
	color: #e51d18;
	text-decoration: none;
}
.text_hyperlink a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0a63ad;
	text-decoration: none;
}
.RadGrid .rgHeader, .RadGrid th.rgResizeCol
{
	padding-top: 0px !important;
	font-size: 12px !important;
}
.RadGrid_Office2007 .rgRow td, .RadGrid_Office2007 .rgAltRow td, .RadGrid_Office2007 .rgEditRow td, .RadGrid_Office2007 .rgFooter td
{
	border: none !important;
}

.group_calendar
{
	margin-bottom: 20px;
}

.tit_calendar
{
	background: url(../images/tit_left.jpg) no-repeat;
	padding-left: 10px;
}

.tittab
{
	float: left;
	width: 235px;
	height: 35px;
	line-height: 30px;
}

.tittab a
{
	text-decoration: none;
	color: #0a63ad;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.tabphu
{
	float: right;
	width: 400px;
}
.tabphu ul
{
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}


.content_calendar table
{
	border-top: none;
}

.tieumuc
{
	background: url(../images/tabphu.jpg) repeat-x !important;
	height: 30px !important;
	color: #0a63ad;
}

.tieumuc th
{
	border-left: none;
	border-top: none;
	border-bottom: none;
	color: #0a63ad;
}

.tieumuc th:last-child
{
	border-right: none;
}

.noidung_bg
{
	background-color: #f3f3f3 !important;
}

.noidung
{
	background-color: #ffffff !important;
}

.noidung td
{
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding: 8px;
}

.noidung td:last-child
{
	border-right: none;
}
/* grid */


.gridviewBorder_doc{
	border:1px solid #efefef;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	
}

.gridviewTitleBg_doc{
	background-color:#efefef;
	line-height:23px;
	height:23px;
	font-family: Arial;
	font-size: 11px;
	color: #0c4b92;
	font-weight:bold;
	padding-left:0px;
	text-decoration:none;
}
.gridviewrowBg_old_doc{
	background-color:#ffffff;
	height:22px;
	padding:2px 2px 2px 2px;
}
.gridviewrowBg_even_doc{
	background-color:#eef4f9;
	height:22px;
	padding:2px 2px 2px 2px;
}
.gridviewCellBottom_doc{
	border-bottom:1px solid #cdcdcd;
}
.gridviewCellRight_doc{
	border-right:1px solid #cdcdcd;
}
.gridviewTitle_doc{
	padding-left:15px;
	text-decoration:none;
}
.title_table_KQTK {
	font-family: Arial;
	font-size: 11px;
	color: #0c4b92;
	text-decoration: none;
	font-weight: normal;
}
.content_text_KQTK{
	font-family: Arial;
	font-size: 11px;
	color: #0c4b92;
	text-decoration: none;
	font-weight: normal;
}

.content_table_CTVB {

	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.content_text_Download{
	font-family: Arial;
	font-size: 11px;
	color: #5f4b92;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
}
.content_text_Download:hover{
	color: #ff0000;
	text-decoration: none;
}

/* buton */
.Jm {
    background-color: #E8E8E8;
    background-image: -moz-linear-gradient(center top , #FAFAFA, #DADADA);
    border: 1px solid #C7C7C7;
    border-radius: 3px;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #F2F2F2;
    vertical-align: middle;
}
.Jm:hover {
    border: 1px solid #999999;
}

.Jm a, .Jm a:hover 
{
	font: bold 12px Arial;
    color: #222222;
    text-decoration:none !important;
    line-height:23px;
}

.ui .Jm:active {
    background-color: #C8C8C8;
    background-image: -moz-linear-gradient(center top , #D8D8D8, #BDBDBD);
    border: 1px solid #999999;
}

.dU {
    font-weight: bold;
}

.catelink{ padding:5px 15px;  font-size:14px;background:#f1f1f1;margin:0 1px;}
.catelink-line{ padding:0 2px;background: url(../images/Separator.png) no-repeat right; }

.search_box_top
{
    float:left;
}

/* Main Site Search Form */
#sitesearch {overflow:hidden; display:inline; margin-left:10px;margin-top:4px;}
#sitesearch input[type="text"] {display:inline-block; background:#fff; color:#666; border:0; margin-right:0; padding:5px 30px 5px 6px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; height:16px;  opacity:1;}
#sitesearch input[type="submit"] {text-indent:-999em; border:0; padding:0; width:14px; height:14px; position:relative; top:-1px; right:24px;}
#sitesearch input[type="submit"] {background:transparent url('../images/search_dark.png') 0 0 no-repeat; text-indent:-999em; border:0; padding:0; width:14px; height:14px; position:relative; top:-1px; right:24px;}
#sitesearch .search_btn {text-indent:-999em; border:0; padding:0; width:14px; height:14px; position:absolute;float:right; top:50px; right:5px;}
#searchtext.animate-out {-webkit-transition-duration:.5s; -moz-transition-duration:.5s; -o-transition-duration:.5s; -ms-transition-duration:.5s; transition-duration:.5s;}
#sitesearch input[type="text"].animate-out {opacity:0.8; width:150px;float:right;}
#sitesearch label, .maincontent form label {display:inline; position:absolute; left:-999em; overflow:hidden;}

/* Main Site Search Form */
#sitesearchFooter {overflow:hidden; display:inline; margin:30px 0 10px 15px;float:right;}
#sitesearchFooter input[type="text"] {display:inline-block; background:#fff; color:#666; border:0; margin-right:-15px; padding:5px 30px 5px 6px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; height:16px; width:200px; opacity:1;}
#sitesearchFooter input[type="submit"] {text-indent:-999em; border:0; padding:0; width:14px; height:14px; position:relative; top:-1px; right:24px;}
#sitesearchFooter input[type="submit"] {background:transparent url('../images/search_dark.png') 0 0 no-repeat; text-indent:-999em; border:0; padding:0; width:14px; height:14px; position:relative; top:-1px; right:24px;}
#sitesearchFooter .search_btn {text-indent:-999em; border:0; padding:0; width:14px; height:14px; position:relative; top:2px; right:10px;}
/* Can't believe I have to do this to fix Firefox */
@-moz-document url-prefix() {#sitesearchFooter input[type="submit"] {top:1px;}}
input[type="submit"].svg {display:none; visibility:hidden;}
#searchtext.animate-in, #searchtext.animate-out {-webkit-transition-duration:.5s; -moz-transition-duration:.5s; -o-transition-duration:.5s; -ms-transition-duration:.5s; transition-duration:.5s;}
#sitesearchFooter input[type="text"].animate-in {opacity:1; width:210px;}
#sitesearchFooter input[type="text"].animate-out {opacity:1; width:210px;}
#sitesearchFooter label, .maincontent form label {display:inline; position:absolute; left:-999em; overflow:hidden;}

/* JQuery Hover */
span.img-news-roll {
  /*  background:url(../images/mag.png) center center no-repeat #000; */
  background:#003f99;
    height: 140px;
    position: absolute;
    width: 230px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
} 

span.img-album-roll {
    background:url(../images/mag.png) center center no-repeat #000;
    height: 110px;
    position: absolute;
    width: 180px;
    padding:5px 0 0 10px;
    z-index: 10;	

	
} 
span.box-link-roll {
  /*  background:url(../images/mag.png) center center no-repeat #000; */
  background:#880000;
    height: 135px;
    position: absolute;
    width: 200px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
} 
span.box-link-col2-roll {
  /*  background:url(../images/mag.png) center center no-repeat #000; */
  background:#003f99;
    height: 144px;
    position: absolute;
    width: 144px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
} 
span.album-hot-roll {
  background:url(../images/mag.png) center center no-repeat #800000; 

    height: 225px;
    position: absolute;
    width: 365px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
} 


.box-link
{
}
.box-link div {
    position: relative;
    width: 190px;
    height: 160px;
    overflow: hidden;
}
.col_link
{
    float:left;
    padding:0 10px;
}
.col_link-l
{
    float:left;
    padding:0 0 0 10px;
}
.col_link-r
{
    float:right;
    padding:0;
}
.col_link-m
{
    float:left;
    padding:0 25px;
}
.box-link div a {
    position: absolute;
    width: 190px;
    height: 160px;
}
.box-link img.lazy {
    width: 190px;
    height: 160px;
}

.box-link h2 {
    font: bold 16px Arial;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background: #800000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}


.col_link2-l
{
    float:left;
    padding:0px 0 15px;
}
.col_link2-r
{
    float:right;
    padding:0px 0 15px 0;
}
.box-link-2
{
}
.box-link-2 div {
    position: relative;
    width: 144px;
    height: 144px;
    overflow: hidden;
}

.box-link-2 div a {
    position: absolute;
    width: 144px;
    height: 144px;
}
.box-link-2 img.lazy {
    width: 144px;
    height: 144px;
}
.box-link-2 h2 {
    font: bold 16px Arial;
	color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 85%;
    margin: 0;
    padding: 5px;
    text-align: left;
    background: url(../images/box-transparent-ff.png) repeat transparent;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.box-link-main-2
{
}
.box-link-main-2 div {
    position: relative;
    width: 235px;
    height: 80px;
    overflow: hidden;
}

.box-link-main-2 div a {
    position: absolute;
    width: 235px;
    height: 80px;
}
.box-link-main-2 img.lazy {
    width: 235px;
    height: 80px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.box-link-main-2 h2 {
    font: bold 14px Arial;
	color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 85%;
    margin: 0;
    padding: 5px;
    text-align: left;
    background: url(../images/box-transparent-ff.png) repeat transparent;
    text-shadow: black 0.1em 0.1em 0.2em;
}


span.box-link-main-col2-roll {
  /*  background:url(../images/mag.png) center center no-repeat #000; */
  background:#800000;
    height: 80px;
    position: absolute;
    width: 235px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.spotlight img {
    position: absolute;
    height: 170px;
    width: 190px;
}

.is_img_adv_link
{
    width:48px;
    height:48px;
}

.item-video-frame
{
    width: 310px;
    height: 225px;
    background:url(../images/video_frame.png) center center no-repeat;
}
.item-video-frame-simple
{
    width: 316px;
    height: 215px;
    background:url(../images/video_frame_simple.png) center center no-repeat;
}
.item-video-frame-236
{
    width: 236px;
    height: 171px;
    background:url(../images/video_frame_236.png) center center no-repeat;
}
/*------Video------*/

.videos
{
    padding: 0px;
}

.videos .video-title
{
    background:url(../images/video_title.png) left top no-repeat;
    width: 155px;
    height: 40px;
}

.videos h2 a
{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-indent:-10000;

}

.videos_ul
{
    padding:0px;
}



/* News Slide */
.box-album
{
    padding: 0px;
    margin: 0px;
    height: 225px;
    overflow: hidden;
    background:#e4e4e4;
}
div.album-slider
{
    float: none;
    display: block;
    padding-left: 0;
}
div.album-slider div.text-first
{
   padding:10px 10px 0;
}
div.album-slider div.text-next
{
   
    padding: 2px 0 !important;
    line-height: 20px;
    list-style: none;
    margin: 0;
    height: auto !important;
    color:#555;
    font-weight:bold;
}

div.album-slider div.text-first span a.header-first
{
    background: none;
    display: inline;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    font-weight: bold;
}

div.album-slider div.text-next a
{
    text-decoration: none;
}
div.album-slider div.text-next a:hover
{
    border-bottom: 1px dotted #ddd;
}
div.album-slider div.text-first span a:hover
{
    border-bottom: 1px dotted #ddd;
}
div.album-slider div.text-first .richtext
{
    margin-top: 5px;
}
div.album-slider div.text-first .richtext p
{
    line-height: 20px;
    margin: 0;
    padding: 0;
}
div.headline_album
{
    float: none;
}
div.headline_album img
{
    float: left;
    height:225px;
}



.more {
	background: url(../images/button2.jpg) repeat-x;
	border: 1px solid #197eaa;
	width: 70px;
	text-align: center;
	padding: 3px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.more:hover {
	background: url(../images/button3.jpg) repeat-x;
	border: 1px solid #c8c8c8;
}

.more a {
	color: #ffffff;
	text-shadow: 1px 1px #014565;
	font-weight: bold;
}

.more a:hover {
	color: #525252;
	text-shadow: 1px 1px #ffffff;
}

.panelFooterRight
{
    color:#fff;
    line-height:22px;
    float:left;
    padding-top:0px;
}
.text-footer-bottom
{
    color:#ccc;
    line-height:20px;
    text-align:center;
}
/*--------set_service_home----------*/

.service_main_home {
	
}

.set_service_home {
	background:url(../images/bg_service.jpg) top left repeat-x; 
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top:1px solid #e5e6e8;
    border-left:1px solid #e5e6e8;
    border-right:1px solid #e5e6e8;
    border-bottom:1px solid #b2d7ea;
	padding:8px;
	height:45px;
}

.set_service_home img {
	float: left;
	width:70px;
	height:45px;
	margin-right: 10px;
}

.set_service_home h3 {
	margin: 0;
	padding: 0px;
	height: 45px;
    display: table-cell;
    vertical-align: middle;
}

.set_service_home h3 a:hover {
	color: #1d82da;
}

.set_service_home p {
	line-height: 18px;
	margin-top: 10px;
}

/*--------set_service_home----------*/



.set_service_home_col1 
{
    margin-bottom:10px;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
}
.set_service_home_col1:hover
{
    background: #f0f0f0;
}

.set_service_home_col1 img {
	float: left;
	width:36px;
	height:36px;
	margin-right: 10px;
}

.set_service_home_col1 h3 {
	margin: 0px;
	padding: 0px;
	line-height: 34px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	color:#002a91;
}

.set_service_home_col1 h3 a {
	color: #002a91;
}
.set_service_home_col1 h3 a:hover {
	color: #b70004;
}

.set_service_home_col1 p {
	line-height: 18px;
	margin-top: 10px;
}

/*---*/

h4.tit_news {
	padding:10px 0;
	margin:0;
}

.tit_news a {
	color: #ffffff;
}
.item_news_home {
	width: 224px;
	padding-top: 40px;
}

.text_news_home {
	background: #008bef;
	height: 24px;
	padding: 10px;
}

.text_news_home h4 a{
	color: #ffffff;
	text-transform:uppercase;
	font-size:16px;
	padding-top:5px;
}


.reset {
margin: 0px;
padding: 0px;
list-style: none;
}


.album-link
{
    padding-top:15px;
}
.album-link div {
    position: relative;
    width: 115px;
    height: 115px;
    overflow: hidden;
    padding-bottom:20px;
}
.album_col_link
{
    float:left;
    padding:0 10px;
}
.album_col_link-l
{
    float:left;
    padding:0;
}
.album_col_link-r
{
    float:right;
    padding:0;
}
.album_col_link-m
{
    float:left;
    padding:0 6px;
}
.album-link div a {
    position: absolute;
    width: 110px;
    height: 85px;
}
.album-link img.lazy {
    width: 110px;
    height: 80px;
}

.album-link h2 {
    font: normal 11px Arial;
	color: #000;
  /*  position: absolute;
    bottom: 0px;
    left: 0;*/
    z-index: 1;
    width: 100px;
    margin: 0;
    padding: 5px 0px;
    text-align: left;
    background: url(../images/box-transparent-ff.png) repeat transparent;
    line-height:16px;
    height:auto;
}

span.album-link-roll {
  background:#008bef;
    height: 80px;
    position: absolute;
    width: 110px;
    z-index: 10;	
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px  #000;
	box-shadow: 0px 2px 4px  #000; 
} 


ul.menufooter_ver li a{
	text-decoration:none;
	color:#f5f5f5;
	display:block;
	font-size:12px;
	padding:3px 0;

}

ul.menufooter_ver li{

	
}
ul.menufooter_ver li.heading{
	padding-bottom:8px;

}
ul.menufooter_ver li.heading a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;

}

ul.menufooter_ver li a:hover{
	color:#ddd;
	
}
ul.menufooter_ver{
	list-style:none;
	float:left;
	width: auto;
	padding:0 20px 0 20px;
	margin:0;
}


.bg_bannerSlider {
	background: url(../images/bg_banner.png) repeat;
	text-align: center;
	margin: 0;
	width: 988px;
	/*padding: 5px;*/
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
  /*  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
}

.bg_listbannerSlider {
	background: url(../images/bg_banner.png) repeat;
	text-align: center;
	margin:0px;
	width: 988px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
    /*padding: 5px;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
}


.group_tienich {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
	width:1004px;
	margin: 10px auto;
	padding: 10px 0px;
}

.group_tienich h3 {
	margin-bottom: 10px;
}

.group_tienich h3 a {
	background: url(../images/bg_h3.png) no-repeat;
	padding: 5px 0px 5px 0px;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 22px;
}

.grid_16_col3 {
	width: 31%;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/*item_home1*/

.item_home01 {
	background: #ffffff;
	width: 220px;
	padding: 0px 8px 8px 0px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
	margin-right: 32px;
	float: left;

}

.item_home01 h3 {
	background: url(../images/bg_tit1.jpg) no-repeat top left;
	line-height: 40px;
	padding-left: 40px;
}

.item_home01 h3 a {
	text-transform: uppercase;
	color: #006cba;
}

.item_home01 img {
	margin: 4px 0px 0px 8px;
	}
	
/*item_home2*/
	
	.item_home02 {
	background: #ffffff;
	width: 220px;
	padding: 0px 8px 8px 0px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
	float: left;
	margin-right: 32px;
}

.item_home02 h3 {
	background: url(../images/bg_tit2.jpg) no-repeat top left;
	line-height: 40px;
	padding-left: 40px;
}

.item_home02 h3 a {
	text-transform: uppercase;
	color: #006cba;
}

.item_home02 img {
	margin: 4px 0px 0px 8px;
	}
	
/*item_home3*/
	
	.item_home03 {
	background: #ffffff;
	width: 220px;
	padding: 0px 8px 8px 0px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
	float: left;

}

.item_home03 h3 {
	background: url(../images/bg_tit3.jpg) no-repeat top left;
	line-height: 40px;
	padding-left: 40px;
}

.item_home03 h3 a {
	text-transform: uppercase;
	color: #006cba;
}

.item_home03 img {
	margin: 4px 0px 0px 8px;
	}

.ttsx ul li {
	background: url(../images/bg_ttsx.png) repeat-x;
	line-height: 43px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
margin-bottom: 10px;
}

.ttsx ul li a {
	background: url(../images/hover_bg_ttsx.png) no-repeat;
	padding: 13px 0px 13px 30px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #0069b9;
}

.ttsx ul li a:hover {
	background: url(../images/bg_ttsx_link.png) no-repeat;
	padding: 13px 0px 13px 30px;
}

.group_news_home {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
	padding: 0px 0px 8px 0px;
	margin-top: 3px;
}

.height_300
{
    height:290px;
    overflow:hidden;   
}
.height_290
{
    height:280px;
    overflow:hidden;   
}

.box-hotnews2
{
}
.box-hotnews2 div {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.box-hotnews2 div a {
    position: absolute;
    width: 100%;
    height: 250px;
}
.box-hotnews2 img.lazy {
    width: 100%;
    height: 250px;
    margin-top:5px;
}
.box-hotnews2 h2 {
    font: bold 14px Arial;
	color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 370px;
    margin: 0 0 0 5px;
    padding: 10px;
    text-align: left;
    line-height:20px;
    background: url(../images/bg_trans_hotnews.png) repeat transparent;
    text-shadow: #333 0.1em 0.1em 0.2em;
}


.ttdt {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.4);
	padding: 10px 0px 8px 0px;
	margin-top: 3px;
}

.ttdt h3 {
	margin-bottom: 10px;
}

.ttdt h3 a {
	text-transform: uppercase;
	color:#ffffff;
	font-weight: bold;
	padding: 10px 0px 8px 10px;
	background: url(../images/bg_repeat.png) repeat-x;
}

.ttdt h3 a span {
	background: url(../images/bg_right_tit.jpg) no-repeat right;
	padding: 10px 25px 8px 0px;
}

.item_parcel_home {
	padding: 5px;
}

.item_parcel_home:last-child {
	border-bottom: none;
}

.item_parcel_home p {
	line-height: 18px;
}

.item_parcel_home a:hover{
	color: #002a91;
}

.doitac {
	background: url(../images/bg_doitac.png) no-repeat;
	padding: 0px 12px;
	height:190px;
}

.search_menu
{
    position:relative;
    float:right;
    z-index: 9000 !important;
    top:-35px;
    right:5px;
}
.height-300
{
    height:300px;
    overflow:hidden;
}

.height-350
{
    height:350px;
    overflow:hidden;
}
.ui-datepicker{
	z-index:9000 !important;
}

.parcel_thsx 
{
    background:#fff;
	padding: 10px;
	 -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:    0px 0px 14px rgba(0, 0, 0, 0.14);
	box-shadow:         0px 0px 14px rgba(0, 0, 0, 0.14);
	border: 1px solid #e5e5e5;
	
}

.thsx_01 {
		border: 1px solid #eaeaea;
		background: url(../images/bg_thsx.jpg) repeat-x;
		padding: 5px;
		width: 250px;
		margin: 0px auto;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
}
.thsx_02
{
    margin:10px 0;
}
.thsx_01 p {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	text-align:center;
	font-weight: bold;
}

.text_upper
{
    text-transform:uppercase;
}
.date
{
    color: #6D6D6D;
    font-size: 12px;
    font-weight:normal;
}
.Col
{
    float:left;   
}
.LineBE {
    display: table;
    width: 100%;
}