.tv-giap-phap-section {
    position: relative;
    overflow: hidden;
}

.tv-giap-phap-section .section-bg img.bg {
  width: auto !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;

  transform: translateY(-50%) !important;

  object-fit: unset !important;
  object-position: right center !important;
}

.tv-giap-phap-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 72%, #fff 100%);
    z-index: 0;
}

.hero {
    position: relative;
    z-index: 1;
}

.hero .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--primary-dark);
    background: var(--primary-soft);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h1 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 16px 0 12px;
}

.hero h1 span {
    color: var(--primary);
}

.hero p {
    font-size: 18px;
    line-height: 1.18;
    font-weight: 800;
    margin-bottom: 28px;
}

.check-list {
    display: grid;
    gap: 13px;
    list-style: none;
    color: #3d4a5a;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.check-list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero .check-list li {
    margin: 0;
}

.check-list li i {
    font-size: 18px;
    color: var(--primary);
}


/* -------------benefit---------------- */
.section-17788294850401870 .benefit {
    grid-template-columns: repeat(6, 1fr);
}

/* ------------section-03---------------- */
.section-03 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #ffe0cf;
    border-radius: 14px;
    background: var(--panel);
    box-shadow: 0 12px 32px rgba(26, 38, 56, 0.08);
}

.section-03 article {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 16px;
    padding: 18px;
    border-right: 1px solid var(--line);
}

.section-03 article:last-child {
    border-right: none;
}

.section-03 article>div {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 50px;
}

.section-03 div>i {
    color: var(--primary-dark);
    font-size: 36px;
    line-height: 1;
}

.section-03 div span {
    display: block;
    color: #7b8494;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.section-03 div h3 {
    margin-top: 8px;
    color: #172033;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-03 img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: inset 0 0 0 1px rgba(20, 31, 48, 0.04);
}

.section-03 ul {
    display: grid;
    align-content: start;
    gap: 9px;
    list-style: none;
}

.section-03 li {
    color: #485466;
    font-size: 13px;
    line-height: 1.45;
    display: flex;
    gap: 10px;
}

.section-03 li i {
    font-size: 18px;
    color: var(--primary-dark);
}

.section-03 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 8px;
    min-width: 160px;
    min-height: 36px;
    padding: 0 18px;
    border: 2px solid #ffb394;
    border-radius: 6px;
    color: #ff5b12;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.section-03 a i {
    font-size: 16px;
    line-height: 1;
}

.section-03 a:hover {
    border-color: var(--primary-dark);
    background: var(--primary-dark);
    color: #fff;
}

/* -------------process-list------------ */
.section-17787327337239390 .process-list {
    grid-template-columns: repeat(6, 1fr);
}


/* -------------section-05----------- */
.section-05 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
    align-items: start;
}

.section-05>div {
    display: grid;
    gap: 10px;
    text-align: center;
}

.section-05>div>div {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(26, 38, 56, 0.12);
}

.section-05 div div img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.section-05 p {
    text-transform: uppercase;
    color: #243244;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

/* -----slider----------------- */
.section-17787327337256951 .row .col {
    padding-bottom: 0;
}


/* ----------------bottom-cta---------------- */
.cta {
    display: flex;
    gap: 24px;
    padding: 26px 58px;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--radius-md);
    color: var(--white);
    background: linear-gradient(135deg, var(--primary), #ff4d00);
    box-shadow: var(--shadow);
}

.cta>div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cta>div span {
    display: grid;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 2px solid var(--line);
    border-radius: 50%;
    font-size: 34px;
}

.cta>div:first-child span i {
    color: var(--white);
}

.cta>div:first-child h3 {
    color: var(--white);
    font-size: clamp(18px, 2vw, 24px);
    text-transform: uppercase;
    margin: 0;
}

.cta>div p {
    font-size: 15px;
    margin: 0;
}

.cta>div:last-child div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.cta>div:last-child strong {
    display: block;
    font-size: clamp(20px, 2vw, 34px);
    line-height: 1;
}


@media (max-width: 1280px) {
    .tv-giap-phap-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 68%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
	
}


@media (max-width: 1024px) {
    .section-03 {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-03 article:nth-child(3) {
        border-right: none;
    }

    /*  */
    .section-17787327337239390 .process-list {
        grid-template-columns: repeat(3, 1fr);
    }

    /*  */
    .section-05 {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    /*  */
    .cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px;
    }

    /*  */
    .section-17788294850401870 .benefit {
        grid-template-columns: repeat(3, 1fr);
    }

}



@media (max-width: 860px) {
    .benefit {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit .card:nth-child(2),
    .benefit .card:nth-child(4) {
        border-right: none;
    }

    /*  */
    .section-03 {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-03 article:nth-child(2),
    .section-03 article:nth-child(4) {
        border-right: none;
    }

    /*  */
    .section-17787327337239390 .process-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /*  */
    .section-05 {
        grid-template-columns: repeat(2, 1fr);
    }

    /*  */
    .section-17788294850401870 .benefit {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 560px) {
	    .tv-giap-phap-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0.3) 100%);
    z-index: 1;
}
	
    .benefit {
        grid-template-columns: 1fr;
    }

    .benefit .card:not(:last-child) {
        border-bottom: 1px solid var(--line);
    }

    /*  */
    .section-03 {
        grid-template-columns: 1fr;
    }


    .section-03 article,
    .section-03 article:nth-child(3) {
        border-right: none;
    }

    .section-03 article:not(:last-child) {
        border-bottom: 1px solid var(--line);
    }

    /*  */
    .section-17787327337239390 .process-list {
        grid-template-columns: 1fr;
    }

    /*  */
    .section-05 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /*  */
    .cta>div:last-child div {
        flex-direction: column;
    }

  }