.box-thanhtuu{
    margin: 0px -10px;
}
.item-thanhtuu{
    border-radius: 50%;
    padding: 0px 10px;
    width: 25%;
}
.item-thanhtuu .img-wrap{
    overflow: hidden;
    /* border-radius: 50%; */
}
.item-thanhtuu .img-wrap img{
    width: 100%;
}
.item-thanhtuu .img-wrap::after{
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.item-thanhtuu .info-wrap{
    position: absolute;
    display: table;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
@media (max-width: 1087px) {
   
}

@media (max-width: 1024px) {
    
}

@media (max-width: 860px) {
  
}

@media (max-width: 767px) {
    .box-thanhtuu{
        margin: 0px -5px;
    }
    .item-thanhtuu{
        width: 50%;
        margin-bottom: 10px;
        padding: 0px 5px;
    }
    .item-thanhtuu .info-wrap p{
        padding: 0px 20px;
    }
}


