.header__bottom .swiper-wrapper {
    overflow: scroll;
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

:root {
    --swiper-navigation-size: 44px
}

body {
    font-family: Merriweather;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    -webkit-animation-duration: .1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: .1s;
    -webkit-tap-highlight-color: transparent;
    margin: 0
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision
}

*, ::after, ::before {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #333
}

p {
    margin: 0
}

h1, h2, h3 {
    margin: 0
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
    image-rendering: -webkit-optimize-contrast
}

a, input, select, textarea {
    outline: 0
}

.hidden {
    display: none !important
}

.img-resize {
    display: block;
    position: relative;
    height: max-content
}

    .img-resize:before {
        padding-bottom: 62.5%;
        content: "";
        display: block
    }

    .img-resize img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
        background-size: cover;
        background-position: center
    }

.icon {
    display: inline-flex
}

.header {
    min-height: 47px
}

.header__middle {
    position: relative;
    background: #fff;
    z-index: 10
}

.header__menu {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 100%;
    background: #fff;
    max-height: 0;
    transition: all .3s ease;
    overflow: hidden;
    height: calc(100vh - 47px)
}

.header__scroll {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 0
}

.header__stk {
    border-bottom: 1px solid #ebebeb
}

.header__mflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px
}

.header__logo {
    display: block;
    width: 127px
}

    .header__logo img {
        width: 127px;
        height: auto
    }

.header__m-right {
    display: flex;
    align-items: center
}

.header__open-menu {
    margin-right: 8px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center
}

    .header__open-menu .icon-bar {
        display: flex
    }

    .header__open-menu .icon-close {
        display: none
    }

.header__user {
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    border-radius: 50%;
    overflow: hidden
}

.header__mreal {
    margin: 0 16px;
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px
}

    .header__mreal .item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 32px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #454545
    }

        .header__mreal .item:first-child {
            margin-left: 0
        }

        .header__mreal .item .icon {
            background: #fedb00;
            border-radius: 100px;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .header__mreal .item .text {
            margin-right: -6px;
            z-index: 2
        }

.header__open-search {
    margin-left: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__search {
    padding: 16px;
    position: relative
}

    .header__search .btn {
        height: 40px;
        width: 100%;
        padding: 8px;
        background: #fafafa;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #8b8b8b;
        padding-right: 40px
    }

    .header__search .submit {
        display: flex;
        align-items: center;
        justify-content: center;
        right: 16px;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 16px
    }

.header__m-cate {
    margin: 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 24px
}

    .header__m-cate .title {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #8b8b8b
    }

.header__m-cate-sub {
    margin: 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 24px
}

    .header__m-cate-sub.last {
        margin-bottom: 0;
        border-bottom: 0
    }

    .header__m-cate-sub .title {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #8b8b8b
    }

    .header__m-cate-sub .list {
        display: flex;
        flex-wrap: wrap
    }

        .header__m-cate-sub .list .item {
            width: 50%;
            padding: 16px 0;
            border-top: 1px solid #ebebeb;
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            color: #292929;
            display: block
        }

            .header__m-cate-sub .list .item:first-child, .header__m-cate-sub .list .item:nth-child(2) {
                border-top: 0
            }

.header__bottom {
    background: #fafafa;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0
}

    .header__bottom .swiper-slide {
        width: auto;
        height: auto
    }

        .header__bottom .swiper-slide .nav-link {
            font-family: Inter;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: #454545;
            display: flex;
            margin-right: 16px;
            height: 100%;
            align-items: center
        }

.header__uc-news {
    margin-bottom: 16px
}

.footer {
    background: #fafafa;
    padding: 40px 0 64px
}

.footer__logo {
    width: 200px;
    height: auto;
    display: block;
    margin-bottom: 16px
}

    .footer__logo img {
        width: 200px;
        height: auto
    }

.footer__app {
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px
}

    .footer__app .text {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #454545;
        margin-bottom: 8px
    }

    .footer__app .list-flex {
        display: flex;
        justify-content: space-between
    }

        .footer__app .list-flex .btn-app {
            width: calc(50% - 6px)
        }

.footer__social {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8b8b8b;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

    .footer__social .list {
        display: flex
    }

        .footer__social .list .item {
            display: flex;
            margin-left: 8px
        }

.footer__hotline-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px;
    margin-bottom: 16px
}

    .footer__hotline-flex .box {
        width: 50%
    }

        .footer__hotline-flex .box .text {
            font-family: Inter;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            line-height: 20px;
            color: #8b8b8b
        }

        .footer__hotline-flex .box .bold {
            font-family: Inter;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: #0098d1
        }

.footer__nav {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 16px;
    display: flex
}

    .footer__nav .item {
        display: flex;
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #454545;
        margin-right: 24px
    }

.footer__info .text {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    margin-bottom: 16px
}

.layout__sticky-icon {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 6
}

.layout__sticky-icon {
    display: none
}

.home__change-view {
    margin: 16px 0
}

.home__change-view-flex {
    display: flex;
    align-items: center
}

    .home__change-view-flex .action {
        width: 50px;
        margin-left: 8px
    }

        .home__change-view-flex .action .switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 20px
        }

            .home__change-view-flex .action .switch input {
                opacity: 0;
                width: 0;
                height: 0
            }

        .home__change-view-flex .action .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
            -webkit-transition: .4s;
            transition: .4s;
            border: 1px solid #ebebeb
        }

            .home__change-view-flex .action .slider:before {
                position: absolute;
                content: "";
                height: 16px;
                width: 16px;
                left: 1px;
                bottom: 1px;
                background-color: #8b8b8b;
                -webkit-transition: .4s;
                transition: .4s
            }

            .home__change-view-flex .action .slider.round {
                border-radius: 34px
            }

                .home__change-view-flex .action .slider.round:before {
                    border-radius: 50%
                }

    .home__change-view-flex .text {
        flex: 1;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #8b8b8b
    }

        .home__change-view-flex .text span {
            font-family: Inter;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: #292929
        }

        .home__change-view-flex .text .on {
            display: none
        }

