@charset "UTF-8";

.sp-cover {
    position: relative;
}
.go_go {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 34px;
}
@media only screen and (max-width: 480px) {
    .go_go {
        top: 10px;
        right: 10px;
        height: 26px;
    }
}

:root {
    --swiper-theme-color: #007aff
}

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;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision
}

*,
::after,
::before {
    box-sizing: border-box
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: #666;
    outline: 0
}

a:hover {
    text-decoration: none
}

p {
    margin: 0
}

h1,
h2,
h3 {
    margin: 0
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    color: transparent
}

a,
input,
select,
textarea {
    outline: 0
}

.ml-5 {
    margin-left: 5px
}

.mr-16 {
    margin-right: 16px
}

.mr-5 {
    margin-right: 5px
}

.m-0 {
    margin: 0
}

.mt-20 {
    margin-top: 20px
}

.mt-24 {
    margin-top: 24px
}

.pt-20 {
    padding-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-6 {
    margin-top: 6px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-32 {
    margin-bottom: 32px
}

.mt-32 {
    margin-top: 32px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-1 {
    margin-top: 1px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-60 {
    margin-top: 60px
}

.line-2 {
    border-top: 2px solid #c00
}

.img-circle {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block
}

.border-0 {
    border: 0 !important
}

.strong {
    font-weight: 700
}

.text-gray {
    color: #666
}

.clearfix {
    clear: both
}

.box-border {
    border-bottom: 1px solid #bdbdbd;
    display: block
}

.mb-0 {
    margin-bottom: 0 !important
}

.hidden {
    display: none !important
}

.text-center {
    text-align: center
}

.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;
    object-fit: cover
}

.img-square {
    display: block;
    position: relative;
    height: max-content
}

.img-square:before {
    padding-bottom: 133.33%;
    content: "";
    display: block
}

.img-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    object-fit: cover
}

.iframe-resize {
    display: block;
    position: relative;
    height: max-content
}

.iframe-resize:before {
    padding-bottom: 56.25%;
    content: "";
    display: block
}

.iframe-resize .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@keyframes fadein {
    0% {
        opacity: 1
    }

    25% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@keyframes circle {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

.icon {
    display: inline-flex
}

.header {
    min-height: 209px;
    z-index: 99;
    background: #fff
}

.header.sticky_header .header__sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background: #fff
}

.header.sticky_header .header__top {
    padding: 8px 0
}

.header.sticky_header .header__logo {
    height: 56px
}

.header.sticky_header .header__logo img {
    height: 56px
}

.header__ttt {
    min-height: 59px;
    background: #fafafa
}

.header__ttt .header__sc {
    background: 0 0
}

.header__ttt .header__middle {
    border-bottom: 0;
    background: #fafafa !important
}

.header__ttt-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 8px;
    border-bottom: 1px solid #ebebeb
}

.header__ttt-flex .btn-back {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 6px 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #8b8b8b
}

.header__ttt-flex .btn-back .icon {
    margin-right: 4px
}

.header__ttt-flex .action-right {
    display: flex;
    align-items: center
}

.header__ttt-flex .action-right .ttt-search {
    width: 179px;
    position: relative
}

.header__ttt-flex .action-right .ttt-search .ttt-btn-search {
    width: 100%;
    height: 34px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    padding-right: 34px;
    background: #fafafa
}

.header__ttt-flex .action-right .ttt-search .ttt-btn-submit {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__ttt-flex .action-right .list-social {
    display: flex;
    align-items: center
}

.header__ttt-flex .action-right .list-social .item {
    display: flex;
    margin-left: 16px
}

.header__emagazine {
    min-height: 52px
}

.header__emagazine .header__sc {
    background: 0 0
}

.header__emagazine-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px
}

.header__emagazine-flex .back-thanhnien {
    width: 450px;
    display: flex;
    align-items: center
}

.header__emagazine-flex .back-thanhnien .icon {
    margin-right: 8px
}

.header__emagazine-flex .header__ename {
    margin: 0
}

.header__emagazine-flex .list-action {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: flex
}

.header__emagazine-flex .list-action .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-right: 1px solid #d9d9d9;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #8b8b8b
}

.header__emagazine-flex .list-action .item:last-child {
    border-right: 0
}

.header__emagazine-flex .list-action .item .icon {
    margin-right: 6px
}

.header__emagazine-flex .list-action .item .donw {
    display: flex
}

.header__sc {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/header-bg.jpg) no-repeat center bottom;
    background-size: contain
}

.header__logo {
    height: 81px;
    width: auto;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.header__logo img {
    width: auto;
    height: 81px
}

.header__top {
    padding: 16px 0 16px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.header__postion {
    position: relative
}

.header__nav {
    width: max-content;
    margin: 0 auto
}

.header__nav .menu-nav {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0098d1;
    width: 100%;
    position: relative
}

.header__nav .menu-nav li:last-child .nav-link {
    margin-right: 0
}

.header__nav .menu-nav li:hover .nav-link {
    color: #0098d1
}

.header__nav .menu-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto
}

.header__nav .menu-nav li .nav-link {
    padding: 14px 0;
    margin-right: 9.56px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: flex;
    align-items: center
}

.header__nav .menu-nav li .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    border-radius: 0 0 8px 8px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    z-index: 2;
    border-top: 2px solid #0098d1
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .category .list .item {
    height: 20px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .news .box-category-item .box-category-link-with-avatar {
    width: 100%;
    height: 140px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .news .box-category-item .box-category-link-title {
    content: '';
    width: 100%;
    height: 60px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex {
    display: flex;
    padding: 24px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category {
    width: 400px;
    padding-right: 24px;
    border-right: 1px solid #ebebeb;
    margin-right: 24px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .title-cate {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 24px;
    display: block
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list .item {
    display: block;
    width: calc(50% - 10px);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    margin-top: 16px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list .item:first-child,
.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list .item:nth-child(2) {
    margin-top: 0
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news {
    width: calc(100% - 424px);
    display: flex
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item {
    width: calc(33.33% - 16px);
    margin-right: 24px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item:last-child {
    margin-right: 0
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item .box-category-link-with-avatar {
    display: block;
    margin-bottom: 8px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.header__container {
    width: 1630px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto
}

.header__mega-menu {
    background: #fafafa;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    transition: opacity .75s, visibility .75s, height .75s;
    overflow: auto;
    scrollbar-color: #ddd;
    scrollbar-width: thin;
    padding: 42px
}

.header__mega-menu::-webkit-scrollbar {
    width: 3px
}

.header__mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.header__mega-menu::-webkit-scrollbar-thumb {
    background: #ddd
}

.header__mega-menu::-webkit-scrollbar-thumb:hover {
    background: #555
}

.header__mm-flex {
    display: flex;
    padding: 20px
}

.header__mm-right {
    width: 239px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb;
    margin-left: 16px
}

.header__mm-right .box {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.header__mm-right .box .item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.header__mm-right .box .item:last-child {
    margin-bottom: 0
}

.header__mm-right .box .item .icon {
    padding: 0 8px;
    border-right: 1px solid #d9d9d9;
    margin-right: 8px
}

.header__mm-right .list-sub {
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px
}

.header__mm-right .list-sub .item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.header__mm-right .list-sub .item:last-child {
    margin-bottom: 0
}

.header__mm-right .list-sub .item .icon {
    margin-right: 16px
}

.header__mm-right .social {
    display: flex;
    align-items: center
}

.header__mm-right .social .item {
    display: flex;
    margin-right: 8px
}

.header__mm-right .social .item:last-child {
    margin-right: 0
}

.header__mm-cate {
    width: calc(100% - 239px - 16px);
    display: flex;
    flex-wrap: wrap
}

.header__mm-cate .box {
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-top: 60px
}

.header__mm-cate .box:first-child,
.header__mm-cate .box:nth-child(2),
.header__mm-cate .box:nth-child(3),
.header__mm-cate .box:nth-child(4) {
    margin-top: 0
}

.header__mm-cate .box:nth-child(4n) {
    margin-right: 0
}

.header__mm-cate .box .title {
    margin-bottom: 8px;
    display: inline-block;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.header__mm-cate .box .list .item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545;
    display: block;
    margin-bottom: 12px
}

.header__mm-cate .box .view-more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #8b8b8b;
    display: block
}

.header__ov {
    background: #fafafa;
    padding: 8.5px 0
}

.header__ov-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__ov-list {
    display: flex;
    align-items: center
}

.header__ov-list .item {
    border-right: 1px solid #d9d9d9;
    padding-right: 8px;
    margin-right: 8px;
    display: flex;
    height: 23px;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #454545
}

.header__ov-list .item:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.header__ov-list .weather {
    display: flex
}

.header__ov-list .box-weather .content {
    cursor: pointer;
    display: flex;
    align-items: center
}

.header__ov-list .box-weather .content .value {
    margin: 0 8px;
    margin-top: -4px
}

.header__ov-list .box-weather .content .down {
    margin-left: 4px
}

.header__ov-social {
    display: flex;
    align-items: center
}

.header__ov-social .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #454545
}

.header__ov-social .list {
    display: flex;
    align-items: center
}

.header__ov-social .list .item {
    display: flex;
    align-items: center;
    margin-left: 8px
}

.header__top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__tf-left {
    flex: 1;
    display: flex;
    align-items: center
}

.header__tf-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__tf-right .item {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #292929
}

.header__tf-right .item.login .icon {
    background: #58cefa
}

.header__tf-right .item .icon {
    background: #fedb00;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__tf-right .item .text {
    margin-right: -5px;
    z-index: 2;
    position: relative;
    top: 2px
}

.header__tf-menu {
    display: flex;
    margin-right: 24px;
    cursor: pointer
}

.header__tf-search {
    width: 260px
}

.header__tf-search .box-search {
    display: flex;
    position: relative
}

.header__tf-search .btn-search {
    height: 36px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 10px 0 38px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8b8b8b
}

.header__tf-search .submit-search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    top: 5px
}

.header__close-menu {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    cursor: pointer
}

.header__close-menu .icon {
    margin-right: 4px;
    display: flex
}

.header__user {
    padding-left: 24px;
    position: relative;
    margin-left: 24px
}

.header__user.show .header__user-content {
    opacity: 1;
    visibility: visible
}

.header__user:before {
    width: 1px;
    height: 22px;
    background: #d9d9d9;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%)
}

.header__user-title {
    display: flex;
    align-items: center
}

.header__user-title .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover
}

.header__user-title .icon-down {
    display: flex;
    margin-left: 4px;
    cursor: pointer
}

.header__user-content {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 375px;
    z-index: 2;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.header__uc-main {
    padding: 16px
}

.header__uc-news {
    margin-bottom: 16px
}

.header__uc-news .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.header__uc-news .top .view-more {
    color: #0098d1
}

.header__uc-news .mid .item-news {
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #bdbdbd
}

.header__uc-news .mid .item-news:last-child {
    border-bottom: 1px solid #ebebeb
}

.header__uc-news .mid .item-news .item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.header__uc-news .mid .item-news .item-top .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0098d1
}

.header__uc-news .mid .item-news .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    margin-bottom: 4px;
    overflow: hidden
}

.header__uc-news .mid .item-news .sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    overflow: hidden
}

.header__uc-link .item-link {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.header__uc-link .item-link:last-child {
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
    margin-bottom: 0
}

.header__uc-link .item-link .icon {
    margin-right: 16px
}

body.open-menu {
    overflow: hidden
}

body.open-menu.header_top .header__mega-menu {
    opacity: 1;
    visibility: visible;
    height: 100vh
}

body.open-menu .header__mega-menu {
    opacity: 1;
    visibility: visible;
    height: 100vh
}

.footer {
    background: #f6f6f6;
    padding: 40px 0
}

.footer__nav {
    display: flex;
    border-bottom: 1px solid #d9d9d9
}

.footer__nav .col {
    width: calc(20% - 64px);
    margin-right: 80px
}

.footer__nav .col:last-child {
    margin-right: 0
}

.footer__nav .col .item {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    margin-bottom: 16px
}

.footer__middle-flex {
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__logo {
    display: block;
    width: 152px
}

.footer__m-content {
    display: flex;
    align-items: center
}

.footer__m-content .list {
    display: flex;
    align-items: center;
    border-right: 1px solid #d9d9d9
}

.footer__m-content .list .item {
    display: block;
    margin-right: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #454545
}

.footer__m-content .list .item:last-child {
    margin-right: 16px
}

.footer__m-content .social {
    display: flex;
    align-items: center;
    margin-left: 16px
}

.footer__m-content .social span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #8b8b8b
}

.footer__m-content .social .list-sc {
    display: flex;
    align-items: center
}

.footer__m-content .social .list-sc .item {
    display: flex;
    margin-left: 8px
}

.footer__bottom {
    padding-top: 16px
}

.footer__bottom-flex {
    display: flex
}

.footer__bottom-flex .copy-right {
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.footer__contact {
    width: 160px;
    margin-right: 80px
}

.footer__contact .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.footer__contact .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #0098d1
}

.footer__info {
    width: 400px;
    margin-right: 80px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.footer__ttt {
    border-top: 1px solid #ebebeb;
    padding: 36.5px 0
}

.footer__ttt-flex {
    display: flex
}

.footer__ttt-flex .box-social {
    width: 176px;
    padding-left: 16px;
    position: relative;
    margin-left: 16px
}

.footer__ttt-flex .box-social :before {
    content: "";
    width: 1px;
    height: 51px;
    position: absolute;
    top: 2px;
    left: 0;
    border-right: 1px solid #ebebeb
}

.footer__ttt-flex .box-social .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    margin-bottom: 8px
}

.footer__ttt-flex .box-social .list {
    display: flex
}

.footer__ttt-flex .box-social .list .item {
    display: flex;
    margin-right: 16px
}

.footer__ttt-flex .box-social .list .item:last-child {
    margin-right: 0
}

.footer__ttt-logo {
    display: flex;
    padding-right: 16px;
    width: 176px;
    position: relative;
    margin-right: 16px
}

.footer__ttt-logo:before {
    content: "";
    width: 1px;
    height: 51px;
    position: absolute;
    top: 2px;
    right: 0;
    border-right: 1px solid #ebebeb
}

.footer__ttt-logo img {
    width: 160px;
    height: auto
}

.footer__ttt-info {
    flex: 1;
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.footer__ttt-info .box {
    width: 160px;
    margin-right: 32px
}

.footer__ttt-info .box-copy-right {
    flex: 1
}

.layout__sticky-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 9;
    flex-direction: column;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #bdbdbd
}

.layout__sticky-icon .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #8b8b8b
}

.layout__sticky-icon .icon {
    display: flex
}

.layout__sticky {
    position: sticky;
    top: 45px
}

.layout__breadcrumb {
    margin-bottom: 24px
}

.layout__breadcrumb .box-breadcrumb-name {
    padding-bottom: 8px;
    border-bottom: 2px solid #0098d1
}

.layout__breadcrumb .box-breadcrumb-name a {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #292929
}

.layout__breadcrumb .box-breadcrumb-sub {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-wrap: wrap
}

.layout__breadcrumb .box-breadcrumb-sub a {
    padding: 8px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    margin-right: 24px;
    display: flex
}

.layout__breadcrumb .box-breadcrumb-sub a.active {
    color: #0098d1
}

.layout__pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.layout__pagination .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8b8b8b
}

.layout__pagination .item.current {
    background: #f6f6f6
}

#back-to-top {
    display: none
}

#back-to-top.show {
    display: block
}

.table-sport {
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.table-sport .table-tab {
    padding-top: 16px;
    display: flex;
    margin-bottom: 16px
}

.table-sport .table-tab .item {
    width: 33.33%;
    border-bottom: 2px solid #d9d9d9;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.table-sport .table-tab .item.active {
    border-bottom: 2px solid #0098d1;
    color: #292929
}

.table-sport .table-content {
    padding: 0 16px;
    padding-bottom: 16px
}

.table-sport .table-content .list-sp .row {
    display: flex;
    padding-bottom: 8px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb
}

.table-sport .table-content .list-sp .row:last-child {
    border-bottom: 0
}

.table-sport .table-content .list-sp .row .team {
    width: 120px;
    display: block;
    text-align: center
}

.table-sport .table-content .list-sp .row .team.win .name {
    color: #292929
}

.table-sport .table-content .list-sp .row .team .flag {
    width: 21px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px
}

.table-sport .table-content .list-sp .row .team .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.table-sport .table-content .list-sp .row .score {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: right;
    color: #8b8b8b
}

.table-sport .table-content .list-sp .row .score .icon {
    margin: 0 6px
}

.table-sport .table-content .list-sp .row .score .win {
    color: #292929
}

.table-sport .table-content .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.section__tab-bar {
    padding: 16px 0
}

.section__tb-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section__tb-right {
    width: 325px;
    margin-left: 60px;
    display: flex;
    align-items: center
}

.section__tb-right .box-search {
    width: 179px;
    margin-right: 18px;
    position: relative
}

.section__tb-right .box-search .btn-search {
    height: 32px;
    padding: 0 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    width: 100%;
    padding-right: 30px
}

.section__tb-right .box-search .submit-search {
    display: flex;
    position: absolute;
    top: 4px;
    right: 4px
}

.section__tb-right .box-user {
    width: calc(100% - 197px)
}

.section__tb-right .box-user .login-btn {
    display: flex;
    background: #0098d1;
    border-radius: 4px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.section__tb-right .box-user .user-des {
    position: relative;
    padding: 0 8px
}

.section__tb-right .box-user .user-des.show {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08)
}

.section__tb-right .box-user .user-des.show .list-action {
    display: block;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08)
}

.section__tb-right .box-user .user-des .title-user {
    display: flex;
    align-items: center
}

.section__tb-right .box-user .user-des .title-user .avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 4px
}

.section__tb-right .box-user .user-des .title-user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section__tb-right .box-user .user-des .title-user .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929
}

.section__tb-right .box-user .user-des .list-action {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    padding: 8px;
    display: none
}

.section__tb-right .box-user .user-des .list-action .item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #454545;
    display: block;
    margin-bottom: 8px
}

.section__tb-left {
    width: calc(100% - 385px);
    display: flex;
    align-items: center
}

.section__tb-left .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #d9d9d9
}

.section__tb-left .weather .label-weather {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    position: relative;
    margin-right: 11px
}

.section__tb-left .weather .label-weather .content {
    display: flex;
    align-items: center
}

.section__tb-left .weather .label-weather .content .add {
    margin-right: 4px
}

.section__tb-left .weather .label-weather .content .down {
    margin-right: 4px
}

.section__tb-left .weather .label-weather .content .value {
    margin-right: 8px
}

.section__tb-left .list-link-sup {
    flex: 1;
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden
}

.section__tb-left .list-link-sup .item {
    display: flex;
    padding: 0 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #8b8b8b;
    align-items: center;
    justify-content: center;
    flex: 1;
    white-space: nowrap;
    height: 32px;
    border-right: 1px solid #ebebeb
}

.section__tb-left .list-link-sup .item:last-child {
    border-right: 0
}

.section__tb-left .list-link-sup .item .icon {
    margin-right: 4px
}

.section__home-focus {
    margin-bottom: 18.5px
}

.section__home-focus .box-news-tag {
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 8px 0
}

.section__home-focus .btn-news {
    border: 1px solid #c6ebf9;
    border-radius: 3px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    margin-right: 16px
}

.section__home-focus .btn-news .icon {
    margin-right: 6px
}

.section__home-focus .list-tag {
    flex: 1;
    border-left: 1px solid #f6f6f6;
    display: flex;
    align-items: center;
    padding-left: 16px
}

.section__home-focus .list-tag .icon {
    margin-right: 16px
}

.section__home-focus .list-tag .swiper-slide {
    width: auto
}

.section__home-focus .list-tag .swiper-slide .item {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    padding: 4px 8px;
    display: flex;
    background: #f6f6f6;
    border-radius: 4px
}

.section__home-focus .box-control {
    width: 36px;
    display: flex;
    align-items: center;
    margin-left: 10px
}

.section__home-focus .box-control .list-tag-next,
.section__home-focus .box-control .list-tag-prev {
    display: flex;
    cursor: pointer
}

.section__home-focus .box-control .swiper-button-disabled {
    opacity: .4
}

.section__hf-flex {
    display: flex;
    justify-content: space-between
}

.section__hf-sub {
    width: 325px;
    margin-left: 60px
}

.section__hf-main {
    width: calc(100% - 385px)
}

.section__hf-box-news-read {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 18.5px
}

.section__hf-box-news-read .box-tab {
    display: flex
}

.section__hf-box-news-read .box-tab .item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #8b8b8b;
    padding: 8px;
    border-bottom: 1px solid #d9d9d9
}

.section__hf-box-news-read .box-tab .item.active {
    border-bottom: 2px solid #0098d1;
    color: #292929
}

.section__hf-box-news-read .content-tab .box-category {
    max-height: 455px;
    overflow-y: auto;
    scrollbar-color: rgba(69, 69, 69, 0.4);
    scrollbar-width: thin;
    padding: 0 16px
}

.section__hf-box-news-read .content-tab .box-category::-webkit-scrollbar {
    width: 1px
}

.section__hf-box-news-read .content-tab .box-category::-webkit-scrollbar-track {
    background: #fff
}

.section__hf-box-news-read .content-tab .box-category::-webkit-scrollbar-thumb {
    background: rgba(69, 69, 69, .4)
}

.section__hf-box-blog {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 24px
}

.section__hf-box-blog .box-item .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0098d1;
    margin-bottom: 8px
}

.section__hf-box-blog .box-item .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 8px
}

.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: 'Roboto';
    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: 'Roboto';
    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__hf-box-blog .box-blog-sw-pagination .swiper-pagination-bullet {
    margin: 0 6px
}

.section__nsp-flex {
    margin-bottom: 40px;
    display: flex
}

.section__nsp-sub {
    width: 300px;
    margin-left: 85px
}

.section__nsp-main {
    width: calc(100% - 385px)
}

.section__nsp-main .section__nsp-box-24h {
    border-bottom: 1px solid #ebebeb
}

.section__nsp-main .section__nsp-box-360 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px
}

.section__nsp-box-podcast {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 16px;
    background: linear-gradient(#c6ebf9 16%, #fafafc 16%)
}

.section__nsp-box-cate {
    margin-bottom: 24px
}

.section__nsp-box-weather {
    background: #c6ebf9;
    border: 1px solid #e7fcff;
    border-radius: 4px;
    padding: 16px
}

.section__nsp-box-weather .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.section__nsp-box-weather .top .add {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #197192;
    display: flex;
    align-items: center
}

.section__nsp-box-weather .top .view-more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: rgba(25, 113, 146, .5)
}

.section__nsp-box-weather .middle {
    display: flex;
    align-items: center
}

.section__nsp-box-weather .middle .icon {
    width: 32px;
    margin-right: 8px
}

.section__nsp-box-weather .middle .detail {
    width: 80px;
    padding-right: 8px;
    position: relative;
    margin-right: 8px
}

.section__nsp-box-weather .middle .detail:before {
    width: 1px;
    height: 34px;
    border-right: 1px solid rgba(25, 113, 146, .2);
    content: "";
    position: absolute;
    top: 7px;
    right: 0
}

.section__nsp-box-weather .middle .detail .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #197192
}

.section__nsp-box-weather .middle .detail .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #197192
}

.section__nsp-box-weather .middle .des {
    flex: 1
}

.section__nsp-box-weather .middle .des .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #197192
}

.section__multimedia {
    padding: 32px 0;
    margin-bottom: 40px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/multimedia.jpg);
    background-size: cover
}

.section__stream {
    margin-bottom: 40px
}

.section__stream-flex {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.section__stream-sub {
    width: 325px;
    margin-left: 60px
}

.section__stream-main {
    width: calc(100% - 385px)
}

.section__stream-main .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 32px;
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.section__stream-sub-cate {
    margin-bottom: 40px
}

.section__stream-sub-box-sm {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 40px
}

.section__stream-sub-thamdo {
    background: #fcfaf6;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 40px
}

.section__stream-sub-thamdo .box-table .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.section__stream-sub-thamdo .box-table .note {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 8px
}

.section__stream-sub-thamdo .box-table .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    margin-bottom: 24px
}

.section__stream-sub-thamdo .box-table .form-thamdo {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-color: #565656;
    scrollbar-width: thin;
    margin-bottom: 15px
}

.section__stream-sub-thamdo .box-table .form-thamdo:hover::-webkit-scrollbar {
    opacity: 1;
    width: 1px
}

.section__stream-sub-thamdo .box-table .form-thamdo::-webkit-scrollbar {
    width: 0;
    opacity: 0
}

.section__stream-sub-thamdo .box-table .form-thamdo::-webkit-scrollbar-thumb {
    background: #aba8a8
}

.section__stream-sub-thamdo .box-table .form-thamdo .item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 4px 8px;
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.section__stream-sub-thamdo .box-table .form-thamdo .item:last-child {
    margin-bottom: 0
}

.section__stream-sub-thamdo .box-table .form-thamdo .item input {
    width: 12px;
    margin-right: 10px
}

.section__stream-sub-thamdo .box-table .bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.section__stream-sub-thamdo .box-table .bottom .btn-submit {
    width: 164px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    background: #0098d1
}

.section__stream-sub-thamdo .box-table .bottom .btn-kq {
    width: 113px;
    height: 43px;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.section__stream-sub-thamdo .box-table .total-val {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.section__stream-sub-thamdo .box-table .total-val span {
    color: #292929
}

.section__category {
    margin-bottom: 40px
}

.section__category .box-mul-cate {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.section__category .box-cate {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.section__category-flex-box {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px
}

.section__category-flex-box .box-mcate {
    width: 33.33%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.section__category-flex-box .box-mcate:last-child {
    border-right: 0
}

.section__category-flex-box .box-mcate .box-category {
    height: 100%;
    display: flex;
    flex-direction: column
}

.section__category-flex-box .box-mcate .box-category .box-category-middle {
    flex: 1;
    display: flex;
    flex-direction: column
}

.section__category-flex-box .box-mcate .box-category .box-category-middle .box-category-item {
    height: 100%;
    display: flex;
    flex-direction: column
}

.section__category-flex-box .box-mcate .box-category .box-category-middle .box-category-item .box-category-content {
    flex: 1;
    display: flex;
    flex-direction: column
}

.section__category-flex-box .box-mcate .box-category .box-category-middle .box-category-item .box-category-content .box-title-text {
    flex: 1
}

.section__dbl {
    margin-bottom: 60px
}

.box-category .box-category-link-with-avatar {
    position: relative
}

.box-category .box-category-link-with-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box-category .box-category-link-title:hover {
    color: #0098d1 !important
}

.box-category .box-category-link-title[data-newstype='29']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-image.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype='13']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-video.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype='38']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-audio.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype='20']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-info.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype='6']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-interactive.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype='27']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-maga.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category .box-category-link-title[data-newstype='11'],
.box-category .box-category-link-title[data-type='10'] {
    position: relative
}

.box-category .box-category-link-title[data-newstype='11'] .icon-live,
.box-category .box-category-link-title[data-type='10'] .icon-live {
    background: red;
    padding: 1px 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    padding-right: 8px;
    top: -3px;
    transform: skew(-10deg);
    text-transform: uppercase;
    position: relative;
    margin-left: 2px
}

.box-category .box-category-link-title[data-newstype='11'] .icon-live .ic,
.box-category .box-category-link-title[data-type='10'] .icon-live .ic {
    transform: skew(10deg);
    position: relative;
    display: inline-block
}

.box-category .box-category-link-title[data-newstype='11'] .icon-live .ic:before,
.box-category .box-category-link-title[data-type='10'] .icon-live .ic:before {
    content: "";
    position: absolute;
    display: block;
    right: -7px;
    top: -3px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #fff;
    animation: pulse 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.box-category .box-category-link-title[data-newstype='11'] .icon-live .ic:after,
.box-category .box-category-link-title[data-type='10'] .icon-live .ic:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 2px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

.box-category .box-category-link-title[data-newstype='11'] .icon-live i,
.box-category .box-category-link-title[data-type='10'] .icon-live i {
    border-width: 3px 0 3px 5px;
    width: 3px;
    height: 3px;
    border-color: transparent transparent transparent red;
    border-style: solid;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 4px;
    position: relative;
    z-index: 2;
    top: -1px
}

.box-category .box-category-link-title[data-newstype='9']:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-interview.png");
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category[data-layout="1"] .box-category-middle .box-category-item-main {
    overflow: hidden
}

.box-category[data-layout="1"] .box-category-middle .item-first {
    background: #f6f6f6;
    display: flex;
    margin-bottom: 24px
}

.box-category[data-layout="1"] .box-category-middle .item-first .box-category-link-with-avatar {
    width: 448px
}

.box-category[data-layout="1"] .box-category-middle .item-first .box-category-content {
    width: calc(100% - 448px);
    padding: 16px;
    padding-left: 32px
}

.box-category[data-layout="1"] .box-category-middle .item-first .box-category-link-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: block;
    margin-bottom: 16px
}

.box-category[data-layout="1"] .box-category-middle .item-first .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="1"] .box-category-middle .item-related {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 24px
}

.box-category[data-layout="1"] .box-category-middle .item-related .box-category-item {
    width: 33.33%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="1"] .box-category-middle .item-related .box-category-item:last-child {
    border-right: 0
}

.box-category[data-layout="1"] .box-category-middle .item-related .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="1"] .box-category-middle .item-related .box-category-item .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="1"] .box-category-middle .item-sub {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="1"] .box-category-middle .item-sub .box-category-item {
    width: 25%;
    padding: 18px 16px 32px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="1"] .box-category-middle .item-sub .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="1"] .box-category-middle .item-sub .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="2"] .box-category-middle .box-category-item {
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
    padding-left: 28px;
    position: relative
}

.box-category[data-layout="2"] .box-category-middle .box-category-item:last-child {
    border-bottom: 0
}

.box-category[data-layout="2"] .box-category-middle .box-category-item:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #8b8b8b;
    display: flex;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 24px
}

.box-category[data-layout="2"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="3"] .box-category-top {
    margin-bottom: 32px
}

.box-category[data-layout="3"] .box-category-top .box-category-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929
}

.box-category[data-layout="3"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="3"] .box-category-middle .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-bottom: 32px
}

.box-category[data-layout="3"] .box-category-middle .box-category-item:nth-child(4n) {
    margin-right: 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-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="3"] .box-category-middle .box-category-item .box-category-link-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    overflow: hidden
}

.box-category[data-layout="4"] .box-category-top {
    margin-bottom: 32px
}

.box-category[data-layout="4"] .box-category-top .box-category-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929
}

.box-category[data-layout="4"] .box-category-top .box-category-title span {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 400;
    font-style: italic
}

.box-category[data-layout="4"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="4"] .box-category-middle .box-col {
    width: calc(33.33% - 21.33px);
    margin-right: 32px;
    display: flex;
    flex-direction: column
}

.box-category[data-layout="4"] .box-category-middle .box-col:last-child {
    margin-right: 0
}

.box-category[data-layout="4"] .box-category-middle .box-col:nth-child(2) .box-category-item:last-child {
    order: -1
}

.box-category[data-layout="4"] .box-category-middle .box-col .box-category-item {
    background: #c6ebf9;
    margin-bottom: 24px;
    padding: 16px
}

.box-category[data-layout="4"] .box-category-middle .box-col .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="4"] .box-category-middle .box-col .box-category-item .box-category-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0098d1;
    margin-bottom: 8px;
    display: block;
    overflow: hidden
}

.box-category[data-layout="4"] .box-category-middle .box-col .box-category-item .box-category-link-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #292929;
    min-height: 80px;
    overflow: hidden
}

.box-category[data-layout="5"] .box-category-top {
    margin-bottom: 15px
}

.box-category[data-layout="5"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    text-align: center
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    border-radius: 8px;
    overflow: hidden;
    height: 253px;
    margin-bottom: 16px;
    display: block
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block;
    margin-bottom: 16px
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .item-related {
    padding-top: 16px;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .item-related .box-category-item {
    display: flex
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .item-related .box-category-item .box-category-link-with-avatar {
    width: 64px;
    height: 64px;
    margin-right: 16px
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .item-related .box-category-item .box-category-content {
    width: calc(100% - 80px)
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .item-related .box-category-item .box-category-content .box-category-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0098d1;
    display: block
}

.box-category[data-layout="5"] .box-category-middle .box-category-item .item-related .box-category-item .box-category-content .box-category-link-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    display: block;
    overflow: hidden
}

.box-category[data-layout="6"] .box-category-top {
    margin-bottom: 24px;
    text-align: center
}

.box-category[data-layout="6"] .box-category-top .box-category-title {
    display: inline-flex;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="6"] .box-category-middle .box-category-item {
    padding: 16px 0;
    display: flex;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="6"] .box-category-middle .box-category-item:first-child {
    padding-top: 0;
    border-top: 0
}

.box-category[data-layout="6"] .box-category-middle .box-category-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="6"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 92px;
    height: 92px;
    margin-left: 16px
}

.box-category[data-layout="6"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 108px)
}

.box-category[data-layout="6"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="7"] .box-category-top {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box-category[data-layout="7"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.box-category[data-layout="7"] .box-category-top .box-category-menu {
    display: flex
}

.box-category[data-layout="7"] .box-category-top .box-category-menu .box-category-menu-item {
    display: block;
    border-right: 1px solid #29a8d8;
    padding-right: 24px;
    margin-right: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.box-category[data-layout="7"] .box-category-top .box-category-menu .box-category-menu-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

.box-category[data-layout="7"] .box-category-middle {
    display: flex
}

.box-category[data-layout="7"] .box-category-middle .item-first {
    width: 480px;
    margin-right: 32px
}

.box-category[data-layout="7"] .box-category-middle .item-first .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="7"] .box-category-middle .item-first .box-category-link-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="7"] .box-category-middle .item-first .box-category-link-title:hover {
    color: #58cefa !important
}

.box-category[data-layout="7"] .box-category-middle .item-first .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.box-category[data-layout="7"] .box-category-middle .item-related {
    width: calc(100% - 512px);
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item {
    width: calc(33.33% - 21.33px);
    margin-right: 32px;
    margin-bottom: 32px
}

.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item:nth-child(3n) {
    margin-right: 0
}

.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item:nth-child(4),
.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item:nth-child(5),
.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item:nth-child(6) {
    margin-bottom: 0
}

.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block
}

.box-category[data-layout="7"] .box-category-middle .item-related .box-category-item .box-category-link-title:hover {
    color: #58cefa !important
}

.box-category[data-layout="8"] .box-category-top {
    margin-bottom: 32px;
    text-align: center
}

.box-category[data-layout="8"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="8"] .box-category-middle .box-category-item {
    padding: 32px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-link-with-avatar {
    width: 320px;
    margin-right: 24px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content {
    width: calc(100% - 344px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content .box-content-bot {
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    padding: 16px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content .box-content-bot .title-box {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 8px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content .box-content-bot .box-bot-item {
    display: flex
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content .box-content-bot .box-bot-item .box-bot-link-with-avatar {
    width: 118px;
    margin-right: 16px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content .box-content-bot .box-bot-item .box-bot-content {
    width: calc(100% - 134px)
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='2'] .box-category-content .box-content-bot .box-bot-item .box-bot-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-left {
    width: 447px;
    margin-right: 16px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-left .box-category-link-title {
    display: block;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 16px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-left .box-category-link-with-avatar {
    width: 100%;
    margin-right: 0
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content {
    width: calc(100% - 463px)
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    margin-bottom: 16px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item {
    padding-bottom: 16px;
    padding-left: 32px;
    position: relative
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/dot-timeline.png) no-repeat;
    position: absolute;
    left: 2px;
    top: 6px;
    z-index: 2;
    background-size: cover
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item:after {
    width: 1px;
    height: 100%;
    border-left: 1px dashed #d9d9d9;
    content: "";
    left: 8px;
    position: absolute;
    top: 9px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item:last-child:after {
    display: none
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item .time {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    display: block
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='3'] .box-category-content .box-bot-item .item .nav-link:hover {
    color: #0098d1 !important
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] {
    display: block
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-item-title {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content {
    width: 100%
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content .box-sw-item .box-category-link-with-avatar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content .box-sw-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content .box-stream-4-sw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content .box-stream-4-sw-pagination .swiper-pagination-bullet {
    background: #ebebeb;
    opacity: 1;
    margin: 0 12px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content .box-stream-4-sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: #0098d1;
    border-radius: 100px
}

.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 {
    border-bottom: 0;
    padding-bottom: 0
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 328px;
    margin-right: 24px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 352px)
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content .box-category-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 8px;
    display: block
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content .item-related {
    padding-top: 24px
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content .item-related .box-category-related-link-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    padding-left: 28px;
    display: block;
    position: relative
}

.box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-content .item-related .box-category-related-link-title:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 10px;
    top: 8px;
    border: 1px solid #8b8b8b;
    border-radius: 50%
}

.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: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="9"] .box-category-middle .box-category-item {
    margin-bottom: 16px
}

.box-category[data-layout="9"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="9"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="9"] .box-category-middle .box-category-sub .box-sub-item {
    border-top: 1px solid #ebebeb;
    display: flex;
    padding: 16px 0
}

.box-category[data-layout="9"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="9"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-with-avatar {
    width: 84px;
    height: 84px;
    margin-right: 16px
}

.box-category[data-layout="9"] .box-category-middle .box-category-sub .box-sub-item .box-category-content {
    width: calc(100% - 100px)
}

.box-category[data-layout="9"] .box-category-middle .box-category-sub .box-sub-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="10"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

.box-category[data-layout="10"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="10"] .box-category-middle .box-category-item {
    display: flex;
    margin-bottom: 16px
}

.box-category[data-layout="10"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 137px;
    margin-right: 16px
}

.box-category[data-layout="10"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 153px)
}

.box-category[data-layout="10"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="10"] .box-category-middle .box-category-sub .box-sub-item {
    border-top: 1px solid #ebebeb;
    padding: 16px 0
}

.box-category[data-layout="10"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="10"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="11"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.box-category[data-layout="11"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="11"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    position: relative
}

.box-category[data-layout="11"] .box-category-top .box-category-menu .box-category-menu-item {
    display: flex;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bdbdbd;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="11"] .box-category-top .box-category-menu .show-sub:hover .sub-list {
    display: block
}

.box-category[data-layout="11"] .box-category-top .box-category-menu .show-sub .sub-list {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    width: 186px;
    right: 0;
    padding: 8px;
    display: none
}

.box-category[data-layout="11"] .box-category-top .box-category-menu .show-sub .sub-list .item {
    display: block;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="11"] .box-category-top .box-category-menu .show-sub .sub-list .item:last-child {
    margin-bottom: 0
}

.box-category[data-layout="11"] .box-category-middle {
    display: flex;
    width: calc(100% + 16px)
}

.box-category[data-layout="11"] .box-category-middle .box-category-item {
    width: 420px;
    padding-right: 16px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="11"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="11"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.box-category[data-layout="11"] .box-category-middle .box-category-item .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    margin-bottom: 24px;
    overflow: hidden
}

.box-category[data-layout="11"] .box-category-middle .box-category-item .item-related .box-item .box-category-link-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    display: block;
    padding-left: 28px;
    position: relative
}

.box-category[data-layout="11"] .box-category-middle .box-category-item .item-related .box-item .box-category-link-title:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 10px;
    top: 8px;
    border: 1px solid #8b8b8b;
    border-radius: 50%
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub {
    width: calc(100% - 420px);
    display: flex
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item {
    width: 50%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    border-right: 0
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 16px
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item .item-related .box-item {
    padding: 16px 0;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item .item-related .box-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="11"] .box-category-middle .box-category-sub .box-sub-item .item-related .box-item .box-category-link-title {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 0;
    overflow: hidden
}

.box-category[data-layout="12"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.box-category[data-layout="12"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="12"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    position: relative
}

.box-category[data-layout="12"] .box-category-top .box-category-menu .box-category-menu-item {
    display: flex;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bdbdbd;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="12"] .box-category-top .box-category-menu .show-sub:hover .sub-list {
    display: block
}

.box-category[data-layout="12"] .box-category-top .box-category-menu .show-sub .sub-list {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    width: 186px;
    right: 0;
    padding: 8px;
    display: none
}

.box-category[data-layout="12"] .box-category-top .box-category-menu .show-sub .sub-list .item {
    display: block;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="12"] .box-category-top .box-category-menu .show-sub .sub-list .item:last-child {
    margin-bottom: 0
}

.box-category[data-layout="12"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="12"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 16px
}

.box-category[data-layout="12"] .box-category-middle .box-category-item .item-related .box-item {
    padding: 16px 0;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="12"] .box-category-middle .box-category-item .item-related .box-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="12"] .box-category-middle .box-category-item .item-related .box-item .box-category-link-title {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 0;
    overflow: hidden
}

.box-category[data-layout="13"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.box-category[data-layout="13"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="13"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    position: relative
}

.box-category[data-layout="13"] .box-category-top .box-category-menu .box-category-menu-item {
    display: flex;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bdbdbd;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="13"] .box-category-top .box-category-menu .show-sub:hover .sub-list {
    display: block
}

.box-category[data-layout="13"] .box-category-top .box-category-menu .show-sub .sub-list {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    width: 186px;
    right: 0;
    padding: 8px;
    display: none
}

.box-category[data-layout="13"] .box-category-top .box-category-menu .show-sub .sub-list .item {
    display: block;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="13"] .box-category-top .box-category-menu .show-sub .sub-list .item:last-child {
    margin-bottom: 0
}

.box-category[data-layout="13"] .box-category-middle {
    display: flex
}

.box-category[data-layout="13"] .box-category-middle .box-category-sub {
    width: 341px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb;
    margin-left: 16px
}

.box-category[data-layout="13"] .box-category-middle .box-category-sub .box-sub-item {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="13"] .box-category-middle .box-category-sub .box-sub-item:first-child {
    padding-top: 0
}

.box-category[data-layout="13"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="13"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="13"] .box-category-middle .box-item-main {
    width: calc(100% - 357px)
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-item-main-flex {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item {
    width: 50%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item:last-child {
    border-right: 0
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-tracuu {
    margin-top: 16px;
    background: #e7fcff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-tracuu .submit-tracuu {
    background: #0098d1;
    border-radius: 3px;
    width: 160px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-tracuu .btn-tracuu {
    width: 270px;
    height: 38px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-left: 16px
}

.box-category[data-layout="13"] .box-category-middle .box-item-main .box-tracuu .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #29a8d8;
    flex: 1
}

.box-category[data-layout="14"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.box-category[data-layout="14"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="14"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    position: relative
}

.box-category[data-layout="14"] .box-category-top .box-category-menu .box-category-menu-item {
    display: flex;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bdbdbd;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="14"] .box-category-top .box-category-menu .show-sub:hover .sub-list {
    display: block
}

.box-category[data-layout="14"] .box-category-top .box-category-menu .show-sub .sub-list {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    width: 186px;
    right: 0;
    padding: 8px;
    display: none
}

.box-category[data-layout="14"] .box-category-top .box-category-menu .show-sub .sub-list .item {
    display: block;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="14"] .box-category-top .box-category-menu .show-sub .sub-list .item:last-child {
    margin-bottom: 0
}

.box-category[data-layout="14"] .box-category-middle {
    width: calc(100% + 32px);
    display: flex;
    margin-left: -16px
}

.box-category[data-layout="14"] .box-category-middle .box-category-item {
    width: calc(33.33%);
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="14"] .box-category-middle .box-category-item:last-child {
    border-right: 0
}

.box-category[data-layout="14"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="14"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.box-category[data-layout="14"] .box-category-middle .box-category-item .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="15"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.box-category[data-layout="15"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="15"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    position: relative
}

.box-category[data-layout="15"] .box-category-top .box-category-menu .box-category-menu-item {
    display: flex;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bdbdbd;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="15"] .box-category-top .box-category-menu .show-sub:hover .sub-list {
    display: block
}

.box-category[data-layout="15"] .box-category-top .box-category-menu .show-sub .sub-list {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    width: 186px;
    right: 0;
    padding: 8px;
    display: none
}

.box-category[data-layout="15"] .box-category-top .box-category-menu .show-sub .sub-list .item {
    display: block;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.box-category[data-layout="15"] .box-category-top .box-category-menu .show-sub .sub-list .item:last-child {
    margin-bottom: 0
}

.box-category[data-layout="15"] .box-category-middle {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px
}

.box-category[data-layout="15"] .box-category-middle .box-category-col {
    width: 33.33%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb;
    display: flex;
    flex-direction: column
}

.box-category[data-layout="15"] .box-category-middle .box-category-col:last-child {
    border-right: 0
}

.box-category[data-layout="15"] .box-category-middle .box-category-col:nth-child(2) {
    border-right: 0
}

.box-category[data-layout="15"] .box-category-middle .box-category-col:nth-child(2) .box-category-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="15"] .box-category-middle .box-category-col:nth-child(2) .box-category-item:nth-child(2) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
    order: -1
}

.box-category[data-layout="15"] .box-category-middle .box-category-col .box-category-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="15"] .box-category-middle .box-category-col .box-category-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="15"] .box-category-middle .box-category-col .box-category-item .box-category-link-with-avatar {
    display: block;
    margin-bottom: 16px
}

.box-category[data-layout="15"] .box-category-middle .box-category-col .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    overflow: hidden
}

.box-category[data-layout="16"] .box-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.box-category[data-layout="16"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="16"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="16"] .box-category-middle .box-category-item {
    width: calc(33.33% - 21.33px);
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
    display: flex;
    margin-right: 32px
}

.box-category[data-layout="16"] .box-category-middle .box-category-item:first-child,
.box-category[data-layout="16"] .box-category-middle .box-category-item:nth-child(2),
.box-category[data-layout="16"] .box-category-middle .box-category-item:nth-child(3) {
    padding-top: 0;
    border-top: 0
}

.box-category[data-layout="16"] .box-category-middle .box-category-item:nth-child(3n) {
    margin-right: 0
}

.box-category[data-layout="16"] .box-category-middle .box-category-item .stt {
    width: 76px;
    font-weight: 400;
    font-size: 60px;
    line-height: 60%;
    color: #292929
}

.box-category[data-layout="16"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 76px)
}

.box-category[data-layout="16"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main {
    display: flex;
    margin-bottom: 24px
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-related {
    width: 270px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb;
    margin-left: 16px
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-related .box-category-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-related .box-category-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-related .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-related .box-category-item .box-category-link-title {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-first {
    width: calc(100% - 286px)
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-first .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-first a.box-category-link-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: block;
    margin-bottom: 16px
}

.box-category[data-layout="17"] .box-category-middle .box-category-item-main .item-first .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="17"] .box-category-middle .box-category-sub {
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between
}

.box-category[data-layout="17"] .box-category-middle .box-category-sub .box-category-item {
    width: calc(50% - 16px);
    display: flex
}

.box-category[data-layout="17"] .box-category-middle .box-category-sub .box-category-item .box-category-link-with-avatar {
    width: 146px;
    margin-right: 8px
}

.box-category[data-layout="17"] .box-category-middle .box-category-sub .box-category-item .box-category-content {
    width: calc(100% - 154px)
}

.box-category[data-layout="17"] .box-category-middle .box-category-sub .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main {
    display: flex;
    margin-bottom: 24px
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first {
    width: calc(100% - 383px)
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first a.box-category-link-title {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #292929;
    margin-bottom: 16px
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first a.box-category-link-title[data-newstype='13']:before {
    width: 24px;
    height: 24px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/pod-video.png")
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related {
    width: 367px;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #ebebeb
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related .box-category-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related .box-category-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="18"] .box-category-middle .box-category-sub {
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
    display: flex
}

.box-category[data-layout="18"] .box-category-middle .box-category-sub .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px
}

.box-category[data-layout="18"] .box-category-middle .box-category-sub .box-category-item:last-child {
    margin-right: 0
}

.box-category[data-layout="18"] .box-category-middle .box-category-sub .box-category-item .box-category-link-with-avatar.img-resize {
    margin-bottom: 8px
}

.box-category[data-layout="18"] .box-category-middle .box-category-sub .box-category-item .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.box-category[data-layout="18"] .box-category-middle .box-category-sub .box-category-item a.box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='29']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-image.png")
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='13']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-video.png")
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='38']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-audio.png")
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='20']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-info.png")
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='6']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-interactive.png")
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='27']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-maga.png")
}

.box-category[data-layout="19"] .box-category-link-title[data-newstype='9']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-interview.png")
}

.box-category[data-layout="19"] .box-category-top {
    margin-bottom: 32px
}

.box-category[data-layout="19"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: block;
    text-align: center
}

.box-category[data-layout="19"] .box-category-middle {
    display: flex;
    position: relative
}

.box-category[data-layout="19"] .box-category-middle .box-category-item-main {
    width: 721px;
    margin-right: 33px
}

.box-category[data-layout="19"] .box-category-middle .box-category-item-main .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="19"] .box-category-middle .box-category-item-main .box-category-link-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: block
}

.box-category[data-layout="19"] .box-category-middle .box-category-item-main .box-category-link-title:hover {
    color: #58cefa !important
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub {
    width: calc(100% - 754px);
    position: absolute;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-right: 16px;
    scrollbar-color: #58CEFA;
    scrollbar-width: thin
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub::-webkit-scrollbar {
    width: 1px
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub::-webkit-scrollbar-track {
    background: 0 0
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub::-webkit-scrollbar-thumb {
    background: #58cefa
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px solid #29a8d8
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item:first-child {
    padding-top: 0
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item .box-category-link-with-avatar {
    width: 142px;
    margin-right: 16px
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item .box-category-content {
    width: calc(100% - 158px)
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-bottom: 4px
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item .box-category-content .box-category-link-title:hover {
    color: #58cefa !important
}

.box-category[data-layout="19"] .box-category-middle .box-category-sub .box-category-item .box-category-content .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #fff
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main .box-category-link-with-avatar {
    width: 737px;
    margin-left: 32px
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main .box-category-content {
    width: calc(100% - 759px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main .box-category-content .box-category-link-title[data-newstype='9']:before {
    width: 24px;
    height: 27px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-dl-image.png")
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545
}

.box-category[data-layout="20"] .box-category-middle .box-category-sub {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="20"] .box-category-middle .box-category-sub .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px
}

.box-category[data-layout="20"] .box-category-middle .box-category-sub .box-category-item:last-child {
    margin-right: 0
}

.box-category[data-layout="20"] .box-category-middle .box-category-sub .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="20"] .box-category-middle .box-category-sub .box-category-item .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.box-category[data-layout="20"] .box-category-middle .box-category-sub .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="21"] .box-category-top {
    margin-bottom: 32px
}

.box-category[data-layout="21"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: block;
    text-align: center
}

.box-category[data-layout="21"] .box-category-middle {
    display: flex
}

.box-category[data-layout="21"] .box-category-middle .box-category-item {
    width: calc(33.33% - 21.33px);
    margin-right: 32px;
    position: relative
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content {
    position: absolute;
    padding: 24px 16px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0, #202020 100%)
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    min-height: 74px;
    overflow: hidden
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='29']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-image.png")
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='13']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-video.png")
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='38']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-audio.png")
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='20']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-info.png")
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='6']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-interactive.png")
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='27']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-maga.png")
}

.box-category[data-layout="21"] .box-category-middle .box-category-item .box-category-content .box-category-link-title[data-newstype='9']:before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-interview.png")
}

.box-category[data-layout="22"] .box-category-top {
    margin-bottom: 16px
}

.box-category[data-layout="22"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 16px;
    text-align: center;
    display: block
}

.box-category[data-layout="22"] .box-category-top .box-category-search {
    width: 540px;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative
}

.box-category[data-layout="22"] .box-category-top .box-category-search .btn-box {
    height: 38px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 8px;
    padding-right: 40px
}

.box-category[data-layout="22"] .box-category-top .box-category-search .btn-submit {
    height: 38px;
    width: 38px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.box-category[data-layout="22"] .box-category-top .list-suget {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-category[data-layout="22"] .box-category-top .list-suget .item {
    display: flex;
    padding: 4px 8px;
    background: #f6f6f6;
    border-radius: 4px;
    margin: 0 4px
}

.box-category[data-layout="22"] .box-category-middle {
    display: flex
}

.box-category[data-layout="22"] .box-category-middle .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px;
    background: #c6ebf9;
    padding: 16px
}

.box-category[data-layout="22"] .box-category-middle .box-category-item:last-child {
    margin-right: 0
}

.box-category[data-layout="22"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="22"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="23"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="23"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #292929;
    display: block;
    text-align: center;
    margin-bottom: 24px
}

.box-category[data-layout="23"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-category[data-layout="23"] .box-category-top .box-category-menu .box-category-menu-item {
    display: block;
    margin: 0 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="23"] .box-category-top .box-category-menu .box-category-menu-item.active {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="23"] .box-category-middle {
    display: flex
}

.box-category[data-layout="23"] .box-category-middle .box-category-item {
    width: 546px;
    padding-right: 24px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="23"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="23"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #022e3f;
    margin-bottom: 16px;
    display: block
}

.box-category[data-layout="23"] .box-category-middle .box-category-item .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub {
    width: calc(100% - 526px);
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item {
    width: calc(50%);
    padding: 0 20px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item:first-child .box-category-link-with-avatar,
.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item:nth-child(2) .box-category-link-with-avatar {
    margin-top: 0
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item:nth-child(n+3) .box-sub-content {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item:nth-child(2n) {
    border-right: 0
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item .box-sub-content {
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
    height: 100%
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-with-avatar {
    margin-bottom: 8px;
    margin-top: 24px
}

.box-category[data-layout="23"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #292929
}

.box-category[data-layout="24"] .box-category-top {
    margin-bottom: 24px;
    text-align: center
}

.box-category[data-layout="24"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929
}

.box-category[data-layout="24"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="24"] .box-category-middle .box-col {
    width: calc(25% - 24px);
    margin-right: 32px;
    display: flex;
    flex-direction: column
}

.box-category[data-layout="24"] .box-category-middle .box-col:last-child {
    margin-right: 0
}

.box-category[data-layout="24"] .box-category-middle .box-col:nth-child(2n) .box-category-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="24"] .box-category-middle .box-col:nth-child(2n) .box-category-item:last-child {
    order: -1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.box-category[data-layout="24"] .box-category-middle .box-col .box-category-item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column
}

.box-category[data-layout="24"] .box-category-middle .box-col .box-category-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="24"] .box-category-middle .box-col .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="24"] .box-category-middle .box-col .box-category-item a.box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="24"] .box-category-middle .box-col .box-category-item .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545
}

.box-category[data-layout="25"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="25"] .box-category-top .box-category-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    margin-bottom: 24px
}

.box-category[data-layout="25"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item {
    min-width: 174px;
    padding: 0 32px;
    position: relative;
    border-left: 1px solid #d9d9d9
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item:hover .box-category-menu-item-title .icon {
    transform: rotate(180deg)
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item:hover .list {
    display: block
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item:first-child {
    border-left: 0
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item .box-category-menu-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: 0 0
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item .box-category-menu-item-title .icon {
    margin-left: 4px
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item .list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 175px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    padding: 0 8px;
    display: none
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-category-menu-item .list .item {
    padding: 8px 0;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-search {
    width: 115px
}

.box-category[data-layout="25"] .box-category-top .box-category-menu .box-search .btn-box {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8b8b8b
}

.box-category[data-layout="25"] .box-category-middle .swiper-slide {
    width: 256px
}

.box-category[data-layout="25"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 10px
}

.box-category[data-layout="25"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="26"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="26"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    text-align: center;
    display: block
}

.box-category[data-layout="26"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="26"] .box-category-middle .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-top: 32px
}

.box-category[data-layout="26"] .box-category-middle .box-category-item:first-child,
.box-category[data-layout="26"] .box-category-middle .box-category-item:nth-child(2),
.box-category[data-layout="26"] .box-category-middle .box-category-item:nth-child(3),
.box-category[data-layout="26"] .box-category-middle .box-category-item:nth-child(4) {
    margin-top: 0
}

.box-category[data-layout="26"] .box-category-middle .box-category-item:nth-child(4n) {
    margin-right: 0
}

.box-category[data-layout="26"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 10px
}

.box-category[data-layout="26"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="27"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="27"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    text-align: center;
    display: block
}

.box-category[data-layout="27"] .box-category-middle {
    display: flex
}

.box-category[data-layout="27"] .box-category-middle .box-category-item {
    width: 401px;
    padding-right: 24px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="27"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    height: 377px;
    margin-bottom: 7px
}

.box-category[data-layout="27"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub {
    width: calc(100% - 377px);
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item {
    width: calc(33.33%);
    padding: 0 24px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item:first-child .box-category-link-with-avatar,
.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item:nth-child(2) .box-category-link-with-avatar,
.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item:nth-child(3) .box-category-link-with-avatar {
    margin-top: 0
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item:nth-child(n+4) .box-sub-content {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item:nth-child(3n) {
    border-right: 0
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item .box-sub-content {
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
    height: 100%
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-with-avatar {
    margin-bottom: 16px;
    margin-top: 24px
}

.box-category[data-layout="27"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #292929
}

.box-category[data-layout="28"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="28"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    text-align: center;
    display: block
}

.box-category[data-layout="28"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="28"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="28"] .box-category-middle .list-ttt-enjoy-sw-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #ebebeb;
    height: 2px;
    width: 600px;
    margin: 0 auto;
    margin-top: 16px
}

.box-category[data-layout="28"] .box-category-middle .list-ttt-enjoy-sw-scrollbar .swiper-scrollbar-drag {
    background: #8b8b8b
}

.box-category[data-layout="29"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="29"] .box-category-top .box-category-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    text-align: center;
    display: block
}

.box-category[data-layout="29"] .box-category-middle .box-category-item {
    margin-bottom: 24px
}

.box-category[data-layout="29"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="29"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="29"] .box-category-middle .box-category-sub .box-sub-item {
    padding: 24px 0;
    border-top: 1px solid #ebebeb;
    display: flex
}

.box-category[data-layout="29"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="29"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-with-avatar {
    width: 146px;
    margin-right: 8px
}

.box-category[data-layout="29"] .box-category-middle .box-category-sub .box-sub-item .box-category-content {
    width: calc(100% - 154px)
}

.box-category[data-layout="29"] .box-category-middle .box-category-sub .box-sub-item .box-category-content .box-category-link-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929
}

.box-category[data-layout="30"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

.box-category[data-layout="30"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="30"] .box-category-middle .box-category-item {
    border-top: 1px solid #ebebeb;
    display: flex;
    padding: 16px 0
}

.box-category[data-layout="30"] .box-category-middle .box-category-item:first-child {
    padding-top: 0;
    border-top: 0
}

.box-category[data-layout="30"] .box-category-middle .box-category-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="30"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 107px;
    margin-right: 16px
}

.box-category[data-layout="30"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 123px)
}

.box-category[data-layout="30"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="31"] .box-category-top {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="31"] .box-category-top .box-category-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block
}

.box-category[data-layout="31"] .box-category-middle .box-category-item {
    display: flex
}

.box-category[data-layout="31"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 205px;
    margin-right: 16px
}

.box-category[data-layout="31"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 221px)
}

.box-category[data-layout="31"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="31"] .box-category-middle .box-category-item .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="33"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

.box-category[data-layout="33"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="33"] .box-category-middle {
    display: flex
}

.box-category[data-layout="33"] .box-category-middle .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px
}

.box-category[data-layout="33"] .box-category-middle .box-category-item:last-child {
    margin-right: 0
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-related {
    margin-top: 13px
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-related .box-related-item {
    display: flex;
    padding: 16px 0;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-related .box-related-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-related .box-related-item .box-category-link-with-avatar {
    width: 81px;
    margin-right: 16px
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-related .box-related-item .box-category-content {
    width: calc(100% - 97px)
}

.box-category[data-layout="33"] .box-category-middle .box-category-item .box-related .box-related-item .box-category-link-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929
}

.box-category[data-layout="34"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

.box-category[data-layout="34"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="34"] .box-category-middle {
    display: flex
}

.box-category[data-layout="34"] .box-category-middle .box-item-main {
    width: calc(100% - 309px);
    margin-left: -16px
}

.box-category[data-layout="34"] .box-category-middle .box-item-main .box-item-main-flex {
    display: flex;
    height: 100%
}

.box-category[data-layout="34"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item {
    width: 33.33%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.box-category[data-layout="34"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item:last-child {
    border-right: 0
}

.box-category[data-layout="34"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="34"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="34"] .box-category-middle .box-item-main .box-item-main-flex .box-category-item .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="34"] .box-category-middle .box-category-sub {
    width: 341px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb
}

.box-category[data-layout="34"] .box-category-middle .box-category-sub .box-sub-item {
    padding: 16px 0;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="34"] .box-category-middle .box-category-sub .box-sub-item:first-child {
    border-top: 0;
    padding-top: 0
}

.box-category[data-layout="34"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="34"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="35"] .box-category-top {
    margin-bottom: 16px;
    text-align: center
}

.box-category[data-layout="35"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="35"] .box-category-middle .box-category-item {
    display: flex
}

.box-category[data-layout="35"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 160px;
    margin-right: 16px
}

.box-category[data-layout="35"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 176px)
}

.box-category[data-layout="35"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="35"] .box-category-middle .box-category-sub {
    margin-top: 16px
}

.box-category[data-layout="35"] .box-category-middle .box-category-sub .box-sub-item {
    padding: 16px 0;
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="35"] .box-category-middle .box-category-sub .box-sub-item:last-child {
    padding-bottom: 0
}

.box-category[data-layout="35"] .box-category-middle .box-category-sub .box-sub-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="36"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="36"] .box-category-middle .box-category-item {
    width: calc(33.33% - 21.33px);
    margin-right: 32px;
    margin-bottom: 24px
}

.box-category[data-layout="36"] .box-category-middle .box-category-item:nth-child(3n) {
    margin-right: 0
}

.box-category[data-layout="36"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="36"] .box-category-middle .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block
}

.box-category[data-layout="37"] .box-category-top {
    margin-bottom: 16px
}

.box-category[data-layout="37"] .box-category-top .box-category-title {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.box-category[data-layout="37"] .box-category-middle {
    display: flex
}

.box-category[data-layout="37"] .box-category-middle .item-first {
    width: 544px;
    margin-right: 32px
}

.box-category[data-layout="37"] .box-category-middle .item-first .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="37"] .box-category-middle .item-first .box-category-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.box-category[data-layout="37"] .box-category-middle .item-first .box-category-link-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="37"] .box-category-middle .item-first .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="37"] .box-category-middle .item-related {
    width: calc(100% - 576px);
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="37"] .box-category-middle .item-related .box-category-item {
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 16px
}

.box-category[data-layout="37"] .box-category-middle .item-related .box-category-item:nth-child(2n) {
    margin-right: 0
}

.box-category[data-layout="37"] .box-category-middle .item-related .box-category-item:nth-child(n+3) {
    margin-bottom: 0
}

.box-category[data-layout="37"] .box-category-middle .item-related .box-category-item .box-category-link-with-avatar {
    margin-bottom: 8px
}

.box-category[data-layout="37"] .box-category-middle .item-related .box-category-item .box-category-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.box-category[data-layout="37"] .box-category-middle .item-related .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="38"] .box-category-middle {
    display: flex;
    border: 1px solid #ebebeb
}

.box-category[data-layout="38"] .box-category-middle .detail-video-list-sw-prev {
    border-right: 1px solid #ebebeb;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.box-category[data-layout="38"] .box-category-middle .detail-video-list-sw-next {
    border-left: 1px solid #ebebeb;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.box-category[data-layout="38"] .box-category-middle .auto-play {
    width: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #ebebeb;
    padding: 0 22px
}

.box-category[data-layout="38"] .box-category-middle .auto-play .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 8px
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input .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
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #8b8b8b;
    -webkit-transition: .4s;
    transition: .4s
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #0098d1
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input .slider.round {
    border-radius: 34px
}

.box-category[data-layout="38"] .box-category-middle .auto-play .box-input .slider.round:before {
    border-radius: 50%
}

.box-category[data-layout="38"] .box-category-middle .detail-video-list-sw {
    flex: 1;
    width: calc(100% - 245px)
}

.box-category[data-layout="38"] .box-category-middle .swiper-slide {
    width: 405px;
    height: auto
}

.box-category[data-layout="38"] .box-category-middle .swiper-slide:last-child .box-category-item {
    border-right: 0
}

.box-category[data-layout="38"] .box-category-middle .box-category-item {
    padding: 24px;
    display: flex;
    border-right: 1px solid #ebebeb;
    height: 100%
}

.box-category[data-layout="38"] .box-category-middle .box-category-item.active {
    background: #f6f6f6
}

.box-category[data-layout="38"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 93px;
    margin-right: 8px
}

.box-category[data-layout="38"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 101px)
}

.box-category[data-layout="38"] .box-category-middle .box-category-item .box-category-content .box-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.box-category[data-layout="38"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.box-category[data-layout="39"] .box-category-middle .box-category-item {
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="39"] .box-category-middle .box-category-item:first-child {
    padding-top: 0
}

.box-category[data-layout="39"] .box-category-middle .box-category-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="39"] .box-category-middle .box-category-item .box-time {
    width: 96px;
    margin-right: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #0098d1
}

.box-category[data-layout="39"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 237px;
    margin-right: 24px
}

.box-category[data-layout="39"] .box-category-middle .box-category-item .box-category-content {
    flex: 1;
    width: calc(100% - 120px - 261px)
}

.box-category[data-layout="39"] .box-category-middle .box-category-item .box-category-content .box-category-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="39"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="39"] .box-category-middle .box-category-item .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="40"] .box-category-middle {
    display: flex
}

.box-category[data-layout="40"] .box-category-middle .box-category-item {
    width: 485px;
    margin-right: 47px
}

.box-category[data-layout="40"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="40"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    color: #292929;
    display: block
}

.box-category[data-layout="40"] .box-category-middle .box-category-related {
    width: calc(100% - 532px);
    display: flex;
    justify-content: space-between
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col {
    width: calc(50% - 23.5px);
    display: flex;
    flex-direction: column
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col:last-child .box-category-related-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col:last-child .box-category-related-item:last-child {
    order: -1;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col .box-category-related-item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col .box-category-related-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col .box-category-related-item .box-category-link-with-avatar {
    margin-bottom: 16px
}

.box-category[data-layout="40"] .box-category-middle .box-category-related .box-related-col .box-category-related-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="41"] .box-category-top {
    margin-bottom: 24px
}

.box-category[data-layout="41"] .box-category-top .box-category-title {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #292929;
    margin-bottom: 24px
}

.box-category[data-layout="41"] .box-category-top .box-category-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item {
    min-width: 174px;
    padding: 0 32px;
    position: relative;
    border-left: 1px solid #d9d9d9
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item:hover .box-category-menu-item-title .icon {
    transform: rotate(180deg)
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item:hover .list {
    display: block
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item:first-child {
    border-left: 0
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .box-category-menu-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: 0 0
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .box-category-menu-item-title .icon {
    margin-left: 4px
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 175px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    padding: 0 8px;
    display: none;
    max-height: 175px;
    overflow-y: auto;
    scrollbar-color: #D9D9D9;
    scrollbar-width: thin
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .list::-webkit-scrollbar {
    width: 1px
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .list::-webkit-scrollbar-track {
    background: 0 0
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .list::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-category-menu-item .list .item {
    padding: 8px 0;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-search {
    width: 115px
}

.box-category[data-layout="41"] .box-category-top .box-category-menu .box-search .btn-box {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8b8b8b
}

.box-category[data-layout="41"] .box-category-middle {
    display: flex;
    flex-wrap: wrap
}

.box-category[data-layout="41"] .box-category-middle .box-category-item {
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-top: 40px
}

.box-category[data-layout="41"] .box-category-middle .box-category-item:first-child,
.box-category[data-layout="41"] .box-category-middle .box-category-item:nth-child(2),
.box-category[data-layout="41"] .box-category-middle .box-category-item:nth-child(3),
.box-category[data-layout="41"] .box-category-middle .box-category-item:nth-child(4) {
    margin-top: 0
}

.box-category[data-layout="41"] .box-category-middle .box-category-item:nth-child(4n) {
    margin-right: 0
}

.box-category[data-layout="41"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    margin-bottom: 10px
}

.box-category[data-layout="41"] .box-category-middle .box-category-item .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    display: block
}

.box-category[data-layout="42"] .box-category-middle .box-category-item {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.box-category[data-layout="42"] .box-category-middle .box-category-item:first-child {
    padding-top: 0
}

.box-category[data-layout="42"] .box-category-middle .box-category-item:last-child {
    border-bottom: 0
}

.box-category[data-layout="42"] .box-category-middle .box-category-item .box-time {
    width: 73px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.box-category[data-layout="42"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 228px;
    margin-right: 16px
}

.box-category[data-layout="42"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 244px - 73px)
}

.box-category[data-layout="42"] .box-category-middle .box-category-item .box-category-content .box-category-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="42"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="42"] .box-category-middle .box-category-item .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.box-category[data-layout="43"] .box-category-middle .box-category-item {
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="43"] .box-category-middle .box-category-item:first-child {
    padding-top: 0
}

.box-category[data-layout="43"] .box-category-middle .box-category-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="43"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 237px;
    margin-right: 24px
}

.box-category[data-layout="43"] .box-category-middle .box-category-item .box-category-content {
    flex: 1;
    width: calc(100% - 261px)
}

.box-category[data-layout="43"] .box-category-middle .box-category-item .box-category-content .box-category-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="43"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="43"] .box-category-middle .box-category-item .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    overflow: hidden
}

.box-category[data-layout="44"] .box-category-middle .box-category-item {
    padding: 32px 0;
    display: flex;
    border-bottom: 1px solid #454545
}

.box-category[data-layout="44"] .box-category-middle .box-category-item:first-child {
    padding-top: 0
}

.box-category[data-layout="44"] .box-category-middle .box-category-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.box-category[data-layout="44"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 328px;
    margin-right: 24px
}

.box-category[data-layout="44"] .box-category-middle .box-category-item .box-category-content {
    width: calc(100% - 352px)
}

.box-category[data-layout="44"] .box-category-middle .box-category-item .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-bottom: 8px
}

.box-category[data-layout="44"] .box-category-middle .box-category-item .box-category-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #bdbdbd
}

.detail__ttt {
    margin-bottom: 40px
}

.detail__ttt .ttt-content {
    max-width: 608px;
    margin: 0 auto
}

.detail__ttt .ttt-content .tt-detail-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #454545;
    display: block
}

.detail__ttt .ttt-content .detail-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    color: #292929;
    margin-bottom: 8px
}

.detail__ttt .ttt-content .detail-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #292929;
    margin-bottom: 8px
}

.detail__ttt .ttt-content .social {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    justify-content: center;
    margin-bottom: 40px
}

.detail__ttt .ttt-content .social .list {
    display: flex
}

.detail__ttt .ttt-content .social .list .item {
    display: flex;
    margin-left: 16px
}

.detail__ttt .ttt-content .detail-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #454545
}

.detail__ttt .ttt-content .detail-content .VCSortableInPreviewMode .PhotoCMS_Caption,
.detail__ttt .ttt-content .detail-content .VCSortableInPreviewMode .VideoCMS_Caption {
    background: 0;
    padding: 0;
    margin-top: 16px
}

.detail__ttt .ttt-content .detail-content .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__ttt .ttt-content .detail-content .VCCSortableInPreviewMode .VideoCMS_Caption p,
.detail__ttt .ttt-content .detail-content .VCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__ttt .ttt-content .detail-content .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 26px;
    text-align: center;
    color: #454545
}

.detail__ttt-related-flex {
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 40px
}

.detail__ttt-album {
    margin-bottom: 40px
}

.detail__ttt-album-flex {
    display: flex
}

.detail__ttt-album-flex .box-thumb {
    width: 96px;
    margin-right: 64px
}

.detail__ttt-album-flex .box-thumb .ttt-album-big-prev {
    height: 24px;
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.detail__ttt-album-flex .box-thumb .ttt-album-big-next {
    height: 24px;
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.detail__ttt-album-flex .box-thumb .swiper-button-disabled {
    opacity: .87
}

.detail__ttt-album-flex .box-thumb .content-thumb {
    height: 680px;
    overflow: hidden
}

.detail__ttt-album-flex .box-thumb .content-thumb .ttt-album-sw-thumb {
    height: 100%
}

.detail__ttt-album-flex .box-thumb .content-thumb .swiper-wrapper {
    flex-direction: column
}

.detail__ttt-album-flex .box-thumb .content-thumb .swiper-slide {
    height: auto
}

.detail__ttt-album-flex .box-thumb .content-thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: .2
}

.detail__ttt-album-flex .box-big {
    width: calc(100% - 160px)
}

.detail__ttt-album-flex .box-big .item-big {
    display: flex;
    background: #fafafa
}

.detail__ttt-album-flex .box-big .item-big .item-image {
    width: 576px;
    margin-right: 32px
}

.detail__ttt-album-flex .box-big .item-big .item-content {
    width: calc(100% - 608px)
}

.detail__ttt-album-flex .box-big .item-big .item-content .box-category {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545;
    display: block;
    margin-bottom: 8px
}

.detail__ttt-album-flex .box-big .item-big .item-content .box-category-link-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    color: #292929;
    display: block;
    margin-bottom: 8px
}

.detail__ttt-album-flex .box-big .item-big .item-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 16px
}

.detail__ttt-album-flex .box-big .item-big .item-content .social {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.detail__ttt-album-flex .box-big .item-big .item-content .social .list {
    display: flex
}

.detail__ttt-album-flex .box-big .item-big .item-content .social .list .item {
    display: flex;
    margin-left: 16px
}

.detail__flex {
    display: flex
}

.detail__sticky {
    width: 32px;
    margin-right: 64px
}

.detail__main {
    width: calc(100% - 96px);
    flex: 1
}

.detail__cmain {
    position: relative
}

.detail__scroll-action {
    position: sticky;
    top: 50px;
    width: 32px;
    margin-bottom: 20px
}

.detail__scroll-action a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dfe0e3;
    box-sizing: border-box;
    border-radius: 84.351px;
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.detail__scroll-action a .count {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #8b8b8b;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1e2e7;
    margin-bottom: 8px
}

.detail__scroll-action a.item-st.active .icon,
.detail__scroll-action a.item-st:hover .icon {
    background: #0098d1
}

.detail__scroll-action a.item-st.active .icon path,
.detail__scroll-action a.item-st.active .icon svg,
.detail__scroll-action a.item-st:hover .icon path,
.detail__scroll-action a.item-st:hover .icon svg {
    fill: #fff
}

.detail__scroll-action a.item-st.active .icon rect,
.detail__scroll-action a.item-st:hover .icon rect {
    fill: #0098D1
}

.detail__scroll-action .btn-font {
    padding: 4px 0;
    background: #fff;
    border: 1px solid #dfe0e3;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-align: center;
    margin-bottom: 8px
}

.detail__scroll-action .btn-font span {
    display: flex;
    margin: 0 auto;
    justify-content: center
}

.detail__scroll-action .btn-font .font {
    margin: 8px 0;
    align-items: center;
    justify-content: center
}

.detail__scroll-action .btn-font .btn-cfont {
    border: 1px solid #ebebeb;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail__scroll-action .btn-font .btn-cfont.active,
.detail__scroll-action .btn-font .btn-cfont:hover {
    background: #0098d1
}

.detail__scroll-action .btn-font .btn-cfont.active path,
.detail__scroll-action .btn-font .btn-cfont.active svg,
.detail__scroll-action .btn-font .btn-cfont:hover path,
.detail__scroll-action .btn-font .btn-cfont:hover svg {
    fill: #fff
}

.detail__cmain .detail-top {
    margin-bottom: 16px
}

.detail__cmain .detail-cate a {
    margin-left: 10px;
    padding-left: 14px;
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #454545
}

.detail__cmain .detail-cate a:first-child {
    margin-left: 0;
    padding-left: 0
}

.detail__cmain .detail-cate a:first-child:before {
    display: none
}

.detail__cmain .detail-cate a:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #656565
}

.detail__cmain .detail-title {
    margin: 0;
    font-size: 32px;
    line-height: 48px;
    color: #292929;
    margin-bottom: 17px;
    font-weight: 700;
    max-width: 832px
}

.detail__cmain .detail-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.detail__cmain .detail-info .detail-author {
    display: flex;
    align-items: center
}

.detail__cmain .detail-info .detail-author .avatar {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden
}

.detail__cmain .detail-info .detail-author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__cmain .detail-info .detail-author .author-info {
    flex: 1
}

.detail__cmain .detail-info .detail-author .author-info .author-info-top {
    display: flex;
    align-items: center
}

.detail__cmain .detail-info .detail-author .author-info .author-info-top .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #454545;
    display: block;
    margin-right: 8px
}

.detail__cmain .detail-info .detail-author .author-info .author-info-top .star {
    display: flex;
    align-items: center
}

.detail__cmain .detail-info .detail-author .author-info .author-info-top .star .icon {
    display: flex;
    width: 16px
}

.detail__cmain .detail-info .detail-author .author-info .mail {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.detail__cmain .detail-info .detail-author .multi-author {
    display: flex;
    align-items: center;
    padding-left: 15px
}

.detail__cmain .detail-info .detail-author .multi-author .mavatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    background: #f6f6f6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #0098d1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px
}

.detail__cmain .detail-info .detail-author .multi-author .mavatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__cmain .detail-info .detail-author .mauthor-info {
    max-width: 256px;
    margin-left: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b
}

.detail__cmain .detail-info .detail-author .mauthor-info a {
    color: #454545
}

.detail__cmain .detail-info .detail-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545
}

.detail__cmain .social-top {
    background: #fafafa;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.detail__cmain .social-top .detail-social {
    display: flex
}

.detail__cmain .social-top .detail-social .item {
    display: flex;
    margin-left: 16px
}

.detail__cmain .detail-sapo {
    border-top: 1px solid #ebebeb;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    padding: 24px 0
}

.detail__cmain .detail-timelive {
    position: sticky;
    top: 60px;
    z-index: 2;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 24px;
    width: 976px;
    margin-left: -152px
}

.detail__cmain .detail-timelive .detail__timelive-content {
    position: relative
}

.detail__cmain .detail-timelive .swiper-slide {
    width: 216px
}

.detail__cmain .detail-timelive .swiper-slide:last-child .box-item:after {
    display: none
}

.detail__cmain .detail-timelive .box-item {
    padding: 0 16px;
    position: relative;
    padding-top: 24px
}

.detail__cmain .detail-timelive .box-item:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/dot-timeline.png) no-repeat;
    position: absolute;
    left: 18px;
    top: 6px;
    z-index: 2;
    background-size: cover
}

.detail__cmain .detail-timelive .box-item:after {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d9d9d9;
    content: "";
    left: 21px;
    position: absolute;
    top: 12px
}

.detail__cmain .detail-timelive .box-item .box-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929;
    margin-bottom: 4px
}

.detail__cmain .detail-timelive .box-item .box-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    overflow: hidden
}

.detail__cmain .detail-timelive .detail-time-live-sw-prev {
    position: absolute;
    top: 50%;
    left: -8px;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer
}

.detail__cmain .detail-timelive .detail-time-live-sw-next {
    position: absolute;
    top: 50%;
    right: -8px;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer
}

.detail__cmain .detail-timeline {
    width: 976px;
    margin-left: -152px
}

.detail__cmain .detail-timeline.old .list {
    flex-direction: column-reverse
}

.detail__cmain .detail-timeline .title-timeline {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-end
}

.detail__cmain .detail-timeline .title-timeline .item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    padding: 4px 8px;
    margin-right: 16px;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.detail__cmain .detail-timeline .title-timeline .item:last-child {
    margin-right: 0
}

.detail__cmain .detail-timeline .title-timeline .item.active {
    background: #e7fcff
}

.detail__cmain .detail-timeline .list {
    display: flex;
    flex-direction: column
}

.detail__cmain .detail-timeline .list .livenews-item {
    margin-bottom: 24px;
    padding: 24px 152px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.detail__cmain .detail-timeline .list .livenews-item .time {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #0098d1;
    position: relative
}

.detail__cmain .detail-timeline .list .livenews-item .time:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0098d1;
    display: inline-block;
    margin-right: 8px
}

.detail__cmain .detail-timeline .list .livenews-item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 16px
}

.detail__cmain .detail-timeline .list .livenews-item .news-content.content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.detail__cmain .detail-question-layout .detail-question {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 24px
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top {
    background: #fafafa;
    padding: 24px
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-quser {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-quser .avt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
    overflow: hidden
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-quser .avt img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-quser .quser-content {
    flex: 1
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-quser .quser-content .user-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-quser .quser-content .add {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    display: block
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-top .detail-q {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle {
    background: #c6ebf9;
    padding: 24px;
    position: relative
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #c6ebf9;
    content: "";
    position: absolute;
    top: -11px;
    left: 24px
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .detail-auser {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #58cefa;
    justify-content: flex-end
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .detail-auser .avt {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 16px
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .detail-auser .avt img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .detail-auser .auser-content {
    display: block;
    text-align: right
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .detail-auser .auser-content .user-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .detail-auser .auser-content .add {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    display: block
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .a-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .a-content .VCSortableInPreviewMode {
    margin: 16px 0
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .a-content .VCSortableInPreviewMode .PhotoCMS_Caption {
    padding: 8px 0;
    position: relative;
    background: 0 0
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .a-content .VCSortableInPreviewMode .PhotoCMS_Caption:before {
    width: 200px;
    content: "";
    height: 1px;
    position: absolute;
    background: #58cefa;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .a-content .VCSortableInPreviewMode .PhotoCMS_Caption:after {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    background: #58cefa;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%)
}

.detail__cmain .detail-question-layout .detail-question .box-questiton-middle .a-content .VCSortableInPreviewMode .PhotoCMS_Caption .NLPlaceholderShow {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    text-align: center
}

.detail__cmain .detail-cmain {
    margin-bottom: 24px
}

.detail__cmain .detail-bot-social {
    background: #fafafa;
    border-radius: 4px;
    padding: 11px;
    margin-bottom: 24px;
    display: flex
}

.detail__cmain .detail-bot-social .item {
    display: flex;
    margin-right: 16px
}

.detail__cmain .detail-author-bot {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    color: #222
}

.detail__cmain .detail-tab {
    padding: 24px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.detail__cmain .detail-tab .item {
    display: flex;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #f6f6f6;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.detail__cmain-flex {
    display: flex
}

.detail__cmain-sub {
    width: 300px;
    margin-left: 52px
}

.detail__cmain-main {
    width: calc(100% - 352px);
    flex: 1
}

.detail__history {
    background: #fafafc;
    border: 1px solid #0098d1;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px
}

.detail__history .box-top {
    padding-bottom: 24px;
    border-bottom: 1px solid #0098d1;
    margin-bottom: 16px
}

.detail__history .box-top .title-box {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.detail__history .box-top .note {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    font-family: Merriweather
}

.detail__history .box-middle {
    margin-bottom: 16px
}

.detail__history .box-middle .item {
    padding-left: 32px;
    padding-bottom: 16px;
    position: relative
}

.detail__history .box-middle .item:last-child {
    padding-bottom: 0
}

.detail__history .box-middle .item:last-child:after {
    display: none
}

.detail__history .box-middle .item:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/dot-timeline.png) no-repeat;
    position: absolute;
    left: 2px;
    top: 6px;
    z-index: 2;
    background-size: cover
}

.detail__history .box-middle .item:after {
    width: 1px;
    height: 100%;
    border-left: 1px dashed #0098d1;
    content: "";
    left: 8px;
    position: absolute;
    top: 9px
}

.detail__history .box-middle .item .box-category-link-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.detail__history .box-middle .item .box-category-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.detail__history .view-more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #0098d1
}

.detail__related {
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 24px
}

.detail__comment .box-comment {
    width: 100%
}

.detail__comment .box-comment .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 14px
}

.detail__comment .box-comment .btn-comment {
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    resize: none;
    padding: 7px 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #8b8b8b;
    margin-bottom: 14px
}

.detail__comment .box-comment .box-bottom {
    text-align: right
}

.detail__comment .box-comment .box-bottom .btn-submit {
    display: inline-block;
    background: #0098d1;
    border-radius: 4px;
    padding: 6px 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.detail__comment .list-comment {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ebebeb
}

.detail__comment .list-comment .item {
    margin-bottom: 16px;
    display: flex
}

.detail__comment .list-comment .item .avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 50%;
    overflow: hidden
}

.detail__comment .list-comment .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__comment .list-comment .item .item-content {
    width: calc(100% - 53px)
}

.detail__comment .list-comment .item .item-content .user-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.detail__comment .list-comment .item .item-content .text-comment {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    margin-bottom: 16px
}

.detail__comment .list-comment .item .item-content .item-bottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b;
    display: flex;
    align-items: center
}

.detail__comment .list-comment .item .item-content .item-bottom .item-ls {
    display: block;
    margin-right: 24px;
    margin-bottom: 0
}

.detail__comment .list-comment .item .item-content .item-bottom .item-ls:last-child {
    margin-right: 0
}

.detail__comment .list-comment .item .box-reply {
    border-left: 1px solid #ebebeb;
    padding-left: 16px;
    margin-top: 16px
}

.detail__comment .list-comment .item .box-reply .item-reply {
    display: flex;
    margin-bottom: 16px
}

.detail__comment .list-comment .item .box-reply .item-reply:last-child {
    margin-bottom: 0
}

.detail__comment .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.detail__foru-flex {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 24px
}

.detail__ucare-flex {
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px
}

.detail__section {
    margin-top: 24px
}

.detail__image-main {
    width: 672px;
    margin-left: 128px
}

.detail__image-main .detail-top {
    text-align: center
}

.detail__image-main .detail-title {
    margin-bottom: 24px;
    width: 832px;
    margin-left: -80px;
    display: block;
    text-align: center
}

.detail__image-main .detail-title.live:before {
    content: "Live";
    background: red;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    position: relative;
    top: -5px
}

.detail__emagizine-layout {
    width: 734px;
    margin: 0 auto;
    margin-top: 24px;
    border-top: 1px solid #ebebeb;
    padding-top: 24px
}

.detail__emagizine-layout .detail__comment {
    width: 672px;
    margin: auto
}

.detail__profile-flex {
    display: flex
}

.detail__profile-left {
    width: 352px;
    margin-right: 31px
}

.detail__profile-news {
    width: calc(100% - 383px)
}

.detail__profile-news .title-list {
    margin-bottom: 24px;
    text-align: center
}

.detail__profile-news .title-list .text {
    display: inline-flex;
    border-bottom: 1px solid #0098d1;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292929;
    align-items: flex-end
}

.detail__profile-news .title-list .text .count {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #292929;
    margin-left: 6px
}

.detail__profile-news .list {
    margin-bottom: 36px
}

.detail__profile-news .list .box .time {
    background: #f6f6f6;
    padding: 8px;
    margin-bottom: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0098d1
}

.detail__profile {
    margin: 24px 0 76px
}

.detail__profile-info {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 24px
}

.detail__profile-info .user {
    margin-bottom: 24px;
    display: flex;
    align-items: center
}

.detail__profile-info .user .avatar {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden
}

.detail__profile-info .user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__profile-info .user .info {
    flex: 1
}

.detail__profile-info .user .info .role {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 4px
}

.detail__profile-info .user .info .name {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 4px
}

.detail__profile-info .user .info .vote {
    display: flex;
    align-items: center
}

.detail__profile-info .user .info .vote .star {
    display: flex
}

.detail__profile-info .user .info .vote .total-vote {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #8b8b8b;
    margin-left: 6px
}

.detail__profile-info .des .box {
    margin-bottom: 24px
}

.detail__profile-info .des .box .title {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.detail__profile-info .des .box .content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.detail__profile-info .des .box .content .text {
    margin-bottom: 24px
}

.detail__profile-info .des .box .content .list .item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px
}

.detail__profile-info .des .box .content .list .item:before {
    background: #656565;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 8px;
    border-radius: 50%
}

.detail__profile-info .send-mail {
    background: #0098d1;
    border-radius: 4px;
    display: block;
    padding: 11px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.detail__profile-other {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 24px;
    position: sticky;
    top: 60px
}

.detail__profile-other .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb
}

.detail__profile-other .list .item {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #d9d9d9
}

.detail__profile-other .list .item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.detail__profile-other .list .item .infol {
    width: calc(100% - 60px);
    display: flex;
    align-items: center
}

.detail__profile-other .list .item .infol .avt {
    width: 46px;
    height: 46px;
    margin-right: 8px;
    display: flex;
    border-radius: 50%;
    overflow: hidden
}

.detail__profile-other .list .item .infol .avt img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__profile-other .list .item .infol .info {
    flex: 1
}

.detail__profile-other .list .item .infol .info .role {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 4px
}

.detail__profile-other .list .item .infol .info .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.detail__profile-other .list .item .star {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.detail__profile-other .list .item .star .value {
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8b8b8b;
    margin-right: 2px
}

.detail__video-section {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/list-cn-bg.png) no-repeat;
    background-size: cover;
    padding: 40px 0
}

.detail__video-section.podcast {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-radio-page.jpg) no-repeat;
    padding: 60px 0
}

.detail__video-section.podcast .box-radio {
    width: 1120px;
    margin-top: 40px;
    margin-left: -224px
}

.detail__video-section .video-focus {
    width: 992px;
    margin-left: -160px;
    margin-bottom: 24px
}

.detail__video-section .box-video-content .detail-cate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.detail__video-section .box-video-content .detail-cate a {
    margin-left: 10px;
    padding-left: 14px;
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.detail__video-section .box-video-content .detail-cate a:first-child {
    margin-left: 0;
    padding-left: 0
}

.detail__video-section .box-video-content .detail-cate a:first-child:before {
    display: none
}

.detail__video-section .box-video-content .detail-cate a:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #656565
}

.detail__video-section .box-video-content .detail-title {
    width: 823px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-left: -75.5px;
    margin-bottom: 24px
}

.detail__video-section .box-video-content .detail-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.detail__video-section .box-video-content .detail-info .detail-author {
    display: flex;
    align-items: center
}

.detail__video-section .box-video-content .detail-info .detail-author .avatar {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden
}

.detail__video-section .box-video-content .detail-info .detail-author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__video-section .box-video-content .detail-info .detail-author .author-info {
    flex: 1
}

.detail__video-section .box-video-content .detail-info .detail-author .author-info .author-info-top {
    display: flex;
    align-items: center
}

.detail__video-section .box-video-content .detail-info .detail-author .author-info .author-info-top .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    display: block;
    margin-right: 8px
}

.detail__video-section .box-video-content .detail-info .detail-author .author-info .author-info-top .star {
    display: flex;
    align-items: center
}

.detail__video-section .box-video-content .detail-info .detail-author .author-info .author-info-top .star .icon {
    display: flex;
    width: 16px
}

.detail__video-section .box-video-content .detail-info .detail-author .author-info .mail {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.detail__video-section .box-video-content .detail-info .detail-author .multi-author {
    display: flex;
    align-items: center;
    padding-left: 15px
}

.detail__video-section .box-video-content .detail-info .detail-author .multi-author .mavatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    background: #f6f6f6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #0098d1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px
}

.detail__video-section .box-video-content .detail-info .detail-author .multi-author .mavatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__video-section .box-video-content .detail-info .detail-author .mauthor-info {
    max-width: 256px;
    margin-left: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b
}

.detail__video-section .box-video-content .detail-info .detail-author .mauthor-info a {
    color: #fff
}

.detail__video-section .box-video-content .detail-info .detail-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #fff
}

.detail__video-section .box-video-content .social-top {
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center
}

.detail__video-section .box-video-content .social-top .detail-social {
    display: flex;
    align-items: center
}

.detail__video-section .box-video-content .social-top .detail-social .box {
    display: flex;
    align-items: center;
    border-left: 1px solid #d9d9d9;
    margin-left: 16px
}

.detail__video-section .box-video-content .social-top .detail-social .box .item {
    display: flex;
    margin-left: 16px
}

.detail__video-section .box-video-content .social-top .detail-social .box .count-cmt {
    margin-left: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #8b8b8b
}

.detail__video-section .box-video-content .detail-sapo {
    margin-top: 24px;
    border-top: 1px solid #454545;
    padding-top: 24px;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #fff
}

.detail__video-listing {
    margin-bottom: 40px
}

.detail__live-football {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-live-football.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 24px 0 60px
}

.detail__live-football .detail__cmain .detail-top {
    margin-bottom: 24px
}

.detail__live-football .detail__cmain .detail-top .detail-cate {
    display: flex;
    align-items: center;
    justify-content: center
}

.detail__live-football .detail__cmain .detail-top .detail-cate a {
    color: #8b8b8b
}

.detail__live-football .detail__cmain .detail-top .detail-cate a:before {
    background: #8b8b8b
}

.detail__live-football .detail__cmain .detail-title {
    color: #fff;
    text-align: center
}

.detail__live-football .detail__cmain .detail-info .detail-author .author-info .author-info-top .name {
    color: #fff
}

.detail__live-football .detail__cmain .detail-info .detail-time {
    color: #fff
}

.detail__live-football .detail__cmain .social-top {
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.detail__live-football .detail__cmain .social-top .detail-social {
    display: flex;
    align-items: center
}

.detail__live-football .detail__cmain .social-top .detail-social .box {
    display: flex;
    align-items: center;
    border-left: 1px solid #d9d9d9;
    margin-left: 16px
}

.detail__live-football .detail__cmain .social-top .detail-social .box .item {
    display: flex;
    margin-left: 16px
}

.detail__live-football .detail__cmain .detail-sapo {
    border-top: 1px solid #454545;
    color: #fff
}

.detail__lf-main {
    width: 800px;
    margin-left: -64px
}

.detail__lf-main .box-lf-top .name-cl {
    width: 529px;
    text-align: center;
    margin: 0 auto;
    padding: 13px 100px 12px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-table-fb.png) no-repeat;
    background-size: cover;
    height: 51px;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #c6ebf9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.detail__lf-main .box-lf-top .box-lf-top-detail {
    display: flex
}

.detail__lf-main .box-lf-top .box-lf-top-detail .team {
    flex: 1;
    display: flex;
    background: linear-gradient(180deg, #01519c 0, #025 100%);
    border: 1px solid #144e9a;
    position: relative;
    height: 42px;
    width: calc((100% - 400px)/ 2)
}

.detail__lf-main .box-lf-top .box-lf-top-detail .team.team-home .flag {
    top: -16px;
    right: -48px;
    left: auto
}

.detail__lf-main .box-lf-top .box-lf-top-detail .team.team-home .name {
    padding-left: 20px;
    padding-right: 40px;
    text-align: right
}

.detail__lf-main .box-lf-top .box-lf-top-detail .team .flag {
    width: 78px;
    height: 78px;
    position: absolute;
    top: -16px;
    left: -48px
}

.detail__lf-main .box-lf-top .box-lf-top-detail .team .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__lf-main .box-lf-top .box-lf-top-detail .team .name {
    flex: 1;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    display: block;
    padding: 7px 20px 0 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.detail__lf-main .box-lf-top .box-lf-top-detail .score {
    width: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.detail__lf-main .box-lf-top .box-lf-top-detail .score .address {
    width: 100%;
    background: #025;
    border: 1px solid #29a8d8;
    display: block;
    height: 51px;
    border-top: 0;
    padding: 17px 85px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #0098d1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.detail__lf-main .box-lf-top .box-lf-top-detail .score .value-away {
    width: 91px;
    height: 51px;
    background: linear-gradient(180deg, #fff 0, #9c9c9c 100%);
    border: 1px solid #29a8d8;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    position: absolute;
    left: -15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail__lf-main .box-lf-top .box-lf-top-detail .score .value-away .text {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #022e3f;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg)
}

.detail__lf-main .box-lf-top .box-lf-top-detail .score .value-home {
    width: 91px;
    height: 51px;
    background: linear-gradient(180deg, #fff 0, #9c9c9c 100%);
    border: 1px solid #29a8d8;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    position: absolute;
    right: -15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail__lf-main .box-lf-top .box-lf-top-detail .score .value-home .text {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #022e3f;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg)
}

.detail__lf-main .box-lf-tab {
    background: rgba(0, 17, 78, .6);
    margin-top: -10px;
    padding: 0 16px;
    padding-top: 16px;
    display: flex;
    justify-content: center
}

.detail__lf-main .box-lf-tab .item {
    display: flex;
    padding: 8px 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0098d1;
    border-bottom: 1px solid #144e9a
}

.detail__lf-main .box-lf-tab .item.active,
.detail__lf-main .box-lf-tab .item:hover {
    color: #fff;
    border-bottom-color: #fff
}

.detail__lf-main .box-lf-content .box-bg {
    background: rgba(0, 17, 78, .6);
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 16px;
    padding-top: 24px
}

.detail__lf-main .box-lf-content .box-bg:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 16px
}

.detail__lf-main .box-lf-content .box-bg:last-child {
    margin-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #144e9a
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item:first-child {
    padding-top: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item .time {
    width: 88px;
    margin-right: 8px;
    color: #0098d1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item .item-right {
    width: calc(100% - 96px)
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item .item-right .item-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fafafc
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item .item-right .item-title .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item .item-right .item-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-binhluan .item .item-right .item-content .item-video {
    margin-bottom: 10px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh {
    display: flex
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh.hlv .col .item {
    background: rgba(255, 255, 255, .1);
    border-radius: 100px;
    padding: 4px 40px;
    margin-right: 40px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col {
    width: 50%;
    border-right: 1px solid #144e9a
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col:last-child {
    border-right: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col:last-child .item {
    margin-left: 40px;
    margin-right: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col:last-child .item .stt {
    margin-right: 0;
    margin-left: 8px;
    order: 1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col:last-child .item .name {
    text-align: right
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col .item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    margin-right: 40px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col .item:last-child {
    margin-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col .item .stt {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: #29a8d8;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-doihinh .col .item .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    flex: 1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item {
    display: flex
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .time {
    width: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .team {
    width: calc(50% - 15px);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .team.home .icon {
    order: 1;
    margin-right: 0;
    margin-left: 8px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .team.home .name {
    text-align: right
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .team .row {
    margin-bottom: 8px;
    display: flex;
    align-items: center
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .team .row .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .team .row .name {
    width: calc(100% - 32px)
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item {
    margin-bottom: 24px;
    display: flex;
    align-items: center
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item:last-child {
    margin-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .type {
    width: 158px;
    padding: 0 10px;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team {
    width: calc(50% - 79px);
    display: flex;
    align-items: center
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team.home .value {
    text-align: right;
    margin-right: 0;
    margin-left: 8px;
    order: 1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team.home .bar {
    justify-content: flex-start
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team.home .proces-bar-val {
    background: #c6ebf9
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team .value {
    width: 30px;
    margin-right: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team .bar {
    width: calc(100% - 38px);
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-thongke .item .team .proces-bar-val {
    height: 100%;
    background: #0098d1;
    border-radius: 100px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #144e9a
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:first-child {
    border-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:first-child .name,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:first-child .team,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:first-child .total {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #58cefa
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:nth-child(2) .name .user .stt,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:nth-child(3) .name .user .stt,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:nth-child(4) .name .user .stt {
    background: #0098d1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item:last-child {
    border-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item .total {
    width: 180px;
    margin-left: 24px;
    text-align: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item .team {
    width: 180px;
    margin-left: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item .name {
    flex: 1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item .name .user {
    display: flex
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item .name .user .stt {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-vuaphaluoi .item .name .user .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: calc(100% - 32px)
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-top .item {
    display: flex;
    padding: 4px 16px;
    margin-right: 8px;
    border: 1px solid #0098d1;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0098d1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-top .item.active {
    background: #0098d1;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #144e9a
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:first-child {
    border-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:first-child .col,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:first-child .team {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #0098d1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:nth-child(2) .team .user .stt,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:nth-child(3) .team .user .stt,
.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:nth-child(4) .team .user .stt {
    background: #0098d1;
    border-radius: 4px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item:last-child {
    border-bottom: 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .team {
    flex: 1
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .team .user {
    display: flex
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .team .user .stt {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .team .user .flag {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .team .user .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .team .user .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: calc(100% - 68px)
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .col {
    width: 60px;
    margin-left: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-bangxephang .table-bxh-middle .table-bxh .item .col:last-child {
    text-align: right
}

.tk__page {
    background: #fafafa;
    padding: 24px 0 40px
}

.tk__content-flex {
    display: flex
}

.tk__content-nav {
    width: 352px;
    margin-right: 32px
}

.tk__content-main {
    width: calc(100% - 384px);
    background: #fff;
    border-radius: 8px;
    padding: 24px
}

.tk__content-main .box-info-content .box .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.tk__content-main .box-info-content .box .row {
    display: flex;
    gap: 16px;
    margin-bottom: 30px
}

.tk__content-main .box-info-content .box .row .col {
    width: 33.33%
}

.tk__content-main .box-info-content .box .row .col-2 {
    width: 66.66%
}

.tk__content-main .box-info-content .box .row .col-3 {
    width: 100%
}

.tk__content-main .box-info-content .box .row .label {
    height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.tk__content-main .box-info-content .box .row .btn-input {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 8px;
    height: 38px;
    width: 100%
}

.tk__content-main .box-info-content .box .row .btn-input:focus {
    background: #fafafa;
    border: 1px solid #0098d1
}

.tk__content-main .box-info-content .box .row .has-pass {
    position: relative
}

.tk__content-main .box-info-content .box .row .has-pass .btn-input {
    padding-right: 38px
}

.tk__content-main .box-info-content .box .row .has-pass .show-pass {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.tk__content-main .box-info-content .box .row .list-radio {
    display: flex;
    align-items: center;
    height: 38px
}

.tk__content-main .box-info-content .box .row .list-radio .item {
    display: flex;
    align-items: center;
    margin-right: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.tk__content-main .box-info-content .box .row .list-radio .item input {
    margin-top: 0;
    margin-right: 4px
}

.tk__content-main .box-info-content .box .tk-bottom {
    text-align: right;
    margin-bottom: 16px
}

.tk__content-main .box-info-content .box .tk-bottom .btn-save {
    display: inline-block;
    padding: 6px 24px;
    background: #0098d1;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.tk__content-main .box-info-content .box .list-social .item {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between
}

.tk__content-main .box-info-content .box .list-social .item:last-child {
    margin-bottom: 0
}

.tk__content-main .box-info-content .box .list-social .item .item-active {
    width: 40px;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tk__content-main .box-info-content .box .list-social .item .item-active .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px
}

.tk__content-main .box-info-content .box .list-social .item .item-active .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.tk__content-main .box-info-content .box .list-social .item .item-active .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
}

.tk__content-main .box-info-content .box .list-social .item .item-active .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #8b8b8b;
    -webkit-transition: .4s;
    transition: .4s
}

.tk__content-main .box-info-content .box .list-social .item .item-active input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.tk__content-main .box-info-content .box .list-social .item .item-active input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #0098d1
}

.tk__content-main .box-info-content .box .list-social .item .item-active .slider.round {
    border-radius: 34px
}

.tk__content-main .box-info-content .box .list-social .item .item-active .slider.round:before {
    border-radius: 50%
}

.tk__content-main .box-info-content .box .list-social .item .item-social {
    flex: 1;
    width: calc(100% - 80px);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 8px 0;
    display: flex;
    align-items: center
}

.tk__content-main .box-info-content .box .list-social .item .item-social .icon {
    padding: 0 16px 0 8px;
    border-right: 1px solid #ebebeb;
    margin-right: 16px
}

.tk__content-main .box-info-content .box .list-social .item .item-social .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment:last-child {
    border-bottom: 0
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 50%;
    overflow: hidden
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .item-content {
    width: calc(100% - 53px)
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .item-content .user-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .item-content .text-comment {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    margin-bottom: 16px
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .item-content .item-bottom {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b;
    display: flex;
    align-items: center
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .item-content .item-bottom .item-ls {
    display: block;
    margin-right: 24px;
    margin-bottom: 0
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .item-content .item-bottom .item-ls:last-child {
    margin-right: 0
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .box-reply {
    border-left: 1px solid #ebebeb;
    padding-left: 16px;
    margin-top: 16px
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .box-reply .item-reply {
    display: flex;
    margin-bottom: 16px
}

.tk__content-main .box-info-content .box .history-comment .list .item-comment .box-reply .item-reply:last-child {
    margin-bottom: 0
}

.tk__content-main .box-info-content .box .history-comment .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.tk__content-main .box-info-content .box .news-save .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.tk__box-menu {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/account-bg.png) no-repeat;
    background-size: cover;
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 60px
}

.tk__box-menu .user-info {
    margin-bottom: 24px
}

.tk__box-menu .user-info .avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 13px;
    position: relative
}

.tk__box-menu .user-info .avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tk__box-menu .user-info .avatar .btn-avt {
    background: #f6f6f6;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.tk__box-menu .user-info .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.tk__box-menu .menu-nav .group {
    border-top: 1px solid #29a8d8;
    padding-top: 8px
}

.tk__box-menu .menu-nav .group .item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #58cefa;
    border-radius: 4px
}

.tk__box-menu .menu-nav .group .item.active,
.tk__box-menu .menu-nav .group .item:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.tk__box-menu .menu-nav .group .item.active path,
.tk__box-menu .menu-nav .group .item.active svg,
.tk__box-menu .menu-nav .group .item:hover path,
.tk__box-menu .menu-nav .group .item:hover svg {
    fill: #fff
}

.tk__box-menu .menu-nav .group .item .icon {
    width: 40px
}

.list__stream {
    margin-bottom: 40px
}

.list__stream .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 32px;
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.list__stream-flex {
    display: flex
}

.list__stream-sub {
    width: 325px;
    margin-left: 60px
}

.list__stream-main {
    width: calc(100% - 385px)
}

.list__focus {
    margin-bottom: 40px
}

.list__focus-flex {
    display: flex
}

.list__focus-sub {
    width: 300px;
    margin-left: 72.5px
}

.list__focus-main {
    width: calc(100% - 372.5px)
}

.list__ff-tab {
    padding: 16px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 24px
}

.list__ff-tab .list-tag {
    display: flex;
    align-items: center
}

.list__ff-tab .list-tag .icon {
    width: 24px;
    margin-right: 10px
}

.list__ff-tab .list-tag .list {
    width: calc(100% - 34px)
}

.list__ff-tab .list-tag .list .swiper-slide {
    width: auto
}

.list__ff-tab .list-tag .list .item {
    display: block;
    padding: 4px 8px;
    background: #f6f6f6;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.list__box-gold {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 40px
}

.list__box-gold .table-tab {
    display: flex
}

.list__box-gold .table-tab .item {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8b8b8b;
    padding: 8px 0;
    border-bottom: 2px solid #d9d9d9
}

.list__box-gold .table-tab .item.active {
    color: #292929;
    border-bottom: 2px solid #0098d1
}

.list__box-gold .table-content {
    padding: 0 16px 16px
}

.list__box-gold .table-content .table .row {
    padding: 17px 0;
    border-top: 1px solid #ebebeb;
    display: flex;
    align-items: center
}

.list__box-gold .table-content .table .row:first-child {
    border-top: 0
}

.list__box-gold .table-content .table .row:first-child .buy,
.list__box-gold .table-content .table .row:first-child .name,
.list__box-gold .table-content .table .row:first-child .sell {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b
}

.list__box-gold .table-content .table .row .sell {
    width: 90px;
    text-align: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.list__box-gold .table-content .table .row .buy {
    width: 90px;
    text-align: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.list__box-gold .table-content .table .row .name {
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929
}

.list__box-gold .table-content .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.list__tt-pre {
    margin-bottom: 24px
}

.list__tt-pre .box-flex {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    display: flex;
    overflow: hidden
}

.list__tt-pre .box-flex .box-title {
    width: 130px;
    background: #e7fcff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.list__tt-pre .box-flex .box-title .icon {
    margin-right: 4px
}

.list__tt-pre .box-flex .box-title .down {
    display: flex;
    width: 16px;
    margin-left: 4px
}

.list__tt-pre .box-flex .box-title .text {
    flex: 1;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929
}

.list__tt-pre .box-flex .box-content {
    width: calc(100% - 130px);
    position: relative;
    border-left: 1px solid #ebebeb
}

.list__tt-pre .box-flex .box-content .swiper-wrapper {
    position: relative
}

.list__tt-pre .box-flex .box-content .swiper-wrapper:after {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff
}

.list__tt-pre .box-flex .box-content .swiper-slide:last-child .box-item {
    border-right: 0
}

.list__tt-pre .box-flex .box-content .box-item {
    padding: 8px 18px;
    border-right: 1px solid #ebebeb
}

.list__tt-pre .box-flex .box-content .box-item .item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px
}

.list__tt-pre .box-flex .box-content .box-item .item-top .date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #454545
}

.list__tt-pre .box-flex .box-content .box-item .item-top .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row.lose .team .name {
    color: #8b8b8b
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row.lose .value {
    color: #8b8b8b
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row .team {
    display: flex;
    align-items: center;
    flex: 1
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row .team .flag {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row .team .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row .team .name {
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row .value {
    width: 16px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #292929
}

.list__tt-pre .box-flex .box-content .talbe-premier-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    cursor: pointer;
    transform: translateY(-50%)
}

.list__tt-pre .box-flex .box-content .talbe-premier-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    cursor: pointer;
    transform: translateY(-50%)
}

.list__tt-focus {
    margin-bottom: 40px
}

.list__tt-infoall {
    margin-bottom: 40px
}

.list__tt-infoall .box {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 16px
}

.list__tt-infoall .box .box-top {
    margin-bottom: 16px;
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.list__tt-infoall .box .box-top .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    padding: 11px;
    border-right: 1px solid #ebebeb
}

.list__tt-infoall .box .box-top .item .icon {
    margin-right: 8px
}

.list__tt-infoall .box .box-top .item:last-child {
    border-right: 0
}

.list__tt-infoall .box .box-content {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px
}

.list__tt-infoall .box .box-content .box-item {
    width: 50%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.list__tt-infoall .box .box-content .box-item .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 16px
}

.list__tt-infoall .box .box-content .box-item .list {
    display: flex;
    flex-wrap: wrap
}

.list__tt-infoall .box .box-content .box-item .list .item {
    width: calc(33.33% - 10.66px);
    margin-right: 16px;
    display: flex;
    align-items: center;
    padding: 3px;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929
}

.list__tt-infoall .box .box-content .box-item .list .item:nth-child(3n) {
    margin-right: 0
}

.list__tt-infoall .box .box-content .box-item .list .item .icon {
    width: 32px;
    height: 32px;
    margin-right: 7px
}

.list__tt-infoall .box .box-content .box-item .list .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.list__tt-multi {
    padding: 32px 0;
    margin-bottom: 40px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/multimedia.jpg);
    background-size: cover
}

.list__tt-centerpoint {
    margin-bottom: 40px
}

.list__tt-centerpoint .tt-centerpoint-sw {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/tt-centerp-bg.png) no-repeat;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item {
    padding: 16px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .note {
    text-align: center
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .note span {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 16px;
    border-bottom: 1px solid #29a8d8
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 16px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-top .name {
    margin-right: 40px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-top .datematch {
    display: flex;
    align-items: center
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-top .datematch .icon {
    margin: 0 4px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .score {
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .score .icon {
    margin: 0 16px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .score .value {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .score .value.bold {
    color: #fff
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .team {
    flex: 1;
    text-align: center
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .team .flag {
    max-width: 48px;
    display: inline-block;
    margin-bottom: 13px;
    height: 48px
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .team .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-middle .team .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.list__tt-centerpoint .tt-centerpoint-sw .box-item .box-bottom .view-more {
    padding: 0;
    margin: 0;
    background: 0 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #58cefa;
    border: 0
}

.list__tt-centerpoint .tt-centerpoint-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

.list__tt-centerpoint .tt-centerpoint-pagination .swiper-pagination-bullet {
    background: #ebebeb;
    opacity: 1;
    margin: 0 12px
}

.list__tt-centerpoint .tt-centerpoint-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: #0098d1;
    border-radius: 100px
}

.list__tt-bxh-ltd {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 40px
}

.list__tt-bxh-ltd .box-top {
    display: flex
}

.list__tt-bxh-ltd .box-top .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #8b8b8b;
    padding: 16px 0 8px
}

.list__tt-bxh-ltd .box-top .item.active {
    color: #292929;
    border-bottom: 2px solid #0098d1
}

.list__tt-bxh-ltd .box-content {
    padding: 16px
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 24px
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-top .group-name {
    flex: 1;
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-top .group-name .icon {
    width: 32px;
    margin-right: 8px
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-top .group-name .down {
    margin-left: 6px;
    display: flex
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-top .group-time {
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    align-items: center
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-top .group-time .down {
    margin-left: 6px;
    display: flex
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row {
    padding: 16px 0;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row:first-child {
    padding-top: 0
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team {
    flex: 1
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item {
    display: flex;
    margin-bottom: 11px;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item:last-child {
    margin-bottom: 0
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item .flag {
    width: 26px;
    height: 26px;
    margin-right: 7px
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item .name {
    flex: 1
}

.list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .time-match {
    margin-left: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row.head .play,
.list__tt-bxh-ltd .box-content .table-rbxh1 .row.head .point {
    color: #8b8b8b
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row:nth-child(n+5) .info .team .no {
    background: 0 0
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info {
    flex: 1
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .group-name {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .group-name .icon {
    width: 32px;
    margin-right: 8px;
    height: 32px
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .group-name .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .group-name .down {
    display: flex;
    margin-left: 8px
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .team {
    display: flex;
    align-items: center
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .team .no {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c6ebf9;
    border-radius: 2px
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .team .icon {
    width: 26px;
    height: 26px;
    margin-right: 11px
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .team .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .info .team .name {
    flex: 1
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .point {
    width: 40px;
    margin-left: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row .play {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929;
    width: 40px;
    margin-left: 16px
}

.list__dl-discover-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__dl-discover {
    margin-bottom: 40px
}

.list__dl-pem {
    margin-bottom: 40px
}

.list__cn-focus {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/list-cn-bg.png) no-repeat;
    background-size: cover;
    padding: 24px 0 40px;
    margin-bottom: 40px
}

.list__cn-focus .layout__breadcrumb .box-breadcrumb-name a {
    color: #fff
}

.list__cn-focus .layout__breadcrumb .box-breadcrumb-sub {
    border-bottom: 1px solid #454545
}

.list__cn-focus .layout__breadcrumb .box-breadcrumb-sub a {
    color: #fafafa
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first a.box-category-link-title {
    color: #fff
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-first .box-category-sapo {
    color: #8b8b8b
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related {
    border-left-color: #454545
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related .box-category-item {
    border-bottom-color: #454545
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-item-main .item-related .box-category-item .box-category-link-title {
    color: #fff
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-sub {
    border-top-color: #454545
}

.list__cn-focus .box-category[data-layout="18"] .box-category-middle .box-category-sub .box-category-item a.box-category-link-title {
    color: #fff
}

.list__cn-product .list-cn-product-sw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

.list__cn-product .list-cn-product-sw-pagination .swiper-pagination-bullet {
    background: #ebebeb;
    opacity: 1;
    margin: 0 12px
}

.list__cn-product .list-cn-product-sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: #0098d1;
    border-radius: 100px
}

.list__cn-product-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__ttt-logo {
    text-align: center;
    padding: 16px 0
}

.list__ttt-logo img {
    width: 223px;
    height: auto;
    margin: 0 auto
}

.list__ttt-nav {
    border-top: 2px solid #0098d1;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.list__ttt-nav .item {
    display: block;
    padding: 8px 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545
}

.list__ttt-focus-flex {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
    display: flex
}

.list__ttt-focus-flex.type-2 .box-big .item-big {
    flex-direction: column
}

.list__ttt-focus-flex.type-2 .box-big .item-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
    order: -1
}

.list__ttt-focus-flex.type-2 .box-big .item-image:before {
    padding-bottom: 62.5%
}

.list__ttt-focus-flex.type-2 .box-big .item-content {
    width: 100%
}

.list__ttt-focus-flex.type-2 .box-big .item-content .index {
    margin-bottom: 0
}

.list__ttt-focus-flex.type-2 .box-big .item-content .box-category-link-title {
    margin-bottom: 16px
}

.list__ttt-focus-flex .box-thumb {
    width: 256px;
    margin-left: 32px
}

.list__ttt-focus-flex .box-thumb .swiper-wrapper {
    flex-direction: column
}

.list__ttt-focus-flex .box-thumb .swiper-slide {
    height: auto
}

.list__ttt-focus-flex .box-thumb .swiper-slide.swiper-slide-thumb-active .item-thumb .item-index:before {
    width: 100%
}

.list__ttt-focus-flex .box-thumb .swiper-slide.swiper-slide-thumb-active .item-thumb .item-flex .box-category-content .box-category-link-title {
    color: #8b8b8b
}

.list__ttt-focus-flex .box-thumb .item-thumb {
    margin-bottom: 32px
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-index {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-index:before {
    height: 1px;
    width: 50px;
    background: #d9d9d9;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-flex {
    display: flex
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-flex .box-category-link-with-avatar {
    width: 61px;
    height: 61px;
    margin-left: 8px
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-flex .box-category-content {
    width: calc(100% - 69px)
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-flex .box-category-content .box-category-link-title {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.list__ttt-focus-flex .box-thumb .item-thumb .item-flex .box-category-content .box-category-link-title:hover {
    color: #58cefa !important
}

.list__ttt-focus-flex .box-thumb .box-bottom {
    display: flex;
    align-items: center
}

.list__ttt-focus-flex .box-thumb .box-bottom .ttt-sw-big-next,
.list__ttt-focus-flex .box-thumb .box-bottom .ttt-sw-big-prev {
    cursor: pointer
}

.list__ttt-focus-flex .box-thumb .box-bottom .ttt-sw-big-next.swiper-button-disabled path,
.list__ttt-focus-flex .box-thumb .box-bottom .ttt-sw-big-next.swiper-button-disabled svg,
.list__ttt-focus-flex .box-thumb .box-bottom .ttt-sw-big-prev.swiper-button-disabled path,
.list__ttt-focus-flex .box-thumb .box-bottom .ttt-sw-big-prev.swiper-button-disabled svg {
    fill: #888
}

.list__ttt-focus-flex .box-big {
    width: calc(100% - 288px)
}

.list__ttt-focus-flex .box-big .item-big {
    display: flex;
    background: #fafafa
}

.list__ttt-focus-flex .box-big .item-big.type-2 {
    flex-direction: column
}

.list__ttt-focus-flex .box-big .item-big.type-2 .item-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
    order: -1
}

.list__ttt-focus-flex .box-big .item-big.type-2 .item-image:before {
    padding-bottom: 62.5%
}

.list__ttt-focus-flex .box-big .item-big.type-2 .item-content {
    width: 100%
}

.list__ttt-focus-flex .box-big .item-big.type-2 .item-content .index {
    margin-bottom: 0
}

.list__ttt-focus-flex .box-big .item-big.type-2 .item-content .box-category-link-title {
    margin-bottom: 16px
}

.list__ttt-focus-flex .box-big .item-image {
    width: 544px;
    margin-left: 32px
}

.list__ttt-focus-flex .box-big .item-content {
    width: calc(100% - 576px);
    display: flex;
    align-items: center;
    justify-content: center
}

.list__ttt-focus-flex .box-big .item-content .index {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #454545;
    margin-bottom: 24px
}

.list__ttt-focus-flex .box-big .item-content .box-category-link-title {
    display: block;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    color: #292929;
    margin-bottom: 24px
}

.list__ttt-focus-flex .box-big .item-content .box-category-sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #454545
}

.list__ttt-247 {
    margin-bottom: 40px
}

.list__ttt-247-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__ttt-library {
    margin-bottom: 40px
}

.list__ttt-library .list-ttt-lib-sw-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #ebebeb;
    height: 2px;
    width: 600px;
    margin: 0 auto;
    margin-top: 40px
}

.list__ttt-library .list-ttt-lib-sw-scrollbar .swiper-scrollbar-drag {
    background: #8b8b8b
}

.list__ttt-job {
    margin-bottom: 40px
}

.list__ttt-job-flex {
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.list__ttt-body {
    margin-bottom: 40px
}

.list__ttt-body-flex {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__ttt-body {
    margin-bottom: 40px
}

.list__tt-bottom {
    margin-bottom: 40px
}

.list__tt-bottom-flex {
    display: flex
}

.list__tt-bottom-sub {
    width: 369px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb;
    margin-left: 16px
}

.list__tt-bottom-main {
    width: calc(100% - 385px)
}

.list__gd-tc .submit {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 8px;
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.list__gd-tc-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.list__gd-tc-box .btn-tc {
    width: 142px;
    height: 38px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.list__gd-tc-box .select-city {
    width: 142px;
    position: relative
}

.list__gd-tc-box .select-city .btn-sel {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 38px;
    padding: 0 8px;
    justify-content: space-between;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.list__gd-tc-box .select-city .list-cty {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #e1e1f0;
    box-shadow: 0 0 24px rgba(0, 0, 0, .16);
    background: #fff;
    padding: 0 8px;
    overflow-y: auto;
    max-height: 200px;
    z-index: 2;
    scrollbar-color: rgba(69, 69, 69, 0.4);
    scrollbar-width: thin;
    display: none
}

.list__gd-tc-box .select-city .list-cty::-webkit-scrollbar {
    width: 1px
}

.list__gd-tc-box .select-city .list-cty::-webkit-scrollbar-track {
    background: #fff
}

.list__gd-tc-box .select-city .list-cty::-webkit-scrollbar-thumb {
    background: rgba(69, 69, 69, .4)
}

.list__gd-tc-box .select-city .list-cty .item {
    display: block;
    padding: 8px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.list__gt-ketnoi {
    margin-bottom: 40px
}

.list__gt-ketnoi .box-top .title-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #292929;
    margin-bottom: 24px;
    display: block
}

.list__gt-ketnoi .swiper-slide {
    height: auto
}

.list__gt-ketnoi .box-item {
    background: #c6ebf9;
    border: 1px solid #ebebeb;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.list__gt-ketnoi .box-item .box-top {
    flex: 1
}

.list__gt-ketnoi .box-item .box-top .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    margin-bottom: 8px;
    overflow: hidden
}

.list__gt-ketnoi .box-item .box-top .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 8px;
    min-height: 40px
}

.list__gt-ketnoi .box-item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.list__gt-ketnoi .box-item .bottom .view-more {
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #29a8d8;
    margin-left: 10px
}

.list__gt-ketnoi .box-item .bottom .author {
    flex: 1;
    display: flex;
    align-items: center
}

.list__gt-ketnoi .box-item .bottom .author .avatar {
    width: 32px;
    height: 32px;
    margin-right: 14px;
    border-radius: 50%;
    overflow: hidden
}

.list__gt-ketnoi .box-item .bottom .author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list__gt-ketnoi .box-item .bottom .author .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    flex: 1
}

.list__gt-ketnoi .list-gt-ketnoi-sw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px
}

.list__gt-ketnoi .list-gt-ketnoi-sw-pagination .swiper-pagination-bullet {
    background: #ebebeb;
    opacity: 1;
    margin: 0 12px
}

.list__gt-ketnoi .list-gt-ketnoi-sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: #0098d1;
    border-radius: 100px
}

.list__gt-movie {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 60px;
    padding: 8px 16px
}

.list__gt-movie .box-item .box-top {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-around
}

.list__gt-movie .box-item .box-top .check {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #8b8b8b;
    display: block;
    margin-left: 10px
}

.list__gt-movie .box-item .box-top .time {
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0098d1
}

.list__gt-movie .box-item .box-content {
    display: flex
}

.list__gt-movie .box-item .box-content .avt {
    width: 47px;
    margin-right: 8px;
    border-radius: 4px;
    height: 47px;
    overflow: hidden
}

.list__gt-movie .box-item .box-content .avt img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list__gt-movie .box-item .box-content .info {
    flex: 1
}

.list__gt-movie .box-item .box-content .info .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 4px
}

.list__gt-movie .box-item .box-content .info .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.list__gt-movie .box-item .box-content .info .time-total {
    padding-left: 8px;
    border-left: 1px solid #ebebeb;
    margin-left: 8px
}

.list__gt-movie .list-gt-movie-sw-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.list__gt-movie .list-gt-movie-sw-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: #d9d9d9;
    opacity: 1
}

.list__video-category {
    margin-bottom: 40px
}

.list__video-category .list__videoc-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__video-category .list__videoc-box:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.list__podcast-focus {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__new {
    margin-bottom: 40px
}

.list__new-flex {
    display: flex
}

.list__new-sub {
    width: 300px;
    margin-left: 52px
}

.list__new-main {
    width: calc(100% - 352px)
}

.list__new-main .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 32px;
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.list__tt247-title {
    margin-bottom: 24px
}

.list__tt247-title-content {
    text-align: center;
    position: relative
}

.list__tt247-title-content .text {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #292929
}

.list__tt247-title-content .more-lib {
    position: absolute;
    display: flex;
    right: 0;
    top: 5px;
    border: 1px solid #d9d9d9;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    align-items: center;
    color: #454545
}

.list__tt247-title-content .more-lib .icon {
    margin-left: 8px
}

.list___tt237-focus-flex {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.list__tt247-listing {
    padding-bottom: 40px
}

.list__tt247-listing .list-tt247-pagenation {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.list__tt247-listing .list-tt247-pagenation .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 100px;
    margin: 0 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #454545
}

.list__tt247-listing .list-tt247-pagenation .item.current {
    border-color: #292929
}

.list__cn-game {
    margin-bottom: 40px
}

.list__cn-game .box-sec-game .box-sec-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #292929;
    text-align: center
}

.list__cn-game .box-sec-game .box-sec-game-top {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-game-box.png) no-repeat;
    background-size: cover;
    min-height: 345px;
    padding: 24px;
    padding-left: 288px;
    border-radius: 4px;
    margin-bottom: 16px
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 16px
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab .item {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab .item.active {
    background: #fff;
    border-radius: 4px;
    color: #292929
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab .item.active path,
.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab .item.active svg {
    fill: #0098D1
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab .item .icon {
    margin-right: 8px
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group>.group-type {
    width: 86px;
    margin-right: 8px
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group>.group-type.blue .text {
    background: #0098d1
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group>.group-type .text {
    background: red;
    border-radius: 4px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group .group-list {
    width: calc(100% - 94px);
    display: flex;
    grid-gap: 16px;
    align-items: flex-start
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group .group-list .item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group .group-list .item .image {
    border: 2px solid #fff;
    border-radius: 4px;
    width: 62px;
    height: 62px;
    margin-bottom: 8px
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group .group-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list__cn-game .box-sec-game .box-sec-game-top .box-sec-game-content .box-game-tab-content .group .group-list .item .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.list__cn-game .box-sec-game .box-sec-game-bottom {
    display: flex
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item {
    width: calc(20% - 12.8px);
    margin-right: 16px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: relative;
    padding: 8px;
    display: flex;
    overflow: hidden
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item:first-child {
    background: linear-gradient(274.53deg, #e24d60 .87%, #be6cde 56.73%, #30b4e7 103.99%)
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item:first-child .content .name {
    color: #fff
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item:first-child .content .star .value {
    color: #fff
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item:first-child .stt {
    color: rgba(255, 255, 255, .4);
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-stt-game.png)
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item:last-child {
    margin-right: 0
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .image {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 8px
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .content {
    flex: 1
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .content .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #292929;
    overflow: hidden
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .content .star {
    display: flex;
    align-items: center
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .content .star .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    opacity: .6
}

.list__cn-game .box-sec-game .box-sec-game-bottom .box-item .stt {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-stt-game-w.png);
    width: 45px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #c6ebf9
}

.list__search-forn {
    margin: 24px 0 19px
}

.list__search-forn .form {
    border-bottom: 2px solid #0098d1;
    padding-bottom: 19px;
    position: relative
}

.list__search-forn .form .btn {
    height: 36px;
    padding: 0 8px;
    padding-right: 36px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545
}

.list__search-forn .form .btn-submit {
    width: 36px;
    height: 36px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0
}

.list__search-section {
    margin-bottom: 40px
}

.list__search-flex {
    display: flex
}

.list__search-nav {
    width: 264px;
    margin-right: 32px
}

.list__search-nav .list-search-nav-box {
    position: sticky;
    top: 60px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 16px
}

.list__search-nav .list-search-nav-box .group-type {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.list__search-nav .list-search-nav-box .group-type.show .list {
    max-height: 258px
}

.list__search-nav .list-search-nav-box .group-type:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.list__search-nav .list-search-nav-box .group-type .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between
}

.list__search-nav .list-search-nav-box .group-type .list {
    max-height: 0;
    transition: all .3s;
    overflow-y: auto;
    scrollbar-color: #D9D9D9;
    scrollbar-width: thin
}

.list__search-nav .list-search-nav-box .group-type .list::-webkit-scrollbar {
    width: 1px
}

.list__search-nav .list-search-nav-box .group-type .list::-webkit-scrollbar-track {
    background: 0 0
}

.list__search-nav .list-search-nav-box .group-type .list::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.list__search-nav .list-search-nav-box .group-type .list .item {
    display: block;
    padding: 4px;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    border-radius: 4px
}

.list__search-nav .list-search-nav-box .group-type .list .item:first-child {
    margin-top: 8px
}

.list__search-nav .list-search-nav-box .group-type .list .item:last-child {
    margin-bottom: 0
}

.list__search-nav .list-search-nav-box .group-type .list .item.active,
.list__search-nav .list-search-nav-box .group-type .list .item:hover {
    background: #ebebeb
}

.list__search-main {
    width: calc(100% - 296px)
}

.list__search-main .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-top: 32px;
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.list__sm-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.list__sm-top .total {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8f8f8f
}

.list__sm-top .total .value {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929
}

.list__sm-top .sort {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8b8b8b
}

.list__sm-top .sort .btn-sort {
    width: 110px;
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929;
    padding: 0 8px
}

.uti__thoitiet {
    margin-bottom: 40px
}

.uti__thoitiet-flex {
    display: flex
}

.uti__thoitiet-sub {
    width: 300px;
    margin-left: 70px
}

.uti__thoitiet-main {
    width: calc(100% - 370px)
}

.uti__thoitiet-main .box-uti-weather {
    padding: 24px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: cover
}

.uti__thoitiet-main .box-uti-weather .box-content {
    width: 300px;
    padding: 16px;
    background: #fff;
    border: 1px solid #ebebeb;
    backdrop-filter: blur(4px);
    border-radius: 4px
}

.uti__thoitiet-main .box-uti-weather .box-content .select-addres {
    position: relative;
    margin-bottom: 8px
}

.uti__thoitiet-main .box-uti-weather .box-content .select-addres .current-title {
    display: flex;
    padding: 10px 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top {
    display: flex
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .type {
    width: 100px;
    margin-left: 10px
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .type .top {
    margin-bottom: 8px;
    display: flex;
    height: 71px;
    align-items: center;
    justify-content: center
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .type .top img {
    width: auto;
    height: 40px;
    margin: 0 auto
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .type .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #292929;
    text-align: center;
    display: block
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .value {
    width: calc(100% - 110px)
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .value .top {
    display: block;
    font-weight: 300;
    font-size: 45px;
    line-height: 75px;
    color: #0098d1;
    margin-bottom: 4px
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-top .value .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #292929;
    display: block
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-middle {
    margin-top: 8px
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-middle .row {
    padding: 8px 0;
    border-top: 1px solid #ebebeb;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545;
    display: flex
}

.uti__thoitiet-main .box-uti-weather .box-content .box-detail .box-detail-middle .row .text {
    width: 70px;
    margin-right: 16px;
    display: block
}

.uti__thoitiet-main .box-uti-7day .box-top {
    font-weight: 700;
    color: #292929;
    display: inline-block;
    border-bottom: 1px solid #0098d1;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 16px
}

.uti__thoitiet-main .box-uti-7day .box-middle {
    display: flex;
    margin-bottom: 16px
}

.uti__thoitiet-main .box-uti-7day .box-middle .item {
    width: calc(14.28% - 6.85px);
    margin-right: 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 16px 8px;
    text-align: center
}

.uti__thoitiet-main .box-uti-7day .box-middle .item:last-child {
    margin-right: 0
}

.uti__thoitiet-main .box-uti-7day .box-middle .item .time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    margin-bottom: 4px
}

.uti__thoitiet-main .box-uti-7day .box-middle .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    align-items: center;
    justify-content: center
}

.uti__thoitiet-main .box-uti-7day .box-middle .item .icon img {
    max-height: 40px;
    width: auto
}

.uti__thoitiet-main .box-uti-7day .box-middle .item .value {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 4px
}

.uti__thoitiet-main .box-uti-7day .box-middle .item .type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #8b8b8b
}

.uti__thoitiet-main .box-uti-7day .source {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.uti__section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #8b8b8b;
    margin-bottom: 16px
}

.uti__section-top .bold {
    font-weight: 600;
    color: #292929;
    font-size: 16px;
    line-height: 24px
}

.uti__section-top .blue {
    color: #022e3f
}

.uti__section-top .strong {
    color: #292929
}

.uti__section-top .btn-sl {
    width: 238px;
    height: 38px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.uti__section-top .top-right {
    text-align: right
}

.uti__aqi-label {
    margin-bottom: 16px;
    display: flex
}

.uti__aqi-label .item {
    width: calc(16.66% - 6.66px);
    margin-right: 8px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.uti__aqi-label .item:last-child {
    margin-right: 0
}

.uti__section-middle .table-uti-ngoaite {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-ngoaite .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-ngoaite .row:first-child .col,
.uti__section-middle .table-uti-ngoaite .row:first-child .name,
.uti__section-middle .table-uti-ngoaite .row:first-child .sell {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-ngoaite .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-ngoaite .row .sell {
    width: 104px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929
}

.uti__section-middle .table-uti-ngoaite .row .col {
    width: 180px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.uti__section-middle .table-uti-ngoaite .row .name {
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-giavang {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-giavang .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-giavang .row:first-child .buy,
.uti__section-middle .table-uti-giavang .row:first-child .name,
.uti__section-middle .table-uti-giavang .row:first-child .sell {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-giavang .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-giavang .row .sell {
    width: 110px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929
}

.uti__section-middle .table-uti-giavang .row .buy {
    width: 180px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.uti__section-middle .table-uti-giavang .row .name {
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-xoso {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-xoso .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-xoso .row:first-child .name,
.uti__section-middle .table-uti-xoso .row:first-child .number {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-xoso .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-xoso .row .number {
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.uti__section-middle .table-uti-xoso .row .name {
    width: 160px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-chungkhoan {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-chungkhoan .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-chungkhoan .row:first-child .change,
.uti__section-middle .table-uti-chungkhoan .row:first-child .col,
.uti__section-middle .table-uti-chungkhoan .row:first-child .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-chungkhoan .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-chungkhoan .row .change {
    width: 136px;
    margin-left: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929
}

.uti__section-middle .table-uti-chungkhoan .row .col {
    width: 136px;
    margin-left: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.uti__section-middle .table-uti-chungkhoan .row .name {
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-lichphim {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-lichphim .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-lichphim .row:first-child .name,
.uti__section-middle .table-uti-lichphim .row:first-child .time,
.uti__section-middle .table-uti-lichphim .row:first-child .type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-lichphim .row:first-child .time {
    text-align: center
}

.uti__section-middle .table-uti-lichphim .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-lichphim .row .type {
    width: 160px;
    margin-left: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.uti__section-middle .table-uti-lichphim .row .time {
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__section-middle .table-uti-lichphim .row .name {
    width: 196px;
    margin-right: 24px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-xangdau {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-xangdau .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-xangdau .row:first-child .col,
.uti__section-middle .table-uti-xangdau .row:first-child .last,
.uti__section-middle .table-uti-xangdau .row:first-child .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-xangdau .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-xangdau .row .last {
    width: 120px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929
}

.uti__section-middle .table-uti-xangdau .row .col {
    width: 120px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.uti__section-middle .table-uti-xangdau .row .name {
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-aqi {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 16px
}

.uti__section-middle .table-uti-aqi .row {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex
}

.uti__section-middle .table-uti-aqi .row:first-child .name,
.uti__section-middle .table-uti-aqi .row:first-child .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .table-uti-aqi .row:last-child {
    border-bottom: 0
}

.uti__section-middle .table-uti-aqi .row .value {
    width: 120px;
    margin-left: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929
}

.uti__section-middle .table-uti-aqi .row .value span {
    padding: 4px 20px;
    border-radius: 4px;
    color: #fff
}

.uti__section-middle .table-uti-aqi .row .name {
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.uti__section-middle .box-uti-lp {
    margin-bottom: 16px
}

.uti__section-middle .box-uti-lp .table-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 16px
}

.uti__chungkhoan-info {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 16px
}

.uti__chungkhoan-info .title {
    background: #0098d1;
    padding: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.uti__chungkhoan-info .content {
    padding: 16px 0;
    display: flex
}

.uti__chungkhoan-info .content .item {
    width: 20%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.uti__chungkhoan-info .content .item:last-child {
    border-right: 0
}

.uti__chungkhoan-info .content .item .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 4px
}

.uti__chungkhoan-info .content .item .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-bg {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/multimedia.jpg);
    background-size: cover;
    background-position: left bottom;
    padding-top: 24px;
    margin-bottom: 163px
}

.uti__contact-section .contact-bg .layout__breadcrumb .box-breadcrumb-name a {
    color: #fff
}

.uti__contact-section .contact-bg .layout__breadcrumb .box-breadcrumb-sub a {
    color: #58cefa
}

.uti__contact-section .contact-bg .layout__breadcrumb .box-breadcrumb-sub a.active {
    color: #fff
}

.uti__contact-section .contact-bg .contact-info-price-flex {
    display: flex;
    align-items: center
}

.uti__contact-section .contact-bg .contact-info-price-flex .image {
    width: 448px;
    margin-right: 96px;
    position: relative;
    margin-bottom: -123px
}

.uti__contact-section .contact-bg .contact-info-price-flex .content {
    width: calc(100% - 448px - 96px);
    text-align: center
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list {
    display: flex;
    width: calc(100% + 74px);
    margin-left: -37px
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item {
    width: 33%;
    padding: 0 37px;
    position: relative
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item:last-child:before {
    display: none
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item:before {
    width: 1px;
    height: 60px;
    background: #58cefa;
    content: "";
    position: absolute;
    right: 0;
    top: 15px
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item .time {
    background: #144e9a;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    padding: 8px
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item .total {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item .price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.uti__contact-section .contact-bg .contact-info-price-flex .content .list .item .pur {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.uti__contact-section .contact-order-flex {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.uti__contact-section .contact-order-flex .contact-order-sub {
    width: 352px;
    margin-left: 32px
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill {
    background: #fafafa;
    border: 1px solid #ebebeb;
    padding: 16px;
    position: sticky;
    top: 60px;
    width: 100%
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .title-box {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .row {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .row .name {
    white-space: nowrap;
    margin-right: 24px
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .row .value {
    text-align: right
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .row.total .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .row.total .value {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #292929
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .submit {
    background: #0098d1;
    border-radius: 4px;
    display: block;
    padding: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    margin-top: 16px
}

.uti__contact-section .contact-order-flex .contact-order-sub .box-contact-bill .content-box-bill .info .bold {
    display: block;
    color: #0098d1;
    font-weight: 600
}

.uti__contact-section .contact-order-flex .contact-order-main {
    width: calc(100% - 384px)
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order {
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .title-box {
    background: #0098d1;
    padding: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-sl {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-sl .col {
    margin: 0 20px;
    display: flex;
    align-items: center
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-sl .col .label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-right: 8px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-sl .col .input-group {
    width: 156px;
    position: relative
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-sl .col .input-group .form-control {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 38px;
    padding-right: 32px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-sl .col .input-group .input-group-addon {
    position: absolute;
    right: 5px;
    top: 7px;
    display: flex
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt {
    background: #fafafa;
    padding: 16px 0;
    display: flex
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .name {
    padding: 0 16px;
    flex: 1
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .total {
    width: 132px;
    padding: 0 16px;
    border-left: 1px solid #ebebeb
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .sale {
    padding: 0 16px;
    border-left: 1px solid #ebebeb;
    width: 123px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .amount {
    padding: 0 16px;
    border-left: 1px solid #ebebeb;
    width: 118px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .price {
    padding: 0 16px;
    border-left: 1px solid #ebebeb;
    width: 102px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .date {
    padding: 0 16px;
    border-left: 1px solid #ebebeb;
    width: 75px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 8px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-amount .row-dt .btn-am {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 38px;
    padding: 0 8px;
    margin-top: -7px;
    position: relative
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user {
    padding: 16px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control {
    display: flex;
    gap: 16px;
    margin-bottom: 30px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col {
    flex: 1
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col .label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    margin-bottom: 4px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col .btn-us {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    height: 38px;
    padding: 0 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col .radio-group {
    display: flex;
    align-items: center
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col .radio-group .item {
    margin-right: 24px;
    display: flex;
    align-items: center
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col .radio-group .item input[type=radio] {
    margin: 0;
    margin-right: 4px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-user .row-control .col .btn-area {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 100px;
    width: 100%;
    padding: 7px 8px;
    resize: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay {
    padding: 16px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item .item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    margin-right: 16px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item .item.active {
    background: #e7fcff
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item .item:nth-child(2n) {
    margin-right: 0
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item .item input[type=radio] {
    margin: 0;
    margin-right: 8px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item .item .icon {
    margin-right: 8px
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .list-item .item .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.uti__contact-section .contact-order-flex .contact-order-main .box-order .content-box-pay .info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-addres-list {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap
}

.uti__contact-section .contact-addres-list .item {
    width: 50%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb;
    margin-bottom: 24px
}

.uti__contact-section .contact-addres-list .item:first-child {
    width: 100%
}

.uti__contact-section .contact-addres-list .item:nth-child(odd) {
    border-right: 0
}

.uti__contact-section .contact-addres-list .item .top {
    margin-bottom: 9px;
    display: flex;
    align-items: center
}

.uti__contact-section .contact-addres-list .item .top .stt {
    width: 24px;
    height: 24px;
    background: #29a8d8;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-right: 8px
}

.uti__contact-section .contact-addres-list .item .top .name {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.uti__contact-section .contact-addres-list .item .top .name .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-addres-list .item .middle .row-flex {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px
}

.uti__contact-section .contact-addres-list .item .middle .row-flex .col {
    width: 50%;
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.uti__contact-section .contact-addres-list .item .middle .row-flex .col:last-child {
    border-right: 0
}

.uti__contact-section .contact-addres-list .item .middle .name-sub {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 8px
}

.uti__contact-section .contact-addres-list .item .middle .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-addres-list .item .middle .row-sub-flex {
    display: flex;
    flex-wrap: wrap
}

.uti__contact-section .contact-addres-list .item .middle .row-sub-flex .col-sub {
    margin-right: 24px;
    margin-top: 8px
}

.uti__contact-section .contact-addres-list .item .middle .row-sub-flex .col-sub .label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-addres-list .item .middle .row-sub-flex .col-sub .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.uti__contact-section .contact-addres-list .item .middle .row-sub-flex .col-sub .value a {
    text-decoration-line: underline;
    color: #0098d1
}

.label-t {
    background: #0ab61b
}

.label-tb {
    background: #ffc700
}

.label-ahvnnc {
    background: #f99049
}

.label-klm {
    background: red
}

.label-rklm {
    background: #a070b6
}

.label-nh {
    background: #c4a1ac
}

.detail-image-page .detail-container .detail-sapo {
    border: none
}

.login {
    margin-top: 8px;
    margin-bottom: 127px
}

.login .form-login {
    width: 402px;
    margin: auto
}

.login .form-login .tabs-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 10px 0;
    border-bottom: 2px solid #ebebeb;
    position: relative
}

.login .form-login .tabs-login .tabs-login-item {
    width: 201px;
    text-align: center
}

.login .form-login .tabs-login .tabs-login-item::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -12px
}

.login .form-login .tabs-login li {
    position: relative
}

.login .form-login .tabs-login li::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: 0 0
}

.login .form-login .tabs-login li.active::after {
    background: #0098d1
}

.login .form-login .tabs-login-item a {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.login .form-login .active a {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.login .form-login .login-network .login-by-account {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    position: relative
}

.login .form-login .login-network .login-by-account::before {
    content: "";
    background: #f6f6f6;
    position: absolute;
    width: 106px;
    height: 1px;
    left: 0
}

.login .form-login .login-network .login-by-account .login-by-subtext {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545
}

.login .form-login .login-network .login-by-account::after {
    content: "";
    background: #f6f6f6;
    position: absolute;
    width: 106px;
    height: 1px;
    right: 0
}

.login .form-login .login-network .login-social-network {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.login .form-login .login-network .login-social-network .link-network {
    background: #f6f6f6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 123.33px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929
}

.login .form-login .login-network .login-social-network .link-network .icon-network {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.login .form-login .login-network .login-or {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    position: relative
}

.login .form-login .login-network .login-or::before {
    content: "";
    background: #f6f6f6;
    position: absolute;
    width: 177px;
    height: 1px;
    left: 0
}

.login .form-login .login-network .login-or .test-or {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545
}

.login .form-login .login-network .login-or::after {
    content: "";
    background: #f6f6f6;
    position: absolute;
    width: 177px;
    height: 1px;
    right: 0
}

.login .form-login .login-cnt .login-form-1 {
    margin-top: 8px
}

.login .form-login .login-cnt .login-form-1 .login-email {
    margin-bottom: 16px
}

.login .form-login .login-cnt .login-form-1 .login-email .email-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.login .form-login .login-cnt .login-form-1 .login-email .input-email {
    margin-top: 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    padding: 10px 8px
}

.login .form-login .login-cnt .login-form-1 .login-email .input-email::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.login .form-login .login-cnt .login-form-1 .login-password {
    position: relative
}

.login .form-login .login-cnt .login-form-1 .login-password .email-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.login .form-login .login-cnt .login-form-1 .login-password .input-password {
    margin-top: 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    padding: 10px 8px
}

.login .form-login .login-cnt .login-form-1 .login-password .input-password::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.login .form-login .login-cnt .login-form-1 .login-password .view {
    position: absolute;
    bottom: 7px;
    right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.login .form-login .login-cnt .login-form-1 .forget-password {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #8b8b8b;
    padding-top: 16px;
    display: block
}

.login .form-login .login-cnt .login-form-1 .btn-login {
    margin-top: 16px;
    background: #0098d1;
    border-radius: 4px;
    padding: 9px;
    text-align: center
}

.login .form-login .login-cnt .login-form-1 .btn-login .link-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.login .form-login .login-cnt .login-form-2 {
    margin-top: 16px;
    display: none
}

.login .form-login .login-cnt .login-form-2 .login-email {
    margin-bottom: 16px
}

.login .form-login .login-cnt .login-form-2 .login-email .email-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.login .form-login .login-cnt .login-form-2 .login-email .input-email {
    margin-top: 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    padding: 10px 8px
}

.login .form-login .login-cnt .login-form-2 .login-email .input-email::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.login .form-login .login-cnt .login-form-2 .login-name {
    margin-bottom: 16px
}

.login .form-login .login-cnt .login-form-2 .login-name .email-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.login .form-login .login-cnt .login-form-2 .login-name .input-name {
    margin-top: 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    padding: 10px 8px
}

.login .form-login .login-cnt .login-form-2 .login-name .input-name::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.login .form-login .login-cnt .login-form-2 .login-password {
    position: relative
}

.login .form-login .login-cnt .login-form-2 .login-password .email-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.login .form-login .login-cnt .login-form-2 .login-password .input-password {
    margin-top: 8px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    padding: 10px 8px;
    margin-bottom: 16px
}

.login .form-login .login-cnt .login-form-2 .login-password .input-password::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b
}

.login .form-login .login-cnt .login-form-2 .login-password .view {
    position: absolute;
    bottom: 23px;
    right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.login .form-login .login-cnt .login-form-2 .regula {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545
}

.login .form-login .login-cnt .login-form-2 .regula .forget-password {
    text-decoration: underline;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #454545;
    padding: 0 4px
}

.login .form-login .login-cnt .login-form-2 .btn-login {
    margin-top: 16px;
    background: #0098d1;
    border-radius: 4px;
    padding: 9px;
    text-align: center
}

.login .form-login .login-cnt .login-form-2 .btn-login .link-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.sport__section-banner {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/sport-banner.png) no-repeat;
    background-size: cover;
    padding: 24px 0;
    margin-bottom: 24px
}

.sport__section-banner .section-top {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden
}

.sport__section-banner .section-top .item {
    width: 20%;
    background: #fff;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545;
    border-right: 0
}

.sport__section-banner .section-top .item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.sport__section-banner .section-top .item:last-child {
    border-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.sport__section-banner .section-top .item.active {
    border: 1px solid #fff;
    background: #0098d1;
    color: #fff
}

.sport__section-banner .section-top .item.active .icon path,
.sport__section-banner .section-top .item.active .icon svg {
    fill: #fff
}

.sport__section-banner .section-top .item .icon {
    margin-right: 8px
}

.sport__section-banner .section-middle .note {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.sport__section-banner .section-middle .title-page {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    display: block
}

.sport__section-banner .section-bottom {
    position: relative;
    padding: 0 28px;
    margin-top: 16px
}

.sport__section-banner .section-bottom .sport-ltd-sw-prev {
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sport__section-banner .section-bottom .sport-ltd-sw-next {
    position: absolute;
    top: 2px;
    right: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sport__section-banner .section-bottom .swiper-slide {
    width: 145px
}

.sport__section-banner .section-bottom .swiper-slide:last-child .box-item:before {
    display: none
}

.sport__section-banner .section-bottom .box-item {
    width: 100%;
    position: relative
}

.sport__section-banner .section-bottom .box-item.active .box-content {
    background: #fff;
    border-radius: 4px;
    color: #0098d1
}

.sport__section-banner .section-bottom .box-item.active .box-content path,
.sport__section-banner .section-bottom .box-item.active .box-content svg {
    stroke: #0098D1
}

.sport__section-banner .section-bottom .box-item.active .box-content circle {
    fill: #0098D1
}

.sport__section-banner .section-bottom .box-item:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    border-bottom: 1px dashed #0098d1;
    left: 50%;
    top: 15px
}

.sport__section-banner .section-bottom .box-item .box-content {
    width: 58px;
    padding: 4px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    margin: 0 auto
}

.sport__section-main {
    margin-bottom: 40px
}

.sport__sm-flex {
    display: flex
}

.sport__sm-nav {
    width: 256px;
    margin-right: 32px
}

.sport__sm-nav .box-nav .item {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #292929;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    min-height: 48px;
    padding: 8px
}

.sport__sm-nav .box-nav .item.active {
    background: #f6f6f6
}

.sport__sm-nav .box-nav .item .icon {
    width: 32px;
    display: flex;
    margin-right: 8px
}

.sport__sm-main {
    width: calc(100% - 288px)
}

.sport__sm-main .box-item {
    margin-bottom: 24px
}

.sport__sm-main .box-item .item-title {
    background: #0098d1;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.sport__sm-main .box-item .item-table .row {
    padding: 7px 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.sport__sm-main .box-item .item-table .row:nth-child(odd) {
    background: #fafafa;
    border-radius: 4px
}

.sport__sm-main .box-item .item-table .row:last-child {
    margin-bottom: 0
}

.sport__sm-main .box-item .item-table .row .score {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #292929;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sport__sm-main .box-item .item-table .row .team {
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 77px
}

.sport__sm-main .box-item .item-table .row .team.home {
    flex-direction: row-reverse;
    padding-right: 77px;
    padding-left: 0
}

.sport__sm-main .box-item .item-table .row .team.home .name {
    text-align: left
}

.sport__sm-main .box-item .item-table .row .team.home .flag {
    margin-right: 8px
}

.sport__sm-main .box-item .item-table .row .team .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929;
    margin-right: 8px;
    width: calc(100% - 34px)
}

.sport__sm-main .box-item .item-table .row .team .flag {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sport__sm-main .box-item .item-table .row .team .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.sport__sm-main .box-item .item-table .row .view-more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #0098d1;
    position: absolute;
    right: 16px
}

.sport__table-bxh .table-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 8px
}

.sport__table-bxh .table-content .row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb
}

.sport__table-bxh .table-content .row:last-child {
    border-bottom: 0
}

.sport__table-bxh .table-content .row:first-child {
    border-bottom: 0
}

.sport__table-bxh .table-content .row:first-child .col,
.sport__table-bxh .table-content .row:first-child .name {
    color: #0098d1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px
}

.sport__table-bxh .table-content .row:nth-child(2) .name .team .stt,
.sport__table-bxh .table-content .row:nth-child(3) .name .team .stt,
.sport__table-bxh .table-content .row:nth-child(4) .name .team .stt {
    background: #c6ebf9;
    border-radius: 4px
}

.sport__table-bxh .table-content .row .col {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    width: 60px;
    margin-left: 24px;
    text-align: center
}

.sport__table-bxh .table-content .row .col.total {
    text-align: right
}

.sport__table-bxh .table-content .row .name {
    flex: 1
}

.sport__table-bxh .table-content .row .name .team {
    display: flex;
    align-items: center
}

.sport__table-bxh .table-content .row .name .team .stt {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #292929
}

.sport__table-bxh .table-content .row .name .team .flag {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sport__table-bxh .table-content .row .name .team .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.sport__table-bxh .table-content .row .name .team .team-name {
    width: calc(100% - 72px);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929
}

.sport__section-live-content {
    width: 832px;
    margin: 0 auto
}

.sport__section-live-content .box-item {
    margin-bottom: 24px
}

.sport__section-live-content .box-item .item-title {
    background: #0098d1;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.sport__section-live-content .box-item .item-table .row {
    padding: 7px 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.sport__section-live-content .box-item .item-table .row:nth-child(odd) {
    background: #fafafa;
    border-radius: 4px
}

.sport__section-live-content .box-item .item-table .row:last-child {
    margin-bottom: 0
}

.sport__section-live-content .box-item .item-table .row .score {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.sport__section-live-content .box-item .item-table .row .score .add {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #8b8b8b
}

.sport__section-live-content .box-item .item-table .row .score .time {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #0098d1
}

.sport__section-live-content .box-item .item-table .row .team {
    width: calc(50% - 110px);
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.sport__section-live-content .box-item .item-table .row .team.home {
    flex-direction: row-reverse
}

.sport__section-live-content .box-item .item-table .row .team.home .name {
    text-align: left
}

.sport__section-live-content .box-item .item-table .row .team.home .flag {
    margin-right: 8px
}

.sport__section-live-content .box-item .item-table .row .team .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #292929;
    margin-right: 8px;
    width: calc(100% - 56px)
}

.sport__section-live-content .box-item .item-table .row .team .flag {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sport__section-live-content .box-item .item-table .row .team .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.sport__section-live-content .box-item .item-table .row .view-more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #0098d1;
    position: absolute;
    right: 16px
}

.sport__section-live {
    margin-bottom: 40px
}

.sport__game {
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-page-game.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 24px 0 154px
}

.sport__game .layout__breadcrumb .box-breadcrumb-name a {
    color: #fff
}

.sport__game .layout__breadcrumb .box-breadcrumb-sub {
    border-bottom: 1px solid #454545
}

.sport__game .layout__breadcrumb .box-breadcrumb-sub a {
    color: #fafafa
}

.sport__game-flex {
    display: flex
}

.sport__game-sub {
    width: 353px;
    margin-left: 32px
}

.sport__game-main {
    width: calc(100% - 388px)
}

.sport__game-main .box-game .box-top {
    display: flex;
    margin-bottom: 40px
}

.sport__game-main .box-game .box-top .box-left {
    width: 160px;
    margin-right: 32px
}

.sport__game-main .box-game .box-top .box-left .avatar {
    width: 160px;
    height: 160px;
    margin-bottom: 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden
}

.sport__game-main .box-game .box-top .box-left .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sport__game-main .box-game .box-top .box-left .star {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 8px
}

.sport__game-main .box-game .box-top .box-left .btn-submit {
    background: #0098d1;
    border-radius: 4px;
    display: block;
    padding: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.sport__game-main .box-game .box-top .box-right {
    width: calc(100% - 192px)
}

.sport__game-main .box-game .box-top .box-right .game-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 24px
}

.sport__game-main .box-game .box-top .box-right .type {
    display: flex;
    margin-bottom: 24px;
    width: calc(100% + 32px);
    margin-left: -16px
}

.sport__game-main .box-game .box-top .box-right .type .col {
    width: 25%;
    padding: 0 16px;
    position: relative
}

.sport__game-main .box-game .box-top .box-right .type .col:not(:last-child):before {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    background: #8b8b8b;
    right: 0;
    top: 10px
}

.sport__game-main .box-game .box-top .box-right .type .col .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    margin-bottom: 4px
}

.sport__game-main .box-game .box-top .box-right .type .col .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.sport__game-main .box-game .box-top .box-right .game-des {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.sport__game-main .box-intro-game {
    background: #022e3f;
    border-radius: 4px;
    padding: 24px
}

.sport__game-main .box-intro-game .box-video {
    padding-bottom: 32px;
    margin-bottom: 40px;
    border-bottom: 1px solid #454545
}

.sport__game-main .box-intro-game .box-video .title-box {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 32px
}

.sport__game-main .box-intro-game .box-video .title-box span {
    border-bottom: 1px solid #0098d1
}

.sport__game-main .box-intro-game .box-video .item-video {
    position: relative
}

.sport__game-main .box-intro-game .box-video .item-video .box-category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 55.73%);
    padding: 40px 16px 16px;
    width: 100%
}

.sport__game-main .box-intro-game .box-video .item-video .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #fff
}

.sport__game-main .box-intro-game .box-new .title-box {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 32px
}

.sport__game-main .box-intro-game .box-new .title-box span {
    border-bottom: 1px solid #0098d1
}

.sport__game-bxh {
    background: #fafafa;
    border-radius: 4px;
    overflow: hidden
}

.sport__game-bxh .box-item {
    border-bottom: 1px solid #ebebeb;
    padding: 16px;
    display: flex;
    position: relative;
    overflow: hidden
}

.sport__game-bxh .box-item:last-child {
    border-bottom: 0
}

.sport__game-bxh .box-item.active,
.sport__game-bxh .box-item:hover {
    background: linear-gradient(274.53deg, #e24d60 .87%, #be6cde 56.73%, #30b4e7 103.99%)
}

.sport__game-bxh .box-item.active .content .name,
.sport__game-bxh .box-item:hover .content .name {
    color: #fff
}

.sport__game-bxh .box-item.active .content .star .value,
.sport__game-bxh .box-item:hover .content .star .value {
    color: #fff
}

.sport__game-bxh .box-item.active .stt,
.sport__game-bxh .box-item:hover .stt {
    color: rgba(255, 255, 255, .4);
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-stt-game.png)
}

.sport__game-bxh .box-item .image {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 8px
}

.sport__game-bxh .box-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sport__game-bxh .box-item .content {
    flex: 1
}

.sport__game-bxh .box-item .content .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #292929;
    overflow: hidden
}

.sport__game-bxh .box-item .content .star {
    display: flex;
    align-items: center
}

.sport__game-bxh .box-item .content .star .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8b8b8b;
    opacity: .6
}

.sport__game-bxh .box-item .stt {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://static.thanhnien.com.vn/thanhnien.vn/image/bg-stt-game-w.png);
    width: 45px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #c6ebf9
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: attr(data-content)
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

[data-role=content] {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.618;
    color: #333;
    max-width: 100%
}

[data-role=content] h1,
[data-role=content] h2,
[data-role=content] h3,
[data-role=content] h4,
[data-role=content] h5,
[data-role=content] h6 {
    font-weight: 700;
    margin: .5em 0
}

[data-role=content] h1 {
    font-size: 2em
}

[data-role=content] h2 {
    font-size: 1.5em
}

[data-role=content] h3 {
    font-size: 1.17em
}

[data-role=content] b,
[data-role=content] strong {
    font-weight: 700
}

[data-role=content] i {
    font-style: italic
}

[data-role=content] sub,
[data-role=content] sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

[data-role=content] sub {
    bottom: -.25em
}

[data-role=content] sup {
    top: -.5em
}

[data-role=content] [type=chartbox] figure.highcharts-figure {
    margin: 0 40px
}

[data-role=content] .spdc-img-wrapper {
    width: 100% !important;
    max-width: 100% !important
}

@media (max-width:575px) {
    [data-role=content] {
        line-height: 1.618;
        color: #111
    }
}

[data-role=content] a {
    color: #0098d1
}

[data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
[data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
[data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
[data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-size: 13px;
    margin: 0
}

[data-role=content] p {
    margin: .5em 0
}

[data-role=content] .vceditor-content * {
    box-sizing: border-box
}

[data-role=content] .vceditor-content p b,
[data-role=content] .vceditor-content p strong {
    font-weight: 700
}

[data-role=content] .vceditor-content p i {
    font-style: italic
}

[data-role=content] .vceditor-content sub,
[data-role=content] .vceditor-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

[data-role=content] .vceditor-content sub {
    bottom: -.25em
}

[data-role=content] .vceditor-content sup {
    top: -.5em
}

[data-role=content] .vceditor-content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ececec;
    margin: 3em 0 2.5em;
    padding: 0
}

[data-role=content] .vceditor-content h1,
[data-role=content] .vceditor-content h2 {
    color: #333;
    font-size: 32px;
    margin: 0;
    margin-bottom: 22px;
    line-height: 36px
}

[data-role=content] .vceditor-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    margin: 0;
    margin-bottom: 22px
}

[data-role=content] .vceditor-content h4,
[data-role=content] .vceditor-content h5,
[data-role=content] .vceditor-content h6 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 22px
}

[data-role=content] .VCSortableInPreviewMode[type] {
    display: inline-block
}

[data-role=content] .VCSortableInPreviewMode[type=Video] {
    text-align: center
}

[data-role=content] .VCSortableInPreviewMode embed {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=Photo] img {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top
}

[data-role=content] .VCSortableInPreviewMode[type=Photo] a {
    outline: 0 !important
}

[data-role=content] .VCSortableInPreviewMode.captionBeside[type=Photo] {
    width: 100% !important;
    transition: all .5s;
    display: inline-block;
    margin-left: 0 !important
}

[data-role=content] .VCSortableInPreviewMode.captionBeside[type=Photo] div:first-child,
[data-role=content] .VCSortableInPreviewMode.captionBeside[type=Photo] div:first-child img {
    display: inline-block;
    width: 400px;
    vertical-align: bottom;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside {
    float: none;
    width: 100% !important;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside .PhotoCMS_Caption {
    position: absolute;
    bottom: 50px
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside a {
    width: 400px
}

[data-role=content] .VCSortableInPreviewMode.captionBeside[type=Photo] .PhotoCMS_Caption {
    display: inline-block !important;
    width: 240px;
    vertical-align: bottom;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeft div:first-child,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeftOverflow div:first-child {
    float: left;
    margin-right: 20px;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeft .PhotoCMS_Caption p,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeftOverflow .PhotoCMS_Caption p {
    text-align: left !important;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeft .PhotoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeftOverflow .PhotoCMS_Caption {
    right: 0;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRight div:first-child,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRightOverflow div:first-child {
    float: right;
    margin-left: 20px;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRight .PhotoCMS_Caption p,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRightOverflow .PhotoCMS_Caption p {
    text-align: right !important;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRight .PhotoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRightOverflow .PhotoCMS_Caption {
    left: 0;
    transition: all .5s
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside .PhotoCMS_Caption p {
    margin: 0 !important
}

[data-role=content] .VCSortableInPreviewMode[type=Photo] .fb-share-wrapper {
    font: normal 13px/25px;
    color: #bebebe;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside .fb-share-wrapper {
    bottom: 20px;
    position: absolute;
    width: 240px
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeft .fb-share-wrapper,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignLeftOverflow .fb-share-wrapper {
    right: 0;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRight .fb-share-wrapper,
[data-role=content] .VCSortableInPreviewMode[type=Photo].captionBeside.alignRightOverflow .fb-share-wrapper {
    left: 0;
    text-align: right
}

[data-role=content] .VCSortableInPreviewMode[type=Photo] .fb-share-wrapper .fb-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/web_images/fb-share.png);
    margin-right: 5px
}

[data-role=content] .VCSortableInPreviewMode[type=Photo] .fb-share-wrapper .fb-icon {
    background: rgba(0, 0, 0, 0) url("/web_images/fb-share.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    margin-bottom: -3px;
    width: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].alignCenterOverflow .PhotoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode[type=Photo].alignCenterOverflow .fb-share-wrapper {
    margin: auto;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] img {
    outline: medium none
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] a.OneNewsTitle {
    color: #004276;
    font-size: 13px;
    font-weight: 700;
    margin-top: 7px
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    color: #777
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] img {
    outline: medium none
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] a.OneNewsTitle {
    color: #004276;
    font-size: 15px;
    font-weight: 700;
    margin: 7px 0
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    color: #777;
    display: block;
    font-size: 12px;
    margin: 0 10px 0 0
}

[data-role=content] .VCSortableInPreviewMode.alignLeft[type=RelatedOneNews] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode.alignLeft[type=RelatedOneNews] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignLeft[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedOneNews] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedOneNews] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignRight[type=RelatedOneNews] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode.alignRight[type=RelatedOneNews] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignRight[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignRightOverflow[type=RelatedOneNews] img {
    height: 175px !important;
    margin: 0 !important;
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode.alignRightOverflow[type=RelatedOneNews] .OneNewsTitle {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode.alignRightOverflow[type=RelatedOneNews] .VCObjectBoxRelatedNewsItemSapo {
    margin: 0;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNews] {
    box-sizing: border-box;
    text-align: center
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNews] * {
    box-sizing: border-box
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNews] td {
    margin: 0;
    padding: 5px;
    width: 32% !important
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNews] img {
    max-width: 100% !important;
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedNews],
[data-role=content] .VCSortableInPreviewMode.alignLeft[type=RelatedNews] {
    width: 30% !important
}

[data-role=content] .VCSortableInPreviewMode.alignRightOverflow[type=RelatedNews],
[data-role=content] .VCSortableInPreviewMode.alignRight[type=RelatedNews] {
    width: 30% !important
}

[data-role=content] .VCSortableInPreviewMode.alignLeftOverflow[type=RelatedNews] td,
[data-role=content] .VCSortableInPreviewMode.alignLeft[type=RelatedNews] td {
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode.alignRightOverflow[type=RelatedNews] td,
[data-role=content] .VCSortableInPreviewMode.alignRight[type=RelatedNews] td {
    width: 100% !important
}

[data-role=content] .VCSortableInPreviewMode[type=content] {
    border: 1px solid #999;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=content] p {
    margin-bottom: 7px
}

[data-role=content] .VCSortableInPreviewMode[type=FirstCharacter] {
    color: #fff;
    display: inline;
    float: left;
    font-size: 60px;
    height: 70px;
    margin: 10px 10px 0 0;
    padding-top: 15px;
    width: 80px
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber] {
    width: 100%;
    height: 68px;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber] img {
    vertical-align: top
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber].onLeft {
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber].onRight {
    text-align: right
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber].onCenter {
    text-align: center
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber] .IAContentNumber {
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    width: 70px
}

[data-role=content] .vceditor-content .VCSortableInPreviewMode[type=content] {
    min-height: 38px;
    text-align: left;
    display: inline-block;
    margin: 20px 0 25px
}

[data-role=content] .vceditor-content .VCSortableInPreviewMode[type=content] p {
    margin-bottom: 10px
}

[data-role=content] .vceditor-content .VCSortableInPreviewMode[type=content] p:last-child {
    margin-bottom: 0
}

[data-role=content] .vceditor-content .VCSortableInPreviewMode[type=content] p:last-child {
    margin-bottom: 0
}

[data-role=content] .vceditor-content .VCSortableInPreviewMode[type=hr] {
    margin: 40px 0;
    min-height: 40px
}

[data-role=content] .VCSortableInPreviewMode[type=FirstCharacterv2] {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-top: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=FirstCharacterv2] img {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=FirstCharacterv2].alignLeft {
    margin-right: 15px !important
}

[data-role=content] .VCSortableInPreviewMode[type=FirstCharacterv2].alignRight {
    margin-left: 15px !important
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div:not(#NLElementFunc):not(#NLFuncEnter):not(.sort-mode-delete) {
    width: 100%;
    border: solid 1px #dfdfdf;
    position: relative;
    background: #fff;
    padding: 0
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div h3 {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background: #fff;
    margin: 0;
    width: 100%;
    -moz-user-select: none;
    text-align: left;
    color: #af1903;
    font-size: 18px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div h4 {
    padding: 5px 10px;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div h4 a {
    color: #333;
    text-align: left;
    text-decoration: none
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div p {
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 5px 10px;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div span {
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div label {
    font-size: 15px;
    color: #555;
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div img {
    outline: 0
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div .VCListVoteAnswers {
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=Vote]>div .VCPollFooter {
    text-align: center;
    margin: 10px 0
}

[data-role=content] .vceditor-content .PhotoCMS_Caption,
[data-role=content] .vceditor-content .PhotoCMS_Caption p {
    color: #666;
    font-size: 13px;
    margin-bottom: 0
}

[data-role=content] .vceditor-content .VideoCMS_Caption,
[data-role=content] .vceditor-content .VideoCMS_Caption p {
    color: #888 !important;
    font-style: normal;
    font-size: 13px;
    min-height: 30px;
    text-align: left;
    width: auto
}

[data-role=content] .vceditor-content .PhotoCMS_Caption,
[data-role=content] .vceditor-content .VideoCMS_Caption {
    background: #f2f2f2;
    padding: 10px;
    text-align: center
}

[data-role=content] .vceditor-content .VCSortableInPreviewMode.noCaption .LayoutAlbumCaptionWrapper,
[data-role=content] .vceditor-content .VCSortableInPreviewMode.noCaption .PhotoCMS_Caption,
[data-role=content] .vceditor-content .VCSortableInPreviewMode.noCaption .VideoCMS_Caption {
    display: none
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] p.quote {
    border: 8px none #f5566c;
    padding: 20px 0;
    text-align: left;
    font-size: 30px !important;
    line-height: 36px !important
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignCenter {
    clear: both
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border {
    border-color: #f5566c;
    border-style: solid none;
    border-width: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-style: none
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-sort {
    left: 45%;
    right: 45%
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-top {
    border-top-style: solid
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-top>p.quote {
    margin-bottom: 0
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] span.custom-border.border-bottom {
    border-bottom-style: solid
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] .name-n-quote {
    position: relative
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] p.quote.border-left {
    border-left-style: solid;
    padding-left: 20px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] p.quote.border-right {
    border-right-style: solid;
    padding-right: 20px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] .StarNameCaption {
    color: #797979;
    font: 14px/20px;
    margin-top: 10px;
    text-align: left
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2] .StarNameCaption.hasmargin {
    margin-left: 27px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignCenterOverflow .StarNameCaption {
    width: 660px;
    margin: auto
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignLeft,
[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignLeftOverflow,
[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignRight,
[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=StarQuoteV2].alignRightOverflow {
    margin-top: 10px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] p.quote {
    border: 8px none #f5566c;
    padding: 20px 0;
    text-align: left;
    font-size: 30px !important;
    line-height: 36px !important
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignCenter {
    clear: both
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] .name-n-quote {
    position: relative
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border {
    border-color: #f5566c;
    border-style: solid none;
    border-width: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-style: none
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-sort {
    left: 45%;
    right: 45%
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-top {
    border-top-style: solid
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-top>p.quote {
    margin-bottom: 0
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-bottom {
    border-bottom-style: solid
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] p.quote.border-left {
    border-left-style: solid;
    padding-left: 20px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] p.quote.border-right {
    border-right-style: solid;
    padding-right: 20px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption {
    color: #797979;
    font: 14px/20px;
    margin-top: 10px;
    text-align: left
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption.hasmargin {
    margin-left: 27px
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignCenterOverflow .StarNameCaption {
    width: 660px;
    margin: auto
}

[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignLeft,
[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignLeftOverflow,
[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignRight,
[data-role=content] .vceditor-contentOuter .vceditor-content .VCSortableInPreviewMode[type=SimpleQuote].alignRightOverflow {
    margin-top: 10px
}

[data-role=content] .alignLeft .deflector.PhotoCMS_Caption,
[data-role=content] .alignLeft .deflector.VideoCMS_Caption {
    left: -10px;
    margin-left: -200px;
    position: absolute;
    text-align: right !important;
    top: 0;
    width: 200px
}

[data-role=content] .alignLeft .deflector.PhotoCMS_Caption::before,
[data-role=content] .alignLeft .deflector.VideoCMS_Caption::before {
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-left: 70%;
    width: 30%
}

[data-role=content] .alignLeft .deflector.VideoCMS_Caption * {
    text-align: right !important
}

[data-role=content] .alignRight .deflector.PhotoCMS_Caption,
[data-role=content] .alignRight .deflector.VideoCMS_Caption {
    margin-right: -200px;
    position: absolute;
    right: -10px;
    text-align: left !important;
    top: 0;
    width: 200px
}

[data-role=content] .alignRight .deflector.VideoCMS_Caption * {
    text-align: left !important
}

[data-role=content] .alignRight .deflector.PhotoCMS_Caption::before,
[data-role=content] .alignRight .deflector.VideoCMS_Caption::before {
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-right: 70%;
    width: 30%
}

[data-role=content] .LayoutAlbumWrapper {
    width: 100%
}

[data-role=content] .LayoutAlbumWrapper .LayoutAlbumRow {
    margin-bottom: .5rem;
    width: 100%;
    display: flex
}

[data-role=content] .LayoutAlbumWrapper .LayoutAlbumRow:last-child {
    margin: 0
}

[data-role=content] .LayoutAlbumWrapper .LayoutAlbumItem {
    display: block;
    float: left;
    margin: 0 .2rem
}

[data-role=content] .LayoutAlbumWrapper .LayoutAlbumItem:first-child {
    margin-left: 0
}

[data-role=content] .LayoutAlbumWrapper .LayoutAlbumItem:last-child {
    margin-right: 0
}

[data-role=content] .LayoutAlbumWrapper figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

[data-role=content] .LayoutAlbumWrapper figcaption {
    background-color: rgba(255, 255, 255, .75);
    box-sizing: border-box;
    font-size: .75rem;
    padding: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .5s ease-in-out;
    display: none
}

[data-role=content] .LayoutAlbumItem a {
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: transparent
}

[data-role=content] .LayoutAlbumWrapper .LayoutAlbumItem:hover a+figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

[data-role=content] .LayoutAlbumWrapper img {
    display: block;
    max-width: 100%;
    transition: all .25s ease-in-out
}

[data-role=content] .VCSortableInPreviewMode[type=LayoutAlbum].alignJustify {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

[data-role=content] .LayoutAlbumContent {
    display: inline-block;
    width: 100%;
    vertical-align: bottom
}

[data-role=content] .LayoutAlbumCaption {
    font-style: italic;
    font-size: 12px !important;
    line-height: 19px !important
}

[data-role=content] .VCSortableInPreviewMode.link-content-footer {
    text-align: left;
    line-height: 25px
}

[data-role=content] .VCSortableInPreviewMode[type=PhotoInContentBox] img {
    max-width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=PhotoInContentBox].floatleft {
    float: left;
    margin-right: 2%
}

[data-role=content] .VCSortableInPreviewMode[type=PhotoInContentBox].floatnone {
    float: none;
    margin: 0 auto;
    display: block
}

[data-role=content] .VCSortableInPreviewMode[type=PhotoInContentBox].floatright {
    float: right;
    margin-left: 2%
}

[data-role=content] .VCSortableInPreviewMode[type=credit] {
    margin-bottom: 30px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .content-wrapper {
    text-align: left;
    border-left: solid 5px #f5566c;
    padding-left: 18px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .credit-item {
    line-height: 26px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .credit-item div,
[data-role=content] .VCSortableInPreviewMode[type=credit] .credit-item label {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    margin-right: 5px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .credit-item div {
    margin-left: 6px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .ttvn-link {
    color: #222;
    position: absolute;
    right: 0;
    top: 0
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .publish-date {
    position: absolute;
    right: 0;
    top: 30px;
    color: #b3b3b3
}

[data-role=content] .VCSortableInPreviewMode[type=ElectionVote] {
    border: solid 10px #fd4f4f;
    background: #668efd;
    height: 100px;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] {
    position: relative;
    display: block
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] img {
    max-width: none;
    height: 100%;
    width: 100% !important
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .panel-after,
[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .panel-before {
    width: 50%;
    top: 0;
    overflow: hidden
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .panel-before {
    left: 0;
    float: left
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .panel-after {
    float: right;
    border-left: solid 2px #daa520
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .panel-after img {
    float: right
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw0 {
    width: 2%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw10 {
    width: 10%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw20 {
    width: 20%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw30 {
    width: 30%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw40 {
    width: 40%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw50 {
    width: 50%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw60 {
    width: 60%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw70 {
    width: 70%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw80 {
    width: 80%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw90 {
    width: 90%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .baw100 {
    width: 98%
}

[data-role=content] .VCCSortableInPreviewMode[type=BeforeAfter] .PhotoCMS_Caption {
    width: 100%;
    clear: both
}

[data-role=content] #VCBeforeWrapper {
    height: 100%;
    width: 800px;
    position: relative
}

[data-role=content] .icon-beforeafter {
    transform: scale(.8);
    background: url("/web_images/before-after/vcbeforeafter.png") no-repeat #fff;
    height: 15px;
    width: 15px;
    float: left;
    margin-top: 1px
}

[data-role=content] .balinksWrapper {
    margin: 0 auto
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] {
    margin-top: 30px
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-title-wrap {
    text-align: left;
    font-size: 30px;
    color: #222;
    margin: 15px 0
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-content-wrap {
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-content-wrap p {
    margin-bottom: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-content-wrap,
[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-title-wrap {
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
    margin-left: 0
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-content-wrap {
    min-height: 120px
}

[data-role=content] .VCSortableInPreviewMode[type=blockcontent] .block-content-wrap .VCSortableInPreviewMode[type=VideoStream] {
    margin-bottom: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=contentnumber] .IAContentNumber {
    width: 68px;
    height: 68px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 68px;
    margin-bottom: 15px;
    background-color: #ff6e15;
    display: flex;
    align-items: center;
    justify-content: center
}

[data-role=content] .VCSortableInPreviewMode[type=BlockQuoteIa] div.quote {
    border-left: 2px solid #f5566c;
    text-align: left;
    padding-left: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .contentWrapper {
    padding-left: 18px;
    text-align: left;
    border-left: solid 5px #432e1e
}

[data-role=content] .VCSortableInPreviewMode {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto 15px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    visibility: visible;
    word-wrap: break-word;
    cursor: default;
    max-width: 100%
}

[data-role=content] .VCSortableInPreviewMode::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

[data-role=content] .VCSortableInPreviewMode::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 3px
}

[data-role=content] .VCSortableInPreviewMode::-webkit-scrollbar-track {
    background: #fff
}

[data-role=content] .VCSortableInPreviewMode::-webkit-scrollbar-track-piece {
    background-color: #fff
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .creditItem {
    line-height: 26px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .creditItem div,
[data-role=content] .VCSortableInPreviewMode[type=credit] .creditItem label {
    display: inline-block;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #222 !important;
    margin-right: 5px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .ttvn-link {
    color: #222;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 26px
}

[data-role=content] .VCSortableInPreviewMode[type=credit] .publishDate {
    position: absolute;
    right: 0;
    top: 30px;
    color: #b3b3b3;
    font-size: 18px;
    line-height: 26px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] {
    display: block;
    line-height: 20px;
    width: 650px;
    padding: 18px 20px 25px;
    border: 2px solid #42bcee;
    background: #eaf7ff;
    margin-bottom: 30px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop {
    display: flex;
    text-transform: uppercase
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop>div {
    height: 150px;
    flex: 1;
    border-bottom: 1px solid #c3e8fe
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballScale>div:first-child {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballScale>div:first-child span {
    color: #5f6060;
    font-size: 14px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballScale>div:nth-child(2) {
    margin-bottom: 25px;
    color: #1f97e3;
    font-size: 60px;
    line-height: 40px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballScale>div:nth-child(3) {
    font-size: 12px;
    color: #5f6060
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballImage {
    padding-top: 34px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballImage img {
    width: 70px;
    height: 70px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballTop .NLFootballImage label {
    font-size: 19px;
    width: 100%;
    display: block;
    margin-top: 3px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot {
    padding-top: 35px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div:before {
    content: " ";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div>div {
    min-height: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div>div:first-child {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div>div:nth-child(2) {
    text-align: center;
    display: inline-block;
    width: 20%;
    float: left
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div>div:nth-child(3) {
    display: inline-block;
    width: 40%;
    float: left;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall] .NLFootballBot>div:last-child {
    margin-bottom: 0
}

[data-role=content] .VCSortableInPreviewMode[type=FootBall].alignJustify {
    width: 100%
}

[data-role=content] .NLFootballGoals .football-icon {
    background: url(https://static.mediacdn.vn/images/football/football_01.png) no-repeat scroll center center
}

[data-role=content] .NLFootballRedCards .football-icon {
    background: url(https://static.mediacdn.vn/images/football/football_03.png) no-repeat scroll center center
}

[data-role=content] .NLFootballYellowCards .football-icon {
    background: url(https://static.mediacdn.vn/images/football/football_05.png) no-repeat scroll center center
}

[data-role=content] .football-time {
    color: #2c91cf
}

[data-role=content] .VCSortableInPreviewMode[type=MediaAlbum] {
    height: 230px;
    background: url(https://static.mediacdn.vn/images/multimediaalbum_bg.png) no-repeat center center
}

[data-role=content] .VCSortableInPreviewMode[type=multipart] {
    display: inline-block
}

[data-role=content] .kncc-multipart-object {
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    background-color: #f1f1f1
}

[data-role=content] .knccmpo-left {
    width: 90px;
    float: left
}

[data-role=content] .knccmpo-right {
    margin-left: 110px
}

[data-role=content] .kncc-multipart-object p {
    margin-bottom: 15px
}

[data-role=content] .knccmpol-label.datentime {
    font-size: 16px;
    color: #666;
    text-transform: uppercase
}

[data-role=content] .knccmpol-label.number {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border: 1px solid #bbb;
    font-size: 24px;
    line-height: 43px;
    color: #777;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

[data-role=content] .knccmpor-content {
    text-align: justify
}

[data-role=content] .VCSortableInPreviewMode h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 22px;
    line-height: 27px
}

[data-role=content] .kbwscwl-relatedbox {
    float: right;
    display: block;
    margin-bottom: 0
}

[data-role=content] .kbwscwl-relatedbox .kbwscwlrl-title {
    margin: 0;
    padding: 10px 7px 7px 10px
}

[data-role=content] .kbwscwl-relatedbox .kbwscwlrl-title a.title {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    line-height: 26px
}

@media (max-width:767px) {
    [data-role=content] .kbwscwl-relatedbox .kbwscwlrl-title a.title {
        font-size: 1.2rem;
        line-height: 1.618
    }
}

[data-role=content] .kbwscwl-relatedbox .kbwscwlrl-title a.title svg {
    margin-left: 8px
}

[data-role=content] .kbwscwl-relatedbox .kbwscwlrl-title a.title:hover {
    color: #666 !important
}

[data-role=content] .af-detail-s-menu .afcb-content .kbwscwl-relatedbox.type-1 {
    width: auto
}

[data-role=content] .kbwscwl-relatedbox.type-1 .kbwscwlrl-title {
    background: #eaeaea
}

[data-role=content] .kbwscwl-relatedbox.type-2 {
    border-top: 3px solid #0098d1;
    border-bottom: 3px solid #0098d1
}

[data-role=content] .kbwscwl-relatedbox.type-3 {
    border-top: 3px solid #0098d1;
    border-bottom: 3px solid #0098d1
}

[data-role=content] .kbwscwl-relatedbox.type-3 .kbwscwlrl-title {
    padding: 15px 0
}

[data-role=content] .kbwscwl-relatedbox.type-3 .kbwscwlrl-title a.title {
    font-size: 22px;
    line-height: 26px;
    color: #222
}

[data-role=content] .kbwscwl-relatedbox.type-3 .kbwscwlrl-next {
    font-size: 15px;
    color: #0098d1;
    height: 27px;
    text-transform: uppercase;
    width: 130px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    background-size: 27px;
    padding-right: 30px;
    border: 0;
    box-shadow: none;
    text-align: center
}

[data-role=content] .kbwscwl-relatedbox.type-3 .kbwscwlrl-next:before {
    display: none
}

[data-role=content] .kbwscwl-relatedbox.type-3 .kbwscwlrl-next:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #0098d1;
    border-radius: 50%;
    top: 0;
    right: 4px;
    background-image: url(https://static.mediacdn.vn/common/images/arr-next.svg);
    background-repeat: no-repeat;
    background-position: center
}

[data-role=content] .kbwscwl-relatedbox.type-2 .kbwscwlrl-title a.title {
    font-size: 16px;
    line-height: 19px;
    color: #333
}

[data-role=content] .kbwscwl-relatedbox.type-2 .kbwscwlrl {
    list-style: disc;
    color: #0098d1;
    margin-left: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    display: list-item;
    list-style-type: disc !important
}

[data-role=content] .kbwscwl-relatedbox.type-2 .kbwscwlrl-title {
    padding: 0 !important;
    margin: 0 !important
}

[data-role=content] .kbwscwlrl-thumb {
    display: block
}

[data-role=content] .kbwscwlrl-thumb img {
    display: block;
    width: 100%
}

[data-role=content] .kbwscwlrl-next {
    color: #797671;
    display: inline-block;
    float: right;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    width: 130px;
    border: 1px solid #ddd;
    box-shadow: 4px 4px 6px -2px #ddd;
    background: #fff;
    border-radius: 18px;
    position: relative
}

[data-role=content] .kbwscwlrl-next:before {
    content: "Xem ngay";
    margin-left: 14px;
    color: #0098d1
}

[data-role=content] .kbwscwlrl-next:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #0098d1;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    background-image: url(https://static.mediacdn.vn/common/images/arr-next.svg);
    background-repeat: no-repeat;
    background-position: center
}

[data-role=content] .kbwscwlr-list {
    text-align: left
}

[data-role=content] .kbwscwl-relatedbox.type-4 {
    border: 1px solid #ccc;
    border-top: 3px solid #0098d1;
    border-radius: 3px;
    overflow: hidden
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title-header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 9px;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #ccc
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-news-thumb-avata {
    float: left;
    width: 45%;
    padding: 0;
    margin-right: 3%
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl {
    float: left;
    position: relative;
    text-align: left;
    border-top: 1px dotted #cbcfd3;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:767px) {
    [data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl {
        margin: 10px 0
    }
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl:first-child {
    margin-top: 0;
    border: none
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata {
    float: left;
    width: 45%;
    padding: 0;
    height: auto
}

@media (max-width:767px) {
    [data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata {
        width: 100%;
        margin-bottom: 10px
    }
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-thumb-avata img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title {
    margin-left: 52%;
    padding: 0
}

@media (max-width:767px) {
    [data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title {
        margin-left: 0
    }
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
    line-height: 19px
}

[data-role=content] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title:hover {
    color: #666 !important
}

[data-role=content] .fbPhotoWrap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    border-color: #435eac #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin: 20px auto;
    text-align: center
}

[data-role=content] .fbPhotoWrap .fbPhotoTitle {
    color: #555;
    display: block;
    font: 300 18px/18px;
    margin-top: 18px
}

[data-role=content] .fbPhotoWrap a {
    background-color: #4460ae;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 30px;
    padding: 0 66px;
    text-decoration: none
}

[data-role=content] .fbPhotoWrap a:hover {
    background-color: #324b92
}

[data-role=content] .fbPhotoWrap a span {
    background: transparent url("https://kenh143.vcmedia.vn/skin/fbuploadimages/camera-icon.png") no-repeat scroll left center;
    display: inline-block;
    height: 24px;
    padding-left: 22px;
    vertical-align: text-bottom;
    width: 31px
}

[data-role=content] .fbPhotoWrap a em {
    background: transparent url("https://kenh143.vcmedia.vn/skin/fbuploadimages/camera-icon.png") no-repeat scroll left center;
    display: inline-block;
    height: 24px;
    padding-left: 22px;
    vertical-align: text-bottom;
    width: 31px
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] p.quote {
    border: 8px none #f5566c;
    padding: 20px 0;
    text-align: left;
    font-size: 30px !important;
    line-height: 36px !important
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote].alignCenter {
    clear: both
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] .name-n-quote {
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border {
    border-color: #f5566c;
    border-style: solid none;
    border-width: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-style: none
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-sort {
    left: 45%;
    right: 45%
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-top {
    border-top-style: solid
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-top>p.quote {
    margin-bottom: 0
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] span.custom-border.border-bottom {
    border-bottom-style: solid
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] p.quote.border-left {
    border-left-style: solid;
    padding-left: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] p.quote.border-right {
    border-right-style: solid;
    padding-right: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption {
    text-align: right;
    font-size: 17px;
    padding: 0;
    font-style: italic;
    font-weight: 700;
    color: #707070;
    color: inherit;
    text-decoration: none
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption:before {
    content: '';
    height: 1px;
    background-color: #ed1b2f;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption:after {
    content: '';
    height: 1px;
    background-color: #ed1b2f;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote] .StarNameCaption.hasmargin {
    margin-left: 27px
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote].alignCenterOverflow .StarNameCaption {
    width: 660px;
    margin: auto
}

[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote].alignLeft,
[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote].alignLeftOverflow,
[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote].alignRight,
[data-role=content] .VCSortableInPreviewMode[type=SimpleQuote].alignRightOverflow {
    margin-top: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=SliderImages] .SliderImagesContent {
    min-height: 270px;
    overflow: hidden
}

[data-role=content] .VCSortableInPreviewMode[type=SliderImages] .SliderImagesContent li {
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=SliderImages] .SliderImagesContent li img {
    position: absolute;
    top: 0;
    left: 0
}

[data-role=content] .VCSortableInPreviewMode[type=SliderImages] .IMSViewSliderImages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 270px
}

[data-role=content] .VCSortableInPreviewMode[type=SliderImages] .IMSViewSliderImages .btnpve {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 40%;
    left: 10px;
    cursor: pointer;
    z-index: 10
}

[data-role=content] .VCSortableInPreviewMode[type=SliderImages] .IMSViewSliderImages .btnnext {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 40%;
    right: 10px;
    cursor: pointer;
    z-index: 10
}

[data-role=content] .star-quote {
    padding: 8px
}

[data-role=content] .star-quote a.star-ava {
    display: block;
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px
}

[data-role=content] .star-quote a.star-ava img {
    border-radius: 100px;
    height: 50px;
    width: 50px
}

[data-role=content] .star-quote h3.star-name {
    text-align: left;
    margin: 4px 0
}

[data-role=content] .star-quote h3.star-name a {
    color: #ff621d;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

[data-role=content] .star-quote .name-n-quote {
    width: 80%
}

[data-role=content] .star-quote.type1 .name-n-quote p.quote {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    padding: 0 26px
}

[data-role=content] .star-quote p.quote {
    position: relative;
    text-align: justify
}

[data-role=content] .star-quote[type=StarQuote] p.quote::before {
    background: transparent url("https://static.mediacdn.vn/images/quote-sprite.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px
}

[data-role=content] .star-quote[type=StarQuote] p.quote::after {
    background: transparent url("https://static.mediacdn.vn/images/quote-sprite.png") no-repeat scroll left bottom;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    width: 21px
}

[data-role=content] .star-quote.type2 {
    margin-right: 20px;
    float: left;
    padding: 2px 2px 2px 5px;
    width: 240px;
    box-sizing: content-box !important
}

[data-role=content] .star-quote.type2 p.quote {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0 26px
}

[data-role=content] .star-quote.type2 .star-ava-n-name {
    margin-left: 25px
}

[data-role=content] .star-quote.type2 .star-ava-n-name h3.star-name {
    float: left;
    padding-top: 12px
}

[data-role=content] .star-quote.type2 .star-ava-n-name a.star-ava {
    margin-right: 10px;
    height: 50px;
    width: 50px
}

[data-role=content] .star-quote.type3 p.quote {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 22px
}

[data-role=content] .k14-vote-quiz-wrapper {
    width: 100%;
    position: relative
}

[data-role=content] .k14vqw-content {
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

[data-role=content] .k14vqwc-header {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
    padding-right: 150px;
    position: relative;
    margin-bottom: 30px
}

[data-role=content] .vote-poll .k14vqwch-icon {
    display: block;
    width: 50px;
    height: 50px;
    background: url(/web_images/theremix-vote-sprite.png) left top #ff6d1a no-repeat;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0
}

[data-role=content] .k14vqwca-img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    float: left;
    margin-right: 20px
}

[data-role=content] .k14vqwca {
    margin-bottom: 20px
}

[data-role=content] .k14vqwca a {
    display: block;
    height: 60px;
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-decoration: none;
    margin-left: 80px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    z-index: 0
}

[data-role=content] .k14vqwca-label {
    float: left
}

[data-role=content] .k14vqwca-percent {
    float: right;
    display: none
}

[data-role=content] .k14vqwca a:hover {
    background-color: rgba(255, 255, 255, .2)
}

[data-role=content] .k14vqwca a:hover:before {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 17px;
    right: 20px;
    background: url(https://static.mediacdn.vn/images/theremix-vote-sprite.png) -60px 0 no-repeat;
    content: ''
}

[data-role=content] .show-results .k14vqwca a:hover:before {
    display: none
}

[data-role=content] .btn-k14vqwcs {
    display: block;
    float: right;
    padding: 0 20px;
    height: 36px;
    background-image: linear-gradient(#fff, #ddd);
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #3b5998;
    text-decoration: none
}

[data-role=content] .btn-k14vqwcs span {
    display: block;
    padding-left: 18px;
    position: relative
}

[data-role=content] .btn-k14vqwcs span:before {
    display: block;
    width: 7px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    background: url(https://static.mediacdn.vn/images/theremix-vote-sprite.png) -60px -36px no-repeat;
    content: ''
}

[data-role=content] .k14vqwca-percentbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: width linear .3s;
    -webkit-transition: width linear .3s;
    -moz-transition: width linear .3s;
    background-color: rgba(255, 255, 255, .2);
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    display: none;
    width: 0;
    z-index: -1
}

[data-role=content] .show-results .k14vqwca-percentbar {
    display: block
}

[data-role=content] .show-results .user-selected,
[data-role=content] .show-results .user-selected:hover {
    background-color: rgba(255, 109, 26, .2)
}

[data-role=content] .show-results .user-selected .k14vqwca-percentbar {
    background-color: #ff6d1a
}

[data-role=content] .show-results .k14vqwca-percent {
    display: block
}

[data-role=content] .VCCharacterBox {
    margin: 30px 0
}

[data-role=content] .VCCharacterBox .VCCharacterBoxAvatar img {
    padding: 0 !important
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxInner,
[data-role=content] .VCCharacterBox[data-type=one].VCCharacterBoxOuter {
    border: medium solid #007f74
}

[data-role=content] .VCCharacterBox[data-type=one].VCCharacterBoxOuter {
    border-width: 1px 1px 1px 18px
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxInner {
    border-width: 0 0 0 4px;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxHead {
    height: 110px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxDescription,
[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxTitle {
    font-weight: 700;
    text-transform: uppercase
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxDescription {
    color: #007f74;
    font-size: 12px;
    left: 120px;
    position: absolute;
    top: 12px
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxTitle {
    background-color: #007f74;
    color: #fff;
    height: 35px;
    left: 109px;
    line-height: 35px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 32px;
    width: 100%;
    text-align: left
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxAvatar {
    position: absolute
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxAvatar img {
    height: 110px !important;
    width: 109px !important
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/images/mask-tron-1.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 110px;
    left: 0;
    position: absolute;
    top: 0;
    width: 109px;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxContent {
    font-size: 17px;
    font-style: italic;
    padding: 20px 0 20px 30px
}

[data-role=content] .VCCharacterBox[data-type=one] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 120px
}

[data-role=content] .VCCharacterBox[data-type=two] {
    background-color: #ebf1f1
}

[data-role=content] .VCCharacterBox[data-type=two].VCCharacterBoxOuter {
    border: medium solid #2f4a5f
}

[data-role=content] .VCCharacterBox[data-type=two].VCCharacterBoxOuter {
    border-width: 1px
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxInner {
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxHead {
    height: 116px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxDescription,
[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxTitle {
    font-weight: 700;
    text-transform: uppercase
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxDescription {
    color: #000;
    font-size: 12px;
    left: 150px;
    position: absolute;
    top: 20px
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxTitle {
    background-color: #2f4a5f;
    color: #fff;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 40px;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxAvatar {
    left: 7px;
    position: absolute;
    z-index: 3
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxAvatar img {
    height: 116px !important;
    width: 120px !important
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/images/mask-tron-2.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 116px;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxContent {
    font-size: 17px;
    padding: 20px 0 20px 30px
}

[data-role=content] .VCCharacterBox[data-type=two] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 109px
}

[data-role=content] .VCCharacterBox[data-type=three] {
    background-color: #dadada
}

[data-role=content] .VCCharacterBox[data-type=three].VCCharacterBoxOuter {
    border: medium solid #b5b5b5
}

[data-role=content] .VCCharacterBox[data-type=three].VCCharacterBoxOuter {
    border-width: 1px
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxInner {
    padding: 70px 0 0;
    position: relative
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxHead {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxDescription,
[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxTitle {
    font-weight: 700;
    text-transform: uppercase
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxDescription {
    background-color: #c51010;
    color: #fff;
    font-size: 12px;
    height: 27px;
    left: 130px;
    line-height: 27px;
    padding: 0 10% 0 20px;
    position: absolute;
    top: 43px
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxTitle {
    background-color: #b2afaf;
    color: #000;
    font-size: 18px;
    height: 30px;
    left: 130px;
    line-height: 30px;
    padding: 0 20px;
    position: absolute;
    top: 11px
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxTitle:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #b2afaf #b2afaf;
    border-image: none;
    border-style: solid;
    border-width: 15px 11px;
    content: " ";
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxAvatar {
    left: 35px;
    position: absolute;
    top: -25px;
    z-index: 3
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxAvatar img {
    height: 95px !important;
    width: 95px !important
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxAvatar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #878181 #878181;
    border-image: none;
    border-style: solid;
    border-width: 12.5px;
    content: " ";
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=three] .VCCharacterBoxContent {
    background-color: #e5eeeb;
    color: #710000;
    font-size: 17px;
    padding: 20px 0 20px 30px
}

[data-role=content] .VCCharacterBox[data-type=four] {
    background-color: #dadada
}

[data-role=content] .VCCharacterBox[data-type=four].VCCharacterBoxOuter {
    border: medium solid #b5b5b5
}

[data-role=content] .VCCharacterBox[data-type=four].VCCharacterBoxOuter {
    border-width: 1px
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxInner {
    padding: 85px 0 0;
    position: relative
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxHead {
    height: 83px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxDescription,
[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxTitle {
    font-weight: 700;
    text-transform: uppercase
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxDescription {
    color: #040304;
    font-size: 13px;
    height: 30px;
    left: 130px;
    line-height: 30px;
    position: absolute;
    top: 45px
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxTitle {
    color: #ba2a2a;
    font-size: 25px;
    height: 33px;
    left: 110px;
    line-height: 33px;
    padding: 0 20px;
    position: absolute;
    top: 15px
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxAvatar {
    left: 10px;
    position: absolute;
    top: -25px;
    z-index: 3
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxAvatar img {
    height: 107px !important;
    width: 107px !important
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxAvatar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #878181 #878181;
    border-image: none;
    border-style: solid;
    border-width: 12.5px;
    content: " ";
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=four] .VCCharacterBoxContent {
    color: #474545;
    font-size: 17px;
    padding: 20px 0 20px 30px
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxInner,
[data-role=content] .VCCharacterBox[data-type=five].VCCharacterBoxOuter {
    border: medium solid #007f74
}

[data-role=content] .VCCharacterBox[data-type=five].VCCharacterBoxOuter {
    border-width: 1px 1px 1px 18px
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxInner {
    border-width: 0 0 0 4px;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxHead {
    height: 120px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxDescription,
[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxTitle {
    font-weight: 700;
    text-transform: uppercase
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxDescription {
    color: #007f74;
    font-size: 12px;
    left: 134px;
    position: absolute;
    top: 12px
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxTitle {
    background-color: #007f74;
    color: #fff;
    height: 33px;
    left: 134px;
    line-height: 33px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: left
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxAvatar {
    position: absolute
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxAvatar img {
    height: 120px !important;
    width: 134px !important
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/images/mask-lucgiac-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 134px;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxContent {
    font-size: 17px;
    font-style: italic;
    padding: 20px 0 20px 30px
}

[data-role=content] .VCCharacterBox[data-type=five] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 44px;
    width: 125px
}

[data-role=content] .VCCharacterBox[data-type=six] {
    background-color: #ebf1f1
}

[data-role=content] .VCCharacterBox[data-type=six].VCCharacterBoxOuter {
    border: medium solid #2f4a5f
}

[data-role=content] .VCCharacterBox[data-type=six].VCCharacterBoxOuter {
    border-width: 1px
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxInner {
    overflow: hidden;
    padding: 69px 0 0;
    position: relative
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxHead {
    height: 116px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 100%
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxDescription,
[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxTitle {
    font-weight: 700;
    text-transform: uppercase
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxDescription {
    color: #000;
    font-size: 12px;
    left: 145px;
    position: absolute;
    top: 20px
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxTitle {
    background-color: #2f4a5f;
    color: #fff;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding: 0 0 0 150px;
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: left
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxAvatar {
    left: 7px;
    position: absolute;
    top: 3px;
    z-index: 3
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxAvatar img {
    height: 107px !important;
    width: 125px !important
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxAvatar:before {
    background: url("https://static.mediacdn.vn/images/mask-lucgiac-2.png") no-repeat scroll 0 0 transparent;
    content: " ";
    height: 107px;
    position: absolute;
    top: 0;
    width: 125px;
    z-index: 1
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxContent {
    font-size: 17px;
    padding: 20px 0 20px 30px
}

[data-role=content] .VCCharacterBox[data-type=six] .VCCharacterBoxContent:before {
    content: " ";
    float: left;
    height: 34px;
    width: 109px
}

[data-role=content] .VCUserQuoteInsertWrapper {
    position: relative;
    height: 100%;
    width: 400px
}

[data-role=content] .VCUserQuoteInsertWrapper input[type=text] {
    padding: 0 10px;
    border: 1px solid silver;
    color: #000;
    font: 12px/22px;
    height: 30px;
    width: 99%
}

[data-role=content] .VCUserQuoteInsertWrapper table {
    width: 100%
}

[data-role=content] .VCUserQuoteInsertWrapper tr td {
    padding: 10px 0
}

[data-role=content] .VCUserQuoteInsertWrapper tr td:first-child {
    width: 100px
}

[data-role=content] .VCUserQuoteInsertWrapper #IMSVcUserQuote_Avatar {
    height: 50px !important;
    width: 50px !important
}

[data-role=content] .VCUserQuoteInsertWrapper #IMSVcUserQuote_Type {
    width: 99%;
    padding: 0 10px;
    height: 30px
}

[data-role=content] .VCUserQuoteInsertWrapper #IMSVcUserQuote_Type option {
    padding: 0 10px;
    resize: none
}

[data-role=content] .VCUserQuoteInsertWrapper #IMSVcUserQuote_Content {
    width: 99%;
    border: 1px solid #ccc;
    height: 99px;
    padding: 10px;
    font: 12px/22px
}

[data-role=content] .VCUserQuoteInsertWrapper .plugincontent-wrapper {
    padding: 10px;
    height: 86%;
    overflow-y: auto
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe] {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 30px
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe] .MadeByMePhoto {
    float: left;
    margin-right: 20px;
    vertical-align: top;
    width: 400px
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe] .MadeByMePhoto img {
    width: 100%;
    max-width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe].PhotoRightTextLeft .MadeByMePhoto {
    float: right;
    margin-left: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe] .MadeByMeText {
    display: inline;
    width: 100%;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe] p {
    font-style: italic;
    padding-bottom: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=MadeByMe] p.MadeByMeStepTitle {
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox] {
    display: block;
    text-align: left;
    border: 2px solid #fecb2e;
    background-color: #fffbf1;
    width: 350px;
    padding: 20px 25px 15px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div:first-child {
    border-bottom: 1px solid #e9dec6;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 0 23px;
    text-align: center;
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div:first-child img {
    border-radius: 50%;
    float: none;
    height: 85px;
    margin: 0 auto;
    width: 85px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div:first-child>div {
    clear: both;
    float: none;
    padding-top: 3px;
    text-align: center;
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div:first-child>div p {
    font-size: 16px;
    line-height: 20px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div:first-child>div p:first-child {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 33px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div ul.NLProfileInfo li {
    list-style-type: disc;
    color: #fecb2e;
    font-size: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div ul.NLProfileInfo li p {
    line-height: 20px;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox]>div ul.NLProfileInfo li p {
    line-height: 20px;
    color: #000;
    font-size: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=profilecontentbox].alignJustify {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode.alignCenter,
[data-role=content] .widget-box.alignCenter {
    margin: 0 auto 15px;
    display: block
}

[data-role=content] .VCSortableInPreviewMode.alignJustify,
[data-role=content] .widget-box.alignJustify {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode.alignLeft,
[data-role=content] .widget-box.alignLeft {
    float: left;
    margin-right: 20px;
    width: 45%;
    margin-right: 15px !important
}

@media (max-width:767px) {

    [data-role=content] .VCSortableInPreviewMode.alignLeft[type=insertembedcode],
    [data-role=content] .widget-box.alignLeft[type=insertembedcode] {
        width: 100%;
        float: none;
        margin-right: 0 !important
    }
}

[data-role=content] .VCSortableInPreviewMode.alignLeftOverflow,
[data-role=content] .widget-box.alignLeftOverflow {
    float: left;
    margin-left: -200px;
    margin-right: 20px;
    width: 450px
}

[data-role=content] .VCSortableInPreviewMode.alignRight,
[data-role=content] .widget-box.alignRight {
    float: right;
    margin-left: 15px;
    width: 45%
}

@media (max-width:767px) {

    [data-role=content] .VCSortableInPreviewMode.alignRight[type=insertembedcode],
    [data-role=content] .widget-box.alignRight[type=insertembedcode] {
        width: 100%;
        float: none;
        margin-left: 0
    }
}

[data-role=content] .VCSortableInPreviewMode.alignRightOverflow,
[data-role=content] .widget-box.alignRightOverflow {
    float: right;
    margin-right: -160px;
    width: 450px;
    margin-left: 40px
}

@media (max-width:767px) {

    [data-role=content] .VCSortableInPreviewMode.alignRightOverflow,
    [data-role=content] .widget-box.alignRightOverflow {
        margin-right: 0;
        width: 45%;
        margin-left: 10px
    }
}

[data-role=content] .VCSortableInPreviewMode.alignCenterOverflow,
[data-role=content] .widget-box.alignCenterOverflow {
    margin-left: 0;
    width: 100%
}

@media (max-width:1199px) {

    [data-role=content] .VCSortableInPreviewMode.alignCenterOverflow,
    [data-role=content] .widget-box.alignCenterOverflow {
        width: 100%;
        margin-left: 0
    }
}

[data-role=content] .alignCenterOverflow.VCSortableInPreviewMode[type=Photo] img {
    width: auto;
}

[data-role=content] .alignJustify.VCSortableInPreviewMode[type=Photo] img {
    width: 100%;
}

[data-role=content] .fancybox-opening {
    opacity: 1;
    display: block
}

[data-role=content] .fancybox-type-image a.fancybox-close,
[data-role=content] .fancybox-type-image a.fancybox-expand,
[data-role=content] .fancybox-type-image a.fancybox-nav span {
    display: none
}

[data-role=content] .fancybox-closing {
    opacity: 0 !important
}

[data-role=content] .fancybox-image {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out
}

[data-role=content] .fancybox-next,
[data-role=content] .lightbox .lb-next {
    cursor: url(/web_images/sp-next-cursor.png), auto !important
}

[data-role=content] .fancybox-prev,
[data-role=content] .lightbox .lb-prev {
    cursor: url(/web_images/sp-prev-cursor.png), auto !important
}

[data-role=content] .fancybox-expand {
    display: none
}

[data-role=content] .fancybox-title-outside-wrap {
    width: auto;
    color: #666 !important;
    text-shadow: none !important;
    padding-top: 0;
    font-size: 15px;
    line-height: 19px;
    padding-right: 20px
}

[data-role=content] .detail-img-lightbox {
    cursor: zoom-in;
    display: block
}

[data-role=content] .vceditor-content table {
    border-collapse: collapse
}

[data-role=content] .MsoNormalTable,
[data-role=content] .VCCTable {
    width: 100%;
    border-collapse: collapse;
    border-color: #999;
    border: none
}

[data-role=content] .VCSortableInPreviewMode[type=BoxTable] td,
[data-role=content] .VCSortableInPreviewMode[type=BoxTable] th,
[data-role=content] .VCSortableInPreviewMode[type=BoxTable] tr {
    border: 1px solid;
    border-color: #333
}

[data-role=content] .VCSortableInPreviewMode[type=insertembedcode] iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

[data-role=content] input[type=checkbox].IMSCheckbox {
    display: none
}

[data-role=content] input[type=checkbox].IMSCheckbox+label.IMSCheckboxLabel {
    padding-left: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: -5px -5px;
    font-size: 15px;
    vertical-align: unset;
    cursor: pointer;
    text-indent: 8px
}

[data-role=content] input[type=checkbox].IMSCheckbox+label.IMSCheckboxLabel:hover {
    background-position: -5px -37px
}

[data-role=content] input[type=checkbox].IMSCheckbox+label.IMSCheckboxLabel:disabled:hover {
    background-position: -5px -5px
}

[data-role=content] input[type=checkbox].IMSCheckbox:checked+label.IMSCheckboxLabel {
    background-position: -5px -67px;
    white-space: inherit
}

[data-role=content] input[type=checkbox].IMSCheckbox.checked+label.IMSCheckboxLabel {
    background-position: -5px -67px;
    white-space: inherit
}

[data-role=content] input[type=checkbox].IMSCheckbox:disabled:checked+label.IMSCheckboxLabel {
    background-position: -5px -67px
}

[data-role=content] input[type=checkbox].IMSCheckbox.IMSSmall {
    display: none
}

[data-role=content] input[type=checkbox].IMSCheckbox.IMSSmall+label.IMSCheckboxLabel {
    padding-left: 13px;
    height: 13px;
    display: inline-block;
    line-height: 13px;
    background-repeat: no-repeat;
    background-position: -5px -243px;
    font-size: 12px;
    vertical-align: unset;
    cursor: pointer;
    text-indent: 4px
}

[data-role=content] input[type=checkbox].IMSCheckbox.IMSSmall+label.IMSCheckboxLabel:hover {
    background-position: -5px -274px
}

[data-role=content] input[type=checkbox].IMSCheckbox.IMSSmall:checked+label.IMSCheckboxLabel {
    background-position: -5px -305px
}

[data-role=content] input[type=checkbox].IMSCheckbox.IMSSmall.checked+label.IMSCheckboxLabel {
    background-position: -5px -305px
}

[data-role=content] input[type=checkbox].IMSCheckbox.IMSSmall:disabled+label.IMSCheckboxLabel {
    background-position: -5px -335px
}

[data-role=content] input[type=radio].IMSRadio+label.IMSRadioLabel {
    padding-left: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: -6px -125px;
    font-size: 15px;
    vertical-align: inherit;
    cursor: pointer;
    text-indent: 8px
}

[data-role=content] input[type=radio].IMSRadio+label.IMSRadioLabel:hover {
    background-position: -6px -159px
}

[data-role=content] input[type=radio].IMSRadio:checked+label.IMSRadioLabel {
    background-position: -6px -188px
}

[data-role=content] input[type=radio].IMSRadio.checked+label.IMSRadioLabel {
    background-position: -6px -188px
}

[data-role=content] input[type=radio].IMSRadio:disabled+label.IMSRadioLabel {
    background-position: -6px -216px
}

[data-role=content] input[type=radio].IMSRadio.IMSSmall {
    display: none
}

[data-role=content] input[type=radio].IMSRadio.IMSSmall+label.IMSRadioLabel {
    padding-left: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: -6px -125px;
    font-size: 15px;
    vertical-align: inherit;
    cursor: pointer;
    text-indent: 8px
}

[data-role=content] input[type=radio].IMSRadio.IMSSmall+label.IMSRadioLabel:hover {
    background-position: -6px -159px
}

[data-role=content] input[type=radio].IMSRadio.IMSSmall:checked+label.IMSRadioLabel {
    background-position: -6px -188px
}

[data-role=content] input[type=radio].IMSRadio.IMSSmall.checked+label.IMSRadioLabel {
    background-position: -6px -188px
}

[data-role=content] input[type=radio].IMSRadio.IMSSmall:disabled+label.IMSRadioLabel {
    background-position: -6px -216px
}

[data-role=content] .IMSCheckboxLabel,
[data-role=content] .IMSRadioLabel {
    background-image: url('https://thanhnien-static.mediacdn.vn/thanhnien.vn/web_images/IMS-radio-checkbox-icons.png')
}

[data-role=content] .VCListVoteAnswers:not(:has(input)) .IMSCheckboxLabel.showResult,
[data-role=content] .VCListVoteAnswers:not(:has(input)) .IMSRadioLabel.showResult {
    background-image: none
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] {
    width: 100%;
    box-sizing: border-box
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap.show-thumbs {
    height: 400px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap.show-thumbs .swiper-container:not(.gallery-thumbs) {
    height: 480px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] ul.swiper-wrapper {
    list-style: none
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-slide {
    height: 400px;
    float: left
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container .swiper-slide figure {
    margin: 0;
    padding: 0
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs .swiper-slide {
    width: 120px;
    height: 100%;
    margin-right: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs .swiper-slide:last-child {
    margin-right: 0
}

[data-role=content] .zalo-share-button .zaloshare {
    position: relative;
    left: 6px;
    top: -1px
}

[data-role=content] .VCSortableInPreviewMode[type=blockquote] {
    margin: 20px auto;
    padding: 0;
    display: block;
    box-sizing: border-box
}

[data-role=content] .VCSortableInPreviewMode[type=blockquote] p {
    margin: 0 0 15px 0
}

[data-role=content] .VCSortableInPreviewMode[type=blockquote]:before {
    content: "\f10d";
    font: normal normal normal 14px/1 font-icons;
    position: absolute;
    top: -10px;
    left: 0
}

[data-role=content] .VCSortableInPreviewMode[type=blockquote]:after {
    content: "\f10e";
    font: normal normal normal 14px/1 font-icons;
    position: absolute;
    bottom: -15px;
    right: 0
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] {
    width: 100%;
    border-radius: 6px
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-image-wrapper {
    border-radius: 6px 6px 0 0
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 6px 6px 0 0
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper {
    padding: 12px 15px;
    background: #ebebeb;
    border-radius: 0 0 6px 6px
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper .link-title {
    font-size: 20px;
    line-height: 26px;
    color: #111;
    font-weight: 600
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper a {
    color: inherit
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper a:hover {
    text-decoration: none;
    border-bottom: none
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper .link-description {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 0;
    color: #888
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper .link-source {
    font-size: 13px;
    line-height: 17px;
    color: #888;
    margin-top: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview] .embed-link-info-wrapper .link-source .icon-open-link {
    width: 16px;
    height: 16px;
    display: block;
    background: transparent url(https://static.mediacdn.vn/images/external-link.svg) center center no-repeat;
    float: right
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row .embed-link-image-wrapper {
    width: 224px;
    border-radius: 0 6px 6px 0;
    flex: none
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row .embed-link-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0 6px 6px 0
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row .embed-link-info-wrapper {
    flex-grow: 1;
    background: #ebebeb;
    border-radius: 6px 0 0 6px;
    overflow: hidden
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row .embed-link-info-wrapper .link-title {
    font-size: 17px;
    line-height: 21px
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row .embed-link-info-wrapper .link-description {
    display: block;
    margin-top: 5px
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].layout-row .embed-link-info-wrapper .link-source {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].alignRight {
    width: 250px !important;
    float: right
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].alignRight .embed-link-info-wrapper .link-title {
    font-size: 17px;
    line-height: 21px
}

[data-role=content] .VCSortableInPreviewMode[type=embed-link-preview].alignRight .embed-link-info-wrapper .link-description {
    display: none
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] {
    width: 100%;
    background: #f3faff;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f4fcee;
    border-radius: 12px;
    border: 1px solid #92c586
}

[data-role=content] input[type=checkbox].IMSCheckbox:checked+label.IMSCheckboxLabel {
    white-space: inherit
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] {
        padding: 30px 15px
    }

    [data-role=content] input[type=radio].IMSRadio.IMSSmall+label.IMSRadioLabel {
        vertical-align: unset
    }

    [data-role=content] input[type=radio].IMSRadio+label.IMSRadioLabel {
        vertical-align: unset
    }
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-content {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    position: relative;
    padding-top: 60px;
    width: 100%
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-content {
        font-size: 16px;
        line-height: 24px;
        padding-top: 40px
    }
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-content.has-border {
    border-bottom: 1px dotted #333
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-content::before {
    width: 54px;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0098d1;
    -webkit-mask: url(https://static.mediacdn.vn/images/quote-icon1.svg) no-repeat 50% 50%;
    mask: url(https://static.mediacdn.vn/images/quote-icon1.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=right-center] .quote-content::before {
    left: unset;
    right: 0
}

[data-role=content] .VCSortableInPreviewMode.alignLeft[type=Audio],
[data-role=content] .VCSortableInPreviewMode.alignRight[type=Audio],
[data-role=content] .widget-box.alignLeft[type=Audio],
[data-role=content] .widget-box.alignRight[type=Audio] {
    width: 50%
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-content::before {
        width: 44px;
        height: 30px
    }
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-author-info {
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-author-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-author-info .q-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #c7c7c7;
    border: 1px solid rgba(0, 0, 0, .2);
    display: inline-block;
    flex: none;
    margin-right: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-author-info .q-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    object-fit: cover
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-author-info .q-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #888
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .q-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #aaa;
    flex-grow: 1;
    text-align: right
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .q-link a {
    color: #aaa;
    font-style: normal;
    font-weight: 600;
    font-size: 16px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .q-link a::after {
    content: "";
    background: url(https://static.mediacdn.vn/images/icon-svg-link.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    background-size: 14px;
    filter: invert(60%) sepia(2%) saturate(0%) hue-rotate(154deg) brightness(90%) contrast(87%);
    top: 3px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=center] .quote-content {
    text-align: center
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=center] .quote-content::before {
    left: calc((100% - 32px)/ 2)
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] {
    margin-top: 30px;
    overflow: visible
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] .quote-content::before {
    left: calc((100% - 32px)/ 2);
    top: -60px;
    border-top: 1px solid #92c586;
    border-radius: 50%;
    background-color: #f4fcee;
    color: #fff;
    position: absolute;
    width: 55px;
    height: 55px;
    background-size: 40px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] .quote-content {
    padding-top: 0;
    text-align: center
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .quote-content {
    padding-top: 15px;
    text-indent: 70px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .quote-content::before {
    top: 0
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .quote-content.has-border {
    padding-top: 30px;
    border-bottom: none;
    border-top: 1px dotted #333
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .quote-content.has-border::before {
    top: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .quote-author-info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 0 20px 0;
    line-height: 18px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .q-avatar {
    margin: 0;
    margin-bottom: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] .q-link {
    text-align: right;
    justify-content: center;
    align-items: center;
    display: flex
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] .quote-content::before {
    display: none
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] .icon-quote {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -27px;
    z-index: 2;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    object-fit: cover;
    background-position: center;
    border-top: 1px solid #e5e5e5
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] .icon-quote:after {
    position: absolute;
    content: '';
    background-color: #0098d1;
    -webkit-mask: url(https://static.mediacdn.vn/images/quote-icon1.svg) no-repeat 50% 50%;
    mask: url(https://static.mediacdn.vn/images/quote-icon1.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: inline-block;
    width: 36px;
    height: 30px;
    top: 10px;
    left: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] {
    padding: 15px 35px
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info][data-layout=middle-left] {
        padding: 15px
    }
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #f4f4f4
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-description {
    box-sizing: border-box;
    padding: 30px 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #888;
    flex-grow: 1;
    overflow-y: auto;
    overflow-y: auto;
    scrollbar-color: #e6e6e6 #f4f4f4;
    scrollbar-width: thin
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-place-holder {
    width: 380px;
    flex: none
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-place-holder img {
    width: 100%;
    display: block
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-description::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
    background: 0 0;
    transition: all .3s ease
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-description::-webkit-scrollbar:hover {
    background: #f4f4f4
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-description::-webkit-scrollbar-track {
    background-color: transparent
}

[data-role=content] .VCSortableInPreviewMode[type=photoinfo] .photo-wrap .photo-description::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
    width: 6px
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    overflow: hidden;
    max-width: 100%
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] {
        height: 50vh
    }
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .media-item {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    display: none;
    overflow: hidden
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .media-item[data-more] {
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .media-item[data-more]:before {
    pointer-events: none;
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .media-item[data-more]:after {
    z-index: 2;
    content: attr(data-more);
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    pointer-events: none;
    color: #fff
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .PhotoCMS_Caption {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    margin-top: -5px
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=default] {
    display: flex;
    flex-direction: column;
    height: unset
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .grid-row {
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
    box-sizing: border-box;
    display: flex
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .grid-row .media-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .grid-row .media-item:first-child {
    margin-left: 0
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .grid-row .media-item img {
    width: 100%;
    display: block
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-11] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-11] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-11] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-11] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-12] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 8
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-12] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 8;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-12] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 8;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-21] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 6
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-21] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 6
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-21] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 6;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-12] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-12] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-12] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-21] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-21] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-21] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-22] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-22] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-22] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-22] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-13] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 9
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-13] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-13] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-13] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 9
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13-50] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13-50] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13-50] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 9
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-13-50] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-23] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 8
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-23] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 8
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-23] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 8;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-23] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 8;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-23] .media-item:nth-child(5) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 8;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-23] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-23] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-23] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-23] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 9
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-23] .media-item:nth-child(5) {
    display: block;
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-33] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-33] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-33] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 7
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-33] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-33] .media-item:nth-child(5) {
    display: block;
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-33] .media-item:nth-child(6) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-123] .media-item:first-child {
    display: block;
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 9
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-123] .media-item:nth-child(2) {
    display: block;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-123] .media-item:nth-child(3) {
    display: block;
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-123] .media-item:nth-child(4) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-123] .media-item:nth-child(5) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 9
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album][data-layout=col-123] .media-item:nth-child(6) {
    display: block;
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 9;
    grid-row-end: 13
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkinfo] {
    border-left: 2px solid #c4c4c4;
    padding-left: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkinfo] .ref-title:before {
    content: "“"
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkinfo] .ref-title:after {
    content: "”"
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkinfo] .ref-source {
    margin-left: 10px;
    color: #2b73fb
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkinfo] .ref-source::before {
    content: "·";
    margin-right: 10px;
    color: #333
}

[data-role=content] .vceditor-content[contentEditable=true] .VCSortableInPreviewMode[type=reflinkinfo].hover,
[data-role=content] .vceditor-content[contentEditable=true] .VCSortableInPreviewMode[type=reflinkinfo]:hover {
    background: #f1f1f1;
    outline: 0
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkinfo] div[role=add-new-line] {
    display: none;
    visibility: hidden
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkblock][contenteditable=false]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkblock]>p {
    border-left: 2px solid #c4c4c4;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkblock] a {
    color: #2b73fb !important
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkblock].hover,
[data-role=content] .VCSortableInPreviewMode[type=reflinkblock]:hover {
    background: #eee
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkblock].hover .VCSortableInPreviewMode[type=reflinkinfo] {
    outline: 0 !important
}

[data-role=content] .VCSortableInPreviewMode[type=reflinkblock] .VCSortableInPreviewMode {
    margin-bottom: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] {
    width: 100%;
    box-sizing: border-box
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

[data-role=content] .vceditor-content[contenteditable=true] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap.show-thumbs {
    height: 480px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .slider-wrap.show-thumbs .swiper-container:not(.gallery-thumbs) {
    height: 400px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] ul.swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] ul>li {
    list-style: none
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-slide {
    float: left
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container .swiper-slide figure {
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs .swiper-slide {
    width: 120px;
    height: 100%;
    margin-right: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs .swiper-slide:last-child {
    margin-right: 0
}

[data-role=content] .VCSortableInPreviewMode[type=sliderimages] .swiper-container.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

[data-role=content] .VCSortableInPreviewMode.table-0[type=BoxTable] {
    overflow: scroll
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight {
    display: block;
    color: #333;
    padding: 10px 15px
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight[data-layout=type-1] {
    background-color: #f0f1f5;
    border-left: 3px solid #c00;
    border-radius: 3px
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight[data-layout=type-2] {
    background-color: #fff;
    border-left: 2px solid #c00;
    border-radius: 0
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight-link {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #fff;
    padding-top: 5px;
    color: #666 !important;
    font-size: 14px;
    text-decoration: none
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight-link::after {
    content: "";
    background: url(https://static.mediacdn.vn/images/external-link.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    top: 5px;
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight-content {
    color: #000;
    font-size: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=boxhighlight] .boxhighlight[data-layout=type-1] .boxhighlight-content {
    border-bottom: 1px solid #d9dade;
    padding-bottom: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview {
    color: #333;
    padding: 15px;
    clear: both;
    display: flow-root
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-1] {
    background-color: #f0f1f5;
    border-radius: 3px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-1] .linkpreview-img {
    width: 120px;
    float: left;
    margin-right: 15px;
    margin-top: 8px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-1] .linkpreview-img img {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-1] .linkpreview-title {
    color: #004370;
    font-size: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-2] {
    border-radius: 3px;
    padding: 0
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-2] .linkpreview-readmore {
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: 5px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-2] .linkpreview-newrelated {
    color: #c00;
    text-transform: uppercase;
    font-size: 13px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-2] .linkpreview-title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-decoration: none
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-2] .linkpreview-img {
    width: 200px;
    float: left;
    margin-right: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-2] .linkpreview-img img {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-3] {
    background-color: #f0f1f5;
    border-left: 2px solid #c00;
    border-radius: 3px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-3] .linkpreview-title {
    color: #004370;
    font-size: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-4] {
    background-color: #f0f1f5;
    border-radius: 3px;
    max-width: 250px;
    float: right;
    padding: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-4] img {
    margin-bottom: 10px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-4] .linkpreview-img {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-4] .linkpreview-img img {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview[data-layout=type-4] .linkpreview-title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 10px;
    line-height: 24px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview .linkpreview-title {
    line-height: 24px;
    display: table;
    text-decoration: none
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal] .linkpreview .linkpreview-title::after {
    content: "";
    background: url(https://static.mediacdn.vn/images/external-link.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    top: 1px;
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal].alignRight {
    width: 250px
}

[data-role=content] .VCSortableInPreviewMode[type=relatednewsexternal].alignLeft {
    width: 250px
}

[data-role=content] .VCSortableInPreviewMode[type=chartbox] .chartbox-columnselect {
    top: 0;
    position: absolute;
    right: 0;
    min-width: 100px;
    height: 26px;
    cursor: pointer
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .media-item .detail-img-lightbox {
    width: 100%;
    height: 100%;
    object-fit: cover
}

[data-role=content] .VCSortableInPreviewMode[type=VideoStream] .videoNewsPlayer {
    padding-top: 56.26% !important;
    height: 0 !important
}

[data-role=content] .VCSortableInPreviewMode.alignCenterOverflow,
[data-role=content] .widget-box.alignCenterOverflow {
    width: 100%;
    max-width: 100%
}

@media (max-width:1199px) {

    [data-role=content] .VCSortableInPreviewMode.alignCenterOverflow,
    [data-role=content] .widget-box.alignCenterOverflow {
        width: 100%;
        max-width: 100%
    }
}

[data-role=content] .kbwscwl-relatedbox.type-5 {
    border: 1px solid #e2e2e2
}

[data-role=content] .kbwscwl-relatedbox.type-5 .kbwscwlrl-title-header {
    display: block;
    padding: 14px 20px;
    font-weight: 700;
    border-top: 3px solid #0098d1;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    text-transform: uppercase
}

[data-role=content] .kbwscwl-relatedbox.type-5 .kbwscwlrl {
    padding: 10px;
    border-bottom: 1px solid #e2e2e2
}

[data-role=content] .kbwscwl-relatedbox.type-5 ul.kbwscwlr-list {
    padding-right: 20px;
    padding-left: 20px
}

[data-role=content] .kbwscwl-relatedbox.type-5 .kbwscwlrl i {
    margin-left: 10px;
    color: #fb7533;
    font-size: 14px;
    font-weight: 300
}

[data-role=content] .kbwscwl-relatedbox.type-5 a.title {
    color: #909090;
    font-size: 15px;
    text-decoration: none
}

[data-role=content] .kbwscwl-relatedbox.type-5 a.title:hover {
    color: #909090
}

[data-role=content] .VCSortableInPreviewMode.alignCenter[relatednewsboxtype=type-6] {
    width: 100%;
    display: flex
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl {
    border: none
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6] span.kbwscwlrl-label {
    padding-left: 10px;
    height: 30px;
    display: block;
    font-size: 12px;
    color: #666;
    text-align: left;
    height: 30px;
    line-height: 28px
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-content {
    flex-direction: row;
    border: 1px solid #e3e3e3;
    border-left: 1px solid #0098d1;
    justify-content: space-between
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-title {
    order: 0
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-6 .kbwscwlrl-thumb-avata {
    text-decoration: none;
    display: inline-block;
    width: 190px
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-thumb-avata {
    flex-basis: 100px;
    flex-shrink: 0
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-thumb-avata img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

[data-role=content] .VCSortableInPreviewMode[relatednewsboxtype=type-6] .kbwscwlrl-content {
    display: flex;
    flex-direction: column
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-4_preview.alignLeft,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-4_preview.alignRight,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-7_preview.alignLeft,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-7_preview.alignRight {
    width: 350px
}

@media (max-width:767px) {

    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-4_preview.alignLeft,
    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-4_preview.alignRight,
    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-7_preview.alignLeft,
    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox].type-7_preview.alignRight {
        width: 45% !important;
        margin-bottom: 10px
    }
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 {
    border-top: 3px solid #0098d1;
    border-radius: 3px;
    border-bottom: 3px solid #0098d1;
    overflow: hidden
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox {
    display: block;
    margin-bottom: 0;
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwlr-list,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] ul.kbwscwlr-list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-4 .kbwscwlrl:first-child,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl:first-child {
    margin-top: 0;
    border: none
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-4 .kbwscwlrl,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl {
    float: left;
    position: relative;
    text-align: left;
    border-top: 1px dotted #cbcfd3;
    padding: 0 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl-thumb-avata {
    float: left;
    width: 116px;
    padding: 0;
    height: auto
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl-thumb-avata {
        width: 100%;
        margin-bottom: 10px
    }

    [data-role=content] .VCSortableInPreviewMode[type=BoxTable] {
        overflow: scroll
    }
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl-title {
    margin-left: 135px;
    padding: 0
}

@media (max-width:767px) {
    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl-title {
        margin-left: 0
    }
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title a.title,
[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl-title a.title {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
    line-height: 19px
}

[data-role=content] .VCSortableInPreviewMode.skin2[type=BeforeAfter] {
    margin: 0;
    margin-top: 2%;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 20px
}

[data-role=content] .VCSortableInPreviewMode.skin2[type=BeforeAfter].flip-container .PhotoCMS_Caption {
    margin-bottom: 0
}

[data-role=content] .VCSortableInPreviewMode.skin2[type=BeforeAfter] img {
    margin: 0;
    padding: 0;
    margin: auto
}

[data-role=content] .VCSortableInPreviewMode[type=PhotoInContentBox] img {
    margin: 0 auto
}

[data-role=content] .VCSortableInPreviewMode[type=PhotoInContentBox] .PhotoCMS_Caption {
    display: none
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox div.inforNews {
    font-size: 11px;
    text-decoration: none;
    color: #777;
    margin-top: 13px
}

[data-role=content] .flip-container {
    padding: 0;
    margin: 0;
    perspective: 1000px;
    margin-top: 10px;
    position: relative
}

[data-role=content] .flip-container.rotate .flipper {
    transform: rotateY(180deg)
}

[data-role=content] .flip-container img {
    margin: 0
}

[data-role=content] .flip-container .flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

[data-role=content] .flip-container .icon {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 5px;
    display: inline-block;
    cursor: pointer
}

[data-role=content] .flip-container .tips {
    border: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 0;
    display: inline-block;
    background: rgba(12, 12, 12, .65);
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 100%
}

[data-role=content] .flip-container .tips.hide {
    display: none
}

[data-role=content] .flip-container .icon img {
    border: none !important
}

[data-role=content] .flip-container .back,
[data-role=content] .flip-container .front {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-role=content] .flip-container .front {
    z-index: 2;
    transform: rotateY(0)
}

[data-role=content] .flip-container .back {
    transform: rotateY(180deg)
}

[data-role=content] .VCCSortableInPreviewMode.noCaption .PhotoCMS_Caption,
[data-role=content] .VCCSortableInPreviewMode.noCaption .VideoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode.noCaption .PhotoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode.noCaption .VideoCMS_Caption {
    display: none
}

[data-role=content] .VCSortableInPreviewMode.link-content-footer {
    text-align: left;
    line-height: 25px
}

[data-role=content] .IMSNoChangeStyle a,
[data-role=content] .link-content-footer a {
    background-position: 0 4px;
    color: #0098d1;
    font-size: 22px;
    font-weight: 700;
    padding-left: 25px;
    text-decoration: none
}

[data-role=content] .IMSNoChangeStyle a:before,
[data-role=content] .link-content-footer a:before {
    position: absolute;
    content: '';
    background-color: #0098d1;
    -webkit-mask: url(https://static.mediacdn.vn/common/images/bg_linkfooter.svg) no-repeat 50% 50%;
    mask: url(https://static.mediacdn.vn/common/images/bg_linkfooter.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: inline-block;
    width: 18px;
    height: 14px;
    top: 6px;
    left: 0
}

@media (max-width:767px) {

    [data-role=content] .IMSNoChangeStyle a:before,
    [data-role=content] .link-content-footer a:before {
        width: 13px;
        height: 10px;
        top: 9px
    }
}

@media (max-width:767px) {

    [data-role=content] .IMSNoChangeStyle a,
    [data-role=content] .link-content-footer a {
        font-size: 1.3rem;
        padding-left: 20px;
        line-height: 1.6
    }
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .lpe-container-block-item {
    pointer-events: none
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .landing-editor-wrapper .lpe-landing-page .vceditor-content div[role=element-actions] {
    background-color: rgba(3, 8, 15, .92);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 42px;
    border: none
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .landing-editor-wrapper .lpe-landing-page .vceditor-content div[role=element-actions] ul li {
    color: #fff;
    border-color: #ccc
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .landing-editor-wrapper .lpe-landing-page .vceditor-content div[role=element-actions] ul li:last-child {
    border-radius: 0 42px 42px 0
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .landing-editor-wrapper .lpe-landing-page .vceditor-content div[role=element-actions] ul li:first-child {
    border-radius: 42px 0 0 42px
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .landing-editor-wrapper .lpe-landing-page .vceditor-content div[role=element-actions] li:hover {
    background-color: rgba(3, 8, 15, .92);
    color: #3dbfe8
}

[data-role=content] .VCSortableInPreviewMode[type=landingblock] .landing-editor-wrapper .lpe-landing-page .vceditor-content div[role=element-actions] li.lpe-active {
    background-color: rgba(3, 8, 15, .92);
    color: #3dbfe8
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions] {
    top: -35px !important;
    background: #111;
    border-radius: 50px;
    height: auto
}

[data-role=content] .VCSortableInPreviewMode[type=multipart] .knccmpo-left {
    min-width: 90px;
    max-width: 90px;
    padding: 0 10px
}

[data-role=content] .VCSortableInPreviewMode[type=multipart] .knccmpo-right {
    padding: 0 10px;
    flex-grow: 1;
    margin-left: 0
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions]::after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #111;
    clear: both
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions] ul li {
    border-right: 1px solid rgba(255, 255, 255, .1);
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions] li:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions] ul li.active {
    background: rgba(255, 255, 255, .1)
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions] ul li:hover {
    background: rgba(255, 255, 255, .1)
}

[data-role=content] .VCSortableInPreviewMode.landing-page div[role=element-actions] ul li:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage {
    width: 100vw
}

[data-role=content] .IMSPlugin-Popup {
    width: 100% !important
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage footer {
    height: auto;
    display: flex;
    justify-content: center
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage footer #btnCancel {
    margin: 0
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage #wapper-block {
    width: 100%
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage #wapper-block .content-block {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 25%;
    box-sizing: unset;
    border: unset;
    padding: unset;
    cursor: unset
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage #wapper-block .content-block .container {
    margin: 5px;
    box-sizing: border-box;
    border: 1px solid #c3b8b847;
    padding: 5px;
    cursor: pointer
}

[data-role=content] .IMSPlugin-Popup#IMSinsertblocklandingpage .empty {
    padding: 10px
}

[data-role=content] .IMSPlugin-Popup#IMSinsertBlockLandingpageEdit {
    width: 100vw
}

[data-role=content] .footer-edit-landing-page {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

[data-role=content] #contentEditLandingPage .editor-toolbar {
    width: 100%;
    display: flex;
    background: #fff;
    border-bottom: solid 1px #dbdbdb;
    height: 50px;
    flex: none;
    align-items: center;
    justify-content: center
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn-group>.btn {
    background: #fff;
    font-weight: 700;
    border-color: #e2e2e2 #e2e2e2 #e2e2e2 transparent;
    color: #999;
    margin-right: 0
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn-group>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn-group>.btn:first-child {
    margin-left: 0;
    border-left-color: #e2e2e2
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn-group>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn-group>.btn.active {
    background: #dddfe2;
    color: #333
}

[data-role=content] #contentEditLandingPage .editor-toolbar .btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-radius: 4px;
    background-color: #f6f7f9;
    border-color: #ced0d4;
    color: #4b4f56;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 15px
}

[data-role=content] #wapper-block {
    width: 600px;
    display: flex;
    flex-flow: row wrap
}

[data-role=content] #wapper-block:after {
    content: "";
    clear: both;
    display: table
}

[data-role=content] #wapper-block .content-block {
    margin: 5px;
    box-sizing: border-box;
    border: 1px solid #c3b8b847;
    padding: 5px;
    cursor: pointer;
    width: 48.3%
}

[data-role=content] #wapper-block .content-block:hover {
    background-color: #f0f8ff;
    box-shadow: 0 0 2px 2px #eaeaea
}

[data-role=content] #wapper-block .content-block .title {
    color: #111;
    letter-spacing: .1px;
    word-break: break-word;
    overflow: hidden;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px
}

[data-role=content] #wapper-block .content-block .type_name {
    color: #1f9ffc;
    margin-top: 10px
}

[data-role=content] #wapper-block .content-block .info-author {
    color: #8a8a8f;
    letter-spacing: .2px;
    position: relative
}

[data-role=content] #wapper-block .content-block .avatar {
    width: 100%;
    max-height: 160px;
    overflow: hidden
}

[data-role=content] #wapper-block .content-block .default-avatar {
    min-height: 80px;
    background-color: #d4dadc
}

[data-role=content] #wapper-block .content-block .avatar img {
    width: 100%
}

[data-role=content] #IMSinsertBlockLandingpageEdit .icon-landing-setting {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    border-radius: 100%;
    cursor: pointer
}

[data-role=content] #IMSinsertBlockLandingpageEdit .icon-landing-setting i {
    color: #fff;
    font-size: 15px
}

[data-role=content] .popup-setting-maps {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 24, 46, .16) 0 6px 24px;
    border-radius: 10px;
    position: absolute;
    width: 300px;
    top: -125px;
    right: 10px;
    display: none
}

[data-role=content] .popup-setting-maps.lpe-active {
    display: block
}

[data-role=content] .popup-setting-maps .form-group {
    margin-bottom: 10px
}

[data-role=content] .popup-setting-maps .form-group input {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 2px #ddd inset;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 5px
}

[data-role=content] .landing-page-custom-scroll-bar {
    scrollbar-color: #7a7a7a #b4b4b4;
    scrollbar-width: thin
}

[data-role=content] .landing-page-custom-scroll-bar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #b4b4b4
}

[data-role=content] .landing-page-custom-scroll-bar::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #b4b4b4
}

[data-role=content] .landing-page-custom-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7a7a7a
}

[data-role=content] .IMSPlugin-PopupItem {
    width: 85%;
    left: 50%;
    top: 50% !important;
    height: 80vh;
    transform: translate(-50%, -50%) !important;
    border-radius: 16px
}

[data-role=content] #IMSinsertblocklandingpage {
    height: 100%
}

[data-role=content] #IMSinsertblocklandingpage .header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

[data-role=content] #IMSinsertblocklandingpage .header .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #666
}

[data-role=content] #IMSinsertblocklandingpage .header .icon {
    position: relative
}

[data-role=content] #IMSinsertblocklandingpage .header .icon .close-popup {
    position: absolute;
    top: -7px;
    right: 0;
    padding: 10px;
    cursor: pointer
}

[data-role=content] #IMSinsertblocklandingpage .footer {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid #e5e5e5
}

[data-role=content] #IMSinsertblocklandingpage .footer p {
    margin: 0
}

[data-role=content] #IMSinsertblocklandingpage .footer .cancel {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px 15px 4px 15px;
    cursor: pointer;
    margin-right: 7px
}

[data-role=content] #IMSinsertblocklandingpage .footer .cancel p {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #555
}

[data-role=content] #IMSinsertblocklandingpage .footer .insert {
    background: linear-gradient(0deg, #5bc0de, #5bc0de), #fff;
    border-radius: 4px;
    padding: 7px 22px 4px 22px;
    margin-left: 7px
}

[data-role=content] #IMSinsertblocklandingpage .footer .insert p {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #fff
}

[data-role=content] #IMSinsertblocklandingpage .content-list {
    height: calc(100% - 107px);
    overflow: hidden;
    display: flex;
    flex-flow: row wrap
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris {
    width: 20%;
    height: 100%
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #50565b;
    padding: 10px 13px 10px 13px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list {
    height: calc(100% - 40px);
    overflow-y: scroll
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #637585;
    padding: 5px 15px 5px 15px;
    cursor: pointer
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list p.active {
    font-weight: 700
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block {
    width: 80%;
    background: #eff3f6;
    height: 100%
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .search-block {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 25px 8px 25px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .search-block .form-group {
    width: 35%
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .search-block #search-box {
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e0dfdf;
    padding: 4px 10px 4px 10px;
    width: 100%
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .search-block .icon {
    width: 4%;
    background: #f2f2f2;
    border: 1px solid #e0dfdf;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    cursor: pointer
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .search-block .icon svg {
    color: #b4b4b4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .search-block svg {
    width: 15px;
    color: #b4b4b4
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .content {
    padding: 4px 9px 4px 9px;
    height: calc(100% - 54px);
    overflow-y: scroll
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block p {
    margin: 0
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list {
    display: flex;
    flex-flow: row wrap;
    height: 100%
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .empty {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #50565b
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .icon-load-cat {
    margin: 0 auto;
    display: block;
    width: 65px;
    height: 100%
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block {
    width: calc(33.33333% - 25px);
    margin: 12.5px;
    cursor: pointer
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block .content-item .image-item {
    overflow: hidden
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block .content-item img {
    width: 100%;
    height: 130px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block .content-item .name-cat {
    margin-top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #2ea2c7
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block .content-item .name-item {
    margin-top: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #50565b
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block .content-item .create-at {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #b3b3b3
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block .content-item {
    background: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 12px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .list .item-block.active .content-item {
    border: 2px solid #5bc0de
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .content::-webkit-scrollbar {
    width: 5px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e4e7e9;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-block .content::-webkit-scrollbar-thumb:window-inactive {
    background: #e4e7e9
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list::-webkit-scrollbar {
    width: 5px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e4e7e9;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

[data-role=content] #IMSinsertblocklandingpage .content-list .list-categoris .list::-webkit-scrollbar-thumb:window-inactive {
    background: #e4e7e9
}

[data-role=content] .list-content-album {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px
}

[data-role=content] .list-content-album>a {
    overflow: hidden;
    border-radius: 8px
}

[data-role=content] .list-content-album>a img {
    border-radius: 8px;
    display: block;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

[data-role=content] .list-content-album>a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

[data-role=content] .VCSortableInPreviewMode[type=toc] {
    background-color: #f7f7f7;
    max-width: 280px;
    padding: 15px 25px
}

[data-role=content] .VCSortableInPreviewMode[type=toc] .toc-title {
    text-transform: uppercase;
    font: 600 16px/30px "Open Sans" !important;
    margin-bottom: 10px;
    color: #333
}

[data-role=content] .VCSortableInPreviewMode[type=toc] ul {
    list-style: none;
    padding: 0;
    margin: 0
}

[data-role=content] .VCSortableInPreviewMode[type=toc] .toc-level {
    margin-top: 5px;
    line-height: 18px;
    text-align: left;
    list-style: none
}

[data-role=content] .VCSortableInPreviewMode[type=toc] .toc-level a {
    color: #3575d3;
    font: 400 14px/16px Roboto !important
}

[data-role=content] .VCSortableInPreviewMode[type=toc] .toc-level a:hover {
    color: #dc1f00
}

[data-role=content] .VCSortableInPreviewMode[type=toc] .toc-level-2 {
    margin-left: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=toc] .toc-level-3 {
    margin-left: 25px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] {
    width: 100%;
    text-align: left
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper {
    width: 100% !important;
    overflow: hidden;
    border: solid 1px #e5e5e5 !important;
    border-radius: 3px;
    padding: 25px 0 !important;
    margin: 0 auto;
    background-color: #fefefe;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05) inset
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VoteObjectBoxHeader {
    color: #0098d1;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 0 15px;
    text-transform: uppercase
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VoteObjectBoxTitle a {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: inherit;
    padding: 0 100px 0 15px;
    text-decoration: none;
    display: block
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VoteObjectBoxWarning {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 18px;
    color: #999;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-top: 5px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers {
    padding: 0 15px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span {
    display: block;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    background-color: #e8e8e8;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 18px;
    color: #888;
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span:hover::before {
    content: none
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers p .IMSCheckbox,
[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSRadio {
    margin: 10px 10px 0 30px;
    cursor: pointer;
    margin-left: 0;
    display: inline-flex
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] input[type=checkbox].IMSCheckbox+label.IMSCheckboxLabel {
    padding-left: 16px;
    top: -3px;
    position: relative
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span label {
    cursor: pointer
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers p .IMSCheckbox:checked+label,
[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSRadio:checked+label {
    color: #333
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSRadio:checked::before {
    width: 100%;
    height: 100%;
    display: inline-block;
    content: '';
    background-color: #fff0e8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSRadio::after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #888;
    border-radius: 50%;
    position: relative;
    top: -2px;
    left: -2px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSCheckbox::after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #888;
    border-radius: 3px;
    position: relative;
    top: -2px;
    left: -2px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSCheckbox:checked::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    background: url("../web_images/checkbox-checked.jpg") no-repeat top left;
    background-size: auto 100%
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCListVoteAnswers span .IMSRadio:checked::after {
    width: 6px;
    height: 6px;
    border: solid 5px #ed2e2e
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCPollFooter {
    padding-top: 15px;
    padding-left: 15px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCPollFooter a {
    text-decoration: none
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCPollFooter .VCPollSubmit {
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    height: 38px;
    padding: 0 20px;
    background-color: #0098d1;
    line-height: 38px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: Inter
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] .VoteObjectBoxWrapper .VCPollFooter .VCPollViewResult {
    color: #fff;
    display: inline-block;
    height: 38px;
    padding: 0 20px;
    color: #555;
    line-height: 38px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: Inter
}

[data-role=content] .VCSortableInPreviewMode[type=attachfile] {
    width: 100%;
    display: block
}

[data-role=content] .VCSortableInPreviewMode[type=attachfile] .file-download-link {
    position: relative;
    color: #0098d1;
    display: flex;
    align-items: center;
    text-decoration: underline
}

[data-role=content] .VCSortableInPreviewMode[type=attachfile] .file-download-link i.fi-download {
    background: url(https://static.mediacdn.vn/images/attach-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px
}

@media (max-width:767px) {

    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .q-link a,
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-author-info .q-name,
    [data-role=content] .VCSortableInPreviewMode[type=block-quote-info] .quote-content,
    [data-role=content] .kbwscwl-relatedbox .kbwscwlrl-title a.title,
    [data-role=content] .kbwscwl-relatedbox.type-2 .kbwscwlrl-title a.title,
    [data-role=content] .kbwscwl-relatedbox.type-3 .kbwscwlrl-title a.title {
        font-size: .9rem;
        line-height: 1.4
    }
}

.contentOuter .VCSortableInPreviewMode.alignCenterOverflow,
.contentOuter .widget-box.alignCenterOverflow {
    width: 100%;
    max-width: 100%
}

@media (max-width:1199px) {

    .contentOuter .VCSortableInPreviewMode.alignCenterOverflow,
    .contentOuter .widget-box.alignCenterOverflow {
        width: 100%;
        max-width: 100%
    }
}

.magazine {
    overflow-x: hidden;
    margin-bottom: 40px;
}

.magazine [data-role=content] {
    font-family: Roboto
}

.magazine [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption,
.magazine [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption {
    font-family: 'Roboto';
    color: #888;
    background: initial;
    position: relative;
    width: 100%
}

.magazine [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.magazine [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    text-align: center;
    width: 100%
}

.magazine [data-role=content] .VCSortableInPreviewMode.alignJustifyFull {
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: 100vw
}

.magazine .VCSortableInPreviewMode[type="360photoemagazine"] {
    width: 980px;
    margin-left: -160px !important
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0
}

[data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7,
[data-role=content] .kbwscwl-relatedbox.type-2,
[data-role=content] .kbwscwl-relatedbox.type-3 {
    margin-bottom: 15px
}

@media (max-width:991px) {
    .magazine .VCSortableInPreviewMode[type="360photoemagazine"] {
        width: 100% !important;
        margin-left: 0 !important
    }
}

.magazine .VCSortableInPreviewMode[type="360photoemagazine"] iframe {
    width: 980px !important
}

@media (max-width:991px) {
    .magazine .VCSortableInPreviewMode[type="360photoemagazine"] iframe {
        width: 100% !important
    }
}

.magazine .video video {
    max-width: 100%;
    height: auto
}

:root {
    --main-color: #0098D1;
    --text-color: #292929
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-2 {
    border-width: 1px !important;
    border-color: var(--main-color) !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-2 .kbwscwlrl {
    padding: 16px 0 !important;
    color: #8b8b8b !important;
    list-style: circle !important
}

.kbwscwlrl-title {
    color: var(--text-color) !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox].alignRight:has(div):has(.type-2)::before {
    display: block !important;
    content: "" !important;
    height: 2px !important;
    background-color: var(--main-color) !important;
    margin-bottom: 2px !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox]:has(div):not(:has(.type-2))::before {
    display: block !important;
    content: "Tin liên quan" !important;
    color: var(--text-color) !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    border-bottom: 1px solid var(--main-color) !important;
    width: fit-content;
    margin: 0 auto 16px
}

.VCSortableInPreviewMode[type=RelatedNewsBox]:has(div:has(.type-6))::before {
    margin: 0 0 16px !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-2 .kbwscwlrl {
    margin-left: 24px !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-1 .kbwscwlrl-title {
    background-color: #fafafa !important;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background-color: #fafafa !important;
    margin-bottom: 16px
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox .kbwscwlrl-title a.kbwscwlrl-next {
    display: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-1 {
    width: 100% !important;
    border: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 {
    width: 100% !important;
    border: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .kbwscwlrl {
    padding-left: 25px;
    color: #8b8b8b !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .kbwscwlrl-title {
    display: list-item;
    list-style: circle;
    color: #8b8b8b !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .kbwscwlrl:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .kbwscwlrl-title .title {
    color: var(--text-color) !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important
}

#wrap-preview-relativenews {
    height: fit-content !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox]:has(div):not(:has(.type-2)) {
    padding: 16px;
    background-color: #fafafa !important;
    border-radius: 4px;
    border: 1px solid #ebebeb
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox {
    margin-bottom: 0 !important
}

.kbwscwl-relatedbox.type-4.thanhnien {
    width: 100% !important;
    border: none !important
}

.kbwscwl-relatedbox.type-4.thanhnien .kbwscwlrl-title {
    font-weight: 700 !important
}

.kbwscwl-relatedbox.type-4.thanhnien>span {
    display: none !important
}

.kbwscwl-relatedbox.type-4.thanhnien .kbwscwlrl:not(:first-child) {
    border-top: 1px solid #ebebeb !important
}

.kbwscwl-relatedbox.type-4.thanhnien .kbwscwlrl {
    padding: 16px 0 !important
}

.kbwscwl-relatedbox.type-5.thanhnien {
    width: 100% !important;
    border: none !important
}

.kbwscwl-relatedbox.type-5.thanhnien .kbwscwlrl-title-header {
    border-top: 2px solid var(--main-color) !important
}

.kbwscwl-relatedbox.type-5.thanhnien .kbwscwlrl {
    padding: 16px 0 !important
}

.kbwscwl-relatedbox.type-5.thanhnien .fi-long-arrow-right {
    color: var(--main-color) !important
}

.kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl-label {
    display: none !important
}

.kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl {
    padding: 16px 0 !important
}

.kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl-content {
    border: none !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start
}

.kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl-content {
    border: none !important;
    display: flex;
    justify-content: space-between
}

.kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl-content .kbwscwlrl-title {
    padding: 0 0 0 8px !important;
    width: calc(100% - 210px)
}

.kbwscwl-relatedbox.type-7.thanhnien {
    border-color: #0098d1 !important;
    width: 100% !important
}

.kbwscwl-relatedbox.type-7.thanhnien .kbwscwlrl {
    border-top: 1px solid #ebebeb !important;
    margin-top: 0 !important;
    padding: 16px 0 !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-2 {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color)
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-2 .kbwscwlrl {
    list-style: circle;
    color: var(--text-color)
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color)
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .kbwscwlrl {
    border-bottom: 1px solid #ebebeb
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .title {
    font-size: 15px !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-3 .kbwscwlrl-next {
    display: none !important
}

.VCSortableInPreviewMode[relatednewsboxtype=type-6] .kbwscwlrl {
    border-top: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-1 .kbwscwlrl-next {
    display: none
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-4 {
    border: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-4 .kbwscwlrl,
.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 .kbwscwlrl {
    border-top: 1px solid #ebebeb !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-5 .kbwscwlrl-title-header {
    display: none
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-5 {
    border: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-5 ul.kbwscwlr-list {
    padding: 0 !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-5 .kbwscwlrl i {
    color: var(--main-color) !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-5 a.title {
    color: var(--text-color) !important
}

.VCSortableInPreviewMode[relatednewsboxtype=type-6] span.kbwscwlrl-label {
    display: none !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox].type-6 .kbwscwlrl-content {
    border: none !important;
    border-bottom: 1px solid #ebebeb
}

.VCSortableInPreviewMode[relatednewsboxtype=type-6][data-style=align-center] .kbwscwlrl-content {
    flex-direction: row-reverse !important;
    justify-content: start !important;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    padding: 16px 0 !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-7 {
    border-top: 2px solid var(--main-color) !important;
    border-bottom: 2px solid var(--main-color) !important
}

.VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-4 .kbwscwlrl-title-header {
    display: none !important
}

.VCSortableInPreviewMode[type=block-quote-info][data-layout=right-center] .quote-content::before {
    transform: scaleX(-1)
}

.VCSortableInPreviewMode[type=block-quote-info][data-layout=top-center] .icon-quote {
    background-color: #fff !important;
    background-position: center !important
}

.VCSortableInPreviewMode[type=block-quote-info] .quote-content::before {
    -webkit-mask: url('https://static.thanhnien.com.vn/thanhnien.vn/image/quote-small.png') no-repeat 50% 50%
}

[data-role=content] .VCSortableInPreviewMode .PhotoCMS_Author {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto';
    text-align: center;
    color: #8b8b8b;
    padding-bottom: 8px
}

[data-role=content] .VCSortableInPreviewMode .PhotoCMS_Author * {
    margin: 0
}

[data-role=content] .audioTransPlayer[data-role=audio-player] {
    background-color: #f1f3f4 !important;
    border-radius: 60px
}

[data-role=content] .VCSortableInPreviewMode .AudioCMS_Caption p {
    margin: 0
}

[data-role=content] .VCSortableInPreviewMode .AudioCMS_Caption {
    margin-top: 12px;
    font-size: 13px
}

[data-role=content] input[type=checkbox].IMSCheckbox,
[data-role=content] input[type=radio].IMSRadio {
    display: none !important
}

@media (max-width:767px) {
    .VCSortableInPreviewMode[type=RelatedNewsBox]:has(div):not(:has(.type-2)) {
        padding: 16px 16px 0 16px
    }

    [data-role=content] .VCSortableInPreviewMode[type=RelatedNewsBox] .kbwscwl-relatedbox.type-6 .kbwscwlrl-thumb-avata {
        width: 50%
    }

    .kbwscwl-relatedbox.type-6.thanhnien .kbwscwlrl-content .kbwscwlrl-title {
        width: calc(50% - 10px)
    }

    [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Author {
        padding-bottom: unset
    }

    [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Author {
        font-size: 16px;
        padding-top: 5px
    }

    [data-role=content] .VCSortableInPreviewMode .AudioCMS_Caption {
        font-size: 16px
    }
}

.VCSortableInPreviewMode[type=boxgame] {
    width: 100%;
    min-height: 160px;
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    display: flex !important;
    gap: 24px;
    padding: 35px 24px;
    cursor: pointer;
    flex-direction: row
}

.VCSortableInPreviewMode[type=boxgame] .game-avatar {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden
}

.VCSortableInPreviewMode[type=boxgame] .game-avatar>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.VCSortableInPreviewMode[type=boxgame] .game-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.VCSortableInPreviewMode[type=boxgame] .game-info .game-info-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.VCSortableInPreviewMode[type=boxgame] .game-info .game-info-text .game-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.VCSortableInPreviewMode[type=boxgame] .game-info .game-info-text .game-manufacturer {
    font-size: 14px;
    line-height: 18px
}

.VCSortableInPreviewMode[type=boxgame] .btn {
    background: #1095ea;
    border-color: #1095ea;
    color: #fff;
    width: fit-content;
    border: 1px solid rgba(103, 113, 129, .3);
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    display: inline-block
}

#container-bottom-right {
    background: #fff;
    border: 1px solid #ccc;
    position: fixed;
    right: 20px;
    width: 357px;
    bottom: 0;
    z-index: 999999999;
    display: none
}

.light-box-bounder {
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 25, 29, .7);
    display: none;
    z-index: 999991
}

.light-box-bounder.totalcontentdetail {
    top: -25px
}

.light-box-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

.light-box {
    width: 1040px;
    margin: 10px auto 25px;
    display: block;
    background: #fff;
    padding: 0;
    position: relative;
    border-radius: 3px;
    left: 8px
}

.light-box-bounder .light-box.loading {
    width: 220px;
    padding: 20px;
    text-align: center;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px
}

.light-box-bounder .light-box.loading img {
    display: inline;
    width: 21px;
    position: relative;
    top: 5px
}

.light-box .fb_iframe_widget {
    display: inline-block;
    position: relative
}

.related-news .icon-show-popup {
    display: none
}

.show-popup {
    position: relative
}

.show-popup .icon-show-popup {
    margin-left: 7px;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAAH6Nf8rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVEQjZFQzExNzY2MTExRTZCMDFFQ0MwMTFEMzQzQjM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVEQjZFQzEyNzY2MTExRTZCMDFFQ0MwMTFEMzQzQjM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RURCNkVDMEY3NjYxMTFFNkIwMUVDQzAxMUQzNDNCMzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RURCNkVDMTA3NjYxMTFFNkIwMUVDQzAxMUQzNDNCMzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7cJDVoAAAAfElEQVR42mL4//8/w+nTpyEEiAMQQGAGI4gFEEBwIRAGCCAGmEKIFBAwgYgzZ878BwgguAgyYAHJmJiYMIJomCBAAIFVIgvAzQEBkGoQRhFEMRPGwDATHQAEGAPM2TBXI/ORxZlARqG7CBtggrmQkEKc1qFjFnSfIANkmwBsLYn0enHLqgAAAABJRU5ErkJggg==') no-repeat
}

.light-box-bounder .close-wrap {
    position: absolute;
    top: 20px;
    width: 32px;
    height: 32px;
    display: none;
    z-index: 9999
}

.light-box-bounder .close {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background: #03a5fa;
    width: 32px;
    height: 32px;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0 auto
}

.light-box-bounder .close div {
    height: 2px;
    background: #fff;
    display: block;
    width: 22px;
    position: absolute
}

.light-box-bounder.close:hover div {
    background: #fff
}

.light-box-bounder .close .close-1 {
    top: 14px;
    left: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.light-box-bounder .close .close-2 {
    top: 14px;
    left: 4px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.light-box .separator {
    height: 63px;
    background: #f4f5f6;
    border-bottom: 1px solid #d0d0d0;
    width: 685px;
    margin: 30px -30px
}

.light-box .separator.threads {
    width: auto !important;
    margin: 0
}

@media (max-width:1200px) {
    .light-box .separator {
        width: 615px;
        margin: 30px -20px
    }
}

.lb-banner {
    float: left;
    margin-left: 0;
    width: 300px;
    padding-top: 30px;
    overflow: hidden
}

.lb-news-content {
    float: left;
    padding: 30px;
    margin-right: 30px;
    width: 625px;
    box-shadow: 10px 5px 15px 0 #eee;
    border-right: 1px solid #eaeaea
}

.lb-news-content h1 {
    font-family: SFD-Bold;
    font-weight: 400;
    color: #181818;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    position: relative
}

.lb-news-content .marker {
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    left: -30px;
    width: 5px;
    height: 19px;
    background: #c90000
}

.lb-news-content .news-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px
}

.viewmore {
    clear: both;
    padding: 17px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: 20px;
    color: #555
}

.lb-news-content .share {
    border: 1px solid #e0e0e0;
    padding: 10px 0;
    border-width: 1px 0;
    margin-bottom: 20px;
    height: 20px;
    clear: both
}

.lb-news-content .news-sapo {
    margin-top: 15px
}

.lb-news-content #first-related-news .viewmore {
    display: none
}

.lb-news-content #first-related-news .max-height-3000 {
    max-height: 3000px;
    overflow: hidden;
    position: relative
}

.lb-news-content #first-related-news .max-height-3000:before {
    position: absolute;
    z-index: 9998;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 70%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 70%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 70%, #fff 100%)
}

.lb-news-content #first-related-news .max-height-3000 .viewmore {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0
}

.lb-news-content .viewmore a {
    font-family: SFD-Bold;
    font-size: 13px;
    font-weight: 700;
    color: #004370;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #004370;
    border-radius: 3px
}

.lb-news-content .viewmore a:hover {
    background: #efefef
}

.light-box .threads {
    padding: 30px;
    background: #f5f5f5
}

.light-box .threads li {
    display: inline-block;
    width: 180px;
    float: left;
    margin-bottom: 30px
}

.light-box .threads li:nth-child(n+5) {
    margin-bottom: 0
}

.light-box .threads li+li {
    margin-left: 20px
}

.light-box .threads li:nth-child(6) {
    margin-left: 0
}

.light-box .threads li img {
    width: 180px;
    height: 113px
}

.light-box .threads .title {
    font-family: SFD-Bold;
    color: #8e8e8e;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px
}

.light-box .threads .title .t span {
    color: #333;
    font-weight: 400
}

.light-box .threads .title .line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 60px;
    background: #c90000
}

.light-box .threads .view-count {
    color: #858585;
    font-size: 11px;
    margin-top: 5px
}

.light-box .threads h3 {
    font-family: SFD-Bold;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
    font-weight: 400
}

.light-box .threads .title .t a,
.light-box .threads h3 a {
    color: #333
}

.light-box .knswli-view {
    margin-left: 0;
    padding-left: 16px;
    font-size: 12px;
    color: #8e8e8e
}

.light-box span.knswli-view:before {
    width: 14px;
    height: 10px;
    background-position: -89px -268px;
    top: 2px;
    position: absolute;
    left: 0;
    background-image: url("../web_images/sprite-genk_v11.png");
    background-repeat: no-repeat;
    content: ''
}

.light-box .threads h3 a:hover {
    color: #666
}

@media (max-width:1200px) {
    .light-box {
        width: 960px;
        left: 0
    }

    .lb-news-content {
        padding: 30px 20px;
        width: 575px;
        margin-right: 20px
    }

    .lb-news-content .marker {
        left: -20px
    }

    .light-box .threads {
        padding: 30px 20px
    }

    .light-box .threads li {
        width: 168px
    }

    .light-box .threads li img {
        max-width: 100%
    }
}

/*!fix*/
/*!fix*/
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {

    .light-box-bounder .close,
    .light-box-bounder .close-wrap {
        width: 45px;
        height: 45px
    }

    .light-box-bounder .close .close-1 {
        top: 22px;
        left: 11px
    }

    .light-box-bounder .close .close-2 {
        top: 22px;
        left: 11px
    }

    .news-detail.default figure img {
        width: 100%
    }
}

.clearfix.separator.threads {
    height: 9px;
    border: none;
    background: url('../web_images/border_list_news.jpg') 49% repeat-x;
    padding: 0
}

.light-box>div.loading-div {
    display: none
}

.light-box.loading>div,
.light-box.loading>section {
    display: none
}

.light-box.loading>div.loading-image {
    display: block
}

.totalcontentdetail .title {
    font-family: Roboto-Bold;
    font-size: 28px;
    line-height: 34px;
    color: #181818;
    font-weight: 400
}

.totalcontentdetail .dateandcat {
    margin-top: 14px;
    font-family: SFD-SemiBold;
    font-size: 14px;
    color: #545454
}

.totalcontentdetail .dateandcat .cat {
    font-size: 14px;
    color: #5d5d5d
}

.totalcontentdetail .sharemxh {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 18px;
    float: left;
    padding: 5px 0
}

.totalcontentdetail .sharemxh .fb {
    float: left
}

.totalcontentdetail .sharemxh .fbsend {
    float: right;
    margin-right: 5px
}

.totalcontentdetail .sharemxh .emaild {
    float: right;
    margin-top: -2px
}

.totalcontentdetail .sharemxh .emaild .iconemail {
    width: 26px;
    height: 20px;
    display: block;
    background-position: -197px -205px;
    margin-left: 7px
}

.totalcontentdetail .sharemxh .printd {
    float: right;
    margin-top: 8px
}

.totalcontentdetail .sharemxh .printd .iconprint {
    width: 26px;
    height: 20px;
    display: block;
    background: url("../web_images/printdetail.png")
}

.totalcontentdetail .media {
    margin-top: 24px
}

.totalcontentdetail .media img {
    width: 650px;
    height: 413px
}

.totalcontentdetail .w650 {
    width: 650px
}

.totalcontentdetail .sapo {
    margin-top: 19px;
    margin-bottom: 9px;
    font-family: SFD-Bold;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #333
}

.totalcontentdetail .contentdetail {
    font-family: "Times New Roman";
    font-size: 17px;
    line-height: 24px;
    color: #303030;
    float: left;
    margin-top: 10px
}

.totalcontentdetail .contentdetail img {
    max-width: 650px
}

.totalcontentdetail .contentdetail iframe {
    max-width: 625px
}

.totalcontentdetail .light-box-content .contentdetail img {
    width: 625px
}

.totalcontentdetail .light-box-content .contentdetail .before-after img {
    width: auto
}

.totalcontentdetail .contentdetail a {
    color: #004370
}

.totalcontentdetail .contentdetail p {
    margin-bottom: 15px
}

.totalcontentdetail .contentdetail .source {
    font-style: italic;
    text-align: right;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin: 0
}

.totalcontentdetail #ContentFirstFull {
    width: 100%
}

.totalcontentdetail .tindnd {
    float: right;
    width: 428px;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #e25354;
    position: relative;
    padding-bottom: 2px;
    margin-right: -60px;
    margin-left: 27px;
    margin-bottom: 10px;
    margin-top: 9px;
    border-radius: 3px;
    display: none
}

.totalcontentdetail .tindnd .title_box {
    height: 36px;
    line-height: 36px
}

.totalcontentdetail .tindnd .title_box a {
    font-size: 17px;
    color: #363d49;
    font-family: Roboto-Bold;
    font-weight: 400;
    display: block;
    padding: 0 0 0 19px
}

.totalcontentdetail .tindnd .scroll_bt {
    height: 107px;
    width: 3px;
    background: #c6c6c6;
    position: absolute;
    right: 3px;
    top: 60px;
    display: block;
    border-radius: 3px
}

.totalcontentdetail .tindnd ul {
    float: left;
    background: url('../images/bg_chuyengia.jpg') repeat-x top;
    width: 100%;
    display: block;
    box-sizing: border-box
}

.totalcontentdetail .tindnd ul li {
    margin: 0 18px;
    border-top: 1px dotted #cbcfd3;
    display: block;
    padding-top: 8px;
    float: left;
    padding-top: 16px;
    margin-bottom: 16px;
    width: 392px
}

.totalcontentdetail .tindnd ul li.no_border {
    border-top: none
}

.totalcontentdetail .tindnd ul li .knswli-right a {
    font-size: 16px;
    color: #2a2a2a;
    font-family: Roboto-Bold;
    font-weight: 400;
    display: block;
    line-height: 21px
}

.totalcontentdetail .tindnd ul li .name {
    font-family: Arial;
    color: #727272;
    display: block;
    margin-top: 3px
}

.totalcontentdetail .tindnd ul li img {
    float: left;
    margin-right: 13px;
    width: 160px;
    height: 100px
}

.totalcontentdetail .author {
    text-align: right;
    font-weight: 700;
    font-size: 17px;
    font-family: "Time New Roman";
    margin-bottom: 0 !important;
    color: #333
}

.react-relate .threads {
    padding: 0;
    position: relative
}

.react-relate .threads .title {
    padding: 0;
    position: initial;
    margin: 0
}

.react-relate .threads .title .t,
.react-relate .threads .title .t a {
    font-family: SFD-SemiBold;
    font-size: 15px;
    line-height: 34px;
    color: #4e4e4e;
    font-weight: 400
}

.react-relate .threads li {
    width: 23.5%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    border-top: none;
    padding: 0;
    margin-top: 0;
    border: none
}

.listtimeline .react-relate .threads li img {
    width: 100%;
    height: auto;
    margin-right: 0
}

.listtimeline .react-relate .threads li a {
    width: 100%;
    height: auto
}

.react-relate .threads .thread-react-close span.close-react {
    position: absolute;
    right: 3px;
    top: 14px;
    cursor: pointer;
    color: #bababa;
    font-size: 16px
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.react-relate {
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    transition: max-height .5s;
    display: none;
    max-height: 400px
}

.react-relate.show-react-relate {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    width: 100%
}

.listtimeline .react-relate.show-react-relate {
    border-bottom: 1px dotted #ccc
}

.react-relate.hide-react-relate {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    display: block
}

.react-relate.hiding-react-relate {
    display: block;
    max-height: 0
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        visibility: visible;
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        visibility: visible;
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://static.thanhnien.com.vn/fonts/Roboto-Bold.woff2') format('woff2'), url('https://static.thanhnien.com.vn/fonts/Roboto-Bold.woff') format('woff'), url('https://static.thanhnien.com.vn/fonts/Roboto-Bold.ttf') format('truetype'), url('https://static.thanhnien.com.vn/fonts/Roboto-Bold.eot') format('embedded-opentype')
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://static.thanhnien.com.vn/fonts/Roboto-Medium.woff2') format('woff2'), url('https://static.thanhnien.com.vn/fonts/Roboto-Medium.woff') format('woff'), url('https://static.thanhnien.com.vn/fonts/Roboto-Medium.ttf') format('truetype'), url('https://static.thanhnien.com.vn/fonts/Roboto-Medium.eot') format('embedded-opentype')
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://static.thanhnien.com.vn/fonts/Roboto-Thin.woff2') format('woff2'), url('https://static.thanhnien.com.vn/fonts/Roboto-Thin.woff') format('woff'), url('https://static.thanhnien.com.vn/fonts/Roboto-Thin.ttf') format('truetype'), url('https://static.thanhnien.com.vn/fonts/Roboto-Thin.eot') format('embedded-opentype')
}

@font-face {
    font-family: RobotoCondensed-Bold;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://static.thanhnien.com.vn/fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('https://static.thanhnien.com.vn/fonts/RobotoCondensed-Bold.woff') format('woff'), url('https://static.thanhnien.com.vn/fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('https://static.thanhnien.com.vn/fonts/RobotoCondensed-Bold.eot') format('embedded-opentype')
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://static.thanhnien.com.vn/fonts/Roboto-Regular.woff2') format('woff2'), url('https://static.thanhnien.com.vn/fonts/Roboto-Regular.woff') format('woff'), url('https://static.thanhnien.com.vn/fonts/Roboto-Regular.ttf') format('truetype'), url('https://static.thanhnien.com.vn/fonts/Roboto-Regular.eot') format('embedded-opentype')
}

@font-face {
    font-family: SFD-Regular;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://static.thanhnien.com.vn/fonts/SFProDisplay-Regular.woff2') format('woff2'), url('https://static.thanhnien.com.vn/fonts/SFProDisplay-Regular.woff') format('woff'), url('https://static.thanhnien.com.vn/fonts/SFProDisplay-Regular.ttf') format('truetype'), url('https://static.thanhnien.com.vn/fonts/SFProDisplay-Regular.eot') format('embedded-opentype')
}

.container-magazine {
    max-width: 1120px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-magazine .detail-content {
    background: 0 0;
    /* padding: 48px 150px 100px */
}

[data-role=content] h2,
[data-role=content] h3,
[data-role=content] h4,
[data-role=content] h5,
[data-role=content] h6 {
    line-height: 35px
}

@media(max-width:991px) {
    .container-magazine {
        width: 100%;
    }
}

@media(max-width:767px) {
    .container-magazine .detail-content {
        background: 0 0;
    }
}

.magazine [data-role=content] .VCSortableInPreviewMode.alignJustifyFull {
    left: 50% !important
}

.widget-box.alignRight {
    float: right !important;
    width: 45% !important
}

.widget-box.alignLeft {
    float: left !important;
    width: 45% !important
}

.widget-box {
    display: inline-block;
    margin: 0 auto 15px;
    word-wrap: break-word;
    position: relative;
    padding: 10px;
    line-height: 1.4;
    font-weight: 300;
    z-index: 1;
    width: 100%
}

.widget-box.active {
    outline: rgba(228, 156, 90, .5) dashed 1px
}

.widget-box:after,
.widget-box:before {
    content: '';
    display: table
}

.widget-box:after {
    clear: both
}

.widget-box .half {
    width: 50%;
    min-height: 30px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-box img {
    margin: 20px 0 15px;
    max-width: 100%
}

.widget-box .half.three-thumb>a,
.widget-box .half.three-thumb>img,
.widget-box .half.three-thumb>span {
    display: inline-block;
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
    position: relative
}

.widget-box .half.three-thumb>a,
.widget-box .half.three-thumb>img,
.widget-box .half.three-thumb>span {
    position: relative;
    padding-bottom: calc(100% / 3 - 15px);
    height: 0
}

.widget-box .half.three-thumb>a>img,
.widget-box .half.three-thumb>img>img,
.widget-box .half.three-thumb>span>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.widget-box p {
    margin: 15px 0;
    font-size: inherit;
    line-height: 1.4;
    font-weight: 300
}

.widget-box h1 {
    font-size: 2.36em;
    margin: .4em 0;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4
}

.widget-box h1 h3 {
    font-size: 1.73em;
    margin: .7em 0;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4
}

.widget-box .widget-column {
    min-height: 30px;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-box .third {
    width: 33.3%
}

.widget-box figure {
    margin: 0
}

.widget-box figure figcaption {
    display: block
}

.widget-box .full {
    width: 100%
}

.widget-box .fourth {
    width: 25%
}

.widget-box .two-third {
    width: 66.7%
}

.widget-box .full .display {
    margin-bottom: .5em
}

.widget-box .full .center {
    text-align: center
}

.widget-box .full .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.widget-box .full .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.widget-box .full .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.widget-box.width100 {
    width: 100%
}

.widget-box .full .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.widget-box .radius-img-sm {
    width: 180px;
    height: 180px;
    margin: 10px auto
}

.widget-box .radius-img-sm .widget-image-wrapper {
    height: 100%;
    width: 100%
}

.widget-box .radius-img-sm img {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%
}

.widget-column-4:after,
.widget-column-4:before {
    content: " ";
    display: table
}

.widget-column-4:after {
    clear: both
}

.widget-column-4 {
    width: 33.333333%;
    float: left;
    display: block
}

.embed-responsive.embed-responsive-square {
    padding-bottom: 100% !important
}

.embed-responsive-square>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.widget-box[type^=vne_quote] .quote-content::after,
.widget-box[type^=vne_quote] .quote-content::before {
    content: ' ';
    display: table
}

.widget-box[type^=vne_quote] .quote-content::after {
    clear: both
}

.widget-box[type^=vne_quote] .quote-content {
    font-family: Roboto;
    font-weight: 700;
    color: grey;
    text-align: justify;
    line-height: 1.5;
    margin-left: 36px;
    margin-right: 36px;
    margin-top: 5px;
    padding: 0
}

.widget-box[type^=vne_quote] .quote-content.quote-border-top {
    padding-top: 10px;
    border-top: 1px solid silver
}

.widget-box[type^=vne_quote] .quote-content.quote-border-bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid silver
}

.widget-box[type^=vne_quote] .quote-content.quote-border-auto {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: none;
    border-top: 1px solid silver
}

.widget-box[type^=vne_quote] .quote-content.quote-border-auto:last-child {
    border-bottom: 1px solid silver
}

.widget-box[type^=vne_quote] .quote-icon {
    float: left;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0
}

.widget-box[type^=vne_quote] .quote-icon.icon-quote-style {
    max-width: 30px;
    max-height: 30px;
    background: transparent url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUxMi41IDUxMi41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuNSA1MTIuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0xMTIuNSwyMDguMjVjNjEuODU2LDAsMTEyLDUwLjE0NSwxMTIsMTEycy01MC4xNDQsMTEyLTExMiwxMTJzLTExMi01MC4xNDUtMTEyLTExMmwtMC41LTE2ICAgYzAtMTIzLjcxMiwxMDAuMjg4LTIyNCwyMjQtMjI0djY0Yy00Mi43MzcsMC04Mi45MTcsMTYuNjQzLTExMy4xMzcsNDYuODYzYy01LjgxNyw1LjgxOC0xMS4xMjYsMTIuMDA4LTE1LjkxNSwxOC41MSAgIEMxMDAuNjY3LDIwOC43MjMsMTA2LjUyOCwyMDguMjUsMTEyLjUsMjA4LjI1eiBNNDAwLjUsMjA4LjI1YzYxLjg1NSwwLDExMiw1MC4xNDUsMTEyLDExMnMtNTAuMTQ1LDExMi0xMTIsMTEyICAgcy0xMTItNTAuMTQ1LTExMi0xMTJsLTAuNS0xNmMwLTEyMy43MTIsMTAwLjI4Ny0yMjQsMjI0LTIyNHY2NGMtNDIuNzM2LDAtODIuOTE4LDE2LjY0My0xMTMuMTM3LDQ2Ljg2MyAgIGMtNS44MTgsNS44MTgtMTEuMTI3LDEyLjAwOC0xNS45MTYsMTguNTFDMzg4LjY2NiwyMDguNzIzLDM5NC41MjcsMjA4LjI1LDQwMC41LDIwOC4yNXoiIGZpbGw9IiNEODAwMjciLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center/100%
}

.widget-box[type^=vne_quote] .quote-icon img {
    max-width: 100%;
    margin: 0
}

.widget-box[type^=vne_quote] .quote-author {
    margin: 0 36px;
    padding: 10px 0;
    font-weight: 700;
    font-family: Roboto
}

.widget-box[type^=vne_quote] .quote-author.quote-border-top {
    border-top: 1px solid silver
}

.widget-box[type^=vne_quote] .quote-author.quote-border-bottom {
    border-bottom: 1px solid silver
}

.widget-box[type^=vne_quote] .quote-author-avatar {
    display: inline-block;
    line-height: 0;
    max-width: 90px;
    min-width: 60px;
    margin: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    margin-bottom: 15px
}

.widget-box[type^=vne_quote] .quote-author-avatar.avatar-left {
    float: left;
    margin-right: 15px
}

.widget-box[type^=vne_quote] .quote-author-avatar.avatar-right {
    float: right;
    margin-left: 15px
}

.widget-box[type^=vne_quote] .quote-author-avatar img {
    max-width: 100%;
    margin: 0;
    background: #e0e0e0
}

.widget-box .widget-image-wrapper {
    position: relative;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    outline: 0;
    box-shadow: none;
    margin: 20px 0 15px
}

.VCSortableInPreviewMode .widget-image-wrapper {
    position: relative;
    height: 100%;
    display: block
}

.VCSortableInPreviewMode .widget-image-wrapper .image-editter,
.widget-box .widget-image-wrapper .image-editter {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -30px;
    line-height: 1;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 8px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    background-color: #f6f7f9;
    border-color: #ced0d4;
    color: #4b4f56;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.VCSortableInPreviewMode .widget-image-wrapper img,
.widget-box .widget-image-wrapper img {
    margin: 0;
    opacity: 1
}

.VCSortableInPreviewMode .widget-image-wrapper:hover,
.widget-box .widget-image-wrapper:hover {
    outline: 1px solid #1f78d8
}

.VCSortableInPreviewMode .widget-image-wrapper:hover .image-editter,
.widget-box .widget-image-wrapper:hover .image-editter {
    display: unset
}

.VCSortableInPreviewMode .widget-image-wrapper:hover img,
.widget-box .widget-image-wrapper:hover img {
    opacity: .5
}

.VCSortableInPreviewMode .widget-image-wrapper .image-editter .fa,
.widget-box .widget-image-wrapper .image-editter .fa {
    margin-right: 5px
}

.VCSortableInPreviewMode .widget-image-wrapper .image-editter:hover,
.widget-box .widget-image-wrapper .image-editter:hover {
    background-color: #e9ebee
}

.widget-box [placeholder]:before {
    color: #353232;
    opacity: .3
}

.widget-box [placeholder]:hover {
    cursor: text
}

.detail__cmain [data-role=content] {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}
.detail__cmain .small-img{
    padding: 20px 120px 0;
}
@media(max-width:768px) {
    .detail__cmain .small-img {
        padding: 20px 30px 0;
    }
}
.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption {
    background: #fff;
    padding: 8px 0;
    max-width: 100%;
    position: relative
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption:before,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption:before {
    width: 200px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption:after,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption:after {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%)
}

.detail__cmain [data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain [data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-size: 13px !important;
    line-height: 20px;
    margin: 0
}

.weather {
    position: relative
}

.qadd-right img {
    max-width: 300px;
    margin: 0 auto
}

.box_weather {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    top: 26px;
    transition: all .2s;
    font-size: 13px;
    right: 0;
    box-sizing: border-box;
    box-shadow: 0 0 24px rgba(0, 0, 0, .16);
    border-radius: 6px;
    z-index: 9;
    scrollbar-color: #565656;
    scrollbar-width: thin
}

.weather .active_box_weather {
    height: 320px;
    border: 1px solid #e1e1f0
}

.box_weather .search_city {
    width: 100%;
    padding: 10px 40px 10px 10px;
    outline: 0;
    border: none;
    background-color: #f7f7f8 !important;
    background: url(https://static.mediacdn.vn/thanhnien.vn/image/Union.svg) 97% 10px no-repeat
}

.box_weather ul li {
    width: 100%;
    padding: 13px 14px 13px 10px;
    border-bottom: 1px solid rgba(225, 225, 240, .5);
    box-sizing: border-box;
    cursor: pointer
}

.box_weather .content {
    display: flex;
    align-items: center
}

.box-weather .content {
    cursor: pointer
}

.box_weather::-webkit-scrollbar {
    width: 5px
}

.box_weather::-webkit-scrollbar-thumb {
    background: #ccc
}

.fb-loading-wrapper {
    max-width: 100%;
    clear: both;
    padding: 25px 0;
    display: block
}

.fblw-timeline-item {
    background: #fff
}

.fblwtia-mask {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 10px
}

.fblwtia-title-line {
    right: 0;
    left: 260px;
    top: 0;
    height: 50px;
    width: 3%
}

.fblwtia-front-mask {
    height: 10px;
    left: 260px;
    width: 3%
}

.fblwtia-title-mask-1 {
    top: 60px
}

.fblwtia-front-mask-2 {
    top: 0;
    height: 15px
}

.fblwtia-front-mask-3 {
    top: 100px
}

.fblwtia-front-mask-4 {
    top: 120px
}

.fblwtia-sepline-sapo {
    left: 260px;
    right: 0
}

.fblwtia-sepline-sapo-0 {
    top: 15px
}

.fblwtia-sepline-sapo-1 {
    top: 45px;
    height: 15px
}

.fblwtia-sepline-sapo-2 {
    top: 80px;
    height: 20px
}

.fblwtia-sepline-sapo-3 {
    top: 110px
}

.fblwtia-sepline-sapo-4 {
    top: 130px;
    height: 40px
}

.fblwtia-sapo-line {
    right: 0
}

.fblwtia-sapo-line-2 {
    top: 0;
    left: 55%;
    height: 15px
}

.fblwtia-sapo-line-3 {
    top: 100px;
    left: 95%
}

.fblwtia-sapo-line-4 {
    top: 120px;
    left: 85%;
    height: 10px
}

.fblwti-animated {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px;
    height: 110px;
    position: relative
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

.fblwti-animated {
    height: 156px
}

.fblwtia-sapo-line-0 {
    top: 0;
    left: 98%;
    height: 20px
}

.fblwtia-sapo-line-1 {
    top: 60px;
    left: 85%;
    height: 20px
}

.fblw-timeline-item {
    background: #fff
}

.fblwtia-mask {
    background: #f9f9f9;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 10px
}

.fblwtia-title-line {
    right: 0;
    left: 36%;
    top: 0;
    height: 20px;
    width: 3%
}

.fblwtia-front-mask {
    height: 10px;
    left: 36%;
    width: 3%
}

.fblwtia-title-mask-1 {
    top: 30px
}

.fblwtia-front-mask-2 {
    top: 70px;
    height: 15px
}

.fblwtia-front-mask-3 {
    top: 105px
}

.fblwtia-front-mask-4 {
    top: 125px
}

.fblwtia-sepline-sapo {
    left: 36%;
    right: 0
}

.fblwtia-sepline-sapo-0 {
    top: 20px
}

.fblwtia-sepline-sapo-1 {
    top: 50px;
    height: 20px
}

.fblwtia-sepline-sapo-2 {
    top: 85px;
    height: 20px
}

.fblwtia-sepline-sapo-3 {
    top: 115px
}

.fblwtia-sepline-sapo-4 {
    top: 135px;
    height: 50px
}

.fblwtia-sapo-line {
    right: 0
}

.fblwtia-sapo-line-2 {
    top: 70px;
    left: 55%;
    height: 15px
}

.fblwtia-sapo-line-3 {
    top: 105px;
    left: 95%
}

.fblwtia-sapo-line-4 {
    top: 125px;
    left: 85%;
    height: 10px
}

.fblwti-animated {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px;
    height: 110px;
    position: relative
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

.fblwti-animated {
    height: 185px
}

.btnviewmore:hover {
    background: #a01e21
}

.btnviewmore {
    width: 140px;
    height: 40px;
    background: #393939;
    font-family: SFD-Bold;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 25px;
    text-align: center
}

.fblwtia-sapo-line-0 {
    top: 0;
    left: 98%;
    height: 20px
}

.fblwtia-sapo-line-1 {
    top: 30px;
    left: 85%;
    height: 20px
}

.fb-loading-wrapper {
    padding: 25px 0
}

html {
    scroll-behavior: smooth
}

[data-role=content] h1 {
    font-size: 26px
}

[data-role=content] h2 {
    font-size: 20px
}

[data-role=content] h3 {
    font-size: 22px
}

[data-role=content] h4 {
    font-size: 20px
}

[data-role=content] h5 {
    font-size: 19px
}

[data-role=content] h6 {
    font-size: 18px
}

.header__nav-flex .menu-nav li .nav-link.active {
    color: #0098d1
}

[data-role=content] .kbwscwlrl-next .text {
    display: none
}

.detail__cmain [data-role=content] {
    line-height: 24px !important
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption {
    text-align: center
}

.detail-fb-like-share .fb-like>span {
    height: 20px !important;
    box-sizing: border-box
}

.detail__cmain.small .detail-title {
    font-size: 28px;
    line-height: 40px;
    transition: 1s
}

.detail__cmain.small .detail-sapo {
    font-size: 14px;
    line-height: 26px;
    transition: 1s
}

.detail__cmain.small [data-role=content] {
    font-size: 14px;
    line-height: 26px !important;
    transition: 1s
}

.detail__cmain.small [data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain.small [data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
.detail__cmain.small [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain.small [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-size: 10px !important;
    line-height: 18px !important;
    transition: 1s
}

.detail__cmain.medium .detail-title {
    transition: 1s;
    font-size: 32px;
    line-height: 48px
}

.detail__cmain.medium [data-role=content] {
    font-size: 17px;
    line-height: 26px !important;
    transition: 1s
}

.detail__cmain.medium .detail-sapo {
    font-size: 17px;
    line-height: 26px !important;
    transition: 1s
}

.detail__cmain.medium [data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain.medium [data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
.detail__cmain.medium [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain.medium [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-size: 13px !important;
    line-height: 20px !important;
    transition: 1s
}

.detail__cmain.large .detail-title {
    font-size: 35px;
    line-height: 48px;
    transition: 1s
}

.detail__cmain.large [data-role=content] {
    font-size: 24px;
    line-height: 38px !important;
    transition: 1s
}

.detail__cmain.large .detail-sapo {
    font-size: 24px;
    line-height: 32px;
    transition: 1s
}

.detail__cmain.large [data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain.large [data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
.detail__cmain.large [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain.large [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-size: 16px !important;
    line-height: 24px !important;
    transition: 1s
}

.detail__history .box-middle .item:before {
    background-size: contain
}

[data-role=content] .VCSortableInPreviewMode[type=Photo].alignCenterOverflow .PhotoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode[type=Photo].alignCenterOverflow .fb-share-wrapper {
    text-align: center
}

.header__emagazine-flex .list-action .item:hover {
    background: #0098d1;
    color: #fff
}

.header__emagazine-flex .list-action .item:hover .icon * {
    color: #fff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important
}

.tt_gltt {
    width: 126px;
    height: 22px;
    background: red;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.detail--interView .detail-viewmore {
    display: flex;
    background: #0098d1;
    border-radius: 3px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.detail--interView .modal {
    display: none
}

.detail--interView .modal.show {
    display: block
}

.detail--interView .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    background: #fff;
    display: none;
    transform: translate(-50%, -50%);
    width: 640px
}

.detail--interView .modal .modal-header {
    position: relative;
    padding: 22px 15px 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #0098d1;
    border-bottom: 1px solid #e5e5e5
}

.detail--interView .modal .modal-header .close {
    position: absolute;
    width: 43px;
    height: 43px;
    background: #fff;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.detail--interView .modal .modal-content {
    padding: 20px
}

.detail--interView .modal .modal-question-form .row .label {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 10px
}

.detail--interView .modal .modal-question-form .row .btn {
    border: 1px solid #bfd7ea;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 10px;
    width: 100%;
    height: 35px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575
}

.detail--interView .modal .modal-question-form .row.row2 {
    display: flex
}

.detail--interView .modal .modal-question-form .row {
    margin-bottom: 20px
}

.detail--interView .modal .modal-question-form .row.row2 .col-input {
    width: 330px;
    margin-right: 20px
}

.detail--interView .captcha-info {
    display: flex;
    min-width: 50%;
    align-items: center
}

.detail--interView .captcha-info img.imgcaptchaapi {
    max-width: 90px;
    height: 35px;
    margin: 0 8px
}

.detail--interView .captcha-info .refresh-captcha {
    width: 25px;
    position: relative;
    top: 5px
}

.detail--interView .modal .modal-question-form .row .submit {
    padding: 0 35px;
    display: inline-flex;
    background: #0098d1;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    width: 100px;
    margin: auto
}

.dev_inter_view {
    display: contents;
    align-items: center
}

.detail--interView .modal-bg {
    background: #000;
    opacity: .6;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.detail--interView.open-modal .modal-bg {
    display: block
}

.modal .modal-question-form .row textarea {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    width: 100%;
    height: 120px;
    border: 1px solid #bfd7ea;
    box-sizing: border-box;
    border-radius: 3px
}

#interview-content-place {
    margin-top: 65px
}

#interview-content-place .avatar_u {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden
}

#interview-content-place .detail-auser .avatar_u {
    margin-left: 20px
}

#interview-content-place * {
    margin: 0;
    box-sizing: border-box
}

#interview-content-place .VCSortableInPreviewMode[type=photo] {
    margin-bottom: 16px
}

#interview-content-place .inter-flex {
    display: flex;
    column-gap: 16px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px
}

#interview-content-place .detail-question .detail-quser .user-name {
    width: calc(100% - 56px)
}

#interview-content-place .detail-question .user-name {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    color: #292929
}

#interview-content-place .detail-question {
    display: block
}

#interview-content-place .detail-a.interview-answer {
    background: #c6ebf9;
    padding: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 24px;
    position: relative;
    display: inline-block
}

#interview-content-place .detail-a.interview-answer::before {
    content: "";
    display: block;
    width: 24px;
    height: 0;
    border-left: 12px solid #fafafa;
    border-right: 12px solid #fafafa;
    border-bottom: 15px solid #c6ebf9;
    position: absolute;
    top: -15px;
    left: 23px
}

#interview-content-place .detail-question {
    background: #fafafa;
    padding: 24px 24px 0 24px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

#interview-content-place .detail-q {
    padding-top: 16px
}

#interview-content-place .detail-a.interview-answer .VCSortableInPreviewMode .PhotoCMS_Caption,
#interview-content-place .detail-a.interview-answer .VCSortableInPreviewMode .VideoCMS_Caption {
    background: #c6ebf9;
    padding: 8px 0;
    max-width: 100%;
    margin-bottom: 16px
}

#interview-content-place .VCSortableInPreviewMode .PhotoCMS_Caption:after,
#interview-content-place .VCSortableInPreviewMode .PhotoCMS_Caption:before,
#interview-content-place .VCSortableInPreviewMode .VideoCMS_Caption:after,
#interview-content-place .VCSortableInPreviewMode .VideoCMS_Caption:before {
    background: #58cefa
}

#interview-content-place .detail-a.interview-answer .inter-flex {
    border-bottom: 1px solid #58cefa;
    margin-bottom: 16px;
    justify-content: flex-end
}

.title--inter-view {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 20px !important;
    display: block
}

.title--inter-view::before {
    content: "";
    width: 100%;
    display: block;
    border-top: 2px solid #0098d1;
    border-bottom: 1px solid #0098d1;
    height: 5px;
    box-sizing: border-box;
    margin-bottom: 24px
}

#interview-content-place .detail-auser .auser-content {
    display: block;
    text-align: right
}

#interview-content-place .detail-auser .auser-content .add {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    display: block
}

#interview-content-place .detail-auser {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #58cefa;
    justify-content: flex-end
}

#interview-content-place .quser-content .add {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    display: block
}

.detail__cmain.small .detail-timeline .list .livenews-item .title {
    font-size: 17px;
    transition: 1s;
    line-height: 30px
}

.detail__cmain.small .detail-timeline .list .livenews-item .news-content.content {
    font-size: 14px;
    transition: 1s
}

.detail__cmain.small .detail-timeline .list .livenews-item .time {
    font-size: 14px;
    transition: 1s
}

.detail__cmain.medium .detail-timeline .list .livenews-item .title {
    font-size: 20px;
    transition: 1s;
    line-height: 30px
}

.detail__cmain.medium .detail-timeline .list .livenews-item .news-content.content {
    font-size: 17px;
    transition: 1s;
    line-height: 30px
}

.detail__cmain.medium .detail-timeline .list .livenews-item .time {
    font-size: 15px;
    transition: 1s
}

.detail__cmain.large .detail-timeline .list .livenews-item .title {
    font-size: 24px;
    transition: 1s;
    line-height: 36px;
    margin-top: 10px
}

.detail__cmain.large .detail-timeline .list .livenews-item .news-content.content {
    font-size: 20px;
    transition: 1s;
    line-height: 34px
}

.detail__cmain.large .detail-timeline .list .livenews-item .time {
    font-size: 19px;
    transition: 1s
}

#ViewMoreComment {
    margin: auto
}

#ViewMoreComment {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.detail__comment .list-comment .box_cm .textMore .readLess {
    display: none
}

.detail__cmain .detail-timelive {
    top: 46px;
    min-height: 116px
}

.table-binhluan h2 {
    font-size: 24px;
    margin-top: 0
}

.table-binhluan h3 {
    margin-top: 0;
    font-size: 22px
}

.table-binhluan h4 {
    margin-top: 0;
    font-size: 20px
}

.table-binhluan h5 {
    margin-top: 0;
    font-size: 19px
}

.table-binhluan h6 {
    margin-top: 0;
    font-size: 18px
}

.table-binhluan p {
    font-family: Inter
}

.table-binhluan .timeline-row {
    display: flex;
    padding: 16px 0;
    padding-top: 16px;
    border-bottom: 1px solid #144e9a;
    color: #fafafc
}

.table-binhluan .timeline-row:first-child {
    padding-top: 0
}

.table-binhluan .timeline-row .row-item {
    display: flex;
    justify-content: start;
    width: 100%
}

.table-binhluan .timeline-row .row-item .time-left {
    width: 88px;
    margin-right: 8px;
    color: #0098d1
}

.table-binhluan .timeline-row .row-item .time-right {
    flex: 1
}

.table-binhluan .timeline-row .row-item .time-right img {
    height: auto
}

.VCSortableInPreviewMode .videoNewsPlayer {
    min-height: 380px
}

.mgt8 img,
.mgt8 video {
    margin-bottom: 15px
}

.detail__live-football .detail-info .mauthor-info .mauthor-title .name {
    color: #fff
}

[data-role=content] h1,
[data-role=content] h2,
[data-role=content] h3,
[data-role=content] h4,
[data-role=content] h5,
[data-role=content] h6 {
    font-family: Merriweather
}

.detail__live-football .mauthor-info .mauthor-title span {
    color: #fff !important
}

.table-binhluan .PhotoCMS_Caption p,
.table-binhluan .VideoCMS_Caption p {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0
}

.table-binhluan .VideoCMS_Caption {
    overflow: auto !important
}

.table-binhluan p {
    margin-bottom: 15px
}

#vjs_video_3:before,
.vid .ThanhNienPlayer:before {
    padding-bottom: 56.25%;
    content: "";
    display: block
}

#vjs_video_3,
.vid .ThanhNienPlayer {
    display: block;
    position: relative;
    height: max-content;
    width: 100%
}

.detail__comment .list-comment .item .item-content .item-bottom .item-ls.like {
    display: none
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption:after,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption:before {
    display: none
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode[type=photo]:not(.noCaption):has(.PhotoCMS_Caption):before {
    width: 200px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode[type=photo]:not(.noCaption):has(.PhotoCMS_Caption):after {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode .author * {
    margin: 0;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #8b8b8b
}

/* .detail__cmain [data-role=content] .VCSortableInPreviewMode[type=photo] {
    margin-bottom: 24px
} */

.detail__cmain [data-role=content] .VCSortableInPreviewMode[type=photo] .PhotoCMS_Caption {
    padding-bottom: 6px;
    color: #292929
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode .author {
    padding-bottom: 8px
}

.detail__sticky {
    width: 40px;
    margin-right: 64px
}

.detail__scroll-action {
    width: 40px;
    padding: 8px 8px 16px 8px;
    border: 1px solid #ebebeb;
    border-radius: 8px
}

.detail__scroll-action .btn-font {
    border: none;
    margin: auto;
    margin-bottom: 16px;
    width: 24px
}

.detail__scroll-action a .icon {
    width: 24px;
    height: 24px;
    border: none;
    margin-bottom: 16px;
    position: relative
}

.detail__scroll-action a.item-st.active .icon path,
.detail__scroll-action a.item-st.active .icon svg,
.detail__scroll-action a.item-st:hover .icon path,
.detail__scroll-action a.item-st:hover .icon svg {
    fill: #0098d1
}

.detail__scroll-action a.item-st.active .icon,
.detail__scroll-action a.item-st:hover .icon {
    background: 0 0
}

.detail__lf-main .box-lf-content .box-bg .box-bg-main .table-dienbien .item .time {
    min-width: 65px
}

[data-role=content] p {
    margin-bottom: 24px;
    padding: 0 120px;
}
@media (max-width: 991px) {
    [data-role=content] p {
        padding: 0 30px;
    }
}

[data-role=content] .p_title{
    font-style: italic;
    font-size: 22px;
    line-height: 1.5;
    color: #042d67;
}
@media (max-width: 991px) {
    [data-role=content] .p_title {
        font-size:18px;
    }
}
[data-role=content] ul {
    margin-bottom: 24px;
    padding: 0 120px;
}
@media(max-width:768px) {
    [data-role=content] ul {
        padding: 0 30px;
    }
}
.box-category[data-layout="31"] .box-category-middle .box-category-item-small {
    border-top: 1px solid #ebebeb
}

.box-category[data-layout="31"] .box-category-middle .box-category-item-small .box-category-content .box-category-link-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    margin-bottom: unset;
    position: relative;
    padding-left: 30px
}

.box-category[data-layout="31"] .box-category-middle .box-category-item-small:first-child {
    margin-top: 16px
}

.box-category[data-layout="31"] .box-category-middle .box-category-item-small .box-category-content {
    width: 100%;
    padding: 16px 0
}

.box-category[data-layout="31"] .box-category-middle .box-category-item-small:last-child .box-category-content {
    padding-bottom: 0
}

.box-category[data-layout="31"] .box-category-middle .box-category-item-small .box-category-content .box-category-link-title:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1.2px solid #8b8b8b;
    border-radius: 50%;
    display: block;
    top: 10px;
    position: absolute;
    left: 10px;
    background: 0 0
}

.detail-sapo a {
    color: #0098d1;
    display: inline;
    font-weight: 500
}

.main.preview {
    position: relative
}

.main.preview:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px) !important;
    opacity: .5;
    background-image: url('https://static.thanhnien.com.vn/thanhnien.vn/image/preview.png');
    background-repeat: repeat;
    background-size: 100px
}

.detail__cmain .detail-info .detail-author .multi-author .mavatar,
.detail__video-section .box-video-content .detail-info .detail-author .multi-author .mavatar {
    margin-left: -6px
}

.detail__comment .box-comment .box-bottom .btn-submit {
    width: fit-content
}

.detail-container-full .widget-box.alignCenterOverflow,
.podcast .detail-container-full .VCSortableInPreviewMode.alignCenterOverflow {
    width: 150%;
    max-width: 150% !important;
    margin-left: -25% !important
}

.podcast .detail__cmain .detail-tab {
    justify-content: center
}

.podcast .detail-podcast-author {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-align: right;
    color: #1e1e1e
}

.podcast [data-role=content] .VCSortableInPreviewMode {
    display: inline-block
}

.podcast .detail-video-list-sw-dev {
    width: calc(100% - 228px)
}

.podcast .mauthor-title span {
    color: #fff !important
}

.podcast .detail__video-section.podcast {
    background-size: cover
}

.podcast .detail-sapo a {
    font-weight: 700
}

.d_detail__infographic .detail-container-full .VCSortableInPreviewMode.alignCenterOverflow,
.d_detail__infographic .detail-container-full .media.VCSortableInPreviewMode,
.d_detail__infographic .detail-container-full .widget-box.alignCenterOverflow {
    width: 928px !important;
    max-width: 928px !important;
    margin-left: calc((928px - 672px)/ (-2)) !important
}

.d_detail__infographic .detail-container .detail-info .box_audio {
    margin-left: 10px
}

.d_detail__infographic [data-role=content] .VCSortableInPreviewMode[type=insertembedcode] iframe {
    width: 100%
}

.d_detail__live .VCSortableInPreviewMode[type=VideoStream] .videoNewsPlayer {
    padding-top: 56.26% !important;
    height: 0 !important
}

.d_detail__live .detail-timeline .title-timeline {
    background: 0 0
}

.d_detail__live .detail-tab .detail-tab-title {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #0098d1;
    background: #fafafa;
    align-items: center;
    padding-left: 1px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 30px
}

.d_detail__live .detail-tab .detail-tab-title .detail-tab-nav a {
    padding: 15px 15px;
    display: inline-flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #2274a5;
    font-family: inherit;
    position: relative
}

.d_detail__live .detail-tab-title .detail-tab-nav a {
    padding: 15px 15px;
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #2274a5;
    position: relative
}

.d_detail__live .detail-tab-title .detail-tab-nav a.active {
    background: #fff;
    color: #e53c65
}

.d_detail__live .detail-tab-title .detail-tab-nav a.active:before {
    content: "";
    background: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-right: 10px
}

.d_detail__live .detail-tab-filter .btn-filter {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    border: 0;
    background: #fafafa;
    font-family: inherit
}

.d_detail__live .detail-tab-content .tab.show {
    display: block !important
}

.d_detail__live .detail-tab-content .tab {
    display: none !important
}

.d_detail__live .detail__cmain .detail-timeline .title-timeline {
    width: 100%
}

.d_detail__live .detail__cmain .detail-timeline .list .livenews-item {
    padding: 24px 128px
}

.d_detail__live .livenews-item .news-content VCSortableInPreviewMode,
.d_detail__live .livenews-item .news-content figure {
    margin: 16px 0 0 0
}

.d_detail__live .livenews-item .news-content .VCSortableInPreviewMode iframe {
    margin-top: 16px;
    width: 100%;
    height: 524px
}

.d_detail__live .livenews-item .VCSortableInPreviewMode[type=photo] {
    margin-top: 16px;
    width: 928px !important;
    margin-left: -104px;
    max-width: 928px
}

.d_detail__live .detail__cmain [data-role=content] .VCSortableInPreviewMode[type=photo] .PhotoCMS_Caption {
    width: 718px;
    margin: auto
}

.d_detail__live .livenews-item .PhotoCMS_Caption p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    text-align: center;
    margin-top: 8px
}

.d_detail__live .detail__cmain #divRollingNews .VCSortableInPreviewMode .PhotoCMS_Caption,
.d_detail__live .detail__cmain #divRollingNews .VCSortableInPreviewMode .VideoCMS_Caption {
    background: #fafafa
}

.d_detail_magazine .detail-cmain .detail-content p {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px
}

.d_detail_magazine [data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.d_detail_magazine [data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
.d_detail_magazine [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.d_detail_magazine [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #484848
}

.d_detail_magazine [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption,
[data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption {
    background: unset
}

.d_detail_magazine .magazine .detail-like-fb {
    background: 0 0;
    padding: 0 150px 40px 150px
}

.d_detail_magazine .container-magazine {
    /* padding-bottom: 40px */
}

.d_detail_magazine .magazine .detail-comment {
    width: 680px;
    margin: 0 auto
}

.detail__video-section .box-video-content .detail-info .detail-author .multi-author {
    padding-left: 9px
}

.d_detail__video .detail-container-full .VCSortableInPreviewMode.alignCenterOverflow,
.d_detail__video .detail-container-full .media.VCSortableInPreviewMode,
.d_detail__video .detail-container-full .widget-box.alignCenterOverflow {
    width: 928px !important;
    max-width: 928px !important;
    margin-left: calc((928px - 672px)/ (-2)) !important
}

.d_detail__video .video-focus .VCSortableInPreviewMode[type=VideoStream] .AfPlayer,
.d_detail__video .video-focus .VCSortableInPreviewMode[type=VideoStream] .BetaAfPlayer,
.d_detail__video .video-focus .VCSortableInPreviewMode[type=VideoStream] .videoNewsPlayer {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.d_detail__video .detail-video-list-sw-dev {
    width: calc(100% - 228px)
}

.d_detail__video .mauthor-title span {
    color: #fff !important
}

.d_detail__video .vjs_video_3-dimensions {
    width: 100%;
    height: fit-content
}

.d_detail__video .detail-sapo a {
    font-weight: 700
}

.detail__scroll-action a:last-child .icon {
    margin-bottom: 0
}

.detail__scroll-action {
    padding: 8px 8px 12px 8px
}

.detail__history .box-top {
    padding-bottom: 16px
}

.detail__history .box-middle .item.active .box-category-link-title {
    color: #8b8b8bcf
}

[data-role=content] .VCSortableInPreviewMode[type=BoxTable] td,
[data-role=content] .VCSortableInPreviewMode[type=BoxTable] th,
[data-role=content] .VCSortableInPreviewMode[type=BoxTable] tr {
    padding: 5px
}

.detail__comment:has(:not(.box_cm)) .list-comment {
    border-top: unset !important
}

figure.group-image-frame {
    margin: 0;
    padding: 0
}

.tablele-container {
    color: #fff;
    font-family: Inter
}

.tablele-container .flex-table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.tablele-container .flex-table .flex-row {
    text-align: left;
    display: flex;
    justify-content: flex-start
}

.tablele-container .flex-table .matchh2hDate {
    width: 10%
}

.tablele-container .flex-table .matchh2hFlags {
    width: 4%
}

.tablele-container .flex-table .matchh2hFlags .matchh2hFlag {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.tablele-container .flex-table .matchh2hEventFinalResult {
    width: 10%;
    justify-content: end
}

.tablele-container .flex-table .countryNameStyle {
    width: 10%
}

.tablele-container .flex-table .fix-width {
    width: 30%
}

.tablele-container .flex-table .teamClassStyleH2hWinnerHome {
    width: 30%
}

.tablele-container .flex-table .teamClassStyleH2hWinnerAway {
    width: 30%
}

.tablele-container .flex-table .teamClassStyleH2hEqual {
    width: 30%
}

.tablele-container .flex-table .selectedMatchH2H {
    width: 30%
}

.detail__live-football #binhluan .VCSortableInPreviewMode .PhotoCMS_Author {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto';
    text-align: center;
    color: #8b8b8b;
    padding-bottom: 8px;
    margin-bottom: 0
}

.detail__live-football #binhluan .VCSortableInPreviewMode .PhotoCMS_Author * {
    margin: 0;
    padding: 0;
    color: #8b8b8b
}

.detail__live-football #binhluan .VCSortableInPreviewMode[type=photo]:not(.noCaption):has(.PhotoCMS_Caption):before {
    width: 200px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.detail__live-football #binhluan .VCSortableInPreviewMode[type=photo]:not(.noCaption):has(.PhotoCMS_Caption):after {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.detail__live-football #binhluan .VCSortableInPreviewMode {
    position: relative
}

.detail__cmain .detail-info .detail-author {
    width: calc(100% - 207px)
}

.detail__cmain .detail-info .detail-author .author-info .author-info-top {
    flex-wrap: wrap
}

.filter_coment {
    color: #ccc;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.3;
    margin-top: 15px
}

.filter_coment a {
    font: 400 16px/1.3 arial;
    position: relative;
    color: #9f9f9f;
    margin-right: 20px;
    padding-bottom: 13px
}

.filter_coment a.active {
    color: #0098d1 !important;
    font-weight: 700;
    border-bottom: 1px solid #0098d1
}

.detail__comment .list-comment {
    margin-top: 0
}

.detail-fb-like-share {
    display: flex;
    align-items: center
}

.detail-fb-like-share .send-messenger {
    width: 21px;
    height: 21px;
    cursor: pointer
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] input[type=checkbox].IMSCheckbox+label.IMSCheckboxLabel,
[data-role=content] .VCSortableInPreviewMode[type=Vote] input[type=radio].IMSRadioLabel+label.IMSRadioLabel {
    width: 100%
}

[data-role=content] input[type=radio].IMSRadio+label.IMSRadioLabel {
    width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] label.IMSCheckboxLabel b.bgVote,
[data-role=content] .VCSortableInPreviewMode[type=Vote] label.IMSRadioLabel b.bgVote {
    width: 100%;
    display: block;
    background: #f1f1f1;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] label.IMSCheckboxLabel b.bgVote i,
[data-role=content] .VCSortableInPreviewMode[type=Vote] label.IMSRadioLabel b.bgVote i {
    display: block;
    background-color: #0d95e8;
    background-image: linear-gradient(to right, #0d95e8, #81e7f7);
    color: #0a0302;
    border-radius: 4px;
    padding-right: 10px;
    max-width: 100%
}

[data-role=content] .VCSortableInPreviewMode[type=Vote] label.IMSCheckboxLabel b.bgVote i.nobg,
[data-role=content] .VCSortableInPreviewMode[type=Vote] label.IMSRadioLabel b.bgVote i.nobg {
    background-color: unset;
    background-image: unset
}

.sidebar-sticky {
    position: sticky;
    top: 122px
}

.header_fixed .sidebar-sticky {
    top: 52px;
    transition: .8s
}

.detail__cmain [data-role=content]>figure {
    margin: 0 auto
}

.detail__cmain [data-role=content] .VCSortableInPreviewMode {
    margin: 0 auto 15px;
    text-align: center;
}
[data-role=content] .VCSortableInPreviewMode.alignCenterOverflow{
    margin: 40px 0 30px;
}
[data-role=content] .VCSortableInPreviewMode.alignRight,
[data-role=content] .widget-box.alignRight {
    margin-left: 15px
}

.section__tb-left .weather .label-weather .content .value {
    margin-top: -4px
}

.header__mega-menu .header__mm-flex .header__mm-cate .box .list {
    max-height: 115px;
    overflow: hidden
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important
}

.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?v1");
    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
}

.box-category .box-category-link-title[data-newstype="3"]::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
}

.box-category .box-category-link-title[data-newstype="4"]::before,
.box-category .box-category-link-title[data-newstype="9"]::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-audio.png");
    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="6"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-interview.png");
    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="8"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-maga.png");
    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="10"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-info.png");
    background-size: auto;
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="10"]::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/t-info.png");
    background-size: auto;
    display: inline-flex;
    top: 3px;
    position: relative;
    margin-right: 4px;
    background-size: cover !important
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="1"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-image.png")
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="2"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-video.png")
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="3"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-video.png")
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="8"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-maga.png")
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="10"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-info.png")
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="4"]::before,
.box-category[data-layout="7"] .box-category-link-title[data-newstype="9"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-audio.png")
}

.box-category[data-layout="7"] .box-category-link-title[data-newstype="6"]::before {
    background: url("https://static.thanhnien.com.vn/thanhnien.vn/image/mul-interview.png")
}

.form-thamdo .item {
    flex-wrap: wrap
}

.form-thamdo .item-answer {
    width: calc(100% - 35px)
}

.form-thamdo span {
    width: 100%
}

.box-category[data-layout="4"] .box-category-middle .box-col:nth-child(2) .box-category-item:last-child {
    order: 1 !important
}

.header__nav-flex .menu-nav li .sub-menu {
    z-index: 9999
}

[data-role=content] h1,
[data-role=content] h2,
[data-role=content] h3,
[data-role=content] h4,
[data-role=content] h5,
[data-role=content] h6 {
    font-family: Merriweather
}

.box-category .box-category-link-title[data-newstype="5"] .icon-live,
.box-category .box-category-link-title[data-newstype="7"] .icon-live {
    background: red;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    border-radius: 4px;
    padding: 2px 4px;
    padding-left: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    padding-left: 15px;
    position: relative;
    top: -1px
}

.box-category .box-category-link-title[data-newstype="5"] .icon-live::before,
.box-category .box-category-link-title[data-newstype="7"] .icon-live::before {
    content: "";
    position: absolute;
    display: block;
    left: 2px;
    top: 3px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #fff;
    animation: pulse 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.box-category .box-category-link-title[data-newstype="5"] .icon-live::after,
.box-category .box-category-link-title[data-newstype="7"] .icon-live::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

body:has(.alert-box.show) {
    overflow: hidden
}

.alert-box {
    display: none
}

.alert-box .alert-content {
    width: 0;
    opacity: 0;
    padding: 20px
}

.alert-box.show {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 99
}

.alert-box.show .alert-content {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 400px !important;
    min-height: 200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .75)
}

.alert-box.show .alert-content .alert-title {
    text-align: center
}

.alert-box.show .alert-content .btn-alert-confirm {
    background: #0098d1;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.box-news-tag .list-tag .list {
    flex: 1
}

.breadcrumb-lv-3 a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #454545;
    align-self: center;
    margin: 0 10px
}

.breadcrumb-lv-3 a.sub-active:before {
    background: #0098d1
}

.video-focus.iframe-resize:before {
    padding-bottom: unset !important
}

.section__home-focus .list-tag {
    border: none;
    padding-left: 0
}

.box-news-tag .list-tag .list {
    width: calc(100% - 55px) !important;
    flex: unset !important
}

.section__home-focus .btn-news .icon {
    margin-right: 8px
}

.list__ff-tab .list-tag .swiper-slide .item,
.section__home-focus .list-tag .swiper-slide .item {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 16px;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    color: #0098d1;
    background: 0 0
}

.section__home-focus .btn-news {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    border: none !important;
    min-width: 120px;
    margin-right: 0
}

.section__hf-box-news-read .view-more {
    background: #fafafc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 16px;
    padding: 10px;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b
}

.talbe-premier .talbe-premier-next {
    right: 4px !important
}

.section__hf-box-blog .box-item .text {
    min-height: 40px
}

.box-breadcrumb-sub h2 {
    display: contents
}

.box-breadcrumb-sub h2 .swiper-slide {
    margin-right: 16px
}

.box-breadcrumb-sub .swiper-slide {
    width: auto !important
}

.box-breadcrumb-sub {
    display: flex;
    align-items: center
}

.box-breadcrumb-sub .list {
    flex: 1
}

.box-breadcrumb-sub .swiper-wrapper {
    flex: 1
}

.box-breadcrumb-sub .box-control {
    display: flex;
    align-items: center;
    cursor: pointer
}

.box-breadcrumb-sub .box-control .list-tag-next,
.box-breadcrumb-sub .box-control .list-tag-prev {
    display: contents
}

.header__nav-flex .menu-nav li .sub-menu .sub-menu-flex::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 100%;
    height: 5px
}

.list__tt-pre .box-flex .box-content .box-item .item-mid .row .team .name {
    white-space: nowrap
}

.super-masthead {
    min-height: 250px
}

.top-banner {
    min-height: 90px
}

.form-thamdo span {
    width: 100%;
    margin-top: 5px;
    padding-left: 15px
}

.section__stream-sub-thamdo p.title-result {
    margin-bottom: 10px
}

.open-menu {
    overflow: auto !important
}

.header__nav,
.header__nav-flex {
    width: 1260px !important;
    margin: 0 auto
}

.header__middle,
.header__postion {
    width: 100%
}

.header__nav-flex .menu-nav {
    width: 1228px !important
}

.detail__comment .view-more {
    display: none
}

.header__nav-flex .menu-nav li .sub-menu {
    z-index: 9999
}

.swiper .box-category-content .box-category-sapo {
    display: none !important
}

.thread-react-list .threads li+li {
    margin-left: 2%
}

.react-relate .threads li {
    border: 0 !important;
    padding-bottom: 0 !important;
    width: 23.5% !important;
    height: auto;
    display: inline-block;
    float: left !important;
    margin-bottom: 20px !important;
    border-top: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0 !important;
    clear: none !important
}

.thread-react-list .threads h3 a {
    font-size: 13px;
    line-height: 18px;
    color: #292929;
    font-weight: 600;
    margin-top: 0
}

.react-relate.show-react-relate {
    border-bottom: 1px dotted #ccc;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    width: 100%
}

.section__tb-right .box-user .user-des .title-user .name {
    width: 100px;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.react-relate {
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    transition: max-height .5s;
    display: none;
    max-height: 400px
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.react-relate .threads .title .t,
.react-relate .threads .title .t a {
    font-size: 15px;
    line-height: 34px;
    color: #292929;
    font-weight: 600;
    font-family: Inter
}

.thread-react-list .threads h3 {
    margin-top: 10px
}

.react-relate .threads .thread-react-close span.close-react {
    font-family: Inter
}

.detail__lf-main .box-lf-content .box-bg div {
    overflow: visible
}

.header__mega-menu {
    z-index: 999999
}

.img-resize .lozad-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    object-fit: cover
}

.section__topbanner {
    margin-bottom: 10px
}

.detail__scroll-action {
    top: 100px
}

.zalo-share-button {
    cursor: pointer
}

.detail__live-football .detail__cmain .detail-top .detail-cate a {
    color: #fff
}

.detail__live-football .detail__cmain .detail-top .detail-cate a:before {
    background: #fff
}

.list__tt-bxh-ltd .select-cup-bxh,
.table-rltd .group-time,
.table-rltd .select-cup {
    border: none;
    background: 0 0;
    font-size: 14px;
    font-weight: 600
}

.list__tt-bxh-ltd .box-content .table-rbxh1 .row:nth-child(n+4) .info .team .no {
    background: 0 0
}

.header__mega-menu {
    overflow: hidden
}

.box-category .box-category-link-title[data-newstype='5'] {
    position: relative
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live {
    background: red;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    padding-left: 15px;
    position: relative;
    top: -1px
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live:before {
    content: "";
    position: absolute;
    display: block;
    left: 2px;
    top: 3px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #fff;
    animation: pulse 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

body.open-menu.header_top .header__mega-menu {
    overflow-y: auto;
    padding-bottom: 20px
}

.detail__cmain [data-role=content] {
    line-height: 26px !important
}

.section__nsp-main .section__nsp-box-360 {
    border-bottom: none;
    padding-bottom: 0
}

.box-category[data-layout="4"] .box-category-middle .box-col .box-category-item:last-child {
    margin-bottom: 0
}

.box-category[data-layout="4"] .box-category-middle .box-col {
    justify-content: space-between
}

.section__nsp-main .section__nsp-box-360 .box-category {
    height: 100%;
    display: flex;
    flex-direction: column
}

.section__nsp-main .section__nsp-box-360 {
    height: 100%
}

.box-category[data-layout="4"] .box-category-middle {
    flex: 1
}

.talbe-premier .talbe-premier-next {
    right: 0 !important
}

.detail-content table.embed .caption,
.detail-content table.video .caption {
    padding: 10px 0
}

.detail__video-section {
    margin-top: 20px
}

.mt-20 {
    margin-top: 20px
}

.section__stream-sub-thamdo .box-table .bottom .btn-kq {
    cursor: pointer
}

.box-category[data-layout="10"] .box-category-top .box-category-title,
.box-category[data-layout="6"] .box-category-top .box-category-title,
.box-category[data-layout="9"] .box-category-top .box-category-title {
    box-shadow: 0 1px 1px -1px #0098d1
}

.box-header {
    background: #0098d1
}

.box-header .box-top {
    display: flex;
    align-items: center;
    height: 42px;
    margin-right: 10px
}

.box-header .box-top .btn-back {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    border-radius: 50px;
    font-family: 'Roboto';
    padding: 5px 10px;
    color: #0098d1;
    margin-right: 10px
}

.box-header .box-top .btn-back .text {
    margin-left: 5px
}

.box-header .box-top .text-right {
    color: #e3e3e3;
    font-size: 14px;
    font-family: Inter
}

.box-header .box-top .btn-gop-y {
    font-size: 14px;
    font-family: 'Roboto';
    text-decoration: underline;
    color: #fff !important;
    display: inline-block;
    font-weight: 600
}

.mb-16 {
    margin-bottom: 16px !important
}

@media (max-width:1500px) {

    .header__nav,
    .header__nav-flex {
        width: 1180px !important;
        margin: 0 auto
    }

    .header__nav-flex .menu-nav li .nav-link {
        margin-right: 10px
    }

    .header__nav-flex .open-menu {
        display: block
    }
}

.VCSortableInPreviewMode.full-width[type=RelatedNewsBox]:has(div):not(:has(.type-2)) {
    width: 100% !important
}

.box-category[data-layout="1"] .box-category-middle .item-first .box-category-sapo {
    display: block
}

.open-menu {
    cursor: pointer
}

.box-category[data-layout="20"] .box-category-middle .box-category-item-main .box-category-content .box-category-link-title {
    font-size: 26px;
    line-height: 40px
}

.swiper.box-stream-4-sw-119.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    width: calc(100% + 32px)
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content {
    overflow: hidden
}

.box-category[data-layout="8"] .box-category-middle .box-category-item[data-stream='4'] .box-category-content .swiper-slide {
    padding-right: 32px
}

.box-category[data-layout="15"] .box-category-middle .box-category-col:nth-child(2) .box-category-item:first-child {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.box-category[data-layout="15"] .box-category-middle .box-category-col:nth-child(2) .box-category-item:nth-child(2) {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: unset;
    order: unset
}

.sport-ltd-sw .swiper-slide-active .box-item .box-content {
    background: #fff !important;
    border-radius: 4px !important;
    color: #0098d1 !important
}

.sport-ltd-sw .swiper-slide-active .box-item .box-content .icon path,
.sport-ltd-sw .swiper-slide-active .box-item .box-content .icon svg {
    stroke: #0098D1
}

.sport-ltd-sw .swiper-slide-active .box-item .box-content .icon circle {
    fill: #0098D1
}

.sport__section-banner .section-bottom .box-item .box-content {
    cursor: pointer
}

.box-category .box-category-link-with-avatar img {
    background: #f1f1f1
}

.btn-close-square {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50% !important;
    padding: 5px !important;
    display: flex
}

.img-square:before {
    padding-bottom: 133.5%;
    content: "";
    display: block
}

.detail__cmain-flex .detail__cmain-sub {
    margin-left: 76px !important
}

.container_detail_popup .detail__qc {
    margin-left: 60px !important
}

.section__tb-right .box-user .user-des .title-user .name {
    width: auto !important;
    max-width: calc(100% - 40px)
}

.section__tb-right .box-user .user-des .title-user .avatar {
    margin-left: 6px;
    overflow: inherit
}

.list__gt-movie .list-gt-movie-sw-pagination,
.section__hf-box-blog .box-blog-sw-pagination {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important
}

.swiper-pagination-bullet {
    transition-duration: .4s !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

.box-breadcrumb-sub a:hover,
.detail-cate a:hover,
.detail__cmain .detail-tab[data-role=tags] a:hover,
.header__mm-cate .box a:hover,
.mauthor-title a:hover,
.sub-menu-flex .category a:hover {
    color: #0098d1 !important
}

.detail__cmain .detail-tab[data-role=tags] .item {
    font-size: 13px;
    text-transform: uppercase
}

@media (max-width:1440px) {
    .alert-box.show .alert-content {
        height: 560px
    }
}

.VCSortableInPreviewMode[type=boxhighlight] .boxhighlight[data-layout=type-1],
.VCSortableInPreviewMode[type=boxhighlight] .boxhighlight[data-layout=type-2] {
    border-left-color: #0098d1 !important
}

.box-video-content .icon-live,
.detail__cmain .icon-live,
.detail__cmain .live {
    background: red;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    border-radius: 4px;
    padding: 2px 4px;
    padding-left: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    padding-left: 15px;
    position: relative;
    top: -7px
}

.detail__cmain .live {
    padding-left: 4px
}

.box-video-content .icon-live::before,
.detail__cmain .icon-live::before {
    display: none
}

.box-video-content .icon-live::after,
.detail__cmain .icon-live::after {
    display: none
}

.detail__cmain .detail-title.live::before {
    content: "Live";
    background: red;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    top: -7px;
    position: relative
}

.detail__cmain .detail-title.live::before {
    content: "Live";
    background: red;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    top: -7px;
    position: relative
}

.layout__breadcrumb .box-breadcrumb-sub a {
    margin-right: 16px
}
/* 
[data-role=content] ul:not(.formLoading) {
    padding-inline-start: 40px;
    padding-left: 32px;
    list-style: disc
} */

.VCSortableInPreviewMode[type=block-quote-info] .quote-content a {
    background-color: transparent !important
}

.VCSortableInPreviewMode[type=boxhighlight] .boxhighlight-content a {
    background-color: transparent !important
}

.list-tag-home {
    width: calc(100% - 165px) !important
}

.VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-col-auto] {
    display: flex;
    flex-direction: column
}

.VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-col-auto] .row-col-auto {
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: initial;
    display: grid;
    grid-gap: 5px;
    flex: 1
}

.VCSortableInPreviewMode[type=photo-grid-album][data-layout=row-col-auto] .media-item {
    display: flex
}

.box-bottom.isLogin {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}

.box-bottom.isLogin .box-user {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.box-bottom.isLogin .box-user .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 13px
}

.box-bottom.isLogin .box-user .name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block;
    margin-bottom: 4px
}

.alert-comment-box {
    display: none
}

.section__tb-right .box-user .user-des .list-action.show {
    position: absolute;
    width: 375px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    left: auto !important;
    right: 0 !important;
    display: block;
    height: auto;
    top: 130% !important;
    z-index: 9999
}

.open-user .header__user__login {
    max-height: 100vh
}

.header__user_parent {
    padding: 0 16px;
    background: #fff
}

.header__user__login .group {
    border-bottom: 1.5px solid #ebebeb
}

.header__user__login .group .group-item {
    font-family: 'Roboto';
    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 .group-item .icon {
    margin-right: 18px
}

body.open-user {
    overflow: hidden
}

.header__user__login .group-commnent .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0
}

.header__user__login .group-commnent .title-box .txt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #8b8b8b
}

.header__user__login .group-commnent .title-box .btn-remore {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #0098d1
}

.header__user__login .group-commnent .content-box .item-box {
    margin-bottom: 16px
}

.header__user__login .group-commnent .content-box .item-box .content-box__time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #0098d1;
    margin-bottom: 5px
}

.header__user__login .group-commnent .content-box .item-box .content-box__txt-comment {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #292929
}

.header__user__login .group-commnent .content-box .item-box .content-box__title-news {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #8b8b8b
}

.title-user .icon {
    position: absolute;
    top: 0;
    right: 0
}

.header__user__login .group:last-child {
    border-bottom: 0
}

.isNewsComment,
.isNewsComment .avatar {
    position: relative
}

.isNewsComment .avatar:before {
    content: '';
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    top: -1px;
    right: -1px;
    display: block;
    position: absolute
}

.section__tb-right .box-user .user-des .title-user .avatar img {
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%
}

[data-check-position=body_end],
[data-check-position=body_start] {
    height: 0
}

.detail__comment .list-comment .item .box-reply-content .item-content .item-bottom .item-ls {
    display: none
}

.star label {
    cursor: pointer
}

.star:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.star:not(:checked)>label svg path {
    fill: #EBEBEB
}

.star:hover:not(:checked)>label svg path {
    fill: #EBEBEB
}

.star input:checked~label svg path {
    fill: #FFC700
}

.star:not(:checked)>label:hover,
.star:not(:checked)>label:hover~label svg path {
    fill: #FFC700
}

.star>input:checked+label:hover,
.star>input:checked+label:hover~label svg path,
.star>input:checked~label:hover,
.star>input:checked~label:hover~label svg path,
.star>label:hover~input:checked~label svg path {
    fill: #FFC700
}

.star>label:hover>svg path {
    fill: #FFC700 !important
}

a.disable {
    pointer-events: none
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live .ic,
.box-category .box-category-link-title[data-newstype='7'] .icon-live .ic,
.box-video-content .icon-live .ic,
.detail__cmain .icon-live .ic,
.detail__cmain .live .ic {
    transform: skew(10deg);
    position: relative;
    display: inline-block
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live,
.box-category .box-category-link-title[data-newstype='7'] .icon-live,
.box-video-content .icon-live,
.detail__cmain .icon-live,
.detail__cmain .live {
    background: red;
    padding: 1px 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    font-family: 'Roboto';
    padding-left: 8px;
    top: -3px;
    transform: skew(-10deg);
    text-transform: uppercase;
    position: relative;
    margin-left: 2px;
    border-radius: unset;
    box-sizing: border-box
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live i,
.box-category .box-category-link-title[data-newstype='7'] .icon-live i,
.box-video-content .icon-live i,
.detail__cmain .icon-live i,
.detail__cmain .live i {
    border-width: 3px 0 3px 5px;
    width: 3px;
    height: 3px;
    border-color: transparent transparent transparent red;
    border-style: solid;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 4px;
    position: relative;
    z-index: 2;
    top: -1px
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live .ic:before,
.box-category .box-category-link-title[data-newstype='7'] .icon-live .ic:before,
.box-video-content .icon-live .ic:before,
.detail__cmain .icon-live .ic:before,
.detail__cmain .live .ic:before {
    content: "";
    position: absolute;
    display: inline-block;
    right: -7px;
    top: -3px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #fff;
    animation: pulse 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.box-category .box-category-link-title[data-newstype='5'] .icon-live .ic:after,
.box-category .box-category-link-title[data-newstype='7'] .icon-live .ic:after,
.box-video-content .icon-live .ic:after,
.detail__cmain .icon-live .ic:after,
.detail__cmain .live .ic:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

.box-category .box-category-link-title[data-newstype="5"]:before,
.box-category .box-category-link-title[data-newstype="7"]:before,
.box-category .box-category-link-title[data-newstype='5'] .icon-live:after,
.box-category .box-category-link-title[data-newstype='5'] .icon-live:before,
.box-category .box-category-link-title[data-newstype='7'] .icon-live:after,
.box-category .box-category-link-title[data-newstype='7'] .icon-live:before {
    display: none
}

.box-title-text {
    height: auto
}

.box-video-content .icon-live,
.detail__cmain .icon-live,
.detail__cmain .live {
    top: -9px;
    font-size: 15px
}

.box-video-content .icon-live .ic:after,
.detail__cmain .icon-live .ic:after,
.detail__cmain .live .ic:after {
    top: 5px
}

.box-video-content .icon-live,
.detail__cmain .icon-live,
.detail__cmain .live {
    font-size: 15px;
    line-height: 20px
}

.box-video-content .icon-live .ic:before,
.detail__cmain .icon-live .ic:before,
.detail__cmain .live .ic:before {
    top: 0
}

.box-video-content .icon-live i,
.detail__cmain .icon-live i,
.detail__cmain .live i {
    top: -2px
}

.box-bottom.isLogin .box-user .avatar img {
    height: 100%
}

.detail-content table.picture .caption,
.detail-content table.picture .caption *,
.detail-content table.video .caption,
.detail__cmain [data-role=content] .VCCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain [data-role=content] .VCCSortableInPreviewMode .VideoCMS_Caption p,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption p,
.detail__cmain [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption p {
    font-size: 15px !important
}

.detail-social a.item-st.scoll-comment {
    position: relative
}

.detail-social a.item-st.scoll-comment .count {
    height: 12px;
    background: #0098d1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 8px;
    line-height: 12px;
    color: #fff;
    min-width: 12px;
    line-height: 12px
}

.section__tab-bar .datetimenow {
    width: 146px
}

.section__tab-bar .weather {
    width: 191px
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album] .PhotoCMS_Author {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    margin-top: -5px
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album]:not(.noCaption):has(.PhotoCMS_Caption):before {
    width: 200px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%)
}

[data-role=content] .VCSortableInPreviewMode[type=photo-grid-album]:not(.noCaption):has(.PhotoCMS_Caption):after {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    background: #ebebeb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.row-reverse {
    flex-direction: row-reverse !important
}

.entry-content-iframe:has(iframe):before {
    padding-bottom: 56.25% !important;
    content: "";
    display: block
}

.entry-content-iframe {
    width: 100%;
    position: relative;
    margin-bottom: 24px
}

.entry-content-iframe iframe {
    width: 100%
}

.entry-content-iframe iframe {
    max-width: 100% !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.header__close-menu {
    padding-left: 15px
}

.header__sc {
    background: 0 0 !important
}

body.open-menu .header__mega-menu,
body.open-menu.header_top .header__mega-menu {
    height: 100vh
}

.header__ov .weather {
    min-width: 134px
}

.header__mm-cate .box .list .item,
.header__mm-cate .box .view-more,
.header__ov-list .time.datetimenow {
    min-width: 116px
}

.header_fixed.header_top .header.sticky_header .header__sticky {
    transform: translateY(-73px);
    transition: .8s
}

.header__nav-flex,
.header__top {
    background: #fff
}

.swiper-wrapper .append-news .box-category-category,
.swiper-wrapper .append-news .item-related {
    display: none !important
}

.detail-title-bottom,
.detail-title-top {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #292929
}

.detail__video-section .box-video-content .detail-title-bottom,
.detail__video-section .box-video-content .detail-title-top {
    color: #fff
}

.box-header {
    background: #0098d1 !important
}

.detail__cmain-sub .box-header,
.list__focus-sub .box-header,
.section__tno .box-header {
    background: #fff !important
}

.box-category[data-layout="4"] .box-category-middle {
    flex: unset
}

.box-category[data-layout="4"] .box-category-top {
    margin-top: 32px
}

.section__nsp-box-cate {
    margin-bottom: 25px
}

.box-breadcrumb-sub .swiper-slide img {
    height: 17px;
    align-self: center;
    width: auto
}

.box-breadcrumb-sub .swiper-wrapper h1 {
    display: contents
}

.detail__scroll-action .btn-font .btn-cfont {
    border: 1px solid #bdbdbd;
    cursor: pointer
}

.detail__cmain .detail-title {
    font-size: 34px
}

.box-lf-content div p {
    color: #fff;
    padding: 10px
}

.box-tn .tn-heading .tn-heading_2 {
    width: 81%;
    margin: 0 auto
}

.box-tn .box-category-link-with-avatar {
    width: 210px;
    margin: 0 auto
}

.nav-link.home.active svg path {
    fill: #0098d1
}

.light-box-bounder {
    z-index: 99991 !important
}

.header,
.open-menu .header__mega-menu {
    z-index: 99
}

.min-h-250 {
    min-height: 250px
}

.min-h-650 {
    min-height: 650px
}

.min-h-600 {
    min-height: 600px
}

@media (max-width:1440px) {
    .alert-box.show .alert-content {
        height: auto;
        min-height: 200px
    }

    .login-box.show .alert-content {
        height: 560px
    }
}

.header__ttt-flex,
.header__ttt-flex .action-right,
.header__ttt-flex .btn-back {
    align-items: center;
    display: flex
}

.header__emagazine-flex .list-action .item,
.header__ttt-flex .action-right .ttt-search .ttt-btn-search,
.header__ttt-flex .btn-back {
    font-weight: 400;
    color: #8b8b8b;
    font-family: 'Roboto';
    font-style: normal
}

.header__logo,
.header__logo img {
    width: auto;
    height: 81px
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .category .list .item,
.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .news .box-category-item .box-category-link-title,
.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .news .box-category-item .box-category-link-with-avatar {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item:last-child,
.header__nav .menu-nav li:last-child .nav-link {
    margin-right: 0
}

.header__mm-right .box .item:last-child,
.header__mm-right .list-sub .item:last-child {
    margin-bottom: 0
}

.header__mm-cate .box:first-child,
.header__mm-cate .box:nth-child(2),
.header__mm-cate .box:nth-child(3),
.header__mm-cate .box:nth-child(4),
.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list .item:first-child,
.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list .item:nth-child(2) {
    margin-top: 0
}

.header {
    min-height: 209px;
    background: #fff
}

.header.sticky_header .header__sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background: #fff
}

.header.sticky_header .header__top {
    padding: 8px 0
}

.header.sticky_header .header__logo,
.header.sticky_header .header__logo img {
    height: 56px
}

.header__ttt {
    min-height: 59px;
    background: #fafafa
}

.header__ttt .header__sc {
    background: 0 0
}

.header__ttt .header__middle {
    border-bottom: 0;
    background: #fafafa !important
}

.header__ttt-flex {
    justify-content: space-between;
    padding: 16px 0 8px;
    border-bottom: 1px solid #ebebeb
}

.header__ttt-flex .btn-back {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 6px 4px;
    font-size: 15px;
    line-height: 22px;
    text-align: center
}

.header__mm-right .box,
.header__mm-right .list-sub {
    padding-bottom: 24px;
    margin-bottom: 24px
}

.header__ttt-flex .btn-back .icon {
    margin-right: 4px
}

.header__ttt-flex .action-right .ttt-search {
    width: 179px;
    position: relative
}

.header__ttt-flex .action-right .ttt-search .ttt-btn-search {
    width: 100%;
    height: 34px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 0 34px 0 8px;
    font-size: 13px;
    line-height: 18px;
    background: #fafafa
}

.header__ttt-flex .action-right .ttt-search .ttt-btn-submit {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__ttt-flex .action-right .list-social {
    display: flex;
    align-items: center
}

.header__ttt-flex .action-right .list-social .item {
    display: flex;
    margin-left: 16px
}

.header__emagazine {
    min-height: 52px
}

.header__emagazine .header__sc {
    background: 0 0
}

.header__emagazine-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px
}

.header__emagazine-flex .back-thanhnien {
    width: 450px;
    display: flex;
    align-items: center
}

.header__emagazine-flex .back-thanhnien .icon {
    margin-right: 8px
}

.header__emagazine-flex .header__ename {
    margin: 0
}

.header__emagazine-flex .list-action {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: flex
}

.header__emagazine-flex .list-action .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-right: 1px solid #d9d9d9;
    font-size: 13px;
    line-height: 18px;
    text-align: right
}

.header__emagazine-flex .list-action .item:last-child {
    border-right: 0
}

.header__emagazine-flex .list-action .item .icon {
    margin-right: 6px
}

.header__emagazine-flex .list-action .item .donw {
    display: flex
}

.header__sc {
    background: 0 0 !important
}

.header__logo {
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.header__top {
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.header.sticky_header .header__middle,
.header__postion {
    position: relative
}

.header__nav {
    width: max-content;
    margin: 0 auto
}

.header__nav .menu-nav {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0098d1;
    width: 100%;
    position: relative
}

.header__mm-right .box,
.header__mm-right .list-sub,
.header__uc-news .mid .item-news:last-child {
    border-bottom: 1px solid #ebebeb
}

.header__nav .menu-nav li:hover .nav-link,
.header__nav-flex .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item .box-category-link-title:hover,
.header__uc-news .top .view-more {
    color: #0098d1
}

.header__nav .menu-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto
}

.header__nav .menu-nav li .nav-link {
    padding: 14px 0;
    margin-right: 9.56px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: flex;
    align-items: center
}

.header__nav .menu-nav li .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .08);
    border-radius: 0 0 8px 8px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    z-index: 2;
    border-top: 2px solid #0098d1
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .category .list .item {
    height: 20px;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .news .box-category-item .box-category-link-with-avatar {
    width: 100%;
    height: 140px;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px
}

.header__nav .menu-nav li .sub-menu.loading .sub-menu-flex .news .box-category-item .box-category-link-title {
    content: '';
    width: 100%;
    height: 60px;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 200px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex {
    display: flex;
    padding: 24px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category {
    width: 400px;
    padding-right: 24px;
    border-right: 1px solid #ebebeb;
    margin-right: 24px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .title-cate {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 24px;
    display: block
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .category .list .item {
    display: block;
    width: calc(50% - 10px);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    margin-top: 16px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news {
    width: calc(100% - 424px);
    display: flex
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item {
    width: calc(33.33% - 16px);
    margin-right: 24px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item .box-category-link-with-avatar {
    display: block;
    margin-bottom: 8px
}

.header__nav .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item .box-category-link-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block
}

.header__container {
    width: 1630px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto
}

.header__mega-menu::-webkit-scrollbar {
    width: 3px
}

.header__mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.header__mega-menu::-webkit-scrollbar-thumb {
    background: #ddd
}

.header__mega-menu::-webkit-scrollbar-thumb:hover {
    background: #555
}

.header__mm-flex {
    display: flex;
    padding: 20px
}

.header__mm-right {
    width: 239px;
    padding-left: 16px;
    border-left: 1px solid #ebebeb;
    margin-left: 16px
}

.header__mm-right .box .item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929
}

.header__mm-right .box .item .icon {
    padding: 0 8px;
    border-right: 1px solid #d9d9d9;
    margin-right: 8px
}

.header__mm-right .list-sub .item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #454545
}

.header__mm-right .list-sub .item .icon {
    margin-right: 16px
}

.header__mm-right .social {
    display: flex;
    align-items: center
}

.header__mm-right .social .item {
    display: flex;
    margin-right: 8px
}

.header__mm-cate .box:nth-child(4n),
.header__mm-right .social .item:last-child {
    margin-right: 0
}

.header__mm-cate {
    width: calc(100% - 239px - 16px);
    display: flex;
    flex-wrap: wrap
}

.header__mm-cate .box {
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-top: 60px
}

.header__mm-cate .box .title {
    margin-bottom: 8px;
    display: inline-block;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    border-bottom: 1px solid #0098d1
}

.header__mm-cate .box .list .item,
.header__mm-cate .box .view-more,
.header__ov-list .time.datetimenow {
    min-width: 116px
}

.header__ov-list .item,
.header__ov-social .text,
.header__tf-right .item,
.header__tf-search .btn-search {
    font-family: 'Roboto';
    font-style: normal
}

.header__mm-cate .box .list .item {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #454545;
    display: block;
    margin-bottom: 12px
}

.header__mm-cate .box .view-more {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #8b8b8b;
    display: block
}

.header__ov {
    background: #fafafa;
    padding: 8.5px 0
}

.header__ov-flex,
.header__top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__ov-list,
.header__ov-list .item,
.header__ov-social {
    align-items: center;
    display: flex
}

.header__ov-list .item {
    border-right: 1px solid #d9d9d9;
    padding-right: 8px;
    margin-right: 8px;
    height: 23px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #454545
}

.header__ov-list .item:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.header__ov-list .weather {
    display: flex
}

.header__ov-list .box-weather .content {
    cursor: pointer;
    display: flex;
    align-items: center
}

.header__ov-list .box-weather .content .value {
    margin: -4px 8px 0
}

.header__nav-flex .menu-nav li:first-child .nav-link,
.header__ov-list .box-weather .content .down {
    margin-left: 4px
}

.header__ov-social .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #454545
}

.header__ov-social .list {
    display: flex;
    align-items: center
}

.header__ov-social .list .item {
    display: flex;
    align-items: center;
    margin-left: 8px;
    width: 24px;
    height: 24px
}

.header__tf-left {
    flex: 1;
    display: flex;
    align-items: center
}

.header__tf-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__tf-right .item {
    margin: 0 0 0 24px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #292929
}

.header__tf-right .item.login .icon {
    background: #58cefa
}

.header__tf-right .item .icon {
    background: #fedb00;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__tf-right .item .text {
    margin-right: -5px;
    z-index: 2;
    position: relative;
    top: 2px
}

.header__tf-menu {
    display: flex;
    margin-right: 24px;
    cursor: pointer
}

.header__tf-search {
    width: 260px
}

.header__tf-search .box-search {
    display: flex;
    position: relative
}

.header__tf-search .btn-search {
    height: 36px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 10px 0 38px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8b8b8b
}

.header__close-menu,
.header__uc-news .mid .item-news .item-top .time,
.header__uc-news .top {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto';
    font-style: normal
}

.header__tf-search .submit-search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    top: 5px
}

.header__close-menu {
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #454545;
    cursor: pointer
}

.header__close-menu .icon {
    margin-right: 4px;
    display: flex
}

.header__user {
    padding-left: 24px;
    position: relative;
    margin-left: 24px
}

.header__user.show .header__user-content,
body.open-menu .header__mega-menu,
body.open-menu.header_top .header__mega-menu {
    opacity: 1;
    visibility: visible
}

.header__user:before {
    width: 1px;
    height: 22px;
    background: #d9d9d9;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%)
}

.detail-fb-like-share,
.header__user-title {
    display: flex;
    align-items: center
}

.header__user-title .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover
}

.header__user-title .icon-down {
    display: flex;
    margin-left: 4px;
    cursor: pointer
}

.header__user-content {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 375px;
    z-index: 2;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: .5s
}

.header__uc-main {
    padding: 16px
}

.header__uc-news {
    margin-bottom: 16px
}

.header__uc-news .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #8b8b8b
}

.header__uc-news .mid .item-news {
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #bdbdbd
}

.header__uc-news .mid .item-news .item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.header__uc-news .mid .item-news .item-top .time {
    font-weight: 400;
    color: #0098d1
}

.header__uc-news .mid .item-news .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #292929;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.header__uc-link .item-link,
.header__uc-news .mid .item-news .sapo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.header__uc-news .mid .item-news .sapo {
    color: #8b8b8b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.header__uc-link .item-link {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #292929
}

.header__uc-link .item-link:last-child {
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
    margin-bottom: 0
}

.header__uc-link .item-link .icon {
    margin-right: 16px
}

.header__mega-menu {
    background: #fafafa;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    transition: opacity .75s, visibility .75s, height .75s;
    overflow: auto;
    scrollbar-color: #ddd;
    scrollbar-width: thin;
    padding: 42px
}

body.open-menu .header__mega-menu,
body.open-menu.header_top .header__mega-menu {
    height: 100vh
}

.header__nav-flex,
.header__nav-flex .menu-nav {
    width: 1120px !important
}

.header__nav-flex .menu-nav li .nav-link {
    margin-right: 10px
}

.header__nav-flex .menu-nav li:last-child .nav-link {
    margin-right: unset
}

.header__nav-flex .menu-nav li .sub-menu .sub-menu-flex .news .box-category-item {
    width: calc(33.33% - 16px);
    margin-left: 0
}

.header__nav-flex .menu-nav li .sub-menu .sub-menu-flex {
    padding: 24px
}

.header__user {
    z-index: 97
}

.header__middle {
    border-bottom: 0 !important
}

.detail__scroll-action {
    top: 140px
}

.box-bottom.isLogin .box-user .icon-down,
.header_top .header__ov {
    display: none
}

.header.sticky_header .header__sticky {
    position: unset
}

.header_top .header.sticky_header .header__sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background: #fff
}

body.open-menu {
    overflow: hidden !important
}

.header__ov .weather {
    min-width: 134px
}

.open-menu .header.sticky_header .header__middle {
    z-index: 100
}

.header_fixed.header_top .header.sticky_header .header__sticky {
    transform: translateY(-73px);
    transition: .8s
}

.header__nav-flex,
.header__top {
    background: #fff
}

.detail-fb-like-share .send-messenger {
    width: 21px;
    height: 21px;
    margin-left: 5px;
    cursor: pointer
}

.main.preview:before {
    background-image: url('https://static.thanhnien.com.vn/thanhnien.vn/image/preview.png') !important
}

.header.sticky_header .header__middle {
    z-index: 90
}

.box-bottom.isLogin .box-user .name {
    text-align: left
}

.blNoLogin .input-info input {
    width: calc(100%);
    height: 40px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #8b8b8b;
    padding: 0 8px
}

.box-comment .input-info {
    display: none
}

.blNoLogin .box-comment .input-info {
    display: grid;
    column-gap: 20px;
    justify-content: space-between;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    margin-bottom: 20px
}

.blNoLogin .inval .require {
    border: 1px solid #9f224e
}

.blNoLogin .inval {
    position: relative
}

.blNoLogin .inval.t-content:after {
    content: "Bạn chưa nhập nội dung bình luận.";
    display: block;
    width: 100%;
    font: 400 13px/15px arial;
    color: #9f224e;
    bottom: 10px;
    left: 0;
    position: absolute
}

.blNoLogin .inval.t-content {
    padding-bottom: 15px
}

.blNoLogin .inval.umail:after {
    content: "Hãy nhập email";
    font: 400 13px/15px arial;
    color: #9f224e;
    display: block;
    margin-top: 4px
}

.blNoLogin .inval.uname:after {
    content: "Hãy nhập họ và tên";
    font: 400 13px/15px arial;
    color: #9f224e;
    margin-top: 4px
}

.blNoLogin .box-comment:has(.inval) .input-info {
    margin-bottom: 26px
}

.blNoLogin .erroMail:after {
    content: "Email bạn nhập không hợp lệ";
    font: 400 13px/15px arial;
    color: #9f224e;
    display: block;
    margin-top: 4px
}

#commentNologin {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #858585;
    cursor: pointer
}

@media (max-width:767px) {
    .blNoLogin .box-comment .input-info {
        grid-template-columns: calc(100%);
        row-gap: 10px
    }

    .blNoLogin .box-comment .input-info {
        margin-bottom: unset
    }

    .blNoLogin .box-comment:has(.inval) .input-info {
        margin-bottom: -10px
    }
}

.detail__comment .list-comment .item .item-content .item-bottom .like-action {
    display: block !important
}

.item-bottom .ic-like {
    width: 18px !important;
    height: 18px !important;
    background: url(https://thanhnien-static.mediacdn.vn/thanhnien.vn/image/icon_like_line.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: bottom;
    background-size: cover
}

.detail__comment .list-comment .item .box-reply-content .item-content .item-bottom .like-action,
.detail__comment .list-comment .item .item-content .item-bottom .txt-like {
    display: none !important
}

.detail__comment .list-comment .item .item-content .item-bottom .active .ic-like {
    background: url(https://thanhnien-static.mediacdn.vn/thanhnien.vn/image/icon_liked.png) no-repeat 0 0 !important;
    background-size: cover !important
}

.icofb {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: -16px -422px !important
}

.spritecmt {
    background: url(https://thanhnien-static.mediacdn.vn/thanhnien.vn/image/sprite_comment.svg) no-repeat
}

.wrapsharecmt button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: 0
}

.icotw {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: -16px -498px !important
}

.spritecmt {
    margin: 6px;
    background: url(https://thanhnien-static.mediacdn.vn/thanhnien.vn/image/sprite_comment.svg) no-repeat
}

.icofb:hover {
    background-position: -16px -460px !important
}

.icotw:hover {
    background-position: -16px -536px !important
}

.cm-share {
    cursor: pointer;
    position: relative
}

.cm-share:hover .wrapsharecmt {
    display: flex;
    position: absolute;
    top: -35px
}

.wrapsharecmt {
    display: none;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    border-radius: 4px;
    z-index: 9
}

.list-comment span.time.time-ago {
    font-weight: 400
}

.cm-share .send-messenger {
    width: 20px;
    height: 20px
}

.cm-share .send-messenger:hover svg,
.cm-share .send-messenger:hover svg path {
    fill: #0084ff
}

.box-comment-v2 {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fafafa;
    padding: 16px
}

.box-comment-v2 .view-more {
    border: 1px solid #ebebeb !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #0098d1 !important
}

.box-comment-v2 .username-reply {
    font-weight: 600
}

.detail__comment.box-comment-v2 .box-comment .btn-comment,
.detail__comment.box-comment-v2.blNoLogin .input-info input {
    background: #fff !important
}

.detail__comment.box-comment-v2 .box-comment .btn-comment {
    height: 80px
}

#boxCommentPopup .box-comment-v2.detail__comment .box-reply-content .box-comment,
#boxCommentPopup .detail__comment.box-comment-v2 .formreplaycomment .box-comment {
    padding: 0;
    background: #fff;
    border: 0
}

#boxCommentPopup .box-comment-v2.detail__comment .box-reply-content .btn-comment,
#boxCommentPopup .detail__comment.box-comment-v2 .formreplaycomment .btn-comment,
#boxCommentPopup .detail__comment.box-comment-v2.blNoLogin .box-reply-content .input-info input,
#boxCommentPopup .detail__comment.box-comment-v2.blNoLogin .formreplaycomment .box-comment .input-info input,
#boxCommentPopup.detail__comment.box-comment-v2.blNoLogin .box-reply-content .input-info input {
    background: #fafafa !important
}

.detail__comment.box-comment-v2 .box-comment .box-bottom .btn-submit {
    color: #fff !important
}

.detail__comment.box-comment-v2 .list-comment .item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px;
    padding-bottom: 24px
}

.detail__comment.box-comment-v2 .list-comment .item:last-child {
    border-bottom: 0;
    margin-bottom: 16px;
    padding-bottom: 0
}

.detail__comment.box-comment-v2 .list-comment .item .box-reply {
    margin: 0
}

.detail__comment.box-comment-v2 .list-comment .item .item-reply {
    padding-top: 16px
}

.detail__comment.box-comment-v2 .box-comment .text {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    border-bottom: 1px solid #0098d1;
    width: fit-content
}

.detail__comment.box-comment-v2 .list-comment .item:first-child {
    padding-top: 0
}

.detail__comment.box-comment-v2 .list-comment .item .box-reply {
    width: 100%
}

.detail__comment.box-comment-v2 .list-comment .item .box-reply-content .item-content .item-bottom .like-action {
    display: block !important
}

.detail__comment.box-comment-v2 .list-comment .item .box-reply-content .item-content .item-bottom .like-action .total-like {
    margin-left: 5px
}

.detail__comment.box-comment-v2 .list-comment .item .box-reply-content .item-content .item-bottom .item-ls.cm-share,
.detail__comment.box-comment-v2 .list-comment .item .box-reply-content .item-content .item-bottom .item-ls.rep {
    display: block !important
}

.open-modalcomment .modal__bg {
    visibility: visible;
    opacity: .6
}

.modal__bg {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: visibility 0s, opacity .3s linear;
    background: #000 !important;
    z-index: 98 !important
}

.mobile.modal__bg {
    z-index: 97 !important
}

.modal__commentpopup {
    position: fixed;
    z-index: 98;
    right: 0;
    top: 0;
    width: 672px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s linear;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    height: 100vh
}

.modal__commentpopup.mobile {
    bottom: 0;
    width: 100%;
    z-index: 98;
    height: 90%;
    top: auto
}

.open-modalcomment .modal__commentpopup {
    visibility: visible;
    opacity: 1
}

.modal__commentpopup .modal__content {
    overflow: hidden;
    height: 100%
}

#boxCommentPopup .box-comment-v2 {
    padding: 0;
    background: #fff;
    border: none
}

#boxCommentPopup .box-comment-v2.detail__comment .box-comment {
    width: 100%;
    padding: 24px 32px;
    background: #fafafa;
    border: 1px solid #ebebeb
}

#boxCommentPopup .box-comment-v2.detail__comment .cmbl {
    padding: 24px 32px;
    height: max-content;
    overflow-y: auto;
    max-height: 620px;
    padding-top: 0
}

#boxCommentPopup .box-comment-v2.detail__comment .filter_coment {
    padding: 24px 0;
    padding-bottom: 10px;
    margin: 0 32px
}

.modal__commentpopup .close-modal {
    position: absolute;
    right: 32px;
    top: 24px
}

.modal__commentpopup.mobile .close-modal {
    right: 15px
}

body.open-modalcomment,
body.show-alert-box {
    overflow: hidden
}

#boxCommentPopup .login-comment {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    color: #8b8b8b
}

#boxCommentPopup .box-bottom.isLogin .login-comment {
    display: none
}

#boxCommentPopup .box-bottom {
    font-family: 'Roboto';
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}

#boxCommentPopup .box-comment-v2.detail__comment .cmbl::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

#boxCommentPopup .box-comment-v2.detail__comment .cmbl::-webkit-scrollbar-thumb {
    background-color: #0098d1;
    border-radius: 4px
}

#boxCommentPopup .box-comment-v2.detail__comment .cmbl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.mobile #boxCommentPopup .box-comment-v2.detail__comment .box-comment {
    padding: 24px 15px
}

.mobile #boxCommentPopup .box-comment-v2.detail__comment .filter_coment {
    margin: 0 15px
}

.mobile #boxCommentPopup .box-comment-v2.detail__comment .cmbl {
    padding: 24px 15px
}

.alert-box.show {
    z-index: 100;
    height: 100%
}
.bgcolor{
    background-color: #d9f3fc;
}
.detail-content{
    padding-top: 40px;
}