#app > .container{
	background-image: url(https://imagedelivery.net/MdNfW3hgvOZXqEx2exSS5A/d07f58bd-da7f-471f-2ddf-9f9021b28900/public)!important;
	background-repeat: no-repeat!important; background-size: cover; background-position: center top;
}
.match-link{
/*	border-top: 1px solid #feb307;*/
padding: 5px!important;
/*	border-bottom: 1px solid #feb307;*/
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
	font-family: 'Roboto', sans-serif!important;
}

.button-87 {
	padding: 8px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: block;
	border: 0px;
	font-weight: 700;
	box-shadow: 0px 0px 14px -7px #f09819;
	background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-87:hover {
	background-position: right center;
/* change the direction of the change here */
color: #fff;
text-decoration: none;
}

.button-87:active {
	transform: scale(0.95);
}
@media (min-width: 320px){
	.d-sm-none {
		display: none!important;
	}
}

@media (min-width: 992px){
	.d-lg-block {
		display: block!important;
	}
}
a{
	text-decoration:none!important
}
.bottom-nav {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.8rem 0;
	background-color: #ffffff;
	z-index: 99;
	will-change: transform;
	transform: translateZ(0);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.bottom-nav-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	text-align: center;
	font-size: 0.8rem;
	color: #636363;
}
.bottom-nav-link {
	display: flex;
	flex-direction: column;
}
.bottom-nav .active {
	color: #feb307;
}
.bottom-nav > .active > div > svg{
	fill: #feb307!important
}

.mb {
    display: none;   
}

@media screen and (min-width: 600px) {
	.bottom-nav {
		display: none;
	}
}
.img-fluid{
	height:auto!important;
}
.video_match > p{
	position: relative!important;
	padding-bottom: 56.25%!important;
	height: 0!important;
	overflow: hidden!important;
}

.video_match > p > iframe{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}

.py-2.border-warning.rounded {
	border-radius: 10px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px !important;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    border: 0px solid !important;
}
.border-warning button {
	padding: 2px 6px !important;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 2px 0px 0px !important;
	border: 0px;
	border-radius: 10px !important;
	min-width: 80px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.handle_video iframe {
	transform: scale(1)
}
#app > .container {
	background-image: url('') !important;
}
.border-warning button:last-child {
	margin-right: 0px !important;
}
.border-warning button:not(:nth-child(1)):hover {
	transform: translateY(-2px);
}
.border-warning button:nth-child(1) {
	color: #000 !important;
	animation: animation-bg-match-hot .6s linear infinite;
}
@keyframes animation-bg-match-hot {
	0% {
		background-image: linear-gradient(180deg,#f53a0b,#fa7c15);
	}
	100% {
		background-image: linear-gradient(180deg,#facc15,#f59e0b);
	}
}
.border-warning button:nth-child(5) img {
	border-radius: 50%;
}
.border-warning button:nth-child(4) {
/* 	margin-right: 40px !important; */
background-color: #0ea5e9;
}
.py-2.border-warning {
	padding: 8px !important;
	margin-top: 60px !important;
}
.tran_dau_bong_main .arrow-match {
	display: none;
}
.match-item .watch-btn {
	height: auto !important;
}
.match-list-shortcode .match-item {
	padding: 0px !important;
}
.match-main-option {
	margin: 0px !important
}
.watch {
	margin: 0px !important;
	position: relative !important;
}
.match-item {
	height: 100% !important;
}
.match-item .watch-btn a {
	font-size: 14px !important;
}

.btn-blv {
	white-space: nowrap;
	display: inline-block;
	padding: 0.65rem 1rem;
	font-weight: 600;
	color: #fff;
	background-color: rgb(255 211 37 / 1);
	color: #fff;
	background-color: #ff0000a1;
	border-radius: 20px;
	filter: drop-shadow(1px 1px #000);
}
.events_box .row.m-0.mb-3 {
	display: grid;
	grid-template-columns:2fr 1fr
}
.live-chat {
/*	border: 1px solid #ffc007;*/
/*	padding: 4px !important;*/
/*	border-radius: 8px;*/
	display: flex;
	flex-direction: column;
	position: relative;
}

.nhan_qua {
    position: absolute;
    z-index: 9999;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 900;
    color: #4fcae9;
}

.live-chat h3 {
	background: #1775e7;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.live-chat h3 span {
	display: flex;
	align-items: center;
	animation: animation_arrow_bottom .3s infinite;
	margin-left: 5px;
}
@keyframes animation_arrow_bottom {
	0%, 100% {
		transform: translateY(1px);
	}
	50% {
		transform: translateY(-1px);
	}
}

body {
    background-size: cover !important;
}

.sg_tit {
	color: #fff;
}

.live-chat iframe{
	flex: 1;
	border-radius: 4px;
}
.live-chat iframe body {
	background: white !important;
}
.noi_dung .nav.flex-column.nav-pills.me-3.d-sm-none.d-lg-block, #v-pills-tabContent {
	border: 1px solid #ffc107;
	border-radius: 8px;
}
#v-pills-tabContent {
	padding: 10px;
}
.noi_dung .container {
	padding: 0px !important
}
.home.blog.logged-in > div > div:nth-child(5) {
	background-image: url('') !important
}
#app-event-box .match-list.match-list-shortcode.row.list_cate_handle {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0 auto;
}
#app-event-box .match-list.match-list-shortcode.row.list_cate_handle > div {
	width: 100%;
	max-width: 100%;
	margin: 0px;
}
#app-event-box .competition-label-option {
	font-size: 15px;
	padding: 10px 20px;
	line-height: 20px;
	height: unset;
}
.hot-match .match-main {
/*	height: auto !important;*/
}
.hot-match .match-main.grid-match--is-hot{
    border: 1px solid red;
}
.team-label-option {
	font-size: 13px;
}
#navbar ul li a:hover{
	color: #ffd325;
}
.tit_trang_all {
	margin-top: 0px !important;
	margin-bottom: 6px !important;
}
.handle_video {
	background: #272727;
	border-radius: 6px;
	overflow: hidden;
}
.button-87 {
	padding: 3px 30px !important;
	border-radius: 6px !important;
	margin-bottom: 6px !important;
}
.title_box.tit_trang_all h1 {
	font-size: 20px;
	margin: 20px 0px;
	color: #fff;
}
.competition-label-option {
	height: 32px;
}
.competition-label-option span.live-gif {
	width: 50px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.competition-label-option span.live-title {
	background-color: #dc3545;
	padding: 3px 5px;
	text-align: center;
	text-transform: none;
	border-radius: 3px;
}

.watch {
	display: flex !important;
	padding: 5px 10px;
	align-items: center;
	justify-content: space-between;
}
.watch button {
	padding: 6px 8px !important;
	font-size: 12px;
	font-weight: 600;
	margin: 0px 2px 0px 0px !important;
	border-radius: 10px !important;
	min-width: 80px;
	width: 95px;
	flex-shrink: 0;
}
.competition-label-option span.live-gif img {
	width: 100%;
}

.match-list-shortcode .match-item {
	height: 250px;
}

.video_match iframe {
	height: 100% !important;
	transform: scale(0) !important;
}
#v-pills-tabContent {
	width: 100%;
}
@media screen and (min-width: 768px) {

	.video_match {
		height: 500px !important;
	}
}
@media screen and (max-width: 1023px) {
	.events_box .row.m-0.mb-3 {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.live-chat {
		min-height: 350px;
	}
	#app-event-box .match-list.match-list-shortcode.row.list_cate_handle {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 480px) {
	.tran_dau_bong_main {
		padding: 0 !important;
	}

	#app-event-box .match-list.match-list-shortcode.row.list_cate_handle {
		margin: 20px 0px;
		gap: 5px;
		padding: 0;
	}
	#app-event-box .match-list.match-list-shortcode.row.list_cate_handle .watch  {
		padding: 2px 4px;
	}
	#app-event-box .match-list.match-list-shortcode.row.list_cate_handle .watch button {
		font-size: 9px;
		min-width: fit-content;
		padding: 2px !important;
		width: 70px;
	}
	.match-item .watch-btn a {
		font-size: 11px !important
	}

	.vs-label.match-time-option-2,
	.team-label-option {
		font-size: 1.2rem;
	}
	.match-mid-option {
		grid-template-columns: 2fr 1fr 2fr !important
	}

	.match-big-xem-ngay, .match-item .watch-btn a.watch-btn-option {
		padding: 5px 10px;
	}

	#app-event-box .competition-label-option {
		font-size: 13px;
	}

	.match-item .watch-btn {
		padding: 10px;
	}

	.match-list-shortcode .match-item {
		height: 200px !important;
	}

	.xbd_topButton a {
		min-width: 8rem !important;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');


/*
Theme Name: wp live soccer
Theme URI: 
Author: 
Author URI: 
Description:
License: 
License URI: 
Tags :
Text Domain: 
Version: 1.1.9
*/

:root {
	--font-primary: 'Rubik', sans-serif;
	--bg-primary: #10253d;
	--cl-primary: #00EFFF;
	--cl-secondary: #05021c;
	--cl-third: #15304e;
	--cl-white: #fff;
	--cl-black: #000;
	--cl-text: #ccc;
	--cl-gray: #959597;
	--fz-small: 11px;
	--fz-small-x: 12px;
	--fz-small-xl:13px;
	--fz-base: 14px;
	--fz-normal: 15px;
	--fz-normal-x: 16px;
	--fz-large: 18px;
	--fz-large-x: 21px;
	--fz-large-xl: 22px;
	--fz-large-xxl: 24px;
	--radius: 6px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	line-height: 1.4;
}
body {
	background-color: var(--bg-primary);
	color: var(--cl-white);
	font-size: var(--fz-normal);
	font-family: var(--font-primary);
	overflow-x: hidden;

}
.container {
	margin: 0px auto;
	max-width: 1580px;
	padding: 0px 15px;
}
a {
	text-decoration: none;
}
input, button {
	border: none;
	outline: none;
}
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #90a4ae;
	border-radius: 6px;
	border: 3px solid #90a4ae;
}
::-webkit-scrollbar-track {
	background: var(--bg-primary);
}
.sm {
	display: none !important;
}
.md {
	display: block;
}
.hidden {
	display: none !important;
}
.swiper-button::before, .swiper-button::after {
	display: none;
}
.swiper-button.swiper-button-next svg{
	transform: scale(2.37) translateX(20%);
	position: relative;
	left: 50%;
}
.swiper-button.swiper-button-prev svg{
	transform:rotate(180deg) scale(2.37) translateX(20%);
	position: relative;
	right: 50%;
}
.banner_qc {
	text-align: center;
}
.banner_qc_img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 5px;
	padding: 0px 40px;
	margin: 20px 0px;
}
.banner_qc_img a {
	width: 100%;
}
.banner_qc_img a img {
	width: 100%;
}
.banner_qc_btn {
	background-color: #ff0000;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 5px;
	color: var(--cl-white);
	font-size: 12px;
}
.banner_qc_left {
	position: fixed;
	top: 117px;
	left: 0px;
	z-index: 20;
}
.banner_qc_right {
	position: fixed;
	top: 117px;
	right: 0px;
	z-index: 20;
}
.banner_qc_bottom {
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	height: 80px;
}
.banner_qc_bottom img {
	height: 100%;
}
.banner_qc_close {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: var(--cl-white);
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.banner_qc_close i{
	color: #ccc;
	font-size: 10px;
}
.banner_qc_left .banner_qc_close {
	right: 5px;
}
.banner_qc_right .banner_qc_close {
	left: 5px;
}
.banner_qc_bottom .banner_qc_close {
	top: 5px; 
	right: 5px;
	bottom: auto;
}
.banner_qc_popup {
	position: fixed;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_qc_popup_content {
	position: relative;
	max-height: 400px;
	height: 100%;
	width: 300px;
}
.banner_qc_popup_content .banner_qc_close_popup {
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: transparent;
}
.banner_qc_popup_content .banner_qc_close_popup i {
	font-size: 22px;;
	color: var(--cl-primary);
	cursor: pointer;
}
.banner_qc_popup_content img {
	width: 100%;
	height: 100%;
}
.banner_qc_top {
	width: 100%;
	height: 90px;
	display: grid;
	grid-template-columns: 1fr 1fr;

}
.banner_qc_top img {
	height: 100%;
	width: 100%;
}

.breadcrumb {
	padding: 16px 0px;
}

.breadcrumb a {
	padding: 8px 14px;
	background-color: var(--cl-secondary);
	color: var(--cl-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.breadcrumb a span {
	font-size: 22px;
	margin-right: 8px;
	display: flex;
	align-items: center;
}

#header {
	background-color: #ffc107;
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 9999;
}

main {
    margin-top: 72px;
}

.header_left {
	display: flex;
	align-items: center;
}
.header_logo {
	height: 100%;
	padding: 7px 8px;
}
.header_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.header_menu {
	display: flex;
	align-items: center;
	list-style: none;
	height: 100%;
}



.header_action{
	display: flex;
	align-items: center;
	list-style: none;
	margin-right: 5px;
}
.header_action li  {
	padding: 0px 5px;

}
.header_action li a {
	display: block;
	width: auto;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	background-color: var(--cl-secondary);
	padding: 8px 4px;
	border-radius: 4px;
	font-size: 10px;
}



.header_right_mb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding-left: 100px;
}
.item_contact {
	display: flex;
	justify-content: center;
	border-radius: 30px;
	background: rgb(55, 142, 125);
}
.header_right_mb_content {
	display: flex;
	align-items: center;
	gap: 5px;
}
.item_contact{
	font-size: var(--fz-small);
	padding: 4px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--cl-white) !important;
	font-weight: 400 !important;
	line-height: 1;
	font-size: 10px !important;
}



.item_contact span {
	display: block;
	text-transform: lowercase;
}

a.item_contact p {
	margin-bottom: 0;
}

#footer {
	border-top: 4px solid var(--cl-primary);
	padding-top: 32px;
}
.footer_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0px;
	border-bottom: 1px solid var(--cl-primary);
}
.footer_contact_content {
	display: flex;
}
.footer_contact_content a {
	font-size: var(--fz-normal-x);
	padding: 9px 16px;
	font-weight: 600;
	color: var(--cl-white);
}
.footer_contact_content button {
	padding: 9px 16px;
	background-color: var(--cl-primary);
	font-size: var(--fz-normal-x);
	border-radius: 2px;
	color: var(--bg-primary);
	text-transform: uppercase;
	font-weight: 600;
}
.footer_desc{
	padding-top: 16px;
	color: var(--cl-text);
	font-size: var(--fz-small-x)
}
.footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0px;
}
.footer_infor_social {
	display: flex;
	padding: 8px;
	margin-left: -8px;
	gap: 8px;
	align-items: center;
}
.footer_infor_social a {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--cl-white);
	font-size: var(--fz-small)
}
.footer_infor_social a span {
	font-size: 24px;
	display: flex;
}
.footer_infor_social a:hover {
	color: var(--cl-primary)
}
.footer_infor_social a:hover span {
	color: var(--cl-white)
}
.fooer_infor_list {
	display: flex;
	list-style: none;
	gap: 16px;
	padding-bottom: 4px;
}
.fooer_infor_list a {
	font-size: var(--fz-base);
	color: var(--cl-white);
}
.fooer_infor_list a:hover {
	color: var(--cl-primary)
}
.fooer_infor_small p{
	margin-top: 5px;
	color: var(--cl-text);
	font-size: var(--fz-small-xl);
}
.fooer_infor_small p a {
	color: var(--cl-primary)
}
.footer_protect {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.footer_protect p {
	font-size: var(--fz-small)
}
.scroll {
	background-color: var(--cl-primary);
	width: 32px;
	height: 32px;
	color: var(--cl-third);
	border-radius: 50%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
}

.blog_content {
	border: 1px solid var(--cl-third);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: flex;
	flex-direction: column;
}

.blog_list {
	padding: 15px;
	border-bottom: 1px solid var(--cl-third);
	display: flex;
	justify-content: space-between;
}

.blog_list_item {
	display: flex;
}

.blog_list_item_thumbnail {
	height: 94px;
}

.blog_list_item_thumbnail img {
	width: 154px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
}

.blog_list_item_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blog_list_item_content * {
	color: var(--cl-white);
}

.blog_list_item_content h3 {
	font-size: var(--fz-normal);
	font-weight: 600;
	max-width: 500px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.blog_list_item_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog_list_item_tag {
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
}

.blog_list_item_tag li a {
	font-size: var(--fz-small);
	padding: 10px;
	border-radius: 22px;
	line-height: 1;
	display: block;
	background-color: var(--cl-third);
	transition: all 0.1s ease;
	text-align: center;
}

.blog_list_item_tag li a:hover {
	background-color: var(--cl-primary);
	color: var(--cl-third)
}

.blog_list_item_bottom_time {
	font-size: var(--fz-small-x);
	color: var(--cl-text);
	min-width: 70px;
}

.blog_list_btn_all {
	margin: 20px 15px;
	padding: 5px 10px;
	background: var(--cl-primary);
	display: inline-flex;
	gap: 5px;
	align-items: center;
	color: var(--bg-primary);
	justify-content: center;
	border-radius: 2px;
	border: 1px solid var(--cl-third);
	font-size: var(--fz-base);
}

.blog_list_btn_all span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: var(--bg-primary);
	color: var(--cl-primary);
	font-size: 12px;
}

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

}
.blog_list_pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px 30px;
}
.blog_list_pagination_list {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 5px;
}
.blog_list_pagination_text {
	font-size: var(--fz-base);
	color: var(--cl-white);
	margin-right: 10px;
}
.blog_list_pagination_list li, .blog_list_pagination_next {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: var(--cl-white);
	background-color: var(--cl-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.blog_list_pagination_next {
	margin-left: 5px;
}
.blog_list_pagination_list li.active {
	color: var(--cl-secondary);
	background-color: var(--cl-primary);
}

.schedule_hot {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0px 40px;
	margin: 0px -40px 60px;
	overflow: hidden;
}

.schedule_hot_top {
	display: flex;
	align-items: center;
}

.schedule_hot_top h2 {
	padding-right: 16px;
	margin-right: 16px;
	font-size: 48px;
	font-weight: 700;
	width: fit-content;
	position: relative;
	line-height: 1;
}

.schedule_hot_top h2:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 50%;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	background-color: var(--cl-primary);
}

.schedule_hot_top_desc {
	display: flex;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	flex-wrap: wrap;
}
#detail .schedule_hot_top_desc h3 {
	background: linear-gradient(95deg, #f1c371 15%, #00efff 45%, #ff334f 75%, #ff334f 100%) 98%/200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: var(--fz-normal-x);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 10px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to left, #10253e, #00efff);
}
.schedule_hot_top_desc h3 {
	font-size: var(--fz-normal-x);
	font-weight: 400;
}

.schedule_hot_top_desc span {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--cl-primary);
	font-size: var(--fz-base);
	font-weight: 400;
	cursor: pointer;
}

