.head-box-service {
    margin: 0 auto;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.head-box-service .head-item {
    border: 2px solid #FFF;
    flex: 0 0 50%;
    text-align: center;
    padding: 15px 0px;
    color: #444;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.head-box-service .head-item.left {
    border-top-left-radius: 30px;
}

.head-box-service .head-item.right {
    border-top-right-radius: 30px;
}

.head-box-service .head-item.active {
    background: var(--main-color);
}

.content-menu-list .head-tab {
    overflow-x: auto;
    justify-content: space-between;
    margin: 0px 10px;
}

.slide-price .item .title {
    height: 114px;
    background: var(--main-color);
    color: #202222;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    font-family: "Montserrat-Bold";
}

.service-item-box {
    position: relative;
}
.btn-choose{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.content-menu-list .items-head{
    cursor: pointer;
}
@media (min-width: 900px) {
    .content-menu-list .items-head {
        flex: 0 0 25%;
        max-width: 25%;
    }
}