/*************** 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);
    }
}
@keyframes swing { 
    20% { transform: rotate(30deg); } 
    40% { transform: rotate(-20deg); } 
    60% { transform: rotate(10deg); } 
    80% { transform: rotate(-10deg); } 
    100% { transform: rotate(0deg); } 
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
html, body {
    background-color: #E6E6E6 !important;
    text-align: justify;
    scroll-behavior: smooth;
}
#main, #wrapper {
    background-color: transparent !important;
}
pre {
    background-color: transparent;
    border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.25;
	margin-top: .5em;
}
.h1,h1 {
    font-size: 30px;
}
.h2,h2 {
    font-size: 24px;
}
.h3,h3 {
    font-size: 20px;
}
.h4,h4, .h5,h5 , .h6,h6 {
    font-size: 14px;
    opacity: 1
}
.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: #e3e3e8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.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%;
}
.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 {
    max-width: 120px;
}
.h-right-sidebar {
    max-width: 240px;
}
.h-mainContent {
    max-width: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.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,
.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 5px;
    text-transform: none;
    margin-bottom: 0;
    min-height: 28px;
    border-bottom: none;
    justify-content: center;
    margin-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 5px;
    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: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
}
.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-bottom .flex-row {
    position: relative;
    height: 28px;
}
.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: 121px !important;
}
.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-tlk {
    width: 136px !important;
    left: -20px;
}
.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-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.2;
    padding: 0;
    padding-right: 0.5em;
    /* border-right: 0.5px solid #424242; */
    background: #CBCBCB;
    border-radius: 4px;
    padding: 4px 8px;
}
.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: var(--fs-color-secondary);
}
.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.webp);
    background-size: 100% 100%;
    width: 100%;
    padding-top: 19.1%;
    margin-top: 4px;
}
.h-section .flickity-prev-next-button {
    top: 10%;
    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 .img-inner {
    border-radius: 12px;
}
.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: 20px;
    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;
}
.j-feature .j-featureFirst .box-image::before {
    content: "";
    z-index: 9;
    position: absolute;
    right: 5%;
    background-image: url('../img/kLogo.webp');
    background-size: 100% 100%;
    width: 14.5%;
    padding-top: 15.9%;
}
.j-feature .j-featureFirst .box-text {
    border-radius: 20px;
    padding: 12px 25px;
    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: 12px;
    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% 100%;
    width: 24px;
    padding-top: 20px;
}

.j-title > p {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -5%;
    vertical-align: middle;
}
article.post {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
article.post .article-inner  {
    max-width: 700px;
    padding: 20px 0;
}
article.post .h-left-single {
    padding-top: 170px;
    max-width: 20px;
}
article.post .h-right-single {
    padding-top: 20px;
    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;
}
article.post .h-right-single  .section {
    padding: 20px !important;
}
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;
}
.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 .box-vertical {
	margin-bottom: 0;
}
.j-catfish {
	position: fixed;
    bottom: 0;
    z-index: 999;
}
.j-catfish .h-cpd .img-inner {
    border-radius: 0;
}
.category-soi-keo-nha-cai h1 {
	font-size:30px;
	text-transform: capitalize;
}
.header-block .j-mini {
    max-width: 135px;
}
.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;
}

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

/*************** 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: 101%;
    }
	.header-block .j-mini {
		max-width: 135px;
		padding-top: 8px;
	}
}
@media (max-width: 1750px) {
}
@media (max-width: 1400px) {
    .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
    }
    .h-left-sidebar, .h-right-sidebar, .post-sidebar {
        display: none;
    }
    .h-mainContent {
        max-width: 100%;
    }
    .footer-wrapper .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: 121px !important;
    }
    .off-canvas .sidebar-menu .header-block .j-tlk {
        width: 136px !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: 1400px) {
    .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: 5px;
        padding-right: 5px;
    }
    .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;
    }
}
@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;
    }
    article.post .article-inner  {
        max-width: 100%;
        padding: 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) {
    .h1,h1 {
        font-size: 20px;
    }
    .h2,h2 {
        font-size: 18px;
    }
    .h3,h3 {
        font-size: 16px;
    }
    .page-wrapper {
        padding-top: 0;
    }
    .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;
    }
    .section.h-section {
        border-radius: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .box-list-view .box,.box-vertical {
        display: table;
        width: 100%
    }
    .box-vertical .box-image {
        width: 25% !important;
    }
    .box-vertical .box-image .image-cover {
        padding-top: 88% !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%;
    }
}

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

}