/* !Font */
@font-face {
	font-family:'Bebas';
	src:	url('../fonts/UTMBebas.eot'); /* IE9 Compat Modes */
	src:	url('../fonts/UTMBebas.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/UTMBebas.woff') format('woff'), /* Modern Browsers */
			url('../fonts/UTMBebas.ttf')  format('truetype'), /* Safari, Android, iOS */
			url('../fonts/UTMBebas.svg#svgFontName') format('svg'); /* Legacy iOS */
}






/* !Layout */
body{
	background-color:#f0f0f0; /* Màu nền */
}

/*body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
body::-webkit-scrollbar-thumb {
    background: #f01514;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
}
body::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px #e0e0e0;
    border: 1px solid #d8d8d8;
}*/
.cat_root::-webkit-scrollbar, .cat_child::-webkit-scrollbar {
    display: none !important;
}
header{
	/* Cài đặt nền: màu nền, ảnh nền (file ảnh, lặp, canh chiều ngang, canh chiều đứng)*/
	/*background:#ae110f url(../img/header-bg.jpg) no-repeat center center;*/
	/* height:100px; /* Chiều cao */
}

#main_menu{
	background-color:#b3110e;
	height:43px;
	border-top:1px solid #dc3545; /* Viền trên */
	border-bottom:1px solid #b3110e; /* Viền dưới */
	z-index: 9990;
}

#sub_menu{
	background-color:#fff;
	height:32px;
	border-bottom:1px solid #d9d9d9;
    line-height: 2;
}

#main_content, #other_videos{
	background-color:#fff;
	border:1px solid #e6e6e6; /* Viền 4 phía */
}

footer{
	background:#b3110e;
/* 	height:500px; /* Chiều cao */
}

#bottom_menu{
/* 	height:340px; */
}

#copyright{
	background:url(../img/footer-bg.jpg) no-repeat left bottom;
/* background: url(../img/map.png) no-repeat center #de3341; */
}

#copyright .container.bt {
	border-top:1px solid #f01514;
}

#copyright ul li {
	display: inline-block;
    padding: 0px 5px;;
    overflow: hidden;
}

#copyright ul li:not(:last-child) {
	border-right: 1px solid #ccc;
}

#copyright ul li a {
	color: #eee;
}

#copyright {
	color: #fff;
}







/* !Header */
header .logo{
	position:relative;
}
@media only screen and (max-width:767px){
	header .logo{
		margin-top:10px;
	}
}

header .logo .logo_link{
	position:absolute;
	top:65px;
	left:105px;
	color:#fff;
	text-decoration:none;
}

header ul.download_link{
	display:inline-block;
}
@media only screen and (min-width:992px){
	header ul.download_link{
		margin-top:25px;
	}
}

header ul.download_link li{
	max-width:130px;
	display:inline-block;
}








/* !Main menu */
#main_menu>.container{
	position:relative;
}

#main_menu>.container>#menu_pc>div>div>ul>li{
	display:inline-block;
}

#main_menu>.container>#menu_pc>div>div>ul>li>a{
	display:block;
	margin-right:10px;
	font:22px Bebas,Arial;
	line-height:38px;
	color:#fff;
	text-transform:uppercase;
}

#main_menu>.container>#menu_pc>div>div>ul>li:hover>a{
	text-decoration:none;
	color:#ffc600;
	border-bottom:3px solid #ffc600;
}

#main_menu>.container>#menu_pc>div>div>ul>li>a.active{
	color:#ffc600;
}

#main_menu>.container>#menu_pc ul>li:hover .mega_menu{
	display:block !important;
}

#main_menu>.container .mega_menu{
	position:absolute;
	top:42px;
	left:0;
	width:100%;
	color:white;
	z-index: 9999;
}

#main_menu .container .mega_menu .sub{
	background-color:#222;
}

#main_menu .container .mega_menu h3 a{
	font:400 18px/30px Bebas,arial;
	color:#ffc600;
	text-transform:uppercase;
	text-decoration:none;
}

#main_menu .container .mega_menu .sub ul{
	list-style:disc;
}

#main_menu .container .mega_menu .sub ul li a{
	font:400 15px/20px Bebas,arial;
	color:#fff;
	text-decoration:none;
}

#main_menu .container .mega_menu .sub ul li a:hover{
	color:#ffc600;
}

#main_menu .container .mega_menu .hot{
	background-color:#000;
}

#main_menu .container .mega_menu .hot a{
	display:block;
	font:400 14px/21px Roboto,arial;
	color:#fff;
	text-decoration:none;
}

#main_menu .container .mega_menu .hot a:hover{
	color:#ffc600;
}

#main_menu .container .mega_menu .hot img{
	padding:15px 0;
}

#main_menu .container .mega_menu .hot span{
	display:block;
	padding-bottom:15px;
}

#main_menu .container .search{
	line-height:43px;
	position:relative;
}

#main_menu .container .search i.fa-search{
	font-size:20px;
	color:#fff;
}

