@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700,300|Roboto+Condensed:400,300,700&display=swap&subset=latin,vietnamese";

* {
    font-family: Roboto, Arial, sans-serif
}
.aligncenter {margin: 0 auto;text-align: center;}
body {
    background-color: #ececec;
    color: #222;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400
}
h5{margin-bottom:5px;}
a {
    color: #2d2d2d;
    text-decoration: none;
}

a:hover{
    color: #d41b1b;
    text-decoration: none;
}

.m-t-15{
    margin-top: 15px;
}

.bold{
    font-weight: 600;
}

/*Nav*/

.logo{
    height: auto;
    max-width: 320px;
    background-size: contain;
    display: inline-block;
	padding-bottom:5px;
}
.logo img {
    height: auto;
    margin-top: 20px;
    width: 100%;
}
.top-nav{
    background: #ffffff;
}

.navbar-fb {
    background: #d41b1b;
    border-radius: 0;
}

.navbar-fb a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 1px 0 #000;
    padding: 15px 10px !important;
}

.navbar-fb a:focus, .navbar-fb a:hover, .navbar-fb li.current-menu-item{
    background-color: #b11b1b !important;
    color: #fffec1;
}

.navbar-fb li{
    float: inherit;
    display: inline-block;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	text-align: left;
}

.navbar .navbar-collapse {
    text-align: center;
    padding: 0;
    margin: 0 -15px;
}

.sub-nav {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    box-shadow: inset 0 -5px 5px 0 #0000000d;
    margin-bottom: 10px;
}

.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
}

.sub-nav ul li{
    float: left;
    text-align: center;
    width: 25%;
}

.sub-nav ul li a{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #2d2d2d;
    padding: 15px 0;
}

.sub-nav ul li a:hover{
    color: #b11b1b;
}

.sub-nav ul li a img{
    position: relative;
    margin-top: -5px;
}

span.icon-bar {
    background: #fff;
}

/*Body*/

.fb-cont{
    background: #ffffff;
    box-shadow: 0 0 10px 0 #00000017;
}

.nwSlide{
    display: inline-block;
    width: 100%;
}

.nwSlide ol{
    background: #2d2d2d;
    float: right;
    position: relative;
    left: 0;
    text-align: left;
    margin: 0;
    width: 30%;
    bottom: 0;
}

.nwSlide .carousel-indicators li{
    width: auto;
    text-indent: initial;
    background: none;
    border: none;
    color: #fff;
    height: 75px;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    overflow: hidden;
    float: left;
}

.nwSlide .carousel-indicators li.active{
    background: #d41b1b;
}

.nwSlide .carousel-inner{
    width: 70%;
    float: left;
    height: 375px;
    overflow: hidden;
}

.nwSlide .carousel-inner img{
    width: 100%;

}

.carousel-inner>.item{
    height: 100%;
    background: #000000;
}

.nwSlide .carousel-caption{
    background: #000c;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 20px;
    font-size: 16px;
}

.nwSlide .carousel-caption a{
    color: #ffffff;
}

.carousel-nav{
    display: none;
}

.carousel-nav span.fa {
    position: absolute;
    top: 50%;
}

.mega_box {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.mega_title {
    background: #e71a1a url("../images/bar.png");
    text-align: center;
    font-size: 17px;
    font-family: Tahoma;
    color: #b11b1b;
    font-weight: bold;
    padding: 10px 0 8px;
    text-shadow: -1px -1px 0px #fff1ba, 1px 1px 0px #fff1ba, 1px -1px 0px #fff1ba, -1px 1px 0px #fff1ba;
}

.mega_title a {
    color: #e82323;
}

.mega_title h2{
    display: inline-block;
    margin: 0;
}

.tableborder{
    margin: 0;
}

.tableborder td, .tableborder th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
    vertical-align: middle !important;
}

.tableborder tr {
    background-color: #ffffff;
}


.tableborder td:hover {
    background-color: #f2f2f2;
}

.tableborder th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fff1ba;
    color: #444444;
    border-color: #dace9e;
}

.tableborder th a{
    color: #444444;
}
.tableborder th a:hover{
    color: #d41b1b;
}

.tableborder th h3, .tableborder td h3{
    display: inline-block;
    margin: 0;
}

.tableborder .jackpot, .tableborder .jackpot a {
    color: #e71a1a;
    font-weight: 700;
}

.tableborder td.num {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
}

.tablesm, .tablesm td, .tablesm th {
    font-size: 11px !important;
    padding: 5px !important;
}

