.discovery_playlist{
    width: 300px;
	height: 300px;
	margin-bottom: 32px;
	position: relative;
}
.discovery_playlist .bg_discovery_playlist{
    width: 300px;
	height: 260px;
	position: absolute;
	bottom: 0;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.discovery_playlist .image_discovery_playlist{
	width: 240px;
	height: 120px;
	margin: 0 auto;
}
.image_discovery_playlist .image_box{
	position: relative;
}
.image_box .thumb_cover{
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.image_box .thumb_cover.one{
	left: 0;
	z-index: 2;
}
.image_box .thumb_cover.two{
	left: 60px;
	z-index: 3;
}
.image_box .thumb_cover.three{
	right: 0;
	z-index: 4;
}
.discovery_playlist .content_playlist h2{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	padding-top: 24px;
	position: relative;
	z-index: 2;
}
.discovery_playlist .content_playlist .text_detail{
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 2;
	margin: 8px 16px 0px 16px;
}
.content_playlist a{
	text-align: center;
}
.content_playlist .btn_playlist{
	background-color: #ffffff;
	border-radius: 24px;
	width: 160px;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: 16px;
}
.content_playlist .btn_playlist{
	position: relative;
}
.btn_playlist .ic_play_normal:before{
	color: #2DAAEE;
	font-size: 16px;
	position: absolute;
	top: 16px;
	left: 26px;
}
.btn_playlist .btn_text{
	position: absolute;
	top: 14px;
	left: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #2daaed;
}
/* discovery_non_login */
.discovery_playlist_non{
	width: 300px;
	height: 240px;
	margin-bottom: 32px;
	position: relative;
}
.discovery_playlist_non .bg_discovery_playlist{
    width: 300px;
	height: 240px;
	position: absolute;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.discovery_playlist_non .content_playlist h2{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.88);
	padding-top: 40px;
	position: relative;
	z-index: 2;
}
.discovery_playlist_non .content_playlist .text_detail{
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 2;
	margin: 16px 17px 0px 17px;
}
.discovery_playlist_non  .content_playlist .btn_playlist{
	background-color: #ffffff;
	border-radius: 24px;
	width: 160px;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: 24px;
}



/* noti */
.weekly-discovery-noti{
    position: relative;
    font-family: 'NhacCuaTui';
	width: 840px;
	height: 318px;
    line-height: 24px;
    color: #fff;
    text-align: center;
	padding: 0 154px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
}

.hidden-display {
    display: none;
}
