::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #C8C8C8;
  border-radius: 5px;
}
::-webkit-scrollbar
{
	border-radius: 5px;
    width: 10px;
    height: 10px;  
    background-color: #C8C8C8;
}
::-webkit-scrollbar-thumb
{
    background-color: #e91d12;
    border-radius: 5px;
}
.nav-dropdown {
    border-radius: 8px;
    font-weight: 500;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: hsl(0deg 0% 6.13% / 95%);
}
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: #f2f2f2;
    color: #dd1c11;
}
.page-wrapper {
    padding-bottom: 30px;
    padding-top: 5px;
}
p{
	margin-bottom: 15px;
}
.row.row-collapse {
    max-width: 1160px;
}
.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse){
	margin-left: -5px;
	margin-right: -5px;
}
.section-title-container {
    margin: 0;
}
.section-title span {
    border: 0;
    padding: 0;
}
.section-title b {
    background: transparent;
}
.section-title {
    border: 0;
}
.col, .columns, .gallery-item{
	padding: 0px 5px 10px;
}
.row-small>.col {
    padding-bottom: 10px;
}
.post-item .image-cover{
	padding-top: 60% !important;
}
.col.post-item .box {
    border-radius: 8px;
    overflow: hidden;
}
#footer, #footer a, #footer .dark, #footer .dark a, #footer .dark p{
	color: #C9C9C9;
}
#footer strong, #footer .dark strong{
	color: #fff;
}
#masthead, #footer .absolute-footer{
	background: #112eab url(images/bg-header.png) no-repeat;
    background-size: 100% 100%;
}
#wide-nav {
    background: #eeeeee; 
}
#wide-nav .container{
	max-width: 100%;
	padding: 0;
}
.matchBanner .links li:first-child div{
	position: relative;
}
.matchBanner .links li:first-child div:after{
	content: "";
    background: url(images/gifnew.gif) no-repeat;
    width: 30px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 45px;
    z-index: 99999;
    background-size: 100%;
}
.listMainMatch .jsSwiperHomeBanner .matchBanner .league .logo {
    height: 20px !important;
    width: auto !important;
    background-color: transparent !important;
}
.logo-news{
	background: url('images/bg-box-logo.png?') no-repeat center center;
	background-size: 100% 100%;
	padding: 5px 40px 9px 70px;
	margin-bottom: 5px !important;
}
.logo-news .icon-box-img{
	width: 90px;
    margin-bottom: 0;
}
.logo-news .icon-box-img img, .logo-news .icon-box-img svg{
	padding-top: 0;
}
.news-movingLeft .box-image, .col.post-item .is-divider{
	display: none;
}
.col.post-item .post-title a:hover{
	color: #e91d12;
}
.col.post-item .post-title a{
	font-size: 15px;
}
.col.post-item .post-title.is-larger a{
	font-size: 20px;
}
.col.post-item .post-title.is-xlarge a{
	font-size: 23px;
}
.news-movingLeft .col.post-item .post-title a{
	font-style: italic;
}
.news-movingLeft.row {
    flex-flow: nowrap;
    width: max-content !important;
    max-width: max-content !important;
    gap: 20px;  
	box-sizing: border-box;
	overflow: hidden;
	    align-items: center;
}
.news-movingLeft.row .col{
	left: 100%;
    animation: marquee 60s linear infinite;
}
.post-featured .col.post-item .box{
	border-radius: 0;
}
.featured-posts .post-item img{
	border-radius: 6px;
}
.featured-posts .post-item .col-inner{
	border-bottom: 1px solid #134A8D;
	padding-bottom: 7px;
}
.featured-posts .post-item:last-child .col-inner{
	border: 0;
	padding: 0;
}
.featured-posts .post-item{
	padding-bottom: 5px;
}
.featured-posts .post-item .box, .posts-vertical .post-item .box{
	display: table;
}
.featured-posts .post-item .box .box-text, .featured-posts .post-item .box .box-image,
.posts-vertical .post-item .box .box-text, .posts-vertical .post-item .box .box-image{
	display: table-cell;
}
.featured-posts .post-item .box .box-image{
	width: 33% !important;
}
.posts-vertical .post-item .box .box-image{
	width: 20% !important;
}
.title-cate, .title-hot {
    border-radius: 5px;
    background: url('images/bg-title-cate.png') no-repeat center center;
    background-size: 100% 100%;
}
.title-cate .section-title {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px 0;
}
.title-hot .section-title{
	color: #fff;
	padding: 10px 10px 0;
	font-size: 20px;
}
.title-hot {
	background-image: url('images/bg-title-hot.png');
	border-radius: 6px 6px 0 0;
}
.hot-news{
	padding: 10px !important;
	counter-reset: list-number;
}
.hot-news .post-item {
	padding-bottom: 6px;
	counter-increment: list-number;
}
.hot-news .post-item .col-inner{
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}
.hot-news .post-item .box-text:before {
    content: counter(list-number);
    color: #E91D12;
    font-size: 33px;
    font-family: 'Times New Roman';
    font-weight: 700;
    font-style: normal;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 40px;
    padding-right: 5px;
}
.hot-news .post-item .box-text {
    position: relative;
    padding-left: 45px !important;
}
.tabs-home .tab-panels {
    padding: 0;
    border: 0;
}
.tabs-home .embed-fixture .fixture-list, .tabs-home .embed-ranking .ranking-list{
	max-height: 540px;
	overflow: auto;
	gap: 0;
	color: #000;
	font-weight: 500;
}
.tabs-home .widget{
	margin: 0;
	padding: 0;
}
.tabs-home .embed-fixture .fixture-p-10 {
    padding: 5px;
}
.tabs-home.tabbed-content .nav-tabs {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.tabs-home.tabbed-content .nav-tabs>li.active a {
    background: #DD1C11;
    color: #fff;
}

.tabs-home.tabbed-content .nav-tabs>li a {
    width: 100%;
    border: 0;
    font-weight: 700;
    color: #000000;
    justify-content: center;
    padding: 12px 10px;
}
.tabs-home.tabbed-content .nav-tabs>li {
    margin: 0;
    width: 50%;
    border: 0;
}
.tabs-home .embed-ranking .ranking-list .ranking-table .team, .tabs-home .embed-ranking .ranking-list .ranking-head, 
.tabs-home .embed-ranking .ranking-title-widget, .tabs-home .embed-fixture .fixture-title-widget{
	display: none;
}
.nav-box>li.active>a, .nav-pills>li.active>a {
    background-color: transparent;
}
.header-main .has-icon-left
{
	/*background: #dd1c11;*/
}
.header-main .has-icon-left:nth-child(1)
{
	background: #fff;
}
.header-main .has-icon-left:nth-child(1) a {
    text-indent: -9999px;
    line-height: 0;
    padding: 0px;
    align-items: center;
    display: flex;
    background: white;
}
.header-main .has-icon-left:nth-child(1) a:hover{
	background: white;
}
.header-main .has-icon-left:nth-child(1) a img {
    text-indent: 0;
    height: 55px;
    width: 100%;
}
.header-main .menu-item a:hover{
	background: #dd1c11;
}
.page-wrapper .page-inner body .LeagueData.bgColorLeagues, .content-odds .nav-league-detail.nav-pills .nav-link.active, .content-odds .nav-league-detail.nav-pills .nav-link:hover, body .embed-ranking .league-menu .league-menu-item.active, body .embed-ranking .league-menu .league-menu-item:hover, body .embed-ranking .league-menu .league-menu-item:focus, body .embed-ranking .league-menu .league-menu-item:active, .subcategories a:hover, .subcategories.active a {
    background: #1131b8 !important;
    color: #fff;
}
.embed-ranking .ranking-select-leagues {
    position: relative;
    background: #d5d5d5 !important;
}
.embed-ranking .ranking-select-leagues>div {
    background: #ffffff !important;
    padding: 5px !important;
    width: auto;
    margin: 10px !important;
    border: thin #aaaaaa solid !important;
    border-radius: 5px !important;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-head {
   
    background-color: #d5d5d5 !important;
}
.embed-ranking .ranking-list {
    margin: 0px 0 10px !important;
}
.page-wrapper .page-inner .league-menu{
	margin-bottom: 15px;
}
.page-wrapper .page-inner .league-menu .league-menu-item {
    background: #F2F2F2;
    color: #414141;
    font-weight: 500;
}
.page-wrapper .page-inner .league-menu .league-menu-item.active, .league-menu .league-menu-item:hover, .league-menu .league-menu-item:focus, .league-menu .league-menu-item:active {
    color: #414141 !important;
    background: #CED8E6 !important;
}
.ranking-table .lose{
	color: #000000;
}
.page-wrapper .page-inner .fixture-row-item{
	border: thin solid #C9C9C9;
    border-radius: 4px;
    background: none;
    margin-bottom: 9px;
}
.page-wrapper .page-inner  .embed-fixture .fixture-list-item .fixture-row-item:hover, .page-wrapper .page-inner .embed-fixture .fixture-list-item .theme1-fixture-group .fixture-row-item.theme1-fixture-type-menu-item.active, .page-wrapper .page-inner  .embed-fixture .theme1-fixture-group .fixture-list-item .fixture-row-item.theme1-fixture-type-menu-item.active, .page-wrapper .page-inner  .embed-fixture .fixture-list-item .fixture-row-item:focus, .page-wrapper .page-inner  .embed-fixture .fixture-list-item .fixture-row-item:active, .page-wrapper .page-inner  .embed-fixture .fixture-list-item .fixture-row-item:nth-child(2n) {
    background: none;
}
.page-wrapper .page-inner  .embed-fixture .fixture-list-item .fixture-row-item:nth-child(odd) {
    background: none;
}
.page-wrapper .page-inner  .fixture-modal__content__body .titleModalLineUp, body .titleModalLineUp, .page-wrapper .page-inner .embed-fixture .fixture-list-item .fixture-head {
    background: #CBD5E1;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
    border-radius: 5px;
    font-weight: 600;
}
.api-embed-box{
	box-shadow: 1px 1px 5px 2px #e7e7e7;
    padding: 20px 10px 10px !important;
    border-radius: 5px;
    /* border-top: 5px #e91d12 solid; */
    background: url(images/embed-head.png) no-repeat;
    background-size: 100%;
}
.api-embed-box .ux-menu{
	border: thin #C9C9C9 solid;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.api-embed-box .ux-menu .menu-item{
    border-right: thin #C9C9C9 solid;
    width: 20%;
    text-align: center;
    justify-content: center;
    margin: auto;
    display: block;
}
.api-embed-box .ux-menu .menu-item:last-child{
	border-right: none;
}
.api-embed-box .ux-menu .menu-item a{
	display: flex;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.api-embed-box .ux-menu .menu-item.active, .api-embed-box .ux-menu .menu-item:hover{
	border-bottom: 2px #0055A5 solid;
}
.api-embed-box .ux-menu .menu-item.active a, .api-embed-box .ux-menu .menu-item:hover a{
	color: #0055A5;
}
.embed-fixture .fixture-list-item .fixture-row-item .time {
    
    font-weight: 700;
    color: black;
}
.embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    border-radius: 4px;
    width: 45px;
    background: #E9E9E9;
    font-weight: 600;
    font-size: 15px;
}
.embed-fixture .fixture-list-item .fixture-row-item:hover .match .score-time .score {
    background: #0055a5;
    color: white;
}
.page-wrapper .page-inner  .embed-ranking .ranking-list .ranking-head, body .embed-ranking .fixture-list-item .fixture-row-item .match .score-time .score {
   background: #e91d12;
    color: #ffffff !important;
    font-weight: 600;
}
.page-wrapper .page-inner .embed-ranking .ranking-list .ranking-table .ranking-table-head, .embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    
    background-color: #d3dcff;
}
.result_football_main .embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    border-radius: 4px;
    width: 60px;
    background: #2D1972;
    color: white;
    font-size: 15px;
    font-weight: 600;
}
.fixture-modal {
    z-index: 9999 !important;
}
.col-s-post .post-item .col-inner{
	height: 100%;
    background: none;
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 8px;
}
.col-s-post .post-title.is-large
{
	min-height: 55px;
}
.home-top .post-featured.large-columns-1 .post-title.is-xlarge{
	min-height: 67px;
}
.large-columns-1 .post-title.is-xlarge{
	min-height: 67px;
}
.hot-news .text-left .post-title a{
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hot-new-col > .col-inner{
    max-height: 629px;
}
.same-style > .col-inner{
	height: calc(100% - 10px);
    background: none;
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 8px;
}
.single-page p img{
	margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.embed-fixture .theme1-fixture-date-menu-item {
    border-radius: 4px !important;
    text-align: center !important;
    background-color: transparent !important;
    padding: 5px !important;
    box-shadow: none !important;
    line-height: normal !important;
    border: thin #C9C9C9 solid !important;
    color: black !important;
    margin-right: 5px !important;
}
.embed-fixture .theme1-fixture-date-menu-item.active, .embed-fixture .theme1-fixture-date-menu-item:hover, .embed-fixture .theme1-fixture-group .theme1-fixture-date-menu-item.theme1-fixture-type-menu-item.active, .embed-fixture .theme1-fixture-date-menu-item:focus, .embed-fixture .theme1-fixture-date-menu-item:active {
    background-color: #0055A5 !important;
    color: white !important;
}
@keyframes marquee {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}
.header-block {
    min-height: 0px;
}
.header-bottom .header-block-block-3{
	display: none;
}
.header-bottom .nav>li {
    margin: 0 0px;
}
.swiper-wrapper ul.links li {
    margin: 0 0;
}
.listMainMatch .jsSwiperHomeBanner .matchBanner .links li {
    border-right: none !important;
}
.listMainMatch .jsSwiperHomeBanner .matchBanner .links li:nth-child(2) div{
    border-left: 2px solid rgb(255 255 255 / 41%);
}

.embed-ranking .ranking-select-leagues ul {
    top: 52px !important;
    z-index: 999999;
    box-shadow: 0 8px 16px #0000008f;
}
.embed-ranking .ranking-select-leagues ul li
{
	margin: 0;
}
.embed-ranking .ranking-select-leagues ul li:hover{
	background: #007ecc;
    color: white;
}
.breadcrumb-cc{
	color: #7D7D7D !important;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 500;
}
.breadcrumb-cc p{
	margin-bottom: 0px;
}
.breadcrumb-cc a{
	color: #c8d4ff;
}
.post-item .box-image .image-cover{
	 position: relative;
	 overflow: hidden;
	 
}
.post-item .box-image .image-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/post-bag-blue.jpg') center/cover no-repeat;
  
  filter: blur(0px) brightness(0.8);
  transform: scale(1.1); /* scale để tránh viền cứng */
  z-index: 0;
}
.post-item:nth-child(even) .box-image .image-cover::before {
  
  background: url('images/post-bag.jpg') center/cover no-repeat;
  
}
.home-top .post-item:first-child .box-image{

}
.home-top .post-item:first-child .box-image a{

}
.home-top .post-item:first-child .box-image img{
	opacity: 0.9;
}
.from_the_blog_excerpt{
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-results-dudoan {
    font-weight: 500;
}
@media (min-width: 1200px) {
	.page-right-sidebar .row .large-8.col:not(.medium-12) {
        max-width: calc(100% - 300px);
        flex-basis: calc(100% - 300px);
    }
    .page-right-sidebar .row .large-4.col {
        max-width: 300px;
        flex-basis: 300px;
    }
}
.tabs-home.tabbed-content .nav-tabs>li a {
    max-height: 44px;
}

.right-box .embed-fixture .fixture-list-item .fixture-head {
    background: #D5D5D5;
    border-radius: 0;
    text-align: center;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item:nth-child(2n) {
    background-color: #F2F2F2;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    background: #E9E9E9;
    color: #111;
    font-size: 15px;
    font-weight: bold;
    width: 65px;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item:hover {
    background: #f1f1f1;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match {
    font-size: 15px;
    font-weight: 500;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.right-box .embed-fixture .league-menu-widget {
    padding-bottom: 0;
    gap: 0;
}
.right-box .embed-fixture .league-menu-widget .league-menu-item {
    padding: 5px 10px;
    font-weight: 500;
}
.right-box .embed-fixture .league-menu-widget .league-menu-item.active {
    color: #111;
    border-bottom: 0;
    background: #e0e0e0;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match .logo {
    flex-shrink: 0;
}
@font-face{
    font-family: SFUBaskervilleBook;
    src: url(/wp-content/themes/flatsome-child/assets/font/SFUBaskervilleBookRegular.TTF);
}
.blog-single .rank-math-breadcrumb span.last {
	color: #7D7D7D;
}
.back-to-top i {
 display: none;
}
.back-to-top {
    border: 0 !important;
    background: url(https://thethaoso247.vn/wp-content/uploads/2025/08/icon-back-to-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
}
.back-to-top {
    background-color: transparent !important;
}
.hot-news .post-item .box-text:before {
    font-size: 28px;
    font-family: SFUBaskervilleBook;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}
.blog-archive #post-list .post-item .box, .blog-archive .large-columns-6 .post-item .box,
#at_posts_related .post-item .box , .after-blog-news .post-item .box{
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 8px;
}
#post-list .post-item .post-title a, .after-blog-news .post-item .post-title a{
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 8px;
}
.ranking-table > div > div, .ranking-table .point {
    color: #000 !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content {
    padding-top: 0;
}
h1.entry-title {
    margin-bottom: 10px;
}
.article-inner .post-meta {
    margin-bottom: 3px;
    font-size: 14px;
}
#post-list .from_the_blog_excerpt, .after-blog-news .post-item .from_the_blog_excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#at_posts_related .post-item .box .box-text {
    padding: 10px;
}
.post-featured .col-inner,
.post-featured .col.post-item .box {
    overflow: unset;
}
.post-featured .col-inner .box-text {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 0 0 8px;
}
.post-item .box-normal .post-title a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
    text-overflow: ellipsis;
}
.featured-posts .post-item+.post-item .col-inner {
    padding-top: 9px;
    border-top: 1px solid #134A8D;
}
.featured-posts .post-item .col-inner{
    border-bottom: none;
    padding-bottom: 0;
}
.featured-posts .post-item {
    padding-bottom: 10px;
}
.tabs-home .embed-fixture .fixture-head {
    text-align: center;
}
.title-cate .section-title,
#at_posts_related .posts-section-title-related {
    font-weight: bold;
}
#at_posts_related .posts-section-title-related {
    padding: 10px 15px;
}
.tabs-home.tabbed-content .nav-tabs>li a {
    font-size: 15px;
}
.featured-posts .post-item .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.same-style .large-columns-1 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#at_posts_related .post-item > .col-inner > .box {
    height: 100%;
}
.ux-relay__control .button {
    width: 272px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: inherit;
    padding: 0 10px;
}
.ux-relay__control .button:hover {
    box-shadow: none;
}
.fixture-list-item .fixture-row-item {
    padding: 8px 5px;
    font-size: 13.5px;
}
.acf-custom-results-widget-default .right-box .fixture-head {
    text-align: center;
    font-weight: 500;
}
.news-header-bottom{
    background: #eeeeee;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.news-header-bottom .news-movingLeft .post-item {
  	position: relative;
    padding: 0px;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.news-header-bottom .news-movingLeft .post-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-header-bottom .news-movingLeft .post-item:nth-child(3n+1)::before {
  /* item 1, 4, 7, 10... */
  background-image: url('images/ball.svg?');
}

.news-header-bottom .news-movingLeft .post-item:nth-child(3n+2)::before {
  /* item 2, 5, 8, 11... */
  background-image: url('images/cup.svg');
}

.news-header-bottom .news-movingLeft .post-item:nth-child(3n)::before {
  /* item 3, 6, 9, 12... */
  background-image: url('images/fire.svg');
}
.page-right-sidebar:not(.home .page-right-sidebar), .header-main-ltd {
    position: relative;
    z-index: 10;
}
.scoreBoard .wrap .select-league .select2-container .sl-item .sl-text {
    margin-bottom: 0;
}
body .embed-ranking .league-menu .league-menu-item:hover {
    color: #414141 !important;
    background: #CED8E6 !important;
}
.acf-custom-fixtures-widget-default .right-box .embed-fixture .fixture-list-item .fixture-head {
    font-weight: bold;
}
.active-popup-custom{
    z-index: 11;
}
@media (min-width: 1024px){
    .fixture-modal {
        top: 55px !important;
    }
    .fixture-modal__content {
        width: 750px !important;
        height: 650px !important;
    }
}
@media (max-width: 600px){
    .featured-posts .post-item .box .box-text, .featured-posts .post-item .box .box-image, .posts-vertical .post-item .box .box-text, .posts-vertical .post-item .box .box-image  {
        vertical-align: middle;
    }
    .header, .header-wrapper{
      z-index: 12;  
  }
}
body{
	font-size: 16px;
	overflow-x: hidden;
}
.devqc-floating-left, .devqc-floating-right {
    transition: all 500ms ease;
    z-index: 0;
}
.devqc-floating-left img, .devqc-floating-right img {
    max-width: 200px;
    height: auto;
}
#footer{
	z-index: 9;
}
.row.row-collapse{
	max-width: 1200px !important;
}

