﻿/*section {
    font-family: 'CircularStd' !important;
}

#podcast-player {
    font-family: 'CircularStd' !important;
}*/

.podcast-body {
    padding-top: 300px !important
}

.podcast__player {
    position: fixed;
    height: 132px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFFFFF;
    /*    z-index: 1000;*/
    box-shadow: 0px 8px 45px -5px rgba(0, 0, 0, 0.2);
}

.fadeIncustom {
    z-index: 1000;
    opacity: 1;
    transition: 0.25s all ease-in;
}

.fadeOutcustom {
    z-index: -1;
    opacity: 0;
    transition: 0.25s all ease-in-out;
}

#music-container {
    position: relative;
    height: 100%;
}

#music-container>row {
    height: 100%;
}

.podcast__player-music {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.podcast__player-info {
    height: 100%
}

.podcast__player-info_season {
    margin-top: 0px;
    color: #00569D;
    font-size: 14px;
}

.card-podcast-player {
    height: 100%;
}

.card-podcast-player>.short-content {
    margin: auto;
}

.card-podcast-player-img {
    max-width: 100px;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
}

.music-container {
    /* background-color: rgba(255, 255, 255, 0.5); */
    border-radius: 1em;
    box-shadow: 0 1em 1.25em 0 rgba(90, 182, 57, 0.6);
    display: flex;
    padding: 1em 1em;
    position: relative;
    margin: 2em 0 0;
    z-index: 10;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 0.125em 0;
    border-radius: 0.5em;
    width: 100%;
}

.action-btn-nobackground {
    height: 24px !important;
    background: #22222200 !important;
    margin: 0px !important;
}

.action-btn-nobackground:hover {
    outline: 0;
    border: 0 solid;
}

.action-btn {
    cursor: pointer;
    outline: none !important;
    cursor: pointer;
    border: 0 solid;
    border-radius: 50%;
    font-size: 20px !important;
    width: 48px;
    cursor: pointer;
    margin: 0 0.5em;
    height: 48px;
}

.action-btn:hover {
    background: #222222;
}

.action-btn>.icon_play_podcast {
    width: 100%;
    height: 100%;
    color: black;
    padding: 13px 0 13px 12px;
}

.action-btn>.icon_pause_podcast {
    width: 100%;
    height: 100%;
    color: black;
    padding: 14px 0 14px 10px;
}

.action-btn:hover>.icon_play_podcast {
    fill: white !important;
}

.action-btn:hover>.icon_pause_podcast {
    fill: white !important;
}

.speaker {
    margin-right: -1.25em;
    color: #fff;
}

.music-info {
    display: flex
}

/* .music-container.play .music-info { */
.music-container .music-info {}

.music-info h4 {
    color: #fff;
    font-weight: bold;
    margin: 0.5em;
    /* padding: 0 0 0 0.125em; */
    text-align: center;
    font-size: 1.25rem;
}

.progress-container {
    background: #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    margin: auto 16px;
    height: 5px;
    width: 95%;
    align-items: center;
}

.progress {
    background-color: #888888;
    border-radius: 4px;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
}

.player_slider {
    width: 0.75rem;
    height: 3rem;
}

input[type='range'] {
    -webkit-appearance: none;
    background: transparent;
    width: 30%;
    margin: 0 20px;
    display: none;
}

input[type='range']:focus {
    outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type='range']::-webkit-slider-thumb {
    height: 0.75em;
    width: 1em;
    border-radius: 0.25em;
    background: goldenrod;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
    box-shadow: 0 0 2px rgb(15, 14, 80);
}

input[type='range']::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type='range']::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    height: 12px;
    width: 17px;
    border-radius: 50px;
    background: #fe8daa;
    cursor: pointer;
}

.time {
    color: #fff;
    font-size: 0.9rem;
    padding-right: 0.25em;
    /* had to add that to stop the width shifting from NaN */
    /* width: 6em; */
}


/*card podcast index*/
#blog-slider-hr {
    padding-left: 100px !important
}

/*
.swiper-slide-active {
    margin-right: 0px !important;
}
*/
@media (max-width: 767px) {
    .block-slider {
        padding-top: 150px;
    }

    #blog-slider-hr {
        padding-left: 0px !important
    }

    .podcast-listitem>.podcast-category__short-content {
        padding: 15px 0 0 0 !important;
    }

    .podcast-category__short-content {
        padding: 15px 0 0 15px;
    }

    .podcast-category__lienket {
        padding: 15px 0 !important;
    }

    .block-slider block-slider-cate {
        margin-top: 150px !important;
    }
}

