@charset "utf-8";
/* CSS Document */
/*fonttype*/
@font-face {
	font-family: 'robotoR';
	src: url('fonts/Roboto-Regular.eot');
	src: local('Ã¢ËœÂº'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}
@font-face {
	font-family: 'robotoB';
	src: url('fonts/Roboto-Bold.eot');
	src: local('Ã¢ËœÂº'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
}
@font-face {
	font-family: 'robotoCDB';
	src: url('fonts/RobotoCondensed-Bold.eot');
	src: local('Ã¢ËœÂº'), url('fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('fonts/RobotoCondensed-Bold.woff') format('woff'), url('fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
}
@font-face {
	font-family: 'robotoCDR';
	src: url('fonts/RobotoCondensed-Regular.eot');
	src: local('Ã¢ËœÂº'), url('fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('fonts/RobotoCondensed-Regular.woff') format('woff'), url('fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
}
@font-face {
	font-family: 'UTMCol';
	src: url('fonts/UTM_Colossalis.eot');
	src: local('Ã¢ËœÂº'), url('fonts/UTM_Colossalis.ttf') format('truetype'), url('fonts/UTM_Colossalis.woff') format('woff'), url('fonts/UTM_Colossalis.svg#UTM_Colossalis') format('svg');
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/*reset css*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
/*End reset css*/


* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	line-height: normal;
	box-sizing: border-box
}
img {
	border: 0 none;
	height: auto;
	width:100%;
	min-width:100%
}
*:focus {
	outline: none;
}
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;

	font-size: 0.1em;
	line-height: 0;
}
* html .pkg {
	display: inline-block;
	height: 1%;
}
.pkg {
* display: inline-block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	display: inline-block
}
a:hover {
	color: #ed1c24;
	text-decoration: none
}
body {
	background: #fff;
	visibility: visible !important;
    -webkit-font-smoothing: antialiased;
}

body.active .content_main,body.active .footer_main  {display:none}
html {
	font: 14px/18px 'robotoR', Arial, Helvetica, sans-serif;
	
	width: 100%;
	background: #fff;
	line-height: normal;
}
input[type="submit"], input[type="button"], input[type="text"] {
	border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	display: inline
}
.grid1000 {
	width: 100%;
	margin: 0 auto
}
.logo {
	margin: 7px 0
}
header{height:52px;}
.logo img{height:40px;width:auto}
.top_page {
	position: fixed;
	width:100%;
	z-index:999;
	height: 52px;
	padding-left:15px;
	text-align:left;
	background: #1a71be;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeecec', GradientType=0 );
}
.top_page.active{}
.right_top_page {

	text-align: right
}
.top_page .grid1000 {

}
.link_page {
	background: #405f9f;
	color: #fff;
	font-family: 'robotoCDR';
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 15px;
	margin-left: 10px;
	margin-bottom: 10px
}
.link_page:hover {
	color: #fff;
	text-decoration: underline
}
.right_top_page {
	padding: 0 0
}
.box_search {
	margin: 0 10px;
	background: #fff;
	border: 1px solid #ccc
}
.navigation {
	background: #327da9;
	height: 35px;
}
.menu_main li {
	float: left;
	padding: 0;
}
ul.menu_main > li:first-child {
	background: none;
	padding-left: 0
}
.menu_main li a {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	padding: 9px 7px;
	border-right: 1px solid #3b8dbb;
	font-size: 12px;
}
.menu_main li:hover a, .menu_main li.active a {
	background: #fff;
	height: 37px;
	border-right: 1px solid #fff;
	border-bottom: none;
	color: #b61d1d;
	margin-top: -2px;
}
.menu_main li a.icon_home {
	background: url(../images/icon_home_white.png) center center no-repeat;
	width: 35px;
	height: 18px;
	display: inline-block;
	height: 35px;
	display: block
}
.menu_main li.active a.icon_home, .menu_main li:hover a.icon_home {
	background-image: url(../images/icon_home.png);
	background-color: #fff;
	height: 37px
}
.bg_top {
	background: url(../images/bg_top.png);
	height: 120px;
	margin: 20px auto
}
.title_trend {
	color: #ed1c24;
	line-height: 28px
}
.trending {
	margin-bottom: 20px
}
.trending a {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #ddd;
	padding: 3px 10px;
	margin-left: 10px;
	font-family: 'Opensan', Arial, Helvetica, sans-serif;
	color: #555;
	cursor: pointer
}
.trending a:hover {
	background: #f6f6f6;
	color: #ed1c24
}
.trending a label {
	color: #ed1c24;
	cursor: pointer
}
.height_hotnews {
	height: 360px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px
}
.hot_news {
	position: relative;
	z-index: 2;
	background: #333;
}
.bg_hot_news {
	background: #333;
	position: absolute;
	width: 50%;
	height: 360px;
	right: 0;
	top: 0;
	z-index: 1
}
.thumbblock {
	position: relative;
	display: block;
	overflow: hidden;
}
.thumb_hotnews {
	width: 545px;
	height: 360px;
}
.thumb70x47 {
	width: 70px;
	height: 47px;
	border-left: 3px solid #ed1c24;
	padding-left: 2px;
	margin-right: 10px;
}
.info_hotnews {
	width: 630px;
	padding: 35px 30px 35px 30px
}
.title_hotnews {
	color: #fff;
	font-size: 25px;
}
.title_hotnews:hover, .title_other_hotnews:hover {
}
.sapo_hot_news {
	font-size: 15px;
	color: #bbb;
	margin: 15px 0;
	line-height: 20px;
	margin-bottom: 40px
}
.title_other_hotnews {
	font-weight: bold;
	color: #e7e7e7;
	display: block;
}
.col830 {
	width: 830px;
}
.col300 {
	width: 300px
}
.line {
	height: 1px;
	background: #ddd;
	border: none
}
.ads {
	margin-bottom: 15px
}
.title_list_news_three {
	font-size: 13px;
	color: #333;
	font-family: 'robotoB';
	line-height: 17px;
	margin-top: 5px
}
.thumb260x175 {
	width: 260px;
	height: 175px;
	margin-bottom: 10px;
	position: relative
}
.list_news_three {
	margin: 15px 0
}
.list_news_three li {
	float: left;
	width: 143px;
	margin-right: 15px
}
.list_news_three li:last-child {
	margin-right: 0
}
.tag_thumb {
	position: absolute;
	background: #ed1c24;
	padding: 3px 7px;
	font-size: 10px;
	color: #fff;
	bottom: -5px;
	display: inline-block
}
.line_bg {
	height: 13px;
	background: url(../images/bg_line.png);
	margin-bottom: 20px
}
.title_cate {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	display: block
}
.info_vertical_news {
	width: 520px;
	margin-left: 20px
}
.tag_cate {
	color: #888;
	text-transform: uppercase;
	display: inline
}
.time_cate {
	margin-bottom: 10px;
	color: #999;
	font-size: 12px
}
.time_news {
	color: #999
}
.box_list_vertical_news {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}
.tag_event {
	background: #ed1c24;
	padding: 3px 7px;
	font-size: 10px;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block
}
.tag_event:hover {
	color: #fff;
	background: #222
}
.sapo_news {
	color: #777;
	font-size: 13px;
	line-height: 17px;
}
.list_news_title {
	margin-top: 20px
}
.list_news_title li {
	background: url(../images/icon_dot_red.png) no-repeat left 5px;
	padding-left: 10px;
	margin-bottom: 10px
}
.list_news_title a {
	font-size: 13px;
	font-weight: bold;
	color: #555
}
.list_news_title a:hover {
	color: #ed1c24
}
.thumb550x368 {
	width: 550px;
	height: 368px
}
.info_slide_one {
	background: #333;
	width: 280px;
	float: left;
	padding: 20px
}
.bg333 {
	background: #333
}
.time_slide_one {
	font-family: 'SFUHel', Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/icon_clock_red.png) left center no-repeat;
	padding-left: 20px;
	font-size: 22px
}
.tag_live {
	font-size: 19px;
	line-height: 22px;
	background: #ed1c24 url(../images/dot_white_large.png) 60px no-repeat;
	padding: 4px 15px;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	padding-right: 30px
}
.col580 {
	width: 560px;
	border-right: 2px solid #ffd8dc;
	padding-right: 20px
}
.col280 {
	width: 270px;
	padding-left: 20px
}
.info_news_580 {
	width: 220px;
	margin-left: 25px
}
.thumb110x74 {
	width: 110px;
	height: 74px;
	margin-right: 10px
}
.tag_docquyen {
	background: #ed1c24 url(../images/star-white.png) 5px center no-repeat;
	padding: 1px 10px 1px 28px;
	color: #fff;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 8px;
	display: inline-block
}
.daily_poll {
	border-top: 3px solid #ed1c24;
	background: #222
}
.head_daily_poll {
	text-align: center;
	padding: 20px 20px 30px 20px
}
.title_daily_poll {
	display: inline-block;
	font-size: 34px;
	background: url(../images/icon_check_poll.png) left no-repeat;
	padding-left: 40px;
	line-height: 36px;
}
.list_select_poll li {
	float: left;
	width: 166px;
	position: relative;
	height: 166px
}
.thumb166x166 {
	width: 166px;
	height: 166px;
}
.select_poll {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	display: block;
	z-index: 2;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-family: 'Opensan', Arial, Helvetica, sans-serif
}
.select_poll:hover {
}
.select_poll.active .radio_poll {
	background: url(../images/icon_checked.png);
	width: 19px;
	height: 19px;
	top: 0
}
.radio_poll {
	background: url(../images/icon_none_check.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px
}


.footer_daily_poll {
	background: url(../images/bg_poll.jpg);
	padding: 10px 20px;
	text-align: center
}
.btn_select_poll {
	background: #fff;
	padding: 5px 60px;
	font-size: 18px;
	color: #ed1c24;
	display: inline-block
}
.head_thevoice {
	background: url(../images/head_thevoice.jpg);
	padding: 15px 70px;
	font-size: 20px;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	color: #fff
}
.content_thevoice {
	background: #f2f2f2;
	padding: 20px;
	border: 1px solid #ddd
}
.thumb36x36 {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	margin-right: 10px
}
.thumb36x36 img {
	width: 100%
}
.name_char {
	font-size: 18px;
	font-family: 'Opensan', Arial, Helvetica, sans-serif;
}
.proportion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 5px
}
.vote_thevoice {
	background: #db0f11;
	padding: 5px 8px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	display: inline-block
}
.vote_thevoice:hover, .vote_thevoice.active {
	background: #33ce60;
	color: #fff
}
.list_thevoice li {
	width: 46%;
	float: left;
	margin-right: 7%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd
}
.list_thevoice li:nth-child(2n) {
	margin-right: 0
}
.video_home {
	padding: 30px 0;
	background: #222
}
.title_cate_home {
	border-bottom: 1px solid #1a71be;
}
.name_title_cate_home {
    padding: 3px 0px;
    color: #1a71be;
    font-family: 'robotoB';
    font-size: 20px;
}
.name_title_cate_home:hover {
	color: #e2161d;
}
.title_cate_home.f20 {
	font-size: 18px;
	line-height: 22px
}
.list_news_two li.first a {
	font-size: 14px;
	line-height: 18px
}
.list_news_two li.second a {
	display: block
}
.list_news_two li.second {
	padding-left: 0;
	background: #f2f2f2;
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.thumb160x120 {
	width: 160px;
	height: 120px;
	margin-right: 15px
}
.icon_video_large {
	background: url(../images/icon_video_home.png);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}
.title_bg {
	background: rgba(0,0,0,0.6);
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	padding: 10px 20px
}
.title_bg:hover {
}
.thumb180x95 {
	width: 180px;
	height: 95px;
	margin-right: 20px
}
.thumb180x95:hover, .thumb180x95.active {
	border: 2px solid #ed1c24;
	background: #000
}
.thumb180x95:hover img, .thumb180x95.active img {
	margin: -2px;
	opacity: 0.5
}
.title_video_home {
	font-size: 14px;
	font-family: 'robotoR', Arial, Helvetica, sans-serif;
	display: block
}
.list_video_home li {
	padding: 6px 10px
}
.thumb110x60 {
	width: 110px;
	height: 65px;
	margin-right: 10px
}
.list_video_home li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
#scroll_video_home {
	width: 400px
}
.col48per {
	width: 48.5%
}
.col48per .list_news_two li.four {
	margin-bottom: 15px
}
.col48per .list_news_two li.four:last-child {
	margin-bottom: 0
}
.thumb170x115 {
	width: 170px;
	height: 115px;
	margin-right: 20px
}
.list_news_focal li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee
}
.list_news_focal li:last-child {
	border-bottom: none
}
.list_news_focal li a {
	display: block
}
.list_news_focal li a.f18 {
	font-size: 15px;
	line-height: 20px
}
.list_news_focal li a.tag_event {
	display: inline-block
}
.box_event_hot {
	padding: 10px;
	position: relative;
	background: #222
}
.thumb180x120 {
	margin-right: 15px;
	width: 180px;
	height: 120px;
}
.box_event_hot a {
	display: block
}
.more_event_hot {
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	background: #ED1C14 url(../images/arrow_white.png) 150px no-repeat;
	padding: 5px 30px 5px 15px;
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-size: 16px;
	color: #fff
}
.more_event_hot:hover {
	color: #fff
}
.news_update {
	border: 2px solid #e4e4e4;
	padding: 20px
}
.list_news_update li {
	background: url(../images/icon_dot_red.png) left 9px no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee
}
.list_news_update li a:hover {
	color: #ed1c24
}
.list_news_update li.active {
	opacity: 0.4
}
.col30per {
	width: 30.6%;
	margin-right: 4%
}
.news_show .col30per:last-child {
	margin-right: 0
}
.bg_title_small {
	background-image: url(../images/hed_title_red_small.png)
}
.thumb_show {
	width: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 100%;
	margin-top: -5px
}
.thumb_show img {
	width: 100%;
	height: 100%
}
.thumb120 {
	width: 100%;
	height: 120px
}
.list_news_two li {
	background: url(../images/arr_title.png) left 15px no-repeat;
	padding-left: 15px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee
}
.list_news_two li.first {
	background: none;
	padding-left: 0;
	width: 47%;
	margin-right: 6%;
	float: left;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.list_news_two li.first:nth-child(2n) {
	margin-right: 0
}
.list_news_two li.first a {
	color: #333;
	display: block
}
.list_news_two li:last-child {
	border-bottom: none;
	margin-bottom: 5px
}
.list_news_two li a {
	color: #333;
	font-size: 13px
}
.list_news_two li a:hover {
	color: #ed1c24
}
.list_news_right li {
	border: none;
	margin-top: 0;
	padding-top: 0;
	background-position: left 7px
}
.thumb170 {
	height: 170px;
	margin-bottom: 10px
}
.thumb170 img {
	width: 100%;
}
.bg_title_large {
	background-image: url(../images/hed_title_red.png) left no-repeat;
	padding-left: 20px;
}
.bg_title_large.f30 {
	font-size: 22px;
	line-height: 34px;
}
.list_sub_cate {
	margin-top: 3px;
	margin-left: 10px
}
.list_sub_cate li {
	float: left;
	border-left: 1px solid #ddd;
	line-height: 0;
	margin-top: 5px
}
.list_sub_cate li:first-child {
	border: none
}
.list_sub_cate li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	padding-right: 10px;
	;
	line-height: 13px
}
.list_sub_cate li a:hover {
	color: #ed1c24
}
.ttile_subcate {
	background: #f0f0f0;
	padding: 5px 15px
}
.ttile_subcate a {
	font-family: 'OpensanEXB', Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 14px
}
.thumb255 {
	height: 255px;
	width: 100%
}
.thumb255 img {
	width: 100%
}
.box_news_view {
	padding: 40px 0;
	background: #da2128
}
.head_box_news_view {
	background: url(../images/hed_title_white.png) left no-repeat;
	padding-left: 20px
}
.head_box_news_view * {
	line-height: 24px;
	color: #fff
}
.col900 {
	width: 900px
}
.list_news_view .col30per:last-child {
	margin-right: 0
}
.list_news_view a:hover {
	color: #FF0
}
.author_news_view {
	border-top: 1px solid #f2494f;
	margin-top: 10px;
	padding-top: 15px
}
.thumb50x50 {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 10px
}
.thumb50x50 img {
	width: 100%
}
.info_author {
	margin: 10px
}
.thumb320x215 {
	width: 320px;
	height: 215px;
}
.col600 {
	width: 600px;
	border-right: 1px solid #eee;
	padding-top: 20px;
	padding-right: 20px;
}
.col230 {
	width: 230px;
}
.thumb100 {
	height: 100px;
	width: 100%
}
.info_col600 {
	width: 230px;
	margin-left: 20px
}
.info_col600 .f22 {
	font-size: 18px
}
.thumb210x140 {
	width: 210px;
	height: 140px;
}
.list_video_bottom_home li {
	width: 270;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}
.list_video_bottom_home li:nth-child(3n) {
	margin-right: 0
}
.info_video_bottom_home {
	background: #222;
	padding: 10px 15px;
	position: relative;
	z-index: 2
}
.thumb150 {
	height: 150px;
	width: 100%
}
.title_video_bottom_home {
	width: 190px;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	color: #fff;
	height: 57px;
	overflow: hidden
}
.title_video_bottom_home:hover {
	color: #ED1C24
}
.time_icon_video {
	margin-top: -30px;
	text-align: center
}
.time_video_bottom {
	margin-top: 7px;
	color: #999;

	font-size: 13px;
}
.icon_video_small {
	background: url(../images/small_video_home.png) no-repeat;
	width: 29px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 5px
}
.bg_footer {
	padding: 15px;
	font-size: 13px;
	color: #666;
	background: #333;
	text-align: center;
}
.bg_footer p {
	margin-bottom: 5px
}
.bg_footer strong {
	font-family: 'robotoB'
}
.footer_left_one {
	color: #666;

}
.footer_left_two {
	width: 100%;
	
}
.footer_right {
	width: 100%;
	text-align: left
}
.list_footer li {
	background: url(../images/icon_dot_red.png) left no-repeat;
	padding-left: 15px;
	margin-bottom: 10px
}
.box_footer {
	padding-right: 50px;
	border-right: 1px solid #5b5b5b;
	margin-right: 30px
}
.search_footer {
	background: #535353;
	border-radius: 4px;
	padding: 8px;
	margin: 20px
}
.txt_search_footer {
	background: none;
	border: none;
	width: 350px;
	color: #fff
}
.btn_search_footer {
	background: url(../images/icon_search_footer.png);
	
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer
}
.thumb650x350 {
	width: 650px;
	height: 350px;
}
.title_cate_home a {
	display: inline-block
}
.col370 {
	width: 360px;
}
.col240 {
	width: 240px
}
.list_video li {
	margin-bottom: 17px
}
.list_video li a {
	display: block;
	font-family: 'robotoB';
	font-size: 16px;
}
.list_video li:last-child {
	margin-bottom: 0
}
.thumb95x65 {
	width: 95px;
	height: 70px;
	margin-right: 10px
}
.scroll-text {
	margin-left: 5px;
	width: 400px;
	height: 19px;
	overflow: hidden;
}
.scroll-text ul li {
	height: 18px;
	list-style: inside disc;
	font-size: 11px;
	line-height: 10px
}
.scroll-text ul li a {
	line-height: 18px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #555
}
/*css cate*/

.bg_top_cate {
	position: relative;
	background-position: center center;
	height: 250px;
	background-color: #222;
	background-repeat: no-repeat
}
.bg_gradient {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
height:250px background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.trending_top {
	margin: 7px 50px 0
}
.trending_top .title_trend {
	color: #333;
	margin-left: 5px
}
.trending_top a {
	margin-right: 10px;
	margin-left: 0
}
.name_cate {
	z-index: 3;
	color: #fff;
	position: relative;
	height: 250px
}
.head_cate {
	position: absolute;
	bottom: 20px;
}



.thumb500x335 {
	width: 500px;
	height: 335px;
	margin-right: 20px
}
.info_news_top_cate {
	float: left;
	width: 310px;
}
.info_news_top_cate .f30 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px
}
.list_tag_trend a {
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px
}
.head_tag_trend {
	border-top: 1px solid #d7d7d7;
	margin-bottom: 5px
}
.head_tag_trend span {
	background: #fff;
	padding-right: 10px;
	display: inline-block;
	margin-top: -10px;
	font-family: robotoCDB
}
.paging {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px
}
.paging a {
	background: #f3f3f3;
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
	display: inline-block;
	font-family: 'robotoR', Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 14px;
	margin: 0 5px
}
.paging a:hover, .paging a.active {
	background: #ed1c24;
	color: #fff;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;

	border: 1px solid #ed1c24;
}
.tag_key {
	background: #ed1c24;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 4px 15px;
	border-radius: 40px
}
.tag_key:hover {
	color: #fff
}
.slt_cate {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	font-family: 'robotoCDB', Arial, Helvetica, sans-serif;
	min-width: 180px;
	font-size: 15px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
}
.bg_black .list_head_cate li a{color:#fff}
.bg_black .list_head_cate{border-bottom:1px solid #666}
.breadcump {

	padding: 0;

}
.breadcump a {
	display: inline-block;
	font-family: 'robotoB';
	margin: -4px 3px 0;
	
}
.bread_right a {
	background: url(../images/dot_white.png) left center no-repeat;
	padding-left: 10px;
	font-family: 'robotoCDB';
	color: #777;
	font-size: 15px
}
.bread_right a:hover, .bread_right a.active {
	color: #b30614
}
.arr_bread {
	background: url(../images/arr_breadcump.png);
	width: 8px;
	height: 14px;
	display: inline-block;
	margin: 0 10px;
}
/*Detail*/
.col400 {
	width: 420px;
	border-right: 1px solid #eee;
	margin-right: 20px;
	padding-right: 20px;
	min-height: 400px
}
.col250 {
	width: 250px;
	margin-right: 10px;
}
.col450 {
	width: 450px;
}
.thumb400x265 {
	width: 400px;
	height: 265px;
}
.thumb250x165 {
	width: 250px;
	height: 165px;
}
.tag_red {
	color: #eb2537;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	margin-top: 5px
}
.thumb150x100 {
	width: 150px;
	height: 100px;
}
.right_news450 {
	width: 280px;
	float: left;
	margin-left: 15px
}
.list_news450 li {
	margin-bottom: 30px
}
.grid980 {
	width: 980px;
	margin: 0 auto
}
.col680 {
	width: 680px;
}
.title_detail_news {
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #333
}
.time_detail_news {
	margin: 5px 0px;
	font-size: 11px;
	color: #999
}
.time_detail_news a {
	display: inline-block
}
.icon_author {
	background: url(../images/icon_pen.png) left center no-repeat;
	color: #333;
	padding: 2px 0px 2px 18px;
	display: inline-block;
	margin-right: 10px
}
.icon_photographer {
	background: url(../images/icon_camera.png) left center no-repeat;
	color: #333;
	padding: 2px 0px 2px 21px;
	display: inline-block;
}
.share_detail {
	padding: 0;
	border-width: 1px 0;
}
.author {

	margin-right: 20px
}
.sapo_detail {
	color: #222222;
	/*font-family: 'robotoB', Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	margin-bottom : 15px;
	line-height:22px;
	text-align: justify;
    font-style: italic;
}
#cotent_detail, #cotent_detail * {
	font-size: 14px !important;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-family: Arial, sans-serif;
	text-align: justify;
}
#cotent_detail p,#cotent_detail div {
	margin-bottom: 15px;
}
#cotent_detail img {
	max-width: 100% !important;
	height:auto !important
	
}
#cotent_detail .note_images, .note_images {
	background: #f1f1f1;
	padding: 10px 15px;
	display: block;
	font-size: 14px;
	color: #999;
	text-align: center
}
.thumb290x194 {
	width: 290px;
	height: 194px;
}
.number_news {
	width: 20px;
	height: 20px;
	background: #ec1c24;
	font-size: 14px;
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
	float: left
}
.box_khachmoi {
	background: #f2f2f2;
	padding: 15px;
	margin: 15px 0
}
.content_question {
	border-left: 2px solid #eee;
	padding-left: 20px
}
.list_news_relation {
	width: 360px;
	margin-left: 10px
}
.list_news_relation li {
	margin-bottom: 20px
}
list_news_relation .f20 {
	font-size: 18px;
	line-height: 22px
}
.title_news_relation {
	width: 330px;
	float: left;
	margin-left: 10px;
	margin-top: -2px;
}
.tag_detail {
	padding: 0 0 10px 0;
	border-width: 0 0 1px 0;
	margin: 0 0 15px 0
}





.tag_detail strong {
	font-family: 'robotoCDB', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px
}
.tag_detail a {
	color: #666;
	padding: 3px 7px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
    text-transform: uppercase;
}
.tag_detail a:hover {
	color: #d41b21;
	text-decoration: none;
}
.box_input_ques {

	margin: 0 auto 30px
}
.head_box_chuyende_detail {
	font-size: 16px;
	font-family: 'robotoB';
}
.txt_input_ques {
	background: none repeat scroll 0 0 #F0F0F0;
	border: solid 1px #ccc;
	border-radius: 5px;
	color: #000!important;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px!important;
	font-weight: normal!important;
}
.txt_input_ques {
	margin-bottom: 10px;
	border: 1px solid #ddd !important;
	box-sizing: border-box;
}
.send_ques {
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 2px 10px;
	display: inline-block;
	border-bottom: 3px solid #ddd;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'robotoB';
	margin-top: 10px
}
.send_ques.bg_red {
	background: #b92f33 !important;
	border-color: #A01D22;
	color: #fff
}
.news_bottom_detail {
	margin-top: 15px;
	padding-bottom: 0
}
.news_bottom_detail li:last-child {
	margin-right: 0
}
.news_bottom_detail li {


	float: left;
	margin-bottom: 15px
}
.news_bottom_detail li:nth-child(4n) {
	margin-right: 0
}
.news_home_detail {
	margin-top: 15px
}
.news_home_detail li a {
	font-size: 14px;
}
.list_news_three_detail li {
	width: 210px
}
.thumb153x95 {
	width: 153px;
	height: 95px
}
.thumb153x95 img {
	width: 100%
}
.content_tab_detail {
	margin-top: 20px;
	vertical-align: inherit
}
.content_tab_detail * {
	vertical-align: bottom;
	font-size: 14px !important;
	font-family: Arial, sans-serif;
	line-height: 20px
}
.content_tab_detail p {
	margin-bottom: 10px;
}
.content_tab_detail table td {
	padding: 1px 5px
}
/*Back to top button */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px
}
#back-top a {
	width: 70px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity: 0.5
}
#back-top a:hover {
	color: #000;
	opacity: 1
}
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/icon_backtop.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/*Css profile*/
.grid900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 3
}
.top_profile {
	padding: 20px 20px 30px;
	min-width: 1100px;
	background: #fff
}
.menu_profile {
	margin: 20px 20px 0
}
.menu_profile a {
	display: inline-block;
	background: url(../images/arr-red.png) right no-repeat;
	padding-right: 15px;
	margin-left: 20px;
	font-family: 'SFDSB';
	color: #777;
	font-size: 15px
}
.menu_profile a:hover {
	color: #ed1c24
}
.box_search_profile {
	background: #ebebeb;
	padding: 7px 20px;
	width: 420px;
	border-radius: 50px;
	margin-top: 5px
}
.txt_search_profile {
	background: none;
	border: none;
	width: 350px;
	padding: 3px
}
.btn_search_profile {
	background: url(../images/icon_search.png);
	width: 22px;
	height: 22px
}
.cover_profile {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	background-position: center center;
	height: 250px;
	background-color: #222;
	background-repeat: no-repeat;
	-webkit-filter: blur(80px);
	-moz-filter: blur(80px);
	-o-filter: blur(80px);
	-ms-filter: blur(80px);
	filter: blur(80px);
	background-size: 100% 100% !important
}
.box_cover {
	height: 190px;
	overflow: hidden;
	position: relative
}
.name_figure {
	position: absolute;
	top: 30px;
	z-index: 9
}
.follow_figure {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 40px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 5px 20px;
}
.follow_figure:hover {
	background: #fff
}
.info_figure {
	background: #f3f3f3;

	padding: 50px 0 15px;
	position: relative;
	margin-bottom: 45px
}
.avar_cover {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: -180px;
	right: 0
}
.avar_cover img {
	width: 100%;
	border-radius: 100%;
}
.list_info_figure li {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	min-width: 270px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	float: left;
	margin-right: 50px;
	padding-right: 30px
}
.list_info_figure li:nth-child(2n+1) {
	clear: left
}
.tit_figure {
	color: #929292;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	font-family: 'SFDSB';
	margin-bottom: 5px
}
.content_figure {
	color: #222;
	font-size: 18px;
	font-family: 'SFDSB';
	text-transform: uppercase
}
.head_black {
	background: #444444;
	padding: 12px 15px;
	border-radius: 4px;
	color: #fff;
	font-family: SFDH;
	font-size: 16px;
	text-transform: uppercase
}
.content_story {
	margin: 15px 0;
	line-height: 24px
}
.content_story p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	line-height: 24px
}
.view_more {
	color: #888;
	font-family: 'robotoCDB';
	text-transform: uppercase;
	border: 2px solid #e3e3e3;
	border-radius: 40px;
	padding: 5px 20px;
	display: inline-block;
	font-size: 13px;
}
.list_social li {
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	height: 160px;
	text-align: center;
	width: 48%;
	margin-bottom: 20px;
	vertical-align: middle;
	padding: 25px 0
}
.list_social li:hover a {
	opacity: 0.3
}
.list_social li:nth-child(2n) {
	float: right
}
.title_list_paper_news {
	height: 66px
}
.list_paper_news li {
	border: 1px solid #ddd;
	display: inline-block;
	width: 280px;
	margin-bottom: 35px;
	margin-right: 26px
}
.list_paper_news li:nth-child(3n) {
	margin-right: 0
}
.list_other_nghesi li {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	background: #000;
	height: 230px;
	padding: 30px 0
}
.thumb120x120 {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 3px solid rgba(255,255,255,0.4);
	display: inline-block
}
.avar_nghesi {
	position: relative;
	z-index: 8
}
.avar_blur {
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	bottom: 0;
	background-position: center center;
	height: 250px;
	background-color: #000;
	background-repeat: no-repeat;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
	background-size: 100% 100% !important
}
.img_vip_profile {
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
	position: absolute;
	top: 0;
	background-size: 100% 100%;
	height: 600px;
	width: 100%;
	z-index: 0;
	background-color: #000
}
.cover_profile_vip {
	position: relative;
	height: 600px;
	overflow: hidden;
	text-align: center;
}
.zindex2 {
	z-index: 3;
	position: relative
}
.vip_profile_brown {
	background: #2f1f1a;
}
.vip_profile .follow_figure {
	font-size: 19px;
	border-width: 2px;
	padding: 5px 40px
}
.vip_profile .box_cover {
	height: auto;
	padding: 30px 0
}
.vip_profile .name_figure {
	position: relative;
	top: 0
}
.vip_profile .info_figure {
	background: none;
	margin-bottom: 0
}
.vip_profile .list_info_figure li {
	width: 265px;
	min-width: inherit;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
.vip_profile .list_info_figure li:nth-child(3n) {
	clear: inherit;
	margin-right: 0
}
.vip_profile .list_info_figure li:nth-child(3n+1) {
	clear: left
}
.vip_profile .list_info_figure li:nth-child(2n+1) {
	clear: inherit
}
.vip_profile .content_figure {
	color: #eee
}
.vip_profile .head_black {
	background: rgba(255,255,255,0.05);
	margin-bottom: 30px
}
.vip_profile .content_story p, .vip_profile .content_story div, .vip_profile .content_story li {
	color: #eee;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px
}
.vip_profile .content_story * {

	color: #eee;
	font-size: 16px;
	line-height: 24px
}
.vip_profile .view_more {
	color: rgba(255,255,255,0.5);
	border-color: rgba(255,255,255,0.5)
}
.vip_profile .list_social li {
	background: rgba(255,255,255,0.05);
	border-color: rgba(255,255,255,0.1);
	width: 31.3%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px
}
.vip_profile .list_social li:nth-child(2n) {
	float: left
}
.vip_profile .list_social li:nth-child(3n) {
	margin-right: 0
}
.vip_profile .list_paper_news li {
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.05)
}
.vip_profile .list_paper_news li .pad15 {
	padding: 15px 0
}
.vip_profile .title_list_paper_news {
	color: #eee
}
.vip_profile .title_list_paper_news:hover {
	color: #ed1c24
}
.vip_profile_cyan {
	background: #0b2c3b
}
.vip_profile_cyan .list_social li {
	width: 48%;
	margin-right: 0
}
.vip_profile_cyan .list_social li:nth-child(2n) {
	float: right
}
.vip_profile_black {
	background: #191919
}
.title_tvshow {
	z-index: 99;
	padding: 20px;
	font-size: 24px;
	font-family: 'robotoCDB';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center
}
.thumb350x180 {
	width: 350px;
	height: 180px;
	border-radius: 3px
}
.background_profile {
	-webkit-filter: blur(180px);
	-moz-filter: blur(180px);
	-o-filter: blur(180px);
	-ms-filter: blur(180px);
	filter: blur(180px);
}
.view_more:hover {
	background: #fff;
	color: #ed1c24
}
.other_nghesi .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border-radius: 100%
}
input.txt_sugges {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: #555;
	padding: 6px 12px;
	width: 380px;
	margin-top: -2px;
	margin-right: 20px
}
.ui-autocomplete {
	z-index: 99;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	width: 379px
}
.ui-autocomplete .ui-menu-item:hover {
	background: #f2f2f2
}
.ui-autocomplete .ui-menu-item:last-child {
	border-bottom: none
}
.ui-autocomplete .ui-menu-item img {
	max-height: 75px
}
.ui-autocomplete .ui-menu-item {
	border-bottom: 1px solid #ddd;
	padding: 10px
}
.ui-autocomplete .ui-menu-item:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.img_search {
	float: left;
	margin-right: 15px
}
.ui-autocomplete .info_search {
	width: 230px;
	float: left
}
.cate_search {
	color: #ed1b24;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold
}
.cate_search:hover {
	text-decoration: underline
}
/*End Css profile*/


