/* 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;
    background-color: rgb(240, 240, 240);
    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-tt .section-title span {
    position: relative;
    padding-left: 20px;
    line-height: 1;
    text-transform: unset;
    font-size: 20px;
    color: #fff;
}

.a-tt .section-title span::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #66198F;
    border-radius: 99px;
}

/* .a-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.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: #fff;
    font-size: 1rem;
    text-transform: unset;
}

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

/*  */
#wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2024/12/bg-main.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main {
    background-color: unset;
}

.button.secondary span {
    color: #000;
}

.button.primary {
    background: linear-gradient(to right, #430C66, #8717CC);
    border: 1px solid #F4DD90;
}

.button.secondary {
    background: linear-gradient(to right, #EDAB04, #FCE8A0);
	border: 1px solid #D5C890;
}

.button span {
    white-space: nowrap;
}
.searchform .secondary {
    background-image: unset !important;
}

/* a-sidebar */
.a-sidebar #wide-nav-2 ul {
    flex-direction: column;
    align-items: flex-start;
}

.a-sidebar #wide-nav-2 .flex-col {
    width: 100%;
}

.a-sidebar #wide-nav-2 .menu-item {
    margin: unset !important;
    width: 100%;
}

.a-sidebar #wide-nav-2 .menu-item a {
    color: #CBCBCB;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    padding: 1rem 20px;
    text-transform: capitalize;
}

.a-sidebar #wide-nav-2 .menu-item a img {
    margin: unset;
}

.a-sidebar #wide-nav-2 .menu-item.active a {
    color: #430C66;
    background: rgb(237, 171, 4);
    background: linear-gradient(90deg, rgba(237, 171, 4, 1) 0%, rgba(252, 232, 160, 1) 100%);
}

.a-sidebar .post-item .box {
    background: #3A0A3A;
}

.a-sidebar .post-item .box-text {
    padding: 10px 20px;
    border-bottom: 1px solid #43301E;
}

.a-sidebar .post-item:last-child .box-text {
    border: unset;
}

.a-sidebar .row {
    border-radius: 8px;
    overflow: hidden;
}

.a-sidebar .row .post-item:nth-child(n+2) .box-image {
    display: none;
}

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

.post-item .post-title {
    text-wrap: unset;
    color: #fff;
    font-weight: 500;
}

.post-item .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100% !important;
}

/* .a-banner */
.a-banner {
    border-radius: 8px;
    overflow: hidden;
}

.a-banner .overlay {
    display: none;
}

.a-banner .stack {
    width: 65%;
    gap: 10px;
    margin-left: unset;
}

