@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 15px;
    background: url(../images/short-video-bg.png) 0 0 no-repeat;
    background-size: cover;
    margin: 10px 0;
}

.short-video .box-heading {
    height: 46px;
    background: url(../images/nentangso.png) center 0 no-repeat;
    margin-bottom: 30px;
    background-size: contain;
}

.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;
    border-radius: 10px;
}

.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: 5% 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;
    object-fit: fill;
}

.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;
    display: none;
}

.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;
    display: none;
}

.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;
}





.myOverviewShortVideo {
    width: 100%;
}

.myOverviewShortVideo .swiper-button-next,
.myOverviewShortVideo .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;
}


.short-video-wrapper .social li {
    display: block !important;
    float: unset !important;
}

.short-video-wrapper .dropdown-menu {
    min-width: 58px !important;
}

.short-video-wrapper .btn-close {
    color: #fff !important;
    opacity: 1 !important;
}


/* short video cate */


.short-video-box .header_title {
    font-size: 15px;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-right: 15px;
    color: #fff;
    font-weight: bold;
}

.cate-short-video-swiper .swiper-button-next,
.cate-short-video-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    padding-left: 3px;
    background: rgb(171 167 167 / 100%);
    border-radius: 50%;
    transition: all .2s ease-in-out;
    top: 45%;
    transform: translateY(-50%);
}

.cate-short-video-swiper .swiper-button-next:after,
.cate-short-video-swiper .swiper-button-prev:after {
    font-size: 30px;
    color: black;
}

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

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


.short-video-cate-item {
    position: relative;
    display: flex;
    justify-content: center;
    height: 80%;
    align-items: center;
}

.short-video-cate-item video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.short-video-cate-item .content {
    position: absolute;
    height: 100%;
}

.short-video-cate-item .metadata {
    position: absolute;
    bottom: 60px;
    left: 20px;
}

.short-video-cate-item .box_header {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .02));
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.short-video-cate-item .metadata {
    width: 90%;

}

.short-video-cate-item .metadata .article__title {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    text-align: left;
}


/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

.short-video-wrapper video::-webkit-media-controls-current-time-display,
.short-video-wrapper video::-webkit-media-controls-fullscreen-button,
.short-video-wrapper video::-webkit-media-controls-time-remaining-display,
.short-video-wrapper video::-webkit-media-controls-fullscreen-exit-button,
.short-video-wrapper video::-webkit-media-controls-fast-forward-button,
.short-video-wrapper video::-webkit-media-controls-rewind-button,
.short-video-wrapper video::-webkit-media-controls-seek-forward-button,
.short-video-wrapper video::-webkit-media-controls-seek-back-button,
.short-video-wrapper video::-webkit-media-controls-fullscreen-button,
.short-video-wrapper video::-webkit-media-controls-settings-menu {
    display: none !important;
    /* Hide More Options (Settings Menu) */
}

/* This forces video controls to always stay visible */
.short-video-wrapper video::-webkit-media-controls {
    opacity: 1 !important;
    transition: none !important;
}

/* Prevent the controls from hiding after a hover event */
.short-video-wrapper video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.short-video-box iframe {
    top: unset !important;
}

.short-video-list-cate-item {
    height: 350px;
    border-radius: 10px;
}



@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: 10px;
    }


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

    .short-video-wrapper .swiper .item .content img,
    .short-video-wrapper .swiper .item .content video {
        border-radius: 0;
    }

    .short-video-wrapper .swiper .item .option {
        top: 70px;
    }

    .short-video-wrapper .swiper .item .metadata {
        bottom: 0px !important;
    }

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

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

    .short-video-wrapper .article__title {
        width: 80% !important;
    }

    .short-video-wrapper .swiper .item .content img,
    .short-video-wrapper .swiper .item .content video {
        object-fit: fill;
    }

    .short-video-list-cate-item {
        height: 250px;
        border-radius: 10px;
    }


    .short-video-list .title1 {
        font-size: 18px !important;
    }

    .short-video-list .date {
        font-size: 20px !important;
    }

    .short-video-cate-item .metadata .article__title {
        font-size: 25px !important;
    }


}

.short-video-list .avatar img {
    object-fit: cover;
}