* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
   /* padding: 0;*/
    /*border: none;*/
}

body {
    font-family: sans-serif;
    color: #333;
    /*font-size: 0.9em;*/
    background: #eeeeee;
}
ul > li{
    list-style-type: none;
}


.clear {
    clear: both
}
.clear:before, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clear:after {
    clear: both;
}

#timeoutsess {
    display: none;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

.main{
	max-width:1024px;
	width:1024px;
	margin:0 auto;
	
}
.mainHeader {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #eeeeee;
    position: relative;
    /*-webkit-box-shadow: 0px 0px 9px 3px rgba(173, 173, 173, 1);*/
    /*-moz-box-shadow: 0px 0px 9px 3px rgba(173, 173, 173, 1);*/
    /*box-shadow: 0px 0px 9px 3px rgba(173, 173, 173, 1);*/
}

.mainHeaderBanner {
    /*height: 150px;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
    background: url("../images/bannerCongNongNghiep.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
	margin-top:10px;*/
}

.mainHeaderMenu {
   /* height: 34px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #e5322d;*/
	
}

.header-info
{
    float: left;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 1px;
}

.mainContent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    /*-webkit-box-shadow: 0px 0px 9px 3px rgba(173, 173, 173, 1);*/
    /*-moz-box-shadow: 0px 0px 9px 3px rgba(173, 173, 173, 1);*/
    /*box-shadow: 0px 0px 9px 3px rgba(173, 173, 173, 1);*/

}
/*
@media only screen and (max-width: 480px) {
    .bodyRight-left-main-right,
    .bodyLeft-left-main-right,
    .menuContent {
        display: none;
    }

    .bodyMain-left-main-right {
        width: 100% !important;
        background: #ffffff;
        float: left;
        padding-right: 2px;
        padding-left: 2px;
    }
    .mainHeaderBanner
    {
        display: none;
    }

}
*/
.headerContent {
    width: 100%;
    height: 200px;
    background: darkcyan;
    margin-bottom: 2px;
}
/*
@media only screen and (max-width: 480px) {
    .headerContent {
        width: 100%;
        height: 100px;
        background: darkcyan;
        margin-bottom: 2px;
    }
}
*/
.menuInfo {
    width: 20%;
    float: left;
    background: transparent;
    color: #ffffff;
    font-weight: bold;
    padding-left: 3px;
    line-height: 34px;
    height: 36px;
}

.menuContent {
    float: left;
    width: 80%;
    border: #e5322d solid 1px;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
    font-weight: bold;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #e5322d !important;
    z-index: 1000;
}

.menuContent ul {
    text-align: center;
    list-style-type: none;

    /*overflow: hidden;*/
    /*width: 100%;*/
}

.menuContent li {
    display: inline-block;
    color: greenyellow;
    width: 120px;
    height: 36px;
    padding-left: 1px;

    line-height: 34px;
    margin-left: -5px;
    position: relative;
    float: left;

}

.menuContent li:not(:last-child) {
    -webkit-box-shadow: 10px 0px 0px -9px #808080;
    -moz-box-shadow: 10px 0px 0px -9px #808080;
    box-shadow: 10px 0px 0px -9px #808080;
}

.menuContent a {
    text-decoration: none;
    color: #ffff;
    display: block;
    white-space: nowrap;
}

.menuContent a:hover {
    background: url('../images/MenuItem.png') repeat-x;
    color: #f21d00;
}

.submenu {
    display: none;
    position: absolute;
}

.submenu li {
    margin-left: 0 !important;
}

.menuContent li:hover .submenu {
    display: block;
    border: #f21d00 solid 1px;
    background: rgba(255, 30, 0, 0.61) !important;
    width: 200px;

}

.menuContent > ul > li > ul > li > a {
    width: 196px;
    margin: 0;
    padding: 0;
}

.menuContent > ul > li > ul > li {
    text-align: left;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 196px;
}

/*.menuContent li {*/
/*float: left;*/
/*color:greenyellow;*/
/*width: 120px;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*margin-left: -5px;*/
/*}*/

.bodyContent {
    position: relative;
    width: 100%;
    /*background: rgba(128, 128, 128, 0.39);*/
    background: white;
    margin-top: 5px;
    /*overflow: auto !important;*/
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}