.home__box-gold {
    padding: 16px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 24px
}

    .home__box-gold .box-item .row {
        display: flex;
        padding: 4px 0;
        border-top: 1px solid #ebebeb
    }

        .home__box-gold .box-item .row:first-child {
            padding-top: 0;
            border-top: 0
        }

            .home__box-gold .box-item .row:first-child .buy, .home__box-gold .box-item .row:first-child .sell {
                font-weight: 600;
                font-size: 13px;
                line-height: 20px;
                text-align: right;
                color: #8b8b8b
            }

        .home__box-gold .box-item .row .name {
            flex: 1;
            font-family: Inter;
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            line-height: 20px;
            color: #292929
        }

            .home__box-gold .box-item .row .name span {
                font-family: Inter;
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 20px;
                text-align: right;
                color: #8b8b8b
            }

        .home__box-gold .box-item .row .sell {
            width: 60px;
            margin-left: 20px;
            font-family: Inter;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            line-height: 20px;
            color: #292929;
            text-align: right
        }

        .home__box-gold .box-item .row .buy {
            width: 60px;
            margin-left: 10px;
            font-family: Inter;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            line-height: 20px;
            color: #292929;
            text-align: right
        }

    .home__box-gold .home-gold-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px
    }

.section__home-focus {
    margin-bottom: 24px
}

    .section__home-focus .box-top {
        margin-bottom: 24px
    }

.section__hf-box-blog {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 24px;
    padding: 16px
}

    .section__hf-box-blog .box-item .note {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #0098d1;
        margin-bottom: 16px
    }

    .section__hf-box-blog .box-item .text {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: #292929;
        margin-bottom: 16px
    }

    .section__hf-box-blog .box-item .author {
        display: flex
    }

        .section__hf-box-blog .box-item .author .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 8px
        }

        .section__hf-box-blog .box-item .author .des {
            flex: 1
        }

            .section__hf-box-blog .box-item .author .des .role {
                font-family: Inter;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 16px;
                color: #8b8b8b
            }

            .section__hf-box-blog .box-item .author .des .name {
                font-family: Inter;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 16px;
                color: #292929
            }

    .section__hf-box-blog .box-blog-sw-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px
    }

