@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,vietnamese,latin-ext";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    height: 100%;
    font-family: 'Open Sans';
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #37383b;
    background: #ffffff;
    font-family: 'Roboto Condensed';
}
.row:before, .row:after {
	display: inline-block !important;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

*:active,
*:focus {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204, 0.2);
    border-radius: 10px;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.row {
   
    margin-left: 0;
    margin-right: 0;
}
.video-list{
    background: #dfdfdf;
    
}

.row-col {
    padding-left: 0;
    padding-right: 0;
}

.wrapper {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
	position: relative;
	margin-top: 38px;
	z-index: 998;
}
.left-right-banner { 
	position: fixed; 
	top: 38px; 
	left: 0; 
	right: 0;
	z-index: 990;
}
@media (max-width: 1170px) { 
	.left-right-banner { 
		display: none; 
	} 
}
.left-right-banner img {
	max-width: 500px; 
	height: auto; 
}
.left-right-banner .container { 
	position: relative; 
}
.left-right-banner .container .left, .left-right-banner .container .right { 
	position: absolute; 
	top: 0; 
	float: left; 
	width: 500px; 
}
.left-right-banner .container .left { 
	left: -510px; 
	text-align: right; 
}
.left-right-banner .container .right { 
	right: -510px; 
}

.header-logo {
    display: flex;
    align-items: center;
    #justify-content: center;
    /*padding-top: 25px;*/
}

.header-logo img {
    height: auto;
    padding: 25px;
}

.header-social {
    background: #ED1C24;
    min-height: 40px;
    text-align: right;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 10px;
    background: #ED1C24;
    height: 40px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding: 6px 10px;
}

.header-icon img {
    background: #ffffff;
    width: 21px;
    height: auto;
}
.search-input {
    display: block;
	width: 250px;
    border: 1px solid #ffffff;
    margin: auto;
    padding-right: 25px;
    padding-left: 8px;
    color: #fff;
    background-color: transparent;
    background: url(../images/search1.png) no-repeat scroll right 10px center;
}
.search_ajx {
    overflow: auto;
    display: block;
    background: #fff;
    position: absolute;
    width: 345px;
    top: 45px;
    z-index: 9;
}
.search_ajx li {
    border: 1px solid #ED1C24;
    display: block;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ED1C24;
}
.search_ajx li a {
    display: block;
    overflow: hidden;
    padding: 6px;
    color: #333;
    font-size: 12px;
}
.search_ajx li img {
    float: left;
    height: 31px;
    width: 40px;
    /*border-radius: 10px;*/
}
.search_ajx li a:hover {
    background-color: #ED1C24;
}
.search_ajx li a p {
    display: block;
    width: auto;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0rem;
    padding: 4px;
}
.search_ajx::before {
    border-color: rgba(218, 218, 218, 0);
    border-bottom-color: rgba(218, 218, 218, 0);
    border-bottom-color: #dadada;
    border-width: 9px;
    margin-left: -9px;
}
.header-nav {
    min-height: 90px;
    width: 100%;
}
.header-nav img {
    margin-top: 15px;
    float: right;
}
.header-main {
    min-height: 40px;
    width: 100%;
    /*margin-bottom: 5px;*/
    background: #ED1C24;
}
.fixed {
    position: fixed;
	top: 0px;
	z-index: 999;
}

.header-menu {
    height: 100%;
    display: inline-flex;
    margin-left: 30px;
    margin-right: 30px;
}

.menu-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-weight: 500;
    position: relative;
}
.menu-item h1 {
	font-size: 15px;
    margin: 0;
}
.menu-item a {
    color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.menu-item a:hover {
    text-decoration: none;
}

.menu-item i {
    font-size: 13px;
}

.menu-item.active,
.menu-item:hover {
    background-color: #fff;
}

.menu-item.active a,
.menu-item:hover a {
    color: #ED1C24;
}
.menu-sub {
    position: absolute;
    min-width: 150px;
    top: 160%;
    background: #fdfdfd none repeat scroll 0 0;
    z-index: 999;
    text-align: left;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.menu-item:hover .menu-sub {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.menu-sub li {
    cursor:pointer;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.menu-sub li a {
    display: block;
    width: 100%;
}

.menu-sub li:hover {
    background-color: #ED1C24;
}

.menu-sub li:hover a {
    color: #fff
}

#rightHeaderMenu {
    display: inline-block;
    float: right;
    padding: 0 15px;
    height: 100%
}

#rightHeaderMenu  .dropdown-toggle::after{
    content: none;
}
/* MAIN WRAPER */
.main_wrapper{
    margin-top: 5px;
}
.second-row,
.third-row,
.fourth-row,
.fifth-row {
    margin-bottom: 5px;
    margin-top: 5px;
}
/* 1st row */
.col-md-4.side-row {
    padding-left: 5px;
}
@media screen and (min-width: 992px) {
    .col-lg-4.side-row {
        padding-left: 5px;
    }
}
.slider-big-news {
    position: relative;
}
.slider-big-news .big-img {
    height: 475px;
    width: 100%;
}

.slider-big-news .big-news-title {
    position: absolute;
    width: 80%;
    bottom: 10%;
    transform: translateY(-40%);
    color: #fff;
    background-color: rgb(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 0 3px #999;
}

.slider-big-news .big-news-title a {
    color: #fff;
    width: 80%;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.slider-small-news {
    margin-top: -40px;
    flex-wrap: wrap;
}

.slider-small-news .slide-item {
    display: inline;
    width: 20%;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.slider-small-news .slide-item img {
    width: 100%;
    height: 96px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.slider-small-news .slide-item.slick-current img {
	border-left: none;
}
.slider-small-news .slide-item p {
	height: 100%;
	width: 100%;
    position: absolute;
    font-size: 13px;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
    color: #fff;
    padding: 0 5px;
    display: flex;
    align-items: center;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgb(0, 0, 0, 0.7);
	margin: 0;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.slider-small-news .slide-item.slick-current p {
	background-color: transparent;
}
.table-title {
    /*margin-top: 5px;*/
    background-color: #ED1C24;
    padding: 8px;
    text-transform: uppercase;
	position: relative;
	height: 40px;
}

.table-title h2,
.table-title h3 {
    display: inline;
    color: #fff;
    margin: 0;
}
.table-title h2 {
	font-size: 18px;
	font-weight: bold;
}
.table-title h3 {
	font-size: 16px;
}
.table-title .table-tabs {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}
.table-title ul.nav {
	justify-content: left;
	border-bottom: none;
}
.table-title ul.nav li {
	padding: 5px 15px;
}

.table-title ul.nav li:first-child {
	padding-left: 0;
}
.table-title ul.nav li a {
	color: #fff;
}
.table-title ul.nav li:hover a {
	color: #4286f4;
	text-decoration: underline;
}
.table-title ul.nav li:first-child:hover a {
	text-decoration: none;
}
.match-table {
    margin-bottom: 5px;
}

.match-list {
    margin: 0;
    padding: 0;
    max-height: 450px;
    overflow: hidden;
    background-color: #000;
}

.match-list:hover {
    overflow: auto;
}

.match-list li {
    text-align: center;
    padding: 5px 10px;
    background-color: #111111;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.match-list li:nth-child(even) {
    background-color: #000;
}

.match-list li>a {
    color: #fff;
}

.match-list li>a>div {
    display: inline;
}
.match-list li .match-date {
	float: left;
    width: 20%;
	text-align: left;
}
.match-list li .team-home {
    float: left;
    width: 30%;
    text-align: left;
    overflow: hidden;
}

.match-list li .match-time {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
}

.match-list li img {
    vertical-align: baseline;
}

.match-list li .team-home .team-home-img {
    width: 15%;
    float: left;
}

.match-list li .team-home .team-home-name {
    width: 85%;
    float: left;
    height: 24px;
    overflow: hidden;
}

.match-list li .team-away {
    float: right;
    width: 30%;
    text-align: right;
    overflow: hidden;
}

.match-list li .team-away .team-away-img {
    width: 15%;
    float: left;
}

.match-list li .team-away .team-away-name {
    width: 85%;
    float: left;
    height: 24px;
    overflow: hidden;
}

.team-home-img img,
.team-away-img img {
    width: 14px;
    height: 14px;
}


/* 2nd row */

.second-row .row-col:first-child {
    padding-right: 0px;
}

.second-row .row-col:last-child {
    padding-left: 4px;
    padding-right: 0;
}

.tour-img {
    overflow: hidden;
    border: 1px solid #fff;
	margin-top: 4px;
}

.tour-img:first-child {
    border-left: none;
	margin-bottom: 5px;
}

.tour-img:last-child {
    border-right: none;
}

.tour-img img {
    height: 100px;
    width: 100%;
}
.tour-a-img {
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 10px;
}
.tour-ad-img img {
    height: 300px;
    width: 100%;
	margin-bottom: 5px;
}


/* 3rd row */

.row-title {
    background-color: #ED1C24;
    text-transform: uppercase;
    padding: 8px;
	color: #fff;
    /*margin-top: 5px;
    /*border-top: 5px solid #fff;*/
}

.row-title h2, .row-title h3 {
    margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 600;
}
.row-title h3 {
	font-size: 1rem;
}
.row-title span {
	margin: 0 5px;
	font-size: 16px;
}
.row-title a {
	color: #fff;
	display: block;
}
.row-title a:hover {
	text-decoration: underline;
}

.hot-news-box {
    background-color: #ccc;
	margin-bottom: 5px;
	padding: 5px;
}
.hot-news-box .hot-news-col {
    position: relative;
    padding: 5px;
    max-height: 300px;
    overflow: hidden;
}
.hot-news-box .hot-news-col img {
   width: 100%;
   height: 228px;
}

.hot-news-box .hot-news-col .hot-news-title {
    position: absolute;
    bottom: 5px;
    background-color: rgb(0, 0, 0, 0.6);
    margin-right: 5px;
    padding: 5px 15px;
    width: 97%;
    height: 55px;
}
.hot-news-box .hot-news-col .hot-news-title a, .hot-news-box .hot-news-col .hot-news-title p {
    color: #fff;
    margin-bottom: 0;
}
.hot-news-box .hot-news-col.hot-video .icon-play {
    position: absolute;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.player {
    width: 100%;
}

.streamer-list {
    padding: 0;
    overflow: hidden;
    background-color: #000;
    height: 325px;
}

.streamer-list:hover {
    overflow: none;
}

.streamer-list li {
    padding: 5px;
    background-color: #1f2025;
    color: #fff;
    margin-bottom: 7px;
}

.streamer-list li:hover {
    cursor: pointer;
    color: #ED1C24;
}

.streamer-list li>a {
    color: #fff;
}

.streamer-list li>a>div {
    display: inline;
}

.streamer-list li .stream-icon {
    float: left;
    margin-left: 30px;
    margin-right: 20px;
}

.streamer-list li .streamer-name {
    text-transform: uppercase;
}

.streamer-list li .stream-btn {
    float: right;
    margin-right: 20px;
}


/* 4th row */

.latest-news-col {
    background-color: #ccc;
    margin-bottom: 5px;
}

.late-news-img img {
    width: 100%;
    height: 198px;
	object-fit: cover;
}

.late-news-text {
    padding: 10px 20px;
}

.late-news-text h3 {
    font-weight: bold;
    font-size: 1.1rem;
	margin: 0;
}

.late-news-text h3 a {
    color: #000;
	font-size: 18px;
	overflow: hidden;
}

.late-news-text p {
    color: #555;
	margin: 10px 0 0 0;
	font-size: 16px;
}
.late-news-text p.news-summary {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
    padding-bottom: 0;
}

.late-news-text .news-category {
    display: flex; 
	flex-wrap: wrap;
	justify-content: flex-start;
}
.late-news-text .news-category a {
    color: #ed1c24;
	font-size: 15px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.late-news-text .news-category a:after {
	display: block;
	width: 1px;
    position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	content: '•';
	color: #000;
}
.late-news-text .news-category a:last-child {
	margin-right: 0;
}
.late-news-text .news-category a:last-child:after {
    display: none;
}
.late-news-text .news-category a:hover {
	text-decoration: underline;
}
.late-news-text .news-info {
    margin-bottom: 0;
    margin-top: 0;
}
.late-news-text .news-info span {
    color: #666;
	font-weight: 600;
}

/*news views*/
.views-news-col {
    background-color: #ccc;
    margin-bottom: 5px;
}

.views-news-img img {
    width: 95%;
    height: 111px;
    margin-bottom: 0;
}

.views-news-text {
    padding: 20px;
}

.views-news-text h4 {
    font-size: 16px;
    margin: -17px;
    padding: 5px 5px;
}

.views-news-text h4 a {
    color: #000;
}

.views-news-text p {
    color: #111;
    font-size: 15px;
}


/*end*/

.show-more {
    background-color: #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.show-more h5 {
    margin-bottom: 0;
}

.show-more a {
    color: #fff;
}

.adv-widget {
    width: 100%;
    min-height: 280px;
    padding-top: 15px;
    /*background-color: #ED1C24;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: -5px;
}
#game-table{
    border-top: 5px solid #fff;
}
.game-list {
    margin-bottom: 5px;
    background-color: #000;
    overflow: hidden;
}

.game-list:hover {
    overflow: auto;
}

.game-list li {
    background-color: #1f2025;
    display: block;
    padding: 15px;
    position: relative;
    min-height: 125px;
    margin-bottom: 5px;
}

.game-list li:last-child {
    margin-bottom: 0;
}

.game-list li>div {
    display: inline;
}

.game-rank {
    background-color: #ED1C24;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    border: 1px solid #ED1C24;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.game-img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.game-img img {
    height: 100px;
    width: 100px;
}
.game-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}

.game-info h2 {
    font-size: 1.3rem;
}

.game-info a {
    color: #fff;
}

.game-info p {
    margin-bottom: 0;
    font-size: 14px;
}


/* 5th-row */

.adv-nav {
    background-color: #1f2025;
    height: 180px;
    width: 100%;
    margin-top: 5px;
}


/* ===== */

.adv-section-1 {
    background-color: #ED1C24;
    height: 180px;
    width: 100%;
    margin-bottom: 10px;
}

.adv-section-2 {
    background-color: #ccc;
    height: 180px;
    width: 100%;
    margin-top: 5px;
}

.adv-row .row-col:first-child {
    padding-right: 3px;
}

.adv-row .row-col:last-child {
    padding-left: 3px;
}

.adv-row-live .row-col:first-child {
    padding-right: 5px;
}

.adv-row-live .row-col:last-child {
    padding-left: 5px;
}


/* Advertisement */

.adv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv h1,
.adv h2,
.adv h3,
.adv h4,
.adv h5,
.adv h6,
.adv p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


/* single news */

.row.single-new {
    margin-top: 15px;
}

.news-main {
    background-color: #eee;
    padding: 40px 30px;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed';
}

.news-main img {
    margin-bottom: 5px;
}

.single-news-title h1 {
    font-weight: 600;
	font-size: 30px;
}

.single-news-info p {
    color: #666;
	margin-bottom: 6px;
}
.single-news-info .single-news-sapo {
    color: #000;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}
.single-news-info p span {
    color: #666;
	font-weight: 600;
}
.single-news-content {
    margin-top: 15px;
}
.single-news-content iframe {
    max-width: 100%;
}

.single-news-content p {
    text-align: justify;
	font-size: 16px;
}

.single-news-content table {
    margin: auto;
}

.single-news-content img {
    height: auto;
	max-width: 100%;
}
.single-news-content input {
	max-width: 100%;
}


/* player header */

.player-header {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}


/* live page */

.core-section {
    background: url(../images/live-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*margin-top: 5px;*/
}

.video-type-name {
    background: #ED1C24;
    margin: auto;
    padding: 6px 10px 6px 10px;
}

.video-type-name h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.video-filter {
    margin: 20px 230px;
}

.video-widget-item .icon-play-top {
    left: 60%;
    position: absolute;
    margin-top: 60px;
}
.video-widget-item .icon-play {
    left: 45%;
    position: absolute;
    margin-top: 60px;
}

.video-item .icon-play {
    left: 50%;
    margin: -25px 0 0 -32px ;
    position: absolute;
    top: 25%;
    z-index: 2;
}

.icon-play {
    width: 64px;
    height: 64px;
    background-image: url(../images/icon-youtube.png);
    background-repeat: repeat-y;
    background-position: 50%;
    filter: gray;
    -webkit-filter: grayscale(3);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    -khtml-opacity: 90;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-play:hover {
    filter: white;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    -khtml-opacity: 100
}

.filter-selection,
.filter-selection .filter-item {
    display: inline;
}

.filter-selection {
    margin-right: 20px;
}

.lang-filter {
    margin-right: 5px;
}

.filter-selection .filter-item {
    font-size: 12px;
}

.filter-selection p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
}

.filter-selection select {
    width: 120px;
    height: 35px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 10px;
}

.filter-selection select option {
    color: #000;
}

#video-filter {
    background-color: #ED1C24;
    color: #fff;
    padding: 6px 20px;
    cursor: pointer;
    border: none;
}

/*.video-list {*/
   /*padding-top: 10px;*/
/*}*/

.video-item {
    
    padding: 0 10px;
    text-align: center;
    margin: 5px 0 -5px 0;
}
::placeholder{
    color: #ffffff;
}

.video-item a {
    color: #fff;
}

.video-item img {
    height: 140px;
    width: 100%;
}

.video-item p {
    color: #111111;
    margin: 10px 0;
    text-align: left;
}


/* tournament */

.tour-header {
    width: 100%;
    background-color: #ED1C24;
    padding: 5px;
    text-align: center;
}

.tour-header h1 {
	font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.tour-section {
    margin-bottom: 70px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.tour-section p {
    color: #999
}

.tour-section .tour-section-item {
    display: inline-block;
}

.tour-detail {
    width: 30%;
    margin-top: 80px;
    text-align: center;
}

.tour-detail p,
.tour-detail h1,
.tour-detail h3 {
    margin-bottom: 0;
}

.tour-detail h3 {
    font-size: 1.5rem;
}

.tour-detail h1 {
    font-size: 4rem;
}

.tour-detail button {
    padding: 5px 10px;
    background: linear-gradient(to bottom, rgba(96, 103, 104, 0.3) 0%, rgba(187, 187, 187, 0.3) 3%, rgba(187, 187, 187, 0.3) 27%, rgba(0, 0, 0, 0.3) 28%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 73%, rgba(75, 80, 81, 0.3) 88%, rgba(0, 0, 0, 0.3) 97%, rgba(0, 0, 0, 0.3) 100%);
    border-color: rgba(0, 0, 0, 0.6);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 2px 6px rgba(0, 0, 0, 0.5), 0 10px rgba(0, 0, 0, 0.05) inset;
    border: none;
    color: #fff;
    background-color: #ED1C24;
    cursor: pointer;
}

.tour-detail button:hover {
    color: rgba(255, 255, 255, 0.99);
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.99), 0px 0px 4px rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 5px 0 0 rgba(255, 255, 255, 0.5) inset, 0 0 5px 2px rgba(255, 255, 255, 0.75), 0 0 5px 2px rgba(255, 255, 255, 0.75) inset !important;
}

.tour-team {
    width: 35%;
    padding: 10px;
    background-color: #333;
    margin-top: 100px;
}

.tour-team:first-child {
    text-align: right;
    float: left;
    box-shadow: 2px 4px 2px #000;
}

.tour-team:last-child {
    text-align: left;
    float: right;
    box-shadow: 0 4px 2px 0 #000;
}

.tour-team p {
    font-size: 12px;
    margin-bottom: 0.2rem
}

.tour-team div {
    display: inline-block;
}

.tour-team .tour-team-name {
    width: 60%;
}

.tour-info {
    margin: 0 30px 50px;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.tour-info h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tour-info p {
    color: #fff;
    text-align: justify;
}


/* video widget */

.video-widget-top {
    position: relative;
    background: url(../images/live-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 30px 20px 40px 30px;
    color: #fff;
    width: 100%;
    height: auto;
    margin: 0 15px 0px 15px;
}
.video-widget {
    background: url(../images/live-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    padding: 35px 20px 35px 35px;
    margin-top: 5px;
    width: 100%;
}

.video-widget h2 {
    margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}

.video-widget-item {
    /*margin-top: 8px;*/
    text-align: left;
    margin-top: 26px;
}

.video-widget-item img {
    width: 100%;
    height: auto;
    margin: 0 0 0 -5px;
   
}

.video-widget-item a {
    color: #fff;
    font-size: 20px;
}

.video-widget-item:hover a {
    color: #ED1C24;
}
.video-widget-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%);
}

/* kol main */

.kol-main {
    padding: 30px;
    position: relative;
}

.kol-avatar img {
    width: 100%;
}

.kol-name {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    margin-left: 30px;
}

.kol-name h3 {
    color: #fff;
    text-transform: uppercase;
}

.kol-name p {
    color: #ccc;
}

.kol-social {
    position: absolute;
    bottom: 0;
}

.kol-social a {
    color: #fff;
    margin-left: 30px;
}

.kol-social a img {
    margin-right: 5px;
}

.kol-info {
    margin-top: 30px;
    margin-bottom: 20px;
}

.kol-info p {
    color: #fff;
    text-align: justify
}

.kol-info span {
    display: block;
    color: #898989;
}

.kol-game {
    margin-bottom: 40px;
}

.kol-game h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.kol-game-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.kol-game-item {
    min-height: 90px;
    margin-top: 10px;
    background-color: #333;
    box-shadow: 2px 4px 2px #000;
}

.kol-game-item:first-child {
    margin-right: 40px;
}

.kol-game-item div {
    display: inline-block;
    margin-bottom: 0;
}

.kol-game-img img {
    min-height: 90px;
    height: 100%;
    width: auto;
}

.kol-game-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}

.kol-game-info h5 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0;
    text-transform: none;
}

.kol-game-info p {
    color: #898989;
}

/* contact */
.contact-head {
	text-align: center;
	margin: 60px 0;
}
.contact-head p {
	display: inline-block;
	min-width: 200px;
	color: #ed1d24;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
	border-bottom: 1px solid #ed1d24;
}
.contact-info {
	margin-top: 20px;
}
.contact-info .company-name {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
.contact-item {
	margin-bottom: 20px;
}
.contact-title {
	font-size: 16px;
	font-weight: bold;
    color: #444444;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.contact-title i {
	margin-right: 5px;
}
.contact-content {
	font-size: 14px;
	color: #6c6c6c;
}
.contact-content a {
	display: inline-flex;
	width: 25px;
	height: 25px;
	background-color: rgb(153, 153, 153, 0.2);
	color: #6c6c6c;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 5px;
	margin-right: 5px;
}
.contact-content a:first-child {
	padding-left: 0;
}
.contact-content a:hover {
	background-color: #ed1c24;
	color: #fff;
}
.contact-location {
	position: relative;
	text-align: right;
	width: 100%;
}
.map {
	overflow: hidden;
	background: none!important;
	height: 350px;
	width: 100%;
}
#map_frame {
	width: 100%;
	height: 100%;
}
/* Footer */
.footer {
    margin-top: 15px;
}

.footer__main {
    padding: 15px 30px;
    /*border-top: 10px solid #ED1C24;*/
    background-color: #211d1f;
    background-image: url(../images/bg-footer-main.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-background-size: cover;
    background-size: cover;
}

.footer__main:after,
.footer__main:before {
    content: " ";
    display: table;
}

.footer .logo {
    float: left;
    width: 25%;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer a,
.footer a:visited {
    color: #fff;
}
.footer .logo img {
    max-width: 100%;
    margin-top: 55px;
}
.footer__info {
	padding: 30px 0;
}
.footer__content {
    display: inline-block;
    padding: 0;
}
.footer__content h5 {
	color: #fff;
	font-weight: bold;
}
.footer__content p {
    float: left;
    margin: 0;
    color: #fff;
	font-size: 13px;
	line-height: 1.7
}
/* pagination */
ul.pagination {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.pagination {
    display: inline-block;
    padding-left: 50%;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    background: #ffffff;
}
#paginate{
    background: #ffffff;
}

ul.pagination li {
    display: inline-block;
}

.pagination>li>a {
    color: #ED1C24;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ED1C24;
    border-color: #ED1C24;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ED1C24;
    border-color: #ED1C24;
}

.pagination>li>a {
    color: #ED1C24;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ED1C24;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ED1C24;
    border-color: #ED1C24;
}

@media all and (max-width: 1200px) {
    .table-title {
        margin-top: 5px;
        padding: 5px;
    }
}

.tagnew {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.tagnew h3 {
    margin: 0;
}

.tagnew b {
    padding-left: 10px;
    float: left;
    margin: 0px 10px 0 0;
}

.tagnew a {
    color: #414141;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
    background-color: #eee;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.tagnew a:hover {
    background-color: #ED1C24;
    color: #fff;
}

.h1vs {
    padding-top: 35px;
}

.h6c {
    padding-left: 10px;
    color: #fff;
    /*margin-right: 15px;*/
    margin-top: -5px;
}

.h6c a {
    color: #414141;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 15px;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.h6c a.active {
    background: #ED1C24;
    color: #fff;
}

#h6c {
    margin-right: 5px;
    padding-left: 15px;
}

.h6c a:hover {
    background-color: #ED1C24;
    color: #fff;
}

.hashtag {
    padding-left: 10px;
}

.hashtag .tagnew {
    margin-top: 15px;
    /*margin-bottom: 5px;*/
}

.check-live {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #1f2025;
}

.check-live .live-warning-message {
    padding-top: 200px;
    color: #fff;
}

#err_404 {
    text-align: center;
    padding: 130px 0;
}

#err_404 h1 {
    padding: 0 0 20px 0;
}

#err_404 article {
    color: #ED1C24;
}

.kols-cover {
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}

.kols-cover img {
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.recommend-video {
    position: absolute;
    top: 6px;
    width: 100%;
   height: 100%;
    
}
/*.recommend-video .col-md-4 {*/


/*padding: 5px !important;*/


/*}*/


/*.recommend-video .col-md-4 .video-widget {*/


/*margin-top: -1px !important;*/


/*padding: 5px;*/


/*margin-right: -5px;*/


/*margin-left: -69px;*/


/*}*/


/*.recommend-video .col-md-4 .video-widget h4 {*/


/*margin-bottom: 5px;*/


/*}*/


/*.recommend-video .col-md-4 .video-widget-item {*/


/*margin-bottom: 10px;*/


/*}*/
.related-news{
    background:#f2f2f2 ;
}

.video-related .slick-prev {
    left: 16px;
    top: 25%;
    z-index: 9999;
}

.video-related .slick-next {
    right: 16px;
    top: 25%;
    z-index: 9999;
}

.slick-prev::before,
.slick-next::before {
    font-size: 25px !important;
}
.prev-next-slider {
    position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
}
.prev-next-slider a {
    color: #fff;
	font-weight: 400;
	font-size: 20px;
	padding: 0 15px;
}
.prev-next-slider a:hover {
	color: #ed1c24;
    background-color: #fff;
}
@media screen and (max-width: 992px) {
    .ads_header {
        display: none;
    }
}


/*--Comment--*/

.top_p {
    border-left: 5px solid #ed4848;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #4e4d4d;
    font-size: 20px;
    padding-left: 10px;
    background: #eae9e9;
    margin-top: 5px;
}
.block {
    display: block;
    width: 100%;
    border: none;
    background-color: #ED1C24;
    color: white;
    padding: 8px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.buttom-h{
    background: #26272c;
    color: #ffffff;
    margin-left: 40%;
    margin-top: 42px;
    border: 0 solid #26272c;
}
.buttom-h img{
    width: 80%;
    height: 30px;
}
.buttom-s{
    background: #4c4c4c;
    color: #ffffff;
    margin-left: 97.5%;
    margin-top: 24%;
    border: 0 solid #4c4c4c;
}
.buttom-s img{
    width: 80%;
    height: 30px;
}
.ads_bottom img{
    max-width: 100%;
}

.btntoTop {
    background-color: #ED1C24;
    color: #fff;
    border: 1px solid #5f5f5f;
    bottom: 30px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 40px;
    z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #0bb1ff none repeat scroll 0 0;
	border: 2px solid #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}
.ul_post_sugget li:before{
	content: '';
	width: 7px;
	height: 7px;
	background: #ED1C24;
	border-radius: 30px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}
.post_sugget_title {
	font-weight: bold;
}
.fb-like {padding:8px 0}
.post_sugget {
	background: #e1e1e1;
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.sticky-news{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 40px;
    /*display: none;*/
}

#happyNewYearModal .modal-body{
    padding: 0;
}
#happyNewYearModal .modal-body img {
    width: 100%;
}