.bodyRight-left-main-right {
    width: 20%;
    /*background: #99458d;*/
    float: right;
    padding-left: 2px;
    padding-right: 2px;
    /*overflow: auto;*/
}

.bodyMain-left-main-right {
    width: 60%;
    /*background: #669973;*/
    float: left;
    padding-right: 2px;
    padding-left: 2px;

}

.bodyLeft-left-main-right {
    width: 20%;
    /*background: #99458d;*/
    float: left;
    padding-right: 3px;
    padding-left: 3px;
}
/*
@media only screen and (max-width: 480px) {
    .footerContent {
        height: 100px !important;
        margin-top: 2px;
        border: 1px solid;
        width: 100%;
    }
}
*/
.footerContent {
    height: 150px;
    margin-top: 2px;
    border-top:#4b90b1 3px solid;
    width: 100%;

}
.cms_panel .cms_header_red {
     font-weight: bold;
     color: #ffffff;
     padding: 8px;
     background: #f21d00 url("../images/bg_box_title1.png") no-repeat top right;
 }
.cms_header_red a
{
    color:#ffffff;
}
.cms_body_red{
    /*background: #ffe4e0;*/
    padding: 6px 6px 0px 0px;
    overflow:hidden;
	border:1px solid #F00;
	border-radius:0px 0px 5px 5px;
	
}


.cms_panel .cms_header_blue {
    font-weight: bold;
    color: #ffffff;
    padding: 8px;
    background: #3a86aa url("../images/bg_box_title1.png") no-repeat top right;
}

.cms_header_blue a
{
    color:#ffffff;
}

.cms_panel .cms_body_red > ul > li {
    padding: 0px 5px 0px 0px;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dotted;
    display: block;
    background: transparent;
}
.cms_panel .cms_body_red ul > li span,::before{
    padding-left: 5px;
    padding-right: 5px;
}

.cms_panel .cms_body_red ul > li > a {
     text-decoration: none;
     color: #3e4444 !important;
     padding: 5px 5px 5px 25px;
     line-height: 18px;
     font-weight: bold;
     cursor: pointer;
     background: url("../images/arrow.png") 11px 11px no-repeat;
 }

.cms_panel .cms_body_red ul > li > a:hover {
    text-decoration: none;
    color: #ffffff !important;
    padding: 5px 5px 5px 25px;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #0a6fd2 !important;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 20%);
    /*background: url("../images/arrow.png") 11px 11px no-repeat;*/
}

.cms_panel .cms_body_red ul li
{
    background: transparent;
}



.cms_panel {
    /*margin: 0px 0px;*/
   /* border: #ccc solid 1px;*/
   margin-bottom:5px;
   height:100%;
}

.cms_panel .cms_header {
    font-weight: bold;
    color: #ffffff;
    padding: 8px;
    background:#41a646 url("../images/bg_box_title1.png") no-repeat top right;
}
.cms_header a
{
    color:#ffffff;
}


.cms_panel .cms_body ul {
    color: #0E0E0E !important;
    background: #ffffff;
    padding-left: 0px !important;
    list-style-type: none !important;
}
.cms_body{
    background: #ffffff;
    padding: 6px;
    overflow:auto;
	font-size:14px;
	line-height:20px;
}


.cms_content{
    border: #cacaca solid 1px;
    /*border-bottom: #cacaca solid 1px;*/
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px ;
    overflow: auto;
}
.cms_content a
{
   text-decoration: none;
    color: #3a86aa;
    font-size: 14px;
    font-weight: bold;
}
.related a{
    color: #167ac6;
	background: url(../images/arrow_blue.png) 5px 5px no-repeat;
    padding-left:20px;
	font-size:14px;
	line-height:20px;
}

.related a:hover{
    color: #f21d00;
	background: url(../images/arrow_blue.png) 5px 5px no-repeat;
    padding-left:20px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.cms_content_main
{
    width: 100%;
    float: left;

}
.cms_content_col
{
    width: 48%;
    margin-left: 5px;
    float: left;
    margin-top: 10px;
}

.cms_body_default{
    background: #d2e8d3;
    padding: 6px;
    overflow:hidden;
}

.cms_body_default ul {
    color: #0E0E0E !important;
    background: transparent;
    padding-left: 0px !important;
    list-style-type: none !important;
}

.cms_panel .cms_body_default ul > li {
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dotted;
    display: block;
    background: transparent;
}
.cms_panel .cms_body_default ul > li span,::before{
    padding-left: 5px;
    padding-right: 5px;
}

.cms_panel .cms_body_default ul > li > a {
    text-decoration: none;
    color: #3e4444;
    /*padding: 5px 5px 5px 5px;*/
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
    /*background: url("../images/arrow.png") 11px 11px no-repeat;*/
}

/*--------------------*/
.cms_body_blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c3ecff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c3ecff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c3ecff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#c3ecff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ecff',GradientType=0 ); /* IE6-9 */
    padding: 6px;
    overflow:hidden;
	border:1px solid #3a86aa;
	border-radius:0px 0px 5px 5px;
}

.cms_body_blue ul {
    color: #0E0E0E !important;
    background: transparent;
    padding-left: 0px !important;
    list-style-type: none !important;
}

.cms_panel .cms_body_blue ul > li {
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dotted;
    display: block;
    background: transparent;
}
.cms_panel .cms_body_blue ul > li span,::before{
    padding-left: 5px;
    padding-right: 5px;
}

.cms_panel .cms_body_blue ul > li > a {
    text-decoration: none;
    color: #3e4444;
    /*padding: 5px 5px 5px 5px;*/
    line-height: 18px;
    /*font-weight: bold;*/
	text-align:justify;
    cursor: pointer;
    /*background: url("../images/arrow.png") 11px 11px no-repeat;*/
}

/*---------------------*/

.list-unstyled {
    list-style-type: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;

}

.list-inline > li {
    display: inline-block;
    /*padding: 5px;
    background: transparent;*/

}
.list-inline > li:not(:first-child)
{
    margin-left: -5px;
}
.list-inline > a {

    padding: 5px;
	color:#FF0;

}

/*Style 1 */

.cms_panel_style1 {
    box-sizing: border-box;
    border: #d3d3d3 solid 1px;
    background: #ffffff;
    overflow: auto;
}


.cms_panel_style1 .cms_header_style1 {
    font-weight: bold;
    color: #ffffff;
    background: #8caeff;
    padding: 10px;
}
.cms_header_style1 a
{
    color: #ffffff;
}

.cms_panel_style1 .cms_body_style1 ul {
    color: #0E0E0E !important;
    background: #ffffff;
    padding-left: 0px !important;
    list-style-type: none !important;
}

.cms_panel_style1 .cms_body_style1 ul > li {
    padding: 5px 5px 5px 24px;
    border-top: 1px solid #cccccc;
    display: block;
    background: #fffde8;
}