.section__nsp-box-24h {
    margin-bottom: 24px
}

.section__nsp-box-360 {
    margin-bottom: 24px
}

.section__multimedia {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-multi-home-minv2.webp) no-repeat;
    background-size: cover;
    margin-bottom: 24px;
    padding: 32px 0
}

.section__stream {
    margin-bottom: 24px
}

.box-category .box-category-link-with-avatar {
    position: relative;
    display: block
}

    .box-category .box-category-link-with-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-first {
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb
}

    .box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-first .box-category-link-with-avatar {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right:-16px;
        margin-bottom: 8px
    }

    .box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-first .box-category-link-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        color: #292929;
        display: block;
        margin-bottom: 8px
    }

    .box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-first .box-category-sapo {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #454545;
        overflow: hidden
    }

.box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-sub .box-category-item {
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb
}

    .box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-sub .box-category-item .box-category-link-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: #292929;
        display: block;
        margin-bottom: 8px
    }

    .box-category[data-layout="1"] .box-category-middle .box-category-item-main .item-sub .box-category-item .box-category-sapo {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #454545;
        margin-bottom: 8px
    }

.box-category[data-layout="2"] .box-category-middle .box-category-item {
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

    .box-category[data-layout="2"] .box-category-middle .box-category-item:first-child {
        padding-top: 0
    }

    .box-category[data-layout="2"] .box-category-middle .box-category-item .box-category-link-with-avatar {
        width: 125px;
        margin-left: 8px
    }

    .box-category[data-layout="2"] .box-category-middle .box-category-item .box-title-text {
        width: calc(100% - 133px)
    }

        .box-category[data-layout="2"] .box-category-middle .box-category-item .box-title-text .box-category-link-title {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #292929;
            display: block;
            overflow: hidden
        }

.box-category[data-layout="3"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

    .box-category[data-layout="3"] .box-category-top .box-category-title {
        display: inline-block;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        color: #292929;
        border-bottom: 1px solid #0098d1
    }

.box-category[data-layout="3"] .box-category-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .box-category[data-layout="3"] .box-category-middle .box-category-item {
        width: calc(50% - 8px);
        margin-top: 16px
    }

        .box-category[data-layout="3"] .box-category-middle .box-category-item:first-child, .box-category[data-layout="3"] .box-category-middle .box-category-item:nth-child(2) {
            margin-top: 0
        }

        .box-category[data-layout="3"] .box-category-middle .box-category-item .box-category-link-with-avatar {
            margin-bottom: 8px
        }

        .box-category[data-layout="3"] .box-category-middle .box-category-item .box-category-link-title {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #292929;
            display: block
        }

.box-category[data-layout="4"] .box-category-top {
    margin-bottom: 24px;
    text-align: center
}

    .box-category[data-layout="4"] .box-category-top .box-category-title {
        display: inline-block;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        color: #292929;
        border-bottom: 1px solid #0098d1
    }

.box-category[data-layout="4"] .box-category-middle .box-category-item {
    margin-bottom: 24px
}

    .box-category[data-layout="4"] .box-category-middle .box-category-item:last-child {
        margin-bottom: 0
    }

    .box-category[data-layout="4"] .box-category-middle .box-category-item .box-category-content {
        background: #c6ebf9;
        padding: 16px 8px
    }

    .box-category[data-layout="4"] .box-category-middle .box-category-item .box-category-category {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #0098d1;
        margin-bottom: 8px;
        display: block
    }

    .box-category[data-layout="4"] .box-category-middle .box-category-item .box-category-link-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #292929;
        display: block
    }

.fb-loading-wrapper {
    display: block
}

    .fb-loading-wrapper:last-child {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #ededed
    }

    .fb-loading-wrapper:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: 0
    }

