﻿.widget-template * {
    margin: 0;
    padding: 0;
    text-decoration: unset;
}

.img-resize {
    display: block;
    position: relative;
    height: max-content;
}

    .img-resize:before {
        padding-bottom: 62.5%;
        content: "";
        display: block;
    }

    .img-resize .box-category-avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }

.box-category .box-category-link-title[data-newstype="1"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-vanban.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.box-category .box-category-link-title[data-newstype="2"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-video.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.box-category .box-category-link-title[data-newstype="3"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-loa.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.box-category .box-category-link-title[data-newstype="5"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-anh.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.box-category .box-category-link-with-avatar[data-newstype="1"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-vanban-img.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.box-category .box-category-link-with-avatar[data-newstype="2"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-video-img.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.box-category .box-category-link-with-avatar[data-newstype="3"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-loa-img.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.box-category .box-category-link-with-avatar[data-newstype="5"]::after {
    content: "";
    background: url(https://static.mediacdn.vn/TaoMauNhung/images/icon-anh-img.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.box-category .des {
    color: #999;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
    padding-bottom: 16px;
    margin-top: 16px;
}

    .box-category .des.bg {
        background: #f7f7f7;
        padding: 12px 0;
        border-top: 1px solid #b5b2b2;
    }

.box-category[data-color="red"] .box-category-top .box-category-title {
    color: red !important;
}

.box-category[data-color="red"] .box-category-link-title {
    color: red !important;
}

.box-category[data-background="#444"] {
    background-color: #444 !important;
}

.box-category[data-layout="60"] {
    width: 300px;
    margin: auto;
    border: 1px solid #b5b2b2;
    background: linear-gradient(180deg, #fcfaf6 0%, rgba(255, 249, 223, 0.5) 50%, #fcfaf6 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-blend-mode: overlay;
    padding: 16px 16px 0px 16px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .box-category[data-layout="60"] {
        padding: 12px 12px 0px 12px;
    }
}

.box-category[data-layout="60"] .box-category-top {
    border-bottom: 1px solid #d13626;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

    .box-category[data-layout="60"] .box-category-top .box-category-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }

        .box-category[data-layout="60"] .box-category-top .box-category-title .avt-icon {
            width: 20px;
            width: 20px;
            flex-shrink: 0;
            min-width: 20px;
        }

            .box-category[data-layout="60"] .box-category-top .box-category-title .avt-icon img {
                width: 20px;
                height: 20px;
                object-fit: cover;
            }

.box-category[data-layout="60"] .box-category-middle {
    overflow-y: auto;
}

@media (max-width: 1199px) {
    /*.box-category[data-layout="60"] .box-category-middle { max-height: 367px; }*/
}

.box-category[data-layout="60"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="60"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="60"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="60"] .box-category-middle .box-category-item {
    padding: 12px 0;
    border-bottom: 1px solid #b5b2b2;
}

    .box-category[data-layout="60"] .box-category-middle .box-category-item:first-child {
        padding-top: 0 !important;
    }

        .box-category[data-layout="60"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
            display: block;
            margin-bottom: 10px;
        }

        .box-category[data-layout="60"] .box-category-middle .box-category-item:first-child .box-category-link-title {
            color: #333;
            font-family: Merriweather;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
            /* 146.667% */
        }

    .box-category[data-layout="60"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        display: none;
    }

    .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        flex-direction: column;
    }

    .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }

    .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-time {
        display: none;
    }

    .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

.box-category[data-layout="61"] {
    width: 300px;
    margin: auto;
    border: 1px solid #b5b2b2;
    overflow: hidden;
}

    .box-category[data-layout="61"] .box-category-top {
        border-bottom: 1px solid #b5b2b2;
        background: #f7f7f7;
        padding-bottom: 4px;
        margin-bottom: 12px;
        padding: 12px 16px;
    }

@media (max-width: 767px) {
    .box-category[data-layout="61"] .box-category-top {
        padding: 12px;
    }
}

.box-category[data-layout="61"] .box-category-top .box-category-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
}

    .box-category[data-layout="61"] .box-category-top .box-category-title .avt-icon {
        width: 20px;
        width: 20px;
        flex-shrink: 0;
        min-width: 20px;
    }

        .box-category[data-layout="61"] .box-category-top .box-category-title .avt-icon img {
            width: 20px;
            height: 20px;
            object-fit: cover;
        }

.box-category[data-layout="61"] .box-category-middle {
    overflow-y: auto;
}

@media (max-width: 1199px) {
    /*.box-category[data-layout="61"] .box-category-middle { max-height: 367px; }*/
}

.box-category[data-layout="61"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="61"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="61"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item {
    padding: 16px 0px;
    margin: 0 16px;
    border-top: 1px dashed #b5b2b2;
    display: flex;
}

@media (max-width: 767px) {
    .box-category[data-layout="61"] .box-category-middle .box-category-item {
        padding: 12px 0;
    }
}

.box-category[data-layout="61"] .box-category-middle .box-category-item:first-child {
    padding-top: 0 !important;
    border-top: 0;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item:last-child {
    padding-bottom: 0;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 102px;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 110px);
    margin-left: 8px;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-link-title {
    display: block;
    color: #333;
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    max-height: 60px;
    overflow: hidden;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-category {
    display: none;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-time {
    display: none;
}

.box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-sapo {
    display: none;
}

.box-category[data-layout="62"] {
    width: 500px;
    margin: auto;
    border: 1px solid #b5b2b2;
    background: linear-gradient(180deg, #fcfaf6 0%, rgba(255, 249, 223, 0.5) 50%, #fcfaf6 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-blend-mode: overlay;
    padding: 16px 16px 0px 16px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .box-category[data-layout="62"] {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-category[data-layout="62"] {
        padding: 12px 12px 0px 12px;
    }
}

.box-category[data-layout="62"] .box-category-top {
    border-bottom: 1px solid #d13626;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

    .box-category[data-layout="62"] .box-category-top .box-category-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }

        .box-category[data-layout="62"] .box-category-top .box-category-title .avt-icon {
            width: 20px;
            width: 20px;
            flex-shrink: 0;
            min-width: 20px;
        }

            .box-category[data-layout="62"] .box-category-top .box-category-title .avt-icon img {
                width: 20px;
                height: 20px;
                object-fit: cover;
            }

.box-category[data-layout="62"] .box-category-middle {
    overflow-y: auto;
}

@media (max-width: 1199px) {
    .box-category[data-layout="62"] .box-category-middle {
        max-height: 367px;
    }
}

.box-category[data-layout="63"] .box-category-middle .swiper-slide {
    height: auto !important;
}

.box-sample-sw .swiper-wrapper {
    height: auto;
}

.box-category[data-layout="62"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="62"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="62"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="62"] .box-category-middle .box-category-item {
    padding: 16px 0px;
    border-top: 1px dashed #b5b2b2;
    display: flex;
}

    .box-category[data-layout="62"] .box-category-middle .box-category-item:first-child {
        padding-top: 0 !important;
        border-top: 0;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        width: 102px;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        flex-direction: column;
        width: calc(100% - 110px);
        margin-left: 8px;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        max-height: 60px;
        overflow: hidden;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-time {
        display: none;
    }

    .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

.box-category[data-layout="63"] {
    max-width: 1200px;
    border: 1px solid #b5b2b2;
    background: linear-gradient(180deg, #fcfaf6 0%, rgba(255, 249, 223, 0.5) 50%, #fcfaf6 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/frame-header.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 16px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .box-category[data-layout="63"] {
        padding: 12px;
    }
}

.box-category[data-layout="63"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

    .box-category[data-layout="63"] .box-category-top .box-category-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #d13626;
        font-family: Merriweather;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 146.667% */
    }

        .box-category[data-layout="63"] .box-category-top .box-category-title .avt-icon {
            width: 20px;
            width: 20px;
            flex-shrink: 0;
            min-width: 20px;
        }

            .box-category[data-layout="63"] .box-category-top .box-category-title .avt-icon img {
                width: 20px;
                height: 20px;
                object-fit: cover;
            }

    .box-category[data-layout="63"] .box-category-top .box-action {
        display: flex;
        align-items: center;
        gap: 12px;
    }

@media (max-width: 767px) {
    .box-category[data-layout="63"] .box-category-top .box-action {
        display: none;
    }
}

.box-category[data-layout="63"] .box-category-top .box-action .swiper-button-disabled {
    opacity: 0.5;
}

.box-category[data-layout="63"] .box-category-top .box-action .box-sample-sw-button-prev {
    border-radius: 2px;
    border: 1px solid #b5b2b2;
    background: #fff;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.box-category[data-layout="63"] .box-category-top .box-action .box-sample-sw-button-next {
    border-radius: 2px;
    border: 1px solid #b5b2b2;
    background: #fff;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.box-category[data-layout="63"] .box-category-middle .swiper-slide {
    width: 277px;
    margin-right: 20px;
}

    .box-category[data-layout="63"] .box-category-middle .swiper-slide:last-child {
        margin-right: 0;
    }

.box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 10px;
}

.box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-content {
    display: flex;
    flex-direction: column;
}

.box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-link-title {
    display: block;
    color: #333;
    font-family: Merriweather;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
    max-height: 44px;
    overflow: hidden;
}

.box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-category {
    display: none;
}

.box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-time {
    display: none;
}

.box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-sapo {
    display: none;
}

.box-category[data-layout="63"] .nguon {
    display: block;
    margin-top: 16px;
    color: #999;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.section__pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}

    .section__pagination .item {
        border-radius: 2px;
        border: 1px solid #b5b2b2;
        background: #fff;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999;
        font-family: Roboto;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 138.462% */
    }

        .section__pagination .item.active {
            color: #333;
        }

        .section__pagination .item.btn-disabled svg path {
            fill: #999;
        }

[data-font-family="Inter"] .box-category[data-layout="60"] .box-category-top .box-category-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="61"] .box-category-top .box-category-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="62"] .box-category-top .box-category-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="63"] .box-category-top .box-category-title {
    font-family: Inter !important;
}

[data-font-family="Inter"] .box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Inter !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="60"] .box-category-top .box-category-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="61"] .box-category-top .box-category-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="62"] .box-category-top .box-category-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="63"] .box-category-top .box-category-title {
    font-family: Merriweather !important;
}

[data-font-family="Merriweather"] .box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Merriweather !important;
}

[data-font-family="Roboto"] .box-category[data-layout="60"] .box-category-top .box-category-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="60"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="61"] .box-category-top .box-category-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="61"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="62"] .box-category-top .box-category-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="62"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="63"] .box-category-top .box-category-title {
    font-family: Roboto !important;
}

[data-font-family="Roboto"] .box-category[data-layout="63"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: Roboto !important;
}

[data-hidelogo="1"] .box-category-top .box-category-title .avt-icon {
    display: none !important;
}

@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    src: url("https://static.mediacdn.vn/fonts/Merriweather-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Merriweather-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Merriweather-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Merriweather-Regular.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    font-weight: bold;
    font-style: normal;
    src: url("https://static.mediacdn.vn/fonts/Merriweather-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Merriweather-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Merriweather-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Merriweather-Bold.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    font-weight: 900;
    font-style: normal;
    src: url("https://static.mediacdn.vn/fonts/Merriweather-Black.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Merriweather-Black.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Merriweather-Black.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Merriweather-Black.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("https://static.mediacdn.vn/fonts/Inter-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Regular.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("https://static.mediacdn.vn/fonts/Inter-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Medium.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Medium.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("https://static.mediacdn.vn/fonts/Inter-SemiBold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-SemiBold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-SemiBold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-SemiBold.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("https://static.mediacdn.vn/fonts/Inter-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Bold.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url("https://static.mediacdn.vn/fonts/Inter-Black.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Black.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Black.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Black.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("https://static.mediacdn.vn/fonts/Roboto-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Regular.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("https://static.mediacdn.vn/fonts/Roboto-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Medium.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Medium.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url("https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.eot") format("embedded-opentype");
    font-display: swap;
}

[data-layout="60"] .checkbox-item, [data-layout="61"] .checkbox-item, [data-layout="62"] .checkbox-item, [data-layout="63"] .checkbox-item {
    display: none;
}

.box-category[data-layout="60"] .box-category-middle .item-box:last-child {
    padding-bottom: 16px;
}

.box-category[data-layout="60"] .box-category-middle .item-box:first-child {
    padding-top: 0;
}

.box-category[data-layout="60"] .box-category-middle .item-box .box-category-item {
    padding-top: 12px;
}

.box-category[data-layout="61"] .box-category-middle .item-box .box-category-item {
    padding: 16px 0px;
    border-top: 1px dashed #b5b2b2;
}

.box-category[data-layout="61"] .box-category-middle .item-box:last-child .box-category-item {
    padding-bottom: 0;
}

.box-category[data-layout="61"] .box-category-middle .item-box:first-child .box-category-item {
    padding-top: 0;
    border-top: 0;
}

.box-category[data-layout="62"] .box-category-middle .item-box:first-child .box-category-item {
    padding-top: 0;
    border-top: 0;
}

.box-category[data-layout="62"] .box-category-middle .item-box:last-child .box-category-item {
    padding-bottom: 16px;
}

.box-category[data-layout="62"] .box-category-middle .item-box .box-category-item {
    padding: 16px 0px;
    border-top: 1px dashed #b5b2b2;
    display: flex;
}

img.box-category-avatar.lazy {
    max-width: 100%;
}

.box-category[data-layout="64"] {
    width: 300px;
    margin: auto;
    overflow: hidden;
}

    .box-category[data-layout="64"] .box-category-top {
        margin-bottom: 12px;
    }

        .box-category[data-layout="64"] .box-category-top .box-category-title {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #333;
            font-family: Merriweather;
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            /* 153.846% */
            text-transform: uppercase;
        }

            .box-category[data-layout="64"] .box-category-top .box-category-title .avt-icon {
                width: 20px;
                width: 20px;
                flex-shrink: 0;
                min-width: 20px;
            }

                .box-category[data-layout="64"] .box-category-top .box-category-title .avt-icon img {
                    width: 20px;
                    height: 20px;
                    object-fit: cover;
                }

    .box-category[data-layout="64"] .box-category-middle {
        overflow-y: auto;
    }

@media (max-width: 1199px) {
    .box-category[data-layout="64"] .box-category-middle {
        max-height: 367px;
    }
}

.box-category[data-layout="64"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="64"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="64"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="64"] .box-category-middle .box-category-item {
    padding: 10px;
    border-bottom: 1px solid #b5b2b2;
    border-radius: 2px;
    border: 1px solid var(--stroke, #f2f2f2);
    background: var(--Gray-8, #f9f9f9);
    margin-bottom: 12px;
}

    .box-category[data-layout="64"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
        display: block;
        margin-bottom: 10px;
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item:first-child .box-category-link-title {
        color: #064b9b;
        font-family: Merriweather;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 146.667% */
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        display: none;
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        flex-direction: column;
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #064b9b;
        font-family: Merriweather;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 146.667% */
        margin-bottom: 6px;
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-time {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--Grey-4, #62748d);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        /* 133.333% */
    }

        .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-time .icon {
            display: flex;
        }

    .box-category[data-layout="64"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

.box-category[data-layout="64"] .nguon {
    color: #999;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.box-category[data-layout="65"] {
    width: 300px;
    margin: auto;
    border: 1px solid #b5b2b2;
    background: linear-gradient(180deg, rgba(253, 246, 218, 0.4) 0%, #FFF4C8 50%, rgba(252, 250, 246, 0.4) 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 16px 16px 0px 16px;
    overflow: hidden;
    position: relative;
}

    .box-category[data-layout="65"]::before {
        content: "";
        background: url(https://static.mediacdn.vn/TaoMauNhung/images/lacotoquoc.png) no-repeat;
        background-size: cover;
        position: absolute;
        display: flex;
        top: 0;
        right: 0;
        z-index: 1;
        width: 245px;
        height: 84px;
    }

@media (max-width: 767px) {
    .box-category[data-layout="65"] {
        padding: 12px 12px 0px 12px;
    }
}

.box-category[data-layout="65"] .box-category-top {
    border-bottom: 1px solid #d13626;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

    .box-category[data-layout="65"] .box-category-top .box-category-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #d13626;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }

        .box-category[data-layout="65"] .box-category-top .box-category-title .avt-icon {
            width: 20px;
            width: 20px;
            flex-shrink: 0;
            min-width: 20px;
        }

            .box-category[data-layout="65"] .box-category-top .box-category-title .avt-icon img {
                width: 20px;
                height: 20px;
                object-fit: cover;
            }

.box-category[data-layout="65"] .box-category-middle {
    overflow-y: auto;
    max-height: 562px;
}

@media (max-width: 1199px) {
    .box-category[data-layout="65"] .box-category-middle {
        max-height: 367px;
    }
}

.box-category[data-layout="65"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="65"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="65"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="65"] .box-category-middle .box-category-item {
    padding: 16px 0px;
    border-top: 1px dashed #b5b2b2;
    display: flex;
}

    .box-category[data-layout="65"] .box-category-middle .box-category-item:first-child {
        padding-top: 0 !important;
        border-top: 0;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        width: 102px;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        flex-direction: column;
        width: calc(100% - 110px);
        margin-left: 8px;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        max-height: 60px;
        overflow: hidden;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item .box-category-time {
        display: none;
    }

    .box-category[data-layout="65"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

/*# sourceMappingURL=stylesBox2.css.map */
.itemloading .box-category-item:before {
    content: "" !important;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, transparent 0%, #e8e8e8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    z-index: 2;
}

.itemloading .box-category-item:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: #f9f9f9 !important;
    z-index: 1;
    opacity: 1 !important;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

.itemloading .box-category-item {
    position: relative;
    overflow: hidden;
}

    .itemloading .box-category-item * {
        opacity: 0;
    }

@keyframes load {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

.box-category[data-layout="66"] {
    width: 300px;
    margin: auto;
    border: 1px solid #b5b2b2;
    background: linear-gradient(180deg, rgba(253, 246, 218, 0.4) 0%, #FFF4C8 50%, rgba(252, 250, 246, 0.4) 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 16px 16px 0px 16px;
    overflow: hidden;
    position: relative;
}

    .box-category[data-layout="66"]::before {
        content: "";
        background: url(https://static.mediacdn.vn/TaoMauNhung/images/lacotoquoc.png) no-repeat;
        background-size: cover;
        position: absolute;
        display: flex;
        top: 0;
        right: 0;
        z-index: 1;
        width: 245px;
        height: 84px;
    }

@media (max-width: 767px) {
    .box-category[data-layout="66"] {
        padding: 12px 12px 0px 12px;
    }
}

.box-category[data-layout="66"] .box-category-top {
    border-bottom: 1px solid #d13626;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

    .box-category[data-layout="66"] .box-category-top .box-category-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #d13626;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 157.143% */
    }

        .box-category[data-layout="66"] .box-category-top .box-category-title .avt-icon {
            width: 20px;
            width: 20px;
            flex-shrink: 0;
            min-width: 20px;
        }

            .box-category[data-layout="66"] .box-category-top .box-category-title .avt-icon img {
                width: 20px;
                height: 20px;
                object-fit: cover;
            }

.box-category[data-layout="66"] .box-category-middle {
    overflow-y: auto;
    max-height: 562px;
}

@media (max-width: 1199px) {
    .box-category[data-layout="66"] .box-category-middle {
        max-height: 367px;
    }
}

.box-category[data-layout="66"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="66"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="66"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="66"] .box-category-middle .box-category-item {
    padding: 12px 0px;
    border-top: 1px dashed #b5b2b2;
    display: flex;
    position: relative;
    z-index: 9;
}

    .box-category[data-layout="66"] .box-category-middle .box-category-item:first-child {
        padding-top: 0 !important;
        border-top: 0;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        width: 102px;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 8px;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #333;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        max-height: 60px;
        overflow: hidden;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-time {
        display: none;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-zone {
        display: flex;
        justify-content: space-between;
    }

        .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-zone .svb {
            display: flex;
            color: #064B9B;
            font: 500 13px Roboto;
            padding-left: 18px;
            align-items: center;
            position: relative;
        }

            .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-zone .svb:before {
                content: "";
                background: url(https://static.mediacdn.vn/TaoMauNhung/images/icovbv2.svg) no-repeat;
                position: absolute;
                display: block;
                width: 15px;
                height: 16px;
                left: 0;
                top: 0;
            }

        .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-zone .datetimevb {
            font: normal 13px Roboto;
            color: #62748D;
        }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-content .box-category-title-text {
        margin-top: 6px;
        display: block;
    }

    .box-category[data-layout="66"] .box-category-middle .box-category-item .box-category-content .box-category-download {
        display: none;
    }

.box-category[data-layout="67"] {
    width: 300px;
    margin: auto;
    padding: 16px 16px 0px 16px;
    overflow: hidden;
    position: relative;
}

/*.box-category[data-layout="67"]::before { content: ""; background: url(https://static.mediacdn.vn/TaoMauNhung/images/lacotoquoc.png) no-repeat; background-size: cover; position: absolute; display: flex; top: 0; right: 0; z-index: 1; width: 245px; height: 84px; }*/
@media (max-width: 767px) {
    .box-category[data-layout="67"] {
        padding: 12px 12px 0px 12px;
    }
}

.box-category[data-layout="67"] .box-category-top {
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

    .box-category[data-layout="67"] .box-category-top .box-category-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #d13626;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
    }

        .box-category[data-layout="67"] .box-category-top .box-category-title .avt-icon {
            width: 20px;
            width: 20px;
            flex-shrink: 0;
            min-width: 20px;
        }

            .box-category[data-layout="67"] .box-category-top .box-category-title .avt-icon img {
                width: 20px;
                height: 20px;
                object-fit: cover;
            }

.box-category[data-layout="67"] .box-category-middle {
    overflow-y: auto;
    max-height: 562px;
}

@media (max-width: 1199px) {
    .box-category[data-layout="67"] .box-category-middle {
        max-height: 367px;
    }
}

.box-category[data-layout="67"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="67"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="67"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="67"] .box-category-middle .box-category-item {
    padding: 8px;
    border: 1px solid #f2f2f2;
    display: flex;
    position: relative;
    z-index: 9;
    background: #F9F9F9;
    margin-top: 12px;
}

    .box-category[data-layout="67"] .box-category-middle .box-category-item:first-child {
        margin-top: 0 !important;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        width: 102px;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #064B9B;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        max-height: 60px;
        overflow: hidden;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-time {
        display: none;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-zone {
        display: flex;
        justify-content: space-between;
    }

        .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-zone .svb {
            display: flex;
            color: #333;
            font: 500 13px Roboto;
            padding-left: 18px;
            align-items: center;
            position: relative;
        }

            .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-zone .svb:before {
                content: "";
                background: url(https://static.mediacdn.vn/TaoMauNhung/images/icovb3.svg) no-repeat;
                position: absolute;
                display: block;
                width: 15px;
                height: 16px;
                left: 0;
                top: 0;
            }

        .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-zone .datetimevb {
            font: normal 13px Roboto;
            color: #62748D;
        }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-content .box-category-title-text {
        margin-top: 6px;
        display: block;
    }

    .box-category[data-layout="67"] .box-category-middle .box-category-item .box-category-content .box-category-download {
        display: none;
    }

.box-category[data-layout="68"] {
    background: linear-gradient(180deg, #FCFAF6 0%, rgba(255, 249, 223, 0.5) 50%, #FCFAF6 100%);
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 16px;
}

    .box-category[data-layout="68"]::before {
        content: "";
        background: url(https://static.mediacdn.vn/TaoMauNhung/images/bg-newsv3.png) no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        left: 0;
        z-index: 1;
        width: 70%;
        height: 100%;
        margin: auto;
        background-position: center;
    }

    .box-category[data-layout="68"] .box-category-top {
        padding-bottom: 4px;
        margin-bottom: 12px;
        position: relative;
        z-index: 2;
    }

        .box-category[data-layout="68"] .box-category-top .box-category-title {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #d13626;
            font-family: Merriweather;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
            text-transform: uppercase;
        }

            .box-category[data-layout="68"] .box-category-top .box-category-title .avt-icon {
                width: 20px;
                width: 20px;
                flex-shrink: 0;
                min-width: 20px;
            }

                .box-category[data-layout="68"] .box-category-top .box-category-title .avt-icon img {
                    width: 20px;
                    height: 20px;
                    object-fit: cover;
                }

    .box-category[data-layout="68"] .box-category-middle {
        overflow-y: auto;
        max-height: 562px;
        border: 1px solid #eee;
        border-radius: 4px;
    }

@media (max-width: 1199px) {
    .box-category[data-layout="68"] .box-category-middle {
        max-height: 367px;
    }
}

.box-category[data-layout="68"] .box-category-middle::-webkit-scrollbar {
    width: 0px;
}

.box-category[data-layout="68"] .box-category-middle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.box-category[data-layout="68"] .box-category-middle::-webkit-scrollbar-thumb {
    background: #888;
}

.box-category[data-layout="68"] .box-category-middle .box-category-item {
    border-top: 1px solid #eee;
    display: flex;
    position: relative;
    z-index: 9;
    padding: 16px 0;
}

    .box-category[data-layout="68"] .box-category-middle .box-category-item:first-child {
        margin-top: 0 !important;
        border-top: none;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        width: 102px;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content {
        display: flex;
        width: 100%;
        margin-left: 0;
        align-items: center;
        justify-content: space-between;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-link-title {
        display: block;
        color: #182940;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        max-height: 60px;
        overflow: hidden;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-category {
        display: none;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-time {
        display: none;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-sapo {
        display: none;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-zone {
        display: flex;
        justify-content: space-between;
    }

        .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-zone .svb {
            display: flex;
            color: #2F80ED;
            font: 500 15px Roboto;
            padding-left: 16px;
            align-items: center;
            position: relative;
            width: 170px;
            flex-shrink: 0;
            border-right: 1px solid #eee;
        }

        .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-zone .datetimevb {
            font: normal 15px Roboto;
            color: #62748D;
            width: 140px;
            flex-shrink: 0;
            padding-left: 20px;
            border-right: 1px solid #eee;
        }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-title-text {
        display: block;
        width: 100%;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        border-right: 1px solid #eee;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-download {
        display: block;
        width: 160px;
        flex-shrink: 0;
        text-align: center;
    }

        .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-download a {
            display: flex;
            align-items: center;
            color: #182940;
            font-size: 15px;
            justify-content: center;
            font-family: 'Roboto';
        }

            .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-download a span.type {
                margin-right: 8px;
                width: 20px;
                height: 20px;
            }

                .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-download a span.type img {
                    width: 20px;
                    height: 20px;
                }

.box-category[data-layout="68"] .section__pagination {
    position: relative;
    z-index: 9;
}

.box-category[data-layout="68"] .des {
    position: relative;
    z-index: 9;
    text-align: left;
}

.box-category[data-layout="68"] .box-category-middle .box-category-item.header_box {
    background: #F9C54E;
    padding: 8px 0;
}

    .box-category[data-layout="68"] .box-category-middle .box-category-item.header_box .box-category-zone .svb {
        color: #182940;
        font: 500 15px / 22px Roboto;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item.header_box .box-category-zone .datetimevb {
        color: #182940;
        font: 500 15px/22px Roboto;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item.header_box .box-category-content .box-category-title-text {
        color: #182940;
        font: 500 15px / 22px Roboto;
    }

    .box-category[data-layout="68"] .box-category-middle .box-category-item.header_box .box-category-content .box-category-download {
        color: #182940;
        font: 500 15px / 22px Roboto;
    }

@media (max-width: 767px) {
    .box-category[data-layout="68"] {
        padding: 12px 12px 0px 12px;
    }

        .box-category[data-layout="68"] .box-category-middle {
            max-height: unset;
            overflow-x: auto;
            scrollbar-width: thin;
            scroll-behavior: smooth;
        }

            .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-title-text, .box-category[data-layout="68"] .box-category-middle .box-category-item .box-category-content .box-category-title-text {
                min-width: 600px
            }

        .box-category[data-layout="68"]::before {
            width: 100%;
        }

        .box-category[data-layout="68"] .box-category-middle .box-category-item.header_box {
            width: max-content;
        }
}

.box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban {
    padding: 8px;
    border: 1px solid #f2f2f2;
    display: flex;
    position: relative;
    z-index: 9;
    background: #F9F9F9;
    margin-top: 12px;
}

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban:first-child {
        margin-top: 0;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban:last-child {
        padding-bottom: 16px;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-link-with-avatar {
        width: 102px;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-link-title {
        display: block;
        color: #064B9B;
        font-family: Merriweather;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        max-height: 60px;
        overflow: hidden;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-category {
        display: none;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-time {
        display: none;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-sapo {
        display: none;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-zone {
        display: flex;
        justify-content: space-between;
    }

        .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-zone .svb {
            display: flex;
            color: #333;
            font: 500 13px Roboto;
            padding-left: 18px;
            align-items: center;
            position: relative;
        }

            .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-zone .svb:before {
                content: "";
                background: url(https://static.mediacdn.vn/TaoMauNhung/images/icovb3.svg) no-repeat;
                position: absolute;
                display: block;
                width: 15px;
                height: 16px;
                left: 0;
                top: 0;
            }

        .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-zone .datetimevb {
            font: normal 13px Roboto;
            color: #62748D;
        }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-content .box-category-title-text {
        margin-top: 6px;
        display: block;
    }

    .box-category[data-layout="99"] .box-category-middle .box-category-item.itemvanban .box-category-content .box-category-download {
        display: none;
    }

@media (max-width: 767px) {
    .box-category[data-layout="60"], .box-category[data-layout="61"], .box-category[data-layout="62"], .box-category[data-layout="64"], .box-category[data-layout="65"], .box-category[data-layout="66"], .box-category[data-layout="67"] {
        width: 100% !important;
    }
}
