[class^="icon-"]::before, .industry-icon::before {
    font-size: 36px;
    display: inline-block;
    line-height: 1;
}
.industry-icon::before {
    content: attr(data-icon);
    font-size: 36px;
}
.icon-nhatuyendung::before{
    content: "🏢";
}
.icon-nguoitimviec::before{
    content: "👨‍💼";
}
.icon-dev::before{
    content: "💻";
}
.icon-marketing::before{
    content: "📊";
}
.icon-ketoan::before{
    content: "📒";
}
.icon-kinhdoanh::before{
    content: "💼";
}
.icon-batdongsan::before{
    content: "🏠";
}
.icon-thietke::before{
    content: "🎨";
}