.wrap-box-canh8{
    width: 100%;
    display: block;
    text-align: center;
}

.box-c8{
    width: 300px;
    display: inline-block;
    margin: 15px 5px;
    text-align: center;
    padding: 4px;
    background: url("../images/bg/bg-chi-tiet.png") repeat;
    box-shadow: 2px 4px 2px #6d6b65;

}
.img-c8{
    text-align: center;
    font-weight: bold;
    padding: 5px;
    color: #ff0000;
    margin-top: 100px;
    opacity: 0;
}
.img-c8 img{
    height: 200px;
    border-radius: 50%;
    -webkit-transition:border-radius 1s;
    transition:border-radius 1s;
}
.box-c8:hover img{
    border-radius: 15px;
}
.wrap-pn{
    width: 80%;
    margin-left: 10%;
}






