.box-home-detail-checkbia {
    background: rgba(222, 227, 243, 0.5);
    border: 1px solid #2541B2;
    border-radius: 5px;
    padding: 38.5px 16px;
    height: 100%;
}

.box-home-detail-checkbia .txt-detail-main{
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #383938;
}

.bt-home-filter {
    background: #2541B2;
    border-radius: 5px;
    height: calc(1.639em + 0.75rem + 2px);
    border: 1px solid #2541B2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-home-filter span {
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    margin-left: 10px;
}

.bt-home-filter .svg-car-detail-all {
    width: 16px;
    height: 16px;
}

.gap-custom-sort {
    gap: 10px;
}

@media (max-width: 767px) {
    .gap-custom-sort {
        gap: 8px;
    }

    .gap-custom-sort-2 {
        gap: 4px;
    }

}

@media (max-width: 500px) {
    .box-home-detail-checkbia {
        padding: 16px;
    }
    .box-home-detail-checkbia .txt-detail-main{
        font-size: 18px;
    }
}