/*------------------------------------------------------------------------
# JA Sanidine II for Joomla 1.5 - Version 1.0 - Licence Owner JA106916
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {

	color: #333333;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background:#f0f1f3;
	color:#333333;
}

body.contentpane {
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3D393A;
	text-decoration: underline;
}

a img {
	border: 0px solid #E4E4E4;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, #ja-login,
a.readon, #ja-botnav, #ja-pathway, #ja-subnav, #ja-contentsl1, #ja-contentsl2, #ja-footer, #ja-col1, #ja-col2, #ja-botsl {
	font-size: 92%;
}

.article-content img {
border:1px solid #D5D5D5;
margin-left:5px;
margin-right:5px;
margin-top:3px;
padding:3px;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption img {
	border: 1px solid #CCCCCC;
}

.img_caption p {
	text-align: center;
	color: #666666;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.no-caption {
	margin: 3px 0 3px 5px;
	border: 1px solid #CCCCCC;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 300%;}
h3 {font-size: 150%;}
h4 {font-size: 100%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0 0px;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 6px;
	padding-left: 30px;
        margin:0px;
}

ol li {
	margin-left: 35px;
	list-style:none;
}

th {
	font-weight: bold;
	padding: 7px 8px;
	text-align: left;
}

fieldset {
	padding: 7px 5px 5px !important;
	border: none;
	margin: 1em 0 0;
	background: url(../images/sep.gif) repeat-x top;
}

fieldset legend {
	font-weight: bold;
	background: #FFFFFF;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #8d8d8d;
	height: 1px;
}



td, th, div {
	font-size: 100%;
}
/* JA SLIDESHOW2
----------------------------------------------------------- */
.ja-slidewrap { border: 0; overflow: hidden; }

.ja-slide-buttons {
	position:absolute;
	right: 20px;
	bottom: 20px;
}

.ja-slide-buttons .ja-slide-stop {
	text-indent: -1000em;
	background: url(../images/icon-stop.gif) center center no-repeat;
	height: 20px;
	width: 20px;
}

.ja-slide-buttons .ja-slide-next {
	text-indent: -1000em;
	background: url(../images/icon-next.gif) center center no-repeat;
	height: 20px;
	width: 20px;
}

.ja-slide-buttons .ja-slide-prev{
	text-indent: -1000em;
	background: url(../images/icon-prev.gif) center center no-repeat;
	height: 20px;
	width: 20px;
}

.ja-slide-buttons .ja-slide-playback{
	text-indent: -1000em;
	background: url(../images/icon-playback.gif) center center no-repeat;
	height: 20px;
	width: 20px;
}

.ja-slide-buttons .ja-slide-play{
	text-indent: -1000em;
	background: url(../images/icon-play.gif) center center no-repeat;
	height: 20px;
	width: 20px;
}

.ja-slide-buttons {
	background: url(../images/button-bg2.png) left center no-repeat;
	padding: 5px;
}

.ja-slide-buttons span { padding: 2px 0; }

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {

}

input, select, textarea, .inputbox {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea, textarea.inputbox {
	background: #FFFFFF;
	color: #999999;
	border: 1px solid #CCCCCC;
}

.inputbox {
	padding: 0 0 3px 7px;
	margin:0 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px 2px 2px 2px;
	background: none;
	color: #999999;
	font-size: 100%;
}

.button {
	padding: 3px 8px 3px;
	border: 0px solid #9EB1A2;
	-moz-border-radius: 5px 5px 5px 5px;
	background: none;
	color: #999999;
	text-transform: none;
	font-size: 98%;
	font-weight: bold;
	cursor:pointer;
}

.button:hover {
	border: 0px solid #E24500;
	-moz-border-radius: 3px 3px 3px 3px;
}

select#ordering, select#limit {
	background-image: none;
}

* html .button { /*IE 6*/
	padding: 2px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/sep.gif) repeat-x center;
}

