.hidden{
	display: none !important;
}
.bold{
	font-weight:bold;
}
.icon-note{
	text-align: left;
}
.txt-number{
	
}
/*******
Style Inline
*********/
.img-sidebar{
	width:52px;
	height:52px;
}
/*******
Style Inline
*********/
.title_h1{
	background-color: #fff;
	border: solid 1px #d40500;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 14px;
	color: #000;
	text-transform: none;
}


footer {
	margin-top: 20px;
	padding: 30px 0 0px 0;
}

footer .foot-t {
	padding-top: 15px;
}

footer .foot-t .item {
	margin-bottom: 15px;
}

footer .f-title {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}

footer ul {}

footer ul li {
	display: block;
	position: relative;
	padding: 5px 0;
}

footer ul li:before {
	/*content: url(list-icon.png);*/
	position: absolute;
}

footer ul li a {
	margin-left: 0;
	padding-left: 15px;
	color: black
}

footer .copyright {
	padding: 15px;
	text-align: center;
	background: #9e0400;
	color: #fff;
}

.foot-menu {
	text-align: center;
	clear: both!important;
	float: none!important;
	margin-bottom: -15px;
	background: #9e0400;
}

.foot-menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 15px 5px 0
}

footer .foot-menu li:before {
	content: none
}

.foot-menu li a {
	text-transform: uppercase;
	font-weight: bold;
	color: white
}

.foot {
	padding-left: 0!important;
	padding-right: 0!important;
}

footer .foot-t {
	border: none
}

.list-area {
	text-align: left;
	padding-left: 0;
	margin-bottom: -20px;
}

.list-area.roww li {
	flex: auto;
}

.list-area.mh li {
	min-width: 50px;
}

.list-area li {
	display: inline-block;
	text-align: center;
	margin-right: 2px;
}

.list-area li.active a {
	background-color: #c21824;
	color: white;
}

.list-area li:last-child {
	margin-right: 0;
}

.list-area li a {
	display: block;
	padding: 4px 12px;
	background-color: #b7b7b7;
	border-radius: 6px 6px 0 0;
	color: black;
	font-size: 14px;
}

footer ul {
	text-align: left;
	padding-left: 0;
}

footer .foot-t .item {
	text-align: left;
}

.Centre_BANGKQ_table_bg,
.Centre_BANGKQ_table_bg_1,
.Centre_BANGKQ_table_col_1,
.Centre_DAUDUOI_table_row_1,
.Centre_DAUDUOI_table_row_2,
.DACBIET_TK_BANGDB_KQ_col,
.Centre_BANGKQ_table_col_2,
.Centre_TKCKdanLOTO_table_col_1,
.Centre_TKCKdanLOTO_table_col_2,
.Centre_TKCKdanLOTO_table_col_3,
.Centre_TKCKdanLOTO_table_col_4,
.Centre_TKCKdanLOTO_table_col_5,
.Centre_TKSOVANG_table_col_1,
.Centre_TKSOVANG_table_col_2,
.Centre_TKSOVANG_table_col_3,
.DAYLMT_Table_col_1,
.DAYLMT_Table_col_2 {
	border: solid 1px #dedede;
}

.Centre_BANGKQ_table_bg {
	height: 33px
}

.NEW_line_TT {
	height: 35px
}

.NEW_line {
	height: 34px
}

h2 {
	padding: 13px 0
}
/* breadcrumb */
.breadcrumb-z {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -790px;
}

table.bangthem-z {
	border-bottom: 3px solid #9e0400;
	width: 100%;
	height: 58px;
	text-align: center;
	margin-bottom: 20px;
}

table.bangthem-z td,
table.bangthem-z th {
	border: 1px solid #c7c6c6;
	padding: 4px 4px;
}

table.bangthem-z tbody td {
	font-size: 14px;
}

table.bangthem-z tfoot td {
	font-size: 16px;
}

.bang-bangthem-z {
	width: 125px;
}

