#masthead {border-bottom: solid 1px #ffe2e2;}
.ux-menu-link__link {
	min-height: auto;
	padding: 3px 0;
}
.dark .ux-menu-link__link:hover span {text-decoration: underline;}
.section-title-normal, .section-title-normal span {
	border-bottom: 0;
	text-transform: capitalize;
}
.absolute-footer {
	border-top: solid 1px #353535;
}
.copyright-footer {
	color: #fff;
}
footer .section {
	padding-bottom: 20px !important;
}
.row-main {
	flex-flow: nowrap;
	justify-content: space-between;
}
.h-left-sidebar, .h-right-sidebar {
	display: flex;
	flex-flow: column;
	gap: 1em;
}
.h-left-sidebar, .h-right-sidebar:not(.h-right-sidebar.col-list-blog-right) {
	max-width: 188px;
}
.section-title-center b {
	background: transparent;
}
.section-title-center span {
	text-transform: capitalize;
}
.sapo {
	border-radius: 8px;
	padding: 15px 15px 15px 20px;
	border: solid 1px #ededed;
	background: #fff;
	margin-bottom: 30px;
}
.sapo * {
	margin: 0;
	font-size: 18px;
}
.scroll-content>.col-inner {
	background: #fff;
	padding: 20px;
	border-radius: 13px;
	margin-top: 20px;
}
.content-home {
	max-height: 700px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.35s ease;
}
.btn-view {
	cursor: pointer;
	margin: 0 auto;
	border-radius: 99px;
	font-weight: 100;
	width: 120px;
	display: block;
}
.content-home::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	pointer-events: none;
}
.content-home.is-expanded {
	max-height: none;
}
.content-home.is-expanded::after {
	display: none;
}
.icon-title {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #fff;
	background: var(--fs-color-primary);
	padding: 0 7px;
	margin-bottom: 0;
	min-height: 28px;
	border-bottom: none;
	/* justify-content: center; */
	margin-top: 0;
	align-items: center;
	border-radius: 10px 10px 0 0;
}
.sec-all {
	overflow: hidden;
	padding: 0 !important;
	background-color: #fff;
	border-radius: 10px;
}
.icon-box .icon-box-text h3 {
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	padding: 7px 0;
}
.h-left-sidebar .fixture_vote .fixture-vote-container {
	border: 0;
	padding: 0;
}
.h-left-sidebar .fixture_vote .fixture-vote-container__content .vote-team__name {
	font-size: 11px;
}
.h-left-sidebar .fixture_vote .fixture-vote-container__content__vote .vote-action__team {
	font-size: 10px;
}
.h-left-sidebar .fixture_vote .fixture-vote-container__content .vote-team__time__time {
	font-size: 10px;
}
.knc-icon-text p {
	font-size: 13px;
}
.icon-box-img img, .icon-box-img svg {
	padding: 0;
}
.knc-icon-text {
	padding: 3px 8px;
	align-items: center;
}
.h-right-sidebar .embed-ranking .ranking-title-widget {
	display: none;
}
.h-right-sidebar .embed-ranking .ranking-select-leagues>div {
	background: #fff;
	border: solid 1px #777;
	border-radius: 10px;
	padding: 5px 10px;
}
.h-right-sidebar .embed-ranking .ranking-select-leagues {
	padding: 10px 10px 0;
}
.h-right-sidebar .embed-ranking .ranking-list .ranking-head {
	display: none;
}
.h-right-sidebar .embed-ranking .ranking-select-leagues ul li {
	font-size: 12px;
}
.h-right-sidebar .embed-ranking .ranking-select-leagues ul {top: 50px;}
.h-right-sidebar .ranking-list .ranking-table-head {
	display: none;
}
.h-right-sidebar .ranking-list .played, .ranking-list .win, .ranking-list .draw, .ranking-list .lose, .ranking-list .goals {
	display: none;
}
.h-right-sidebar .ranking-list .ranking-table-body-list .rank {
	width: 30px !important;
}
.h-right-sidebar img.ranking-logo {
	display: none;
}
.h-right-sidebar .embed-ranking .ranking-text-left {
	font-size: 12px;
	color: #000;
}
.h-right-sidebar .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .ranking-number>div {
	color: #000;
}
.h-right-sidebar .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .point {
	color: #b50808;
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
	background-color: var(--primary-color) !important;
}
.list-blog-soikeo .post-item {
	padding-bottom: 0;
}
.list-blog-soikeo .box-text {
	padding: 10px;
}
.list-blog-soikeo .box-text * {
	font-size: 14px;
	font-weight: 100;
}
.list-blog-soikeo .box-text a {
	padding-left: 20px;
	position: relative;
	color: #000;
}
.list-blog-soikeo .box-text a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background: url(/wp-content/uploads/2026/08/polygon8.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 7px;
	height: 9px;
}
.list-blog-soikeo .post-item+.post-item > .col-inner {
	border-top: solid 1px #ebebeb;
}
.list-blog-soikeo .box-text a:hover {
	color: #b50808;
}
.box-blog-post .is-divider {
	display: none;
}
.nav-pagination>li>a, .nav-pagination>li>span {
	border-radius: 8px;
	border: 0;
	font-weight: normal;
	background-color: #B1B1B1;
	color: white !important;
	line-height: 2.25em;
}
.entry-header-text-top {
	padding-bottom: 0;
}
.entry-divider {
	display: none;
}
.tinlienquan {
	padding: 20px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	z-index: 1;
	position: relative;
}
#related_posts > p {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	vertical-align: middle;
}
h1.entry-title {
	margin-bottom: 0;
}
.entry-content {
	padding-top:15px;
}
.single-blog .h-mainContent article {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.single-blog .h-mainContent article .article-inner {
	max-width: 700px;
}
.single-blog .h-mainContent article .h-right-single {
	max-width: 240px;
	min-width: 240px;
}
.col-hot .post-item .box, .col-latest .post-item .box {
	background: #fff;
	border-radius: 12px;
	height: 100%;
}
.col-latest .post-item .box .post-title a {
	font-size: 14px;
	font-weight: 100;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.col-latest .post-item .box-image {
	width: 35%;
}
.col-latest .post-item .box-image .image-cover {
	padding-top: 68% !important;
}
.box-image .image-cover {
	border-radius: 12px;
	overflow: hidden;
}
.col-latest .post-item .box-text {
	vertical-align: top;
}
.col-latest .post-item {
	padding-bottom: 20px;
}
.col-latest .post-item:last-child {
	padding-bottom: 0;
}
.soikeo-row > .col > .col-inner, .soikeo-row > .col > .col-inner > .row, .soikeo-row > .col > .col-inner > .row .post-item > .col-inner {
	height: 100%;
}
.col-hot .post-item {
	padding-bottom: 0;
}
.col-hot .post-item .box .box-text * {
	color: #b50808;
}
.col-hot .post-item .box .box-text {
	padding: 15px 15px 0;
}
.col-hot .post-item .box .box-image:before {
	content: "";
	z-index: 9;
	position: absolute;
	left: 5%;
	background-image: url(/wp-content/uploads/2026/08/icon-label.png);
	background-size: 100% 100%;
	width: 10.5%;
	padding-top: 10.5%;
}
#post-list {
	margin-top: 10px;
}
#post-list .box-text .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.col-latest > .col-inner > .row {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.col-latest > .col-inner > .row > .post-item {
	padding-left: 0;
	padding-right: 0;
}
.box-blog-post .is-divider {
	display: none;
}
.col-hot .post-item .box .box-text *:not(.time) {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 20px;
}
.time {
	font-size: 12px;
	color: #b50808;
}
.page-wrapper {
    padding-top: 15px;
}
.imgbr img {
    border-radius: 10px;
}
@media (min-width: 992px) {
	.h-mainContent {
		padding: 0 20px;
	}
	.h-left-sidebar, .h-right-sidebar {
		position: sticky;
		height: fit-content;
		overflow: visible;
		top: 110px;
	}
}
@media (max-width: 549px){
	footer .section-title-normal span {
		font-size: 20px;
	}
}
@media (max-width: 991px){
	.mfp-content {
		background: #fff !important;
		transition: transform .5s, opacity .3s !important;
	}
	.off-canvas .nav-vertical>li>a {
		color: #000;
		text-transform: capitalize;
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.h-left-sidebar, .h-right-sidebar, .post-sidebar {
		display: none;
	}

}
@media (max-width: 767px) {
    .centerContent {
        padding-top: 15px;
    }
    .row-main {
        gap: 0;
    }
    .title-nc {
        margin-bottom: 10px;
    }
    .title-nc .section-title, .title-nc .section-title span {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .title-nc .section-title a {
        border-bottom: solid 1px;
        padding: 0;
    }
    .h-section .flickity-viewport .img {
        max-width: 18% !important;
    }
    .h1, h1 {
        font-size: 18px;
    }
    .col-latest .post-item .box {
        display: table;
        width: 100%;
    }
    .col-latest .post-item .box .box-image {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
        width: 50% !important;
    }
    .col-latest .post-item .box .box-text {
        padding: 10px;
    }
    .col-latest .post-item .box .post-title a {
        -webkit-line-clamp: 3;
    }
}