/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css *
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/bootstrap/css/bootstrap.min.css);

/*==========================================================
	2. GENERAL
==========================================================*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 12px;
	color: #000;
	font-family: Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img{
	border:none;
	max-width:100%;	
	height: auto;
}
a{
	color:#000;
}
a:hover{
	color: #c9a96e;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
a, 
button, 
input {
	
}.header-right ul li
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	font-style: italic;
	border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #c9a96e;
	outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-color: #FCD998;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#tabmenu{
    border-top: 1px solid #cbcbcb;
    /* border-right: 1px solid #cbcbcb; */
    background: #E41E27;
}
.tabcontainer{
     position: relative;
     background: none;
 }
#sub-menu{
    /* background: #F3F3F3; */
    padding-left:15px;
    padding-right:15px;
}
#sub-menu .tabcontent{
    position: absolute;
    top: 0;
    left: 0;
}
#sub-menu #ct8{
    left: 150px;
}
#sub-menu #ct9{
    left: 100px;
}
#sub-menu #ct10{
    left: 250px;
}
#sub-menu #ct11{
    left: 50px;
}
.tool-header {
    height: 29px;
    line-height: 29px;
    background: white;
    max-width: 997px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: -10px;
    position: initial !important;
}
.tool-header #now {
    float: left;
    font-size: 12px;
}
.tool-header .right {
    float: right;
    line-height: 1;
    margin-right: -10px;
    display: flex;
}
.face{
	margin-top:5px;
}
.tool-header #form-search {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    /* width: 154px; */
}
#form-search .keyword {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 0 0 0 5px;
    height: 25px;
    width: 220px;
    vertical-align: top;
}
#form-search .submit {
    background: url(//baodanang.vn/dataimages/201811/original/images1481785_bt_search.png) no-repeat;
    border: 0;
    cursor: pointer;
    height: 17px;
    padding: 0;
    right: 20px;
    width: 15px;
    margin-top: 5px;
    margin-left: -15px;
}
#form-search {
    position: relative;
}
.date {
    color: #666;
}
.header-left{
    float: left;
    margin: 5px 0 10px 0;
}
.header-right ul li:last-child{
    border-right: none;
}
/*.site-header{
    padding-top: 45px;
}*/
.header-right ul li{
    display: inline-block;
    padding: 0 2px;
    border-right: 1px solid #ebebeb;
}
.header-right ul li a{
	font-size:14px;
	/* color: red; */
}
.header-right{
    float: right;
    margin-top: 5px;
    font-weight: bold;
}
.header-right ul li span{
	color: black;    
}
ul, li{
    list-style: none;
}
/*.main-menu ul li:last-child a{
    border-right: none;
}
.main-menu ul li a{
    color: #fff;
    padding: 0 10px;
}
.main-menu ul li{
    display: inline-block;
    padding: 5px 0;
}
.main-menu .sub-menu li:last-child a{
    border-right: none;
}
.main-menu .sub-menu li a{
    border-right: 1px solid #868D9D;
    color: #024574;
    font: 12px arial;
    padding: 0 10px;
}
.main-menu li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.main-menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background: #F3F3F3;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}
.main-menu > .container > ul{
    position: relative;
}
/*.main-menu{
    background: #a71515;
}*/
.main-menu > .container{
    /* border: 1px solid #cbcbcb; */
}
.site-container{
    border-top: none;
    border-bottom: none;
}
.site-content{
    width: 675px;
    padding: 0 5px;
    float: left;
}
.sidebar{
    width: 300px;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}
