/* font */
:root {
    --main-font: "Inter", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav>li>a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

/* common */
.absolute-footer {
    display: none;
}

html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto !important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    line-height: 2;
}

.a-logo {
    max-width: 200px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* .a-sidebar */

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}


.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: var(--fs-experimental-link-color);
    font-size: 1rem;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #fff;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-weight: bold;
}

/* custom css */
blockquote,
table td,
table th {
    color: #fff;
}

.searchform input {
    border-color: #fff !important;
    color: #fff;
}


.mobile-nav .icon-menu {
    color: #fff;
}

#main {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("/wp-content/uploads/2024/10/tx-bg.webp");
    background-position:  center;
    background-size: cover;
}

.banner p {
    margin: 0 0;
}

.banner .button:hover,
.button.primary:hover {
    color: #000;
    transform: translateY(-3px);
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
}


.text-1,
.text-2,
.text-3,
.text-4 {
    font-weight: 700;
}

.text-1 {
    font-size: 65px;
    margin-bottom: 10px;
    line-height: 1.2 !important;
}

.text-2 {
    font-size: 40px;
}

.text-3 {
    font-size: 150px;
    margin-bottom: 10px;
    line-height: 1 !important;
}

.text-4 {
    font-size: 25px;
    color: #fff !important;
}


.a-heading span,
.j-golden-text {
    color: #FFD17A;
    background: linear-gradient(224.54deg, #D1A03A 10.03%, #FDF7B0 61.51%, #F0D56E 98.7%, #F0D56E 59.25%, #FDF9B0 94.48%, #C6A03A 88.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.shine-button:hover {
    position: relative;
    overflow: hidden;
}

.shine-button:hover:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    animation: slide 1.9s infinite;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.w-thong-bao .icon-box {
    display: flex;
    align-items: center;
}

.w-thong-bao .icon-box-text {
    max-width: calc(100% - 25px);
    overflow: hidden;
    margin-left: 5px;
}

.w-thong-bao .icon-box-text p {
    white-space: nowrap;
    display: flex;
    height: 100%;
    align-items: center;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
        /* Di chuyển từ phải sang trái */
    }

    to {
        transform: translateX(-100%);
        /* Di chuyển từ trái sang phải */
    }
}

.a-stack1 {
    height: 100%;
}

.a-top {
    max-width: 80px;
}

.a-golden-bg {
    background: linear-gradient(180deg, #F6EFA2 0%, #EEC754 50%, #E59E05 100%);
}

.a-topgame {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 20px 20px 30px;
    border: 2px solid #EEC754;
    border-radius: 20px;
}

.a-topgame::before {
    content: '';
    position: absolute;
    top: -8%;
    width: 60px;
    height: 30px;
    background-size: cover;
    background-position: center;
}


.a-topgame:nth-child(2)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-10.webp');
}

.a-topgame:nth-child(3)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-9.webp');
}

.a-topgame:nth-child(4)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-8.webp');
}

.a-topgame:nth-child(5)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-7.webp');
}

.a-topgame:nth-child(6)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-6.webp');
}

.a-topgame:nth-child(7)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-5.webp');
}

.a-topgame:nth-child(8)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-4.webp');
}

.a-topgame:nth-child(9)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-3.webp');
}

.a-topgame:nth-child(10)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-2.webp');
}

.a-topgame:nth-child(11)::before {
    background-image: url('/wp-content/uploads/2024/10/tx-top-1.webp');
}

.a-footer-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0px 20px;
}

.a-footer-links a {
    flex: 1;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    position: relative; 
}

.a-footer-links a:not(:last-child)::after {
    content: '|'; 
    position: absolute;
    right: 0;
    top: 50%; 
    transform: translateY(-50%); 
    color: #999797; 
    margin-left: 10px; 
}

.nav.header-bottom-nav .primary.is-outline{
    color: #fff !important;
}