.schedule_hot_top_desc span span {
	color: var(--cl-primary);
}

.schedule_hot_top_desc span:hover span {
	text-decoration: underline;
}

.schedule_slider {
	width: 100%;
	overflow: visible;
}

.schedule_hot_list_item {
	max-width: 300px;
	max-height: 160px;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 15%) 0px 0px 0.4rem 0px;
	position: relative;
	overflow: hidden;
	padding: 10px 16px;
}

.schedule_hot_list_item_link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

.schedule_hot_list_item_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.schedule_hot_list_item_bg img {
	width: 100%;
	height: 100%;
	filter: brightness(0.5);
	object-fit: cover;
	z-index: -1;
	transition: transform 0.275s cubic-bezier(0.21, 0.94, 0.18, 0.98) 0s;
}

.schedule_hot_list_item:hover .schedule_hot_list_item_link img {
	transform: scale(1.075);
}

.schedule_live {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	pointer-events: none;
	width: 50px;
	aspect-ratio: 2/1;
}

.schedule_live img {
	width: 100%;
}

.schedule_hot_list_item h4 {
	font-size: var(--fz-small-x);
	margin-bottom: 10px;
	width: fit-content;
	pointer-events: none;
	z-index: 10;
	font-weight: 400;
}

.schedule_hot_list_item_match {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-bottom: 5px;
	width: fit-content;
	max-width: 100%;
	pointer-events: none;
}

