.audio-playlist {
    border: 1.5px solid;
    padding: 5px 10px 10px;
    border-radius: 10px;
    background-color: #777777;
}
.playlist {
    background: #454545;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    max-height: 300px;
    overflow: auto;
}
.currentTrack {
    padding: 7px 0;
    background: #ddd;
    margin-top: -6px;
    margin-right: -11px;
    margin-bottom: 10px;
    margin-left: -11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.currentTrack .running-text {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
}
.running-text {
    white-space: nowrap;
    overflow: hidden;
    animation: running-text 5s linear infinite;
}

@keyframes running-text {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
.meta-post .luotnghe{
    font-size: 13px;
    color: #ffffff;
    background: #3d3d3d;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    bottom: 5%;
}
.meta-post .time{
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	right: 10px;
  bottom: 5%;
}

.cat-link{list-style: none;
font-size: 10px;
color: #ffffff;
font-weight: 700;
padding: 1px 10px;
background: rgba(255, 255, 255, 0.2);
border-radius: 50px;
display: inline-block;
margin-right: 5px}
.cat-post {
    margin-top: 20px;
    margin-bottom: 10px;
}
/* BXH */
.thumbnail-wrapper {
    position: relative;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff00, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}
.bxh-trangthai{
    font-size: 12px;
    color: #ffffff;
    background: #e53637;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    margin-left: 5px;
}

.bxh-views{
    font-size: 12px;
    color: #ffffff;
    background: #3d3d3d;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px;
}
.bxh-category a {
    opacity: 0.7;
    font-size: 13px;
}

/* ajaxsearchlitewidget */
div#ajaxsearchlite2 {
    width: 380px;
    margin-left: 30px;
}
div#ajaxsearchlite2 .probox, div.asl_w .probox {
    padding: 0px;
    height: 32px;
}

.view {
    background: url(/wp-content/themes/theme-child/images/useronline.gif) no-repeat 0 0 #16161600;
    text-align: left;
    background-position-y: -2px;
    padding-left: 20px;
    margin-right: 10px;
        font-size: 11px;
      }
