.navbar-service {
    background: #f0f0f0;
    border: solid 1px #eaeaea;
    height: 58px;
}
.btn-cpm { 
    background: #6f42c1; 
    color: #fff; 
    border-radius: 4px;
    padding: 7.9px 20px;
}
.btn-cpm:hover { background: #52289d; color: #fff; }
.service-content { 
    min-height: calc(100vh - 114px);
    margin-top: 12px;
}
.call-center {
    width: 294px;
    border-radius: 4px;
}
.form-category .input-group, .form-category input { height: 50px; }
.category-flex { margin-top: 65px; }
.category-flex.nav-tabs { border-bottom: none; }
.box-category {
    height: 128px;
    width: 220px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    margin-right: 20px;
    color: #324148;
}
.box-category:last-child { margin-right: 0; }
.box-category.active { border: 1px solid #6f42c1; color: #6f42c1; }