/*Front Main*/
@media screen and (max-width: 768px) {
    .front-main .title-1 {
        font-size: 40px !important;
    }

    .front-main .title-2 {
        font-size: 12px !important;
    }

    .front-main .main-btn {
        width: 128px !important;
        height: 40px !important;
    }

    .front-main .main-btn span {
        font-size: 12px;
    }
}

/*Front Logo*/
.marquee-content .item-box {
    display: inline-block;
    min-width: max-content; /* hoặc fit-content */
}

.marquee-content .item-box img {
    width: auto;
}

/*Front Service*/
.icon-box-number {
    padding: 0 !important;
}

.icon-box-number .box-image {
    margin-bottom: 0 !important;
    max-height: 123px;
    border-radius: 16px 16px 0 0;
    overflow-y: hidden;
}

.icon-box-number img {
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 100%;
    object-fit: cover;
    margin-top: -40px;
}

.box-col {
    background-color: #FCFBF9;
    max-height: 100%;
}

.box-content {
    padding: 16px 8px;
}

.txt-title {
    margin-bottom: 0 !important;
}

.txt-des {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.d-block {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .footer-ss1 {
        display: block !important;
    }

    .footer-ss1 .title-main {
        font-size: 16px !important;
        margin-bottom: 24px !important;
    }

    .footer-ss1 .cta-group {
        gap: 16px !important;
    }

    .footer-ss1 .cta-group a.btn-1, .footer-ss1 .cta-group a.btn-2 {
        width: 128px !important;
        height: 40px !important;
        border-radius: 2.43px !important;
    }

    .footer-ss1 .cta-group a span {
        font-size: 12px !important;
    }
}