#main_menu .container .search .search_content{
	width:298px;
	height:32px;
	border:1px solid #ccc;
	box-shadow:0 1px 4px #ccc;
	background:#fff;
	position:absolute;
	top:42px;
	right:-10px;
	z-index: 999;
}

#main_menu .container .search .search_content i.fa-caret-up{
	font-size:22px;
	color:#fff;
	position:absolute;
	top:-14px;
	right:14px;
	z-index:99;
}

#main_menu .container .search .search_content input.q{
	position:absolute;
	top:2px;
	right:0;
	border:0;
	background:#fff;
	height:28px;
	width:294px;
	margin-left:1px;
	font-size:14px;
	line-height:28px;
	outline:none;
	padding:0 5px;
}





/* sub menu */
ul.first_nav li {
    float: left;
}

ul.first_nav li a{
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    color: #f01514;
    border-right: 1px solid #d9d9d9;
}

#languages {
    background: 0 0;
    border: none;
}

select#languages:focus {
    outline: none;
}





/*Mobile menu*/
#menu_mb ul {
	margin-bottom: 0px;
}

#menu_mb ul li {
	float: left;
	width: 20%;
}

#menu_mb ul li:not(:first-child) {
	border-left: 1px solid #af2906;
}

#menu_mb ul li a {
	color: #fff;
    width: 100%;
    height: 40px;
    display: inline-block;
    font: 600 14px roboto,arial,sans-serif;
    line-height: 42px;
}

#menu_mb a:hover {
	background-color: #333;
}

/* section 1 */
#second_slider .carousel-indicators {
    bottom: -50px !important;
}

#tv_live_r .carousel-indicators {
    bottom: -50px !important;
}

#tv_live_l .carousel-indicators {
    bottom: -50px !important;
}

#second_slider .carousel-indicators li{
	background-color: #f30d00;
}

#tv_live_r .carousel-indicators li{
	background-color: #f30d00;
}

#tv_live_l .carousel-indicators li{
	background-color: #f30d00;
}

#spotlight {
	background: #edf3f7;
    border: 1px solid #dee7ec;
    height: 455px;
    overflow: scroll;
}

.slide_cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /*background-color: #0000009c;*/
    background-image: linear-gradient(#19181803, black);
}

.section_header {
    border-bottom: 3px solid #f01514;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.section_header h2 {
	color: #f01514;
    font: 500 25px/30px Bebas,Arial;
    display: inline-block;
    margin-right: 15px;
	font-size: 20px;
    line-height: 20px;
}

h3.post_box_title {
    font: 600 14px/20px Roboto,Arial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tie_cat nav {
	display: block !important;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

.tie_cat .nav-link {
	display: unset !important;
}

.tie_cat nav a.active, .cat_root a {
    color: #f01514;
    font: 500 25px/30px Bebas,Arial;
}

.tie_cat nav a, .cat_child a {
	font: 400 17px/32px Bebas,Arial;
}

.tie_cat nav a:first-child {
	padding-left: 0px;
}

/*.tie_cat .nav-link:not(:first-child):hover {
	background-color: #b50d00;
    color: #fff;
}*/

.tie_cat nav {
	border-bottom: 3px solid #f01514;
}

h2.post_box_title {
    font: 600 18px/24px Roboto,Arial,Helvetica;
    max-height: 72px;
    margin-bottom: 4px;
    overflow: hidden;
}

.post_excerpt {
    color: #444;
    margin-top: 5px;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
}

.tie_date {
    color: #9c9c9c;
    font: 300 80% Roboto,Arial,sans-serif;
    margin: 5px 0;
    -webkit-font-smoothing: antialiased;
}

#bottom_menu .nav_title {
	font-weight: 700;
    margin-bottom: 8px;
    color: #edf6ff;
    font-size: 18px;
}

.nav_items li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.nav_items li a {
    font-weight: 400;
    color: #edf6ff;
}

/* trang chi tiet */
.post_item .post_cat {
    text-transform: uppercase;
    color: #aaa;
    font: 400 12px Roboto,Arial;
    margin-bottom: 5px;
}


/* trang video */
h1.post_title {
	font: 600 20px/25px Roboto,Arial;
}
.content p {
	color: #333!important;
	font: 100 15px/24px Roboto,Arial,Helvetica;
}
p.content {
	font: 100 15px/24px Roboto,Arial,Helvetica;
}

/* trang danh sach cat */
.item_list {
	border-bottom: 1px dashed #ccc;
}

.post_excerpt {
	font: 13px/20px Arial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.page-link {
	color: #f30d00 !important;
}
.page-item.active a {
	color: #fff !important;
	background-color: #f30d00 !important;
}
.page-item.active .page-link {
	border-color: #dc3545 !important;
}

.slick-prev:before, .slick-next:before {
	color: #b50d00 !important;
}

.slide_slick .slick-prev {
	right: : 20px !important;
	z-index: 999;
}
.slide_slick .slick-next {
	right: -5px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #b4120f;
    background-color: #fff !important;
}
.cat_section {
	border-bottom: 3px solid #f01514;
}
.cat_root, .cat_child {
    white-space: nowrap;
}
.cat_child {
	overflow: scroll;
}