/* font */
:root {
    --main-font: "Inter", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

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 {
    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: 100px;
}

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

.a-footer .ux-menu .ux-menu-link__link {
    color: #fff;
    padding: unset;
    min-height: unset;
    margin: 4px 0;
    font-size: 14px;
}

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

/*  */
.header-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 16, 12, 0.8);
    border-bottom: 1px solid rgba(255, 215, 128, 0.18);
    backdrop-filter: blur(8px);
}

.button.secondary {
    background: rgba(255, 215, 128, 0.15) !important;
    border-color: rgba(255, 215, 128, 0.15);
}

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

.a-tt {
    background: linear-gradient(to bottom, #fff, #ffb54d 45%, #ffbc81);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.a-banner .a-banner-left p {
    font-size: 18px;
}

/* .a-banner  */
.a-banner {
    overflow: hidden;
}

.a-banner .a-banner-left .sologan {
    border: 1px solid rgba(255, 215, 128, 0.15);
    background-color: rgba(255, 255, 255, 0.06) !important;
    display: inline;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #dd9933;
}

.a-banner .a-image {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.a-banner-left h1 {
    margin-top: 10px;
    font-size: 48px;
    margin-bottom: 10px;
}

.a-banner-left h1 strong {
    display: none;
}

.a-group-case {
    gap: 1rem;
    margin-top: 20px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.a-group-case .text {
    border: 1px solid rgba(255, 215, 128, 0.15);
    background-color: rgba(255, 255, 255, 0.06) !important;
    padding: 12px;
    border-radius: 10px;
}

.a-group-case .text p {
    font-size: 14px;
}

.a-group-case .text p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #dd9933;
    margin-bottom: 0;
}

/* a-form-box */
.a-form-box {
    text-align: left !important;
    margin-bottom: unset;
}

.a-form-box br {
    display: none !important;
}

.a-form-box input {
    background-color: #211A15 !important;
    border: 1px solid rgba(255, 215, 128, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 16px;
    color: #fff !important;
}

.a-form-box .note {
    font-size: 12px;
    text-align: center;
    margin-bottom: unset;
}

.a-form-box label {
    color: #fff;
    ;
}

.a-banner-right .col-inner {
    background-image: url(/wp-content/uploads/2026/01/form-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 24px;
}

.a-banner-right .text p {
    margin: 4px 0;
}

.a-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -250px;
    top: auto;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/01/bg-after-pc.webp) bottom center no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 0;
}

/* a-gioi-thieu */

.a-gioi-thieu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 215, 128, 0) 0%, rgba(255, 215, 128, 0.6) 50%, rgba(255, 215, 128, 0) 100%);
    display: block;
}

.a-description {
    font-size: 16px;
    color: #dd9933;
    font-weight: bold;
    margin-bottom: 10px;
}

.a-group-gt {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 20px;
}

.a-group-gt .text {
    border: 1px solid rgba(255, 215, 128, 0.15);
    background-color: rgba(255, 255, 255, 0.06) !important;
    padding: 12px;
    border-radius: 10px;
}

.a-group-gt .text p {
    font-size: 14px;
}

.a-group-gt .text p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #dd9933;
    margin-bottom: 0;
}

