<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* font */
:root {
    --main-font: "Inter", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

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 &gt; li &gt; a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

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

.mobile-sidebar-levels-2 .nav &gt; li &gt; ul &gt; li &gt; a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical &gt; li &gt; 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 .is-divider{
    display: none;
}
.a-sidebar &gt; .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: 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;
}
.searchform-wrapper{
    z-index: 999;
}

.header-button a{
    background: repeating-linear-gradient(to right, red 0, #00f 50%, red 100%);
    background-size: 200% auto;
    animation: Gradient 2s infinite linear forwards;
    border: 2px solid #ffff;
    color: #f3f3f3;
    transition: all 0.4s ease-in-out;
}

.a-md-img{
    max-width: 610px;
}

.a-1111{
    max-width: 300px;
}

.a-section-1 .large-3 .img{
    max-width: 275px;
}

@keyframes Gradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.btn-choinhanh{
    max-width: 440px;
    animation: btnAnimation .6s linear infinite
}

@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1.1);
        -webkit-filter: brightness(1.2);
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
    }

    100% {
        transform: scale(1.1);
        -webkit-filter: brightness(1.2);
    }
}

blockquote, table td, table th{
    color: #fff;
}

.searchform input{
	border-color: #fff !important;
	color: #fff;
}


.mobile-nav .icon-menu{
        color: #fff;
}

.home .a-heading .section-title-main {
    display: inline-block;
    padding: 7px 35px;
    background-color: #1F38F0;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    color: #fff;
}

.a-section-2 .large-3 .icon img{
    border-radius: 17%;
}

.a-section-3 .large-3 .box img{
    border-radius: 10px;
}

.a-section-4 .nav {
    display: flex ;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
}

.a-section-4 .nav:before {
    content: "";
    background: rgb(245, 216, 110);
    background: radial-gradient(circle, rgba(245, 216, 110, 1) 60%, rgba(0, 0, 0, 0) 100%);
    height: 5px;
    width: 100%;
    position: absolute;
    top: 1.4rem;
}

.a-section-4 .nav&gt;li {
    margin: 0 2px;
    flex-basis: auto;
    width: 100%
}

.a-section-4 .nav&gt;li&gt;a {
    color: #FF0000;
    width: 100%;
    height: 47px;
    border-radius: unset;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    line-height: unset;
    background-image: url(/wp-content/uploads/2025/04/button-black-3.webp);
    background-size: 100% 100%;
    background-color: transparent
}

.a-section-4 .nav&gt;li.active&gt;a {
    background-image: url(/wp-content/uploads/2025/04/button-red-3.webp);
}

.j-text-scroll { 
    overflow-y: auto; 
    overflow-x: hidden; 
    max-height: 500px; 
} 
 
.j-text-scroll::-webkit-scrollbar { 
    width: 7px; 
    background: transparent !important; 
} 
 
.j-text-scroll::-webkit-scrollbar-thumb { 
    background-color: #fff; 
    border-radius: 6px; 
}

.post-item .image-cover{
    padding-top: 50% !important;
}</pre></body></html>