.service-item .box-content .title-content {
    display: flex;
    justify-content: space-between;
}

.service-item .box-content .title-content .price {
    color: var(--primary);
}

#mess .phone-vr-circle-fill,
#zalo-vr .phone-vr-circle-fill,
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7)
}

#mess .phone-vr-img-circle,
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3
}

#contact-vr .phone-vr-img-circle {
    background-color: #fff;
}

.box-service-cta .box-btn {
    position: relative;
    z-index: 2;
}

#menu-mobile {
    z-index: 9999;
}

.service-item {
    height: 100%;
}

@media (max-width: 996px) {
    .service-item .box-content .title-content {
        flex-direction: column;
        gap: 10px;
    }

    .home-service .service-item .box-content h4 a,
    .line-1,
    .service-item .box-content h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
    }
}

.booking .box-step .step-item .service-item.active {
    border: 1px solid var(--primary);
}

.service-item {
    position: relative;
}
.service-item .label {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    border-radius: 9999px;
    font-size: 12px;
    opacity: 0;
    transition: all ease 0.4s;
    visibility: hidden;
    padding: 5px 15px;
    display: inline-flex;

    align-items: center;
    z-index: 1;
    justify-content: center;
}
.service-item.active .label {
    opacity: 1;
    visibility: visible;
}
.service-item .label span {
    font-size: 18px;
}
.service-item>a {
    z-index: 2;
}
.service-item {
    overflow: unset;
}
.booking .box-step .step-item .service-item .box-img {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.booking .box-step .left .flatpickr-days .flatpickr-day {
    width: calc(100%/7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px !important;
    max-width: calc(100%/7 - 2px);
    margin-right: 1px;
}

 header .vuta-container .primary-btn {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
 }
@media (max-width:996px) {
    header .vuta-container .primary-btn {
        height: 36px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.blog-detail .wrapper h1 {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.blog-detail .wrapper .box-info .primary-btn {
    color: #fff !important;
}
.blog-detail .wrapper .box-info .primary-btn:hover {
    color: var(--primary) !important;
}

.home-banner {
    background-image: linear-gradient(rgba(34, 26, 17, .7), rgba(34, 26, 17, .7)), url(../images/home-banner.jpg);
    background-attachment: fixed;
    background-position: top center;
}

@media (max-width:767px) {
    .home-banner {
        background-attachment: scroll;
    }
}

.home-about .box-img img {
    height: 100%;
}

.about-4 .box-item .box-content .box-hide {
    transition: 0s;
}
.about-4 .box-item .box-content .box-hide:hover {
    transition: 0s;
}

.about-4 .box-item .box-content p {
    font-size: 18px;
}