.first-block .list-items{
    width: 160px;
    float: left;
}
.first-block .mod-item{
    width: 505px;
    float: left;
}
.first-block .mod-item img{
    height: 275px;
    width: 100%;
}
ul.mCustomScrollbar{
    /* height: 400px; */
}
.second-block ul {
    margin: 0 -8px;
    margin-bottom 20px;   
}
.second-block ul li img{
    height: 102px;
    margin-bottom: 5px;
    width: 100%;
}
.second-block{
	margin-bottom: 10px;
	ma
}
.widget.widget-read{
    margin-top: 0;
}
.widget.image-widget{
    margin-top: 13px;
}
#border_of_adz514 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
#border_of_adz514 img{
    max-width: 100%;
}
.second-block ul li{
    width: 25%;
    float: left;
    padding: 0 8px;
}
.container{
    width:980px;
	padding-left:0;
	padding-right:0;
}
.four-block-items .four-block-item{
    width: 25%;
    float: left;
    padding: 0 5px;
}
.four-block-items .four-block-item img{
    height: 120px;
    width: 100%;
}
.five-content{
    margin: 0 -15px;
}
.five-content .five-right .five-small-item:nth-child(2n+1){
    clear: both;
}
.five-content .five-right .five-small-item img{
    height: 100px;
    margin-bottom: 5px;
    width: 100%;
}
.five-content .five-right .five-small-item{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.five-content .five-right,
.five-content .five-left{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.five-content .five-left .five-mod-item img{
    width: 100%;
    height: 200px;
}
.six-block-left{
    width: 55%;
    float: left;
    padding-right: 8px;
    /* border-right: 1px solid #D1BCB1; */
}
.six-block-left img{
    height: 220px;
}
.six-block-right ul li .six-item-title a{

}
.six-block-right ul li .six-item-title{
    display: table;
    font-weight: bold;
}
.six-block-right ul li .six-item-thumb{
    float: left;
    margin-right: 5px;
    max-width: 125px;
}
.six-block-right ul li .six-item-thumb img{
    height: 82px;
    width: 125px;
}
.seven-block-right .two-col-items ul li p{
    display: table;
}
.seven-block-right .two-col-items ul li img{
    float: left;
    max-width: 45%;
    margin-right: 8px;
}
.six-block-right ul li{
    padding: 0 7px;
    margin-bottom: 10px;
}
.single-mod-item a{
 font-size: 16px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;	
}
.six-block-right{
    width: 45%;
    float: left;
    margin-top: 5px;
}
.block-title2 ul li:last-child a{
    border-right: none;
}
.block-title2 ul li a{
    color: #ff2904;
    padding: 0 10px;
    border-right: 2px solid #9f9f9f;
}
.block-title3 h3 a{
    color: #ff2904;
}
.block-title3 h3 a {
    color: #dd2719;
    font-weight: 600;
    font-size: 19px;
}
.block-title3{
    border-bottom: 2px solid #ff2904;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.block-title2 ul,
.block-title2 ul li{
    display: inline-block;
}
.block-title2 {
    border-bottom: 2px solid #05147b;
    background: #f1eee8;
    overflow: hidden;
    margin-bottom: 5px;
}
.block-title2 h3:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    height: 100%;
    border-bottom: 34px solid #05147b;
    border-right: 20px solid transparent;
}
.block-title2 h3 a{
    color: #fff;
}
.block-title2 h3{
    display: inline-block;
    position: relative;
    background: #05147b;
    color: #fff;
    margin-right: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.widget-title {
    border-bottom: 2px solid #2993d1;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
.widget-title span:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    height: 100%;
    border-bottom: 34px solid #2993d1;
    border-right: 20px solid transparent;
}
.widget-title span{
    display: inline-block;
    position: relative;
    background: #2993d1;
    color: #fff;
    margin-right: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.six-block{
    background: #fbf8f1;
    margin-top: 30px;
    margin-bottom: 10px;
}
.six-block-right .six-item-title a{
    font-weight: 400;
    font-size: 14px;
}
.six-block-left a{
    font-weight: bold;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-title h3 {
    display: inline-block;
}
.block-title h3 a{
    /* background: url("../image/v3/arr-right.png") no-repeat right center; */
    display: block;
    padding-right: 20px;
    margin-right: 0;
}
.block-title {
    border-bottom: 1px solid #FFB89F;
    padding: 5px;
    margin-bottom: 15px;
}
.widget-new-post2 ul li {
    position: relative;
    list-style: none !important;
    padding-left: 10px !important;
}
.widget-new-post2 ul li:before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    background: #D25763;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget-new-post-right ul li {
    position: relative;
    list-style: none !important;
    padding-left: 10px !important;
    line-height: 15px;
}
.widget-new-post-right ul li:before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: #5D5D5D;
}
.block-title h3 a{
    color: #dd2719;
    font-weight: 600;
    font-size: 19px;
}
.block-title ul li:last-child a{
    border-right: none;
}
.block-title ul li a{
	font-size:13px;
    padding: 0 10px;
    border-right: 2px solid #9f9f9f;
}
.seven-block-left .one-col-items .one-col-mod .one-mod-thumb img{
    height: 100px;
    width: 100%;
    margin-bottom: 5px;
}
.seven-block-left .one-col-items .one-col-mod .one-mod-thumb{
    width: 52%;
}
.block-title ul li,
.block-title ul{
    display: inline-block;
}
.seven-block-right .block-title h3 a{
    margin-right: 0;
}
.five-mod-item h3 a{
    font-size: 16px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}
.five-small-item {
    margin-bottom: 8px;
}
.five-small-item a{
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height:18px;
}
.four-block .title-1:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 2px;
    background: #2487CA;
    left: 0;
    z-index: 1;
}
.four-block .title-1 span{
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    color: #dd2719;    
    z-index: 3;
    font-weight: normal;
    font-size: 16px;
}
.four-block .title-1 a{
    color: #dd2719;
    font-weight: 600;
    font-size: 19px;
}
.four-block {
    margin-bottom: 10px;
}
.four-block .title-1{
    position: relative;
    padding: 0 10px;
    margin-bottom: 7px;
}
.four-block-item h3{
    margin-top: 13px;
}
.four-block-item a{
    font-weight: bold;
    font-size: 14px;
	line-height:18px;
}
.first-block {
    /* margin-bottom: 10px; */
    margin-top: 10px;
}
.second-block {
    /* margin-bottom: 15px; */
    float: left;
    /* margin-top: -172px; */
}
.partner{
    border: 1px solid #999;
    padding: 3px;
    margin-bottom: 25px;
}
.second-block a{
	font-size:14px;
    font-weight: 600;
    line-height: 12px;
}
.second-block a.title{
    /* height: 82px; */
    overflow: hidden;
    display: block;
    line-height: 15px;
}
.first-block .list-items{
    padding-left: 6px;
}
.first-block .mod-item a{
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.first-block .list-items li:last-child{
    border-bottom: none;
}
.first-block .list-items li{
    padding: 7px 0;
    border-bottom: 1px dotted #999;
}
.first-block .list-items a{
    font-weight: bold;
}
.first-block .mod-item h2,
.first-block .mod-item p{
    padding: 5px;
    background: white;
}
.first-block .mod-item p{
    padding-bottom: 10px;
}
.first-block .mod-item{
    padding-right: 6px;
    border-right: 1px solid #ebebeb;
    /* height: 400px; */
    overflow: hidden;
}
.seven-block-right{
    padding-left: 15px;
}
/*.seven-block-left{
    padding-right: 15px;
}*/
.seven-block-right,
.seven-block-left{
    width: 50%;
    float: left;
}
.one-col-items .one-col-mod .mod-excerpt{
    line-height: 18px;
}
.one-col-items ul {
    margin-top: 10px;
}
.block-more-item ul li:before,
.one-col-items ul li:before{
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    background: #B9B7B9;
}
.block-more-item ul li{
    position: relative;
    list-style: none !important;
    padding-left: 10px !important;
}
.one-col-items ul li:last-child{
    border-bottom: none;
}
.one-col-items ul li{
    padding: 5px;
    padding-left: 10px;
    position: relative;
    border-bottom: 1px dotted #B9B7B9;
}
.one-col-items .one-col-mod .one-mod-thumb{
    float: left;
    margin-right: 10px;
}
.one-col-items .one-col-mod h3{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    display: table;
    clear: none;
}
.two-col-items .two-col-mod .two-mod-thumb{
    margin-top: 10px;
    margin-bottom: 15px;
}
.two-col-items ul li:last-child {
    border-bottom: none;
}
.two-col-items ul li:first-child {
    padding-top: 0;
}
.two-col-items ul li {
    padding: 7px 0;
    border-bottom: 1px dashed #ebebeb;
}
.eight-block .block-one-item img{
    width: 50%;
    margin-right: 8px;
    height: 90px;
}
.eight-block .block-title h3 a{
    margin-right: 0;
}
.eight-block .block-more-item .more-mod img{
    width: 100px;
}
.two-col-items ul li h3{
    display: table;
    clear: none;
    font-size: 14px;
    font-weight: 400;
}
.two-col-items ul li a:hover h3{
	color:#c9a96e;
}
.two-col-items ul li img{
    float: left;
    margin-right: 8px;
}
.two-col-items .two-col-mod h3{
    font-weight: bold;
}
.nine-block-left{
    padding-right: 15px;
}
.nine-block-right{
    padding-left: 15px;
}
.nine-block-left,
.nine-block-right{
    width: 50%;
    float: left;
}
.single-col-block ul li:last-child {
    border-bottom: none;
}
.single-col-block ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    font-weight:bold;
}
.single-col-block ul li a{

}
.single-col-block h3{
    font-weight: bold;
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
}
.footer-menu {
    border-top: 1px solid #bcbabb;
    border-bottom: 1px solid #bcbabb;
    border: 1px solid #bcbabb;
    padding: 5px 0;
}
.footer-menu ul li a{
    color: #323232;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-menu ul li a:hover{
	color:#c9a96e;
}
.footer-menu .back-top:before{
    content: "";
    width: 15px;
    height: 15px;
    background: url("../image/v3/jump-up.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.footer-menu .back-top{
    float: right;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    padding-right: 10px;
}
.footer-menu ul {
    float: left;
}
.footer-menu ul li{
    padding: 0 10px;
    display: inline-block;
}
.footer-content h2{
    color: #f40006;
    font-weight: bold;
	font-size: 20px;
    margin-bottom: 15px;
}
.footer-content{
    padding: 15px;
    border-right: 1px solid #bcbabb;
    border-left: 1px solid #bcbabb;
}
.sidebar .image-widget img{
    width: 100%;
    margin-bottom: 15px;
}
.sidebar .image-widget h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 10px;
}
.widget-read ul {
    padding-left: 15px;
    /* height: 170px !important; */
}
.widget-read ul li{
    padding: 8px 0;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px dotted #bcbabb;
    list-style-position: inside;
    list-style: square;
    padding-left: 15px;
    position: relative;
}
.widget-read ul li:before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    background: #5D5D5D;
}

.widget-read3 ul {
    padding-left: 15px;
    height: 400px !important;
}
.widget-read3 ul li{
    padding: 8px 0;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px dotted #bcbabb;
    list-style-position: inside;
    list-style: square;
    padding-left: 15px;
    position: relative;
}
#mCSB_1{
    margin-left: -0px !important;
}

