


#nhanh_nhanh .container {
    margin: 20px auto 0;

}
#nhanh_nhanh .content-box .container{
    padding-bottom: 0;
}
.content-box {
    background: white;
    padding: 50px 0;
}
.content-box * {
    text-align: center;
    font-size: 14px;
}
.content-box .col-04, .content-box .col-04, .content-box .col-06 {
    padding: 15px;
    color: #555555;
}
.content-box h3 {
    font-weight: normal;
    margin: 10px auto;
    font-size: 20px;
    text-transform: uppercase;
}
span.icon {
    color: #D65206;
    font-size: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 14px;
    display: inline-block;
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    background: #F0F0F0;
}
span.icon:before {
    font-size: 50px;
    margin-left: 0;
}

.content-box .col-04:hover span.icon {
    color: #fff !important;
    border-color: #D65206 !important;
    background: #D65206 !important;
    box-shadow: 0 0 0 3px #fff inset;
    -webkit-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}
.content-box .col-04:hover h3 {
    color: #D65206;
}
.text-left {
    text-align: left;
}
img.step-img {
    width: 300px;
    height: auto;
}