@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,vietnamese,latin-ext";
/* ======================================
	BASE
=======================================*/
@keyframes blink {
    from {
        color: #ff0000;
    }
    to {
        color: #ffd000;
    }
}
@-webkit-keyframes blink {
    from {
        color: #ff0000;
    }
    to {
        color: #ffd000;
    }
}
body {
	background: #f9f9f9;
	font-family: Roboto,Helvetica,sans-serif;
	font-size: 14px;
	color: #303b50;
	overflow-x: hidden;
}
ul {
    list-style: none;
    margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
a, a:hover, a:focus {
	text-decoration: none;
}
a img {
    border: 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.wrapper {
	margin-top: 10px;
}
.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: 300px; 
	height: auto; 
}
.left-right-banner .container { 
	position: relative; 
}
.left-right-banner .container .left, .left-right-banner .container .right { 
	position: absolute; 
	top: 100px; 
	float: left; 
	width: 300px; 
}
.left-right-banner .container .left { 
	left: -295px; 
	text-align: right; 
}
.left-right-banner .container .right { 
	right: -295px; 
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.col-left-small {
	padding-left: 7px;
}
.col-right-small {
	padding-right: 7px;
}
.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.text-ellipsis {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
}
.section {
	margin-bottom: 20px;
}
.section-title {
	padding: 10px;
	color: #303C50;
	border-bottom: 1px solid #d1cece;
}
.section-title h2 {
	font-size: 20px;
	position: relative;
	letter-spacing: -1px;
}
.section-title h2 a {
	color: #303C50;
}
.section-title h2 a:hover {
	color: #FF2B47;
}

.section-title h2 i {
	color: #FF2B47;
	margin-right: 10px;
}
.view-more {
	display: block;
	width: calc(100% - 30px);
	color: #fff;
	background: #FF2B47;
	border-radius: 0;
	margin: 0 auto;
}
.adv-section img {
	width: 100%;
	object-fit: cover;
}
.sticky-ad {
	position: sticky;
	top: 60px;
}

@keyframes opacity-ani {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* ======================================
	HEADER
=======================================*/
.header {
    transition: .3s .3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0s;
    position: sticky;
    justify-content: center;
    background: #1E1F21;
    display: flex;
    flex-wrap: wrap;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.header .container {
	position: relative;
}
.header .logo {
    padding-right: 40px;
    display: flex;
    justify-content: flex-start;
    width: auto;
    align-items: stretch;
}
.header .logo .g-logo {
    transition: all .3s cubic-bezier(.86,0,.07,1);
    max-width: 150px;
	display: flex;
	align-items: center;
}
.header li {
    font-size: inherit;
}
.header .menu {
    font-weight: 600;
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    position: relative;
}
.header .menu a {
    color: #9698a3;
	text-decoration: none;
    display: block;
	font-size: 15px;
	font-weight: 700;
}
.header .main-menu {
    transition: .3s .3s cubic-bezier(.86,0,.07,1);
    transition-delay: 0s;
    display: flex;
    text-transform: none;
    font-weight: 400;
    box-sizing: border-box;
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid #343437;
}
.header .main-menu li a {
    padding: 0 10px;
    height: 39px;
    line-height: 40px;
}
.header .sub-menu {
    display: flex;
    height: 59px;
    margin-left: -10px;
}
.header .sub-menu>li {
    display: flex;
	position: relative;
}
.header .sub-menu>li h1, .header .sub-menu>li a {
	color: #9697A4;
    display: flex;
    padding: 0 10px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.header .sub-menu>li h1 {
    font-size: 14px;
	font-weight: 700;
	padding: 0;
}
.header .sub-menu>li.menu_has_children:hover:before {
	content:'';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FF2B47;
	position: absolute;
	bottom: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header .sub-menu li:hover>a, 
.header .sub-menu li:hover>h1>a,
.header .sub-menu li.active>a, 
.header .sub-menu li.active>h1>a {
    color: #FF2B47
}
.header .sub-menu li:hover i {
	display: none;
}
.header .sub-menu li ul.menu-child {
	display: none;
	min-width: 150px;
	position: absolute;
	right: 0;
	top: 100%;
	border: 1px solid #444;
}
.header .sub-menu li:hover ul.menu-child {
	display: block;
}
.header .sub-menu li ul.menu-child li {
	background: #262D3A;
	border-bottom: 1px solid #444;
}
.header .sub-menu li ul.menu-child li:last-child {
	border-bottom: none;
}
.header .sub-menu li ul.menu-child li a {
	display: block;
	text-align: right;
	white-space: nowrap;
	padding: 10px 10px 10px 30px;
}
.header .sub-menu li ul.menu-child li a:before {
	content: '•';
	color: #fff;
	position: absolute;
	left: 5px;
}
.header .sub-menu li ul.menu-child li:hover a:before {
	color: #FF2B47;
}
.header .user-menu {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 201;
}
.header .user-menu a, .header .user-menu span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.header .user-menu a:hover {
	color: #FF2B47;
}
.header .user-menu i {
	color: #FF2B47;
}
.header .user-menu span {
	margin: 0 10px;
}
.header .header-search {
	position: absolute;
	top: 50%;
    right: 20px;
    transition: .3s .3s cubic-bezier(.86,0,.07,1);
    background: #FF2B47;
    transform: translateY(-50%);
}
.header .header-search a {
	color: #fff;
}
/* header fixed */
.header.fixed {
    min-height: 60px;
    transition-delay: .3s;
}
.header.fixed .logo {
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header.fixed .logo .g-logo {
    max-width: 90px;
}
.header.fixed .main-menu {
    transition-delay: .3s;
    height: 0;
    margin-top: -1px;
}
.header.fixed .sub-menu {
    height: 100%;
}
.header .mobile-menu {
	display: none;
}
.header.fixed .user-menu {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ======================================
	HOME NEWS
=======================================*/
.hot-news-section .section-main {
	border: 1px solid #d1cece;
	padding: 15px;
}
.hot-news-section .news-item .news-img img {
	aspect-ratio: 1/0.65;
	width: 100%;
	object-fit: cover;
}
.hot-news-section .news-item .news-text {
	padding: 10px 0 0;
}
.hot-news-section .news-item .news-text .news-title {
	display: block;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}
.hot-news-section .news-item .news-text .news-title:hover {
	color: #007bff;
}
.hot-news-section .news-item .news-text .news-title p {
	font-size: 18px;
	-webkit-line-clamp: 2;
	line-height: 1.3;
}
.hot-news-section .news-item .news-text .news-summary {
	line-height: 1.3;
	text-align: justify;
	-webkit-line-clamp: 3;
}
.hot-news-section .news-item .news-text .news-info {
	display: block;
	margin-top: 5px;
	color: #999;
	font-style: italic;
}
.hot-news-section .news-item .news-text .news-info a {
	color: #FF2B47;
}
.hot-news-section.news-page .col-md-6 {
	margin-bottom: 15px;
}
.hot-news-section.news-page .news-item {
	height: 100%;
}
.hot-news-section.news-page .news-item .news-text {
    min-height: calc(100% - 200px);
}
/* news item small */
.hot-news-section .news-item.tiny {
	margin-bottom: 7px;
}	
.hot-news-section .news-item.tiny:last-child {
	margin-bottom: 0;
}
.hot-news-section .news-item.tiny .news-img {
    float: left;
    margin-right: 5px;
}
.hot-news-section .news-item.tiny .news-img img {
    width: 100px;
	height: 65px;
    max-width: 100%;
	object-fit: cover;
}
.hot-news-section .news-item.tiny .news-text {
    height: 65px;
	padding: 0;
	border: none;
}
.hot-news-section .news-item.tiny .news-text span {
    color: #999;
    font-size: 12px;
}
.hot-news-section .news-item.tiny .news-text p{
    font-size: 0.9em;
    margin: 0;
    line-height: 2em;
}
.hot-news-section .news-item.tiny .news-text a {
	min-height: 42px;
    color: #000;
    font-weight: 700;
	font-size: 14px;
}
.hot-news-section .news-item.tiny .news-text a:hover{
    color: #007bff;
}
.hot-news-section.news-page .news-item.big img {
	aspect-ratio: 1/0.65;
}
/* hot video */
.hot-video-section .video-list {
	padding: 15px 15px 0 15px;
}
.hot-video-section .video-item {
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
}
.hot-video-section .video-item .video-images {
	position: relative;
	border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.hot-video-section .video-item .video-img img {
	width: 100%;
	aspect-ratio: 1/0.65;
	object-fit: cover;
}
.hot-video-section .video-item.big .video-img img {
	width: 100%;
	height: 400px;
}
.hot-video-section .video-item .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	filter: brightness(0) invert(1);
}
.hot-video-section .video-item:hover .video-img img {
	filter: brightness(60%);
}
.hot-video-section .video-item:hover .play-btn {
	filter: brightness(100%) invert(0);
}
.hot-video-section .video-item .play-btn img {
	height: 40px;
}
.hot-video-section .video-item.big .play-btn img {
	height: 60px;
}
.hot-video-section .video-item .video-title {
	padding: 10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d1cece;
	border-radius: 0 0 8px 8px;
}
.hot-video-section .video-item .video-title a {
	display: block;
	min-height: 44px;
	color: #000;
	font-weight: 700;
	font-size: 15px;
	-webkit-line-clamp: 2;
}
.hot-video-section .video-item.big .video-title a {
	font-size: 18px;
	-webkit-line-clamp: 3;
}
.hot-video-section .video-item:hover .video-title a {
	color: #007bff;
}
.hot-video-section .sidebar-video {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 15px 0;
}
.hot-video-section .sidebar-video .video-item {
	display: inline-block;
	width: 48%;
}
.hot-video-section .sidebar-video .video-item .video-img img {
	height: 100px;
}
/* latest news */
.latest-news-section {
	padding-bottom: 15px;
}
.latest-news-section .news-list {
	padding: 15px;
}
.latest-news-section .news-item {
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.latest-news-section .news-list .news-item:last-child {
    border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.latest-news-section .news-item .news-img {
    float: left;
    margin-right: 20px;
}
.latest-news-section .news-item .news-img img {
    max-width: 100%;
	width: 240px;
	height: 160px;
	object-fit: cover;
}
.latest-news-section .news-item .news-text span {
    color: #FF2B47;
	font-size: 14px;
	font-weight: 700;
}

.latest-news-section .news-item .news-text p {
    margin-top: 5px;
    margin-bottom: 5px;
	-webkit-line-clamp: 3;
	text-align: justify;
}
.latest-news-section .news-item .news-text a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
	-webkit-line-clamp: 2;
}
.latest-news-section .news-item .news-text a:hover{
    color: #007bff;
}
.news_tag {
    width: 100%;
	min-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news_tag h3 {
    margin: 0;
}
.news_tag strong {
    float: left;
    margin: 0px 10px 0 0;
}
.news_tag 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;
}
.news_tag a:hover {
    background-color: #ED1C24;
    color: #fff;
}
/*==============================================
	SCHEDULE
==============================================*/
.date_select span {
	width: 20%;
	float: left;
	font-size: 15px;
	padding: 6px 3px;
}
.date_select .date_input {
	width: 80%;
	float: left;
	border-radius: 0;
}
.date_select_button {
	text-align: right;
}
.btn_schedule {
	height: 38px;
	width: 48%;
}
a.btn_schedule {
	line-height: 28px;
}
input[type="date"]
{
    display:block;
    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
    /* Solution 2 */
    /* min-width: 96%; */
}
.flag {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 11px;
    border-bottom: 0;
}
.flag img {
    width: 25px;
	height: 25px;
	border-radius: 50%
}
.live-vote-section h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
    font-size: 1.385rem;
    line-height: 1.385rem;
    font-weight: 600;
	border-bottom: 1xp solid #ebebeb;
}
.live-vote-section h3 span {
	max-width: 50%;
    text-align: right;
    margin-bottom: 20px;
	text-transform: none;
    font-size: 15px;
    line-height: 19.5px;
    font-weight: 500;
	float: right;
}
.vote-area {
	padding: 10px;
}
.vote-area h5 {
	margin-bottom: 10px;
	font-weight: 700;
	color: #FF2B47;
}
.vote-area h5 span {
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
.vote-menu {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	list-style: none;
	padding: 0;
	margin: 0 -1px;
    margin-bottom: 10px;
    border-spacing: 1px 0;
	clear: both;
}
.vote-menu li.team {
	position: relative;
	flex: 1 1 0px;
	text-align: center;
	transition: all .3s cubic-bezier(.86,0,.07,1);
    background-color: transparent;
	margin: 0 1px;
}
.vote-menu li.team.team-1 {
	text-align: right;
	border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ff0000;
}
.vote-menu li.team.team-2 {
	text-align: left;
	border-style: solid;
    border-width: 1px 5px 1px 1px;
    border-color: #0088ff;
}
.vote-menu li.team .vote-button {
	width: 100%;
	height: 100%;
	text-transform: none;
    font-size: 1.385rem;
    line-height: 2.0775rem;
    font-weight: 500;
	transition: all .3s cubic-bezier(.86,0,.07,1);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 0;
	padding: 5px 10px;
    margin: 0;
    position: relative;
}
.vote-menu li.team.team-1 .vote-button {
	background: linear-gradient(0deg,#fff 50%,rgba(255, 0, 0, 0.4) 50%);
	background-size: 200% 200%;
    background-position: bottom;
}
.vote-menu li.team.team-2 .vote-button {
	background: linear-gradient(0deg,#fff 50%,rgba(0, 136, 255, 0.4) 50%);
	background-size: 200% 200%;
    background-position: bottom;
}
.vote-menu li.team .vote-button:hover {
	color: #ebebeb;
    background-position: top;
}
.vote-menu li.team .vote-button .name {
	max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.154rem;
    line-height: 1.154rem;
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: 400;
    display: block;
}
.vote-menu li.team .vote-button small {
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: #ff0000;
}
.vote-menu li.team.team-2 .vote-button small {
    color: #0088ff;
}
.gamer-vote .gamer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gamer-vote-item {
	flex: 1 1 0px;
	margin: 0 5px 10px;
}
.gamer-vote-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.gamer .gamer-vote-item a {
	transition: all .3s cubic-bezier(.86,0,.07,1);
	background: linear-gradient(0deg,#dcdcdc 50%,rgba(255, 0, 0, 0.7) 50%);
	background-size: 200% 200%;
	background-position: bottom;
}
.gamer-vote-item a:hover {
    background-position: top;
}
.gamer-vote-item img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.gamer-vote-item h6 {
	font-size: 16px;
	font-weight: 700;
	color: #FF2B47;
	margin: 8px 0;
}
.gamer-vote-item p {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.gamer-vote-item a:hover h6, .gamer-vote-item a:hover p {
    color: #fff;
}
/* schedule */
.schedule-section .section-title h2 {
	display: inline-block;
}
.schedule-section .nav-tabs {
	float: right;
    border: none;
}
.schedule-section .nav-tabs .nav-item a {
	color: #303C50;
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    position: relative;
    font-weight: 600;
}
.schedule-section .nav-tabs .nav-item a.active:after, .schedule-section .nav-tabs .nav-item a:hover:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #FF2B47;
	position: absolute;
	bottom: 0;
	left: 0;
}
.list_loading {
	position: relative;
	min-height: 320px;
	align-items: center;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
}
.list-sort {
	display: flex;
	margin-bottom: 10px;
}
.list-sort .sort-item {
	flex: 1 1 auto;
	text-align: center;
}
.list-sort .sort-item a, .list-sort .sort-item span {
	display: block;
	padding: 10px 3px;
	border-color: #999;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	background: #fff;
	cursor: pointer;
}
.list-sort .sort-item a.active, .list-sort .sort-item span.active {
	background: #FF2B47;
	color: #fff;
}
.list-sort .sort-item:last-child a {
	border-right: 1px solid #999;
}
.list-sort .sort-item a:hover {
	background: #FF2B47;
	border-color: #fff;
	color: #fff;
}
.split_date {
	width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(44deg, #FF2B47, transparent);
    background-image: -webkit-linear-gradient(316deg, #FF2B47, transparent);
    background-image: linear-gradient(134deg, #FF2B47, transparent);
    line-height: 0.1em;
    margin: 15px 0 15px;
}
.split_date span {
	color: #FF2B47;
	font-weight: 700;
	font-size: 18px;
	background: #ccc;
	padding-right: 10px;
}
.match_title {
	background: #262D3A;
    padding: 10px 0;
    color: #fff;
	margin-bottom: 8px;
}
.match_title .team {
	display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-home {
	float: right;
	margin-left: 5px;
}
.avatar-away {
	float: left;
	margin-right: 5px;
}
.match-list {
	padding: 0 10px;
	background: #ccc;
	padding-bottom: 5px;
}
.list_match {
	margin-bottom: 5px;
	background: #fff !important;
}
.match-list a {
	color: #000;
}
.match-list .match {
	padding: 6px 5px;
	transition: all .3s cubic-bezier(.86,0,.07,1);
}
@media only screen and (min-width: 768px) {
	.match-list .match {
		height: 75px;
	}
}
.match-list .match-game {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    color: #737682;
    width: 36px;
}
.match-list .match-game img{
    width: 30px;
}
.match-list .match .match-time {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 0;
}
.match-list .match .match-time span:nth-child(2) {
	display: none;
}
.match-list .match .match-info {
    padding: 0;
}
.match-list .match .match-info .team {
	align-items: center;
	padding: 10px 0;
	text-align: center;
	display: flex;
	height: 100%;
}
.match-list .match .match-info .team.team_home {
	justify-content: flex-end;
}
.match-list .match .match-info .team-name {
	max-width: 180px;
	font-size: 15px;
    overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}
.match-list .match.live .match-info .team-name {
	color: #FF2B47
}
.match-list .team_home {
	width: 45%;
	float:left;
}
.match-list .match-connect {
	width: 10%;
	float:left;
	margin: 0 !important;
	display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.match-list .match-connect span:first-child, .match-list .match-connect span:last-child {
	font-size: 15px;
	font-weight: 700;
	color: #037bfc;
}
.match-list .match-connect span.win {
	color: #FF2B47;
}
.match-list .match-connect span:nth-child(2) {
	padding: 0 2px;
}
.match-list .team_away {
	width: 45%;
	float:	left;
}
.match-list .match .match-info .match-connect {
    margin: 0 5px;
    color: #000;
	padding: 10px 0;
	text-align: center;
}
.match-list .match .match-info .match-tournament {
    overflow: hidden;
    text-overflow: ellipsis;
	color: #4a4a4a;
    font-size: 13px;
	font-weight: 700;
}
.match-list .match .match-status {
    display: flex;
	flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    white-space: nowrap;
	padding: 0;
}
.match-list .match .match-status img {
    width: 25px;
}
.match-list .match.live .match-status img {
    filter: grayscale(0%);
	animation: opacity-ani 1.5s infinite;
}
.match-list .match .match-status p {
    text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}
.match-list .match.live .match-status p {
    animation: opacity-ani 1.5s infinite;
}
.match-list .match .match-type {
	display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
}
.match-list .match .match-type span {
	text-transform: uppercase;
	text-align: center;
}
.date-schedule {
	background: #ccc;
	padding: 10px;
}
/* schedule sidebar */
.schedule-section.schedule-side,
.schedule-section.schedule-top {
	background: #ffeaa7;
}
.matchticker {
	min-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.matchticker .match {
	padding: 5px 10px;
	display: table;
    width: 100%;
	border-bottom: 1px solid #9d9d9d;
}
.matchticker .match .match-item {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
}
.matchticker .match .match-item.match-team {
	width: 30%;
}
.matchticker .match .match-item.match-team .team-logo {
	height: 45px;
    display: block;
    position: relative;
	margin-top: 5px;
}
.matchticker .match .match-item.match-team .team-logo img {
	height: 35px;
}
.matchticker .match .match-item.match-team .team-info h5 {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 13px;
    height: 45px;
	color: #000;
}
.matchticker .match.live .match-item.match-team .team-info h5 {
	color: #FF2B47;
}
.matchticker .match .match-between .match-time span {
	font-weight: 700;
	color: #000;
}
.matchticker .match.live .match-between .match-time span {
	animation: opacity-ani 1.5s infinite;
}
.matchticker .match .match-between .match-versus {
	color: #666;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.matchticker .match.live .match-between .match-versus {
	color: #FF2B47;
}
.matchticker .match .match-between .match-versus .win {
	color: #FF2B47;
}
.matchticker .match .match-between img {
	height: 25px;
}
.matchticker .match.live .match-between img {
	filter: grayscale(0%);
	animation: opacity-ani 1.5s infinite;
}
.match-list .matchticker .match {
	background: #fff;
	border-bottom: 5px solid #ccc;
}
/* single schedule */
#schedule_player {
	display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
	margin-bottom: 15px;
}
#schedule_player iframe {
	width: 100%;
	height: 100%;
}
/*====================================================
	Poll
====================================================*/
.poll-section .section-main {
	padding: 15px;
}
.poll-section input[type=checkbox], .poll-section input[type=radio] {
	zoom: 1.4;
	vertical-align: text-top;
}
.poll-section .form-check {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.poll-section .form-check-label {
	font-size: 15px;
}
.poll-section .thank_contact {
	height: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.poll-section a.btn {
	color: #fff;
}
.poll-section a.btn-vote:hover{
	color:#fff;
}
.poll-section #poll_result{
	display: none;
	width: 100%;
}
.poll-section .poll-section .pollTop{
	background: #c82333;
	height: auto;
	padding: 5px;
	text-align: center;
}
.poll-section .pollTop span{
	font-size: 18px;
	font-weight: bold;
}
.poll-section .pollContent{
	background: #FFFFFF;
	padding: 5px;
	font-size: 15px;
}
.poll-section .pollContent tr td{
	padding: 12px 0;
}
.poll-section .pollQA{
	margin-bottom: 5px;
	font-weight: bold;
}
.poll-section .clearfix{
	clear: both;
}
.poll-section .vote{
	vertical-align:middle;
	padding:0px;
	margin:0px;
	float:left;
	width:97%;
}
.poll-section .btn-vote{
	background-color:#c82333;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	border: medium none;
	cursor: pointer;
}
.poll-section .vote-link{
	color:#c82333;
}
.poll-section .vote-submit{
	margin-top: 10px;
}
.poll-section .pollAnswerBar {
	float: left;
	height: 15px;
	margin-right: 10px;
}
.poll-section .line-grey {
	border-top: 1px solid #e6e6e6;
	height: 1px;
	margin-bottom: 2px;
	overflow: hidden;
}
.poll-section #captcha{
	border-color: #bbb;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 2px;
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 4px 8px;
	width: 122px;
}
.poll-section .box_captcha{
	margin-top: 8px;
}
.poll-section .box_captcha img{
	vertical-align: middle;
}
/*====================================================
	GAMER
====================================================*/
.gamer_list {
    padding: 0;
}

.gamer_list:hover {
    overflow: none;
}
.gamer_list li {
	height: 40px;
	display: flex;
    align-items: center;
    padding: 5px 20px;
	border-bottom: 1px solid #ccc;
}
.gamer_list li a {
	color: #000;
}
.gamer_list li:last-child {
	border-bottom: none;
}
.gamer_list li>a>div {
    display: inline;
}
.gamer_list li .gamer_icon {
    float: left;
    margin-left: 30px;
    margin-right: 20px;
}
.gamer_list li .gamer_icon img {
    width: 30px;
	height: 30px;
}
.gamer_list.team li .gamer_icon img {
    width: 50px;
	height: 30px;
}
.gamer_list li .gamer_name {
    font-weight: 700;
}
.gamer_list li .gamer_rank {
    float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #888;
	font-size: 14px;
	font-weight: 700;
}
.gamer_list li:hover .gamer_rank, .gamer_list li:hover .gamer_name {
	color: #FF2B47;
}
.gamer_list li:first-child .gamer_rank {
    border: 1px solid #FF2B47;
	border-radius: 50%;
    color: #FF2B47;
}
/*==============================================
	SINGLE
==============================================*/
.fb-like, .fb-like span, .fb-like span iframe, 
.fb-page, .fb-page span, .fb-page span iframe,
.fb-comments, .fb-comments span, .fb-comments span iframe {
	width: 100% !important;
	overflow: hidden;
}
.fb-comments span iframe {
	border: 1px solid #d5cbcb !important;
}
/* single news */
.single-news-section {
	padding: 15px;
}
.single-news-title h1 {
    font-weight: 700;
    font-size: 30px;
}
.single-news-info p {
	color: #666;
    margin: 10px 0;
}
.single-news-info p span {
    color: #FF2B47;
    font-weight: 700;
}
.single-news-summary h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
	line-height: 1.5;
}
.single-news-content {
	font-size: 16px;
	word-break: break-word;
	text-align: justify;
}
.single-news-content table {
	max-width: 100% !important;
}
.single-news-content img {
	padding-bottom: 10px;
}
.single-news-content iframe {
	padding-bottom: 10px;
	width: 100% !important;
    min-height: 34px;
}
.single-news-content .author {
	display: block;
	text-align: right;
	color: #1C1B77;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0;
}
.recommend-news {
	background: #ebebeb;
	padding: 10px;
}
.recommend-news li {
	position: relative;
	padding-left: 15px;
}
.recommend-news li:before {
	content: '♦';
	color: #ed1c24;
	position: absolute;
	left: 0;
}
.recommend-news li a {
	color: #000;
	font-size: 16px;
    font-weight: 600;
	-webkit-line-clamp: 1;
}
.recommend-news li a:hover {
	color: #ed1c24;
}
/* single video */
.video_player {
	width: 100%;
	background: #000;
}
.video_player iframe {
	height: 100% !important;
	width: 100%  !important;
	aspect-ratio: 1 / 0.65;
}
.facebook_video {
	height: 666px;
	overflow: hidden;
}
.facebook_video iframe {
	height: 666px !important;
}
.h6c {
    padding-left: 15px;
    color: #000;
	margin-bottom: 20px;
	font-weight: 700;
}
.series-content:last-child .h6c {
	margin-bottom: 0;
}
.h6c .list_match_by_set {
	display: flex;
	flex-wrap: wrap;
}
.h6c a {
	display: inline-block;
	width: calc(10% - 15px);
	text-align: center;
    color: #414141;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 6px;
    white-space: nowrap;
}
.h6c a.active, .h6c a:hover {
    color: #fff;
    background: #FF2B47;
}
/* single comment */
.comment-section {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
}
.comment-section .comment_item {
	margin-bottom: 20px;
}
.comment-section a.no-avatar {
	display: inline-block;
	margin: 0 10px 0 0;
    width: 36px;
    height: 36px;
    background: #E5E5E5;
    line-height: 36px;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: arial;
    overflow: hidden;
    border-radius: 50%;
}
.comment-section .input_comment {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.comment-section .comment_content {
	padding: 0 0 0 46px;
    margin-top: 0;
}
.comment-section .user_comment_name {
	margin-right: 5px;
}
.comment-section .user_comment_name a, .comment-section .input_comment {
	font-weight: 700;
	font-size: 16px;
	color: #FF2B47;
}
.comment-section .user_comment_text {
	font-size: 16px;
}
.comment-section .comment_btn a {
	font-weight: 700;
	font-size: 15px;
}
.comment-section .sub_comment {
	padding: 0 0 0 56px;
	margin-top: 20px;
    width: 100%;
    position: relative;
}
.comment-section .sub_comment:before {
	content: '';
    background: #E5E5E5;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 46px;
}
.comment-section .sub_comment .sub_comment_item:not(:last-child) {
	margin-bottom: 20px;
}
.comment-section .form_comment_sub {
	display: none;
}
/* single image post */
.post-content {
	position: relative;
}
.image-list .image-list-item p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
.post-content .post-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-content .post-prev {
	left: 15px;
}
.post-content .post-next {
	right: 15px;
}
.post-content .post-nav a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #FF2B47;
	border-radius: 50%;
	opacity: 0.7;
}
.post-content .post-nav a:hover {
	opacity: 1;
}
/*==============================================
	FOOTER
==============================================*/
.footer {
	padding: 25px 0;
	background: rgba(0, 0, 0, 0.9);
}
.footer .footer-logo {
	float: left;
    margin: 45px 30px 45px 0;
}
.footer .footer-logo img {
	width: 170px;
}
.footer .footer-intro {
	padding: 30px 0;
	color: #fff;
}
.footer .footer-intro p {
	max-width: 90%;
	font-weight: 700;
	line-height: 1.4;
}
.footer .footer-contact h5 {
	color: #FF2B47;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.footer .footer-contact a {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.footer .footer-contact a:last-child {
	margin-bottom: 0;
}
.footer .footer-contact a:hover {
	color: #ff7700;
}
.footer .footer-contact a i {
	color: #fff;
    background: #FF2B47;
    padding: 5px;
    width: 25px;
    height: 25px;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
/*====================================================
PAGINATION
====================================================*/
.pagination {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
}
ul.pagination li {
    display: inline-block;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FF2B47;
    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 {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF2B47;
    border-color: #FF2B47;
}

/*====================================================
	Datepicker
====================================================*/
.datepicker {
	border-radius:2px;
	font-size:13px;
	z-index: 99999 !important;
}
.datepicker th,.datepicker td {
	padding:3px 10px !important;
	text-align:center;
}
.datepicker th {
	color: #C75757;
	font-size: 15px;
}
.datepicker .year, .datepicker .month {
    display: block;
    padding: 0 3px !important;
    width: 150px;
}
.datepicker .year.active,.datepicker .month.active {
	color: #fff;
}
.datepicker table tr td.day:hover {
	background:#eee;
	cursor:pointer
}
.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover {
	background-color:#006dcc;
	color:#fff
}
.datepicker thead tr:first-child th,.datepicker tfoot tr:first-child th {
	cursor:pointer
}
.datepicker thead tr:first-child th:hover,.datepicker tfoot tr:first-child th:hover {
	background:#eee
}
.datepicker thead tr .datepicker-switch {
	color:#6f7b8a
}
.datepicker thead tr .dow {
	color:#C75757;
	text-transform:uppercase;
	font-size:11px
}
.datepicker tbody tr .odd {
	color:#d0d3d8
}
.datepicker table tr td.old,.datepicker table tr td.new {
	color:#d0d3d8
}
.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover {
	background-image:none;
	text-shadow:none;
	font-weight:600
}
.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover {
	background-color:#e5e9ec;
	background-image:none;
	color:#fff
}
.datepicker table tr td.day:hover {
	background:#eee;
	opacity:.65
}
.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled.disabled:hover,.datepicker table tr td.active[disabled],.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled[disabled]:hover {
	background-color:#C75757
}
.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover {
	background-image:none;
	border:0;
	text-shadow:none
}
.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled[disabled]:hover {
	background-color:#C75757
}
.datepicker table tr td span {
	border-radius:4px 4px 4px 4px
}
.datepicker-inline {
	width:auto
}
.datepicker table {
	border:1px solid #eee
}
input.datepicker {
	font-size: 16px;
}
/*====================================================
	Sign up - Sign in
====================================================*/
.alert {
	z-index: 1051 !important;
}
.form-login h6 {
    width: 70%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 25px auto;
}
.form-login h6 span {
	font-size: 14px;
    background: #fff;
    padding: 0 10px;
}
form .finput {
	position: relative;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 20px;
	text-align: center;
	pointer-events: none;
}
.has-success .form-control-feedback {
	color: #3c763d;
	margin-top: 10px;
}
.home_container .has-success .form-control-feedback {
	margin-top: 10px;
}
.form-control-feedback.fa {
	display: none;
	font-size: 18px;
	right: 3px;
}
.error {
	font-size: 13px;
	color: #ff0000;
	width:100%;
	padding: 2px 5px;
	margin-bottom: 2px;
	font-weight: normal;
}
.home_container .error {
	width:100%;
}
.has-error .form-control-feedback {
	color: #a94442;
	margin-top: 10px;
}
.home_container .has-error .form-control-feedback {
	margin-top: 10px;
}
.has-error .form-control-feedback {
	color: #a94442;
	top: 0 !important;
}
.form-group-captcha {
	position: relative;
}
.register_captcha_code {
	width: 98px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	transition: all .2s;
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 9pt;
	border-radius: 5px;
	z-index: 10;
}
.alert-error-login {
	color: #ff0000;
}
/*====================================================
	Button to top
====================================================*/
.btntoTop {
    background-color: #FF2B47;
    color: #fff;
    border: 1px solid #f2f2f2;
	border-radius: 20px;
    bottom: 30px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    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: #fff none repeat scroll 0 0;
	border: 2px dotted #FF2B47;
	opacity: 0.8;
	color: #FF2B47;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}
.facebook-section {
	margin-bottom: 20px;
}
.schedule-top {
	display: none;
}

.policy_section h3 {
	color: #FF2B47;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
}
.policy_section h6 {
	color: #ff7700;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
}
.policy_section p {
	text-align: justify;
	font-size: 16px;
}
/* 404 */
#err_404 {
    text-align: center;
    padding: 130px 0;
}

#err_404 h1 {
    padding: 0 0 20px 0;
}

#err_404 article {
    color: #FF2B47;
}
/* ads */
.ads_top {
    margin: 0 auto;
    padding-top: 10px;
	position: relative;
	z-index: 99;
}
.ads_center {
    margin: 0 auto;
    padding-bottom: 10px;
}
.ads_top .tour-top-img {
	display: none;
}
.event-link a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    animation-duration: 700ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite;
}
/* popup modal */
#popup-modal .modal-dialog {
	max-width: 600px;
	width: 600px;
	margin-top: 125px;
}
#popup-modal .modal-content {
	width: 100%;
	height: 100%;
	border: none;
}
#popup-modal .modal-body {
	padding: 0;
}
#popup-modal .modal-body .close {
	float: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
    width: 28%;
    height: 8%;
}
#popup-modal .modal-body img {
	width: 100%;
}
/*====================================================
	RESPONSIVE
====================================================*/
@media print, screen and (min-width: 40em) {
	.grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-13, .grid-x>.medium-14, .grid-x>.medium-15, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-shrink {
		flex: 0 0 auto;
	}
	.grid-x>.medium-1 {
		width: 6.66667%;
	}
	.grid-x>.medium-2 {
		width: 13.33333%;
	}
	.grid-x>.medium-3 {
		width: 20%;
	}
	.grid-x>.medium-4 {
		width: 26.66667%;
	}
	.grid-x>.medium-7 {
		width: 46.66667%;
	}
	.grid-x>.medium-9 {
		width: 60%;
	}
	.grid-x>.medium-10 {
		width: 66.66667%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
	/* header */
	.header .logo {
		padding-right: 30px;
	}
	.header .logo .g-logo {
		max-width: 150px;
	}
	.header .menu {
		z-index: 200;
	}
	.header .sub-menu>li h1, .header .sub-menu>li a {
		font-size: 12px;
	}
	.header.fixed .sub-menu>li h1, .header.fixed .sub-menu>li a {
		padding: 0 7px;
	}
	.header.fixed .user-menu {
		position: fixed;
		top: 30px;
	}
	.header.fixed .user-menu a {
		font-size: 14px;
	}
	.header .header-search {
		top: 110px;
		right: 10px;
		background: #FF2B47;
	}
	.header.fixed .header-search {
		top: 70px;
	}
}
@media only screen and (max-width: 991px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	/* header */
	.header {
		min-height: 60px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .container {
		align-items: center;
		justify-content: space-between;
	}
	.header .logo {
		padding: 0;
		align-items: center;
	}
	.header .logo .g-logo {
		max-width: 90px;
	}
	.header .user-menu {
		top: 50%;
		right: unset;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.header .menu {
		display: none;
	}
	.header .mobile-menu {
		display: inline-flex;
		height: 100%;
		align-items: center;
		position: relative;
	}
	.header .mobile-menu ::-webkit-scrollbar {
		width: 7px;
		height: 7px;
	}
	.header .mobile-menu ::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
		border-radius: 1px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.header .mobile-menu ::-webkit-scrollbar-thumb {
		border-radius: 2px;
		-webkit-box-shadow: inset 0 0 10px #ff0000;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.header .mobile-menu a.menu-trigger {
		font-size: 20px;
		color: #FF2B47;
	}
	.header .mobile-menu ul.menu-mobile-list {
		display: none;
		min-width: 200px;
		max-height: 400px;
		overflow: auto;
		position: absolute;
		top: 100%;
		right: 0;
		border-style: solid;
		border-color: #dcdcdc;
		border-width: 1px 0 1px 1px;
		z-index: 99999999999;
	}
	.header .mobile-menu ul.menu-mobile-list li {
		display: block;
		background: rgba(0, 0, 0, 0.9);
		margin: 0;
		line-height: 30px;
		text-align: right;
		border-bottom: 1px solid #dcdcdc;
	}
	.header .mobile-menu ul.menu-mobile-list li.active {
		background: rgba(255, 43, 71, 0.9);
	}
	.header .mobile-menu ul.menu-mobile-list li:last-child {
		border-bottom: none;
	}
	.header .mobile-menu ul.menu-mobile-list li h1 {
		font-size: 14px;
		line-height: 30px;
	}
	.header .mobile-menu ul.menu-mobile-list li a {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 5px;
	}
	.header .mobile-menu ul.menu-mobile-list li i {
		display: none;
	}
	.header .mobile-menu ul.menu-mobile-list li.menu_has_children>a {
		position: relative;
	}
	.header .mobile-menu ul.menu-mobile-list li.menu_has_children>i {
		display: inline-block;
		color: #fff;
		font-size: 20px;
	}
	.header .mobile-menu ul.menu-mobile-list li.menu_has_children ul {
		display: none;
		padding-left: 15px;
		background: #333;
		border-top: 1px solid #ebebeb;
	}
	.header .mobile-menu ul.menu-mobile-list li.menu_has_children ul li {
		background: transparent;
		position: relative;
	}
	.header .mobile-menu ul.menu-mobile-list li.menu_has_children ul li a i {
		display: inline-block;
	}
	.header.fixed {
		min-height: 60px;
	}
	.header.fixed .logo {
		padding: 0;
	}
	.header.fixed .logo .g-logo {
		max-width: 90px;
	}
	.header.fixed .user-menu {
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.header .header-search, .header.fixed .header-search {
		right: 70px;
	}
	/* clan - gamer section */
	.gamer-section, .clan-section, .adv-section {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: inline-flex;
	}
	/* footer */
	.footer .footer-main .footer-logo {
		float: none;
		margin: 0;
	}
	.footer .footer-main .footer-intro {
		padding: 15px 0;
	}
	.footer .footer-intro p {
		max-width: 100%;
		text-align: justify;
	}
	/* video highlight sidebar */
	.hot-video-section .sidebar-video .col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%;
	}
	/* popup modal */
	#popup-modal .modal-dialog {
		max-width: 600px;
		width: 600px;
		height: 450px;
		margin-top: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.gamer-section, .clan-section, .adv-section {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
	}
	/* video */
	.hot-video-section .video-list .col-sm-12 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.hot-video-section .sidebar-video .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hot-video-section .video-item .video-title a {
		font-size: 18px;
	}
	/* single news */
	.single-news-content img {
		width: 100% !important;
		height: unset !important;
		object-fit: cover;
	}
	/* popup modal */
	#popup-modal .modal-dialog {
		max-width: 500px;
		width: 500px;
		height: 375px;
	}
}
@media only screen and (max-width: 575px) {
	.wrapper>.container>.form-row {
		margin-left: 0;
		margin-right: 0;
	}
	.col-right-small {
		padding-right: 15px;
	}
	.col-left-small {
		padding-left: 15px;
	}
	.clan-section, .adv-section:nth-child(2) {
		float: none;
	}
	/* video */
	.hot-video-section .video-list .col-sm-6 {
		
	}
	/* news */
	.hot-news-section .news-item.big {
		margin-bottom: 15px;
	}
	.hot-news-section .news-item .news-img img {
		height: 280px;
	}
	/* schedule */
	.match-list .match.live .match-type {
		padding-left: 0;
		max-width: 13.666667%;
	}
	.match-list .match.live .match-status {
		max-width: 11.333333%;
	}
	/* sidebar */
	.gamer-section, .clan-section, .adv-section {
		display: block;
		width: 100%;
	}
	/* footer */
	.footer .footer-main .footer-logo {
		text-align: center;
	}
	.content_ads {
		display: block;
		position: relative; 
		overflow: hidden; 
		z-index: 100; 
		width: 100%; 
		height: 600px;
	}
	/* popup modal */
	#popup-modal .modal-dialog {
		max-width: 360px;
		width: 360px;
		height: 270px;
		margin: 80px auto 0;
	}
}
@media only screen and (max-width: 480px) {
	.header .logo .g-logo, .header.fixed .logo .g-logo {
		max-width: 120px;
	}
	.hot-video-section .sidebar-video {
		padding: 15px 0 0;
	}
	.hot-video-section .video-item .video-title a {
		font-size: 14px;
	}
	.aoe-guide-section .video-item .video-title a {
		-webkit-line-clamp: 4;
	}
	/* video */
	.h6c {
		padding-left: 0;
		font-size: 12px;
	}
	.h6c img {
		width: 18px;
	}
	.h6c a {
		margin-left: 5px;
		padding: 5px;
		font-size: 12px;
		width: calc(20% - 5px);
	}
	/* news */
	.latest-news-section .news-item {
		padding-bottom: 0;
	}
	.latest-news-section .news-item .news-img {
		margin-right: 10px;
	}
	.latest-news-section .news-item .news-text a {
		font-size: 16px;
	}
	.latest-news-section .news-item .news-text .news-summary {
		-webkit-line-clamp: 2;
	}
}
@media only screen and (max-width: 420px) {
	.header .container {
		padding: 0 10px;
	}
	.header .user-menu {
		left: 60%;
		width: 140px;
	}
	.header .user-menu a, .header .user-menu span {
		font-size: 14px;
	}
	.hot-news-section .section-main {
		padding: 15px 0;
	}
	.hot-video-section .video-list {
		padding: 15px 0 0;
	}
	.latest-news-section .news-list {
		padding: 10px 5px;
	}
	.latest-news-section .news-item .news-text a {
		line-height: 1.4;
		-webkit-line-clamp: 3;
	}
	.latest-news-section .news-item .news-text .news-summary {
		display: none !important;
	}
	.facebook-section .fb_iframe_widget_fluid span {
		width: 100% !important;
	}
	.facebook-section .fb_iframe_widget_fluid span iframe {
		width: 100% !important;
	}
	#popup-modal .modal-dialog {
		max-width: 300px;
		width: 300px;
		height: 240px;
		margin: 80px auto 0;
	}
}
/* Reponsive schedules*/
@media only screen and (max-width: 767px) {
	.list-sort {
		display: contents !important;
	}
	.match-list .match.live {
		padding: 10px 0;
	}
	.list-sort .sort-item {
		width: 20%;
		float: left;
	}
	.date_select {
		margin-bottom: 10px;
	}
	.date_select span {
		width: 25%;
	}
	.date_select .date_input {
		width: 75%;
	}
	.date_select_button {
		text-align: right;
	}
	.date_select_button .btn {
		padding: .25rem .35rem;
		width: 20%;
	}
	.date_select_button i {
		display: none;
	}
	.match-list-mobile .matchticker .match .match-item.match-team {
		width: 40%;
	}
	.avatar-home {
		display: none;
	}
	.avatar-away {
		display: none;
	}
}

/* Reponsive schedules*/
@media only screen and (max-width: 575px) {
	.date_select span {
		width: 25%;
	}
	.date_select .date_input {
		width: 75%;
	}
	.match-list .clearfix {
		margin-bottom: 10px;
	}
	.list-sort .sort-item {
		width: 33.33%;
	}
	.list-sort .sort-item a {
		border-width: 1px;
	}
	.match-type {
		display: none !important;
	}
	.match_title{
		display: none !important;
	}
	.match-game{
		display: none !important;
	}
	.match-list .match .match-info {
		max-width: 66.666667%;
	}
	.match-list .match .match-info .team-name {
		font-size: 14px;
	}
	.match-list .match .match-status {
		max-width: 16.666667%;
	}
	.schedule-top {
		display: block;
	}
	.schedule-side {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.date_select, .date_select_button {
		padding: 0;
	}
}
@media only screen and (max-width: 420px) {
	.match-list .match .match-time {
		flex-direction: row;
		max-width: 100%;
		padding: 0;
		color: #ff0000;
		font-size: 15px;
		font-weight: 700;
	}
	.match-list .match .match-time span:nth-child(2) {
		display: inline-block;
		padding: 0 5px;
	}
	.match-list .match .match-info {
		max-width: 80%;
		padding-left: 5px;
	}
	.match-list .match .match-status {
		max-width: 20% !important;
	}
	.match-list .match .match-info .team {
		justify-content: center !important; 
	}
	
	/* schedule sidebar */
	.matchticker .match a .game {
		display: none;
	}
	.matchticker .match a .match-info {
		padding: 12px 0;
	}
	.matchticker .match a .match-info .team-img {
		display: none;
	}
}