.active-bangthem-z {
	color: #fff;
	background: #9e0400
}

.active-bangthem-z a {
	color: #fff;
	background: #9e0400
}

.hover-bangthem-z td:hover {
	color: #fff;
	background: #9e0400
}

/*******
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{float: left;width: 100%;display: block;}
.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: #242424;
    border: 1px solid #242424;
}
#backtotop {
    position: fixed;
    right: 0;
    bottom: 40px;
}
/* archive */
/* single */
.relation {
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    clear: both;
	text-align: left;
}
.relation ul{
	padding:0px;
}
.relation ul li {
    padding: 6px;
    display: list-item;
    list-style-type: square;
    margin-left: 1.2em;
    border-bottom: dashed 1px #888;
}
.single .DUDOANXSMB_CT_content img{
	max-width:100%;
height: auto;
}
.single .DUDOANXSMB_CT_content h2,
.single .DUDOANXSMB_CT_content h2 span{
	font-size:14pt !important;
	font-weight:700;
}
.single .DUDOANXSMB_CT_content h3,
.single .DUDOANXSMB_CT_content h3 span{
	font-size:12pt !important;
	font-weight:700;
}
.single .DUDOANXSMB_CT_content h2,
.single .DUDOANXSMB_CT_content h3{
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}
.single .DUDOANXSMB_CT_content p{
	margin: 0 0 10px 0;
	padding: 0;
}
.wp-caption{
width: auto !important;
max-width:100%;
}
.wp-caption-text{
text-align: center;
margin: 5px 0;
}
.content_page{
	display: block;
	text-align: left;
	float: left;
	margin-top: 30px;
}
.DUDOANXSMB_CT_content.single_content{
font-weight: 400;line-height: 22px;}
.wp-caption{
	width:auto !important;
	max-width:100%;
	text-align: center;
}
.wp-caption .wp-caption-text{
	text-align:center;
}
.DUDOANXSMB_CT_content.single_content p{
	text-align:justify;
}
.DUDOANXSMB_CT_content.single_content ol,
.DUDOANXSMB_CT_content.single_content ul{
	padding-left: 15px;
}
.DUDOANXSMB_CT_content.single_content ol li,
.DUDOANXSMB_CT_content.single_content ol li span,
.DUDOANXSMB_CT_content.single_content ul li span,
.DUDOANXSMB_CT_content.single_content ul li{
	font-weight: 400;
	line-height: 22px;
	text-align: justify;
	font-family: roboto,sans-serif;
	font-size: 14px;
}
.DUDOANXSMB_CT_content.single_content img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100% !important;
}
.xem_them{
	display: inline-flex;
}
.checkFilter {
    background-color: #f3f3f3;
    border: solid 1px #dedede;
        border-bottom-color: rgb(222, 222, 222);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    /* border-bottom: none; */
    /* padding: 10px 0 8px; */
}
.checkFilter p {
    display: inline-block;
    margin: 10px 6px;
padding: 0;
}
.checkFilter label {
    display: contents;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
    line-height: 35px;
}
.checkFilter input{
    width: auto;
    margin-right: 5px;
}
.dau, .duoi, .tong, .loto_tk, .full, .t_chan, .t_le {
    display: none;
    font-weight: 700;
}
.show {
    display: block !important;
}
.bg_hong {
    background-color: #fde5e7;
}
.color_yellow {
  color: #FFCD03 !important;
}
.font18 {
        font-size: 16px !important;
    }
.font22{font-size: 20px !important;}
.tkgbdtongrange .DACBIET_TK_BANGDB_KQ_col{
padding: 10px 0;
}
.tkgbdtongrange .DACBIET_KQ_col_time{
display: block;
  margin: 5px 0;
}
@media screen and (max-width:480px) {
.font22{font-size: 18px !important;}
.font18 {
        font-size: 12px !important;
    }
 .checkFilter label{
        font-size: 12px;
    }
.tkgbdtongrange .DACBIET_KQ_col_time{
font-size: 10px;
}
}