.podcast-category__short-content {
    padding-left: 30px;
    width: calc(100% - 170px);
}

.podcast-category__short-content>.title>span {
    font-size: 20px !important;
    font-family: 'CircularStd'
}

.podcast-category-big__short-content {
    margin-top: 27px !important;
    display: flex !important;
}

.podcast-category-big_btn>.btn-social {
    border: none;
    background: #F2F3F5;
    margin-right: 8px;
}

.podcast-category-big_btn>.btn-social:hover {
    background: #F2F3F5;
}

.podcast-category-big_btn-right {
    width: 100%;
    text-align: right;
}

.podcast-category-big_btn-chitiet {
    padding: 0 10px;
    border: 1px solid;
    background: #f8f9fa00;
    height: 40px;
    border-radius: 30px;
    font-size: 16px;
    color: #222222;
}

.podcast-category-big_btn-chitiet:hover {
    color: #00569D;
    border-color: #00569D !important;
}

.title-postcast {
    margin-top: 6px !important;
    cursor: pointer
}

.chuyenmuc-postcast {
    margin-top: 12px !important;
    color: #00569D !important;
}

.chuyenmuc-postcast>svg {
    margin-right: 5px
}


.card-cate-podcast>.card-blog-img {
    max-height: unset !important;
    border-radius: 16px !important;
}

.card-cate-podcast>.title {
    font-size: 16px !important;
    font-weight: 400;
    font-family: CircularStd-Book;
    line-height: 26px;
    text-align: left;
    -webkit-line-clamp: 3;
    height: unset;
}

.card-cate-podcast_img-col>.title>h1,
.card-cate-podcast_img-col>.title>h2,
.card-cate-podcast_img-col>.title>h3,
.card-cate-podcast_img-col>.title>h4,
.card-cate-podcast_img-col>.title>h5,
.card-cate-podcast_img-col>.title>h6,
.card-cate-podcast_img-col>.title>p,
.card-cate-podcast_img-col>.title>span,
.card-cate-podcast_img-col>.title>a {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: CircularStd-Book !important;
    line-height: 26px !important;
    text-align: left;
    -webkit-line-clamp: 3;
    height: unset;
}

.card-blog-img {
    max-height: unset !important;
    border-radius: 16px !important;
}

.card-podcast {
    border-radius: 10px;
}

.card-podcast>.short-content {
    position: relative;
    display: flex;
    color: #888888;
    font-size: 13px;
    height: 48px
}

.short-content>center {
    margin: 5px;
    line-height: 48px;
}

.short-content>span {
    line-height: 48px;
    color: #888888;
    font-size: 14px
}

.short-content-podcast {
    margin-top: 20px !important;
}

.short-content-podcast>.dot {
    line-height: 44px !important;
    padding: 0 16px
}

.short-content>.btn-play {
    top: 0;
    right: 0px;
}


.btn-play {
    cursor: pointer;
    text-align: center;
    position: absolute;
    text-align: center;
    width: 48px;
    height: 48px;
    background: #F2F3F5;
    border-radius: 50%;
}

.btn-play:hover {
    fill: #FFFFFF !important;
    background: #222222 !important;
}

.btn-play>.icon_play_podcast {
    width: 100%;
    height: 100%;
    padding: 14px 0 14px 18px;
}

.btn-play:hover>.icon_play_podcast {
    fill: white !important;
}

.icon-play {
    font-size: 18px !important;
    line-height: 50px !important;
    padding-left: 3px;
    cursor: pointer;
    color: black !important;
}

.timeago-cate {
    line-height: 17.71px !important
}

.short-content-time {
    color: #888888 !important;
    font-size: 14px !important;
    line-height: 48px
}

/* end card podcast index*/
/*slider podcast */
.cate-podcast-row>.block-slider {
    margin-top: 0px !important
}

.card-cate-podcast {}

.card-cate-podcast-img {
    max-height: 370px !important;
    min-height: 370px !important;
    max-width: 370px;
    width: 100%;
    cursor: pointer;
    border-radius: 16px !important
}