/*404 page*/
.page404 {
	margin: 40px 0;
	min-height: 350px;
	/*background: url(../images/404.jpg) no-repeat 100%;
40px;*/
}
.page404 .error {
	font-size: 70px;
	color: #444;
	padding-top: 30px;
	text-transform: uppercase;
	letter-spacing: 2;
	margin-bottom: 30px;
}
.page404 .noti {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 30px;
}
.btn404 a {
	display: inline-block;
	border: 2px solid #ED1C24;
	border-radius: 30px;
	color: #ED1C24;
	padding: 10px 60px 10px 20px;
	background: url(../images/arrow.jpg) no-repeat 90% center;
	font-weight: bold;
}
.btn404 a:hover {
	opacity: 0.7;
}
.w770 {
	width: 760px !important
}
/*fix 9-5*/
.video_home .title_cate_home {
	margin-left: 25px
}
.list_video_top_home {
	margin: 0;
	background: #111;
	position: relative
}
.list_video_top_home .bx-wrapper .bx-controls-direction a {
	top: 16px;
	background: url(../images/arr_slide_video.png) no-repeat;
	width: 30px;
	height: 80px;
	opacity: 1
}
.list_video_top_home .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	background-color: rgba(238,28,37,1)
}
.list_video_top_home .bx-wrapper .bx-controls-direction .bx-next {
	right: -20px;
	background: url(../images/arrow_slide-right.png) no-repeat center center;
	background-color: rgba(238,28,37,0.8)
}
.list_video_top_home .bx-wrapper .bx-controls-direction .bx-prev {
	left: -20px;
	background: url(../images/arrow_slide.png) no-repeat center center;
	background-color: rgba(238,28,37,0.8)
}
.video_home {
	padding: 30px 0 0
}
.thumb180x95 {
	width: 150px;
	height: 80px
}
.list_video_home li {
}
.list_video_home li:hover a {
	color: #b90716
}
.title_video_home {
	margin: 5px;
	font-size: 12px;
	font-family: 'robotoR', Arial, Helvetica, sans-serif;
	color: #777
}
.list_video_home li.active .thumb180x95 {
	border: 2px solid #ed1c24;
	background: #000;
}
.list_video_home li.active .thumb180x95 img {
	opacity: 0.5;
}
.playing {
	position: absolute;
	color: #fff;
	z-index: 8;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -33px;
	display: none
}
.list_video_home li.active .playing {
	display: block
}
.list_news_view {
	padding: 20px 20px 0
}
.head_box_news_view {
	margin-left: 20px
}
.list_news_view .col30per {
	width: 32%;
	margin-right: 2%
}
.thumb260x175 {
	width: 100%;
	height: 165px;
}
.box_news_view {
	padding: 30px 0;
	margin-bottom: 30px
}
/*End fix 9-5*/

