.ImageCategory .title {
        border-radius: 5px;
        height: 50px;
        border-bottom: 3px solid #62818d;
        position: relative;
        background: linear-gradient(to right, #538192, #007eac) !important;
        font-size: 18px;
        line-height: 1.333333;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        padding: 5px 15px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
}
.ImageCategory .title span:before {
        content: "";
        width: 26px;
        height: 26px;
        background: url('images/itruong.png');
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 3px;
}
.ImageCategory .LibraryItem a {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-style: normal;
        font-weight: 600;
}
.ImageCategory {
        border: 1px solid #eeeeee;
        border-radius: 5px;
}