.fb-league {
    background-color: #f5f5f5 !important;
    font-size: 15px !important;
    font-weight: 600;
    text-align: left;
    color: #d41b1b;
}

.fb-cal{
    width: auto;
}

.btn-more {
    background: #ff7715;
    border-radius: 0;
    margin-top: 10px;
	margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.btn-more:hover, .btn-more:focus{
    color: #ffe43a !important;
}

.tablecenter{
    text-align: center;
}

.gray{
    background: #f5f5f5;
}

.blue{
    background: #e6f7ff;
}

.tgray{
    color: #909090;
}

.bg_gray {
    background: #f8f8f8 !important;
}

.lgt{
    float: right;
}

span.yellow_card {
    background: #ffe03d;
    color: #bf8439;
    font-size: 11px;
    padding: 0 2px;
    margin: 0 4px;
}

span.red_card {
    background: #ff4848;
    color: #fff9fb;
    font-size: 11px;
    padding: 0 2px;
    margin: 0 4px;
}

.well-fb {
    background-color: #fff1ba;
    border-color: #e4d8a8;
    line-height: 22px;
}

.well-fb a{
    color: #b5212a;
}

.well-fb a:hover{
    text-decoration: underline;
}

.top-post {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #e1e1e1;
    display: inline-block;
}

.tp-d{
    height: 75px;
    overflow: hidden;
}

.recent-post {
    width: 100%;
    height: 80px;
    list-style-type: none;
}

.post-img img {
	width: 70px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

.top-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.post-dt img{
    margin: 0 auto;
    max-width: 100%;
    display: block;
    height: auto;
}

.mr-post{
    margin-bottom: 10px;
}

.side-news {
    background: #f3f3f3;
    margin-left: -15px;
    padding: 10px;
    margin-bottom: 15px;
}

.side-head {
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 500;
	text-transform:uppercase;
}

.date-range {
    display: inline-block;
    width: 100%;
}

.date-range input, .date-range button {
    float: left;
    width: auto;
    border-radius: 0;
}

.date-range input{
    width: calc(100% - 66px);
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
}

.date-range button{
    font-size: 20px;
    font-weight: 600;
    padding: 1px 10px 3px;
}

.xs-boxhead{
    border-bottom: solid 1px #ececec;
    margin-bottom: 20px;
    color: #b11b1b;
}

.xs-boxhead h1, .xs-boxhead h2{
    display: inline-block;
    margin-top: 0;
}

.cp-box {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #ececec;
    font-size: 1.2em;
}

.cp-box b{
    color: #d41b1b;
}

.cp-box-org {
    width: 100%;
    font-weight: 700;
    padding: 7px;
    background: #fff1ba;
    font-size: 1.2em;
    border: solid 1px #ddd;
    display: inline-block;
}

.cp-box-org h3{
    display: inline-block;
    margin: 0;
}

.table50 {
    width: calc(50%);
    float: left;
}

.table50:last-of-type {
    float: right;
}

.form-fb{
    display: inline-block;
    width: auto;
}

.mega_ketqua {
    display: inline-block;
    margin: 30px 0;
    text-align: center;
    width: 100%;
}

.mega_ketqua span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 11px;
    border-radius: 50%;
    margin: 0 3px;
    background: #fff;
    box-shadow: 0 0 0 3px #ececec;
}

.mega_ketqua span:nth-child(1){
    background: linear-gradient(to bottom, #2ab8e6 0%,#176680 100%);
}
.mega_ketqua span:nth-child(2){
    background: linear-gradient(to bottom, #a0c328 0%,#3e6d17 100%);
}
.mega_ketqua span:nth-child(3){
    background: linear-gradient(to bottom,#f0cb42 0,#a07c15 100%);
}
.mega_ketqua span:nth-child(4){
    background: linear-gradient(to bottom,#f09742 0,#da380a 100%);
}
.mega_ketqua span:nth-child(5){
    background: linear-gradient(to bottom,#e48585 0,#a22020 100%);
}
.mega_ketqua span:nth-child(6){
    background: linear-gradient(to bottom,#e069d2 0,#651963 100%);
}

span.mega_O {
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: #dd4914;
}

.footer{
    background: url("../images/ft.png");
    margin-top: 20px;
    padding: 20px 0;
    color: #757575;
}

ul.ft-nav {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #383838;
}

ul.ft-nav li{
    float: left;
    margin-bottom: 10px;
}

ul.ft-nav li a{
    color: #9e9e9e;
    padding-right: 15px;
    text-transform: uppercase;
}

ul.ft-nav li a:hover{
    color: #ffffff;
}

.category .top-img {
    float: left;
    padding-right: 10px;
}

.wp-pagenavi {
    clear: none;
    display: inline-block;
    float: right;
    padding: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #5bc0de;
    border-color: #46b8da!important;
    border-radius: 3px;
    color: #fff;
    float: left;
    padding: 3px 10px!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #31b0d5 none repeat scroll 0 0;
    border-color: #1b6d85;
}
.mega_title span {
    color: #e82323;
}
/*Responsive*/

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .logo {
        height: auto;
        width: 250px;
		padding-bottom:5px;
    }
    .navbar-fb li{
        display: block;
    }
    .sub-nav ul li a{
        font-size: 0;
    }
    .mr-post{
        width: 50%;
        float: left;
    }
    .side-news{
        margin-left: 0;
    }
    .fb-cal{
        width: 100%;
    }
}

@media (max-width: 425px) {
    .mr-post{
        width: 100%;
    }
    .tableborder td, .tableborder th{
        font-size: 12px;
    }
    .tableborder td.num{
        font-size: 14px;
    }
    .nwSlide ol{
        display: none;
    }
    .nwSlide .carousel-inner{
        width: 100%;
        height: auto;
    }
    .carousel-nav{
        display: block;
    }
    .mega_ketqua span{
        font-size: 20px;
        padding: 5px 6px;
    }
    .mega_title h2, .xs-boxhead h1, .xs-boxhead h2, .tableborder th h3, .tableborder td h3{
        font-size: 18px;
    }
}
nav.navbar-fb {
    background: #000!important;
}
.mega_title {
    background: #000!important;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
.aligncenter {margin: 0 auto;text-align: center;}
.tableborder th h3, .tableborder td h3 {
  font-size: 17px;
}
.post-dt > h4 {
   
}
.top-post.category {
  float: left;
  width: 100%;
}
.category .top-img img {
	height: 186px;
	width: 250px;
}
.wp-caption.aligncenter {
  max-width: 100%;
}
.post-dt a {
    color: dodgerblue;
}
@media (max-width: 500px) {
	.col-md-3 {
		clear: both;
	}
	.category .top-img {
	  margin-bottom: 10px;
	  width: 100%;
		padding-right: 0;
	}
	.category .top-img img {
		height: auto;
		width: 100%;
	}
}
.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}
.post-dt h2,
.post-dt h3{
	margin: 0 0 10px;
}
.single_detal h2,
.single_detal h2 *{
	font-size:20px !important;
	font-weight:700;
	line-height: 24px;
}
.single_detal h3,
.single_detal h3 *{
	font-size:18px !important;
	font-weight:700;
	line-height: 22px;
}
.single_detal h4,
.single_detal h4 *{
	font-size:16px !important;
	font-weight:700;
	line-height: 20px;
}
.single_detal h2,
.single_detal h3{
	margin-bottom: 10px;
}
/* relation post */
.relation {
 padding:6px;
 margin-top:20px;
 margin-bottom:5px;
 background-color:#f7f7f7;
 clear:both;
 text-align:left;
}
.relation ul {
 padding:0;
}
.relation ul li {
 padding:6px;
 display:list-item;
 list-style-type:square;
 margin-left:1.2em;
 border-bottom:dashed 1px #888
}
.relation ul li a{
	color:blue;
}
.wp-caption{
	width:auto !important;
	max-width:100%;
	text-align: center;
}
.wp-caption .wp-caption-text{
	text-align:center;
}
.single_detal{
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}
.single_detal p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}
.single_detal img{
	display: block;
	margin: 0 auto;
	width: 600px;
	max-width: 600px !important;
}
.h5 {
	margin:0 0 0 0;
	font-weight:500;
	line-height:1.5
}
.side-news ul {
	padding-left:20px
}
.top-post.category h3 {
	margin-top:0
}
.single_detal ol,
.single_detal ul {
	padding-left:20px
}
.top-post h4 {
	height:40px;
	overflow:hidden
}
.top-post .desc {
	height:60px;
	overflow:hidden
}
.side-news li{
	list-style:inside;
}
@media only screen and ( max-width: 480px) {
	.single_detal img {
		max-width:100%!important
	}
	.single_detal {
		font-size:14px
	}
	.top-post h4 {
	  height: auto;
	  overflow: visible;
	}
}