:where([class^="ri-"])::before {
    content: "\f3c2";
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(26, 79, 139, 0.4), rgba(26, 79, 139, 0.6));
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
}

.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(26, 79, 139, 0.15);
}

/* Thêm style cho menu mobile */
.mobile-menu {
    display: none;
}

.mobile-menu.active {
    display: block;
}
.custom-article-content h2 {
    font-size: 2rem;
    /* 32px */
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.25;
    color: #1a202c;
}

.custom-article-content h3 {
    font-size: 1.5rem;
    /* 24px */
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #2d3748;
}

.custom-article-content h4 {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #374151;
}

.custom-article-content h5 {
    font-size: 1.1rem;
    /* 17.6px */
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.4;
    color: #4b5563;
}

.custom-article-content p {
    font-size: 1.1rem;
    /* 17.6px */
    line-height: 1.8;
    margin-bottom: 1.2em;
    color: #22223b;
}

.custom-article-content ul,
.custom-article-content ol {
    margin-bottom: 1.2em;
    padding-left: 1.5em;
}

.custom-article-content li {
    font-size: 1.05rem;
    line-height: 1.7;
}

.content-img {
    display: block;
    margin: 0px auto;
}

figcaption {
    text-align: center
}

@media (max-width: 768px) {
    .custom-article-content h2 {
        font-size: 1.5rem;
    }

    .custom-article-content h3 {
        font-size: 1.25rem;
    }

    .custom-article-content h4 {
        font-size: 1.1rem;
    }

    .custom-article-content h5 {
        font-size: 1rem;
    }

    .custom-article-content p {
        font-size: 1rem;
    }
}

.logo-header{
    height: 50px;
    width: auto;
}

.custom-article-content ol{
    list-style: auto;
}

.custom-article-content a{
    color: #0000ff;
}


.custom-article-content ul{
    list-style: disc;
}


.relative.group{
    margin-left: 15px !important;
}

