.banner_our_service.service-banner {
    height: 400px !important;
    background: url("../libs/imgs/home/banner-home.jpg")  no-repeat center center !important;
}

.service-banner-title {
    padding-top: 132px;
    width: 1200px;
    margin: 0 auto;

    h1 {
        text-align: center;
        font-size: 40px;
        line-height: 56px;
        color: #fff;
    }
}

.service-banner-desc {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;

    p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin: 0;
        font-weight: 700;
    }

    p:last-child {
        margin-top: 16px;
    }
}

.service-content {
    width: 1280px;
    margin: 0 auto;
    padding: 64px 40px;
}

.service-sub {
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
    margin-bottom: 64px;

    strong {
        font-size: 20px;
        line-height: 32px;
        display: block;
        margin-bottom: 16px;
    }

    div {
        width: 560px;
        margin-right: 80px;
    }

    li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    li::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 8px;
    }

    img {
        width: 560px;
        height: 320px;
        object-fit: contain;
    }
}

.service-sub2 {
    margin-top: 40px;
    margin-bottom: 40px;

    strong {
        font-size: 20px;
        line-height: 28px;
        display: block;
        margin-bottom: 16px;
    }

    li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    li::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 8px;
    }

    img {
        width: 560px;
        height: 320px;
        object-fit: contain;
    }
}

.service-24 {
    font-size: 24px;
    line-height: 32px;
}

.service-16 {
    font-size: 16px;
    line-height: 24px;
}

.service-item {
    margin: 16px 0 0;
    display: flex;
    gap: 6px;

    div {
        border: 1px solid #D0D0D0;
        border-radius: 4px;
        background: #F8F8F8;
        color: #1868B8;
        padding: 12px 0;
        text-align: center;
        width: 128px;
    }

    a {
        text-decoration: underline;
        cursor: pointer;
    }

    a:active, a:hover {
        color: #1868B8;
    }
}

.service-marketing {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;

    div {
        max-width: 640px;
    }

    img {
        width: 480px;
        height: 320px;
        object-fit: fill;
    }

    strong {
        font-size: 20px;
        line-height: 24px;
        display: block;
        margin-bottom: 16px;
    }

    li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
    }

    li::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 8px;
    }
}

.service-ul {
    li {
        padding-left: 20px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
    }

    li::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 8px;
    }
}

.service-reverse {
    flex-direction: row-reverse;
}

.service-sub-title {
    margin-top: 64px;
}

@media only screen and (max-width: 640px) {
    .banner_our_service.service-banner {
        height: unset !important;
    }

    .service-sub {
        flex-direction: column-reverse !important;
    }

    .service-banner-title {
        width: 100%;
        padding: 94px 16px 0;

        h1 {
            font-size: 24px;
            line-height: 32px;
        }
    }

    .service-banner-desc {
        width: 100%;
        padding: 24px 16px 0;

        p {
            font-size: 14px;
            line-height: 20px;
        }
    }

    .service-content {
        padding: 32px 16px;
        width: 100%;
    }

    .service-sub {
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 16px;

        div, img {
            width: 100%;
        }

        img {
            height: 196px;
            margin-bottom: 16px;
        }
    }

    .service-reverse {
        flex-direction: column-reverse;
    }

    .service-sub2 {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .service-item {
        flex-wrap: wrap;

        div {
            max-width: calc(45%);
            flex: 1 1 calc(45%);
        }
    }

    .service-sub-title {
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .service-marketing {
        flex-direction: column;

        img {
            width: 100%;
            height: 212px;
            margin-bottom: 16px;
        }
    }
}