.a-gioi-thieu-right .col-inner {
    background-image: url(/wp-content/uploads/2026/01/form-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 24px;
}

.a-gioi-thieu-right .col-inner p {
    font-size: 14px;
}

/* a-uu-dai */
.a-uu-dai .a-text {
    font-size: 14px;
    background: #000 !important;
    border: 1px solid #323232 !important;
    padding: 1.25rem;
    border-radius: 0.75rem;
}

.a-uu-dai .a-text h3 {
    font-size: 20px;
}

.a-uu-dai .a-text p,
.a-uu-dai .a-text h3 {
    margin: 2px 0;
}

.a-uu-dai .a-text p:first-child {
    font-weight: bold;
    color: #dd9933;
}

/* a-tinh-nang */
.a-tinh-nang .a-text {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid #323232 !important;
    border-color: rgba(255, 215, 128, 0.15) !important;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.a-tinh-nang .a-text p {
    font-size: 14px;
}

.a-tinh-nang .a-text p:first-child {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: #f5e6c5;
    color: #000;
    border-radius: 10px;
    font-weight: bold;
}

/* a-tro-choi */
.a-tro-choi .slider .row {
    margin: unset !important;
    opacity: unset !important;
}

.a-tro-choi .slider .box {
    background: #000;
    padding: 14px;
    border: 1px solid #323232;
    border-radius: 14px;
}

.a-tro-choi .slider .box .box-image {
    border-radius: 6px;
}

.a-tro-choi .slider .box p {
    font-size: 14px;
}

/* a-huong-dan */
.a-step-list {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
}

.a-step-list li {
    counter-increment: step;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 14px;
}

.a-step-list li strong {
    font-size: 16px;
}

.a-step-list li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: #B1852C;
    color: #000;
    font-weight: bold;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-hd-right {
    background: #130C0A;
    border: 1px solid #323232 !important;
    border-color: rgba(255, 215, 128, 0.15) !important;
    padding: 24px;
    border-radius: 0.75rem;
}

.faq-box {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-box li {
    background: #211B19;
    border: 1px solid rgba(250, 204, 21, 0.25);
    border-color: rgba(255, 215, 128, 0.15) !important;
    border-radius: 0.75rem;
    padding: 12px;
    margin-bottom: 16px;
    color: #f5e6c8;
    margin-left: unset !important;
    font-size: 14px;
}

.faq-box li:last-child {
    margin-bottom: unset !important;
}

/* Câu hỏi */
.faq-box li strong {
    display: block;
    font-weight: 700;
    color: #f8e7b0;
    margin-bottom: 4px;
}

/* Câu trả lời */
.faq-box li p {
    margin: 0;
    line-height: 1.6;
    color: #e8d9b6;
    font-size: 14px;
}

/* Hiệu ứng nhẹ */
.faq-box li:hover {
    border-color: rgba(250, 204, 21, 0.5);
    box-shadow: 0 0 12px rgba(250, 204, 21, 0.15);
    transition: all 0.3s ease;
}

/* a-faq */

.a-faq .accordion .accordion-item {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid #323232 !important;
    border-color: rgba(255, 215, 128, 0.15) !important;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 1rem;
}

.a-faq .accordion .accordion-item span {
    font-size: 16px;
    font-weight: bold;
}

.a-faq .accordion-title {
    border: unset !important;
    padding-left: 12px !important;
    padding-right: 40px !important;
    color: #e8d9b6 !important;
}

.a-faq .accordion .toggle {
    width: 16px;
    height: 16px;
    left: unset !important;
    right: 0;
}

.a-faq .accordion .accordion-inner {
    padding: 12px;
    padding-top: unset;
}

.a-faq .accordion .accordion-inner p {
    margin-bottom: 3px;
    font-size: 14px;
}

/* a-lien-he-right */
.a-lien-he-right form {
    background-color: rgba(255, 255, 255, 0.06) !important;
    padding: 1.5rem;
    border: 1px solid #323232 !important;
    border-color: rgba(255, 215, 128, 0.15) !important;
    border-radius: 1rem;
}
.a-lien-he-right form br{
    display: none !important;
}
.a-lien-he-right form label{
    color: #fff;
}
.a-lien-he-right form input{
    padding: 12px 16px;
}
.a-lien-he-right form input,
.a-lien-he-right form textarea{
    background: #231B16 !important;
    color: #fff;
    border: 1px solid #323232 !important;
    border-color: rgba(255, 215, 128, 0.35) !important;
    border-radius: 10px;
    font-size: 16px;
}
.a-lien-he-right form button{
    width: 100%;
    border-radius: 10px;
    margin-bottom: unset;
}
form input::placeholder,
form textarea::placeholder{
    color: #fff;
}