.column_separator {
	padding: 0 0px;
}

/* content tables */
.sectiontableheader {
	background: url(../images/grad-2.gif) repeat-x top #373737;
	border: 1px solid #DDDDDD;
	padding: 6px 8px;
	color: #FFFFFF;
	font-weight: bold;
}



ul.latestnews a, ul.mostread a {
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	margin-top: 3px;
	color: #666666;
}

.createby {
	font-weight: bold;
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right;
}

.createdate-icon { /*for clendar style*/
	margin: 0 10px 0 0;
	display: block;
	float: left;
	width: 40px;
	height: 38px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
	color: #666666;
}

.ja-date {
	font-size: 15px;
	font-weight: bold;
}

.ja-month {
	color: #666666;
	font: 9px/14px Arial, Helvetica , sans-serif;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	background: url(../images/grad-4.gif) repeat-x top #999999;
	border-bottom: 1px solid #CCCCCC;
}

.modifydate {
	width: 100%;
	display: block;
	color: #333333;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #666666;
}

.article-category a {
	color: #666666;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background: none;
	box-shadow:0 0 8px #666666;
}

.narrow #ja-wrapper {
	width: 750px;
	background: url(../images/wrapper-bg-n.png) repeat-y center;
}

#ja-container {
    padding: 0px;
	background: url("../images/bg_intro.jpg") repeat-x scroll center top #fff;
}

#ja-mainbody {
	width: 70%;
	float: left;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 69.5%;
	background: none;
	border:0px solid #3D444C;
}

#ja-content-top {
	background: none;
}

#ja-content-bot {
	background: none;
}

.narrow #ja-content {
	background: none;
}

.narrow #ja-content-top {
	background: none;
}

.narrow #ja-content-bot {
	background: none;
}

#ja-current-content {
	padding: 5px;
	margin: 2px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 29.5%;
}

#ja-col1 div.ja-innerpad {
	padding-right: 5px;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 29.5%;
	color:#000;
	text-align:justify;
	line-height:20px;
}

#ja-col2 div.ja-innerpad {
	padding-left: 5px;
}

/*common style for column*/


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	clear: both;
	background: none;
	border-left: 0px solid #4B4F4F;
	-moz-border-radius:0px 0px 0px 0px;
	border-right: 0px solid #4B4F4F;
	margin:0px 0;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
	background: none;
}

#ja-containerwrap-fr #ja-content-top {
	background: none;
}

#ja-containerwrap-fr #ja-content-bot {
	background: url("../images/content-bot.gif") no-repeat scroll center bottom transparent;
}

.narrow #ja-containerwrap-fr #ja-content {
	background: url(../images/content-center2-n.gif) repeat-y center #FFFFFF;
}

.narrow #ja-containerwrap-fr #ja-content-top {
	background: url(../images/content-top2-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-fr #ja-content-bot {
	background: url(../images/content-bot2-n.gif) no-repeat center bottom;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
	background: none;
	border:0px solid #888888;
}

#ja-containerwrap-fl #ja-content-top {
    -moz-border-radius: 0px;
    background: none;
}

#ja-containerwrap-fl #ja-content-bot {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #BDBDBD;
    margin: 5px;
}

.narrow #ja-containerwrap-fl #ja-content {
	background: url(../images/content-center-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-fl #ja-content-top {
	background: url(../images/content-top-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-fl #ja-content-bot {
	background: url(../images/content-bot-n.gif) no-repeat center bottom;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
	background: none;
}

#ja-containerwrap-f #ja-content-top {
	background: none;
}

#ja-containerwrap-f #ja-content-bot {
	background: none;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 20px;
	padding-right: 20px;
}

.narrow #ja-containerwrap-f #ja-content {
	background: url(../images/content-center1-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-f #ja-content-top {
	background: url(../images/content-top1-n.gif) no-repeat center top;
}