.a-banner p:nth-child(1) {
    font-size: 32px;
    background: linear-gradient(to right, #EDAB04, #FCE8A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.a-banner p:nth-child(2) {
    color: #fff;
}
.a-banner .button span{
	font-style: italic;
}
.a-banner .box-text{
	text-shadow: unset !important;
}
/*  */
.c-expander .expander-content {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100% !important;
}

.c-expander {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-expander.collapsed .expander-content {
    -webkit-line-clamp: unset;
}

/* .a-row */
.a-row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
}

/* .a-button */
.a-button {
    gap: 10px;
}

.a-button .img {
    max-width: 40px;
}

.header-block {
    width: unset;
}

/* .a-nohu */
.a-nohu {
    overflow: hidden;
    border-radius: 8px;
}

.a-nohu .button {
    margin-bottom: unset;
	background: linear-gradient(to right, #EF790B, #EDAB04);
	border: 1px solid #EBC65E;
}
.a-nohu .button span{
	color: #fff;
}
.a-nohu .box-text {
    padding-left: unset;
    padding-right: unset;
}

.a-nohu .box-text p {
   background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    font-size: 32px;
    color: #F3D77F;
	font-weight: bold;
}

/* .a-row-game */
.a-row-game {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
}

.a-row-game .col-inner {
    background-image: url(/wp-content/uploads/2024/12/bg-game.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    padding: 5px 10px;
    border: 1px solid #EDAB04;
}

.a-row-game .col-inner .img,
.a-row-game .col-inner .button {
    margin-bottom: unset;
}

.a-row-game .col-inner .img img {
    height: 50px;
    object-fit: contain;
}

/* .a-live */
.a-live {
    background-image: url(/wp-content/uploads/2024/12/bg-live2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #EDAB04;
    border-radius: 8px;
    padding-top: 15px;
    margin-left: unset !important;
    margin-right: unset !important;
}

.a-live .nav {
    gap: 10px;
}

.a-live .nav li {
    margin: unset !important;
}

.a-live .nav li a {
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    border: 1px solid #F3D77F;
    padding: 7px 10px;
}

.a-live .nav li.active a {
    background-color: #F3D77F;
    color: #000;
}

/* .a-sap-no-hu */
.a-sap-no-hu .stack {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.a-sap-no-hu .stack .box-text {
    border-radius: 99px;
    padding: 3px;
    background-color: #F3D77F;
    color: #000;
    margin-top: 5px;
}

.box .overlay {
    display: none;
}

.a-tong-hu {
    margin-top: 10px;
}

.a-tong-hu .box-text {
    padding-bottom: 30px;
}

.a-tong-hu .box-text p {
    text-transform: uppercase;
    color: #EDAB04;
    font-weight: bold;
	font-size: 25px;
}

.a-sap-no-hu .stack .icon-box {
    background-color: #EDAB04;
    padding: 5px;
    border-radius: 4px;
}

.a-sap-no-hu .stack .icon-box-text {
    padding-left: 3px;
}

.a-sap-no-hu .stack .icon-box p {
    font-size: 12px;
}

.a-sap-no-hu .a-nap-tien {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
}

.a-sap-no-hu .a-nap-tien .icon-box {
    align-items: center;
}

.a-sap-no-hu .a-nap-tien .icon-box p {
    text-align: center;
    color: #fff;
    margin: unset;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.a-sap-no-hu .a-nap-tien .icon-box:first-child {
    background: linear-gradient(260deg, rgba(237, 171, 4, 1) 0%, rgba(252, 232, 160, 0.4010197829131653) 100%);
}

.a-sap-no-hu .a-nap-tien .icon-box:nth-child(2) {
    background: linear-gradient(260deg, rgba(12, 237, 4, 1) 0%, rgba(183, 252, 160, 1) 100%);
}

.a-sap-no-hu .a-nap-tien .icon-box:nth-child(3) {
    background: linear-gradient(260deg, rgba(237, 4, 4, 1) 0%, rgba(252, 165, 160, 1) 100%);
}

.a-row-box{
	display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.a-box {
    background-color: #430C66;
    border-radius: 6px;
    border: 1px solid #EDAB04;
    padding: 10px;
}

.a-box .box-text {
    padding: unset;
    padding-top: 10px;
}
.a-box .box-text p{
	 display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
	width: 100% !important;
}
.a-box .button.primary {
    border-radius: 99px;
    color: #FCE8A0;
    border-color: #FCE8A0;
    background: #000;
}

/* .a-tab-logo */
.a-tab-logo {
    gap: 7px;
    margin-bottom: 15px;
}

.a-tab-logo .img {
    max-width: 100px;
    border: 1px solid #EDAB04;
    border-radius: 4px;
    padding: 5px;
}

.a-tab-logo .img img {
    height: 30px;
    object-fit: contain;
}

.header #top-bar {
    display: none !important;
}

#wide-nav-2 .menu-item.active a img,
#top-bar-2 .menu-item.active a img {
    filter: invert(18%) sepia(89%) saturate(291%) hue-rotate(260deg) brightness(85%) contrast(85%);
}
#top-bar-2  .menu-item a {
    color: #CBCBCB;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    text-transform: capitalize;
    font-size: 10px;
}
#top-bar-2 .menu-item a img {
    margin: unset;
    height: 20px;
    object-fit: contain;
}
#top-bar-2  li {
    margin: unset;
    flex: 1;
	text-align: center;
}
#top-bar-2 .nav{
    gap: 5px;
    justify-content: space-between;
}
#top-bar-2 li:nth-child(3) img {
    transform: scale(2) translateY(-5px);
}
#top-bar-2{
    border-top: 1px solid #EDAB04;
}
.des-page{
    background: #430C66;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.j-star {
	color: #FCE8A0;
	letter-spacing: 3px;
}
.a-box-nha-cai {
	border: 1px solid #FCE8A0;
	background: url(/wp-content/uploads/2025/01/bg-nhaci.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.a-box-nha-cai .button{
	margin-top: unset;
	margin-bottom: unset;
}
.a-box-nha-cai .box-text{
	padding-bottom: unset;
}
.a-box-nha-cai img{
	height: 64px;
	object-fit: contain;
}
.a-row-nha-cai{
	display: grid !important;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
}
.des-page .expander-content {
  display: -webkit-box;
  -webkit-line-clamp: 10; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100% !important;
}

.des-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.des-page.collapsed .expander-content {
  -webkit-line-clamp: unset; 
}

.read-more-btn {
	border: 1px solid #EAAE40;
	background:#000;
	color: #EAAE40;
	border-radius: 99px;
	margin-top: 1rem;
	margin-right: unset;
	margin-bottom: unset;
}
.a-stack-logo img{
	height: 43px;
	object-fit: contain;
}
.a-tab-logo .img:first-child{
	background:#430C66;
}
.page-template .section{
	padding: 20px 0;
}
.stack .button {
	padding: 0 5px;
	flex: 1;
}
.a-title,
.des-page h1{
	background: linear-gradient(to right, #EDAB04, #FCE8A0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
}