.list-child-cat {
    background: linear-gradient(
        to top,
        #000f14 5%,
        #02474e 33.38%,
        #048996 90.42%,
        #ffffff 95%
    );
}
#list-cat-start-sticky .top-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: var(--top-cat-mb);
}
#list-cat-start-sticky .top-cat h2 {
    flex: 1;
    margin: 0;
    font-size: var(--large-fs);
    letter-spacing: -0.06em;
    font-weight: normal;
}
#list-cat-start-sticky .top-cat ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    column-gap: 4.94791667vw;
}
#list-cat-start-sticky .top-cat ul li {
    margin: 0;
    display: inline-block;
}
#list-cat-start-sticky .top-cat ul li a {
    font-size: var(--small-fs);
    line-height: calc(31 / 24);
    font-weight: 500;
}
.footer-wrapper .home-store,
.footer-wrapper .top-footer {
    background-color: #000f14 !important;
}
.footer-wrapper .home-store .text *,
.footer-wrapper .home-store,
.footer-wrapper .home-store p {
    color: var(--color-white) !important;
}
.box-blog-post .post-title a {
    color: var(--color-white);
    -webkit-line-clamp: 3;
}
.box-blog-post .post-meta {
    color: var(--color-white);
}
.box-blog-post .box-text {
    padding: var(--box-text-py) var(--box-text-px);
    border: 1px solid var(--color-white);
    border-top: 0;
}
.no-image .box-blog-post .box-text {
    border-top: 1px solid var(--color-white);
}
.bottom-cat.layout-2 .box-blog-post .box-text {
    border: 0px;
    padding: var(--box-text-py) 0 0;
}
.bottom-cat.layout-2 .box-blog-post .from_the_blog_excerpt {
    display: none;
}
.bottom-cat.layout-2 .box-blog-post .post-meta {
    margin: 0;
    opacity: 0.5;
}
.box-blog-post .post-title {
    font-size: var(--box-post-title-fs);
    line-height: calc(45 / 38);
    margin-bottom: var(--box-post-title-mb);
    font-weight: normal;
}
.box-blog-post .post-meta {
    margin-bottom: var(--box-post-meta-mb);
}
.box-blog-post .from_the_blog_excerpt {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.list-child-cat #list-cat-start-sticky > .col:nth-child(1) .top-cat h2 {
    color: var(--color-dark);
}
.list-child-cat #list-cat-start-sticky > .col:nth-child(1) .top-cat ul li a {
    color: rgba(0, 0, 0, 0.3);
}
.text-pagination {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ux-relay__pagination {
    justify-content: flex-end;
}
.top-footer .section-title-container .section-title a .icon-angle-right {
    background-color: var(--color-white);
}
.top-footer .section-title-container .section-title a,
.top-footer .section-title-container .section-title .section-title-main {
    color: var(--color-white);
}
@media only screen and (min-width: 0px) {
    :root {
        --large-fs: 6.4vw;
        --small-fs: 1.25vw;
        --top-cat-mb: 2.93333333vw;
        --box-text-py: 4vw;
        --box-text-px: 4vw;
        --box-post-title-fs: 5.33333333vw;
        --box-post-title-mb: 2.13333333vw;
        --box-post-meta-mb: 2.13333333vw;
    }
}
@media only screen and (min-width: 550px) {
    :root {
        --large-fs: 3.64583333vw;
        --small-fs: 1.25vw;
        --top-cat-mb: 2.34375vw;
        --box-text-py: 1.40625vw;
        --box-text-px: 1.19791667vw;
        --box-post-title-fs: 1.97916667vw;
        --box-post-title-mb: 1.14583333vw;
        --box-post-meta-mb: 1.30208333vw;
    }
    .box-list-category .box-blog-post {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .box-list-category .box-blog-post .box-image {
        width: 100%;
    }
    .box-list-category .box-blog-post .box-text {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .ux-relay__control:before {
        content: "Xem trang sau ->";
    }
}
@media only screen and (min-width: 750px) and (max-width: 849px) {
    .box-list-category > .col {
        max-width: 33.33333333%;
        flex-basis: 33.33333333%;
    }
}
@media only screen and (min-width: 850px) {
    :root {
        --large-fs: 3.64583333vw;
        --small-fs: 1.25vw;
        --top-cat-mb: 2.34375vw;
        --box-text-py: 1.40625vw;
        --box-text-px: 1.19791667vw;
        --box-post-title-fs: 1.97916667vw;
        --box-post-title-mb: 1.14583333vw;
        --box-post-meta-mb: 1.30208333vw;
    }
    .box-list-category {
        margin-left: -2.08333333vw !important;
        margin-right: -2.08333333vw !important;
        max-width: calc(100% + 4.16666667vw) !important;
    }
    .box-list-category > .col {
        padding-left: 2.08333333vw;
        padding-right: 2.08333333vw;
    }
    .box-blog-post .post-title {
        font-size: 1.484375vw;
    }
}