h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

header {
    background-color: var(--bs-primary);
}

header .navbar-toggler {
    margin-top: 8px;
    margin-bottom: 8px;
}

header .nav-item {
    position: relative;
    height: 56px;
    line-height: 56px;
}

.main-left {
    width: 270px;
}

header .nav-link {
    padding: 0 1rem !important;
    height: 100%;
    font-size: 17px;
}

header .nav-item > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    border-top: 4px solid #FFF; 
    background-color: rgb(255,255,255,.1);
}  

header .navbar-collapse {
    flex-grow: unset;
}

body {
    min-width: 1024px;
}

.circle {
    height: 42px;
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    background-color: #21436F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-xian {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
}

.ul-xian > li {
    margin-top: .125rem;
    margin-bottom: .125rem;
}

.pill-xian {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #EBEBEB;
    padding: 3px 6px;
    margin: 0 4px;
}

.pill-xian.active{
    color: #FFF;
    background: var(--bs-primary);
}

.badge {
    border-radius: 12px;
}

.view-port {
    width: 100%;
    max-width: 1296px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.container-league {
    display: flex;
    /* justify-content: center; */
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.container-league::-webkit-scrollbar {
    display: none;
}

.container-league>a {
    margin: 16px 12px 12px 8px;
}

.container-league>a:first-child {
    margin-left: 28px;
}

.container-league>a:last-child {
    margin-right: 28px;
}

.container-league>a>img {
    width: auto;
    height: 56px;
}

.btn-league-prev {
    position: absolute;
    left: 14px;
    top: 30px;
}

.btn-league-next {
    position: absolute;
    right: 14px;
    top: 30px;
}

.panel-header-1 {
    background-color: var(--bs-primary);
    border-radius: 6px 6px 0px 0px;
    color: #FFF;
    padding: 0px 1rem;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.panel-header-dummy-1 {
    height: 40px;
}

.panel-image-1 {
    margin-top: 40px;
}

.panel-image-2 {
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
    width: 128px;
    height: 128px;
}

.panel-image-3 {
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
    width: 237px;
    height: 133px;
}


.panel-content-2 {
    background: #F3F6FD;
    border-radius: 6px;
    min-height: 100%;
}

.panel-header-3 {
    background-color: var(--bs-primary);
    border-radius: 6px 6px 0px 0px;
    color: #FFF;
    padding: 4px 8px;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.analysis.panel-header-3 { 
    background-color: #163256;
}

.subpanel-header-3 {
    color: #FFF; 
    padding: 0px 8px;
    height: 40px;
    background-color: var(--bs-primary);
}

.panel-header-3.multi-line {
    height: unset;
    line-height: unset;
}

.subpanel-header-3 .nav-link {
    padding: 0 14px;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    opacity: 0.5;
}

.subpanel-header-3 .nav-link.active {
    font-weight: 500;
    text-decoration: underline;
    opacity: 1.0;
}

.table-analysis-legend {
    width: 100%;
}

.table-analysis-legend td {
    padding: 8px 12px;
    border-bottom: 1px solid #DDD;
}

.table-analysis-legend .highlight {
    width: 138px;
    height: 22px;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

a:hover {
    color: var(--bs-primary-over);
}

.panel-header-3 .nav-link {
    padding: 0rem 1rem;
    color: rgba(255, 255, 255, 0.75);
}

.panel-header-3 .nav-link.active {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.panel-content-3 {}

.panel-header-4 {
    background-color: #FFF;
    font-size: 12px;
    padding: 0.125rem .5rem;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.ic-20 {
    max-width: 20px;
    max-height: 20px;
}

.ich-14 {
    width: auto;
    height: 14px;
}

.ich-16 {
    width: auto;
    height: 16px;
}

.ich-18 {
    width: auto;
    height: 18px;
}

.ich-20 {
    width: auto;
    height: 20px;
}

.ich-22 {
    width: auto;
    height: 22px;
}

.ich-24 {
    width: auto;
    height: 24px;
}

.ich-32 {
    width: auto;
    height: 32px;
}

.ich-72 {
    width: auto;
    height: 72px;
}

.icmxh-72 {
    width: auto;
    height: 100%;
    max-height: 72px;
}

.ich-92 {
    width: auto;
    height: 92px;
}

.icmxh-92 {
    width: auto;
    height: 100%;
    max-height: 92px;
}

.ic-52 {
    width: 52px;
    height: 52px;
}

.icw-12 {
    width: 12px;
    height: auto;
}

.icw-20 {
    width: 20px;
    height: auto;
}

.icmxw-92 {
    width: 100%;
    max-width: 92px;
    height: auto;
}

.text-clear {font-size: unset;font-weight: unset;color: unset;}
.text-green {
    color: #42CF2B !important;
    opacity: 1.0 !important;
}
.text-blue {
    color: #00a8d3 !important;
    opacity: 1.0 !important;
}
.text-red {
    color: #F4747F !important;
    opacity: 1.0 !important;
}

.analysis-container {
    background: #FBFBFB;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}

.card-analysis-article {
    flex-grow: 1;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px 6px 6px 0px;
}

.img-analysis-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    border-bottom-left-radius: 6px;
}

.img-highlight {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.hot-table {
    width: 100%;
    /* white-space: nowrap; */
}

.hot-table-td:hover {
    opacity: 0.8;
}

.hot-table td {
    padding: 0;
}

.hot-border {
    border-color: #4f79c5 !important;
}

.hot-border-2 {
    border-color: #ff0642 !important;
}

.hot-bg-1 {
    background-color: #0d1c3d;
}

.hot-bg-2 {
    background-color: rgba(255, 255, 255, 0.1);
}

.hot-bg-3 {
    background-color: #89071f;
}

.hot-text-name {
    color: #dbf3fd;
}

.hot-text-team {
    color: #f35b82;
    text-decoration: underline;
}

.hot-button {
    background: rgb(0, 0, 0, 0.2);
}

.hot-button:hover {
    background: rgb(0, 0, 0, 0.5);
}

.fixture-table-wrapper {
    overflow-x: auto;
}

.fixture-table {
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    /* table-layout: fixed; */
}

.fixture-table td {}

.fixture-league-header td {
    padding: 2px 1px;
    color: var(--bs-primary);
    background-color: #CCD5EE;
    font-size: 12px;
    font-weight: 500;
}

.fixture-header td {
    color: #FFF;
    font-size: 12px;
    background-color: #839FC4;
    padding: 2px 4px;
}

.fixture-tr.top {
    border-top: 1px solid #DFDFDF;
}

.fixture-tr td {
    vertical-align: top;
    padding: 4px 4px;
}

.fixture-tr td:not(:last-child) {
    border-right: 1px solid #DFDFDF;
}

.fixture-tr:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
}

.fixture-tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.fixture-tr:nth-child(even) {
    background-color: #F1F4F5;
}

.fixture-tr .odd {}

.fixture-tr .odd.center {
    background-color: #EDEDBB;
}

.fixture-rank-text {
    color: #21436F;
    font-weight: 500;
}

.fixture-tr .up {
    background: url("../images/icons/up-red.png") no-repeat 35px 5px;
    display: block;
    width: 42px;
    padding-right: 11px;
    color: red;
    text-align: end;
    font-size: 12px;
}

.fixture-tr .down {
    background: url("../images/icons/down-green.png") no-repeat 35px 5px;
    display: block;
    width: 42px;
    padding-right: 11px;
    color: green;
    text-align: end;
    font-size: 12px;
}

.fixture-title {
    max-width: 270px;
    inline-size: 270px;
    overflow-wrap: break-word;
}

.fixture-title:not(:last-child) {
    margin-bottom: 2px;
}

.fixture-win {
    font-weight: 500;
    color: var(--bs-danger);
    text-decoration: underline;
}

td.odd-team {
    color: rgba(var(--bs-danger-rgb), 1) !important;
    font-weight: 500;
    text-decoration: underline;
}

td.fixture-team {
    color: #666;
}

.news-thumb-image {
    width: 380px;
    height: 240px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.border-top-round {
    border-radius: 6px 6px 0px 0px;
}

.border-start-round {
    border-radius: 6px 0px 0px 6px;
}

.border-end-round {
    border-radius: 0px 6px 6px 0px;
}

.rank-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.rank-table th {
    background-color: #484848;
    font-weight: normal;
    color: #FFF;
}

.rank-table td {
    padding: 8px 4px;
}

.rank-table tr:nth-child(odd) td {
    background-color: #EEEEED;
}

.border-round {
    border: 1px solid #D6D6D6;
    border-radius: 6px 6px 6px 6px;
}

.avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgb(255, 255, 255, .6);
    border-radius: 50%;
}

.avatar-16 {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-20 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-24 {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-32 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-36 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-40 {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-48 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-56 {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-64 {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-128 {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-facebook {
    background-image: url('../images/socials/facebook.png');
    background-repeat: no-repeat;
    width: 278px;
    height: 54px;
}

.img-youtube {
    background-image: url('../images/socials/youtube.png');
    background-repeat: no-repeat;
    width: 278px;
    height: 54px;
}

.img-twitter {
    background-image: url('../images/socials/twitter.png');
    background-repeat: no-repeat;
    width: 278px;
    height: 54px;
}

.img-line {
    background-image: url('../images/socials/line.png');
    background-repeat: no-repeat;
    width: 278px;
    height: 54px;
}

.main-left .img-social {
    width: 278px;
    height: 54px;
}

.btn-video {
    display: flex;
    align-items: stretch;
}

.btn-video .btn-video-play {
    padding: 0px 4px;
    background-color: #FFF;
    border-radius: 2px 0px 0px 2px;
}

.btn-video .btn-video-label {
    padding: 0px 8px;
    color: #FFF;
    background-color: var(--bs-primary);
    border-radius: 0px 2px 2px 0px;
    font-size: 12px;
    line-height: 21px;
}

.filter-shadow {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

footer {
    background-color: #333;
    color: #FFF;
}

footer .nav-link {
    color: #CCCCCC;
}

footer .nav-link:hover {
    color: #FFFFFF;
}

.gx-main {
    --bs-gutter-x: 2.00rem;
}

.slide-item {}

/* .slide-item img {
    width: 650px;
    border-radius: 15px;
} */

.slide-item .link-wrapper {
    display: block;
    margin: 0 0.5rem;
}

.slick-dots {
    bottom: 10px !important;
}

.truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.team-form {
    width: 18px;
    text-align: center;
    color: #FFF;
}

.container-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-content {
    max-width: 100%;
    width: auto;
    height: 480px;
}

.page-detail {
    max-width: 1080px;
}

.hero-image {
    background-color: #999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 6px;
}

.statistic-profile {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
}

.statistic-profile>div {
    max-width: 80px;
    width: 100%;
}

.hero-image-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
}

.highlight h3 {
    color: var(--bs-body-color);
}

.event-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.card-xian {
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
}

.card-xian-img-profile {
    width: 156px;
    height: 156px;
    /* background-image: url("photographer.jpg"); */
    background-color: #CCC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-tded-fixture {
    height: 156px;
    overflow-y: auto;
}

.div-tded-fixture::-webkit-scrollbar-track {
	background-color: #D6D6D6;
}

.div-tded-fixture::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.div-tded-fixture::-webkit-scrollbar-thumb {
	background-color: #21436F;
    border-radius: 4px;
}

.card-xian table {
    width: 100%;
}

.card-header-xian{min-height: 64px;}

.border-right-none {
    border-right: unset !important;
}

.read-more {
    background: #F9F9F7;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 1px 4px;
    font-size: 12px;
}

.link-title {
    color: var(--bs-body-color);
}

.card-fixture-result {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
}

.table-fixture-result {
    width: 100%;
}

.table-fixture-result td {
}

.tag-container {

}

.tag-item {
    display: inline-block;
    border-radius: 22px;
    padding: 4px 12px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 22px;
    color: var(--bs-body-color);
}

.tag-item.active {
    background: #21436F;
    border: 1px solid #21436F;
    color: #FFF;
}

.tag-item:hover {
    border: 1px solid #21436F;
    color: #21436F;
}

.tag-item.active:hover {
    color: #FFF;
}

.bg-gray {
    background-color: #EEEEED;
}

.content-fs-4 {
    font-size: 150%;
}

.content-fs-3 {
    font-size: 180%;
}

.content-fs-2 {
    font-size: 200%;
}

.content-fs-1 {
    font-size: 220%;
}

.bg-win-full span,
.bg-win-full a {
    color: #FFF;
}
.bg-win-full {
    color: #FFF;
    background-color: #ff0000 !important;
}
.bg-win-half span,
.bg-win-half a {
    color: #333;
}
.bg-win-half {
    color: #333;
    background-color: #ff5959 !important;
}
.bg-lose-half span,
.bg-lose-half a {
    color: #333;
}
.bg-lose-half {
    color: #333;
    background-color: #a1a5f8 !important;
}
.bg-lose-full span,
.bg-lose-full a {
    color: #FFF;
}
.bg-lose-full {
    color: #FFF;
    background-color: #5256c0 !important;
}
.bg-draw span,
.bg-draw a {
    color: #333;
}
.bg-draw {
    color: #333;
    background-color: #33cc00 !important;
}
.bg-post span,
.bg-post a {
    color: #555;
}
.bg-post {
    color: #555 !important;
    background-color: #00ffff !important;
}

.text-win-full {
    color: #49ec83;
}
.text-win-half {
    color: #49ec83;
}
.text-lose-half {
    color: #f46174;
}
.text-lose-full {
    color: #f46174;
}
.text-draw {
    color: #5793dc;
}
.text-post {
    color: #fbf3c5;
}

.pill-legend {
    text-align: center;
    width: 75px;
    padding: 0px 4px;
    border-radius: 4px;
}

.pill {
    text-align: center;
    padding: 0px 4px;
    border-radius: 16px;
}

.btn-tab-login {
    color: #999;
    font-weight: 500;
    height: 48px;
    background-color: #F9F9F9 !important;
}

.btn-tab-login.active {
    background: none !important;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .3;
}

.hot-bg {
    background-image: url('../images/hot-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
}

.hot-text-muted {
    color: #9AAEC3;
}

.bd-round-tl {
    border-top-left-radius: 12px;
}

.bd-round-tr {
    border-top-right-radius: 12px;
}

.bd-round-tl-tr {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.bd-round-bl {
    border-bottom-left-radius: 12px;
}

.bd-round-br {
    border-bottom-right-radius: 12px;
}

.bd-round-bl-br {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.div-section-more {
    position: relative;
}

.div-section-more hr {
    /* background-color: #dadce0; */
    border: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: 18px;
    z-index: -1;
}

.btn-section-more {
    color: #202124;
    line-height: 36px;
    width: 240px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    background-color: #e7e8e8;
    transition: background-color 0.3s ease;
    user-select: none;
    cursor: pointer;
}

.btn-section-more:active {
    background-color: #cccecf;
}

.chevron {
    display: inline-block;
    transition: transform 0.3s ease;
}

.chevron.up {
    transform: rotate(180deg);
}

.article-item-image-1 {
    /* width: 100%; */
    min-width: 384px;
    width: 384px;
    max-width: 384px;
    /* min-width: 240px; */
    object-fit: cover;
    border-radius: 8px;
    height: 216px;
    object-position: center top; 
}

.bg-none {
    background: none;
}

.article-block:not(:first-of-type):before {
    content: "•";
    margin: 0 4px;
}

.bg-weight-50 {
    background: rgb(255, 255, 255, .5);
}

.bg-weight-80 {
    background: rgb(255, 255, 255, .8);
}

.hot-sub {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

.btn-dark-50 {
    color: #fff;
    background: rgb(0, 0, 0, .4);
    border: none;
}

.btn-dark-50:hover {
    color: #fff;
    background: rgb(0, 0, 0, .8);
}

.press-opacity {
    opacity: .4;
}

.press-opacity:hover {
    opacity: 1;
}

.bullet-result {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
}

.div-match-euro {
    background-color: #EFEFEF;
    border-radius: 10px;
}
.table-match-euro tbody>tr>td {
    padding: 4px 2px;
}

.euro-highlight {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

.btn-corner {
    padding: 4px;
    background: #000000;
    border-bottom-right-radius: 10px;
}

.table-euro-standing {
    width: 100%;
}

.table-euro-standing th {
    font-weight: normal;
}

.bg-euro-pass {
    background-color: #b1ffbd;
}

/*
.table-match-euro th, td {
    padding: 10px;
    text-align: left;
}
.table-match-euro th {
    background-color: #bbb;
} */

.blinking {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    0%, 100% {
        opacity: 1; /* 100% opacity (fully visible) */
    }
    50% {
        opacity: 0.3; /* 50% opacity (semi-transparent) */
    }
}