@charset "utf-8";
/* EOT file for IE */
@font-face {
    font-family: 'utm_cafeta';
    src: url('UTMCafeta.eot');
}

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
/* text-align:left; */
}
/*
*{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
ol, ul {
list-style: none;
}
/* remember to define focus styles */
:focus {
outline: 0;
}
h1, h2, h3, h4, h5, h6{
font-size:16px;
}
p,span,div{
cursor:default;
}
a span{
cursor:pointer;
}
* {
 font-size: 100%;
 font-family: 'Arial',sans-serif;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
.clear{
clear:both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: "";
     clear: both;
     height: 0;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
}

.textcontent {
    color: #000;
	font-size:14px;
	float:left;
	width:100%;
}
.textcontent p {
    margin-bottom: 14px;
	line-height:1.3;
}
.textcontent a {
color:#000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
.textcontent img{
max-width:100%;
}
.textcontent table img{
padding:5px 10px;
}
.textcontent table{
margin:5px;
}
.textcontent table td{
border:1px solid #FAFAFA;
}

.textcontent ul,.textcontent ol{
  padding: 0;
  margin:0;
  margin-left: 18px !important;
}
.textcontent li{
  padding: 0px;
}
.textcontent ul li {
    list-style: disc;
}
.textcontent ol li{
	list-style: decimal;
}
.textcontent blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

.textcontent h1,.textcontent h2,.textcontent h3{
margin:10px 0px;
}
.textcontent p{
margin:10px 0px;
}
a:hover{
    color: #2f669e;
}

/*~~~~~~~~~END OF RESETCSS~~~~~~~~~~~*/ 

body {
    min-height: 1000px;
	min-width: 1230px;
}

#topbar{
	width:100%;
	height:35px;
	background:#2f669e;
	display:block;
}
.wapper{
	width:1170px;
	margin:auto;
}
#topbar .left {
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    float: left;
    font-size: 13px;
}
#topbar .right {
    float: right;
}
#topbar .right li {
    float: left;
    line-height: 35px;
    margin-left: 20px;
}
#topbar .right li a {
    color: #fff;
    font-size: 13px;
}
#header{
	width:100%;
	float:left;
}
#header .logo {
    float: left;
    height: 135px;
    position: relative;
    width: 255px;
}
#header .logo img {
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
#header .topbanner {
    float: right;
    position: relative;
    width: 910px;
}
#header .topbanner img {
    margin: 2px 0px;
    float: right;
}
.topsearch {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.topsearch form {
    width: 240px;
    height: 25px;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.48);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.48);
    border-radius: 20px;
    background-color: #fff;
}
input.sinput {
    float: left;
    border: none;
    background-color: transparent;
    width: 195px;
    height: 25px;
    padding-left: 10px;
    box-sizing: border-box;-moz-box-sizing: border-box;
    font-size: 12px;
}
input.ssubmit {
    float: left;
    width: 37px;
    cursor: pointer;
    background: url('images/icon-search.png') no-repeat center right;
    border: none;
    text-indent: -999em;
    height: 24px;
    margin: 0px;
    padding: 0px;
}
#topmenu{
	float: left;
    width: 100%;
    height: 65px;
    z-index: 9999;	
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.topmenu_line{
    width: 100%;
    float: left;
    height: 3px;
    background: #2f669e;		 
}
.topmenu {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    position: relative;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.topmenu > .home {
    width: 38px;
    height: 33px;
    background: url('images/icon-home.png') no-repeat center center #2f669e;
	padding:0px;
	margin:0px;
}
.topmenu > li {
    float: left;
    line-height: 33px;
    color: #333;
    padding: 0px 8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-right: solid 1px #ccc;
	transition: 0.5s;
}
.topmenu > .home > a {
    width: 38px;
    height: 33px;
    display: block;
    text-indent: -9999em;
}
.topmenu > li:hover , .topmenu > li.active{
	background-color: #2f669e;
}
.topmenu > li:hover > a , .topmenu > li.active > a{
	color:#fff;
}
.topmenu > li  > a{
	color: #2F669E;
	display:block;
}
.topmenu > li:last-child {
	border-right: none;
}
.topmenu > li > ul {
    position: absolute;
    width: 1170px;
    left: 0px;
    background: -moz-linear-gradient( top, #d9dedd 0%, #ebebeb 50%, #ffffff);
    background: -webkit-gradient( linear, left top, left bottom, from(#d9dedd), color-stop(0.50, #ebebeb), to(#ffffff));
    display: none;
    transition: 0.5s;
    z-index: 9999;
    border-bottom: solid 1px #ccc;
    text-align: left;
    border-top: solid 1px #ccc;
    height: 28px;
}
.topmenu > li:hover > ul{
display: block;
    z-index: 999999;
}
.topmenu > li.active > ul{
	display:block;	
}
.topmenu > li > ul li {
    display: inline-block;
    text-transform: none;
    padding: 0px 10px;
    height: 28px;
    position: relative;
}
.topmenu > li > ul li a {
    color: #0e5e8f;
    background: url('images/dot.jpg') no-repeat center left;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    font-weight: bold;
}
.topmenu > li > ul li a:hover {
	    color: #B90000;
}
.topmenu > li > ul li.active > a{
	    color: #B90000;
}

.topmenu > li > ul ul {
    position: absolute;
    top: 28px;
    background-color: #FCFCFC;
    border: solid 1px #CCC;
    left: 20px;
	display:none;
}
.topmenu > li > ul li:hover ul {
	display:block;
}
.topmenu > li > ul ul > li {
    clear: both;
    float: left;
    min-width: 160px;
    border-bottom: dashed 1px #CCC;
}
.topmenu > li > ul ul > li:last-child{
	border-bottom: none;
}
.topmenu > li > ul ul > li > a {
    color: #000;
    background: none;
    padding: 0px;
    font-weight: normal;
}
#pagecontent {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.toptinblock{
    width: 100%;
    float: left;	
}
.toptin {
    float: left;
    width: 760px;
    height: 315px;
    background-color: #f2f2f2;
    padding: 10px;
}
.toptin .bigtin{
    float: left;
    width: 499px;
    height: 316px;	
    position: relative;
}
.toptin .bigtin > img{
	float: left;
    width: 499px;
    height: 316px;	
}
.toptin .bigtin .bigtin_info{
	position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    box-sizing: border-box;-moz-box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.62);
    color: #fff;
}
.toptin .bigtin .bigtin_info h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.toptin .bigtin .bigtin_info h2 a{
	color:#fff;
}
.toptin .bigtin .bigtin_info p {
    font-size: 13px;
}
.toptin .list_tin{
    float: left;
    width: 250px;
    height: 316px;
	overflow:hidden;
    position: relative;
    margin-left: 10px;
}
.toptin .list_tin_wrapper{
    position: absolute;
    top: 0px;
	-webkit-transition:top 0.5s linear;
	-moz-transition:top 0.5s linear;
	transition:top 0.5s linear;
}
.mini_new {
	float: left;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 6px;
	-webkit-transition:top 0.3s ease;
	-moz-transition:top 0.3s ease;
	transition:top 0.3s ease;
}
.mini_new:last-child {
    border-bottom: none;
}
.mini_new  img {
	float: left;
    width: 77px;
    height: 53px;
    margin-right: 10px;
}
.mini_new h2 {
    font-weight: normal;
    font-size: 15px;
    height: 52px;
    overflow: hidden;
}
.mini_new h2 a {
    color: #0e5e8f;
}
.mini_new h2 a:hover{
	color:#B90000;
}
.sukien_box{
    float: right;
    width: 380px;
    height: 335px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.sukien_title {
    float: left;
    width: 380px;
    box-sizing: border-box;-moz-box-sizing: border-box;
    background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #d9dedd);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), to(#d9dedd));
    border: solid 1px #ccc;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.sukien_title span {
    background: url('images/bg-sk.png') no-repeat center right #2f669e;
    padding: 0px 20px;
    height: 28px;
    line-height: 28px;
    display: block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.sukien_content {
	background: url('images/thumbscroll.jpg') repeat-y right top #f2f2f2;
    width: 100%;
    height: 305px;
    float: left;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.sukien_item {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;-moz-box-sizing: border-box;
    border-bottom: dotted 1px #ccc;
}
.sukien_item .time {
    background-color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border-radius: 15px;
    float: left;
    margin-right: 10px;
}
.sukien_item h2 {
	font-weight: normal;
    font-size: 15px;
    overflow: hidden;
}
.sukien_item h2 a{
    color: #0e5e8f;	
}
.sukien_item h2 a:hover{
	color:#B90000;
}
#pagecontent_20{
    width: 100%;
    float: left;
    margin-top: 10px;	
}
.col_big_home {
    float: left;
    width: 660px;
    min-height: 800px;
}
.col_big_home_box {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.col_big_home_title {
float: left;
    width: 100%;
    clear: both;
    background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #d9dedd);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), to(#d9dedd));
    border: solid 1px #ccc;
}
.col_big_home_title span{
background: url('images/bg-title1.png') no-repeat center right #2f669e;
    padding: 0px 30px 0px 10px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.homebox_bigtin{
	width:345px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.homebox_bigtin > img {
    width: 100%;
    height: auto;
}
.homebox_bigtin_info h2 {
    margin: 10px 0px;
    font-size: 17px;
}
.homebox_bigtin_info h2 a{
    color: #0d5d8c;
}
.homebox_bigtin_info h2 a:hover{
	color:#B90000;
}
.homebox_bigtin_info .time {
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
.homebox_bigtin_info p {
    clear: both;
    font-size: 13px;
}
.homebox_mini_new {
    float: left;
    width: 305px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 8px;
    margin-top: 8px;
}
.homebox_mini_new img {
    width: 93px;
    height: 64px;
    float: left;
    margin-right: 10px;
}
.homebox_mini_new h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
.homebox_mini_new h2 a{
	color:#000;
}
.homebox_mini_new h2 a:hover{
	color:#B90000;
}
.homebox_mini_new .time {
    color: #808080;
    font-style: italic;
    font-size: 12px;
    float: left;
}
.homebox_line_new{
	float: left;
    width: 305px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 8px;
    margin-top: 8px;
}
.homebox_line_new h2 {
    font-size: 13px;
    font-weight: normal;
}
.homebox_line_new h2 a{
	color:#333;
	background: url('images/dot.jpg') no-repeat center left ;
    padding-left: 15px;	
}
.homebox_line_new h2 a:hover{
	color:#B90000;
}
.homebox_line_new:last-child{
	border-bottom:none;
}
.col_small_home{
    float: left;
    width: 240px;
    min-height: 800px;
    margin-left: 10px;
}
.this_today {
    background-color: #357EBD;
}

.small_box {
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}
.small_box_line_new {
    float: left;
    border-bottom: dotted 1px #ccc;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.small_box_line_new h2{
    font-size: 13px;
    font-weight: normal;	
}
.small_box_line_new h2 a {
    color: #2F66A4;
    background: url('images/dot.jpg') no-repeat center left;
    padding-left: 14px;
    float: left;
    background-position: 0px 5px;
}
.small_box_line_new h2 a:hover{
	color:#B90000;
}
.small_box_line_new:last-child {
	border-bottom: none;
}
.small_box_title {
float: left;
    width: 100%;
    box-sizing: border-box;-moz-box-sizing: border-box;
    background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #d9dedd);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), to(#d9dedd));
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.small_box_title span{
	    background: url('images/bg-sk.png') no-repeat center right #2f669e;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
    display: block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
	overflow: hidden;
}
.sidebar{
	width:250px;
	float:right;
	min-height:800px;
}

#footer {
    width: 100%;
    float: left;
    min-height: 200px;
    background-color: #f7f7f7;
    box-shadow: inset 0 7px 9px -7px rgba(97, 97, 97, 0.32);
}
.footer_menu {
    height: 50px;
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.footer_menu ul li {
    float: left;
    line-height: 50px;
    padding: 0px 20px;
}
.footer_menu ul li:first-child{
	padding-left:0px;
}
.footer_menu ul li a {
    color: #808080;
    font-size: 12px;
    font-weight: bold;
}
.footer_content{
	width: 100%;
	float: left;	
}
.left_text_box {
    font-size: 12px;
    color: #444;
    margin: 20px 0px;
    float: left;
    width: 50%;
    line-height: 18px;
}
.right_text_box {
    font-size: 12px;
    color: #444;
    margin: 20px 0px;
    float: right;
    width: 50%;
    line-height: 18px;	
	text-align:right
}

.bottom_logo {
    float: left;
    margin-right: 40px;
}
.copyright_text {
    float: left;
    font-size: 12px;
    line-height: 18px;
}
.copyright {
    width: 100%;
    float: left;
    border-top: solid 1px #ccc;
    padding: 20px 0px;
}

.page_col{
	width:890px;
	float:left;
}
.col_big_home_title.radius {
    border-radius: 0px 6px 0px 0px;
}
.item {
    float: left;
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
}
.item img {
    float: left;
    width: 226px;
    margin-right: 30px;
}
.item h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.item h2 a{
	color:#000;
}
.item h2 a:hover{
	color:#B90000;
}
.item .time {
    color: #808080;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
}
.item p {
	margin-top: 10px;
    font-size: 13px;
}
.category .item:first-child img {
    width: 354px;
    height: auto;
}
.thanhvien_slider {
    border: solid 1px #ccc;
    background-color: #EBEBEB;
    border-radius: 6px;
    float: left;
    width: 250px;
    box-sizing: border-box;-moz-box-sizing: border-box;
	padding: 10px 0px;
}
.sidebar_wap {
    float: left;
    width: 250px;
    box-sizing: border-box;-moz-box-sizing: border-box;
	padding-bottom:5px;
}
.sidebar_wap.fixed{
	position:fixed;
	top:0;
}
.thanhvien_slider ul li {
    border-radius: 6px;
    float: left;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.thanhvien_slider ul li .thanhvien-item{
    background-color: #fff;
    border-radius: 6px;
    float: left;
    clear: both;
    padding: 10px;
    box-sizing: border-box;-moz-box-sizing: border-box;
    text-align: center;
    width: 225px  !important;
    height: 145px !important;
	margin:6px 10px;
	position:relative;
}
.thanhvien_slider ul li img {
    max-width: 210px;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
table.table_sukien {
    width: 100%;
    float: left;
}
table.table_sukien tr:first-child {
    background-color: #2f669e;
    color: #fff;
    height: 35px;
}
table.table_sukien th:nth-child(1),
table.table_sukien th:nth-child(2) {
    border-right: solid 1px #fff;
    min-width: 110px;
}
table.table_sukien th:last-child {
	border-right: solid 1px #2f669e;
}
table.table_sukien td {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 15px;
}
table.table_sukien td:last-child {
width: 60px;
    text-align: center;
}
span.sukien_time {
    color: #666;
    font-size: 14px;
    font-style: italic;
}
span.sukien_day {
    font-size: 15px;
}
.sukien_logo img {
    max-width: 160px;
    max-height: 100px;
    margin: auto;
    display: block;
}
p.sukien_donvi {
    text-align: center;
    margin-top: 10px;
}
h2.sukien_name {
    margin-bottom: 15px;
}
h2.sukien_name a{
	color:#000;
}
p.sukien_des {
    font-size: 14px;
    color: #666;
}
.calendar_box_sidebar {
    margin-bottom: 15px;
}
.item_hoidap {
    clear: both;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.item_hoidap h2 {
    margin-bottom: 15px;
}
.item_hoidap h2 a{
	color:#000;
}
.item_hoidap p {
    font-size: 13px;
    font-style: italic;
    color: #000;
}


.phantrang {
    height: 30px;
    margin-bottom: 10px;
    margin: 10px 0px;
    float: right;
}
.phantrang a{
float:left;
margin-right:10px;
}
.phantrang a, .phantrang span{
display: block;
    min-width: 10px;
    height: 24px;
    padding: 0px 8px;
    line-height: 24px;
    background: #DCDCDC;
    font-size: 13px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.phantrang a:hover{
color:#FFF;
background:#2f669e;
}
.phantrang span{
float:left;
color:#FFF;
background:#2f669e;
margin-right:10px;
}

ul.breadcrumb {
float: left;
    clear: both;
    background: url('images/chi-tiet-tin_03.png') no-repeat center right #ebebeb;
    border-left: solid 2px #2f669e;
    display: block;
    padding-right: 20px;
    background-size: 14px;
}
.site-map {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul.breadcrumb li {
    float: left;
    font-size: 12px;
    padding: 10px;
	background: url('images/chi-tiet-tin_06.png') no-repeat center right;
    padding-right: 10px;
}
ul.breadcrumb li:last-child{
	background: none;
    padding-right: 6px;
}
ul.breadcrumb li:nth-child(even) a {
    color: #0e5e8f;
}
ul.breadcrumb li a{
    color: #2f669e;
}
.content_single {
    width: 100%;
    float: left;
    clear: both;
    min-height: 800px;
    border-top: solid 1px #2f669e;
}
h1.single_title {
    color: #2f669e;
    margin: 14px 0px;
    font-size: 16px;
}
span.time_single {
font-size: 12px;
    font-style: italic;
    color: #666;
    display: inline-block;
}
span.banin {
    color: #123B91;
    cursor: pointer;
    font-size: 12px;
    padding-left: 18px;
    margin-left: 10px;
	background: url('images/banin.jpg') no-repeat center left;
}
span.banin a{
	color: #123B91;
}
span.email_single {
    color: #123B91;
    cursor: pointer;
    font-size: 12px;
    padding-left: 18px;
    margin-left: 10px;
	background: url('images/email.jpg') no-repeat center left;
}
span.email_single a{
	color: #123B91;
}
.single_description {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.ykbd_title {
    width: 100%;
    float: left;
    background-color: #ebebeb;
    margin: 20px 0px;
    color: #2f669e;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px;
    font-weight: bold;
    box-sizing: border-box;-moz-box-sizing: border-box;
}

.cmt_item {
    display: block;
    clear: both;
    margin: 10px 0px;
    float: left;
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
}
.cmt_item > h4 {
font-size: 12px;
    color: #666;
    font-style: italic;
    float: left;
    margin-right: 40px;
}
.cmt_item > h4 .time {
    font-weight: normal;
}
p.cmt_item_content {
    font-size: 14px;
    margin: 5px 0px;
    font-weight: 100;
}
.cmt_item > .cmt_item {
    border-bottom: none;
    margin-bottom: 0px;
    border-left: solid 1px #ccc;
    margin-left: 10px;
    padding-left: 10px;
    color: #666;
}
.cmt_area {
    background-color: #f7f7f7;
    clear: both;
    padding: 10px;
    margin-bottom: 15px;
    border-top: solid 1px #ccc;
    float: left;
    width: 100%;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.input_cmt {
    width: 100%;
    border: solid 1px #ccc;
    height: 25px;
    padding: 5px;
    float: left;
    font-size: 12px;
	    margin-bottom: 5px;
}
.text_cmt {
    width: 100%;
    border: solid 1px #ccc;
    height: 85px;
    padding: 5px;
    float: left;
    font-size: 12px;
}
.send_cmt {
    float: right;
    background-color: #2f669e;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    cursor: pointer;
}
span.repcmt {
    float: left;
    color: #2f669e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    cursor: pointer;
}
.comment_reply_preview {
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    border: dotted 1px #ccc;
    margin-bottom: 10px;
}
.calendar_box_sk {
    margin-bottom: 20px;
}
.sukien_finter {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.sukien_finter_start ,.sukien_finter_end{
    float: left;
    width: 40%;
}
.sukien_finter_submit {
    float: left;
    width: 20%;
}
.sukien_finter_submit input {
    background-color: #2f669e;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 24px;
    cursor: pointer;
}
.page_col_full {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


.left_menu_hstt {
    float: left;
    width: 232px;
    margin-top: 10px;
}
.left_menu_top{background-image:url(images/left_bg_top.jpg);height:7px}
.left_menu_bottom{background-image:url(images/left_bg_bottom.jpg);height:7px}
.left_menu_head{background:url(images/icon1.png) no-repeat scroll 0 2px; height:20px;padding-left:16px;font-size:15px;font-family:Arial;color:#dc251d}
.hstt_menu_item{background:url(images/border-left.jpg) no-repeat scroll 0 0;padding-left:3px;margin-top:5px}
.hstt_menu_item div{background:url(images/menu-item.jpg) no-repeat scroll 0 0;height:33px;line-height:33px;padding-left:10px;font-size:17px;color:#5b5a5a;cursor:pointer}
.hstt_menu_item ul{display:none}
.hstt_menu_item_active{background:url(images/border-left-active.jpg) no-repeat scroll 0 0;padding-left:3px;margin-top:5px}
.hstt_menu_item_active div{background:url(images/menu-item-active-1.jpg) no-repeat scroll 0 0;height:33px;line-height:33px;padding-left:10px;font-size:17px;color:#fff;cursor:pointer}
.hstt_menu_item_active ul{list-style:none outside none;margin:5px 0;padding:0;}
.hstt_menu_item_active ul li {height:30px;margin:0;}
.hstt_menu_item_active ul li a{color:#000;}
.hstt_menu_item_active ul .focus{background-image:url(images/vcci_expand1_11.jpg)}
.hstt_menu_item_active ul li a{font-size:13px;line-height:30px}
.hstt_menu_item_active ul li a img{border:1px solid #d1d6d9;margin:6px 10px 0 10px;float:left;width:24px;height:15px}
.hstt_home {
float: right;
    width: 755px;
    margin-top: 10px;
    margin-right: 90px;
}
.hstt_home_head {float:left;font-size:22px;width:100%;background:url(images/border_bottom_gioithieu.jpg) no-repeat left bottom;height:30px}
.hstt_home_sapo {margin-top:5px;float:left}
.hstt_home_1{float:left;margin-top:10px}
.hstt_home_box_alpha{float:left;width:170px;}
.hstt_home_box_alpha .Charater{font-family:Tahoma;font-size:18px;font-weight:bold;color:#eb3f3f;float:left;width:170px}
.hstt_home_box_alpha .alpha_national{float:left;width:170px}
.hstt_home_box_alpha .alpha_national a{float:left;width:145px;margin:2px 0;color:#5e5e5e;font-family:Tahoma;font-size:13px}
.hstt_home_box_alpha .alpha_national a img{border:1px solid #ccc;margin-right:10px;vertical-align:middle;}
.hstt_detail {
    float: right;
    width: 755px;
    margin-right: 90px;
    font-size: 13px;
}
.hstt_detail_head {float:left;font-size:22px;width:100%;background:url(images/border_bottom_gioithieu.jpg) no-repeat left bottom;height:30px}
.hstt_detail .NgayThang{float:left;margin-top:5px;color:#aa9f9f;width:100%}
.hstt_detail ul{list-style-position:outside;list-style-type:circle;float:left;margin:0;padding:0;width:540px;}
.hstt_detail ul li{border-bottom:1px dotted #ccc;line-height:30px;width:520px;margin-left:16px}
.hstt_detail .flat{border:1px solid #ccc;margin-top:10px}

.page_col_cttt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#div_map {
    float: right;
    width: 132px;
    text-align: center;
}
#div_map a{
    color: #000;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
}
.hstt_detail ul li a {
    color: #000;
}

.lienquan {
    border-top: solid 1px #2f669e;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}
.lienquan_col {
    float: left;
    width: 46%;
    margin-right: 4%;
}
.lienquan_col > span {
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.lienquan_col ul li {
    border-bottom: dotted 1px #ccc;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    background: url('images/chi-tiet-tin_07.png') no-repeat;
    padding-left: 20px;
    background-position: 8px 5px;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.lienquan_col ul li a{
	color:#333;
}
.lienquan_col ul li a:hover{
	color:#B90000;
}
.lienquan_col ul li span {
    color: #989898;
    font-style: italic;
    margin-left: 10px;
    font-size: 13px;
}
p.vote_title {
    color: #2f669e; 
    font-size: 14px;
    padding: 10px;
}
.vote_list {
    padding: 10px;
}
.vote_list ul li {
    font-size: 14px;
    line-height: 20px;
}
.vote_list ul li input {
    margin: 0px;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}

span.submit_vote {
    padding: 6px 10px;
    background-color: #2f669e;
    margin: 10px;
    float: left;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
}
span.view_vote_result {
    padding: 6px 10px;
    background-color: #ccc;
    margin: 10px;
    float: left;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
}
.vote_list ul li span {
    color: #2f669e;
    font-style: italic;
}
.right_text_box {
    font-size: 12px;
    color: #444;
    margin: 20px 0px;
    float: left;
    width: 50%;
    line-height: 18px;
    text-align: right;
}
.right_text_box ul li {
    float: left;
    font-size: 11px;
    margin-left: 10px;
}
.right_text_box ul li a{
    color:#333;
}
.right_text_box ul {
    float: right;
}
.right_text_box_content {
    clear: both;
    color: #989898;
}
p.statis {
    color: #2f669e;
}
.homebox_list {
    float: left;
    width: 305px;
}
.topmenu > li > ul li.fright {
    list-style: none;
    float: right;
}
.topmenu > li > ul li.fright a{
	background:none;
}
.sub_home_cat {
    float: right;
    line-height: 26px;
}
ul.sub_home_cat a {
    color: #0e5e8f;
    font-size: 12px;
    margin-right: 10px;
    float: left;
}
ul.sub_home_cat a:hover{
	color:B90000;
}
.homebigads {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.homebigads img {
    width: 100%;
    height: auto;
}
.homesideads {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.change_theme {
    text-align: center;
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.linklist {
    width: 100%;
    height: 400px;
    float: left;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.linklist2 {
    width: 100%;
    height: 260px;
    float: left;
    box-sizing: border-box;-moz-box-sizing: border-box;
}
.bottom_links_ads {
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%;
}
.post_page.page_col{
width:905px;
}
.post_page .content_single{
border-top:none;
}
.post_page .content_single_col1{
float: left;
width: 655px;
min-height: 10px;
}
.post_page .content_single_col2{
float: left;
width: 240px;
min-height: 800px;
margin-left: 10px;
}
.small_box.no-margin-top{
margin-top:0px;
}
.thanhvien_bot_ads{
clear: both;
    width: 100%;
    margin-top: 10px;
    float: left;
}
.thanhvien_bot_ads img{
	max-width:100%;
	height:auto;
}
.thanhvien_bot_ads table td {
    border: solid 1px #9c9c9c; 
}

table.table_nghiquyet {
    width: 100%;
    float: left;
}
table.table_nghiquyet a{
    color: #2F669E;	
}
table.table_nghiquyet tr:first-child {
    background-color: #2f669e;
    color: #fff;
    height: 35px;
}
table.table_nghiquyet th{
    border-right: solid 1px #fff;
    font-size: 12px;
}
table.table_nghiquyet th:last-child {
	border-right: solid 1px #2f669e;
}
table.table_nghiquyet td {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 15px;
}
table.table_nghiquyet td:last-child {
width: 60px;
    text-align: center;
}
span.knlabel {
    color: #2f669e;
    font-weight: bold;
}
.view_by_date {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}
.view_by_date input {
    width: 160px;
    height: 24px;
    border: none;
    background: #dcdcdc;
    border-radius: 4px;
    text-align: center;
}
div#ui-datepicker-div {
    z-index: 99999 !important;
}