/*************** CSS for Desktop ***************/
@keyframes pulse_old {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

@-webkit-keyframes pulse {
    0% {
        /* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        /* transform: scale(1); */
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
        /* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}

@-webkit-keyframes light {
    0% {
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}

@keyframes swing {
    20% {
        transform: rotate(30deg);
    }

    40% {
        transform: rotate(-20deg);
    }

    60% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes live {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes xoayvong {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.pulse {
    transform: scale(1);
    animation: pulse .5s linear infinite;
}

html,
body {
    background-color: #dfdfdf !important;
    scroll-behavior: smooth;
    font-size: 14px;
}

#main,
#wrapper {
    background-color: transparent !important;
}

pre {
    background-color: transparent;
    border: 0;
}

td:first-child,
th:first-child {
    white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.25;
    margin-top: .5em;
}

.h1,
h1 {
    font-size: 32px;
    margin-top: 0px;
}

.h2,
h2 {
    font-size: 24px;
}

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

.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-size: 14px;
    opacity: 1
}

.mfp-bg.mfp-ready {
    opacity: .9;
}

.header-wrapper.stuck {
    box-shadow: none;
}

.post .is-divider,
.post-item .is-divider {
    display: none;
}

.button {
    margin: 0;
}

.nav>li>a {
    padding: 0;
}

.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,
.entry-content {
    padding: 0;
}

.alert.is-link span {
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: var(--fs-color-alert);
    text-decoration: underline;
}

.items-center p {
    display: inline-flex;
    align-items: center;
}

.slider-nav-light .flickity-page-dots .dot {
    border-radius: 4px;
    width: 20px;
    height: 3px;
    margin: 0 2px !important;
    border: none;
    background: #8e8e93;
}

.nav-divided>li+li>a:after {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.logo-left .logo {
    margin-right: 15px;
}

.absolute-footer {
    display: none;
}

.social-icons {
    display: flex;
    gap: 1.5em;
    align-items: center;
    justify-content: center;
}

.footer-wrapper .ux-menu-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
    text-transform: uppercase;
    color: #fff;
}

.footer-wrapper .ux-menu-link a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    min-height: 2em;
    padding-top: 1px;
}

.footer-wrapper .ux-menu-link.ux-menu-link--active a {
    color: #24F6FA;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* .footer-wrapper .section-content>.row>.col>.col-inner>.row {
    width: 19%;
} */

.footer-wrapper .dark,
.footer-wrapper .dark p,
.footer-wrapper .dark td {
    color: #fff;
}

.h-copyright * {
    color: #e3e3e8;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.page-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    padding-top: 0;
}

.row-main {
    flex-flow: nowrap;
    gap: 20px;
    justify-content: space-between;
}

.row-main::after {
    display: none;
}

.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;
}

.h-mainContent {
    max-width: 1000px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.h-left-sidebar .section,
.h-right-sidebar .section,
.post-sidebar .section {
    border-radius: 12px;
    overflow: hidden;
    padding: 0 !important;
    background-color: #fff;
}

.h-left-sidebar .section .section-title-container,
.h-right-sidebar .section .section-title-container,
.post-sidebar .section .section-title-container {
    margin-bottom: 0;
}

.h-left-sidebar .ux-menu-title,
.h-left-sidebar .section-title-normal,
.h-right-sidebar .section-title-normal,
.icon-box.icon-title,
.h-right-sidebar .tabbed-content h4,
.post-sidebar .section-title-normal,
.post-sidebar .tabbed-content h4 {
    font-size: 14px;
    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;
}

.icon-box .icon-box-text h3 {
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    color: #fff;
}

.icon-box-right .icon-box-img+.icon-box-text {
    padding-right: 7px;
    margin-left: 0;
}

.h-right-sidebar .icon-box-right .icon-box-text {
    flex: unset;
}

.h-right-sidebar .icon-box-img img {
    margin-top: 2px;
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

.h-left-sidebar .section-title-normal span,
.h-right-sidebar .section-title-normal span,
.post-sidebar .section-title-normal span {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.h-left-sidebar .ux-menu,
.h-right-sidebar .ux-menu {
    padding-bottom: 6px;
}

.h-left-sidebar .ux-menu-link>a,
.h-right-sidebar .ux-menu-link>a {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #3a3a3d;
    padding: 3px 0 3px 12px;
    border-bottom: 0px;
    position: relative;
    width: 100%;
    min-height: auto;
}

.h-left-sidebar .section .row,
.h-right-sidebar .section .row {
    border-radius: 4px;
    position: relative;
    margin: 0;
    padding: 10px 0;
}

.h-left-sidebar .section .row::before,
.h-right-sidebar .section .row::before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.h-left-sidebar .section .row .post-item,
.h-right-sidebar .section .row .post-item {
    padding: 0 10px;
}

.h-left-sidebar .section .row .post-item+.post-item .col-inner,
.h-right-sidebar .section .row .post-item+.post-item .col-inner {
    margin-top: 6px;
    border-top: 1px solid #e3e3e8;
    padding-top: 6px;
}

.h-left-sidebar .section .row .post-item .box-text,
.h-right-sidebar .section .row .post-item .box-text {
    padding: 1.5px 12px;
    font-size: 11px;
}

.h-left-sidebar .section .row .post-item .box-text .post-title,
.h-right-sidebar .section .row .post-item .box-text .post-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    line-height: 18px;
}

.h-left-sidebar .section .row .post-item .box-text .post-title a,
.h-right-sidebar .section .row .post-item .box-text .post-title a {
    color: black;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.h-left-sidebar .section .row .post-item .box-text .post-title:hover a,
.h-right-sidebar .section .row .post-item .box-text .post-title:hover a {
    color: var(--fs-color-primary);
}

.h-right-sidebar .section .row .post-item .box-text .post-title {
    padding-left: 22px;
}

.h-right-sidebar .section .row .post-item .box-text .post-title a::before {
    content: "";
    display: block;
    background-image: url(../img/polygon8.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 8px;
}

.h-right-sidebar.col-list-blog-right .section .row .post-item .box-text .post-title a::before {
    left: 0;
}

.h-right-sidebar.col-list-blog-right .section .row .post-item .box-text .post-title,
.h-right-single .section .row .post-item .box-text .post-title {
    padding-left: 13px;
}

.h-right-sidebar.col-list-blog-right .section {
    margin-top: 1em;
    margin-bottom: 1em;
}

.h-right-single .section .row .post-item .box-text .post-title a::before {
    background-image: url(../img/polygon8.svg);
    width: 8px;
    height: 10px;
    top: 2px;
    left: 0;
}

.h-left-sidebar .section .row .post-item .box-text .post-meta,
.h-right-sidebar .section .row .post-item .box-text .post-meta {
    display: none;
}

.h-left-sidebar .section .row .post-item .box-text .button,
.h-right-sidebar .section .row .post-item .box-text .button {
    transition: all 0.3s;
    color: #ee0b1a;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 2px;
    text-transform: none;
    margin: 8px 0 0;
    min-height: 0;
}

.h-left-sidebar .section .row .post-item .box-text .button::after,
.h-right-sidebar .section .row .post-item .box-text .button::after {
    content: "";
    background-image: url(../img/readmore.webp);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}

.h-right-sidebar .slider-wrapper,
.post-sidebar .slider-wrappe {
    border: unset;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

.h-right-sidebar .tabbed-content,
.post-sidebar .tabbed-content {
    border: unset;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

.h-right-sidebar .tabbed-content h4,
.post-sidebar .tabbed-content h4 {
    margin-bottom: 12px;
}

.h-right-sidebar .tabbed-content .nav,
.post-sidebar .tabbed-content .nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom: 2px solid #dbdce0;
}

.h-right-sidebar .tabbed-content .nav li,
.post-sidebar .tabbed-content .nav li {
    flex: 1;
    text-align: center;
    color: #7b7c80;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px;
    cursor: pointer;
    position: relative;
}

.h-right-sidebar .tabbed-content .nav li a,
.post-sidebar .tabbed-content .nav li a {
    font-size: inherit;
    padding: 0;
}

.h-right-sidebar .tabbed-content .nav li.active a,
.post-sidebar .tabbed-content .nav li.active a {
    color: #0862bd;
}

.h-right-sidebar .tabbed-content .nav li.active:after,
.post-sidebar .tabbed-content .nav li.active a:after {
    content: '';
    height: 2px;
    background: var(--Ver-02-Active-link, #0862bd);
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 100%);
}

.h-right-sidebar .tabbed-content .tab-panels,
.post-sidebar .tabbed-content .tab-panels {
    padding-top: 0;
}

.h-right-sidebar .tabbed-content .tab-panels .panel,
.post-sidebar .tabbed-content .tab-panels .panel {
    color: #0c0c0d;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table,
.post-sidebar .tabbed-content .tab-panels .panel table {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table *,
.post-sidebar .tabbed-content .tab-panels .panel table * {
    font-size: 12px;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table thead,
.post-sidebar .tabbed-content .tab-panels .panel table thead {
    border-radius: 4px 4px 0px 0px;
    background: var(--fs-color-primary);
    color: #fff;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table td,
.post-sidebar .tabbed-content .tab-panels .panel table td {
    text-align: center;
    height: 24px;
    color: #0C0C0D;
    border-bottom: 1px solid #e3e3e8;
    border-right: 1px solid #e3e3e8;
    padding: 0;
    text-align: center;
    font-weight: 500;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table thead th,
.post-sidebar .tabbed-content .tab-panels .panel table thead th {
    height: 24px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(1),
.h-right-sidebar .tabbed-content .tab-panels .panel table td:nth-child(1),
.post-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(1),
.post-sidebar .tabbed-content .tab-panels .panel table td:nth-child(1) {
    width: 33px;
    box-sizing: border-box;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(2),
.post-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(2) {
    max-width: 29px;
    padding-left: 2px;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table .th_score,
.post-sidebar .tabbed-content .tab-panels .panel table .th_score {
    width: 40px !important;
    box-sizing: border-box !important;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table .status_9,
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_10,
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_13,
.post-sidebar .tabbed-content .tab-panels .panel table .status_9,
.post-sidebar .tabbed-content .tab-panels .panel table .status_10,
.post-sidebar .tabbed-content .tab-panels .panel table .status_13 {
    background: var(--Ver-02-bg-bxh, #fff0eb);
}

.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_9 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_10 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_11 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_13 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_9 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_10 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_11 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_13 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank {
    background: url(../img/star-top.webp);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table .status_11,
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_18,
.post-sidebar .tabbed-content .tab-panels .panel table .status_13,
.post-sidebar .tabbed-content .tab-panels .panel table .status_18 {
    background: #f5f5f7;
}

.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_11 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_13 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank {
    background: url(../img/star-bottom.webp);
}

.h-right-sidebar .tabbed-content .tab-panels .panel table tr[class^="status_"] td:nth-child(5),
.post-sidebar .tabbed-content .tab-panels .panel table tr[class^="status_"] td:nth-child(5) {
    color: #ee0b1a;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.h-mainContent .entry-title,
#content .entry-title {
    font-style: normal;
    line-height: 150%;
    color: #0f0f0f;
    margin-bottom: 12px;
}

.h-mainContent p {
    margin-bottom: 12px;
}

.h-mainContent li {
    margin-left: 25px;
}

.bannerWarp {
    justify-content: end;
    width: calc((100vw - 1240px) / 2);
    display: flex;
}

.leftBanner,
.rightBanner,
.h-sticky {
    position: sticky;
    height: fit-content;
    overflow: visible;
    top: 102px;
}

.contain {
    display: flex;
    flex-wrap: nowrap;
}

.container+.bannerWarp {
    justify-content: flex-start;
}

/*************** CSS for KQBD ***************/
.header-main {
    background-color: #fff;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

/* .header-nav-main {
    justify-content: space-between;
} */
.header-nav-main.nav>li>a b {
    color: var(--fs-color-alert);
    margin-right: 3px;
}

.header-nav-main.nav>li>a:before {
    height: 2px;
}

.header-nav-main>.header-block:first-child {
    margin-right: -15px;
}

.header-bottom .flex-row {
    position: relative;
    height: 38px;
    background: #fff;
}

/* .header-bottom .flex-row::before {
    content: "";
    position: absolute;
    background-image: url(../img/h-bottom.webp);
    background-size: 100% 100%;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
} */
.header-bottom .flex-row .nav>li {
    line-height: 100%;
}

.header-block {
    width: fit-content;
}

.header-block .j-kqbd img,
.header-block .j-tlk img {
    display: none;
}

.header-block .j-kqbd .img-inner::before,
.header-block .j-tlk .img-inner::before {
    content: "";
    display: block;
    width: 100%;
    background-size: 100% 100%;
}

.header-block .j-kqbd {
    width: 128px !important;
    position: relative;
    overflow: hidden;
    min-height: auto;
}

.header-block .j-kqbd .img-inner::before {
    padding-top: 29.75%;
    background-image: url(../img/kqbd.webp);
}

.page-template-page-kqbd .header-block .j-kqbd .img-inner::before,
.header-block .j-kqbd .img-inner:hover::before {
    background-image: url(../img/kqbd-hov.webp);
}

.header-block .j-kqbd::before,
.header-block .j-tlk::before {
    content: "";
    display: block;
    width: 100%;
    background-size: 100% 100%;
    padding-top: 28%;
    background-image: url(../img/livescore.webp);
}

.page-id-6631 .header-block .j-tlk::before,
.header-block .j-kqbd:hover::before,
.page-template-page-tlk .header-block .j-kqbd::before,
.header-block .j-tlk:hover::before {
    background-image: url(../img/tylekeo-active.webp);
}

.kqbd-active::before {
	background-image: url(../img/tylekeo-active.webp) !important;
}
.kqbd-active {
	cursor: none;
}

.header-block .j-kqbd::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-horizontal 2.5s infinite;
    pointer-events: none;
    z-index: 2;
    opacity: 0.5;
}

.header-block .j-kqbd>span,
.header-block .j-tlk>span {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 1.1em;
    color: #131313;
    white-space: nowrap;
}

.header-block .j-kqbd>span {
    gap: 5px;
}

.page-id-6631 .header-block .j-tlk span,
.header-block .j-kqbd:hover span,
.page-template-page-tlk .header-block .j-kqbd span,
.header-block .j-tlk:hover span {
    color: #fff;
}

.header-block .j-tlk>span {
    left: 55%;
}

.header-block .j-kqbd>span::after {
    content: "⚽️";
    animation: xoayvong 1s linear 0s infinite;
}

.header-block .j-tlk>span::after {
    content: "🏆";
}

/* .header-block .j-kqbd > span .live {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF4444;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	animation: light 2s linear infinite;
}
.header-block .j-kqbd > span .live::before {
    content: "";
    position: absolute;
    border: 1px solid #FF4444;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 50%;
    /* animation: live 1s linear infinite 
}

.header-block .j-kqbd span .live::after {
    content: "";
    position: absolute;
    border: 1px solid #FF4444;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50%;
    animation: live 1s linear infinite;
    animation-delay: 0.3s;
}*/
.header-block .j-tlk {
    width: 128px !important;
    left: -20px;
    z-index: 99;
    position: relative;
    min-height: auto;
}

.header-block .j-tlk .img-inner::before {
    padding-top: 26.47%;
    background-image: url(../img/tlk.webp);
}

.page-template-page-tlk .header-block .j-tlk .img-inner::before,
.header-block .j-tlk .img-inner:hover::before {
    background-image: url(../img/tlk-hov.webp);
}

.header-block .j-tlk::before {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.page-template-page-tlk .header-block .j-tlk::before,
.header-block .j-tlk:hover::before {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.header-block .j-sgg {
    width: 141px !important;
}

.header-block .j-gif,
.header-block .gif-banner .x {
    cursor: pointer;
}

.header-block .j-gif {
    width: 40px !important;
    padding: 1.5px;
    background-color: var(--fs-color-primary);
    border-radius: 10px;
}

.header-block .j-gif img {
    transform: rotate(0deg);
    animation: swing .3s linear infinite;
}

.header-block .gif-banner {
    position: absolute;
    right: 0;
    width: 369px !important;
    display: none;
}

.header-block .gif-banner .x {
    font-size: 0;
    background-image: url(../img/x.webp);
    background-size: 100% 100%;
    width: 24px;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 5px;
}

.h-hotContent {
    white-space: nowrap;
}

.h-hotContent .button {
    padding: 0 5px;
    line-height: normal;
    min-height: 0;
}

.h-hotContent .button span b {
    text-transform: none;
    background: linear-gradient(180deg, #FF881D 0%, #FEFDDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.h-hotContent .ux-menu {
    flex-direction: row;
    font-size: 12px;
    gap: 10px;
}

.h-hotContent .ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
    border-bottom: none;
    min-height: 0;
    line-height: 1.25;
    padding: 0;
    padding-right: 0.5em;
    /* border-right: 0.5px solid #424242; */
    background: #CBCBCB;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 1em;
}

.h-hotContent .stack-col>*~* {
    margin-top: 0 !important;
}

.rank-math-breadcrumb p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
}

.rank-math-breadcrumb a {
    color: #000;
}

.rank-math-breadcrumb .last {
    color: var(--fs-color-primary);
}

.section.h-section {
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}

.h-section .flickity-viewport .img {
    padding: 0 6px;
}

/* .h-section .flickity-viewport .img .img-inner::after {
    content: "";
    display: block;
    background-image: url(../img/datcuoc.svg);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 19.1%;
    margin-top: 4px;
} */

.h-section .flickity-prev-next-button {
    top: 20%;
    color: var(--fs-color-primary);
}

.h-section .readmore>*:not(button) {
    display: none;
}

.h-section .readmoreButton {
    background-color: var(--fs-color-primary);
    border-radius: 8px;
    color: white;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    padding: 0 38px;
}

.h-bottomContent {
    margin-top: 30px;
}

.footer-wrapper .is-outline {
    margin-left: 8px;
    margin-bottom: 8px;
    border-width: 1px;
    border-radius: 4px;
}

.h-cpd {
    position: relative;
}

.h-cpd img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.h-cpd .x {
    cursor: pointer;
    font-size: 0;
    background-image: url(../img/x.webp);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.box-vertical {
     margin-bottom: 20px;
}

.box-vertical .box-text {
    vertical-align: top;
    padding: 10px 20px;
}

.post-meta {
    color: var(--fs-color-primary);
    font-weight: bold;
}

.featured-posts {
    margin-bottom: 0;
}

.flickity-slider .post-item .col-inner {
    padding-bottom: 0;
}

.j-feature .post-item .col-inner {
    border-radius: 20px;
    background-color: white;
    overflow: hidden;
}

/* .post-item {
    padding-bottom: 20px;
} */

.box-image .image-cover {
    border-radius: 12px;
    overflow: hidden;
}

.j-feature>.col {
    padding-bottom: 0;
}

.j-feature .box-vertical .post-item {
    padding-bottom: 20px;
}

.j-feature .box-vertical .box-text {
    vertical-align: top;
    padding: 8px 12px;
}

.j-feature .j-featureFirst>.col-inner {
    /* height: calc(100% - 20px); /**/
}

.j-feature .j-featureFirst .featured-posts,
.j-feature .j-featureFirst .post-item,
.j-feature .j-featureFirst .post-item .col-inner,
.j-feature .j-featureFirst .post-item .col-inner .box,
.j-feature .j-featureFirst .post-item .col-inner .box .box-image,
.j-feature .j-featureFirst .post-item .col-inner .box .box-image .image-cover {
    height: 100%;
    padding-bottom: 0;
}

.j-feature .j-featureFirst .box-image .image-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 70%;
}

.col-blog-hot .box-image::before,
.j-feature .j-featureFirst .box-image::before {
    content: "";
    z-index: 9;
    position: absolute;
    left: 5%;
    background-image: url('../img/icon-label.png');
    background-size: 100% 100%;
    width: 10.5%;
    padding-top: 10.5%;
}

.j-feature .j-featureFirst .box-text {
    border-radius: 20px;
    padding: 5%;
    z-index: 9;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}

.j-feature .j-featureFirst .box-text::before {
    content: "";
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}

.j-feature .j-featureFirst .box-text::after {
    content: "Mới nhất";
    z-index: 9;
    position: absolute;
    top: 16%;
    left: 25px;
    background-color: var(--fs-color-primary);
    color: white;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 0.8em;
    font-weight: bold;
}

.j-feature .j-featureFirst .box-text .blog-post-inner {
    position: relative;
}

.j-feature .j-featureFirst .box-text .blog-post-inner .post-meta {
    text-align: right;
    padding-right: 44px;
    margin-bottom: 12px;
}

.j-feature .j-featureFirst .box-text .blog-post-inner a::before {
    content: "";
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../img/vector.webp');
    background-size: 100% auto;
    width: 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
}

.j-title>p {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -5%;
    vertical-align: middle;
}

.row-top-list-nha-cai,
article.post {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.col-list-item,
.col-blog-review.row,
article.post .article-inner {
    max-width: 700px;
    padding: 20px 0;
}


.col-blog-review.row {
    margin-left: 38px;
}

.row-top-list-nha-cai .h-left-single,
article.post .h-left-single {
    padding-top: 170px;
    min-width: 20px;
    max-width: 20px;
}

.row-top-list-nha-cai .h-left-single {
    min-width: 35px;
    max-width: 35px;
    padding-right: 0;
}

.h-right-sidebar.col-list-blog-right,
article.post .h-right-single {
    padding-top: 20px;
    min-width: 240px;
    max-width: 240px;
}

article.post .h-left-single .is-divider {
    display: block;
}

/* article.post .h-left-single .stack,
article.post .h-right-single {
    position: sticky;
    top: 100px;
    height: fit-content;
} */
article.post .h-right-single {
    top: 80px;
}

.h-right-sidebar.col-list-blog-right .section,
article.post .h-right-single .section {
    padding: 20px !important;
}

.h-right-sidebar.col-list-blog-right .section .row,
.h-right-sidebar.col-list-blog-right .section .row .post-item,
.h-right-sidebar.col-list-blog-right .section .row .post-item .box-text article.post .h-right-single .section .row,
article.post .h-right-single .section .row .post-item,
article.post .h-right-single .section .row .post-item .box-text {
    padding: 0;
}

.h-bottom-single .post-item * {
    background-color: transparent !important;
    box-shadow: none;
}

.h-bottom-single .box-blog-post .post-meta {
    display: none;
}

.h-bottom-single .box-vertical .box-text {
    vertical-align: middle;
    padding: 0 20px;
}

.h-bottom-single .box-blog-post .image-cover {
    border-radius: 12px;
}

.h-bottom-single .box-blog-post .post-title {
    font-size: 1em;
}

.j-hot .show-for-medium {
    width: fit-content;
    display: flex;
    align-items: center;
}

.j-btnHot {
    width: fit-content;
}

.entry-content,
.from_the_blog_excerpt {
    text-align: justify;
}

.j-scroll {
    overflow-x: scroll;
}

.off-canvas-left.mfp-ready .mfp-content {
    border-radius: 0 0 25px 0;
    width: 260px;
}

.off-canvas-left.mfp-ready .mfp-close {
    opacity: 1 !important;
}

/* .col.post-item {
    padding-bottom: 0;
} */

.box-text {
    font-size: 100% !important;
    padding-bottom: 0.7em;
}

.j-feature .j-featureFirst.j-new1 .post-item,
.j-feature .j-featureFirst.j-new1 .post-item .col-inner .box .box-image {
    height: 120%;
}

.j-new4 .box-vertical .box-text {
    padding: 0 0 0 20px;
}

.featured-posts>.col.post-item {
    padding-bottom: 15px;
}

.featured-posts>.col.post-item:last-child {
    padding-bottom: 0;
}

.featured-posts .col.post-item .box-vertical {
    margin-bottom: 0;
}

.j-catfish {
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.j-catfish img {
    width: 100vw;
}

.j-catfish .h-cpd .img-inner {
    border-radius: 0;
}

.header-block .j-mini {
    max-width: 135px;
}

.header-block .j-mini img {
    height: 38px;
}

.page-template-page-mini .entry-title {
    font-size: 0px;
}

/** Hotfix Minigame ***/
.page-template-page-mini .h-hotContent {
    display: none;
}

.page-template-page-mini h1.entry-title {
    display: none;
}

.glossy-image .img-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Hiệu ứng tráng gương bằng ::before */
.glossy-image .img-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-horizontal 2.5s infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes shine-horizontal {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

/* Lap lanh mobile icon */
.laplanh .img-inner {
    position: relative;
    display: inline-block;
    overflow: visible;
    /* cho bóng sáng thoát ra */
    border-radius: 8px;
    /* nếu ảnh bo góc */
}

/* Tạo vòng lấp lánh bao quanh bằng ::before */
.laplanh .img-inner {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    /* Bo góc nếu cần */
    overflow: visible;
}

/* Dải sáng chạy quanh viền */
.laplanh .img-inner img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 4px;
    animation: pulse-flash 1.2s ease-in-out infinite;
}

.participant-table-container>.participant-table {
    width: calc(100% - 12px) !important;
}

.j-miniKQ .participant-table th,
.j-miniKQ .participant-table td {
    width: 30%;
    padding: 10px 0;
    text-align: left;
}

.j-miniKQ .participant-table th:first-child,
.j-miniKQ .participant-table td:first-child {
    width: 10%;
    text-align: center;
}

.j-miniKQ .participant-table th:nth-child(2),
.j-miniKQ .participant-table td:nth-child(2),
.j-miniKQ .participant-table th:nth-child(3),
.j-miniKQ .participant-table td:nth-child(3) {
    white-space: nowrap;
}

.j-miniKQ .participant-table th:nth-child(2),
.j-miniKQ .participant-table td:nth-child(2) {
    text-align: left;
}

.j-miniKQ .participant-table th:nth-child(3),
.j-miniKQ .participant-table td:nth-child(3) {
    width: 25%;
}

.j-miniKQ .participant-table th:last-child,
.j-miniKQ .participant-table td:last-child {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 35%;
}

.j-miniKQ .j-g1,
.j-miniKQ .j-g2,
.j-miniKQ .j-g3,
.j-miniKQ .j-g4 {
    padding-left: 38px !important;
    position: relative;
}

.j-miniKQ .j-g1::before,
.j-miniKQ .j-g2::before,
.j-miniKQ .j-g3::before,
.j-miniKQ .j-g4::before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-image: url(../img/g4.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.j-miniKQ .j-g1::before {
    background-image: url(../img/g1.webp);
}

.j-miniKQ .j-g2::before {
    background-image: url(../img/g2.webp);
}

.j-miniKQ .j-g3::before {
    background-image: url(../img/g3.webp);
}

.j-miniKQ .participant-table p {
    margin: 0;
    padding: 0;
}

.j-miniKQ .participant-table strong {
    color: var(--fs-color-primary);
}

.single-page th,
.single-page td {
    padding: 12px;
}

.single-page thead tr,
.single-page tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.single-page tbody tr:nth-child(2n + 1) {
    background-color: #fff;
}

@keyframes pulse-flash {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    25% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    50% {
        transform: scale(0.95);
        opacity: 0.6;
    }

    75% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

/* keonhacai-add 06/09*/
.header-main {
    box-shadow: unset;
    border-bottom: .5px solid rgb(224 224 224 / 41%);
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    border-radius: 12px;
    font-size: 14px;
}

.bdk_league-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdk_m-time {
    background: var(--fs-color-primary) !important;
    border-radius: 4px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.header-nav.nav-left {
    justify-content: space-evenly;
}

.nav>li>a {
    gap: 8px;
}

.nav>li.menu-live>a {
    padding-right: 26px;
}

.nav>li.menu-live>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #ff1a1a;
    border-radius: 50%;
    z-index: 2;
}

.nav>li.menu-live>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: unset;
    right: 4px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 26, 26, 0.6);
    z-index: 1;
    animation: khc-ripple 1.5s infinite;
}

/* Keyframes tạo sóng lan */
@keyframes khc-ripple {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }

    70% {
        transform: translateY(-50%) scale(2.2);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) scale(1);
        opacity: 0;
    }
}

.nav>li.menu-rating>a::after,
.nav>li.menu-calendar>a::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: -2px;
    background: url(../img/icon-calendar.png) no-repeat center / contain;
    vertical-align: middle;
}

.nav>li.menu-rating a::after {
    width: 20px;
    height: 20px;
    margin-left: -2px;
    background: url(../img/icon-rating.png) no-repeat center / contain;
}

.has-dropdown .icon-angle-down {
    opacity: 1;
}

.nav>li.menu-news>a>.icon-angle-down::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-left: -8px;
    background: url(../img/icon-down.png) no-repeat center / contain;
}

.header:not(.transparent) .header-nav-main.nav>li.active>a>.icon-angle-down::before,
.nav>li.menu-news>a:hover>.icon-angle-down::before {
    background: url(../img/icon-down-hover.png) no-repeat center / contain;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: -5px;
}

.nav .nav-dropdown {
    margin-top: 3px;
}

.box-content {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 10px;
}

.footer-wrapper .icon-box {
    font-weight: 400;
    padding: 0;
    line-height: unset;
    align-content: center;
}

.row-brands p {
    margin-bottom: 0;
}

.col-brands-title {
    align-items: center;
}

.footer-col-disclaimer.col .col-inner.text-right .icon-box {
    display: ruby;
}

.justify p {
    text-align: justify;
}

#footer .button.icon {
    background: var(--fs-color-primary);
    border: solid 1px white;
    -webkit-box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
    -moz-box-shadow: -3px 3px 8px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
    color: #fff;
}

.slider-show-nav .flickity-prev-next-button {
    opacity: 1;
}

.flickity-prev-next-button>svg {
    display: none;
}

.flickity-prev-next-button.next {
    background: url(../img/icon-right.png) no-repeat center;
    background-size: contain;
}

.flickity-prev-next-button.previous {
    background: url(../img/icon-left.png) no-repeat center;
    background-size: contain;
}

.top-nha-cai h5,
.h-section h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: unset;
}

.top-nha-cai h6,
.h-section .font-24 {
    font-size: 24px;
    color: #FF4444;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: unset;
}

.top-nha-cai .col-title p {
    font-size: .6em;
    color: var(--fs-color-primary);
    font-weight: 700;
    position: relative;
    letter-spacing: .03em;
}

.top-nha-cai .col-title p:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 48%;
}

.top-nha-cai .col-title span {
    padding-left: .15em;
    padding-right: .15em;
}

.top-nha-cai .col-title span+i {
    margin-left: .4em;
    margin-right: -.15em;
}

.top-nha-cai:hover h5,
.top-nha-cai:hover h6,
.h-section a:hover .font-24 {
    color: var(--fs-experimental-link-color-hover);
    ;
}

.button.is-underline:before {
    height: 1px;
    left: 0;
    opacity: 1;
    width: 100%;
}

/* Wiget BXH */
.wrap-iframe-player_board,
.row_bxh_wrap {
    padding-right: 8px;
    padding-left: 8px;
}

.row_bxh_wrap .bxh_render {
    margin-top: 5px;
}

.row_bxh_wrap .bxh_render table {
    margin-bottom: 0;
}

.knc-icon-text p,
.bxh-110 .player-st-content-item-name,
.row_bxh_wrap .bxh_render tr>th {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}

.knc-icon-text {
    padding: 6px;
}

.knc-icon-text img {
    width: 18px;
}

.knc-icon-text p {
    line-height: 22px;
}

.bxh-110 .player-st-content-item,
.row_bxh_wrap .bxh_render tr>td {
    font-size: 12px;
    line-height: 1.3;
    padding: .5em 0;
}

.bxh-110 .player-st-content-item-name {
    padding: 0 .5em
}

.bxh-110 .player-st-content-item-name a {
    line-height: 1.5;
}

.bxh-110 .player-st-content-item-no {
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #535353;
    text-align: center;
}

.row_bxh_wrap .bxh_render tr>td>span.sport_theme_rank {
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #535353;
}

.bxh-110 .player-st-content-item:first-child .player-st-content-item-no,
.bxh-110 .player-st-content-item:nth-child(2) .player-st-content-item-no,
.bxh-110 .player-st-content-item:nth-child(3) .player-st-content-item-no,
.row_bxh_wrap .bxh_render tr:first-child>td>span.sport_theme_rank,
.row_bxh_wrap .bxh_render tr:nth-child(2)>td>span.sport_theme_rank,
.row_bxh_wrap .bxh_render tr:nth-child(3)>td>span.sport_theme_rank {
    font-size: 24px;
    color: #FFB300;
}

.bxh-110 .player-st-content-item:nth-child(2) .player-st-content-item-no,
.row_bxh_wrap .bxh_render tr:nth-child(2)>td>span.sport_theme_rank {
    color: #C4C4C4;
}

.bxh-110 .player-st-content-item:nth-child(3) .player-st-content-item-no,
.row_bxh_wrap .bxh_render tr:nth-child(3)>td>span.sport_theme_rank {
    color: #FF8E5D;
}

.bxh-110 .player-st-content-item-score,
.row_bxh_wrap .bxh_render tr>td:last-child {
    color: var(--fs-color-primary);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    flex: unset;
}

.bxh_render table td {
    border-bottom: none;
}

.bxh-110 .player-st-content-item-title,
.bxh-110 .player-st-content-item:nth-child(3n):not(.bxh-110 .player-st-content-item:last-child),
.bxh_render table tr th,
.bxh_render table tr:nth-child(3n) td:not(.bxh_render table tr:last-child td) {
    border-bottom: 1px solid #D5D5D5
}

.custom-select {
    position: relative;
}

.bxh-110 .player-st-content-item-title .player-st-content-item-name {
    font-weight: bold;
    color: var(--fs-color-primary);
}

/* Ô hiển thị */

.bxh-110 .custom-select-02 {
    margin-right: 0;
    margin-left: 0;
}

.bxh-110 .button-df {
    height: unset;
    line-height: unset;
    font-size: 12px;
    width: 100%
}

.bxh-110 .custom-select-02.button-df {
    background: #fff;
    border: 1px solid #000000;
    padding: 0;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    border-width: 0.5px;
    margin-bottom: -8px;
}


.bxh-110 .custom-select-02.button-df .selected-league-team {
    background: #fff;
    border: 0 solid #000;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    transition: all 0.2s ease;
    /* không dùng overflow:hidden */
}

/* Vùng đang chọn */
.bxh-110 .custom-select-02 .custom-select3 {
    padding: 6px 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Dropdown chồng lên */
.bxh-110 .custom-select-02 .custom-options {
    top: calc(100% + 7px);
    padding-top: 3px;
    background: white;
    border-radius: 8px;
    /* chỉ bo góc dưới */
    width: 100%;
    overflow: auto;
    transition: all 0.2s ease;
    position: absolute;
    display: none;
    /* ẩn mặc định */
    border: .5px solid #000000;
    z-index: 99;

}

/* Khi mở */
.bxh-110 .custom-select-02 .custom-options.show {
    display: block;
}

/* Khung chỉ bo góc trên khi mở */
.bxh-110 .custom-select-02.open {
    border-radius: 8px 8px 0 0;
}


.bxh-110 .custom-select-02.show.button-df,
.bxh-110 .custom-select-02.button-df:hover {
    border: 1px solid #3f49de !important;
    background: #3f49de !important;
}

.custom-select3 {
    position: relative;
    padding-right: 30px;
}

.custom-select3::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.28s ease;
    pointer-events: none;
    font-size: 10px;
}

.section-top-soccer-board p,
.section-ranking-player-board p {
    margin-bottom: 8px;
}

/* Khi mở dropdown xoay icon */
.custom-select3.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.row_bxh_item.active {
    background: #0073e6;
    color: #fff;
}

.row_bxh_wrap .bxh_render tr>th:last-child {
    text-align: right;
}

.row-box-shadow-1 .col-inner {
    box-shadow: unset;
    border-radius: 12px;
}

.has-shadow .box:not(.box-overlay):not(.box-shade),
.has-shadow.box:not(.box-overlay):not(.box-shade) {
    border-radius: 12px;
}
.row-box-shadow-1 .col-inner .box-text .post-title a {
    font-size: 23px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
}

.font-30 h2 {
    font-size: 30px;
    margin-top: 0;
}

.col-blog-title-top .col-inner {
    border-radius: 0;
}

.col-blog-1 .has-shadow .box:not(.box-overlay):not(.box-shade),
.col-blog-title-top.has-shadow .box:not(.box-overlay):not(.box-shade) {
    border-bottom: 0.5px solid #D5D5D5;
    padding-bottom: 15px;
    border-radius: 0;
    width: 90%;
}

.row-blog-1-col .col-blog-1 .has-shadow .box:not(.box-overlay):not(.box-shade) {
    width: 96%;
}

.col-blog-1 .has-shadow .post-item:last-child .box:not(.box-overlay):not(.box-shade),
.col-blog-title-top.has-shadow .post-item:last-child .box:not(.box-overlay):not(.box-shade) {
    border: 0;
}

/* Đặt cha thành relative để làm mốc */
.col-blog-title-top .box-blog-post {
    position: relative;
    padding-top: 85px;
}

.col-blog-title-top .box-blog-post .post-meta,
.col-blog-title-top .box-blog-post .post-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    /* padding-top: 20px; */
}


.col-blog-title-top .box-blog-post .post-meta {
    top: 61px
}

.col-blog-1 .box-blog-post .box-text,
.col-blog-title-top .box-blog-post .box-text {
    position: unset;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.col-blog-1 .font-30 {
    padding-left: 20px;
}

.col-blog-1 .row-box-shadow-1 .col-inner .box-text .post-title a {
    font-size: 18px;
}

.row-blog-2 .col>.col-inner {
    border-radius: 12px;
}

.bxh-110 .custom-select-02 .custom-options div {
    padding: 0px 3px;
}

.bxh-110 .custom-select-02 .custom-options div:hover {
    background: #dfdfdf !important;
}


.bxh-110 .player-st-content-item-title img,
.flag-icon {
    width: 18px;
}

a.button.align-center {
    display: block;
    margin: 0 auto;
    width: fit-content;

}


.blog-col-top-nha-cai .col.post-item,
.col-blog-title-top .col.post-item {
    padding-bottom: 10px;
}

.col-list-item>.col-inner>.row>.col {
    padding-bottom: 0;
}

.h-right-sidebar.col-list-blog-right {
    padding-right: 0;
    padding-left: 0;
    margin-right: -50px;
}


.col-list-item>.col-inner>.row {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.button-topnhacai {
    border-radius: 8px;
    margin: 0 auto;
}

.button-topnhacai:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

.button-topnhacai a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.col-list-item>.col-inner>.row h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.col-list-item>.col-inner>.row li,
.col-list-item>.col-inner>.row ul {
    margin-bottom: 0;
}

.h-right-sidebar .section .row .post-item .box-text {
    padding-right: 0;
    padding-left: 5px;
}

.blog-col-top-nha-cai .col-inner .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.col-blog-review .box-vertical {
    margin-bottom: 0;
}
/* end - keonhacai-add 06/09*/


/*************** CSS for landscape Desktop ***************/
@media (min-width: 1000px) {
    .j-new1 {
        flex-basis: 60%;
        max-width: 60%;
    }

    .j-new2 {
        flex-basis: 40%;
        max-width: 40%;
    }

    .j-feature .j-featureFirst.j-new1 .post-item,
    .j-feature .j-featureFirst.j-new1 .post-item .col-inner .box .box-image {
        height: 100%;
    }

    .header-block .j-mini {
        width: 135px !important;
        padding-top: 8px;
    }

    /* start - keonhacai-add 06/09*/
    .h-section .large-2 {
        flex-basis: 12%;
        max-width: 12%;
    }

    .h-section .large-10 {
        flex-basis: 88%;
        max-width: 88%;
    }

    .icon-brands.row-small>.col {
        padding-bottom: 0;
    }

    .col.post-item:not(.col-blog-review .col.post-item) {
        padding-bottom: 0;
    }

    /* 
    .h-section h2 {
        margin-bottom: -5px;
    } */

    /* end - keonhacai-add 06/09*/
}

@media screen and (min-width: 850px) {
    /* .col-list-item.large-8{
        flex-basis: 68.666667%;
        max-width: 68.666667%;
    }
    .col-list-blog-right.large-3{
        flex-basis: 23%;
        max-width: 23%;
    } */

}

@media (max-width: 1400px) {
    .header-nav-main>li {
        margin: 0 1px;
    }

    .header-bottom-nav>li>a {
        font-size: 12px;
    }

    .logo-left .logo {
        margin-right: 5px;
    }

    .header-block .j-kqbd {
        width: 110px !important;
    }

    .header-block .j-tlk {
        width: 110px !important;
    }

    .header-block .j-kqbd>span,
    .header-block .j-tlk>span {
        font-size: 70%;
    }
}

@media (max-width: 1350px) {
    /* .header-block .j-kqbd > span,
    .header-block .j-tlk > span {
        font-size: 70%;
    } */
}

@media (max-width: 1250px) {
    .nav>li>a {
        font-size: 13px;
    }

    .header-bottom-nav>li>a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        font-size: 11px;
    }

    .nav>li>a {
        gap: 5px;
    }

    .h-left-sidebar,
    .h-right-sidebar,
    .post-sidebar {
        display: none;
    }

    .h-mainContent {
        max-width: 100%;
    }

    .header-block .j-kqbd {
        width: 100px !important;
    }

    .header-block .j-tlk {
        width: 100px !important;
    }

    .header-block .j-kqbd>span,
    .header-block .j-tlk>span {
        font-size: 11px;
    }

    .header-block .j-kqbd span .live {
        width: 2px;
        height: 6px;
    }
}

@media (max-width: 999px) {

    /* start - keonhacai-add 06/09*/

    .headerBottom {
        background: #fff;
    }

    .header:not(.transparent) .header-bottom-nav.nav.mobile-nav>li>a {
        color: #131313;
    }

    .col-blog-1 .row-box-shadow-1 .col-inner .box-text .post-title a,
    .row-box-shadow-1 .col-inner .box-text .post-title a {
        font-size: 14px;
    }

    /* end - keonhacai-add 06/09*/

    .hide-for-medium,
    [data-show=hide-for-medium] {
        display: none !important;
    }

    .header-inner .nav {
        flex-wrap: nowrap
    }

    .medium-logo-left .logo {
        margin-left: 0;
        margin-right: 15px;
        order: 1
    }

    .medium-logo-left .flex-left {
        flex: 1 1 0;
        order: 2
    }

    .medium-logo-left .flex-right {
        flex: 1 1 0;
        order: 3
    }

    .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1
    }

    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center
    }

    .medium-logo-center .logo img {
        margin: 0 auto
    }

    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3
    }

    .footer-wrapper .footer-row>.col {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .header-block .img {
        width: 35px !important;
    }

    .header-block .j-gif {
        width: 40px !important;
        padding: 5px;
        border-radius: 100px;
    }

    .mfp-close {
        background-color: var(--fs-color-alert);
        right: auto;
        top: 8px;
        left: 12px;
        border-radius: 8px;
        overflow: hidden;
        opacity: 1 !important;
        mix-blend-mode: normal;
        width: 32px;
        height: 32px;
        font-size: 27px;
    }

    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        bottom: auto;
    }

    .off-canvas .sidebar-menu {
        padding: 48px 12px 12px;
    }

    .off-canvas .nav-vertical>li+li {
        border-top: 0px;
    }

    .off-canvas .nav-vertical>li>a {
        padding: 8px 0;
    }

    .off-canvas .sidebar-menu .img {
        width: 40% !important;
    }

    .off-canvas .sidebar-menu .header-block .j-kqbd {
        width: 120px !important;
    }

    .off-canvas .sidebar-menu .header-block .j-tlk {
        width: 120px !important;
    }

    .header-block .j-mini {
        width: 40px !important;
    }
}

@media (min-width: 850px) {

    .show-for-medium,
    [data-show=show-for-medium] {
        display: flex !important;
    }

    .h-hotContent .j-hot .ux-menu.j-scroll.show-for-medium {
        display: flex !important;
        overflow-x: hidden;
    }

}

@media (min-width: 999px) {

    .show-for-medium,
    [data-show=show-for-medium] {
        display: none !important;
    }

    .h-hotContent .j-hot .ux-menu.j-scroll.show-for-medium {
        display: none !important;
    }

    .h-hotContent {
        max-width: 1000px !important;
    }

    .stack-minigame-kqbd {
        width: 940px !important;
        margin: 0 auto;
    }
}

@media (max-width: 1230px) {
    .container {
        padding-left: 9px;
        padding-right: 9px;
    }

    .centerContent {
        padding-left: 12px;
        padding-right: 12px;
    }

    .h-mainContent {
        /*padding: 9px 0px;*/
    }

    #scrollIframe {
        padding: 10px 0px;
    }

    .nav-spacing-xlarge>li {
        margin: 0;
        padding-right: 6px;
    }

    /* .footer-wrapper .section-content>.row>.col>.col-inner>.row {
        width: 50%;
    } */

    .footer-wrapper .section-content>.row>.col>.col-inner>.row:last-child {
        width: 100%;
    }

    .h-mainContent .entry-title {
        margin-bottom: 10px;
    }
}



/* start - keonhacai-add 06/09*/
@media (max-width: 999px) {

    .nav-spacing-xlarge>li {
        margin: 0 13px;
    }

    .medium-col-first {
        order: -1;
    }

    .footer-col-line-1 {
        order: 1;
    }

    .footer-col-brands {
        order: 2;
    }

    .footer-col-line-2 {
        order: 3;
    }

    .footer-col-quick-links {
        order: 4;
    }

    .footer-col-line-3 {
        display: none;
    }

    .footer-col-follow {
        order: 4;
    }

    .footer-col-line-4 {
        order: 7;
    }

    .footer-col-policy {
        order: 8;
    }

    .footer-col-disclaimer {
        order: 9;
    }

    .footer-col-line-5 {
        order: 10;
    }

    .footer-col-copyright {
        order: 11;
    }

    .col-brands-title .text-left {
        text-transform: uppercase;
    }
	.footer-col-disclaime.col .col-inner .text-left>*
    .footer-col-policy.col .col-inner .text-left>* {
        display: ruby;
    }

    .footer-col-follow.col .col-inner .text-left {
        justify-content: center;
    }

    .footer-col-follow.col .col-inner .text-left>* {
        flex: unset;
    }

    .footer-wrapper .stack-col>* {
        margin: 0 auto !important;
    }

    li.current-dropdown {
        position: relative;
    }

    li.current-dropdown>.nav-dropdown {
        left: 90%;
        top: 100%;
        transform: translateX(-90%);
        max-height: inherit;
        opacity: 1;
        visibility: visible;
    }

    .nav-dropdown-has-arrow li.has-dropdown:before {
        z-index: 10;
    }

    .col-blog-title-top .from_the_blog_excerpt,
    .h-mainContent .blog-col-top-nha-cai .from_the_blog_excerpt {
        margin-bottom: 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .h-mainContent .blog-col-top-nha-cai .from_the_blog_excerpt {
        -webkit-line-clamp: 2;
    }
}

/* end - keonhacai-add 06/09*/

@media (max-height: 660px) and (orientation: landscape) {}

/*************** CSS for Tablet ***************/
@media (max-width: 1023px) {

    .footer-wrapper .col-inner,
    .footer-wrapper .col-inner[class*="text-"] {
        text-align: center;
    }

    .footer-wrapper .col-inner p,
    .footer-wrapper .col-inner[class*="text-"] p {
        text-align: justify;
        width: fit-content;
        margin: 0 auto;
    }

    .footer-wrapper .col-inner[class*="text-"] .img {
        margin: 0 auto;
    }

    .col-list-item,
    .col-blog-review.row,
    article.post .article-inner {
        max-width: 100%;
        padding: 12px 0;
    }

    .col-blog-review.row {
        margin-left: 0;
    }

    .container .row:not(.row-collapse).row-top-list-nha-cai,
    .col-list-item>.col-inner>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (orientation: portrait) {}

@media (max-width: 1023px) and (orientation: landscape) {
    .off-canvas .nav-vertical>li>a {
        padding: 2px 0;
    }
}

@media (min-width: 750px) and (orientation: portrait) {}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {

    /* start - keonhacai-add 06/09*/
    .h-mainContent,
    .h-left-sidebar .ux-menu-title,
    .h-left-sidebar .section-title-normal,
    .h-right-sidebar .section-title-normal,
    .icon-box,
    .h-right-sidebar .tabbed-content h4,
    .post-sidebar .section-title-normal,
    .post-sidebar .tabbed-content h4,
    html,
    body {
        font-size: 14px;
    }


    .footer-col-quick-links {
        order: 4;
    }

    .footer-col-line-3 {
        order: 5;
        display: block;
    }

    .footer-col-follow {
        order: 6;
    }

    .footer-wrapper .stack-col>* {
        margin: 0 !important;
    }

    .footer-wrapper .ux-menu.stack {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-wrapper .ux-menu.stack .ux-menu-link:nth-child(odd) a {
        justify-content: flex-start;
    }

    .footer-wrapper .ux-menu.stack .ux-menu-link:nth-child(even) a {
        justify-content: flex-end;
    }

    .footer-wrapper .ux-menu-link a {
        min-height: 1.8em;
        padding-top: 1px;
    }

    .footer-wrapper .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 5px;
    }

    .blog-2-col .post-item {
        padding-bottom: 10px;
    }

    .blog-2-col .post-item:nth-child(even) {
        padding-left: 5px;
    }

    .blog-2-col .post-item:nth-child(odd) {
        padding-right: 5px;
    }

    /* end - keonhacai-add 06/09*/

    .h1,
    h1 {
        font-size: 20px;
    }

    .h2,
    h2 {
        font-size: 18px;
    }

    .h3,
    h3 {
        font-size: 16px;
    }

    .is-xlarge {
        font-size: 1.3em;
    }

    .page-wrapper {
        padding-top: 10px;
    }

    .footer-wrapper .is-outline {
        font-size: 10px;
        padding: 0 8px;
        border-radius: 4px;
        margin-left: 4px;
        margin-bottom: 6px;
    }

    p {
        margin-bottom: 5px;
    }

    /* .box-vertical .box-text {
        padding: 12px 0;
    } /**/
    .h-bottom-single .box-vertical {
        display: table;
    }

    .h-bottom-single .box-vertical .box-image,
    .h-bottom-single .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }

    .h-bottom-single .box-vertical .box-image {
        /* width: 15% !important; /**/
    }

    .h-bottom-single .box-vertical .box-text {
        padding: 0 10px;
    }

    .is-small,
    .is-small.button {
        font-size: 1em;
    }

    /* .post-item {
        padding-bottom: 0;
    } */

    .j-feature .post-item {
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .section.h-section {
        border-radius: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .box-list-view .box,
    .box-vertical {
        /* display: table;
        width: 100% */
        margin-bottom: 0;
    }

    .box-vertical .box-image {
        width: 50% !important;
    }

    /* .box-vertical .box-image .image-cover {
        padding-top: 60% !important;
    } */

    .box-list-view .box .image-right,
    .box-vertical .image-right {
        direction: rtl
    }

    .box-list-view .box .box-image,
    .box-list-view .box .box-text,
    .box-vertical .box-image,
    .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle
    }

    #post-list .box-vertical,
    #post-list .box-vertical .box-image,
    #post-list .box-vertical .box-text {
        display: block;
        width: 100% !important;
    }

    #post-list .box-vertical .box-text {
        padding: 10px 0;
    }

    #post-list .box-vertical .box-image .image-cover {
        padding-top: 56% !important;
    }

    .page-template-page-mini .headerBottom {
        display: none;
    }

    .banner-form-mobile .img-inner {
        display: flex;
        justify-content: center;
    }

    .banner-form-mobile img {
        width: 92%;
    }

    .align-equal {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .align-equal>.col {
        padding-left: 0;
        padding-right: 0;
    }

    .align-equal>.col .row {
        margin-left: 0;
        margin-right: 0;
    }

    .participant-table-body-wrapper::-webkit-scrollbar {
        width: 8px;
    }

    .participant-table-container>.participant-table {
        width: calc(100% - 8px) !important;
    }

    .j-miniKQ .participant-table th,
    .j-miniKQ .participant-table td {
        text-align: left;
    }

    .j-miniKQ .participant-table th:first-child,
    .j-miniKQ .participant-table td:first-child {
        text-align: center;
    }

    .j-miniKQ .participant-table th:first-child,
    .j-miniKQ .participant-table td:first-child {
        width: 5%;
    }

    .j-miniKQ .participant-table th:nth-child(2),
    .j-miniKQ .participant-table td:nth-child(2) {
        width: 33%;
    }

    .j-miniKQ .participant-table th:nth-child(3),
    .j-miniKQ .participant-table td:nth-child(3) {
        width: 25%;
    }

    .j-miniKQ .participant-table th:last-child,
    .j-miniKQ .participant-table td:last-child {
        width: 37%;
    }

    .j-miniKQ .j-g1,
    .j-miniKQ .j-g2,
    .j-miniKQ .j-g3,
    .j-miniKQ .j-g4 {
        padding-left: 25px !important;
    }

    .j-miniKQ .j-g1::before,
    .j-miniKQ .j-g2::before,
    .j-miniKQ .j-g3::before,
    .j-miniKQ .j-g4::before {
        height: 20px;
        width: 20px;
    }

    .j-featureFirst {
        min-height: 38dvh;
        margin-bottom: 20px;
    }

    .j-feature .j-featureFirst .box-text::after {
        left: 20px;
        top: 20px;
    }

    /* start - keonhacai-add 06/09*/

    .nav>li.menu-live>a::after,
    .nav>li.menu-live>a::before,
    .nav>li.menu-rating a::after {
        content: unset;
    }

    .nav>li.menu-calendar>a {
        font-size: 0;
    }

    .nav>li.menu-live {
        margin-left: -20px;
    }

    .nav>li.menu-live>a {
        padding-right: 0;
    }

    .nav.header-bottom-nav>li.menu-calendar {
        order: 98;
    }

    .nav.header-bottom-nav>li.header-search {
        order: 99;
        padding-right: 0;
    }

    .nav.header-bottom-nav>li.menu-news {
        padding-right: 0;
    }

    .has-dropdown .icon-angle-down {
        display: none;
    }

    .nav-center.mobile-nav {
        justify-content: flex-start;
    }

    .header-block .j-kqbd,
    .header-block .j-tlk {
        width: 84px !important;
        --stack-gap: 5px !important;
    }

    .header-block .j-kqbd>span {
        gap: 2px;
    }

    .header-block .j-kqbd>span {
        left: 42%;
    }


    .nav>li>a {
        font-size: 11px;
    }

    .nav-spacing-xlarge>li {
        margin: 0 1px;
    }

    .h-section h2,
    .h-section .font-24 {
        font-size: 12px;
        font-weight: 800;
    }

    .blog-1-col .col.post-item {
        padding-bottom: 0;
    }

    .blog-col-top-nha-cai .col.post-item,
    .col-blog-title-top .col.post-item {
        padding-bottom: 10px;
    }

    .col-blog-title-top .box-blog-post {
        padding-top: 44px;
    }

    .row-blog-2 .box-image .image-cover,
    .row-blog-1-col .box-image .image-cover {
        padding-top: 75% !important;
    }

    .col-blog-1 .font-30 {
        padding-left: 12px;
    }

    .font-30 h2 {
        font-size: 18px;
    }

    .col.col-tnc-center {
        padding-left: 0;
    }

    .button-topnhacai a {
        font-size: 16px;
        padding: 6px 0;
    }

    .row-top-list-nha-cai.row:not(.row-collapse) {
        margin: 0 auto;
    }

    .row-top-list-nha-cai.row:not(.row-collapse)>.col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-id-6 #content .entry-title,
    .single-post #content .entry-title {
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 12px;
        word-wrap: break-word;
        background: #3F49DE;
        color: #fff;
    }

    .rank-math-breadcrumb {
        margin-bottom: 10px;
    }

    .rank-math-breadcrumb a {
        color: #000
    }

    .h-bottom-single .box-vertical .from_the_blog_excerpt,
    .h-bottom-single .box-vertical .box-image,
    .col-blog-review .from_the_blog_excerpt,
    .col-blog-review .box-image {
        display: none;
    }

    .col-blog-review .col.post-item {
        padding-bottom: 0;
    }

    .h-bottom-single .post-item .box-text h5.post-title,
    .col-blog-review.row .post-item .box-text h5.post-title {
        font-weight: 400;
    }

    .h-bottom-single .post-item .box-text .post-title a::before,
    .col-blog-review.row .post-item .box-text .post-title a::before {
        content: "";
        display: block;
        background-image: url(../img/polygon8.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .h-bottom-single .box-vertical .box-text {
        padding: 10px 20px;
    }

    .j-title>p {
        font-weight: 800;
        font-size: 18px;
        line-height: 100%;
    }

    li.current-dropdown {
        position: relative;
    }

    li.current-dropdown>.nav-dropdown {
        left: 90%;
        top: 100%;
        transform: translateX(-90%);
        max-height: inherit;
        opacity: 1;
        visibility: visible;
    }

    .nav-dropdown-has-arrow li.has-dropdown:before {
        z-index: 10;
    }

    /* end - keonhacai-add 06/09*/

}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {}