@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff?v=1.6) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.short-video {
    padding: 30px 29px;
    background: url(https://cdn.baohatinh.vn/assets/web/styles/img/short-video-bg.png) 0 0 no-repeat;
    background-size: cover
}

.short-video .box-heading {
    height: 46px;
    background: url(https://cdn.baohatinh.vn/assets/web/styles/img/short-video-heading.svg) center 0 no-repeat;
    margin-bottom: 30px
}

.short-video .box-heading .title {
    height: 100%;
    text-indent: -999em
}

/* .short-video .box-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media (min-width: 1024px) {
    .short-video .box-content {
        grid-template-columns: repeat(4, 1fr)
    }
} */

.short-video .story__thumb {
    margin: 0;
    margin-bottom: 12px;
}

.short-video .story__thumb::before {
    padding-bottom: 177.77%
}

.short-video .story__thumb a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000 -15%, rgba(255, 255, 255, 0) 30%)
}

.short-video .story__heading a {
    color: #fff;
    font-weight: 400
}

.short-video .story__heading a:hover {
    color: rgba(255, 255, 255, .7)
}

.short-video .story__heading i {
    color: #fff
}

.short-video .story__heading .ic-emagazine,
.short-video .story__heading .ic-infographic {
    filter: brightness(10)
}

.short-video .cate {
    margin: 0 0 6px
}

.short-video-list .story__thumb {
    margin-bottom: 12px
}

.short-video-list .story__thumb::before {
    padding-bottom: 177.77%
}

.short-video-list .story__thumb a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000 -15%, rgba(255, 255, 255, 0) 30%)
}

.short-video-item {
    width: 100%;
    height: 100%;
}

.short-video-wrapper {
    position: relative;
    width: 100%
}

.short-video-wrapper .close {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 60px;
    top: 60px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.short-video-wrapper .close::after,
.short-video-wrapper .close::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    top: 50%;
    left: 50%
}

.short-video-wrapper .close::before {
    transform: translateY(-50%) rotate(-45deg)
}

.short-video-wrapper .close::after {
    transform: translateY(-50%) rotate(45deg)
}

.short-video-wrapper .close:hover {
    background: rgba(0, 0, 0, .6)
}

.short-video-wrapper .bg-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(20px);
    z-index: 1;
    transition: .3s
}

.short-video-wrapper .swiper {
    height: 100vh;
    position: relative
}

