/*--------------------------------------------------------------
>>> CUSTOM STYLE THEME:
----------------------------------------------------------------*/
.font18{
    font-size: 18px;
}
.bold{
    font-weight:bold;
}
.hidden{
    display: none !important;
}
.font400{
    font-weight: 400;
}
.icon-note{
    text-align: left;
    font-size: 11px;
}
.opacity_05{
    opacity: 0.5;
}
.icon-note img{
    display: inline-block;
}
.mar0{
	margin:0px !important;
}
.text-error{
	color:#D60000;
}
.color-yellow{
	color:#FFCD03;
}
.bg-f6{
	background: #f6f6f6;
}
.du-doan-bottom a{
	color:#222 !important;
}
/** archive and single **/
.relation_list {
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    clear: both;
    text-align: left;
}
.relation_list h3 {
    color: #ef4b00;
    font-size: 18px;
}
.relation_list ul li {
    display: list-item;
    border-bottom: dashed 1px #888;
}
.relation_list li {
    color: #666;
    list-style: initial;
    margin-bottom: 2px;
    margin-left: 15px;
    padding: 3px 0;
}
.post_info{
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 15px;
}
.single h1.pagetitle{
	text-align:left;
}
.single #contentmodule img, .single #contentmodule iframe{
	margin: 0 auto;
	display: block;
}
/** sidebar **/
.r-box .title{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCD03), color-stop(.57, #ED9600));
	background-image: -o-linear-gradient(bottom, #FFCD03 0, #ED9600 57%);
	background-image: -moz-linear-gradient(bottom, #FFCD03 0, #ED9600 57%);
	background-image: -webkit-linear-gradient(bottom, #FFCD03 0, #ED9600 57%);
	background-image: -ms-linear-gradient(bottom, #FFCD03 0, #ED9600 57%);
	background-image: linear-gradient(to bottom, #FFCD03 0, #ED9600 57%) 
}
.table-lmt{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
}
.table-lmt td{
	padding: .4rem;
	border: .05rem solid #dadee4;
}
.r-box-body{
	padding: 5px;
	display: inline-block;
}
.r-box-body .item{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.cat_sidebar {
    float: right;
    width: 68%;
}
.img_sidebar{
    float: left;
    max-width: 100%;
    width: 30%;
    height: auto;
}
.text-center{
	text-align:center;
}
/** mega 645 **/
/** du doan **/
.xsmb.du-doan td{
	text-align:left;
	padding-left: 10px;
}
/** quay thu **/
#btnStartOrStop{
	background-color: #37b15d;
	color: #fff;
	border: 1px solid #288043;
	padding: 6px 15px;
	border-radius: 3px;
	line-height: 1.42857;
}
.quaythu td{
	border: 1px solid #CFCFCF;
	height: 24px;
	padding: 3px;
}
/* thong ke */
.DACBIET_TK_BANGDB_KQ_bg_xam {
    background-color: #efefef;
}
.DACBIET_TK_BANGDB_KQ_bg_Chanle {
    background-color: #ffeddd;
}
.DACBIET_TK_BANGDB_KQ_bg_ChanChan {
    background-color: #e8faff;
}
.DACBIET_TK_BANGDB_KQ_bg_Lechan {
    background-color: #f3ffe6;
}
.DACBIET_TK_BANGDB_KQ_bg_LeLe {
    background-color: #ffecf6;
}
.DACBIET_TK_BANGDB_KQ_bg_mota {
    margin: 20px 0 0 8px;
}
.DACBIET_TK_BANGDB_KQ_bg_boxmota {
    border: 1px solid #d7d7d7;
    padding: 1px 7px;
}
.columns{
	display: block;
	margin: 5px 0 10px;
}
.column p,
.column{
	display:inline-block;
	width:49%;
}
.boxtkxs .title_kqtk.tk_dbmb{
	font-size: 14px;
	line-height: 24px;
}
/* responsive */
@media screen and (max-width:480px) {
	.DACBIET_TK_BANGDB_KQ_col_time{
		font-size: 11px;
	}
	.top_adv{
		font-size: 12px;
	}
	.box_kqxs .title a{
		letter-spacing: -1px;
		font-size: 13px;
	}
    .NEW_XSDT_homenay_box_text_left{
        top: 0px;
    }
    .NEW_XSDT_homenay_box_text_right{
        top: 16px;
    }
    .content_news_item {
        width: 100%;
    }
    .img_news_item {
        width: 100%;
    }
	ul.news_list li.n_item_1 .div_content_img{
		width:100%;
	}
	.font18 {
		font-size: 14px;
	}
	
}
/** Style Ajax Pagination **/
.loading_ajaxp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 11111;
    display:none;
}

/*CSS load*/
#circularG {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.circularG {
    position: absolute;
    background-color: #000000;
    width: 7px;
    height: 7px;
    -moz-border-radius: 5px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.56s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 5px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.56s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-border-radius: 5px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.56s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -o-border-radius: 5px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.56s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 5px;
    animation-name: bounce_circularG;
    animation-duration: 0.56s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
#circularG_1 {
    left: 0;
    top: 12px;
    -moz-animation-delay: 0.21s;
    -webkit-animation-delay: 0.21s;
    -ms-animation-delay: 0.21s;
    -o-animation-delay: 0.21s;
    animation-delay: 0.21s;
}
#circularG_2 {
    left: 3px;
    top: 3px;
    -moz-animation-delay: 0.28s;
    -webkit-animation-delay: 0.28s;
    -ms-animation-delay: 0.28s;
    -o-animation-delay: 0.28s;
    animation-delay: 0.28s;
}
#circularG_3 {
    top: 0;
    left: 12px;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
#circularG_4 {
    right: 3px;
    top: 3px;
    -moz-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
}
#circularG_5 {
    right: 0;
    top: 12px;
    -moz-animation-delay: 0.49s;
    -webkit-animation-delay: 0.49s;
    -ms-animation-delay: 0.49s;
    -o-animation-delay: 0.49s;
    animation-delay: 0.49s;
}
#circularG_6 {
    right: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}