.narrow #ja-containerwrap-f #ja-content-bot {
	background: url(../images/content-bot1-n.gif) no-repeat center bottom;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h2 {
    background: #53719c;
    color: #fff;
    font-size: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

div.moduletable h2 span {
	display: block;
	height: 28px;
	padding:0 15px;
	background: none;
}

div.moduletable {
	margin: 5px;
	padding: 0 0px;
}
.nsp_art_page ul{margin:0; padding:0;}
.nsp_art_page ul li{float:left; background:none;}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3,
div.ja-box-br h3 {
    background: #e3e3e3;
    color: #000;
    font-size: 110%;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 12px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
	border-bottom:1px solid;
}

div.module h3 span,
div.module_text h3 span,
div.module_menu h3 span,
div.module_hilite h3 span,
div.ja-box-br h3 span {
	display: block;
	height: 28px;
	background: none;
	text-align:center;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite,
div.ja-box-br {
    background:#666666;
    border-radius: 5px;
    clear: both;
    color: #000;
    float: left;
    margin: 5px -5px 5px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div,
div.ja-box-bl {
	margin: 0;
	padding: 0;
	background: none;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr {
	padding: 0;
	margin: 0;
	background: none;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
	padding: 8px 10px 10px 10px;
	background: none;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
	padding-left:0px;
	line-height:35px;
	font-size:13px;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	border-top:1px dotted #B4B4B4;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li,
div.module li,
div.module_menu li,
div.module_text li {
	padding-left: 15px;
	background-position: 5px 7px;
	font-weight: normal;
	float:left;
}


/* HEADER
--------------------------------------------------------- */
#ja-header {
    background: url("../images/header-bg.png") repeat-x scroll 0 0 transparent;
    height: 97px;
    line-height: normal;
    padding: 0;
    position: relative;
    z-index: 999;
}
#ja-headervemaybay {
    background: url("../images/header-bgvemaybay.png") repeat-x scroll 0 0 transparent;
    height: 97px;
    line-height: normal;
    padding: 0;
    position: relative;
    z-index: 999;
}
#vexe24h {
    background: url("../images/bnxe.png") repeat-x scroll 0 0 transparent;
    height: 148px;
    line-height: normal;
    padding: 0;
    position: relative;
    z-index: 999;
}


h1.logo, div.logo-text {
	margin: 0 0px;
	padding: 0;
}

span.logo {
	width: 403px;
	height: 80px;
	position: absolute;
	top: 20px;
	left:20px;
}
span.logohotline {
	width: 400px;
	height: 70px;
	top: 20px;
	left:20px;
	float:right;
	margin-top:20px;
	margin-right:10px;
}
span.logohotline .dienthoai {
    border: medium none;
    float: right;
    padding: 0;
    width: auto;
}
.dienthoai .hotline {
    background: url("../images/VerticalLine.png") no-repeat scroll right center transparent;
    float: left;
    padding: 6px;
}

.uppercase_Blue_small11 {
    color: #10306D;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}
.dienthoai .hotline .blok1 {
    display: block;
    float: left;
    margin-right: 20px;
}

.bold-font-orange14 {
    color: #E8641B;
    font-size: 15px;
    font-weight: bold;
}

.blank5 {
    height: 5px;
}

.dienthoai .hotline .blok2 {
    display: block;
    float: left;
}

span.logo a {
	width: 403px;
	height: 69px;
	display: block;
	text-align:right;
}

span.logo a span {
	top: -1000px;
}

div.logo-text {
	outline: none;
	position: absolute;
	top: 20px;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #333333;
}

.site-slogan {
	color: #666666;
	margin: 0;
	padding: 0;
}

#ja-topnav {
	position: absolute;
	top: 10px;
	right: 40px;
}

#ja-topnav ul {
	margin: 0;
	padding: 2px 0;
}

#ja-topbar {
	background: none;
	height: 0px;
	margin: 0px 0px;
	position: relative;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
    background: none repeat scroll 0 0 transparent;
    top: 14px;
    z-index: 999;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {
	clear: both;
	background: url(../images/subnav-bg.gif) repeat-x bottom #333333;
	margin: 0 10px;
	padding: 0 10px;
	height: 30px;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-subnav a {
	display: block;
	float: left;
	outline: none;
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #FFFFFF;
	background: url(../images/subnav-hover.gif) no-repeat center bottom;
	text-decoration: none;
}

#ja-subnav li.active a {
	color: #FFFFFF !important;
	font-weight: bold;
	background: url(../images/subnav-hover.gif) no-repeat center bottom;
	text-decoration: none;
}

/* breadcrumbs */
#ja-pathway {
	
	padding-top: 0px;
	color: #C21317;
	text-indent: 15px;
	font-weight:bold;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
    background: none;
	-moz-border-radius:5px 5px 5px 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
    display: block;
    line-height: normal;
    margin: 1px 15px;
    padding: 0 0 3px;
	width:88%;
}

