/* font */
:root {
    --main-font: "Inter", sans-serif;
    --color-1: #2ec4d8;
    --color-2: #4a66f7;
    --color-3: #ffc20a;
    --color-4: #794fff;
    --color-5: #f15f4a;
    --color-6: #02bca2;
    /* --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-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.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 {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .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: #CCCCCC;
    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;
}

.searchform-wrapper {
    z-index: 999;
}

a.button.plain {
    background: linear-gradient(0deg, #2a2437, #676078);
    color: #fff;
    border: 0;
}

a.button.primary {
    background: linear-gradient(0deg, #471c4f, #b754c8);
    border: 0;
}

a.button.primary.is-link {
    background: unset;
}

.main-bg {
    background: linear-gradient(270deg, #5E2F70 0%, #1E1722 81.5%);
}

.sm-logo {
    max-width: 100px;
}

.bookie .large-2>.col-inner {
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.bookie .meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bookie .meta p {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bookie .large-10 .mt-half {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.bookie .large-10 .stack-row p {
    color: #46ab5c;
    background-color: #f4f4f4;
    padding: 12px;
    font-weight: 600;
}

.list-bookie {
    counter-reset: bookie-counter
}

.bookie::before {
    counter-increment: bookie-counter;
    content: counter(bookie-counter);
    margin-right: 5px;
    z-index: 99;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    left: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    padding: 2px 8px;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookie::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 43.5px;
    border-top: 10px solid transparent;
    border-left: 10px solid #333;
}

.bookie {
    display: none;
}


.toplist-menu2 li {
    margin: 0 !important
}

.toplist-menu2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.toplist-menu2 li {
    width: 50%;
    padding: 10px 5px;
    border-bottom: 1px solid #eee
}

.toplist-menu2 li:before {
    content: "👉 ";
    color: #06c;
    display: inline-block;
    width: 15px;
    margin-right: 13px
}

.toplist-brand-name {
    background: linear-gradient(45deg, #ffe970, transparent);
    padding: 10px 10px 10px 0;
}

.toplist-brand-name strong {
    background: #fd0e0e;
    color: #fff;
    padding: 1px 10px;
    border-radius: 0 5px 5px 0;
}

.a-acordion .accordion .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.a-acordion .accordion .accordion-title {
    background-color: #F4F4F4;
    color: #0D3F72;
    border-radius: 10px;
    padding: .6em 15px;
}

.a-acordion .accordion .accordion-item span {
    font-size: 18px;
    font-weight: 600;
    color: #232351;
}

.a-acordion .accordion .toggle {
    left: unset;
    right: 0;
    color: #0D3F72;
}

.color-1 .row .large-2 >.col-inner {
    background-color: var(--color-1) !important;
}

.color-2 .row .large-2 >.col-inner {
    background-color: var(--color-2) !important;
}

.color-3 .row .large-2 >.col-inner {
    background-color: var(--color-3) !important;
}

.color-4 .row .large-2 >.col-inner {
    background-color: var(--color-4) !important;
}

.color-5 .row .large-2 >.col-inner {
    background-color: var(--color-5) !important;
}

.color-6 .row .large-2 >.col-inner {
    background-color: var(--color-6) !important;
}

.gioithieu-1 .bookie .large-2 {
    z-index: 999;
}

.gioithieu-1 .bookie .large-2>.col-inner {
    border-radius: 12px;
}

.gioithieu-1 .bookie::after,
.gioithieu-1 .bookie::before {
    display: none;
}

.gioithieu-1 .sm-logo {
    max-width: 192px;
}

.a-subcategory br{
    display: none !important;
}

.a-subcategory ul {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0;
}

.a-subcategory ul li {
    margin-bottom: 12px;
    margin-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.a-subcategory ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5;
}

.a-subcategory ul li a:hover {
    text-decoration: underline;
}

.bt-10 >.col-inner{
    border-radius: 12px 12px 0 0 !important;
}
.bb-10 >.col-inner{
    border-radius: 0 0 12px 12px !important;
}

.topnhacai .icon-box img{
    padding-top: 0 !important;
}

.nowrap{
    white-space: nowrap;
}

.nc-list .bb-10 .detail-item{
    background: #fff6d7;
    border-radius: 6px;
    margin: 10px 0;
    padding: 9px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nc-list .bb-10 .detail-item p{
    font-size: 16px;
    font-weight: 600;
    color: #009732;
    margin: 0!important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.a-cate .post-item >.col-inner,
.a-cate .post-item >.col-inner .box{
    border-radius: 8px;
}

.a-cate .post-item >.col-inner .box-image{
    border-radius: 8px 8px 0 0;
}