﻿@charset "UTF-8";
/* CSS Document */

html,
body {
    margin: 0;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
	color:#F3F0EB;
}
body{
	overflow-y:auto;
}
#s4-workspace {
  position: relative;
  overflow:unset !important;
}
#s4-bodyContainer{
	padding:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
i {
	font-style: italic;	
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #333333;
    background: url(../img/batthern.gif) top left;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #333 ;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #cc0033;
	text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
h1,
h2,
h3, 
h4,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;	
}
img {
    vertical-align: middle;
}

#aspnetForm > span {
  display: none;
}

.container,
.wrapper {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.wrapper {
	overflow: hidden;
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	background-color: #fff;	
}
.column-left {
	float: left;
	width: 700px;
	margin: 0 0 10px 10px;	
}
.column-right {
	float: right;
	width: 269px;	
	margin: 0 10px 10px 0;
}
/*==============================================================
        Header 
==============================================================*/
.banner-top {
	position: relative;
	width: 1000px;
	height: 140px;
		
}
.banner-top .logo {
	position: absolute;	
	top: 25px;
	left: 63px;
	width: 74px;
	height: 90px;
	text-indent: -9999px;
}
.banner-top ul {
	position: absolute;
	top: 10px;
	right: 10px;	
}
.banner-top ul li {
	float: left;
	padding: 0 5px;
	font-size: 11px;
	border-left: 1px solid #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);	
}
.banner-top ul li:first-child {
	border-left: none;	
}
.banner-top ul li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;	
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.header .meta {
	font-size: 11px;
	padding: 0 10px 5px;
	overflow:hidden;
	display:block;
}
.header .meta  a.login{
	display: block;
  float: right;
  margin-right: 15px;
  font: bold 11px Arial !important;
   text-decoration: none; 
  color: #0072c6 !important;
  }
.header .meta marquee { width:60%; padding-top:5px;}
.header .meta span { float:left; margin:0 10px; padding-top:5px;}
.header .meta a.marNews { 
	padding:0 5px;
	color: #4271B5;
	font: normal 11px Arial;
	background: url(../img/square-icon.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
	margin: 2px 0 0 15px;
}

/*========================= Album image ==========================*/
.content-Album { float:left; display:block; padding:5px; width:100%}

/*==============================================================
        Focus News 
==============================================================*/
.focus-news {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.img-big {
	float: left;
	width: 360px;	
}
.img-big img {
	width: 360px;
	margin-bottom: 5px;	
	max-height:240px;
}
.img-big a {
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;	
}
.list-news {
	float: right;
	width: 308px;	
}
.list-news h1 {
	width: 308px;
	padding: 6px 10px;
	margin-bottom: 10px;
	color: #fff;
	font: bold 13px Arial;
	background: url(../img/bg-hot-news.gif) no-repeat;
}
ul.list li {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #ddd;
	background: url(../img/square-icon.gif) 0 15px no-repeat;
	text-align:justify !important;	
}
ul.list li:first-child {
	padding-top: 0;
	margin-top: 0;	
	border-top: none;
	background-position: 0 5px;
}
ul.list a {
    color: #333 !important;
    font-family: arial;
    font-size: 12px;
}
.folder-news {
	margin-bottom: 10px;	
}
.tab-select {
	overflow: hidden;	
}
.tab-select li {
	float: left;
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
.tab-hotro { clear:left; background:#1766CD; display:block; overflow:hidden}
.tab-hotro li {
	float: left;
	padding: 7px 31px;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
.tab-hotro li:first-child { border-right:1px solid #ddd}
#sdt {  float: left; width: 110px;}
#sdt span {font-family: arial; font-weight: bold; text-transform: uppercase; color: red;}
#sdt p {  font-weight: bold; text-align: center; font-size: 17px;}
.content-news div.guicauhoi { font-family: arial; text-align: justify; font-size: 12px;  border-left: 1px solid #ccc;float: left;margin-left: 25px;width: 530px;}
.content-news div.guicauhoi h2 { padding-left:30px}
.content-news div.guicauhoi h2 a {color: #333 !important; font-family: arial;  font-size: 12px;text-transform: uppercase; font-weight:bold}
.content-news div.guicauhoi .feedback-frm{  font-family: arial;text-align: justify;font-size: 12px; padding-left: 30px; padding-top:10px}
.content-news div.guicauhoi .feedback-frm table td.label {font-family: arial !important;font-size: 12px !important;width: 135px;padding-left: 5px; }
.content-news div.guicauhoi .feedback-frm table tr { padding-bottom: 15px; overflow:hidden; display:block}
.content-news div.guicauhoi .feedback-frm table .input_style {width: 340px;border: 1px solid #ccc;}
.content-news div.guicauhoi .feedback-frm #button { margin-left:125px}
.content-news div.guicauhoi .feedback-frm #button input[type="button"], .content-news div.guicauhoi .feedback-frm #button input[type="reset"]  {border: 1px solid #ccc;font-weight: bold;padding: 10px; -webkit-appearance: button; font-weight:bold; font-size:12px}

.tab-select .tab-active {
	position: relative;
	z-index: 1;
	padding: 0 0 8px;	
}
.tab-select .tab-active:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 8px;
	background: url(../img/arrow-red-down.gif) bottom center no-repeat;	
}
.tab-select .tab-active span {
	display: block;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #cd0303;	
}
.content-news {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: url(../img/bg-blue-gradient.gif) top left repeat-x;
}
.content-news a.xemthem {
	float:right; color:#EB5D25  !important
}
.img-news {
	float: left;
}
.img-news img {
	width: 160px;
	margin-right: 10px;	
	margin-bottom: 10px;
}
.content-news h4,
.content-news p {
	margin-bottom: 5px;	
	font-weight:normal;
	text-align:justify;
}
.content-news p strong {
	font-weight:normal;
}
.content-news h4 a {
	font-size: 13px;
	color:#333;
	font-weight:bold !important;
}
.meta {
	color: #666;	
}
.meta strong {
	color: #b12124;	
}
.other-news {
	clear: both;	
}
.other-news li {
	padding-left: 10px;
	background: url(/CongChinh/img/row-01.gif) 0 5px no-repeat;
}
.other-news li a {
	font-size: 11px;
	color: #666;
}

/*==============================================================
        List news & Detail news
==============================================================*/
.box-contents {}
.box-contents h2,.listnews-clear h2 { clear:left; background:url("/CongChinh/img/bg-nav.png") repeat-x; padding:0 0 10px }
.box-contents h2 a,.listnews-clear h2 a { color:#fff !important; font:bold 12px Arial; padding:5px }
.box-contents .D-news {border: 1px solid #DDD; padding: 10px;}
.box-contents .D-news h1 { font:bold 15px verdana; color:#000; margin:10px 5px}
.box-contents .D-news .meta { font:normal 12px verdana !important; color:#000 !important; font-style:italic !important; padding:10px 0 20px 0 } 
.box-contents .D-news .meta img {width:230px ; max-height:180px; margin-right:10px; float:left}
.box-contents .D-news .meta p.des { font:normal 13px/16px verdana; color:#000 !important; font-style:italic; text-align:justify;}
.box-contents .D-news .meta p.des  strong{ color:#000 !important}
.box-contents .D-news .content-News { text-align:justify; font:normal 10pt Arial;}
.box-contents .D-news .content-News  a.xemthem{ }
.box-contents .D-news .tacgia {    
	display: block;
    clear: both;
    overflow: hidden;
    text-align: right;
    font: bold 12px Arial;
    padding-right: 20px;
    padding-top: 20px;
}

.listnews-clear {}
.listnews-clear .list-item { clear:left;padding: 5px !important; border: 1px solid #ddd; }
.listnews-clear .list-item  .item { padding:5px 0; clear:both; display:table; margin-bottom:10px}
.listnews-clear .list-item  .item img { width:170px ; max-height:130px; margin-right:10px; float:left}
.listnews-clear .list-item  .item .item-left {}
.listnews-clear .list-item  .item .item-left a.Ititle { font:bold 12px Arial; padding-bottom:10px; display:block; color:#333 !important;}
.listnews-clear .list-item  .item .item-left p.Itime { padding-bottom:0px; color:#999; }
.listnews-clear .list-item  .item .item-left p.Ides { font-weight:normal !important; text-align:justify;}
.listnews-clear .list-item  .item .item-left p.Ides strong {font-weight:normal !important; text-align:justify;}
.listnews-clear .list-item .paging { clear:both; display:block; overflow:hidden; margin:15px 0 0 20px}
.listnews-clear .list-item .paging a {background: #F6F6F6 -moz-linear-gradient(center top , #FFF, #E1EEF6) repeat scroll 0px 0px; border:1px solid #67B4E3; color:#555; cursor: pointer; display:block; float:left; font: 11px Tahoma,Geneva,sans-serif; margin-right: 5px;padding: 4px 8px; text-decoration: none;}
.listnews-clear .list-item .paging a.current {
	background: #e1eef6; /* Old browsers */
background: -moz-linear-gradient(top, #e1eef6 0%, #377eb6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e1eef6 0%,#377eb6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e1eef6 0%,#377eb6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.listnews-clear .list-item  .list-other,.box-contents .list-other{margin:20px 0 0 10px; clear:left: display:block}
.listnews-clear .list-item  .list-other p.o-title,.box-contents .list-other p.o-title{ font:bold 12px Arial; color:#039}
.listnews-clear .list-item  .list-other a.o-item,.box-contents .list-other a.o-item{}
.listnews-clear .list-item  .list-other .o-title:after, {
    width: 0;
    white-space: nowrap;
    content:". . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . "}
.listnews-clear .list-item  .list-other .o-item,.box-contents .list-other .o-item{padding: 5px 10px 0px 25px; background: transparent url("/CongChinh/img/row-01.gif") no-repeat scroll 10px 10px; text-align: justify; margin:5px 0; display:block}

.box-contents .print {background: #E9B48F none repeat scroll 0% 0%; display: block; margin: 5px 0px; padding: 7px 2%; text-align: right; width: 100%;}
.box-contents .print span { padding:2px 10px 0 5px; font-weight:bold}
.box-contents .print span a { color:#333 !important;}

  /*=============================== ListImage & Video ===============================*/
   .ListAlbum { padding: 3px; display:block;}
   	.ListAlbum	select { clear:left; display:block;}
	.Album { display:block;   padding: 5px;  display: block;  overflow: hidden;  border: 1px solid #ddd;}
	.Album .album-video {}
	.Album .dm-video .item { clear:left; display:block; margin-top:5px}
	.Album .dm-video .item p { clear:left; display:block; padding:7px 10px; background:#801A7D; color:#fff; font:normal 12px Arial }
	.Album .dm-video .item .VitemRight { display:table; padding:5px 0 5px 10px; border:1px solid #ddd; width:100%;}
	.Album .dm-video .item .VitemRight a { display:block; width:145px; float:left; margin:10px 10px 0 0}
	.Album .dm-video .item .VitemRight a img { background:url("/Publishing/img/notimage.png") no-repeat; width:145px; height:130px;}

/*==============================================================
        Carousel
==============================================================*/
.list_carousel {
	position: relative;
	padding: 0 10px 10px;
	border: 1px solid #cd0303;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.list_carousel h4 {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: url(../img/bg-header-carousel.gif) repeat-x;
}
.list_carousel li {
	float: left;
	margin: 0 5px 0 15px;
	overflow: hidden;
}
.list_carousel li a {
	display: block;
	width: 203px;
	padding: 10px 5px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: url(../img/gradient-grey.gif) repeat-x;
}
.list_carousel li a img {
	float: left;
	margin-right: 10px;	
	
}
.nav-controls a.prev, .nav-controls a.next{
	color:#333 !important;
	position:static;
	top:0;
}
a.prevv, a.nextt {
	position: absolute;
	top: 8px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/arrow-carousel.gif) no-repeat;	
}
a.prev {
	left: -2px;
	top: 54px;	
	opacity:0.4;
}
a.prev:hover {
	background-position: 0 -60px;
	opacity:1;	
}
a.next {
	top: 54px;
	right: 0px;	
	background-position: 0 -20px !important;
	opacity:0.4;
}
a.next:hover {
	background-position: 0 -40px;	
	opacity:1;
}
a.prev span, a.next span {
	display: none;
}
/*==============================================================
        Sidebar
==============================================================*/
.sidebar {
	margin-bottom: 10px;	
	margin-top: 0px;	
}
.sidebar img {
	width: 255px;
	margin-bottom: 10px;	
	height:160px;
}
.sidebar h2{
	position: relative;
	overflow: hidden;
	padding: 8px 0;
	font:bold 13px Arial;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background: url(../img/bg-sidebar.png) no-repeat;	
}
.sidebar h2  a  { color: #fff !important; display:block; font-weight:bold !important;}
.sidebar-content,
.tab-content {
	padding: 6px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;	
}
.sidebar h2.tab {
	padding-bottom: 0;	
}
.sidebar h2 span {
	float: left;
	padding: 4px 10px;
	margin-left: 15px;
	cursor: pointer;
	text-shadow: none;	
}
.sidebar h2 .active {
	background-color: #fff;
	color: #0066cc;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
div.searchForm {
	float: right;
	margin: 6px;
	padding: 4px 10px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
div.searchForm input[type="text"] {
	float: left;
	border: none;
	background-color: #fff;	
}
.search-icon {
	float: right;
	margin-top: 5px;
	margin-right:-240px;
	border: none;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../img/search-icon.gif) no-repeat;	
}
.meta input[type="text"] { float:right; width:200px; padding: 5px ; border-radius: 3px;padding-right:35px;}
.sidebar select {
	width: 249px;
	padding: 5px;
	border: 1px solid #ddd;	
}
.logo-box  {
	margin:0;
}
.logo-box img {
	max-width: 269px;
	width: 269px;
	margin-bottom: 10px;	
}
.vote ul li,
.vote strong {
	display: block;
	margin-bottom: 10px;	
}
.vote button {
	padding: 3px 10px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #ff7400;	
}
/*==============================================================
        Footer
==============================================================*/
.footer {
	clear: both;
	padding: 1em;
	color: #fff;
	background: url(../img/bg-footer.gif) top left;
}	
.footer p {
	margin-bottom: 8px;
}	

.tabs-menu {
	overflow: hidden;
    height: 34px;
	background: url(../img/bg-sidebar.png) no-repeat;	
}
.tabs-menu li {
    float: left;
    margin-left: 15px;
}
.tabs-menu li.current {
    position: relative;
    z-index: 5;
}
.tabs-menu li.current a {
	background-color: #fff;	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tabs-menu li a {
	display: inline-block;
    padding: 6px 15px;
	margin-top: 5px;
	font-weight: bold !important;
    color: #fff !important;
}
.tabs-menu .current a {
    color: #0066cc !important;
}
.tab-content {
    display: none;
}
#tab-1 {
	display: block;   
}
.tab .tab-content  a.list-video { clear:left; display:block; background:url(../img/square-icon.gif) 0 5px no-repeat; padding-left:10px; margin-top:5px; color:#333 !important;}
.tab .tab-content  a.list-video:last-child { background:none; color:#0072C6 !important; display:block; margin-top:10px;}
/*==============================================================
        16/10/2014
==============================================================*/
.menu-top {
	width: 1000px;
	height: 42px;
	background: url(../img/bg-nav.png) repeat-x;	
}
.text-moving {
	padding: 6px 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.text-moving a {
	display: inline-block;
	padding-left: 10px;
	margin: 0 5px;
	color: #4271b5;
	background: url(../img/square-icon.gif) 0 6px no-repeat;
}

/*==============================================================
        6/7/2015 Hỗ trợ kỹ thuật
==============================================================*/
.SPsoftware {clear: both;overflow: hidden;display: block;}
.SPsoftware  .contentSP .item-tailieu { clear:both; display: block;overflow: hidden;margin-top: 10px;}
.SPsoftware  .contentSP .item-tailieu .titleSP {  background: #006ddc !important; border-radius: 3px; font:bold 15px Arial; text-align:center; color:#fff; padding:8px 0; margin-bottom:5px}
.SPsoftware  .contentSP .item-tailieu span.lblStatus {}
.SPsoftware  .contentSP .item-tailieu span.lblStatus br {display:none}
.SPsoftware  .contentSP .item-tailieu span.lblStatus p b { float:right}

/* css thủ tục hành chính */
.box-map {background:url("/CongChinh/img/title-box-03.gif") no-repeat scroll left top transparent; padding-left:10px;}
.box-map .box-map-container {padding:8px 10px 8px 0px; background:url("/CongChinh/img/title-box-03.gif") no-repeat scroll right top transparent}
.box-map ul {padding:0px; margin:0px; width:100%; display:inline-block; clear:both; list-style:none; margin:0px; padding:0px; list-style:none;}
.box-map ul li {float:left;}
.box-map ul li span,
.box-map ul li a,
.box-map ul li a:link,
.box-map ul li a:visited {float:left; padding-right:5px; color:#333; font:normal 12px Arial, Helvetica, sans-serif; text-decoration:none;}
.box-map ul li a.actived, 
.box-map ul li a:hover {color:#0D4891;}
/*===.ms-webpartzone-cell {margin: auto auto 10px !important;}
.ms-webpart-cell-vertical{ display:block !important}==*/

.procedures  ul li {    background: url(../img/icon-li-3.png) 0 5px no-repeat;    margin-bottom: 8px;    padding-left: 10px;    font-family: arial;    text-align: justify;}
.paging {
    margin: 5px 0 20px;
}
.paging {
    padding: 5px;
}
.paging a:hover, .paging a.current {
  background: #e1eef6; /* Old browsers */
background: -moz-linear-gradient(top, #e1eef6 0%, #377eb6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e1eef6 0%,#377eb6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e1eef6 0%,#377eb6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #67b4e3;
  color: #005284;
  overflow: visible;
}
.paging a, .paging a:link, .paging a:visited {
  background: -moz-linear-gradient(center top , #ffffff, #e1eef6) repeat 0 0 #f6f6f6;
  border: 1px solid #67b4e3;
  color: #555555;
  cursor: pointer;
  display: block;
  float: left;
  font: 11px Tahoma,Geneva,sans-serif;
  margin-right: 5px;
  padding: 4px 8px;
  text-decoration: none;
}
.paging span {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 4px;
}
.paging a:hover, .paging a.current {
  background: -moz-linear-gradient(center top , #e1eef6, #377eb6) repeat 0 0 #377eb6;
  border: 1px solid #67b4e3;
  color: #005284;
  overflow: visible;
}
.listnews-clear > h2 {
  display: none;
}
#ms-designer-ribbon {
	display: none;
  }