/*css toquoc*/
.content_main {
    
	width: 100%;
    margin-top : 0px;
	padding:15px;
	min-height: 400px
}
.top_bar {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.time_top {
	display: inline-block;
	margin-right: 15px
}
.box_search {
	border: 1px solid #ccc;
	padding: 1px;
	border-radius: 3px;
	margin:10px  2%;
	width:96%;
	
}
.bg_search{position:fixed;left:0;right:0;background:#efeeee;top:-1500px;border-top:1px solid #c6c6c6}
.bg_search.active{top:52px;}
.bg_search .btn_search {width:35px;height:35px;}
.txt_search {
	padding:9px 0 9px 9px ;
	width: 240px;
}
.btn_search {
	background:  url(../images/icon_search.png) center center no-repeat;
	width: 52px;
	height: 52px;
	text-indent: 999px;
	background-size:20px 20px;
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
}
.icon_PC{background:  url(../images/icon_PC.png) center center no-repeat;
	width: 56px;
	height: 52px;
	text-indent: 999px;
	background-size:auto 23px;
}
.icon_rss {
	margin: 3px 0
}
.col180 {
	width: 180px;
	margin-right: 15px
}
.title_list_news180 {
	font-family: 'robotoR';
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 5px 0
}
.list_news180 li {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px
}
.list_news180 li:last-child {
	border-bottom: none
}
.breadcump{position:relative;z-index:888;height:40px}
.btn_all_cate{background:url(../images/arr_down.png) right 6px no-repeat;padding:10px !important; padding-right:25px !important;margin:0 !important;}
.list_head_cate{border-bottom:1px solid #4a6aa2;padding-bottom:0px}
.list_head_cate > li{float:left;position:relative;}
.list_head_cate li a{font-family:'robotoB',Arial, Helvetica, sans-serif;color:#333;padding-bottom:0px;font-size:18px;line-height:21px;padding:0px 25px 5px 0 !important}
.list_cate.active{height:auto;overflow:visible;opacity:1;-webkit-transition: 0.5s;	-moz-transition: 0.5s;	transition: 0.5s}
.list_cate{position:absolute;background:#eee;left:0; top:28px;height:0;overflow:hidden;opacity:0;-webkit-transition: 0.5s;	-moz-transition: 0.5s;	transition: 0.5s}
.list_head_cate .list_cate li{padding:0 ;border-bottom:1px solid #aaa;display:block;float:none;min-width:200px}
.list_cate li:last-child{border-bottom:none}
.list_head_cate .list_cate a{font-size:14px;white-space:nowrap;color:#333 !important;padding:10px !important}
.list_cate li:hover{background:#ed1b24}
.list_cate li:hover a{color:#fff !important}
.subcate{margin-bottom:10px}
.subcate a{font-family:'robotoR';text-transform:uppercase}
.list_news_text{clear:both;}
.list_news_text .title_list_news180 {
	font-family: 'robotoR';
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 0 0
}
.list_news_text li {
	border-top: 1px dotted #ccc;
	padding-top: 7px;
	margin-top: 7px
}
.list_news_text li:last-child {
	border-bottom: none
}
.info_mobile a{display:block}
.thumb160x105{width:160px;height: 75px;margin-right:10px;}
.col460 {
	width: 460px;
}
.more_cate {
	background: #ccc;
	width: 20px;
	height: 20px;
	padding: 5px 8px
}
.thumb460x260 {
	width: 460px;
	height: 260px
}
.cl666 {
	color: #666
}
.thumb145x85 {
	width: 143px;
	height: 90px
}
.col345 {
	width: 345px;
	margin-left: 15px
}
.content_left {
	margin-bottom: 10px;
}
.thumb200 {
	width: 100%;
	height: 200px;
}
.list_news_two li.three {
	padding-top: 0;
	margin-top: 0;
	background: none;
	padding-left: 0;
	border: none
}
.list_news_two li.four {
	padding-top: 0;
	margin-top: 0;
	background: none;
	padding-left: 0;
	border: none
}
.list_news_two li.four a {
	display: block;
}
.list_news_two li.five:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none
}
.list_news_two li.five {
	background: none;
	padding-left: 0;
	padding-top: 15px;
	margin-top: 15px;
}
.list_news_two li.five a {
	display: block;
}
.col250 .list_news_two li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4
}
.col250 .list_news_two li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.col300 .list_news_two li.four {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4
}
.col300 .list_news_two li.four:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.thumb420x245 {
	width: 420px;
	height: 245px
}
.thumb160x100 {
	width: 160px;
	height: 100px;
	margin-right: 15px
}
.bg_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.title_bg {
	background: rgba(0,0,0,0.6);
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	padding: 10px 20px;
}
.col440 {
	width: 438px;
}
.col215 {
	width: 216px;
}
.title_photo_home {
	font-size: 14px;
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 10px;
}
.thumb215x127 {
	width: 216px;
	height: 127px;
}
.thumb260 {
	width: 100%;
	height: 259px;
	margin-bottom: 5px
}
.box_video_home {
	border: 3px solid #b90716;
	padding: 10px;
	position: relative
}
.name_title_video {
	background-position: 7px center;
	background-size: auto 19px;
	background-repeat: no-repeat;
}
.bg_red {
	/*background: #d41b21*/ background:#1F488E
}
.head_video {
	background: url(../images/head_video.png) no-repeat left top;
	height: 46px;
	padding-left: 15px;
	position: absolute;
	top: 3px;
	left: -15px;
	z-index: 9
}
.thumb215 {
	width: 100%;
	height: 215px;
}
.time_icon {
	font-size: 12px;
	background: url(../images/icon_time.png) center left no-repeat;
	display: inline-block;
	padding-left: 20px;
	color: #999
}
.box_25h {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-top: 2px solid #2f91b1
}
.head_25h {
	background: #199afe;
	padding: 3px 15px;
	font-family: 'robotoCDB';

	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 10px
}
.head_25h:hover {
	text-decoration: underline;
	color: #fff;
}
.thumb165 {
	height: 165px;
	width: 100%
}
.list_news_two_right li {
	padding: 10px 15px 0px 30px;
	background-position: 13px 16px;
	border-color: #ddd
}
.list_news_two_right {
	padding-bottom: 10px
}
.list_news_two_right li:first-child {
	margin-top: 0 !important
}
.thumb240 {
	height: 240px;
}
.box_tab {
	width: 100%;
	border: 1px solid #ddd;

}
.title_tab {
	margin-top: -2px
}
.title_tab li {
	list-style: none;
}
.title_tab li, .title_tab li a {
	display: inline-block
}
.title_tab li.active {
}
.title_tab li.active a {
    background: #1a71be;
    color: #fff;
}
.title_tab li a {
	position: relative;
	text-decoration: none;
	padding: 5px 15px;
	color: #adadad;
	text-transform: uppercase;
	font-family: 'robotoB';
	font-size: 15px;
}
.content_tab {
	background: #f4f4f4;
	padding-top: 5px;
}
.content_tab .list_news180 li {
	padding: 2px 10px
}
.content_tab .list_news180 li a {
	color: #666
}
.content_tab .list_news180 li a:hover {
	color: #d41b21
}
.thumb85x85 {
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px
}
.thumb85x85 img {
	width: 100%
}
.list_news_tab li a {
	display: block
}
.list_news_tab li {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd
}
.list_news_tab li:last-child {
	border-bottom: none
}
.tbl_bxh_left {
	width: 96%;
	margin: 0 2%
}
.tbl_bxh_left tr td {
	padding: 10px 10px;
	color: #666
}
.tbl_bxh_left tr.top_one td {
	font-family: Arial, Helvetica, sans-serif
}
.tbl_bxh_left tr:nth-child(2n) td {
	background: #f2f2f2
}
.tbl_bxh_left tr td:first-child {
	font-family: Arial, Helvetica, sans-serif
}
.tbl_bxh_left tr td img {
	margin: 3px 5px
}
.tbl_bxh_left tr th {
	font-family: 'robotoB';
	font-weight: normal;
	color: #666;
	padding-bottom: 5px
}
.letsop-leagues-selector {
	display: block;
	margin: 0 10px;
	width: 280px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tab-ctn {
	padding: 10px 20px 0;
}
.wg-dtl {
	margin-bottom: 3px;
	padding: 5px 2px 3px;
	border-bottom: 1px solid #eaeae9;
}
.wg-dtl:last-child {
	border-bottom: none
}
.wg-dtl .tlt {
	text-decoration: none;
	margin-bottom: 10px;
}
.tlt {
	font-family: robotoB;
	color: black;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
select.weather {
	border: 1px solid #ccc;
	width: 130px;
}
.sub-tlt {
	color: #222;
	font-family: robotoB;
	line-height: 17px;
}
.wg-dtl .sub-tlt {
	color: #444;
	font-size: 11px;
	width: 60px;
	padding: 5px 0;
}
span.weather {
	overflow: hidden;
	width: 55px;
	min-height: 40px
}
.temp {
	color: #555;
	font-size: 11px
}
.temp span {
	font-size: 15px;
	font-family: 'robotoB';
}
.tbl_Utilities {
	width: 300px;
	margin: 0 -1px -1px
}
.tbl_Utilities td {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ddd
}
.slide_photo_home {
	background: #1f1f1f;
	padding: 10px
}
.slide_photo_home .list_news_two {
	margin: 0 10px
}
.thumb80 {
	width: 100%;
	height: 80px;
	margin-bottom: 5px
}
.footer_main {
	border-top: 1px solid #ddd;
	box-shadow: 0px 5px 6px 2px rgba(0,0,0,0.1);
	background: #f1f1f1;
}
.menu_footer {
}
.menu_footer li {
	display:block;
	float:left;
	padding: 10px 3%;
	width:50%;

}
.bg_white{background:#fff}

.menu_footer li:after{content:'+';float:right;font-family:'robotoB';color:#666666}
.menu_footer li a {
	font-family: 'robotoB';

	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
}
.list_news_topcate li a {
}
.list_news_topcate li:first-child {
	padding-top: 0
}
.list_news_topcate li {
	padding: 15px 0;
	border-bottom: 1px solid #eee
}
.list_news_topcate li:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.thumb120x90 {
	width: 120px;
	height: 90px;
	margin-right: 10px
}
.col48per.boder_left {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	width: 315px;
	box-sizing: content-box
}
.col48per.boder_right {
	border-left: 1px solid #ddd;
	padding-left: 15px;
	width: 314px;
	margin-left: -1px;
	box-sizing: content-box
}
.col48per.left {
	padding-right: 15px;
	width: 50%;
	margin-right: -2px;
}
.col48per.right {
	border-left: 1px solid #ddd;
	padding-left: 15px;
	width: 50%
}
.thumb205x135 {
	width: 205px;
	height: 135px;
	margin-right: 15px
}
.info_cate {
	width: 440px
}
.col440 {
	width: 440px
}
.col440 .info_cate {
	width: 260px
}
.col200 {
	width: 200px
}
.col500 {
	width: 520px;
	padding-left: 20px
}
.thumb165x120 {
	width: 165px;
	height: 120px;
	margin-right: 15px
}
.thumb140 {
	height: 140px;
	width: 100%
}
.list_news_relation_top {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 20px
}
.head_relation {
	font-family:'robotoCDB', Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	background: #fff;
}
.list_news_relation_top ul {
	margin: 10px 0 15px;
    margin-left: 0;
}
.list_news_relation_top ul li {
	padding-left: 14px;
    color: #3681ac;
    font-size: 10px;
    margin-bottom: 5px;
    position: relative;
}
.list_news_relation_top ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #3681ac;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    top: 7px;
    left: 0;
}
.list_news_relation_top ul li a {
	color: #3681ac;
	font-size: 13px
}
.list_news_relation_top ul li a:hover {
	color: #d41b21
}
/*Live stream*/

.live-stream-match {
	overflow: hidden;
	padding: 0px;
	margin: 30px 0
}
.live-stream-match img {
	width: 100px;
	height: auto;
}
.live-stream-match .team-flag {
	text-align: center;
}
.name_match {
	width: 30%;
	margin: 0 auto;
	color: #217cb5;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.live-stream-match .match-info .time {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	border: 1px dashed #666;
	margin: auto;
	font-size: 18px;
}
.live-stream-match .match-info .team {
	width: 34%;
}
.live-stream-match .match-info .score {
	width: 30%;
	margin: auto;
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block
}
.live-stream-match .match-info .stadium {
	border-radius: 5px;
	padding: 5px;
	line-height: 20px;
	border: 1px solid #ddd;
	width: 30%;
	margin: auto;
}
.live-stream-match .match-info .stadium strong {
	line-height: 20px;
	margin-bottom: 5px;
	display: block
}
.live-stream-match .time_match {
	color: #999
}
.live-stream-match .home {
	float: left;
}
.live-stream-match .away {
	float: right;
}
.live-stream-match .match-info {
	text-align: center;
}
.live-stream-match .team-name {
	display: block;
	line-height: 215%;
	text-align: center;
	margin-top: 10px;
	font-size: 30px;
}
.live-stream-match .activities {
	font-size: 12px;
	margin-top: 10px;
}
.live-stream-activity .type {
	width: 10%;
	float: left;
	padding-top: 15px;
	min-width: 40px;
}
.live-stream-activity {
	overflow: hidden;
}
.live-stream-activity:last-child .content-wrapper {
	border-bottom: none
}
.live-stream-activity .content-wrapper {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 89%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	padding: 15px;
}
.live-stream-activity .content-wrapper .minute {
	display: inline-block;
	margin-top: 15px;
	font-size: 20px !important;
	font-weight: bold;
	margin-right: 15px
}
.sprite.default {
	background-image: none;
}
.sprite.goal {
	background-position: 0 0;
}
.sprite.red_card {
	background-position: 0 -75px;
}
.sprite.substitute {
	background-position: 0 -155px;
}
.sprite.yellow_card {
	background-position: 0 -228px;
}
.sprite.goal_miss {
	background-position: 0 -308px;
}
.sprite.gold_medal {
	background-image: url('../images/Gold_Medal.png') !important;
}
.sprite.silver_medal {
	background-image: url('../images/Silver_Medal.png') !important;
}
.sprite.bronze_medal {
	background-image: url('../images/Bronze_Medal.png') !important;
}
.sprite.video_icon {
	background-image: url('../images/Video_Icon.png') !important;
}
.sprite.start_match {
	background-image: url('../images/start-match.png') !important;
}
.sprite.end_match {
	background-image: url('../images/end-match.png') !important;
}
.su-tabs-pane {
	padding: 0;

	border-top: 1px solid #ddd;
	line-height: 28px;
	font-size: 13px !important;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	color: #333;
}
.text-right {
	text-align: right;
}
.info_gray {
	background: #f2f2f2;
	padding: 10px 15px
}
.txt_date {
	border: 1px solid #ddd !important;
	padding: 5px;
	margin-left: 10px;
	background: url(../images/icon_calendar.jpg) 5px center no-repeat;
	padding-left: 30px
}
.tbl_contact {
	width: 100%;
}
.tbl_contact td {
	padding: 10px  ;
	vertical-align:middle
}
.txt_contact {
	border: 1px solid #ddd !important;
	padding: 10px;
	border-radius: 3px;
	width: 100%
}
.btn_send {
	background: #bc0716;
	border-radius: 3px;
	padding: 10px 20px;
	color: #fff;
	font-family: 'robotoB';
	cursor: pointer
}
.list_news_relation_top .slie_photo_detail li {
	margin: 0;
	background: none;
	padding: 0
}
.list_news_relation_top .slie_photo_detail li a {
	font-size: 13px;
	display: block
}
.list_news_relation_top .slie_photo_detail {
	margin-left: 0
}
.list_news_relation_top .bx-wrapper {
	margin-bottom: 15px !important
}
.list_news_relation_top .bx-wrapper .bx-controls-direction a {
	top: 38px;
	padding: 20px 15px;
	background-color: rgba(0,0,0,0.8);
}
.list_news_relation_top .bx-wrapper .bx-next {
	right: 0
}
.list_news_relation_top .bx-wrapper .bx-prev {
	left: 0
}
.list_news_relation_top .bx-wrapper .bx-viewport {
	height: auto !important
}
.note_photo {
	background: #f2f2f2;
	margin: 0 auto 20px;
	display: inline-block;
	text-align: center;
	padding: 5px
}
.list_photo_video li {
	width: 32.3%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	min-height: 270px
}
.list_photo_video li:nth-child(3n+1) {
	clear: left
}
.list_photo_video li:nth-child(3n) {
	margin-right: 0
}
.head_video_hot {
	border-top: 2px solid #b90716;
	margin-top: 5px
}
.head_video_hot span {
	display: inline-block;
	background: #fff;
	padding-right: 15px;
	color: #222;
	font-family: 'UTMCol';
	font-size: 16px;
	text-transform: uppercase;
	background: #fff url(../images/icon_clip_black.png) left no-repeat;
	background-size: auto 21px;
	padding-left: 30px;
	margin-top: -12px
}
.thumb120x75 {
	width: 125px;
	height: 75px;
	margin-right: 15px
}
.thumb90x90 {
	width: 90px;
	height: 90px
}
.event_top {
	margin: 10px auto 0;
	font-size: 12px
}
.event_top a {
	margin-left: 10px;
	color: #888
}
.col420 {
	width: 420px;
}
.col420.border_right {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	padding-bottom: 20px
}
.news_four_home li {
	width: 48%;
	margin-right:4%
}
.news_four_home li:nth-child(2n){margin-right:0}
.news_four_home li:nth-child(3n){clear:none}
.news_four_home li a {
	font-family: 'robotoB';
	font-size: 16px;
}
.bg_blue{background: #141d3a;
    margin: 0 -15px;
    padding: 15px;}
.bg_blue .list_video li a{color: #fff}
.bg_blue .sapo_news{color: #b5b5b5;}
.bg_blue  .news_four_home li a{color: #FFFFFF}
.bg_blue  .title_cate_home{border-color: #fff}
.bg_blue  .name_title_cate_home{color: #fff}
.list_news_thumb li{margin: 10px 0}
.list_news_thumb li:last-child{margin-bottom: 0}
.list_news_thumb li:after{clear: both;display: block;content: '';height: 0.1}
.thumb158x105 {
	width: 158px;
	height: 105px
}
.thumb158x105 img {
	width: 100%
}
.bg_gray {
	background: #f7f7f7;
	padding: 15px
}
.bg_gray2 {
	background: #e9e9e9;
	padding: 15px
}
.col160 {
	width: 160px;
}
.list_news_three_photo li {
	width: 32%;
	margin-right: 2%;
	float: left
}
.list_news_three_photo li:last-child {
	margin-right: 0
}
.thumb210 {
	height: 210px;
	width: 100%
}
.col230.border_right {
	padding-right: 15px
}

.border_right {
	border-right: 1px solid #ddd
}
.col440 {
	border-left: 1px solid #ddd;
	padding-left: 15px;
	width: 451px;
	margin-left: -1px
}
.col440 .list_news180 li {
	margin-bottom: 12px;
	padding-bottom: 12px
}
#tabs_news {
	background: #f4f4f4;
	padding: 0 7px 7px 7px;
	border-top: 2px solid #d3d3d3
}
.footer_black {
	background: #f1f1f1;
	padding: 10px 0
}
.footer_gray {
	background: #c2c2c2;
	padding: 10px 0;
	font-size: 13px;
}
.icon_contact {
	background: url(../images/icon_mail.png) left no-repeat;
	padding-left: 30px;
	border-right: 1px solid #999;
	padding-right: 15px;
	margin-right: 15px
}
.icon_RSS {
	background: url(../images/rss_footer.png) left no-repeat;
	padding-left: 20px
}
.col440.border_right {
	border-right: 1px solid #ddd;
	border-left: none;
	padding-left: 0;
	padding-right: 15px
}
.name_author {
	color: #3681ac;
	font-family: 'robotoB';
	font-size: 11px;
	text-transform: uppercase
}
.head_blue {
	background: #3681ac;
	font-family: 'UTMCol';
	text-transform: uppercase;
	color: #fff;
	padding: 5px 7px;
	text-align: center
}
.list_two_news li {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px
}
.list_two_news li:nth-child(2n) {
	margin-right: 0
}
.list_two_news li:nth-child(2n+1) {
	clear: left
}
.thumb345 {
	height: 345px;
	width: 100%
}
.content_main_photo {
	min-height: inherit
}
.bg_black {
	background: #333;

}
.list_video_cate li {
	height: auto;
	min-height: inherit
}
.desc_video_right {
	width: 208px;
	float: left;
	padding: 10px;
	height: 90px
}
.list_video_right li {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	height: 90px;
	margin-bottom: 15px
}
.h51 {
	height: 51px;
	overflow: hidden
}
.content_detail_photo {

}
.content_detail_photo .col600 {
	margin: 0 auto;
	border: none;
	width:auto;
}
.share_top_photo {
	position: absolute;
	top: 20px;
	right: 30px
}
.note_detail_photo {
	width: auto;
	display: inline-block;
	margin: 10px 0
}
.sapo_slide {
	max-width: 800px;
	margin: 0 auto;
	font-size: 13px
}
#lightgallery li {
	margin-bottom: 20px
}
.info_event{width:500px	}
.thumb325x190{width:325px;height:190px;}
.sapo_event{width:340px;margin-left:15px;float:left}
.tag_innews,.tag_innews a{color:#337eaa;font-size:11px;}
.tag_innews a:hover{text-decoration:underline}

input[type=file] {

position: relative;
-webkit-box-sizing: border-box;
}

input[type=file]::-webkit-file-upload-button {
width: 0;
padding: 0;
margin: 0;
-webkit-appearance: none;
border: none;
}

/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */
x::-webkit-file-upload-button, input[type=file]:after {
content: 'Browse...';
display: inline-block;
left: 100%;
margin-left:3px;
position: relative;
-webkit-appearance: button;
padding: 3px 8px 2px;
}
.txt_upload{border:1px solid #ddd}
.btn_upload{ margin-left:100px; padding:5px 20px;border:1px solid #ccc !important;border-radius:40px;cursor:pointer;background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );}
.title_box_bussines{width:115px;margin-left:8px;float:left;height:70px;overflow:hidden;display:inline-block;font-size:12px;padding:5px 5px 5px 0}
.box_bussines ul li{background:#e6e6e6}
.box_bussines .thumb110x74{margin-right:0}
.box_bussines  .bx-wrapper .bx-prev{background:url(../images/pre_profile.png) no-repeat;left:auto;right:25px;background-size:12px;}
.box_bussines  .bx-wrapper .bx-next{background:url(../images/next_profile.png) no-repeat;right:0;background-size:12px;}
.box_bussines .bx-wrapper .bx-controls-direction a{top:-42px;}
/*set block*/
.mar_left15 {
	margin-left: 15px
}
.text_up {
	text-transform: uppercase
}
.text_center {
	text-align: center
}
.text_left {
	text-align: left
}
.tex_under{text-decoration:underline}
.h66 {
	height: 66px;
}
.fontRobotoR {
	font-family: 'robotoR', Arial, Helvetica, sans-serif;
	font-weight: normal
}
.fontRobotoB {
	font-family: 'robotoB', Arial, Helvetica, sans-serif;
	font-weight: normal
}
.fontRobotoCDR {
	font-family: 'robotoCDR', Arial, Helvetica, sans-serif;
	font-weight: normal
}
.fontRobotoCDB {
	font-family: 'robotoCDB', Arial, Helvetica, sans-serif !important;
	font-weight: normal
}
.fontbold {
	font-weight: bold
}
.pad15 {
	padding: 15px
}
.mar_right5 {
	margin-right: 5px
}
.mar5 {
	margin: 5px 0!important
}
.mar10 {
	margin: 10px;
}
.padtop20 {
	padding-top: 20px
}
.pad10 {
	padding: 10px;
}
.mar_bottom5 {
	margin-bottom: 5px
}
.mar_bottom10 {
	margin-bottom: 10px
}
.mar_bottom15 {
	margin-bottom: 15px
}
.mar_bottom20 {
	margin-bottom: 20px
}
.mar_bottom25 {
	margin-bottom: 25px
}
.mar_bottom30 {
	margin-bottom: 30px
}
.mar_bottom40 {
	margin-bottom: 40px
}
.mar_top5 {
	margin-top: 5px
}
.mar_top10 {
	margin-top: 10px
}
.mar_top15 {
	margin-top: 15px
}
.mar_top20 {
	margin-top: 20px
}
.mar_top25 {
	margin-top: 25px
}
.mar_top30 {
	margin-top: 30px
}
.mar_top40 {
	margin-top: 40px
}
.cl999 {
	color: #999
}
.clff7474 {
	color: #ff7474
}
.clwhite {
	color: #fff !important
}
.clred {
	color: #b90716!important
}
.clgreen {
	color: #33ce60
}
.f12 {
	font-size: 12px !important;
	line-height: 16px
}
.f13 {
	font-size: 13px !important;
	line-height: 17px
}
.f14 {
	font-size: 14px !important;
	line-height: 18px
}
.f16 {
	font-size: 16px !important;
	line-height: 20px
}
.f18 {
	font-size: 18px;
	line-height: 22px
}
.f26 {
	font-size: 26px;
	line-height: 30px
}
.f20 {
	font-size: 20px;
	line-height: 24px
}
.f22 {
	font-size: 22px;
	line-height: 26px
}
.f24 {
	font-size: 24px;
	line-height: 28px
}
.f30 {
	font-size: 30px;
	line-height: 34px
}
.f50 {
	font-size: 50px;
	line-height: 54px
}
.txt_tag{font-family:'robotoB';font-size:18px;text-transform:uppercase;color:#67abd2;padding:0 0 5px 0}
.txt_tag span{color:#333 !important}
.box-rel{
    border: 1px solid #ddd;
    padding: 10px;
    background: #f6f6f6;
}
.box-rel:after,.box-rel-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.box-rel-list li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.box-rel-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.box-rel-list li a.thumb-rel {
    width: 120px;
    height: 82px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.box-rel-list li img {
    width: 100%;
    min-width: inherit;
}
.box-rel-list li a {
	text-align:left;
    display: block;
}
.box-rel-head {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: -21px 0 10px;
    background: #fff;
    padding: 0px 7px;
    border: 1px solid #ddd;
}

/*Css menu mobile*/

.top_page .bg_footer{padding-bottom:52px;}
.menu_mobile{-webkit-overflow-scrolling: touch;

-webkit-overflow-scrolling: auto; position:relative;background:#666;left:0px;opacity:0;top:-1500px; -webkit-transition: all 0.4s ease;
			  transition: all 0.4s ease;overflow-y:auto;width:100%;z-index:888 }
.menu_mobile.active{opacity:1;top:51px; -webkit-transition: all 0.4s ease;
			  transition: all 0.4s ease; bottom:0;}
.menu_other{padding-bottom:15px;border-bottom:1px dotted #999}
.menu_other li{width:46%;display:inline-block;background:#888;margin:1% 1.5%;border-radius:4px;border:1px solid #555;text-align:center}
.menu_other li:hover a{background:#ed1b24;color:#fff;}
.menu_other li a{display:block;padding:10px ;;text-align:left;font-family:'robotoR';font-size:14px;color:#fff;text-transform:uppercase;text-align:center;border-radius:4px;}
.button_menu_mobile.active{background:#666}
.button_menu_mobile.active:after{background:url(../images/arr_menu_active.png)}
.button_menu_mobile.active  .open span{background-color:#fff}
.link_menu{width:46%;background:#25a3ef;margin:10px 2%;padding:7px 10px;border-radius:3px;color:#fff;border:1px solid #80cfff;max-width:160px}
.menu_choice li{text-align:center;background:#fff;border-radius:4px;padding:10px 0;display:inline-block;color:#444;width:30%;border-bottom:none;margin-bottom:2%;float:none;margin:1% 0 1% 2%}
.menu_choice li:nth-child(3n){margin-right:0}

.menu_choice li a{color:#444;font-size:12px;text-transform:uppercase;padding:0;display:block;text-align:center}
.menu_choice li .icon_menu{width:auto;height:22px;min-width:inherit;margin-bottom:6px}
.head_other_cate{color:#fff;border: 1px dotted #999;padding:10px 0;margin:10px;border-width:1px 0;text-align:left}
.open {
position: relative;

width: 52px;
height: 52px;
display: block;
cursor: pointer;
-webkit-transition: opacity 0.2s linear;
	  transition: opacity 0.2s linear;
}
.open:hover {
opacity: 0.8;
}
.open span {display: block;float: left;clear: both;height: 3px;width: 26px;background-color: #fff;position: absolute;right: 13px;top: 9px;overflow: hidden;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.open span:nth-child(1) {
margin-top: 8px;
z-index: 9;
}
.open span:nth-child(2) {
margin-top: 15px;
}
.open span:nth-child(3) {
margin-top: 22px;
}

.button_menu_mobile{ -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;z-index:9999;
	  position:relative;
	  /*background:#347faa*/
	  }
/*.button_menu_mobile:after{background:url(../images/arr_menu.png);width:39px;height:52px;position:absolute;display:inline-block;content:'';right:-35px;top:0}*/

.button_menu_mobile.active .open span:nth-child(2) {
  overflow: visible;
}
.button_menu_mobile.active .open span:nth-child(1), .button_menu_mobile.active .open span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
		  transform: rotate(45deg);
}
.button_menu_mobile.active .open span:nth-child(1) {
	 margin-top: 0px;
  -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
	  -ms-transform: rotate(45deg) translateY(12px) translateX(12px);
		  transform: rotate(45deg) translateY(12px) translateX(12px);
}
.button_menu_mobile.active .open span:nth-child(2) {
  opacity:0
}
.button_menu_mobile.active .open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
	  -ms-transform: rotate(-45deg) translateY(-10px) translateX(10px);
		  transform: rotate(-45deg) translateY(-10px) translateX(10px);
		  margin-top:31px
}

.thumb80{height:130px;}

#cotent_detail .head_giaoluu{border:1px solid #cbe1f7;text-transform:uppercase;padding:5px 15px;font-family:'robotoB' !important;color:#315a84}
.icon_help{background:url(../images/icon-ques.png);width:37px;height:37px;display:inline-block;position:absolute;left:15px;top:15px}
.icon_user{background:url(../images/defaul_user.png);width:40px;height:40px;display:inline-block;position:absolute;left:10px;top:15px;border-radius:100%;overflow:hidden;background-size:auto 100%;border:1px solid #cbe1f7}
.content_answer{border-radius:5px;padding:15px 15px 5px 60px;border:1px solid #cbe1f7;margin:20px 0;position:relative}
.content_question{background:#cbe1f7;border:none;border-radius:5px;padding:15px 15px 15px 60px;position:relative}
.content_question:after{bottom: -23px;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #cbe1f7;
    border-width: 12px;
    margin-left: -8px;}
	.list_guests{text-align:center;}
	.list_guests,.list_guests li{margin:0 !important;padding:0 !important;list-style:none !important;}
	.list_guests  li {width:100%;display:inline-block;padding:5px 0 5px 10px!important;box-sizing:border-box} 
	#cotent_detail  .list_guests  li div,#cotent_detail  .list_guests p{margin-bottom:0px !important;line-height:14px !important;font-size:12px !important}
	.info_guests{margin-left:10px;text-align:left;width:calc(100% - 80px);float:left}
	.thumb150x150{width:70px;height:70px;float:left;border:2px solid #fff}
	.thumb150x150 img{width:100%}
	.box_guests{padding:0;background: #ebf1f7;border:2px solid #b7bfc7;border-width:3px 0;line-height:inherit !important;margin-top:5px}
	.info_news_right a{display:block;}
	.info_news_right {float:left;margin-left:15px;width:210px}
	
	
@media screen and (max-width: 480px)
{
	.thumb80{height:95px;}
	.live-stream-activity .type{width:100%;border-bottom:1px dashed #ccc;text-align:center}
	.live-stream-activity .content-wrapper{border-left:none;padding-left:0;width:100%;padding-right:0;padding-bottom:0}
	.txt_date {
	margin-top:5px;
	border: 1px solid #ddd !important;
	padding: 5px;
	width:100%;
	margin-left:0;
	background: url(../images/icon_calendar.jpg) 5px center no-repeat;
	padding-left: 30px;
}
.thumb240{height:auto}
.logo{margin: 14px 0 0;}
.logo img{height: 22px;width:auto;}
.tbl_contact td{display:block;text-align:center;padding:10px 0}
.btn_upload{float:none;margin-left:0;margin-top:10px}
x::-webkit-file-upload-button, input[type=file]:after {left:70%}

.icon_contact{margin-bottom:10px}
.top_page .bg_footer{text-align:center}
.top_page .bg_footer .fl,.top_page .bg_footer .fr{float:none;}
.top_page .bg_footer  .footer_right{text-align:center}
.thumb160x105{width:40%;height: 85px;margin-bottom:5px;}
.title_detail_news{font-size:24px;line-height:28px;margin-bottom:7px !important}
}
@media screen and (max-width: 320px)
{
	.thumb80{height:80px;}
	.author {float:none}
	.share_detail {float:none;width:100%;margin-top:5px;}
	.share_detail img{max-width:100%;width:auto;min-width:inherit}
}
ins.adsbygoogle { background: transparent !important; }

#cotent_detail table span[data-mce-mark="1"] {
    display: block;
    padding: 0 10px;
}
.bg_footer *,.bg_footer a{color: #aaa;text-align:center}