.is_desktop{

}
.is_mobile{
	display: none!important;
}


.box_charts .content table.table_charts tr .th_team .colteam .spn_flag_team{
    display: flex;
    justify-content: center;
    align-items: center;
}

header .navigation .main_nav .nav_content > li > a{
	padding: 0 5px;
}


@media screen and (max-width: 768px) {
	.is_mobile{
		display: block!important;
	}
	.is_desktop{
		display: none!important;
	}
	.box_top_category .list_news li .title{
	    flex: 1;
	}
	.box-pick .top-pick .cover .content .title{
	    font-size: 24px;
    	margin-bottom: 10px;
	}
	.box-pick .top-pick .pick_right li a {
	    font-size: 16px;
	    line-height: 1.5;
	}
	header .navigation .box_utility{
		display: block
	}
	header .navigation .mobile_nav_content:before{
		height: auto!important;
	}
	header .navigation .m-top-header .date img{
		height: 30px;
	}
}


@media screen and (max-width: 414px) {
	.box_tructiep .list_match li .team a{
		line-height: 1.3;
		white-space: inherit;
	}
	.box_tructiep .list_match li .team{
		white-space: inherit;
	}
	.box_tructiep .list_match li{
		padding: 10px 5px;
	}
	.box_tructiep .caption{
		padding: 15px;
	}
	.box_tructiep .list_match{
		margin: 0 -15px 15px;
	}
}
@media screen and (max-width: 360px) {
	header .navigation .m-top-header .col-left .logo a {
	    width: 120px;
	}
	header .navigation .m-top-header .date, .box_latest .content li .text .date {
	    font-size: 11px;
	}
	.box_utility .list_utility li a, .box_utility .list_tournamens li a .league-title{
		font-size: 9px;
	}
	.box-pick .top-pick .cover .content .title{
		font-size: 17px;
	}
	.detail_article .title, .list_news .title, .box_latest_more .title, .box_latest .title{
		font-size: 14px!important;
	}
	.box_latest .content li .thumb{
		width: 100px;
	}
	.box_video .content .left-style .first_news .title{
		font-size: 16px;
	}
	header .navigation .mobile_nav_content .menu .nav_content > li > a{
		font-size: 14px;
	}
	.box_top_category .big_title{
		font-size: 22px;
	}
	footer .info-footer .info-footer-content .col_app_com li{
		margin-right: 5px;
	}
	footer .tag-footer .key_footer_tag{
	    margin-bottom: 10px;
    	font-size: 12px;
	}
	footer .top-footer .top-footer-content .logo-footer{
		width: 120px;
		padding: 10px 0;
	}
	.box_logo_league ul li{
		width: 50%;
	}
	.title_quote span, .title_quote h1{
		font-size: 15px!important;
	}
	.box_tructiep .list_match li .score{
		width: 65px;
	}
	.box_tructiep .list_match li .score strong{
		font-size: 16px;
	}
	.box_tructiep .list_match li .team img{
	    max-width: 25px;
    	max-height: 25px;
	}
	.box_tructiep .list_match li .team a{
		font-size: 13px;
	}
	.detail_article .category_suggest .box .list_news li .thumb, .box_latest_more li .thumb{
		width: 108px;
	}
}

.video-facebook {
	text-align: center;
	padding: 10px 0 15px;
}