﻿:root {
    --roboto-font: "Roboto";
    --white: #ffffff;
    --category-border: #EEEEEE;
    --border-gray: #B0B5D5;
    --border-blue: #EEEEEE;
    --bg-blue: #3D4897;
    --deep-red: #920818;
    --red: #DE192C;
    --gray: #EDEDED;
    --txt-gray: #5C5C5C;
    --txt-black: #181818;
    --txt-blue: #3D4897;
    --side-bar-bg: #F9F9F9;
    --content-border: #EEEEEE;
}

*:is(a,span,h1,h2,h3,h4,h5,p,label,input) {
    font-family: var(--roboto-font);
}

.news-page .content-wrap .detail-wrap .list-news {
    display: flex;
    flex-wrap: wrap;
}

    .news-page .content-wrap .detail-wrap .list-news > * {
        width: calc((100% - 24px) / 3);
        border-right: 1px solid var(--category-border);
        margin-bottom: 16px;
    }

    .news-page .content-wrap .detail-wrap .list-news .story-wrap {
        display: flex;
    }

        .news-page .content-wrap .detail-wrap .list-news .story-wrap .story-thumb {
            min-width: 67px;
            margin-right: 16px;
        }

            .news-page .content-wrap .detail-wrap .list-news .story-wrap .story-thumb .asp-1-1-contain {
                height: 0;
                position: relative;
                overflow: hidden;
                padding: 0 0 100%;
            }

                .news-page .content-wrap .detail-wrap .list-news .story-wrap .story-thumb .asp-1-1-contain .asp-1-1 {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }

        .news-page .content-wrap .detail-wrap .list-news > *:not(:nth-child(3n)) {
            margin-right: 12px;
            padding-right: 12px;
        }

    .news-page .content-wrap .detail-wrap .list-news > *:nth-child(3n) {
        padding-right: 12px;
        border-right: none;
    }

    .news-page .content-wrap .detail-wrap .list-news .story-wrap .story-info .story-title a {
        font-weight: 600;
        font-size: 16px;
    }

    .news-page .content-wrap .detail-wrap .list-news .post-time {
        margin-left: 0px;
        font-size: 12px;
        font-weight: 400;
    }

    .news-page .podcast-box {
        margin-bottom: 40px;
        padding: 16px;
        border-radius: 16px;
        border: 1px solid #EEEEEE;
        box-shadow: 0px 3px 8px 0px #0000001A;
    }

    .news-page .podcast-box .podcast-img {
        display: none;
    }

.news-page .podcast-overlay {
    
}

.news-page .podcast-box .content {
    /*position: relative;
    z-index: 1;*/
}

    .news-page .podcast-box .content .share {
        display: flex;
        align-items: center;
    }

        .news-page .podcast-box .content .share .plat {
            margin-right: 16px;
        }

    .news-page .podcast-box .content .post-time {
        font-size: 16px;
        font-weight: 700;
        line-height: 23.84px;
        color: var(--txt-black);
        margin-bottom: 0px;
        margin-left: auto;
    }