#mCSB_2{
    margin-left: -15px !important;
}
.widget-read2 ul {
    padding-left: 15px;
    height: 274px !important;
}
.widget-read2 ul li{
    padding: 8px 0;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px dotted #bcbabb;
    list-style-position: inside;
    list-style: square;
    padding-left: 15px;
    position: relative;
}
.widget-read2 ul li:before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    background: #5D5D5D;
}
#mCSB_3{
    margin-left: -15px !important;
}
.widget-graphic-post{
    margin-top: 10px;
}
.widget-graphic-post ul li p{
    font-weight: bold;
    display: table;
    color: #323232;
}
.widget-graphic-post ul li img{
    float: left;
    margin-right: 5px;
    max-width: 40%;
}
.widget-graphic-post ul li{
    padding: 5px;
    padding-left: 0;
    border-bottom: 1px solid #bcbabb;
}
.widget{
    margin-bottom: 10px;
}
.widget-new-post-right ul li a{
    font-weight: 400;
    color: #323232;
}
.widget-new-post-right ul li a:hover,
.widget-graphic-post ul li a:hover p{
	color:#c9a96e;
}
.widget-new-post-right ul li{
    margin-bottom: 10px;
    list-style: square;
}
.widget-new-post-right ul{
    padding-left: 10px;
}
.widget-new-post-left a img{
    margin-bottom: 5px;
}
.widget-new-post-left a {
    font-weight: 600;
    display: block;
    color: #323232;
}
.widget-new-post-left a:hover{
	color:#c9a96e;
}
.widget-new-post-right,
.widget-new-post-left{
    width: 50%;
    float: left;
}
.new-post2-mod p{
    display: table;
    font-weight: 600;
    color: #323232;
}
.new-post2-mod a:hover p{
	color:#c9a96e;
}

