/* Section Van de */
.sc-problem .lists-content .col-inner,
.sc-problem .lists-content .row {
    height: 100%;
}

.sc-problem .lists-content .row .col>.col-inner {
    padding: 24px 10px 16px !important;
}

.sc-problem .lists-content .col {
    padding-left: 12px;
    padding-right: 12px;
}

.sc-problem .text-quote .col-inner .col {
    text-align: center;
}

.sc-problem .text-quote .col-inner {
    color: #2b5a9e;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    max-width: 860px;
    margin: 24px auto;
    position: relative;
    padding: 0 45px;
}

.sc-problem .text-quote .col-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    background-color: currentColor;
    transform: rotate(180deg);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.sc-problem .text-quote .col-inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.1em;
    width: 0.8em;
    height: 0.8em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.sc-problem h3 {
    font-size: 15px;
}

/* DICH VU */
.sc-services .col-content .row .col .col-inner {
    transform: translateY(0);
    transition: all 0.3s ease;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 8%);
    overflow: hidden;
}

.sc-services .box-text-inner h3,
.sc-services .box-text-inner h4 {
    font-size: 15px;
    margin-bottom: 10px
}

.sc-services .box-text-inner a {
    color: var(--fs-color-primary);
}

.sc-services .col-content .row .col .col-inner:hover {
    transform: translateY(-6px);
    transition: all 0.3s ease;
}

/* DỊCH VỤ + VÌ SAO */
.sc-services-why .col-left ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    border-radius: 8px;
    overflow: hidden;
}

.sc-services-why .col-left ul li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: 1px solid #ffffff;
    line-height: 1.5;
    margin-left: 0;
    transition: background-color 0.2s ease;
    font-size: 15px;
}

.sc-services-why .col-left ul li:last-child {
    border-bottom: none;
}

.sc-services-why .col-left ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='248' fill='%231b74e4'/%3E%3Cpath d='M227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* QUY TRINH */
.sc-process .col>.col-inner {
    background-color: transparent !important;
}

.sc-process .col.line-gr>.col-inner {
    background-color: #ffffff !important;
}

@media(max-width: 768px) {
    .sc-problem .text-quote .col-inner {
        font-size: 17px;
        line-height: 1.4;
        max-width: 100%;
        margin: 12px auto;
        padding: 0 20px;
    }

    .sc-services .col-content {
        padding-bottom: 0;
    }

    .sc-services .col-content .col {
        padding: 0 10px 15px;
    }

    .sc-services-why .col-right {
        padding-bottom: 0;
    }
}