#canh5 p.click-chitiet{
    text-decoration: underline;
    color: #32a3ff;
}
#canh5 p.click-chitiet:hover{
    cursor: pointer;
    color: #5ddfff;
}
#canh5 p.show-chitietTop{
    font-weight: normal;
    display: none;
}

.wrap-topALL{
    width: 80%;
    margin: 0 auto;
}

.wrap-top5NV{
    width: 100%;
    margin: 10px auto;
    height: auto;
    display: inline-block;
    background: #161616 url('../images/source/patten1.png') repeat scroll;
    background-color: rgba(44,62,80 , 0.6 );
    text-align: center;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition:border-radius 1s;
    transition:border-radius 1s;
}
.wrap-top5NV:hover{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
}
.wrap-top5NV:hover img{
    border-radius: 15px;
}

.wrap-top5NV img{
    height: 200px;
    border-radius: 50%;
    -webkit-transition:border-radius 1s;
    transition:border-radius 1s;
}


.wrap-top5NV img:hover{
    border-radius: 15px;
}


.wrap-top5NV .imgTop5NV{
    margin: 20px;
}

.wrap-top5NV .infoTop5NV{
    margin: 50px auto;
    text-align: center;
    width: 60%;
    font-weight: bold;
}

.tenNV,.thayDoi{
    opacity: 0;
}


/* iPhone 4 ----------- */
/*MOBILE*/
@media all and (max-width: 599px){
    .wrap-topALL{
        width: 100%;
    }
}



/*TABLET*/
@media all and (min-width: 600px) and (max-width:799px){


}
/* WIDTH 800*/
@media all and (min-width: 800px) and (max-width:1023px){

}