ul.menu li a {
    background: none repeat scroll 0 0 transparent;
    color: #FFF;
    display: block;
    margin: 0;
    outline: medium none;
    padding: 6px 3px;
    text-decoration: none;
	font-size:13px;
	border-bottom:1px solid #a7a7a7;
	text-transform:capitalize;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #F60;
	text-decoration: underline;
	background: url("../images/mainua.png") no-repeat scroll left top transparent;
}

ul.menu li.active a {
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	border: none;
	padding: 2px 5px 8px 15px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 8px 6px !important;
	color: #333333;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #333333;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #333333;
	font-weight: bold;
}

ul.menu li li li a {
	color: #333333 !important;
	font-weight: normal !important;
	padding-left: 25px !important;
	background: url(../images/arrow.png) no-repeat 18px 6px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
    -moz-border-radius: 0 0 0 0;
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #504835;
    color: #333333;
    float: left;
    font-size: 100%;
    margin: 5px -10px 0 5px;
    overflow: hidden;
}

.ja-box-left div.module, .ja-box-center div.module {
}

/* Top spotlight */
#ja-topsl {
    clear: both;
    color: #333333;
    height: auto;
    margin: 0 0 0 0;
    overflow: hidden;
}

#ja-topsl1 {
    background: #666666;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

#ja-topsl1 div#ja-slideshowwrap {
	margin: 20px 10px;
}

#ja-topsl2 {
	float: right;
	width: 0%;
	overflow: hidden;
	background:transparent url(../images/conten.gif) no-repeat scroll left top;
}

#ja-topsl2 div.moduletable h3, #ja-topsl2 div.moduletable h3 span {
	background: transparent url(../images/h3-bg-d.gif)  no-repeat scroll  top center;
}

.ja-login-links a {
	padding: 0 5px;
	color: #666666;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 10px;
	top: 8px;
}

#ja-usertools ul {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0 2px;
	float: right;
	background: none;
}

/* Search */
#ja-search {
	background: url(../images/search-bg.gif) no-repeat left;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	padding-left: 25px;
	font-size: 11px;
}

#ja-search .inputbox {
	margin: 3px 3px 0 0;
	width: 180px;
	background: transparent;
	border: none;
	color: #333333;
	border:1px solid #C7BDA6;
}

#ja-search .button {
	font-size: 11px;
}

/*others*/
#ja-banner {
	padding: 5px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.ja-innerdiv {
	padding: 8px 0 10px !important;
	background: url(../images/sep.gif) repeat-x bottom !important;
}