.short-video-wrapper .swiper [class^=swiper-button-] {
    transform: translateY(-50%);
    right: 60px !important;
    left: auto;
    width: 50px;
    height: 50px;
    padding-left: 3px;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.short-video-wrapper .swiper [class^=swiper-button-]::after {
    font-family: icomoon !important;
    font-size: 16px;
    color: #fff
}

.short-video-wrapper .swiper [class^=swiper-button-]:hover {
    background: rgba(0, 0, 0, .6)
}

.short-video-wrapper .swiper-button-prev {
    top: calc(50% - 50px) !important;
    left: unset !important;
}

.short-video-wrapper .swiper-button-next:before,
.short-video-wrapper .swiper-button-prev:before {
    content: unset !important;
}

.short-video-wrapper .swiper-button-prev::after {
    content: unset !important;
}

.short-video-wrapper .swiper-button-next {
    top: calc(50% + 50px) !important;
}

.short-video-wrapper .swiper-button-next::after {
    content: unset !important;
}

.short-video-wrapper .swiper-slide-active .social {
    opacity: 1 !important
}

.short-video-wrapper .swiper .item {
    padding: 15% 0;
    height: 100vh;
    position: relative
}

@media (min-width: 1366px) {
    .short-video-wrapper .swiper .item {
        padding: 35px 0
    }
}

.short-video-wrapper .swiper .item .content {
    background: linear-gradient(180deg, rgba(31, 31, 31, .6) 0, rgba(41, 41, 41, 0) 50.52%, rgba(31, 31, 31, .6) 99.66%);
    filter: drop-shadow(3px 5px 4px rgba(0, 0, 0, .1));
    border-radius: 10px;
    width: 320px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

@media (min-width: 1600px) {
    .short-video-wrapper .swiper .item .content {
        width: 450px
    }
}

.short-video-wrapper .swiper .item .content img,
.short-video-wrapper .swiper .item .content video {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.short-video-wrapper .swiper .item .metadata {
    position: absolute;
    bottom: 0;
    padding: 24px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #333 100%);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    width: 100%
}

.short-video-wrapper .swiper .item .option {
    position: absolute;
    top: 0;
    padding: 24px 24px 0 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.short-video-wrapper .swiper .item .option>* {
    min-width: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}


.short-video-wrapper .meta {
    display: flex;
    margin-bottom: 6px
}

.short-video-wrapper .meta * {
    color: #fff
}

.short-video-wrapper .meta .cate {
    font-size: 12px;
    text-transform: uppercase
}

.short-video-wrapper .meta .cate::after {
    content: "-";
    padding: 0 10px
}

.short-video-wrapper .article__title {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

.short-video-wrapper .article__author {
    font-weight: 500;
    text-align-last: left
}

.short-video-wrapper .article__author * {
    color: var(--gray-400, #ced4da)
}

.short-video-wrapper .social {
    text-align: center;
    position: absolute;
    right: calc(50% - 350px);
    bottom: 40px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 1s
}

.short-video-wrapper .social * {
    color: #fff
}

.short-video-wrapper .social a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px auto 0;
    border-radius: 50%
}

.short-video-wrapper .social a:hover {
    opacity: .85
}

.short-video-wrapper .social .fb {
    background: #3b5998
}

.short-video-wrapper .social .tt {
    background: #55acee
}

.short-video-wrapper .social .zl {
    background: #018fe5
}

.short-video-modal {
    top: 0
}

.story::after {
    display: block;
    clear: both;
    content: ""
}

.story__thumb {
    position: relative;
    overflow: hidden
}

.story__thumb::before {
    padding-bottom: 66.667%;
    content: "";
    display: block
}

.story__thumb a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.story__thumb a:hover {
    opacity: .85
}

.story__thumb img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.story__thumb i {
    font-size: 24px;
    color: #fff;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.story__heading {
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500
}

.story__heading i {
    font-size: 22px;
    color: #555;
    position: relative;
    top: 3px;
    margin-right: 3px
}

.story__summary {
    color: #303030
}

.story__summary * {
    display: inline;
    color: #303030
}

.story__summary a {
    color: var(--primary, #d72027)
}

.story__summary a:hover {
    text-decoration: underline
}

.story time {
    font-size: 13px;
    color: var(--gray-600, #6c757d);
    display: block;
    margin-bottom: 8px
}

.story .cate {
    font-size: 12px;
    color: var(--primary, #d72027);
    text-transform: uppercase;
    margin-top: 6px
}

.story .cate:hover {
    color: var(--secondary, #b40c0e)
}

.d-flex {
    display: flex !important
}

.backdrop:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2
}

.wrap-heading {
    position: relative
}

.wrap-heading::after {
    display: block;
    clear: both;
    content: ""
}

.wrap-heading .subcate {
    display: flex;
    position: absolute;
    top: 8px;
    right: 0;
    background: #fff;
    padding-left: 10px
}

.wrap-heading .subcate a {
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-left: 10px;
    display: flex;
    align-items: center
}

.wrap-heading .subcate a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ddd;
    margin-right: 10px;
    border-radius: 50%
}

.short-video a {
    color: #343a40;
    display: block;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.short-video .time {
    font-size: 12px;
}


@media (max-width: 1024px) {
    .short-video-wrapper .swiper .item .content {
        width: 100%;
        background: #929292 !important;
        border-radius: 0;
    }

    .short-video-wrapper .close {
        top: 20px;
        left: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 95%;
    }

    .short-video-wrapper .swiper .item {
        padding: 0;
    }

    .short-video-wrapper .social {
        right: 10px;
        bottom: 80px;
    }

    .short-video-wrapper .option {
        display: none !important;
    }

    .short-video-wrapper .swiper [class^=swiper-button-] {
        right: 20px !important;
    }
}

iframe {
    top: 400px !important;
}

.myOverviewShortVideo {
    width: 100%;
}

.myOverviewShortVideo .swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 35%) !important;
}

.myOverviewShortVideo .swiper-button-next:before {
    content: unset !important;
}

.myOverviewShortVideo .swiper-button-prev:before {
    content: unset !important;
}