#circularG_7 {
    left: 12px;
    bottom: 0;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}
#circularG_8 {
    left: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1)
    }
    
    100% {
        -moz-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1)
    }
    
    100% {
        -webkit-transform: scale(.3)
    }
}
@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(.3)
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(.3)
    }
}

@keyframes bounce_circularG {

    0% {
        transform: scale(1)
    }
    
    100% {
        transform: scale(.3)
    }
}

/* paging */
.ajax_pagination{display: block;clear: both;margin-top: 20px;}
.paging{padding:5px 10px;text-align:center}
.paging a{font-size:13px;color:#999999;padding:5px 10px;font-family:'Roboto', sans-serif;    border: 1px solid #ddd;transition: all 0.4s}
.paging a .fa{font-size:13px}
.paging a:hover,.paging a.active{
    color: #ffffff;
    background: #56981a;
    border: 1px solid #56981a;
}
#backtotop {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 10;
}
.news_details h2,
.news_details h2 span{
	font-size:14pt !important;
	font-weight:700;
	line-height: 20pt;
}
.news_details h3,
.news_details h3 span{
	font-size:12pt !important;
	font-weight:700;
	line-height: 18pt;
	
}
.news_details h2,
.news_details h3{
	margin-bottom: 10px;
}
.category h2.pagetitle{
	font-size: 16px;
	text-transform: inherit;
}
.news_details p{
	margin-bottom:10px;
}
.single .news_details ul,
.single .news_details li{
	list-style: inside;
}
.wp-caption{
	width:auto !important;
	max-width:100%;
	text-align: center;
	margin: 0;
}
.wp-caption .wp-caption-text{
	text-align:center;
}
.news_details p{
	text-align:justify;
}
.news_details img{
	display: block !important;
	margin: 0 auto !important;
	width: 600px;
	max-width: 600px !important;
}
#navbar .pcontent{
	width: 100%;
}
#navbar #cssmenu{
	text-align: center;
}
#navbar #cssmenu > ul{
	display: inline-block;
}
.box_contact a{
	color:#fff;
}
.box_contact a:hover{
	color:blue;
}
ul.post-list-archive li.n_item_1 a.content_title{
	padding-left: 0px;
	font-size: 16px;
}
#contentmodule ul.post-list-archive li.n_item_1 .img_archive{
	height: 150px;
	display: inline-block;
	width: 100%;
}
.post_info .entry-date{
	font-style: italic;
	color: #ccc;
}
@media only screen and ( max-width: 480px) {
	.news_details img{
		max-width: 100% !important;
	}
    .wp-caption{
        margin:0px;
    }
}