﻿
.action-button {
    text-align: center;
    margin-top: 40px;
}

    .action-button button {
        background-color: #00c851;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
        font-size: 1.5rem;
        font-weight: 600;
        transition: all .5s;
    }

        .action-button button:hover {
            opacity: .85;
        }

.sell-benefit
{
    padding-top:40px;
    padding-bottom:40px;
}
 h2{
    font-weight:600;
    margin-bottom:20px;
}

    .sell-benefit .feature-box h5{
        font-weight:600;
        padding:10px 0;
    }

/*css cho phần ngành nghề*/
.sell-expands ul li {
    padding: 12px 8px 11px;
    border-top: 1px solid #ccc;
    font-weight: 520;
    color: #15171a;
}


.category-header{
    font-size:1.2rem;
    font-weight:600;
    padding-bottom:12px;
}

.icon-expands {
    color: #0070F4;
    font-size: 2.5rem;
    background-color: #f0f1f3;
    border-radius: 16px;
    padding: 5px 30px;
    margin-bottom: 10px;
}