.news-page .podcast-box .play-box {
    display: flex;
}

    .news-page .podcast-box .play-box .img {
        width: 250px;
        min-width: 250px;
        height: auto;
        float: none;
        margin-bottom: 10px;
        border-radius: 8px;
        overflow: hidden;
    }

        .news-page .podcast-box .play-box .img > a {
            display: block;
            padding-top: 100%;
            position: relative;
            z-index: 1;
        }

        .news-page .podcast-box .play-box .img img {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            min-height: 100%;
            object-fit: fill;
            width: 100%;
            height: auto;
        }

    .news-page .podcast-box .play-box .info {
        padding-left: 20px;
        width: 100%;
    }

        .news-page .podcast-box .play-box .info > *:nth-last-child(n+3) {
            line-height: 1.4;
        }

    .news-page .podcast-box .play-box .time {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .news-page .podcast-box .play-box .name {
        font-family: var(--roboto-font);
        font-weight: 800;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .news-page .podcast-box .play-box .description {
        font-family: var(--roboto-font);
        font-weight: 400;
        color: #5C5C5C;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .news-page .podcast-box .player {
        display: flex;
        flex-direction: column;
    }

        .news-page .podcast-box .player .control {
            padding-top: 0;
            height: 40px;
            width: 100%;
            margin-bottom: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .news-page .podcast-box .player .control .left {
                font-size: 14px;
                margin-right: auto;
            }

            .news-page .podcast-box .player .control .center {
                top: 0;
                left: 0;
                width: 140px;
                display: flex;
                justify-content: center;
                margin-right: auto;
                margin-left: auto;
            }

            .news-page .podcast-box .player .control .right {
                margin-left: auto;
            }

            .news-page .podcast-box .player .control button {
                background-color: transparent;
                border: none;
                padding: 0;
                outline: none;
                cursor: pointer;
                margin: 0 6px;
            }

        .news-page .podcast-box .player .volume-box {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            width: 140px;
        }

            .news-page .podcast-box .player .volume-box:hover {
                background-color: rgba(255, 255, 255, 0.05);
            }

            .news-page .podcast-box .player .volume-box .volume-center {
                width: 100%;
            }

            .news-page .podcast-box .player .volume-box .bar-progress .current > * {
                background-color: #636CAC;
                display: block;
                position: absolute;
                z-index: 1;
                margin-top: -2px;
                margin-left: -4px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
            }

        .news-page .podcast-box .player .bar-progress {
            height: 8px;
            width: 100%;
            position: relative;
            z-index: 1;
            padding: 3px 0;
        }

            .news-page .podcast-box .player .bar-progress::before {
                background-color: #EDEDED;
                content: "";
                position: absolute;
                z-index: -1;
                top: 3px;
                left: 0;
                right: 0;
                height: 8px;
                border-radius: 25px;
            }

            .news-page .podcast-box .player .bar-progress .current {
                float: left;
                z-index: 3;
                position: absolute;
            }

            .news-page .podcast-box .player .bar-progress .progress {
                background-color: #3D4897;
                height: 8px;
                width: 0%;
                border-radius: 25px;
            }

        .news-page .podcast-box .player .bar {
            display: flex;
            align-items: center;
            width: auto;
            padding-bottom: 0;
            font-size: 14px;
        }

            .news-page .podcast-box .player .bar .bar-progress .current > * {
                background-color: #636CAC;
                display: block;
                z-index: 1;
                margin-top: -2px;
                margin-left: -4px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
            }

            .news-page .podcast-box .player .bar .bar-progress {
                width: 100%;
                height: 12px;
                position: relative;
                z-index: 1;
                padding: 4px 0;
            }

            .news-page .podcast-box .player .bar > *:not(.bar-progress) {
                width: 40px;
                min-width: 40px;
            }

            .news-page .podcast-box .player .bar .bar-end {
                text-align: right;
            }

        .news-page .podcast-box .player .bar-time {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-top: 10px;
        }

                .news-page .podcast-box .player .bar-time > * {
                    font-family: var(--roboto-font);
                    color: #5C5C5C;
                    font-size: 16px;
                }

            .news-page .podcast-box .player .bar-time .bar-start {
                margin-right: auto;
            }

            .news-page .podcast-box .player .bar-time .bar-end {
                margin-left: auto;
            }

.news-page audio:not([controls]) {
    display: none !important;
}

.mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .news-page .content-wrap .detail-wrap .list-news {
        flex-direction: column;
    }

        .news-page .content-wrap .detail-wrap .list-news > * {
            width: 100%;
            border-right: none;
            padding-bottom: 16px;
            margin-bottom: 16px;
            border-bottom: 1px solid var(--category-border);
        }

        .news-page .content-wrap .detail-wrap .list-news .story-wrap .story-thumb{
            display: none;
        }

    .news-page .content-wrap .detail-wrap .post-time{
        margin-bottom: 0px;
    }

    .news-page .podcast-box {
        background: #18171A;
        position: relative;
        z-index: 1;
    }

        .news-page .podcast-box .podcast-img {
            position: absolute;
            z-index: 2;
            overflow: hidden;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #000;
            border-radius: 16px;
        }

            .news-page .podcast-box .podcast-img::before {
                content: "";
                position: absolute;
                z-index: 3;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.4);
            }

            .news-page .podcast-box .podcast-img img {
                height: auto;
                min-height: 110%;
                object-fit: cover;
                width: 110%;
                -moz-filter: blur(10px);
                -o-filter: blur(10px);
                -ms-filter: blur(10px);
                filter: blur(55px);
            }

        .news-page .podcast-box .podcast-overlay {
            position: relative;
            z-index: 4;
        }

    .news-page .podcast-box .play-box {
        flex-direction: column;
    }

        .news-page .podcast-box .play-box .info {
            padding-left: 0px;
        }

        .news-page .podcast-box .play-box .name {
            color: #FFFFFF;
            font-size: 24px;
            text-align: center;
        }

        .news-page .podcast-box .play-box .description{
            display: none;
        }

        .news-page .podcast-box .play-box .info-share {
            display: none !important;
        }

        .news-page .podcast-box .play-box .img {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            min-width: auto;
            margin-bottom: 10px;
            border-radius: 50%;
        }

        .news-page .podcast-box .player .bar-time > * {
            color: #FFFFFF;
        }

        .news-page .podcast-box .player .bar-progress .progress{
            height: 10px;
        }

        .news-page .podcast-box .player .bar-progress::before {
            top: 4px;
        }

        .news-page .podcast-box .player .bar .bar-progress .current > * {
            margin-top: -3px;
            margin-left: -4px;
            width: 15px;
            height: 15px;
        }

        .news-page .podcast-box .player .volume-box .bar-progress .current > * {
            margin-top: -1px;
        }

        .news-page .podcast-box .player .control.mobile {
            display: flex !important;
        }

            .news-page .podcast-box .player .control.mobile .center {
                width: 100%;
            }

                .news-page .podcast-box .player .control.mobile .center svg > *{
                    fill: #ffff;
                }

        .news-page .podcast-box .player .control.desktop .center{
            display: none;
        }

        .news-page .podcast-box .player .control .right > * {
            color: #FFFFFF;
        }
}