.schedule_hot_list_item_match_team {
	font-size: var(--fz-normal-x);
	line-height: 19px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	margin-bottom: 6px;
}

.swiper-button.swiper-button-disabled {
	display: none;
}

.schedule_betting {
	color: var(--cl-white);
	padding: 6px 12px;
	background: var(--cl-secondary);
	font-size: 12px;
	border-radius: 4px;
	margin-top: 5px;
	display: inline-block;
}

.schedule_hot_list_item_match_team:last-child {
	margin-bottom: 0px;
}

.schedule_hot_list_item_match_team span {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.schedule_hot_list_item_match_team span img {
	width: 100%;
	height: 100%;
}

.schedule_hot_list_item_detail {
	font-size: var(--fz-small-x);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
	z-index: 10;
}

.schedule_hot_list_item_detail_timer {
	display: flex;
	align-items: center;
	gap: 6px;
}

.schedule_hot_list_item_detail_blv {
	display: flex;
	align-items: center;
	gap: 4px;
}

.check_horizotal_slider {
	animation: showList 1s linear;
}

.schedule_hot_list.check_vertical {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	list-style: none;
	animation: showList 1s linear;
}


.schedule_hot_list.check_vertical .schedule_hot_list_item {
	max-width: 100%;
}

@keyframes showList {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blog_bxh_dropdown {
	padding: 15px 10px;
	position: relative;
	z-index: 10;
}

.blog_bxh_dropdown_active {
	width: 100%;
	height: 42px;
	padding: 8px;
	background-color: #0c0540;
	color: var(--cl-white);
	border: 1px solid transparent;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.blog_bxh_dropdown_active:hover {
	border: 1px solid var(--cl-primary);
}

.dropdown_img {
	aspect-ratio: 1/1;
	max-width: 20px;
	display: flex;
	align-items: center;
}

.dropdown_img img {
	max-width: 100%;
	width: 20px;
}
.dropdown_img i {
	font-size: 20px;
}
.blog_bxh_dropdown.blv .dropdown_img img{
	min-width: 25px;
	border-radius: 50%;
	overflow: hidden;
}

.dropdown_name {
	font-size: var(--fz-normal-x);
	font-weight: 400;
}

.dropdown_icon {
	margin-right: 5px;
	transition: all 0.3s ease;
}

.dropdown_icon.active {
	transform: rotate(180deg);
}

.dropdown_list {
	list-style: none;
	position: absolute;
	width: calc(100% - 20px);
	top: 90%;
	background: #0c0540;
	border-bottom: 8px solid var(--cl-primary);
	display: none;

}

.dropdown_list.active {
	display: block;
}

.dropdown_list li {
	padding: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 10px;
}

.dropdown_list_checkbox {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid var(--cl-primary);
	display: block;
}

.dropdown_list_checkbox.active {
	background-color: var(--cl-white);
}

.dropdown_list_item_content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dropdown_list_item_content .dropdown_name {
	font-size: var(--fz-base)
}

.main_news {
	display: grid;
	grid-template-columns: 350px 1fr;
}

.news_index {
	padding: 20px;
    /*background-color: #f5f5f5 !important;*/
	width: 100%;
	max-height: 942px;
	height: fit-content;
	overflow-y: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-top: 0px;
}

.news_index::-webkit-scrollbar {
	width: 0 !important;
	display: none;
}

.news_index_title_large {
	position: relative;
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    /*min-height: 56px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news_index_title_large h2 {
	font-size: var(--fz-large);
     line-height: 20px; 
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.news_index_title_large p {
	margin: 5px 0px;
	color: var(--cl-gray);
	font-size: var(--fz-base);
	line-height: 1.1;
}

.news_index_list {
	list-style: none;
	display: flex;
	flex-direction: column;
}

.news_index_list_item {
	padding: 10px 0px;
	font-size: var(--fz-base);
	display: flex;
}

.news_index_list_item.active {
	color: var(--cl-primary)
}

.news_index_item_number {
	margin-right: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 20px;
	color: var(--cl-secondary);
	background-color: var(--cl-white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_index_item_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news_index_item_content h3 {
	color: #fff;
	font-size: var(--fz-normal);
	line-height: 1.25;
	font-weight: 500;
}

.news_index_item_content p {
	font-size: var(--fz-base);
	color: var(--cl-gray);
}

.news_index_list_item.active .news_index_item_number,
.news_index_list_item:hover .news_index_item_number {
	background-color: var(--cl-primary)
}

.news_index_list_item.active .news_index_item_content h3,
.news_index_list_item:hover .news_index_item_content h3 {
	color: var(--cl-primary)
}

.news_content {
    /*background-color: #f5f5f5;*/
	padding: 0px 20px;
	max-height: 942px;
	overflow-y: auto;
	color: #fff;
}

.news_content_item h2 {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: var(--fz-large-x);
	font-weight: 600;
}
.main_news_blog {
	margin-bottom: 64px;
}
.main_news_blog .news_content_item h2 {
	font-size: var(--fz-base);
	padding: 0px;
	margin: 5px 0px;
}
.news_content_item p {
	padding: 5px 0px;
	margin-bottom: 10px;
	font-size: var(--fz-base);
	line-height: 1.5;
}

.news_content_item p a {
	color: var(--cl-white);
}

.news_content_item p a:hover {
	color: var(--cl-primary)
}

.news_content_item figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	margin-bottom: 10px;
	max-width: 100%;
	margin: 0 auto 10px;
}
.news_content_item figure img {
	object-fit: cover;
}

.news_content_item ul {
	padding-left: 40px;
	margin-bottom: 10px;
}

.news_content_item ul li {
	font-size: var(--fz-base);
}

.news_content_item .bg {
	color: var(--cl-primary);
	padding-top: 0px;
}
/*  */
/* top nha cai */
.top-nha-cai {
	margin-bottom: 30px;
}
.title__view-all {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.title__view-all h2 {
	color: #fdab11;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.title__view-all svg {
	width: 10px;
	height: 10px;
	color: white;
	margin-top: 2px;
}
.title__view-all a {
	text-decoration: none;
	color: white;
	font-size: 10px;
	margin-top: 2px;
	font-weight: 500;
}
.top__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.top__item {
	border: 1px solid #fdab11;
	border-radius: 8px;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	position: relative;
	min-height: 120px;
}
.top__item {
	border: 1px solid #fdab11;
	border-radius: 8px;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	position: relative;
	min-height: 120px;
}
.top__item__left {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(255, 204, 0);
	letter-spacing: 4px;
	font-size: 20px;
	gap: 10px;
}
.top__item__mid {
	padding: 0 100px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top__item__left,
.top__item__mid,
.top__item__right {
	width: 33%;
}
.top__item__right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-weight: 600;
}
.top__item__right button:first-child {
	color: #fdab11;
}

.top__item__right button {
	cursor: pointer;
	background-color: transparent;
	outline: none;
	border: 0;
}
.top__item__right button:last-child {
	color: white;
	background-color: #fdab11;
	padding: 8px 10px;
	border-radius: 8px;
}
.top__item__stt {
	position: absolute;
	top: -15px;
	left: 15px;
	background-color: #fdab11;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: black;
	font-weight: 600;
}

header>nav#header,
#header #navbar {
	background-color: rgb(31 30 42/1);
	color: #fff;
}

nav#header {
	background-color: rgb(17 24 39/1) !important;
}

header>.navbar {
	padding: 0;
}

.owards {
	text-transform: uppercase !important;
	font-family: 'Roboto', sans-serif!important;
	font-weight: 500 !important;
}

#header::before,
#header .container::before {
	/*content: "";*/
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

#header .container::before {
	z-index: -1 !important;
}

