
: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
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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__list {
    display: flex;
    align-items: center
}

    .header__list .btn-home {
        display: flex;
        width: 40px;
        height: 24px
    }

.header__list-nav {
    width: calc(100% - 40px)
}

    .header__list-nav .header__ln-scroll {
        display: flex;
        white-space: nowrap
    }

    .header__list-nav .nav-item-list {
        position: relative;
        padding: 0 16px;
        border-left: 1px solid #d9d9d9;
        max-width: 50%
    }

        .header__list-nav .nav-item-list:last-child {
            padding-right: 0
        }

        .header__list-nav .nav-item-list .text {
            width: calc(100% - 24px);
            overflow: hidden;
            text-overflow: ellipsis
        }

    .header__list-nav .title-current {
        display: flex;
        align-items: center;
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #29a8d8
    }

.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
}

.section__home-focus {
    margin-bottom: 24px
}

    .section__home-focus .box-top {
        margin-bottom: 24px
    }

.section__stream {
    margin-bottom: 24px
}

    .section__stream .view-more {
        background: #fafafc;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        margin-top: 24px;
        padding: 10px;
        display: block;
        text-align: center;
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #8b8b8b
    }

.section__dbl {
    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-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="8"] .box-category-middle .box-category-item {
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb
}

    .box-category[data-layout="8"] .box-category-middle .box-category-item:first-child {
        padding-top: 0
    }

    .box-category[data-layout="8"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

    .box-category[data-layout="8"] .box-category-middle .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="8"] .box-category-middle .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;
        overflow: hidden
    }

.box-category[data-layout="9"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

    .box-category[data-layout="9"] .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="9"] .box-category-middle .box-category-item {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

    .box-category[data-layout="9"] .box-category-middle .box-category-item:first-child {
        padding-top: 0
    }

    .box-category[data-layout="9"] .box-category-middle .box-category-item:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

    .box-category[data-layout="9"] .box-category-middle .box-category-item .stt {
        width: 40px;
        font-weight: 400;
        font-size: 40px;
        line-height: 60%;
        color: #292929;
        text-align: center;
        margin-right: 16px
    }

    .box-category[data-layout="9"] .box-category-middle .box-category-item .box-category-content {
        width: calc(100% - 56px)
    }

        .box-category[data-layout="9"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #292929;
            display: block
        }

.list__breadcrumb {
    border-bottom: 1px solid #f2f2f2
}

    .list__breadcrumb .swiper-slide {
        width: auto
    }

        .list__breadcrumb .swiper-slide:last-child .item {
            margin-right: 0
        }

        .list__breadcrumb .swiper-slide .item {
            display: flex;
            padding: 8px 0;
            margin-right: 16px;
            font-family: Inter;
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            line-height: 20px;
            text-align: center;
            color: #454545
        }

.list__focus-bottom .box-category[data-layout="2"] .box-category-middle .box-category-item:last-child {
    border-bottom: 0
}

.fb-loading-wrapper {
    display: block
}

.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
}

.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
}

.header__list-nav .nav-item-list1 {
    max-width: fit-content
}

.header__list-nav .nav-item-list .text {
    overflow: unset
}

.ads-magintb {
    margin: 24px 0
}

.asd-headt {
    min-height: 194px;
    transition: all .6s ease-in-out;
    background: #f7f7f7
}

.list__breadcrumb .swiper-slide {
    white-space: nowrap
}

.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
}

.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
}

.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__search_parent {
    margin: 0 16px;
}
.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
    }
