﻿@import url('https://fonts.googleapis.com/css?family=Lobster|Roboto|Pacifico');
/*Tieu su cua nghe si*/
.ms-tieusu > img{
    float:left;
    width:200px; 
    height:200px;
    margin:10px;
    border-radius: 50%;
}
.ms-tieusu h3{
    text-align:center;
    font-family: 'Lobster';
    color:rgb(26, 50, 89);
}
.ms-tieusu-content>span{
    text-align: justify; 
    display:block;
    font-family: 'Roboto';
}
/*Bai hat cua nghe si*/
.artist-listtophit{
    clear:both; 
    padding-top:40px;
}
.artist-infoplus, .artist-luotnghe{
    line-height: 100px;
}
.artist-bhhot{ 
    display: flex;
    justify-content: flex-start;
}
.artist-luotnghe,.artist-infoplus{
    width: 100px;
    text-align:right;
    color:rgb(8, 103, 112);
}
.artist-luotnghe span{
    padding-right: 10px;
}
.artist-infoplus a:first-child{
    padding-right: 20px;
}
.artist-name{
    width: 250px;
}
.artist-name a{
    display: block;
    padding-left: 10px;
    line-height: 100px;
    font-size:15px;
    font-family: 'Pacifico', cursive;
}
.artist-listtophit ul>li{
    padding: 10px;
    border-bottom: 1px solid rgb(214, 216, 216);
}
.artist-listtophit ul li:hover{
    background-color: rgba(226, 226, 226, 0.918);  
}