.xc::before {
	content: "";
	position: absolute;
	top: -100%;
	right: -50px;
	height: 200%;
	transform: rotate(15deg);
	width: 100%;
	z-index: 1;
}

header>#header .container {
	position: relative;
	z-index: 1;
}

#header #navbar,
nav#header {
	background-color: #fdab11 !important;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
}

.navbar,
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

nav#header .navbar-brand {
	display: block;
	height: 100%;
	margin: 0;
	top: 0;
	width: fit-content;
	left: 0;
	padding: 5px 0;
	overflow-y: clip;
	min-width: 150px;
}

html[data-bs-theme='dark'] body a {
	color: rgb(17 24 39/1);
}

a.navbar-brand {
	position: relative;
	z-index: 2;
}

.xc {
	position: absolute;
	height: 100%;
	width: calc(100% - 25px);
	left: 0;
	z-index: -1;
}

.navbar-brand img {
	height: 45px;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
}

header>nav#header,
#header #navbar {
	background-color: rgb(17 24 39/1);
	color: #fff;
}

#navbar {
	padding-left: 25px;
	height: 55px;
}

#navbar ul li:first-child a {
	/*color: rgb(255 211 37/1);*/
}

#navbar ul li a {
	text-transform: uppercase;
	color: #05021c;
	font-weight: 600;
	font-size: 12px;
	padding: 5px 6px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

#navbar ul li a:hover {
	color: #fff;
	background-color: #05021c;
}

body {
	background-color: #f5f5f5 !important;
	color: #fff;
	background-size: contain;
}

.tit_trang_all {
	margin-top: 1rem;
}


.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 1.5em;
	vertical-align: middle;
	width: 1.5em;
}

.match-item {
	margin-bottom: 20px;
	position: relative;
	height: 200px;
}

.match-load {
	cursor: pointer;
}

.hot-match .match-main {
	height: 100%;
	padding: 5px 10px !important;
	border: 1px solid #158aff;
}

.header_action li a.quang_cao_0 {
    background-color: #efb732 !important;
}

.header_action li a.quang_cao_1 {
    background-color: #4fcae8 !important;
}

.competition-label-option {
	font-size: 0.8rem;
	padding: 5px;
	min-height: 3rem;
}

.match-main-option {
	border-radius: 7px;
	margin: 5px;
	box-shadow: unset;
}

.match-main-option-4,
.match-main {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-position: center;
}

.match-main::before {
	background-position: center;
	background-size: cover;
	opacity: 0.6;
}

/*.match-main-option-4::before,
.match-main::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	box-shadow: 0 0 40px 40px rgba(255, 255, 255, .075) inset;
	left: 0;
}*/

.match-main-option::before {
	box-shadow: unset !important;
}

.match-big-container {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff !important;
	text-decoration: none !important;
}

