﻿

.icon-podcast {
    background-image: url(/Content/Audio/IMG/ICON/icon-podcast.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -3px;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}
.icon-next {
    background-image: url(/Content/Audio/IMG/ICON/icon-next-p.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
.icon-clock {
    background-image: url(/Content/Audio/IMG/ICON/icon-clock.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.des-hide{
    overflow:hidden;
    max-height:63px;
}
.abs-detail {
    position: absolute;
    top: 3px;
}
.des-detail{
    padding-left:30px!important;
}
.abs-play {
    position: absolute;
    top: 7px;
    left: 0;
}
.music-item-index{
    border-bottom:1px solid #e5e5e5;
    padding-top:5px;
}
.name-song-index {
    padding-left: 25px;
}
    .name-song-index a {
        color: #222;
        font-size: 18px;
    }
.span-play {
    background-image: url(https://rs.vtcnews.vn/Content/Audio/IMG/ICON/Play.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}
 .ml10{margin-left:10px;}
 .ml30{margin-left:30px;}
 .pl30{padding-left:30px;}
 .mr5{margin-right:5px;}
 .mt-10p{margin-top:-10px;}
.blue-live {
    color: #29c5ff
}
.a-head {
    color: #222;
    font-weight: 700;
    font-size:18px;
}
.fs20{font-size:20px!important;}
.black{color:#000;}
.over-hide {
    overflow: hidden;
}
.img-radio {
    height: auto;
}

.ul-hide {
    max-height: 100px;
    overflow: hidden;
}

.bg-gray-f5 {
    background: #f5f5f5;
}

.control-radio {
    background: #b10c2d;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}

.mr10 {
    margin-right: 10px;
}

.h50 {
    height: 50px;
}

.pl50 {
    padding-left: 50px;
}

.abs0 {
    position: absolute;
    top: 0;
    left: 0;
}

    .abs0 img {
        padding: 10px 0px 10px 20px;
        width: auto;
    }

.center {
    text-align: center;
}

.w-full {
    width: 100%;
}

.lh50 {
    line-height: 50px;
}

.white {
    color: white;
}

.max-wfull {
    max-width: 100%;
}

.h32hidden {
    max-height: 32px;
    overflow: hidden;
}

.red {
    color: #a3161d;
}

.mt30 {
    margin-top: 30px;
}

.bold {
    font-weight: bold;
}

.icon-play {
    width: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    height: 24px;
    background: url(https://rs.vtcnews.vn/Content/Audio/IMG/ICON/Play.png) no-repeat center right;
    background-size: 20px;
    display: block;
}

.abs12 {
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.relative {
    position: relative;
}

.mr0 {
    margin-right: 0px !important;
}

.header-podcast h1 {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 2px #222;
}

.header-podcast a {
    color: #333;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

ul.scrollmenu li {
    display: inline-block;
    padding: 10px 5px;
}

.fl {float: left;}
.fr {float: right;}

.pic img {max-width: 100%;max-height: 100%;}


.pd10 {padding: 10px;}

.hide {display: none;}

.mb20 {margin-bottom: 20px !important;}

.filter-opacity-70 {
    -webkit-filter: opacity(70%);
    filter: opacity(70%);
}

.loop-active {
    border-radius: 50%;
    background: #21252991;
}

.cursor {
    cursor: pointer;
}

.pt18 {
    padding-top: 18px;
}

.max-h38 {
    max-height: 38px;
}

.span-time-run {
    background: white;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.music-inner {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spin-off {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body {
    position: relative;
}

.fs14{
    font-size:14px;
}

@media (max-width: 575px) {
    /*media-xs*/
    ul.scrollmenu {
        overflow: auto;
        white-space: nowrap;
    }
    .pt5-sm {
        padding-top: 5px !important;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    /*media-sm*/
    .w350-sm {
        width: 350px;
    }
    ul.scrollmenu {
        overflow: auto;
        white-space: nowrap;
    }
   
}

@media (min-width: 768px) and (max-width: 992px) {
    /*media-md*/
    .pt5-sm {
        padding-top: 5px !important;
    }
    .h160-md {
        height: 160px;
    }
    ul.scrollmenu {
        overflow: auto;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    /*media-lg*/
    .h110-lg {
        height: 110px;
    }

    .bor-ra-25-lg {
        border-radius: 25px;
    }
}