.fixed-header #masthead {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}
.admin-bar .fixed-header #masthead {
    top: 32px;
}

.ux-relay__control .button {
    border-radius: 99px;
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
@media(min-width: 1200px){
	.blog-wrapper .row .post-sidebar.large-4.col{
		max-width: 300px;
		flex-basis: 300px;
	}
	.blog-wrapper .row .large-8.col:not(.medium-12){
		max-width: calc(100% - 300px);
		flex-basis: calc(100% - 300px);
	}
}
header.archive-page-header .col {
    padding: 0;
}
h1.page-title, #at_posts_related .posts-section-title-related, #secondary .embed-fixture .fixture-title-widget, #secondary .embed-ranking .ranking-title-widget{
	text-align: left;
	letter-spacing: normal;
	text-align: left;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    background: url('images/bg-title-cate.png') no-repeat center center;
    background-size: 100% 100%;
    font-weight: 700;
}
.post-sidebar .title-cate, .post-sidebar .title-hot {
    border-radius: 5px;
    background: url(images/r-title.png) no-repeat center center;
    background-size: 100% 100%;
}
.right-box .fixture-title-widget, .right-box .ranking-title-widget
{
	background: url(images/r-title.png) no-repeat center center !important;
	background-size: 100% 100% !important;
}
#secondary .embed-fixture .fixture-title-widget, #secondary .embed-ranking .ranking-title-widget, #secondary .title-cate .section-title, #secondary .title-hot .section-title {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
#secondary .embed-ranking .ranking-list .ranking-table .team, #secondary .embed-ranking .ranking-list .ranking-head{
    display: none;
}
.breadcrumb-cc {
    background: transparent !important;
    color: #000 !important;
}
.breadcrumb-cc a{
	font-weight: 700;
	color: #000 !important;
}
#post-list .col-inner {
    margin-bottom: 5px;
    border-radius: 10px;
}
#post-list .post-item .post-title{
	font-size: 18px;
}
.widget_media_image img{
	width: 100%;
}
.tagcloud{
	text-align: center;
}
.tagcloud a:hover {
    color: #DD1C11;
}
.tagcloud a {
    border-radius: 4px;
    background: #EAEAEA;
    padding: 6px 8px;
    white-space: nowrap;
    font-size: 12px !important; 
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
		margin-right: 3px;
    display: inline-block;	
}
.widget .is-divider, header.entry-header .is-divider{
	display: none;
}
span.widget-title {
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
	display: block;
	margin-bottom: 15px;
}
.widget_tag_cloud span.widget-title:before{
	content: "#";
	padding: 6px 8px; 
	background: #EAEAEA;
	border-radius: 4px;
	margin-right: 6px;
	display: inline-block;
}
.widget .col-inner.box-shadow-1 .row {
    padding: 10px !important;
}
.widget .title-cate{
	border-radius: 6px 6px 0 0;
}
.post-featured .col-inner {
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.featured-posts > .col-inner{
	 border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.single .article-inner.has-shadow{
	box-shadow: none;
}
.article-inner.has-shadow .entry-header-text-top, .article-inner.has-shadow .entry-content{
	padding: 0;
}
.article-inner .excerpt-post {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}
.article-inner .excerpt-post .name {
    background: #E91D12;
    color: #fff;
    font-weight: 400;
    padding: 6px;
    margin-right: 8px;
    border-radius: 6px;
    font-size: 16px;
}
.article-inner .post-meta {
    margin-bottom: 10px;
    color: #7D7D7D;
}
.blog-single .article-inner {
    padding-right: 15px;
    margin-left: -5px;
}
.single-page .tagcloud{
	text-align: left;
}
#at_posts_related .col.post-item .col-inner {
    border-radius: 6px;
    height: 100%;
}
#at_posts_related .posts-section-title-related{
	font-weight: 400;
	font-size: 18px;
}
.hot-news .post-item:last-child .col-inner{
	border: 0;
	padding: 0;
}
.box-content-live.p-4 ul {
    padding-left: 20px;
}
.page-wrapper .page-inner .embed-fixture, .page-wrapper .page-inner .embed-ranking{
	margin-bottom: 20px;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn {
    background: transparent;
    color: #000;
    width: 272px;
    font-size: 16px;
    text-transform: inherit;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 99px;
}
@media(max-width: 880px){
	.post-featured .col-inner {
	    border-radius: 8px 8px 0 0;
	}
	.featured-posts > .col-inner{
		 border-radius: 0 0 8px 8px;
	}
	.blog-single .article-inner{
		padding-right: 0;
		margin: 0;
		padding-left: 5px;
	}
	.breadcrumb-cc {
        padding: 5px 10px !important;
    }
    .article-inner .excerpt-post{
    	font-size: 16px;
    }
    .row-mb.row-collapse{
    	padding: 0px 5px;
    }
    #post-list .post-item .post-title a, .after-blog-news .post-item .post-title a{
    	font-size: 18px !important;
    }
	h1.page-title, #at_posts_related .posts-section-title-related, #secondary .embed-fixture .fixture-title-widget, #secondary .embed-ranking .ranking-title-widget {
	    
	    border-radius: 5px;
	    background: url(images/r-title.png) no-repeat center center;
	    background-size: 100% 100%;
	    font-weight: 700;
	}
}
@media(max-width: 600px){
	#post-list .post-item .box-text{
		padding: 10px;
	}
}
.fixture-modal__content {
    border-radius: 12px;
    text-align: left !important;
}