.cms_panel_style1 .cms_body_style1 ul > li > a {
    text-decoration: none;
    color: #3e4444;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* violet */

/*.cms_panel_violet {*/
    /*box-sizing: border-box;*/
    /*border: #d3d3d3 solid 1px;*/
    /*background: #ffffff;*/
    /*overflow: auto;*/
/*}*/


/*.cms_panel_violet .cms_header_violet {*/
    /*font-weight: bold;*/
    /*color: #ffffff;*/
    /*background: #3b3163;*/
    /*padding: 10px;*/
/*}*/
/*.cms_panel_violet a*/
/*{*/
    /*color: #ffffff;*/
/*}*/

/*.cms_panel_violet .cms_body_violet ul {*/
    /*color: #0E0E0E !important;*/
    /*background: #ffffff;*/
    /*padding-left: 0px !important;*/
    /*list-style-type: none !important;*/
/*}*/

/*.cms_body_violet{*/
    /*background: #e3ddfc;*/
    /*padding: 6px;*/
    /*overflow:hidden;*/
/*}*/

/*.cms_panel_violet .cms_body_violet ul > li {*/
    /*padding: 5px 5px 5px 24px;*/
    /*border-top: 1px solid #cccccc;*/
    /*display: block;*/
    /*background: transparent;*/
/*}*/

/*.cms_panel_violet .cms_body_violet ul > li > a {*/
    /*text-decoration: none;*/
    /*color: #3e4444;*/
    /*line-height: 18px;*/
    /*font-weight: bold;*/
    /*cursor: pointer;*/
/*}*/

/*.cms_panel_violet > p {*/
    /*margin: 10px;*/
    /*display: block;*/
    /*-webkit-margin-before: 1em;*/
    /*-webkit-margin-after: 1em;*/
    /*-webkit-margin-start: 0px;*/
    /*-webkit-margin-end: 0px;*/
/*}*/

.cms_body_violet{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebe7fd+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfd9fb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dfd9fb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfd9fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dfd9fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfd9fb',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    padding: 6px;
    overflow:hidden;
	border:1px solid #3b3163;
	border-radius:0px 0px 5px 5px;
}

.cms_body_violet ul {
    color: #0E0E0E !important;
    background: transparent;
    padding-left: 0px !important;
    list-style-type: none !important;
}
.cms_header_violet a{
    color:#ffffff !important;
}
.cms_panel .cms_body_violet ul > li {
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dotted;
    display: block;
    background: transparent;
}
.cms_panel .cms_body_violet ul > li span,::before{
    padding-left: 5px;
    padding-right: 5px;
}

.cms_panel .cms_body_violet ul > li > a {
    text-decoration: none;
    color: #3e4444;
    /*padding: 5px 5px 5px 5px;*/
    line-height: 18px;
  /*  font-weight: bold;*/
  text-align:justify;
    cursor: pointer;
    /*background: url("../images/arrow.png") 11px 11px no-repeat;*/
}

.cms_panel .cms_header_violet {
    font-weight: bold;
    color: #ffffff;
    padding: 8px;
    background: #3b3163 url("../images/bg_box_title1.png") no-repeat top right;
}

.alignleft {
    float: left;
    margin: 0 30px 10px 0;
    height: auto;
}

.news_column {
   /* background: #ffffff;*/

}

.news_column ul {
    list-style-type: none !important;
}

.cms_panel_news {
    border: #eadada solid 1px;

 /*   padding: 5px;*/
  
	
}

.cms_panel_news .cms_panel_news_header {
  
}
.cms_panel_news .cms_panel_news_header a {
  
}
.cms_panel_news .cms_panel_news_header a:hover {
   
}

.sub-list-icon
{
    background-image:url(../images/bg.PNG);
	background-repeat:no-repeat;
}
.sub-list-icon a
{
		text-decoration:none;
		color:#FFF;
 }

/*
.sub-list-icon h4 {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 34px;
    padding: 2px 15px;
    text-transform: uppercase;
    position: relative;
    background: #005180;
    color: #FFF;
    position: relative;
}
.sub-list-icon h4:hover {
   background-color:#F00 !important;
    color: #FF3 !important;
   
}
.sub-list-icon h4:after {
    border-bottom: 17px solid #005180;
    border-right: 17px solid rgba(0,0,0,0);
    border-top: 17px solid #005180;
    content: "";
    display: block;
    position: absolute;
    right: -17px;
    top: 0;
    z-index: 1;
}
/* sub-list-icon */
/*.sub-list-icon > li:first-child > *:before,.cat-icon:before{*/
    /*content: " \f114 ";*/
    /*font-family:FontAwesome;*/
    /*font-size: inherit;*/
    /*font-weight: 400;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    /*vertical-align:middle;*/
    /*margin-right:4px;*/
    /*margin-top: -3px;*/
/*}*/
/*.sub-list-icon > li + li > *:before{*/
    /*content: " | ";*/
    /*font-family:FontAwesome;*/
    /*font-size: 8px;*/
    /*font-weight: 400;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    /*vertical-align:middle;*/
    /*margin-right:5px;*/
    /*color:#8b5f2a;*/
/*}*/
/*.sub-list-icon > li:first-child + li > *:before{*/
    /*content: " \f101 ";*/
    /*font-size: 12px;*/
    /*margin-top: -2px;*/
    /*font-weight: bold;*/
    /*color: #8b5f2a;*/
/*}*/
/*---------------*/
.divResize-image img
{
    width: 100%;
}

/*----------------*/
.div40
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    float: left;
    width: 39.8%;
}
.div30
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    float: left;
    width: 30%;
	height:100%;
}
.div30a
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    float: left;
    width: 30%;
}
.div70
{
    float: left;
    width: 69.8%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}