.new-post2-mod {
    margin-bottom: 10px;
}
.new-post2-mod img{
    float: left;
    margin-right: 8px;
    max-width: 45%;
    height: 80px;
}
.widget-new-post2 ul li{
    padding: 5px 0;
    list-style: disc;
    list-style-position: inside;
}
.widget-single ul li:last-child{
    border-bottom: none;
}
.widget-single ul li{
    padding: 5px 10px;
    padding-left: 1px;
    border-bottom: 1px dotted #fff;
}
.widget-single .widget-single-mod a{
    font-weight: 600;
    margin-bottom: 10px;
}
.widget-single .widget-single-mod a p{
	font-size:14px;
	padding:5px 10px;
    padding-left: 1px;
}
.widget-single .widget-single-mod img{
    width: 100%;
}
.widget-single .widget-single-content{
    background: #eeeeee;
}
.widget-banner img{
    margin-bottom: 30px;
    width: 100%;
}
.eight-content .block-more-item{
    padding-left: 15px;
}
.eight-content .block-one-item{
    padding-right: 15px;
}
.block-one-item img{
    margin-bottom: 5px;
    float: left;
    margin-right: 8px;
}
.block-one-item a{
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.block-more-item,
.block-one-item{
    width: 50%;
    float: left;
}
.block-more-item a{
    font-size: 13px;
}
.block-more-item .more-mod {
    margin-bottom: 5px;
}
.block-more-item .more-mod a{
    font-size: 14px;
    font-weight: 600;
}
.block-more-item ul li{
    padding: 5px 0;
    border-top: 1px dotted #bcbabb;
    list-style: square;
    list-style-position: inside;
}
.block-more-item .more-mod img{
    float: left;
    margin-right: 5px;
    max-width: 50%;
}
.single-mod-item img{
    height: 200px;
    width: 100%;
}
/*================*/
.widget-inme p{
    font-weight: 600;
    font-size: 14px;
    color: #323232;
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-inme h3{
    color: #04396d;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
}
.widget-inme img{
    width: 100%;
}
.widget-inme{
    background: #fff8f0;
}
.weekend-items{
    margin: 0 -5px;
}
.weekend-item a p{
	padding:5px 10px;
}
.widget-weekend .weekend-title img{
    width: 185px;
    margin-bottom: 5px;
}
.widget-weekend img{
    width: 100%;
}
.weekend-item{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.weekend-item img{
    height: 100px;
}
.weekend-mod {
    padding: 0 5px;
    background: #f6f6f6;
}
.weekend-mod p{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
#tabmenu li a em{
    text-transform: uppercase;
    font-size: 10px;
    color: white;
}
/*#main-menu li a em{
    font-style: normal;
}
#main-menu li a.home{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background: url("../image/v3/icon-home.gif") no-repeat center;
    margin-left: 5px;
}
#main-menu li a:hover{
	color: #a71515;
}
#menu{
    border: none;
}*/
.ecomic-block .five-content .five-right .five-small-item h3 {
    clear: none;
}
.ecomic-block .five-content .five-right .five-small-item h3 a {
    font-weight: 400;
    color: #000;
}
.ecomic-block .five-content .five-right .five-small-item > a {
    width: 35%;
    float: left;
    margin-right: 10px;
}
.ecomic-block .five-content .five-right .five-small-item > a img{
    height: 60px;
    width: 100%;
}
.ecomic-block .five-content .five-right .five-small-item{
    width: 100%;
}
.ecomic-block .five-content .five-right .five-small-item h3 a:hover{
	color:#c9a96e;
}
#footer{
    border: none;
}

.block-title{
	margin-top:10px;
}
#phapluat_title{
    margin-top: 0;
}
#bandoc_title, #quocte-title, #giaoduc-title, #yte-title, #vhgt_title{
    padding: 0;
}
#bandoc_title h3 a, #quocte-title h3 a, #giaoduc-title h3 a, #yte-title h3 a, #vhgt_title h3 a{
    margin-right: 0;
    padding-right: 10px;
}
#bandoc_title ul li a{
    padding: 0 3px;
}
#quocte-title ul li a{
    padding: 0 5px;
}
#giaoduc-title ul li a{
    padding: 0 6px;
}
#yte-title ul li a, #vhgt_title ul li a{
    padding: 0 2px;
    font-size: 12px;
}