/*********** Custom page sea game ************/
.seagame-landing-page .custom-top-nav {
    width: 100%;
    background: #0056FE;
    border-bottom: thin #2a6cee solid;
}

.seagame-landing-page .custom-top-nav .nav-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 52px;
    align-items: center;
    gap: 175px;
}

.seagame-landing-page .custom-top-nav .nav-left .logo img {
    height: 35px;
}

.seagame-landing-page .custom-top-nav .nav-right ul {
    display: flex;
    gap: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.seagame-landing-page .custom-top-nav .nav-right ul li {
    margin-bottom: 0;
    position: relative;
    min-width: 90px;
}
.seagame-landing-page .custom-top-nav .nav-right a {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.seagame-landing-page .custom-top-nav .nav-right a:hover {
    color: #D4BA15;
}
.seagame-landing-page .custom-top-nav .nav-right ul li img{
	position: absolute;
    height: 97px;
    z-index: 1;
    top: -13px;
    right: 0;
    width: 91px;
}
.seagame-landing-page .banner+.row:not(.row-collapse), .banner-grid-wrapper+.row:not(.row-collapse), .section+.row:not(.row-collapse), .slider-wrapper+.row:not(.row-collapse) {
    margin-top: 15px;
}
.post-featured .col-inner {
    border-radius: 0px 0 0 8px;
    overflow: hidden;
}
.verposts .post-item .box-blog-post {
	display: flex;
}
.verposts .col-inner {
	border-radius: 8px;
}
.seagame-landing-page .col.large-9{
    padding: 0px 10px 10px;
}
.seagame-title .section-title{
	background: #001231 url(images/seagame-title.png) no-repeat;
    color: white;
    padding: 5px 10px 5px 55px;
    background-size: 100%;
    margin-bottom: 20px;
}
.seagame-landing-page .is-divider{
    height: 8px;
    background: white url(images/seagame-line.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
}
/************ Custom Menu *************/

@media(max-width: 600px){
	.col.post-item .post-title.is-xlarge a{
		font-size: 20px;
	}
	.col.post-item .post-title.is-larger a{
		font-size: 18px;
	}
	.api-embed-box .ux-menu{
		white-space: nowrap;
		overflow-x: scroll;
		display: block;
		
	}
	.api-embed-box .ux-menu .menu-item {
	    display: inline-block;
        width: auto;
	}
	.api-embed-box .ux-menu .menu-item a {
	    padding: 0px 15px;
	}
	.embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score .time {
        font-size: 13px;
    }
	.header, .header-wrapper {
	    z-index: 2;
	}
	.title-cate, .title-hot {
	    border-radius: 5px;
	    background: url(images/line-mb.png) no-repeat center center;
	    background-size: 100% 100%;
	}
	#masthead, #footer .absolute-footer {
	    background: url(images/headline-mb.png) no-repeat;
	    background-size: 100% 100%;
	}
	.nav>li>a>i.icon-menu {
	    font-size: 1.9em;
	    background: #0055a5;
	    padding: 1px 5px;
	    border: thin #506ea7 solid;
	    border-radius: 4px; 
	}
	.header-bottom .header-block-block-3{
		display: block;
	}
	
	.logo-news {
	    padding: 0px 25px 0px 50px;
        background-position-y: 0px;
        margin-bottom: 0px !important;
	}
	.news-movingLeft.row .col {
	    animation: marquee 20s linear infinite;
	}
	.home-top .featured-posts{
		margin-bottom: 7px;
	}
	.icon-box .icon-box-img {
    	margin-bottom: 0px;
    	width: 60px !important;
    }
    .seagame-landing-page .custom-top-nav .nav-inner
    {
    	display: block;
    	height: auto;
    }
    .seagame-landing-page .custom-top-nav .nav-inner .nav-left
    {
    	text-align: center;
        border-bottom: thin silver solid;
        padding: 8px 0px;
        margin-bottom: 5px;
    }
    .seagame-landing-page .custom-top-nav .nav-inner .nav-left .logo img {
	    display: inherit;
	    width: auto;
	}
	.seagame-landing-page .custom-top-nav .nav-right ul li {
	    margin-bottom: 0;
	    position: relative;
	    min-width: 0;
	}
	.seagame-landing-page .custom-top-nav .nav-right ul {
	    gap: 10px;
	    justify-content: space-evenly;
	}
	.seagame-landing-page .custom-top-nav .nav-right ul li:first-child
	{
		display: none;
	}
}