/* font */
:root {
    --main-font: "Montserrat", 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.2;
}
h1, h2, h3, h4, h5, h6,
blockquote p{
    color: #fff;
}

body {
    font-family: var(--main-font);
    font-style: normal;
    color: #fff;
}

.nav>li>a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: var(--main-font);
}

.nav>li>a,
.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;
}

/* END: font */
.absolute-footer,
html,
.mfp-content {
    background-color: #000 !important;
}

/* j-sidebar */
.j-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.j-sidebar) {
    position: sticky;
    top: 180px;
}

/* 
.saboxplugin-desc [itemprop="description"]{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.8em;
} */

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* w-search */
.j-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* Heading */

.j-heading b {
    display: none;
}

.j-heading .section-title {
    justify-content: center;
    border: unset;
}

.j-heading-left .section-title {
    justify-content: flex-start;
}

.j-heading .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
    color: #fff;
}

/* j-sidebar */
.j-sidebar .j-heading {
    margin-bottom: 0.5rem;
}

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

.j-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
}

.j-sidebar .post-item:first-child .box {
    border-top: unset;
}

.j-sidebar .post-item .box-text {
    padding: unset;
}

.j-sidebar .post-item .post-title {
    font-size: 16px;
}

.j-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .j-cate */
.j-cate .category-page-title .page-title-inner .flex-col:first-child,
.j-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}
.j-cate .category-page-title .page-title-inner .flex-col{
    margin: unset;
}
.j-cate .category-page-title .page-title-inner{
    padding: unset;
    /* min-height: unset; */
}

/* =============================== End reset =============================== */

/* rank-math-breadcrumb */
.rank-math-breadcrumb .last{
    display: none;
}
.rank-math-breadcrumb p > span.separator:nth-last-of-type(2) {
    display: none;
}

/* header */
.header-main{
    background-color: #000;
}
.header-bottom .hide-for-medium .header-bottom-nav li a{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 0 10px;
}
.header-bottom .hide-for-medium .header-bottom-nav li .sub-menu li a{
    color: #000;
}
.header-bottom .hide-for-medium .header-bottom-nav .active a{
    border-bottom: 2px solid #fff;
}
.header-bottom{
    background: linear-gradient(89.93deg, #f04735, #f7921e);
}

/* footer */
.j-footer .ux-menu-title{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.j-footer .ux-menu-link span{
    color: #a5adb6;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.j-footer .ux-menu-link:hover span{
    color: #fff;
}
.j-footer .post-title{
    font-size: 14px;
    color: #fff;
}
.j-footer .post-meta{
    color: #fff;
    font-size: 12px;
}
.j-footer .post-title:hover a{
    color: #f7921e !important;
}
.j-footer .post-item .is-divider{
    display: none;
}
.j-footer .post-item .col-inner{
    border-radius: 7px;
}
.j-footer .post-item .box{
    padding: 5px;
    background-color: #292929 !important;
    border-radius: 6px;
}
.j-footer .post-item .box .box-text{
    padding: 0 10px;
}
.j-footer .plain{
    border-radius: 6px;
    padding: 10px;
}
.j-footer .plain:hover{
    background-color: #292929;
}
.j-footer .plain .icon-box-text p{
    margin-bottom: 0;
}

/* home */
.j-home-khuyenmai .box{
    padding: 15px;
    background: linear-gradient(89.93deg, #333333, #000);
    border-radius: 15px;
    border: 1px dashed #ccc;
    /* height: 185px; */
}
.j-home-khuyenmai .box:hover{
    border: 1px dashed #f7921e;
}
.j-home-khuyenmai .box .box-text p{
    font-weight: 700;
}
.j-home-gamebai .img-inner{
    border-radius: 15px;
}
.j-home-trochoi .banner,
.j-home-trochoi .banner .banner-bg,
.j-home-sanhu .banner,
.j-home-sanhu .banner .banner-bg{
    border-radius: 7px;
}
.j-home-trochoi .banner .text-box h3{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.j-home-trochoi .banner:hover .text-box .button.white{
    display: block;
}
.j-home-trochoi .banner .text-box .button.white{
    background-color: rgba(0, 0, 0, .76) !important;
    margin: 0;
    display: none;
}
.j-home-trochoi .banner .text-box .button span{
    font-size: 16px;
    padding: 10px;
}
.button.primary{
    background-color: #ff6327;
    border-radius: 5px;
}  

.j-home-sanhu .banner{
    margin: 0 10px !important;
}
.j-home-sanhu .banner .text-box h5{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.j-home-sanhu .banner .text-box{
    height: 100%;
    background-color: rgba(0, 0, 0, .76) !important;
    display: none;
    margin: 0;
}
.j-home-sanhu .banner:hover .text-box{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j-home-sanhu .j-title-sanhu span{
    background: -webkit-linear-gradient(#fff, #ffd256);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent ;
}
.j-home-sanhu .section-title a {
    margin-left: 0;
    padding-left: 0;
}
.j-home-sanhu .section-title a i{
    width: 24px;
    background-color: #ff6327;
    border-radius: 50%;
    border: solid 1px #fff;
}
.j-home-sanhu .icon-angle-right:before {
    margin-left: 7px;
    color: #fff;
}

.scrolling-box p,
.scrolling-box div{
    color: #000;
}
figure {
	max-width: 800px !important;
}