div.ja-innerdiv img.border {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

div.ja-innerdiv img {
	margin: 5px 0 0 5px;
}

div.module blockquote {
	margin: 0;
	padding: 0;
}

div.module span.title {
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0 10px;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #333333;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #CC0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #333333;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
.clearfix table{font-size:13px; border-collapse:collapse; }
label{font-size:14px; text-transform:uppercase;}
.row-fluid .span12 {
    width: 100%;
	font-size:13px;
}
.span12 {
	width:180px;border:0; border-radius:3px 3px 3px 3px;height:30px; text-align:center; margin:5px 5px;
}
.hotrodt{width:75%; height:auto; float:left;}
.hotrodt ul{margin:0; padding:0;}
.hotrodt ul li{float:left; width:210px;}
.hotrodt ul li span{margin-left:5px; line-height:20px;}
.wapttcl{width:100%; height:auto; float:left; text-align:center;}
.wapttcl .header{width:90%; padding:10px; float:left; font-size:16px; color:#143A83; background:url(../images/hr_line.png) repeat-x bottom; margin-left:1%; text-transform:uppercase; font-weight:bold;}
.wapttcl img{border:1px solid #999; padding:2px; border-radius:5px 5px 5px 5px; width:275px; height:255px;}
.thanhtoannhanh{width:90%; padding:10px; float:left; border-bottom:1px dashed #CCC;  font-size:14px; margin-left:2%; line-height:16px;}

.thongtinlienhe{width:98%; margin-left:1%; font-size:13px; float:left; color:#F5F5F5;}
.thongtinlienhe ul{float:left; width:100%; margin-bottom:20px;}
.thongtinlienhe ul li{list-style:inside; float:left; width:22%; text-align:center;}
.gach3px{width:390px; height:3px; float:left; margin:0; padding:0;}
#chinhvetrangchu{background:none; text-transform: inherit; font-weight:normal; padding:0; margin:0; height:auto;}
#chinhli{width:50%; float:left; list-style:none; padding:0; font-size:14px; }
#chinhlitrong{width:50%; float:left; list-style:none; padding:0; margin:5px 0; font-size:13px; text-align:left; line-height:40px; }
#chinhlitrong a{color:#008;}
#chinhlitrong a:hover{text-decoration:underline; font-weight:bold;}
#chinhlitrong img{border:1px solid #999; padding:2px; border-radius:5px 5px 5px 5px; width:275px; height:255px;}

/* //////////////////////////////////////////////////////// */
.keywords {
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 40px;
    line-height: 15px;
    margin-left: 1%;
    padding-top: 10px;
    text-align: left;
    width: 38%;
}
.hotlineLeft {width:122px;position: fixed;top: 60px;margin-left: -132px;}
.hotlineRight {
    margin-left: 965px;
    position: fixed;
    top: 60px;
    width: 122px;
}
.gach10px{width:100%; height:10px; float:left;}
.nenhotline{background:url(../images/nen-hotline-toi.png) no-repeat left; height:55px;}
.khungmainnoidungabc {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0;
    width: 950px;
}
.et-col-md-1, .et-col-md-10, .et-col-md-11, .et-col-md-12, .et-col-md-2, .et-col-md-3, .et-col-md-4, .et-col-md-5, .et-col-md-6, .et-col-md-7, .et-col-md-8, .et-col-md-9{background:#f6c922 !important;}
.et-widget-header{background:#f6c922 !important;}
.et-widget-header strong{font-size:20px !important; color:#343434 !important;}
.et-widget{margin-top:0px !important;}
.et-btn{background:#c10000 !important; font-size:26px !important; padding:12px 100px !important;}

.col-md-8 {width:76% !important;
    flex: 0 0 76% !important;
    max-width: 76% !important;
	padding:0px !important;
	margin-right:1.5% !important;
}

.col-md-4 { width:22% !important; padding:0px !important;
    flex: 0 0 22% !important;
    max-width: 22% !important;
}
.row{margin-left:0px !important; margin-right:0px !important;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left:0px !important; padding-right:0px !important;}
.text-info{color:#333333 !important;}
.form-group{padding:2px 0px !important;}
button.btn-timve {
    background: #c10800;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border: 0;
    border-radius: 4px;
}