.tran_khac {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.match-content {
	padding: 0 15px;
	position: relative;
}

.match-mid-option {
	display: grid;
	align-items: center;
	justify-items: center;
	grid-template-columns: 33% 33% 33%;
}

.team-logo-option img {
	width: 5rem;
	height: 5rem;
	display: block;
	object-fit: contain;
	margin: auto;
}

.watch,
.list-match-blv-option {
	font-size: 12px;
	width: 100%;
	text-align: center;
	display: grid;
	overflow: hidden;
	position: relative;
	align-items: center;
	justify-content: end;
}

.match-item:not(.live-match) .watch-btn {
	background: transparent !important;
	background-color: transparent !important;
}

.match-item .watch-btn {
	color: rgb(17 24 39 / 1);
	border: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 20px;
}

.match-big-xem-ngay,
.match-item .watch-btn a.watch-btn-option {
	white-space: nowrap;
	display: inline-block;
	padding: 0.65rem 1rem;
	font-weight: 600;
	color: #fff;
	background-color: rgb(255 211 37 / 1);
	color: #000;
}

.match-big-xem-ngay {
	background-color: #0d6efd;
	color: #fff;
}

.arrow-match {
	margin-left: 10px;
	margin-bottom: 6px;
}

.watch {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.footer-widget-custom ul {
	list-style: none;
	padding: 0;
}
.footer-widget-custom ul li a {
	color: rgb(17 24 39/1);
}
.footer-widget-custom .wp-block-heading {
	font-size: 2rem;
	padding: 0;
}
.footer-widget-custom .wp-block-heading:before {
	display: none;
}
.box_chat {
	background: #272727;
	border-radius: 0.4rem;
	padding: 15px;
}
.handle_video {
	background: #272727;
}
.video_match p {
	margin-bottom: 0;
	height: 100%;
}
.video_match {
	height: 100%;
	overflow: hidden;
}
.handle_video iframe {
	width: 100%;
	height: 500px;
	transform: scaleY(1.28);
}
.tit_trang_all {
	margin-bottom: 1rem;
}
.player-padding {
	display: block;
	position: relative;
}
.player-box .countdown_scl_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 100%;
	height: 100%;
}
.countdown_scl_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.title_countdown_scl {
	margin-bottom: 15px;
}
.countdown_scl_wrap * {
	color: #fff;
}
.title_countdown_scl>* {
	font-size: 35px;
	font-weight: bold;
}
.countdown_scl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
[data-layout="layout-1"]>div {
	background: black;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	text-transform: uppercase;
	font-size: 20px;
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.countdown_scl>* {
	text-align: center;
}
.countdown_scl>*>span:first-child {
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}

[data-layout="layout-1"] span:last-child {
	background: #232323;
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.countdown_scl span:last-child {
	border-radius: 10px;
	padding: 15px;
	display: block;
	font-size: 40px;
	font-weight: bold;
	min-width: 120px;
}

.header_action,
.header_menu {
	margin-bottom: 0px;
}



.header_menu li a {
	text-transform: uppercase;
	color: #1775e7 !important;
	font-weight: 600;
	font-size: 15px;
	padding: 5px 6px !important;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

.header_menu li a {
	padding: 0px;
}

.header_menu li a::before { 
	content: ""; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 0%; 
/*	background: var(--cl-secondary); */
transition: all 0.3s ease; 
z-index: -1; 
}

.header_menu li a:hover {
	color: #F9BC27 !important;
}

.header_menu li a:hover::before {
	height: 100%;
}

#main {
	padding: 20px 0px 40px;
}
.schedule_watch {
	padding: 0px 40px;
	margin: 0px -40px;
	overflow: hidden;
}

.schedule_watch_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.schedule_watch_top h2 {
	font-size: var(--fz-large-xxl);
	font-weight: 600;
	margin-right: 16px;
}

.schedule_watch_top_desc a {
	color: var(--cl-primary);
	font-size: var(--fz-normal);
	font-weight: 600;
	text-transform: uppercase;
}

.schedule_watch .schedule_slider,
.schedule_watch .schedule_hot_list {
	margin: 32px 0px 64px;
}

.main_blog {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 46px;
}

.blog_item_title {
	background-color: #fdab11;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--cl-secondary)
}

.blog_item_title h2 {
	font-size: var(--fz-large-x);
	font-weight: 600;
}

.blog_item_title p {
	color: var(--cl-text);
}

#menu-footer {
	display: flex;
	gap: 20px;
	margin: 20px 0 20px !important;
}

li.nav-item.menu-item {
	list-style-type: none;
}

.category .bl_con.posts {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.category .bl_con.posts article.item.post {
	width: calc(33.33% - 20px);
	overflow: hidden;
}

.category .bl_con.posts article.item.post img {
	width: 100%;
	height: 200px;
	max-height: 200px;
	margin-bottom: 10px;
	object-fit: cover;
	border-radius: 10px;
}

.category .bl_con.posts .item_tit.post_tit {
	font-size: 1.25rem;
}

.category .bl_con.posts .item_tit.post_tit a {
	color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category .bl_con.posts .post_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination {
	align-items: center;
	justify-content: center;
}

.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}


.pagination ul li {
	list-style: none;
	border: 1px solid;
	padding: 1px 10px;
	border-radius: 3px;
	background-color: #e9ecef;
	color: #000;
}

.bl_hd.archive_hd {
    margin-top: 20px;
}

.d-flex {
    display: flex;
    
}

.w-25 {
    width: 25%;   
}

.w-75 {
    width: 75%;   
}

.w-100 {
    width: 100%;
}

.container-archive {
    gap: 20px;
    padding: 20px;
}

@media screen and (min-width: 1580px) {
	.page-template-live-match iframe {
		width: 100%;
		height: auto;
		min-height: 600px;
	}
}

@media screen and (max-width: 600px) {
	.page-template-live-match iframe {
		width: 100%;
		height: auto;
		min-height: 250px;
	}
}

@media screen and (max-width: 768px) {
	.category .bl_con.posts article.item.post {
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.icon_menu_mb {
		display: none;
	}
}
@media screen and (min-width: 1678px) {
	.container {
		max-width: 1580px;
	}
}
@media screen and (max-width: 1674px) {
	.container {
		max-width: 1260px;
	}
}
@media screen and (max-width: 1339px) {
	.container {
		max-width: 1024px;
	}
	.schedule_hot_list.check_vertical {
		grid-template-columns: repeat(3, 1fr);
	}
	.header_right_mb {
		padding-left: 0px;
	}
	.top__item__mid {
		padding: 0;
		justify-content: center;
		padding: 0 10px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1350px) {
    .header_right_mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        padding-left: 25px;
    }

    .header_menu li a {
        text-transform: uppercase;
        color: #1775e7 !important;
        font-weight: 600;
        font-size: 10px;
        padding: 5px 4px !important;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }
}

@media screen and (min-width: 1351px) and (max-width: 1500px) {
    .header_right_mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        padding-left: 25px;
    }

    .header_menu li a {
        text-transform: uppercase;
        color: #1775e7 !important;
        font-weight: 600;
        font-size: 14px;
        padding: 5px 4px !important;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1680px) {
    .header_right_mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        padding-left: 25px;
    }

    .header_menu li a {
        text-transform: uppercase;
        color: #1775e7 !important;
        font-weight: 600;
        font-size: 14px;
        padding: 5px 10px !important;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }
}


@media screen and (max-width: 1023px) {
	.container {
		max-width: 768px;
	}
	.icon_menu_mb {
		display: flex;
		align-items: center;
		padding: 0px 16px;
	}
	.sm {
		display: flex !important;
	}

	.md {
		display: none !important;
	}
	.header_right_mb {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	.header_menu {
		position: fixed;
		width: 400px;
		height: 100%;
		background-color: var(--cl-white);
		display: flex;
		flex-direction: column;
		gap: 20px;
		top: 0px;
		right: 0px;
		padding: 40px 20px;
		transition: all 0.3s ease;
		transform: translateX(100%);
		z-index: 100;
	}
	.header_menu.active {
		transform: translateX(0);
	}
	.header_menu li a {
		font-weight: 400;
	}
	.header_menu .header_action {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.btn_close_menu {
		position: absolute;
		top: 10px;
		right: 10px;
		color: var(--cl-third);
		font-size: 24px;
	}
	.icon_menu_mb {
		font-size: 24px;
	}

	.fooer_infor_list {
		flex-wrap: wrap;
		gap: 10px;
	}
	.footer_bottom {
		display: flex;
		gap: 20px;
	}
	.swiper-button.swiper-button-next svg {
		transform: scale(1.5) translateX(0%);
		position: relative;
		left: -10%;
	}

	.swiper-button.swiper-button-prev svg {
		transform: rotate(180deg) scale(1.5) translateX(0%);
		position: relative;
		right: -10%;
	}
	.main_news {
		grid-template-columns: 1fr;
	}

	.news_index {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom-left-radius: 0px;
	}

	.news_index_list {
		flex-direction: row;
		overflow-x: auto;
		gap: 20px;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
	}

	.news_index_list::-webkit-scrollbar {
		width: 0 !important;
		display: none;
	}

	.news_index_list li {
		width: 300px;
		flex-shrink: 0;
	}
	.schedule_hot_list_item {
		max-width: 100%;
	}

	.schedule_hot_list.check_vertical {
		grid-template-columns: repeat(3, 1fr);
	}


	.news_content_item figure img {
		width: 100%;
		height: 100%;
	}
	.header_right_mb {
		padding-left: 0px;
		justify-content: flex-end;
	}

	.main_blog {
		grid-template-columns: 1fr;
	}

	.header_menu {
		position: fixed;
		width: 400px;
		height: 100%;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		gap: 20px;
		top: 0px;
		right: 0px;
		padding: 40px 20px;
		transition: all 0.3s ease;
		transform: translateX(100%);
		z-index: 100;
	}

	.header_menu.active {
		transform: translateX(0);
	}

	.icon_menu_mb {
		display: flex;
		align-items: center;
		padding: 0px 16px;
	}

	

	
}

@media screen and (max-width: 768px) {
	.icon_menu_mb {
		font-size: 24px;
		padding: 0;
		margin-right: 0;
		order: 2;
	}

	.header_action.md {
		display: flex !important;
		padding: 0;
		margin-right: 0;
		gap: 5px;
	}

	ul.header_action.md  li {
		padding: 0;
	}

	ul.header_action.md  li a {
		font-size: 8px;
	}

	.title__view-all {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.top__item {
		flex-direction: column;
	}
	.top__item__left,
	.top__item__mid,
	.top__item__right {
		width: 100%;
	}
	.top__item__mid {
		border: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header_left {
		justify-content: center;
	}
	.banner_qc_img {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 0px;
	}
	.banner_qc {
		margin-top: 20px;
	}
	.banner_qc_bottom {
		width: 100%;
		height: 60px;
	}
	.banner_qc_popup_content {
		max-width: 80%;
	}
	.banner_qc_bottom img {
		width: 100%;
		height: 100%;
	}
	.banner_qc_top {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.banner_qc_left, .banner_qc_right {
		display: none;
	}
	.container {
		padding: 0px 15px;
		max-width: 768px;
	}

	.header_menu {
		max-width: 360px;
	}
	.header_logo {
		width: 120px;
		height: 60px;
		padding: 0px;
	}
	.header_logo a img {
		width: 120px;
		height: 100%;

	}
	.header_right_mb_content {
		display: none;
	}
	.footer_contact {
		display: grid;
		grid-template-columns: 1fr;
	}
	.footer_logo {
		text-align: center;
	}
	.footer_contact_content {
		justify-content: space-between;
	}
	.footer_bottom {
		display: grid;
		grid-template-columns: 1fr;
	}
	.footer_infor {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.fooer_infor_list {
		justify-content: center;
	}

	.swiper-button.swiper-button-next svg {
		transform: scale(1) translateX(0%);
		position: relative;
		left: 30%;
	}

	.swiper-button.swiper-button-prev svg {
		transform: rotate(180deg) scale(1) translateX(0%);
		position: relative;
		right:30%;
	}
	.footer_contact_content {
		align-items: center;
	}
	.footer_contact_content a{
		font-size: 12px;
		padding: 5px;
	}
	.footer_contact_content button {
		font-size: 14px;
	}
	.blog_list_item_tag li:not(:first-child) {
		display: none;
	}

	.blog_list_item_content h3 {
		-webkit-line-clamp: 2;
	}
	.schedule_hot_top h2 {
		font-size: 24px;
	}

	.schedule_hot_list_item_match_team {
		font-size: 12px;
	}

	.schedule_hot_list.check_vertical {
		grid-template-columns: 1fr 1fr;
	}

	.schedule_hot {
		padding: 0px;
		margin: 0px 0px 60px;
	}

	.header_logo {
		width: 120px;
		height: 60px;
		padding: 0px;
	}

	.header_menu {
		max-width: 360px;
	}

	.header_menu_fixed.sm {
		display: none !important;
	}

	.schedule_watch_top h2 {
		font-size: 16px;
	}

	.schedule_watch {
		margin: 0px;
		padding: 0px;
	}

	.header_menu.active {
		background-color: #fdab11;
	}

	.header_menu.active li {
		color: #fff;
		width: 100%;
		text-align: center;
		padding: 5px 0;
		border-bottom: 1px solid;
	}

	.header_menu li a {
		text-transform: uppercase;
		color: #fff !important;
		font-weight: 600;
		font-size: 16px;
		padding: 5px 6px !important; 
		transition: all 0.3s ease;
		position: relative;
		z-index: 1;
	}

	.header_menu .header_action {
		padding-left: 0;
	}

	.header_menu.active .header_action li {
		border: none;
	}

	nav.bottom-nav {
		padding: 1.2rem 0;
		background-color: #05021c;
	}

	.bottom-nav-item span {
		color: #ffffff;
	}

	.bottom-nav .bottom-nav-item div svg {
		width: 40px;
		height: 40px;
	}

	.bottom-nav .bottom-nav-item div svg g {
		fill: #ffffff;
	}
}

@media only screen and (max-width: 600px) {
    .mb-flex-direction-column {
        flex-direction: column;
    }
    
    .mb-w-100 {
        width: 100% !important;   
    }
    
	#navbar {
		height: 0;
		transition: 0.4s !important;
		overflow: hidden;
	}
	.navbar_style {
		height: 100% !important;
	}
	.tit_trang_all .tit {
		font-size: 22px;
	}
	footer {
		padding: 0 15px !important;
	}
	.countdown_scl_wrap {
		height: 50vh !important;
	}
	#countdown_scl_5515 {
		transform: scale(0.5);
	}
	.title_countdown_scl {
		margin: 0;
	}
	.title_countdown_scl span {
		font-size: 28px;
	}
	.match-content {
		padding: 0 !important;
	}
	.team-logo-option img {
		width: 2rem;
		height: 2rem; 
	}
	.match-status, .team-label-option {
		font-size: 0.6rem;
	}
	.match-item {
		height: 172px;
	}
	.competition-label-option {
		font-size: 0.7rem;
	}

	.hot-match .match-main {
		width: 100%;
	}

	.competition-label-option span.live-gif {
		width: 50px;
		display: inline-block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 15px;
	}

	.match-item .watch-btn {
		padding: 0;
	}

	#app-event-box .match-list.match-list-shortcode.row.list_cate_handle {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 412px) {
	.header_menu {
		width: 100%;
		max-width: 100%;
	}
	.schedule_hot_list.check_vertical {
		grid-template-columns: 1fr;
	}

}

@font-face {
	font-weight: 400;
	font-style:  normal;
	font-family: circular;

	src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
}

@font-face {
	font-weight: 700;
	font-style:  normal;
	font-family: circular;

	src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
}


.handle_video h3 {
	color: rgb(177, 176, 176);
	margin: 30px 0;
	font-size: 16px;
	background: #272727;
	padding: 0.5rem;
	border-radius: 0.5rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #ffc107;
	background-color: unset!important;
}
.nav-link{
	color: #ffffff;
}
.nav-link:focus, .nav-link:hover tr{
	color: #ffc107;
}

.admint_if iframe {
	width: 100%;
	height: 100%;
}

.load-more-button {
	border: rgb(255 211 37/1) solid 0.8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	color: rgb(255 211 37/1);
	border-radius: 2px !important;
	transition: 0.4s;
	width: 100%;
}

.load-more-button:hover {
	background-color: rgb(17 24 39/1);
	color: #fff !important;
}

.d-grid.col-lg-3.col-md-12.col-sm-12.mx-auto {
	margin-top: 10px;
}

.team-label-option {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	text-align: center;
	height: 50px;
}

#secondBlockMatch div.match-item:nth-child(1),
#secondBlockMatch div.match-item:nth-child(2),
#secondBlockMatch div.match-item:nth-child(3) {
/*	display: none !important;*/
}

@media screen and (max-width: 768px) {
	#secondBlockMatch div.match-item:nth-child(1),
	#secondBlockMatch div.match-item:nth-child(2),
	#secondBlockMatch div.match-item:nth-child(3) {
		display: inline !important;
	}
	.block_video_cuoc {
		position: static !important;
	}  

	.py-2.border-warning {
		margin-top: 30px !important;
	}
}

.block_video_cuoc {
	position: absolute;
	right: 0;
	bottom: 50px;
}

.block_video_cuoc .video_cuoc_ngay {
	color: #fff;
	padding: 5px 10px;
	border-radius: 50px;
}

.block_video_cuoc .video_cuoc_ngay:nth-child(1) {
	background-color: green;
}

.block_video_cuoc .video_cuoc_ngay:nth-child(2) {
	background-color: red;
}

.block_video_cuoc .video_cuoc_ngay:nth-child(3) {
	background-color: blue;
}

.title-hot {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #fdab11;
	margin: 20px auto;
}

.title-hot::before {
	content: ' ';
	width: 100px;
	height: 2px;
	margin-right: 5px;
	background-color: #fdab11;
}

.title-hot::after {
	content: ' ';
	width: 100px;
	height: 2px;
	margin-left: 5px;
	background-color: #fdab11;
}

@media screen and (max-width: 600px) {
	.title-hot {
		font-size: 1.25rem;
	}
}

.banner-left {
	position: fixed; left: 0; top: 70px; z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.banner-left img {
	width: 100px; height: auto;
}

.banner-right img {
	width: 100px; height: auto;
}

.banner-right {
	position: fixed; right: 0; top: 70px; z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.banner-bottom {
	position: fixed; left: 0; right: 0; width: 100%; height: auto; z-index: 999; bottom: 0;
	display: flex;
	justify-content: center;
}

.banner-bottom img {
	max-width: 100%;
}

.close-ad-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	background-color: #ff0000;
	font-size: 20px;
	padding: 0 11px 4px;
	border-radius: 100%;
	cursor: pointer !important;
	z-index: 2;
}

.banner-left-2 {

}

@media screen and (max-width: 600px) {
	.banner-left, .banner-right {
		display: none;
	}

}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.fade {
	transition: opacity .15s linear;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}


#modelAds .modal-content .ads-pc img {
	width: 100%;
	height: auto;
}

.close-ad-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	text-align: center;
	border: none;
	line-height: 1.8;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E72F33;
	color: #FFF;
	text-decoration: none;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}


.modal-backdrop.show {
	opacity: .5;
}

@media (min-width: 768px) {
	.ads-pc {
		display: block;
		text-align: center;
	}

	.ads-mb {
		display: none !important;
	}
}


@media (max-width: 1700px) {
	.modal-dialog {
		width: 300px !important;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.ads-pc {
		display: none !important;
	}

	.ads-mb img {
		width: 100%;
	}
}

.post {
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.post:last-child {
	margin-right: 0;
}

.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.pagination-item {
	margin-right: 5px;
}

.pagination-link {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.pagination-link:hover {
	background-color: #eee;
}

.pagination .current {
	background-color: rgb(17 24 39/1);
	color: #fff !important;
}

.pagination a,
.pagination span.current {
	padding: 0.5rem 1rem;
	border-radius: 0.4rem;
	color: rgb(17 24 39/1);
}

.pagination .disabled {
	pointer-events: none;
	opacity: 0.5;
}

.pagination-link {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	margin-right: 5px !important;
}

.d-grid.col-lg-3.col-md-12.col-sm-12.mx-auto.load-more-button-other.hidden {
	display: none !;
}

.container.top-nha-cai .title__view-all h2 {
	margin-bottom: 0px;
}

.container.top-nha-cai .title__view-all svg {
	width: 10px;
	height: 10px;
	color: white;
	margin-top: 0px; 
}

.container.top-nha-cai .title__view-all a {
	text-decoration: none;
	color: white;
	font-size: 13px; 
	margin-top: 0px; 
	font-weight: 500;
}

.category .bl_con.posts article.item.post {
	width: calc(33.33% - 20px);
	overflow: hidden;
	border: unset;
	margin: 0;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free" !important;
}

.fa-brands {
	font-family: "Font Awesome 6 Brands" !important;
}

.detail_post_wrapper {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 20px;
	margin-bottom: 20px;
}
.detail_post_content {
	border: 1px solid #15304e;
	padding: 10px 20px;
	border-radius: 8px;
	flex: 1;
	background-color: #15304e;
}
.detail_post_content h1 {
	color: #fdfdfd;
	margin-bottom: 12px;
	font-size: 21px;
	font-weight: 600;
	background-color: #15304e;
}
.detail_post_meta {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	position: relative;
}
.detail_post_meta::before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 40%;
	height: 1px;
	background: #15304e;
	left: 50%;
	transform: translateX(-50%);
}
.meta_views{
	color: var(--cl-primary);
	font-size: 13px;
	display: flex;
	gap: 5px;
	align-items: center;
	font-weight: 600;
}
.meta_social {
	display: flex;
	align-items: center;
	gap: 10px;
}
.meta_social a {
	color: var(--cl-gray);
	cursor: pointer;
}
.detail_post_publish {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px;
}
.pulish_author {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pulish_author_image {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
}
.pulish_author_image img {
	width: 100%;
	height: 100%;
}
.pulish_author_name, .pulish_time {
	display: flex;
	flex-direction: column;
}
.pulish_time {
	align-items: flex-end;
}
.pulish_author_name span:first-child {
	font-size: 14px;
	color: var(--cl-white);
	font-weight: 500;
}
.pulish_author_name span:last-child {
	font-size: 11px;
	color: var(--cl-text);
	font-weight: 400;
}
.pulish_time time:first-child {
	font-size: 14px;
	color: var(--cl-white);
	font-weight: 500;
}
.pulish_time time:last-child {
	font-size: 11px;
	color: var(--cl-text);
	font-weight: 400;
}
.detail_post_desc p{
	font-size: 16px;
	padding: 10px 0px;
	margin-bottom: 10px;
	color: #fdfdfd;
}
.detail_post_desc p a {
	color: var(--cl-primary);
	font-weight: 600;
}
.detail_post_desc figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1000px;
	margin: 0px auto;
}
.detail_post_desc figure img {
	max-width: 100%;
}
.detail_post_desc figure span {
	font-size: 12px;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: center;
}
.detail_post_desc h2 {
	font-size: 16px;
}
.detail_post_desc h3 {
	font-weight: 600;
	font-size: 17px;
	color: #fdfdfd;
}
.detail_post_tag {
	padding: 10px;
	border-top: 1px solid #15304e;
	color : #fdfdfd;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px -10px;
}
.detail_post_tag_list {
	border-top: 1px solid #15304e;
	padding: 10px;
	display: flex;
	list-style: none;
	margin: 0px -10px;
}
.detail_post_tag_list li {
	margin: 5px;
}
.detail_post_tag_list li a{
	padding: 10px;
	border-radius: 20px; 
	font-size: 11px;
	color: #fdfdfd;
	background-color: #15304e;
}
.detail_post_suggest {
	border: 1px solid #15304e;
	border-radius: 8px;
	max-width: 320px;
	flex-shrink: 0;
	height: fit-content;
	background-color: #15304e;
}
.detail_post_suggest h2 {
	padding: 15px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.detail_post_suggest_list {
	list-style: none;
}
.detail_post_suggest_list li a {
	border-top: 1px solid #15304e;
	padding: 15px 10px;
	display: flex;
	gap: 10px;
}
.suggest_list_item_image {
	width: 130px;
	flex-shrink: 0;
	height: 80px;
	border-radius: 5px;
	overflow: hidden;
}
.suggest_list_item_image img {
	width: 100%;
	height: 100%;
}
.detail_post_suggest_list h3 {
	font-size: 13px;
	font-weight: 600;
	color: var(--cl-white);
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.detail_post_suggest_list_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.detail_post_suggest_list_content time {
	text-align: right;
	color: var(--cl-white);
	font-size: 12px;
	color: var(--cl-text)
}

@media screen and (max-width: 1024px) {
	.detail_post_wrapper {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.detail_post_suggest {
		max-width: 768px;
	}
	.detail_post_desc p {
		text-align: justify;
	}
	.detail_post_tag_list {
		padding: 5px;
		flex-wrap: wrap;
	}
	.detail_post_tag_list li a {
		padding: 8px;
	}
}



.handle_video h3 {
	color: rgb(177, 176, 176);
	margin: 30px 0;
	font-size: 16px;
	background: #272727;
	padding: 0.5rem;
	border-radius: 0.5rem;
}

.single {
	margin-top: 0;
}

iframe {
	width: 100%;
	height: auto;
	min-height: 500px;
}

#load-more-button1 {
	border: rgb(255 211 37/1) solid 0.8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	color: rgb(255 211 37/1);
	border-radius: 2px !important;
	transition: 0.4s;
	width: 100%;
}

#load-more-button1:hover {
	background-color: rgb(17 24 39/1);
	color: #fff !important;
}

.post {
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.post:last-child {
	margin-right: 0;
}

.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.pagination-item {
	margin-right: 5px;
}

.pagination-link {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	/* Hình tròn */
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.pagination-link:hover {
	background-color: #eee;
}

.pagination .current {
	background-color: rgb(17 24 39/1);
	color: #fff !important;
}

.pagination a,
.pagination span.current {
	padding: 0.5rem 1rem;
	border-radius: 0.4rem;
	color: rgb(17 24 39/1);
}

.pagination .disabled {
	pointer-events: none;
	opacity: 0.5;
}

.pagination-link {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	margin-right: 5px !important;
}

.load-more-button {
	border: rgb(255 211 37/1) solid 0.8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	color: rgb(255 211 37/1);
	border-radius: 2px !important;
	transition: 0.4s;
	width: 100%;
	background-color: #000;
}

.load-more-button:hover {
	background-color: rgb(17 24 39/1);
	color: #fff !important;
}

.container.top-nha-cai .title__view-all h2 {
	margin-bottom: 0px;
}

.container.top-nha-cai .title__view-all svg {
	width: 10px;
	height: 10px;
	color: white;
	margin-top: 0px; 
}

.container.top-nha-cai .title__view-all a {
	text-decoration: none;
	color: white;
	font-size: 13px; 
	margin-top: 0px; 
	font-weight: 500;
}

.d-grid.col-lg-3.col-md-12.col-sm-12.mx-auto {
	margin-top: 10px;
}

.team-label-option {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 768px) {iframe {min-height:auto}}

.title-hot {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #fdab11;
	margin: 20px auto;
}

.title-hot::before {
	content: ' ';
	width: 100px;
	height: 2px;
	margin-right: 5px;
	background-color: #fdab11;
}

.title-hot::after {
	content: ' ';
	width: 100px;
	height: 2px;
	margin-left: 5px;
	background-color: #fdab11;
}

@media screen and (max-width: 600px) {
	.title-hot {
		font-size: 1.25rem;
	}
}

.bl_hd.archive_hd h2,
.item_con.post_ct {
	color: #fff;
}

@media screen and (max-width: 768px) {
	#secondBlockMatch div.match-item:nth-child(1),
	#secondBlockMatch div.match-item:nth-child(2),
	#secondBlockMatch div.match-item:nth-child(3) {
		display: inline !important;
	}
	
	.block_video_cuoc {
		position: static !important;
	}

	.hot-match .match-main {
		padding: 0 !important;
	}

	.category .bl_con.posts article.item.post {
		width: 100%;
	}
}

.block_video_cuoc {
	position: absolute;
	right: 250px;
	bottom: 130px;
}

.block_video_cuoc .video_cuoc_ngay {
	color: #fff;
	padding: 5px 10px;
	border-radius: 50px;
}

.block_video_cuoc .video_cuoc_ngay:nth-child(1) {
	background-color: green;
}

.block_video_cuoc .video_cuoc_ngay:nth-child(2) {
	background-color: red;
}

.block_video_cuoc .video_cuoc_ngay:nth-child(3) {
	background-color: blue;
}

.header_action li a p {
	margin-bottom: 0;
}
.div-reponsive {
	position: relative;
	overflow: hidden;
}
img.bg-img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.div-reponsive:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
}

.title-slogan {
	background: rgba(5, 2, 28, 0.75);
	border-radius: 4px;
	text-align: center;
	padding: 10px;
}

.xbd_topButton {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	text-align: center;
	margin: 20px auto;
}

.xbd_topButton a {
	display: inline-block;
	min-width: 11rem;
	padding: 0.65rem 1rem;
	text-transform: uppercase;
	border-radius: .5rem;
	font-weight: 600;
	color: #fff;
}
.margin_lr{
	margin-left: 1rem;
    margin-right: 1rem;
}
.tab-hot {
	background: rgba(5, 2, 28, 0.75);
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
	margin-left: 1rem;
    margin-right: 1rem;
}

.tab-hot a {
	color: #fff;
	position: relative;
}

.tab-hot a.active {
	color: #0d6efd;
}

.tab-hot a.active:after {
	position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #0d6efd;
    left: 0;
    bottom: -10px;
}

footer.page-footer {
	border-top: 4px solid #1775e7;
	background-image: url(/wp-content/uploads/2024/09/bg-footer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.news_content_item h1 {
	font-size: 25px;
	font-weight: 900;
}

.news_content_item h2 {
	font-size: 22px;
}

.news_content_item h3 {
	font-size: 20px;
}

@media screen and (max-width: 600px) {
    .mb {
        display: block;   
    }
    
    .pc {
        display: none;   
    }
	.margin_lr{
		margin-left: 0;
    	margin-right: 0;
	}
	.col-12:has(.margin_lr){
		padding: 0;
	}
}
.t_time_num{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    padding: 3px 6px;
    border-radius: 4px;
    white-space: nowrap;
    background: #009b3a;
}.t_vs_num {
    border-radius: .125rem;
    background: linear-gradient(87deg, #2196f3 -37.93%, #2196f3 94.28%);
    padding: 3px;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3rem;
    white-space: nowrap;
}

.chatbar {
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    position: relative;
    height: 455px;
}.chat-header {
    display: block;
    align-items: center;
    justify-content: space-between;
}.chat-button {
    display: inline-block;
    padding: 8px;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(3, 155, 229, 0.5);
    cursor: pointer;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}.bg-ghim {
    background-color: rgb(23 33 68 / 36%);
}.text-xs {
    border-bottom: 1px solid #039be5;
    margin: 0;
}.txttb {
    font-weight: 600;
}.txtLink {
    color: #039be5
}.chat-content {
    position: relative;
}.chat-box {
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    height: 230px;
}.scroll-btn {
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    opacity: .8;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s;
    text-indent: -99999px;
    outline: 0;
    right: 0;
}.scroll-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}.comment-section {
    padding: 10px 0;
}.input-container {
    margin-bottom: 0px;
}.input-container input {
    width: 100%;
    padding: 8px;
    background-color: rgba(8, 11, 25, 1);
    border: 1px solid #039be5;
    border-radius: 5px;
    color: rgb(229 229 229);
}.menu_active {
    background: linear-gradient(90deg, #039be5 0%, #1775e7 100%);
    border-radius: 100%;
    border-radius: 5px;
}.comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}.comment-footer span {
    font-size: 14px;
}.comment-section {
    padding: 10px 0;
}.input-container {
    margin-bottom: 0px;
}.login-wrapper {
    position: relative;
}.close-btn {
    position: absolute;
    top: -9px;
    right: 0px;
    cursor: pointer;
    font-size: 17px;
    color: #000;
}.login-form {
    margin-top: 10px;
}.login-form label {
    display: block;
    margin-bottom: 8px;
}.login-form input {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}.login-form button {
    background: linear-gradient(90deg, #039be5 0%, #1775e7 100%);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}.login-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    transform: translate(-50%, -50%);
    background: #0074c1;
    padding: 13px;
    border-radius: 8px;
    color: white;
}
#tab-chat{
    position: relative;
}
.username {
    font-weight: 600;
    color: #1775e7;
    margin-right: 5px;
}.chat-message {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}.message {
    font-weight: 400;
    color: #fff;
    word-wrap: break-word;
}


































