body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea,
select {
    font-family: 'Roboto', Arial, sans-serif !important;
}

.title-gradient h2 {
    margin-top: 50px;
}

.title-gradient>* {
    background: linear-gradient(90.33deg, rgba(11, 51, 154, 0.85) 0%, rgba(0, 151, 220, 0.85) 49.13%, rgba(0, 122, 210, 0.85) 99.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-shadown>* {
    filter: drop-shadow(4px 4px 0px var(--color-white));
}

.fs-heading-1>* {
    font-size: 40px;
    margin-bottom: 0;
}

.category__s .image-cover img {
    width: 284px;
    max-height: 213px;
    object-fit: cover;
    border-radius: 10px;
}

.category__s .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-home {
    padding-top: 50px !important;
}

.policy {
    padding-top: 70px !important;
}

@media screen and (max-width: 768px) {
    .category__s .image-cover img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 10px;
        object-position: top;
    }

    .banner-home {
        padding-top: 0 !important;
    }

    .policy {
        padding-top: 0 !important;
    }

}