/*Hinh */
.hinh{
	margin:0px;
	padding:3px;
	border:solid 1px #CCCCCC;
	text-align:center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom:5px;
	}
.hinh img{
	width:100%;
	height:auto;
		}
.hinh p{
	text-align:center;
	line-height:normal;
	color:#06F;
	font-style:italic;
	
}
/* noi dung bai viet*/
.noidung{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:22px;	
}
.noidung img{
	width:100%;
	height:auto;
	margin:0px;
	padding:3px;
	border:solid 1px #CCCCCC;
	text-align:center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom:5px;	
}
.noidung p{
	text-align:center;
	line-height:22px;
	color:#06F;
	font-style:italic;	
}
.noidung ol{
	list-style: none;
   counter-reset: item;
   line-height:25px !important;
   margin-left:-15px;
	
	}
.noidung ol li{
		counter-increment: item;
   margin-bottom: 5px;}
   
.noidung ol li:before{
	margin-right: 10px;
   content: counter(item);
   background: #FF0000;
   border-radius:100%;
   color: white;
   width: 2em;
   text-align: center;
   display: inline-block;
	}
.tieude{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#006;	
	line-height:22px;
}
.khungnd{
	width:100%;
    border: 1px solid;
    padding: 10px;
    box-shadow: 1px 1px 1px 5px #AAA;
	border-radius:5px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	text-indent:6px;
}
/*Ket thuc noi dung bai viet*/

/*Lich cong tac*/
table.lichct{
	 border: 1px solid #1C6EA4;  	 width: 100%; 	 text-align: justify; 	 border-collapse: collapse;	 padding:0px;	 margin:0px;
	
}
table.lichct tbody td, table.lichct th {
  border: 1px solid #AAAAAA;  
  font-family:Arial;font-size:13px;
  line-height:20px;
  margin:0px;padding:0px 5px 0px 5px; 
}

table.lichct tbody tr:nth-child(even) {
  background: #D0E4F5;
 
}

table.lichct tbody tr:nth-child(1),table.lichct tbody tr:nth-child(2){
	 background: #1C6EA4 !important;
	   background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  font-weight: bold !important;  
  color: #FFFFFF !important;   
  text-align:center !important; 
  	
    
}
/*table.lichct col:first-child {#1C6EA4 !important; width:10}*/
table.lichct td:nth-child(1){width:10%; text-align:center !important;}
table.lichct td:nth-child(2),table.lichct td:nth-child(3){width:45%;}
/*Table*/
table.bang{
	 border: 1px solid #1C6EA4;  	 width: 100%; 	 text-align: justify; 	 border-collapse: collapse;	 padding:0px;	 margin:0px;
	
}
table.bang td, table.bang th {
  border: 1px solid #AAAAAA;  
  font-family:Arial;font-size:13px;
  line-height:25px;
  margin:0px;padding:0px 5px 0px 5px; 
}

table.bang tr:nth-child(odd) {
  background: #D0E4F5;
 
}

table.bang tr:nth-child(1){
	 background: #1C6EA4 !important;
	   background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  font-weight: bold !important;  
  color: #FFF !important;   
  text-align:center !important; 
  	
    
}
/*Bang ts*/
table.bangts td, table.bang th {
  border: 1px solid #AAAAAA;  
  font-family:Arial;font-size:13px;
  line-height:25px;
  margin:0px;padding:0px 5px 0px 5px; 
}

table.bangts tr:nth-child(odd) {
  background: #D0E4F5;
 
}

table.bangts tr:nth-child(1){
	 background: #1C6EA4 !important;
	   background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  font-weight: bold !important;  
  color: #FFF !important;   
  text-align:center !important; 
    
}
table.bangts td:nth-child(1){width:5%;text-align:center;}
table.bangts td:nth-child(2){width:35%;}
table.bangts td:nth-child(3){width:15%;text-align:center;}
table.bangts td:nth-child(4){width:35%;text-align:center;}
table.bangts td:nth-child(5){width:10%;}
/*Ket thuc bang ts*/
.lam{
	color:#8A0205 !important;
	font-size:30px !important;
	}