.card-podcast-item {
    margin-bottom: 10px
}

.card-podcast-item-img {
    max-height: 170px !important;
    min-height: 170px !important;
    max-width: 170px;
    border-radius: 16px;
    width: 100%;
}

.card-podcast-item>.short-content {}

.play-area-col-6 {
    bottom: 5px !important;
}

.play-area {
    margin-top: 24px;
}

.play-area>.short-content-duration {
    margin-left: 64px;
}

.play-area>span {
    line-height: 48px;
    color: #888888;
    margin-left: 10px;
    font-size: 14px
}

.cate-postcast {
    margin: 15px 0 14px 0;
    display: flex;
}

.cate-postcast_sotap {
    margin-left: 16.18px;
    color: #888888 !important;
    font-size: 16px !important;
}

.block-slider-cate .swiper-button-next {
    background: #F2F3F5;
    color: black;
    border-radius: 5px;
    border: 0px solid;
    margin-right: 0;
    position: absolute;
    top: -81px;
    right: 0;
    left: auto;
}

.block-slider-cate .swiper-button-prev {
    background: #F2F3F5;
    color: black;
    border-radius: 5px;
    border: 0px solid;
    position: absolute;
    top: -81px;
    right: 50px;
    left: auto;
}

/*end slider podcast */

/*podcast category css*/
#breadcrumbs {
    margin: auto 0px auto 0px;
}

/* #breadcrumbs > span {
        font-family: Arial !important;
    }

    #breadcrumbs > a {
        font-family: Arial !important;
    }*/

.fa-play {
    padding-left: 3px
}

.blog_title-custom {
    display: flex;
    cursor: pointer;
    margin: 30px 0 50px !important;
}

.podcast-title {
    margin: 60px 0 40px 0;
    cursor: default
}

.blog_breadcumb-podcast-img {
    height: 170px;
    width: 170px;
    border-radius: 10px
}

.font-weight-big {
    font-family: 'CircularStd';
    font-size: 38px;
    font-weight: 400 !important;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

.podcast-gioithieu-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}


.podcast-gioithieu-mt8 {
    margin-bottom: 24px
}

.podcast-gioithieu-mt8>a {
    text-decoration: none
}

.podcast-gioithieu-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: black;
}

.podcast-col-nopadding {
    padding: 0 !important
}

.podcast-listitem {
    margin-bottom: 30px;
}

/*end podcast category css*/


.max-2line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.max-1line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-podcast-item__title {
    /*    padding: 0 15px !important;*/
    color: black !important;
    cursor: pointer !important;
    font-family: 'CircularStd';
}

.category-podcast-item__title:hover {
    color: #00569D !important
}

.jt_common_size_20 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'CircularStd';
}

#title {
    cursor: pointer;
}

.title {
    cursor: default;
}

.card-cate-podcast_img-col {
    width: 370px;
}

.card-cate-podcast_des-col {
    width: calc(100% - 370px);
}

.youtube-podcast-contaner {
    overflow: hidden;
}

.youtube-podcast-contaner>iframe {
    border-radius: 5px;
    width: 100% !important;
    height: 208px !important
}

.block-slider>.swiper-button-next__podcast:active {
    background-color: #F2F3F5 !important;
    color: #00569D !important;
    border: 1px solid #00569D !important;
}

.block-slider>.swiper-button-next__podcast:hover {
    color: black !important;
    border: 0px solid !important;
}

.box-youtube_podcast>.youtube-transference {
    background: transparent;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.box-youtube_podcast>.youtube-podcast-contaner {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(6px);
    border-radius: 10px;
}

#popup_wrapper_video_podcast>iframe {
    width: 100% !important;
    height: 315px !important
}

#modal-youtue-popup_podcast>.modal-dialog {
    margin-top: 30vh;
    width: 100%;
    height: 100%;
}

#modal-youtue-popup_podcast>.modal-dialog>.modal-content {
    width: 560px;
    height: 315px;
    max-width: 100%;
}

.podcast_category_content>.font-weight-big {
    cursor: default !important;
}

.title-postcast {
    cursor: default;
}

.title-postcast:hover>a {
    color: #222222 !important;
}

.closePodcastModalBtn {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 35px;
}

.podcast-cate_des {
    padding-right: 230px
}