.box-asset {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    overflow: hidden;
}

.box-asset .list {
    margin: 0 -10px;
}

.box-asset .list .col-item {
    width: 100%;
    float: left;
    padding: 10px;
}

.box-asset .list .item {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    border-radius: 10px;
    padding-top: 32px;
    padding-bottom: 29px;
    text-align: center;
    color: #2E3A59;
}

.box-asset .list .item:hover {
    color: #fff;
    background: #16BCDC;
}

.box-asset .list .icon {
    width: 100%;
    display: inline-block;
    height: 61px;
    margin-bottom: 22px;
}

.box-asset .list .icon-nhaxuong {
    background: url(../images/icon-nhaxuong.png) no-repeat center center;
}

.box-asset .list .icon-chungcu {
    background: url(../images/icon-chungcu.png) no-repeat center center;
}

.box-asset .list .icon-kinhdoang {
    background: url(../images/icon-kinhdoanh.png) no-repeat center center;
}

.box-asset .list .icon-dientu {
    background: url(../images/icon-dientu.png) no-repeat center center;
}

.box-asset .list .icon-car {
    background: url(../images/icon-car.png) no-repeat center center;
}

.box-asset .list .icon-cophan {
    background: url(../images/icon-cophan.png) no-repeat center center;
}

.box-asset .list .item:hover .icon-nhaxuong {
    background: url(../images/icon-nhaxuong-w.png) no-repeat center center;
}

.box-asset .list .item:hover .icon-chungcu {
    background: url(../images/icon-chungcu-w.png) no-repeat center center;
}

.box-asset .list .item:hover .icon-kinhdoang {
    background: url(../images/icon-kinhdoanh-w.png) no-repeat center center;
}

.box-asset .list .item:hover .icon-dientu {
    background: url(../images/icon-dientu-w.png) no-repeat center center;
}

.box-asset .list .item:hover .icon-car {
    background: url(../images/icon-car-w.png) no-repeat center center;
}

.box-asset .list .item:hover .icon-cophan {
    background: url(../images/icon-cophan-w.png) no-repeat center center;
}

.box-asset .list .title {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}

.box-asset .list .title a {
    color: #2E3A59;
}

.box-asset .list .number {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
}

.box-asset .list .item:hover .title a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .box-asset {
        padding: 60px 0 50px 0;
    }

    .box-asset .list .col-item {
        width: 33.33333%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .box-asset .list .col-item {
        width: 50%;
    }
}