.box-category .box-category-link-title[data-newstype="1"]::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-image.png?v5");
    background-size: auto;
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype="2"]::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-video.png");
    background-size: auto;
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.home__change-view-flex .action .switch {
    height: 30px
}

.home__change-view-flex .action .slider {
    background-color: #ebebeb
}

    .home__change-view-flex .action .slider.round:before {
        top: 50%;
        transform: translateY(-50%);
        height: 22px;
        width: 22px;
        background-color: #fff
    }

.header__m-cate-sub.last .list .item:last-child, .header__m-cate-sub.last .list .item:nth-last-child(2) {
    padding: 16px 5px
}

.alert-box {
    display: none
}

.header__bottom .swiper-slide {
    background-color: #fafafa !important
}

.box-category .box-category-link-with-avatar img {
    background: #f1f1f1
}

.header__mreal .item {
    margin-left: 16px
}

.header__mreal .item {
    font-size: 14px
}

    .header__mreal .item .icon {
        width: 40px;
        height: 40px
    }

img {
    color: transparent
}

.swiper-slide.home-icon-slide {
    display: inline-flex;
    z-index: 11
}

    .swiper-slide.home-icon-slide .tinmoi {
        padding: 0 16px;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9
    }

.ads-magintb {
    margin: 24px 0
}

.asd-headt {
    min-height: 194px;
    transition: all .6s ease-in-out;
    background: #f7f7f7
}

.sw-sl-lastchild {
    width: 100px !important
}

.header__m-cate-sub.last .list .item:last-child, .header__m-cate-sub.last .list .item:nth-last-child(2) {
    padding: 16px 0 !important
}

.header__m-cate-sub.last .list .item:nth-last-child(2) {
    border-bottom: 1px solid #ebebeb
}

.header__list .btn-home *, .swiper-slide.home-icon-slide .tinmoi svg * {
    fill: #454545
}

.swiper-slide.home-icon-slide .tinmoi svg circle {
    fill: red
}

.header__m-left {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

    .header__m-left .header__open-menu {
        margin-left: 3px;
        margin-right: 11px
    }

.header__menu_search {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 100%;
    background: #292929bd;
    max-height: 0;
    transition: all .3s ease;
    overflow: hidden;
    height: calc(100vh - 47px)
}

.header__search {
    border-bottom: unset;
    margin-bottom: unset;
    padding: 16px 0 16px
}

.header__menu_search .header__search_parent {
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.user-des {
    width: 24px;
    height: 24px
}

.home__box-gold .home-gold-pagination, .section__hf-box-blog .box-blog-sw-pagination {
    transform: translate3d(0,0,0) !important;
    width: 100% !important
}

.header__user__login {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 100%;
    background: #292929bd;
    max-height: 0;
    transition: .4s;
    overflow: hidden;
    height: calc(100vh - 47px)
}

.header__user_parent {
    padding: 0 16px;
    background: #fff
}

.header__user__login .group {
    border-bottom: 1.5px solid #ebebeb
}

    .header__user__login .group .item {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
        padding: 10px 0;
        color: #292929
    }

    .header__user__login .group .box-title-user {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0
    }

        .header__user__login .group .box-title-user .name {
            font-family: Merriweather;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #292929
        }

.header__user__login .group-list {
    padding: 10px 0
}

.header__user__login .group .item .icon {
    margin-right: 18px
}

.header:not(.fixed) .header__scroll {
    padding-bottom: 250px !important;
    background: #fafafa
}

.header:not(.fixed) .header__scroll {
    background: unset
}

.header__mreal .item {
    margin-left: 12px
}

.header__mreal .item {
    font-size: 14px
}

    .header__mreal .item .icon {
        width: 40px;
        height: 40px
    }

img {
    height: auto
}
