#ldp-cttsk-child {
    font-family: 'Barlow', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
    color: #302F39;
}

#ldp-cttsk-child .cttsk-child-banner .banner {
    text-align: center;
    margin: auto;
    background-image:linear-gradient(90deg, #1855df 0%, #112f74 30%, #0f2f7f 50%, #133790 70%, #002274 100%);
}

#ldp-cttsk-child .cttsk-child-banner .banner img {
    width: auto;
    height: auto;
}

#ldp-cttsk-child .cttsk-child-header {
    padding: 36px 0 28px;
    text-align: center;
    background: #0039a0;
}
.cttsk-child-nav{
    background: #ffffff;
    padding: 10px 0;
}
#ldp-cttsk-child .cttsk-child-nav-item .cttsk-child-nav-item__inner{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Section 1 — Tuổi dậy thì
   ========================================================================== */

.s1 {
    padding: 28px 0 40px;
    background-color: #EBF6FF;
}

.s1_intro,
.s1_body {
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s1_intro p,
.s1_body p {
    margin: 0 0 12px;
}

.s1_intro p:last-child,
.s1_body p:last-child {
    margin-bottom: 0;
}

.s1_intro {
    margin-bottom: 24px;
}

.s1_stage {
    margin-bottom: 28px;
}

.s1_ribbon {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font: inherit;
}

.s1_ribbon span {
    display: inline-block;
    padding: 10px 34px;
    background: #0039A0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    clip-path: polygon(0px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%, 0 50%);
    border-left: 8px solid #FF7E00;
}

.s1_subtitle {
    margin: 0 0 14px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s1_body {
    margin-bottom: 22px;
}

.s1_issues {
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.s1_issues_head {
    padding: 12px 16px;
    background: #FB8C00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.s1_issues_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 12px;
    padding: 18px 12px 20px;
}

.s1_issue_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-align: center;
}

.s1_issue_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}

.s1_issue_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s1_issue_label {
    margin: 0;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

.s1_products_title {
    margin: 0 0 18px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s1_products_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.s1_product {
    display: flex;
    align-items: stretch;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s1_product_visual {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    background: #f7fbff;
}

.s1_product_visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.s1_product_body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 16px 16px 18px;
}

.s1_product_name {
    margin: 0;
    color: #0039A0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.s1_product_desc {
    margin: 0;
    flex: 1 1 auto;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

a.s1_product_btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: #0039A0;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.s1_product_btn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
}

@media (max-width: 1199px) {
    .s1_issues_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .s1_products_grid {
        grid-template-columns: 1fr;
    }

    .s1_product_visual {
        flex-basis: 42%;
        max-width: 42%;
    }
}

@media (max-width: 767px) {
    .s1 {
        padding: 20px 0 28px;
    }

    .s1_intro,
    .s1_body {
        font-size: 16px;
    }

    .s1_ribbon span {
        font-size: 18px;
        padding: 9px 24px;
    }

    .s1_subtitle,
    .s1_products_title {
        font-size: 16px;
    }

    .s1_issues_head {
        font-size: 15px;
    }

    .s1_issues_grid {
        gap: 12px 8px;
        padding: 14px 8px 16px;
    }

    .s1_issue_icon {
        width: 64px;
        height: 64px;
    }

    .s1_issue_label {
        font-size: 14px;
    }

    .s1_product {
        flex-direction: column;
    }

    .s1_product_visual {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .s1_product_body {
        padding: 14px 14px 16px;
    }

    .s1_product_name {
        font-size: 20px;
    }
}

/* ==========================================================================
   Section 2 — Tiền hôn nhân
   ========================================================================== */

.s2 {
    padding: 32px 0 40px;
    background: #CDE8FF;
}

.s2_top {
    margin-bottom: 28px;
}

.s2_top--has_issues {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 20px 24px;
    align-items: start;
}

.s2_body {
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s2_body p {
    margin: 0 0 12px;
}

.s2_body p:last-child {
    margin-bottom: 0;
}

.s2_ribbon {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font: inherit;
}

.s2_ribbon span {
    display: inline-block;
    padding: 10px 34px;
    background: #0039A0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    clip-path: polygon(0px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%, 0 50%);
    border-left: 8px solid #FF7E00;
}

.s2_subtitle {
    margin: 0 0 14px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s2_issues {
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s2_issues_head {
    padding: 12px 16px;
    background: #FB8C00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.s2_issues_cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s2_issues_col {
    padding: 14px 12px 16px;
}

.s2_issues_col--men {
    border-right: 1px solid #D6E8F8;
}

.s2_issues_col_title {
    margin: 0 0 12px;
    color: #0039A0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.s2_issues_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
}

.s2_issue_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.s2_issue_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

.s2_issue_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s2_issue_label {
    margin: 0;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

.s2_products_title {
    margin: 0 0 18px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
}

.s2_products_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.s2_product {
    display: flex;
    align-items: stretch;
    min-width: 0;
    min-height: 188px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 57, 160, 0.1);
}

.s2_product_visual {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}

.s2_product_visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.s2_product_body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 12px 12px 14px;
    background: #ffffff;
}

.s2_product_name {
    margin: 0;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.s2_product_desc {
    margin: 0;
    flex: 1 1 auto;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

a.s2_product_btn {
    align-self: flex-start;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    padding: 8px 14px;
    border: 0;
    border-radius: 6px;
    background: #0039A0;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.s2_product_btn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
}

@media (max-width: 1199px) {
    .s2_top--has_issues {
        grid-template-columns: 1fr;
    }

    .s2_products_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .s2_product {
        min-height: 176px;
    }
}

@media (max-width: 991px) {
    .s2_products_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .s2_product {
        min-height: 0;
    }

    .s2_product_visual {
        flex-basis: 44%;
        max-width: 44%;
    }
}

@media (max-width: 767px) {
    .s2 {
        padding: 24px 0 28px;
    }

    .s2_ribbon span {
        font-size: 18px;
        padding: 9px 24px;
    }

    .s2_subtitle,
    .s2_products_title {
        font-size: 18px;
    }

    .s2_body {
        font-size: 16px;
    }

    .s2_issues_head {
        font-size: 15px;
    }

    .s2_issues_cols {
        grid-template-columns: 1fr;
    }

    .s2_issues_col--men {
        border-right: 0;
        border-bottom: 1px solid #D6E8F8;
    }

    .s2_product {
        flex-direction: column;
    }

    .s2_product_visual {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        min-height: 160px;
    }


    .s2_product_body {
        padding: 14px 14px 16px;
    }

    .s2_product_name {
        font-size: 18px;
    }

    .s2_product_desc {
        font-size: 14px;
    }
}

/* ==========================================================================
   Section 3 — Tuổi trưởng thành (+ box/tab styles dùng cho section 4–6)
   ========================================================================== */

.s3 {
    padding: 32px 0 40px;
    background-color: #EBF6FF;
}

.s3_top {
    margin-bottom: 28px;
}

.s3_top--has_issues {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 20px 24px;
    align-items: start;
}

.s3_body {
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s3_body p {
    margin: 0 0 12px;
}

.s3_body p:last-child {
    margin-bottom: 0;
}

.s3_subtitle {
    margin: 0 0 14px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s3_issues {
    border-radius: 12px;
    overflow: hidden;
    background: #EBF6FF;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s3_issues_head {
    padding: 12px 16px;
    background: #FB8C00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.s3_issues_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 12px;
    padding: 16px 12px 18px;
    background-color: #ffffff;
}

.s3_issue_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.s3_issue_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

.s3_issue_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s3_issue_label {
    margin: 0;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

.s3_products {
    margin-top: 4px;
}

.s3_products_title {
    margin: 0 0 18px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s3_slider_wrap {
    position: relative;
    /* padding: 0 28px; */
}

.s3_products_slider .slick-slide {
    height: auto;
}

.s3_product_slide {
    height: 100%;
    padding: 0 7px;
}

.s3_product {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s3_product_visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #f7fbff;
}

.s3_product_visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.s3_product_body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 14px 14px 16px;
}

.s3_product_name {
    margin: 0;
    color: #0039A0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.s3_product_desc {
    margin: 0;
    flex: 1 1 auto;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

a.s3_product_btn {
    align-self: flex-start;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 9px 16px;
    border: 0;
    border-radius: 8px;
    background: #0039A0;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.s3_product_btn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
}

.s3_slider_wrap .slick-prev,
.s3_slider_wrap .slick-next {
    width: 40px;
    height: 40px;
    z-index: 3;
    background: #006FFF;
    border-radius: 50%;
    opacity: 1;
}

.s3_slider_wrap .slick-prev {
    left: -8px;
}

.s3_slider_wrap .slick-next {
    right: -8px;
}

.s3_slider_wrap .slick-prev span,
.s3_slider_wrap .slick-next span {
    border-color: #ffffff;
    opacity: 1;
}

.s3_slider_wrap .slick-next span {
    transform: rotate(135deg);
    right: 16px;
    top: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

.s3_slider_wrap .slick-prev span {
    transform: rotate(-45deg);
    left: 16px;
    top: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

@media (max-width: 1199px) {
    .s3_top--has_issues {
        grid-template-columns: 1fr;
    }

    .s3_issues_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .s3 {
        padding: 24px 0 28px;
    }

    .s3_subtitle,
    .s3_products_title {
        font-size: 18px;
    }

    .s3_body {
        font-size: 16px;
    }

    .s3_issues_head {
        font-size: 15px;
    }

    .s3_issues_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 8px;
        padding: 14px 8px 16px;
    }


    .s3_slider_wrap .slick-prev {
        left: -4px;
    }

    .s3_slider_wrap .slick-next {
        right: -4px;
    }
}

/* --- Section 4–6: box/tab (legacy s3_* components) --- */

.s3_ribbon {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    font: inherit;
}

.s3_ribbon span {
    display: inline-block;
    padding: 10px 34px;
    background: #0039A0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    clip-path: polygon(0px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%, 0 50%);
    border-left: 8px solid #FF7E00;
}

.s3_intro {
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s3_intro p {
    margin: 0 0 12px;
}

.s3_intro p:last-child {
    margin-bottom: 0;
}

.s3_box {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s3_tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0px;
    margin: 0;
    /* padding: 12px 12px 0; */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #006FFF #E6F0FF;
    background: #ffffff;
}

.s3_tabs::-webkit-scrollbar {
    height: 6px;
}

.s3_tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(0, 57, 160, 0.35);
}

.s3_tab {
    flex: 1 1 0;
    min-width: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 108px;
    padding: 12px 8px 14px;
    border: 0;
    background: #EBF6FF;
    color: #0039A0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    border-bottom: 1px solid #0039a0;
}

.s3_tab:hover:not(.is-active),
.s3_tab.is-active {
    background: #0039A0;
    color: #ffffff;
}

.s3_tab_icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_tab_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s3_tab_label {
    display: block;
    width: 100%;
}

.s3_panels {
    padding: 18px 16px 20px;
    background: #E6F0FF;
}

.s3_panel {
    display: none;
}

.s3_panel.is-active {
    display: block;
    animation: s2_fade 0.25s ease;
}

.s3_panel_desc {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s3_panel_desc p {
    margin: 0 0 10px;
}

.s3_panel_desc p:last-child {
    margin-bottom: 0;
}

/* Lưới 12 cột — mỗi hộp set cols: 12 full | 6 nửa | 4 1/3 | 3 1/4 */
.s3_boxes {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
}

.s3_boxes_group_title {
    grid-column: span 12;
    margin: 4px 0 2px;
    padding: 0;
    border: 0;
    color: #0039A0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

.s3_box {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.s3_box--span-1 { grid-column: span 1; }
.s3_box--span-2 { grid-column: span 2; }
.s3_box--span-3 { grid-column: span 3; }
.s3_box--span-4 { grid-column: span 4; }
.s3_box--span-5 { grid-column: span 5; }
.s3_box--span-6 { grid-column: span 6; }
.s3_box--span-7 { grid-column: span 7; }
.s3_box--span-8 { grid-column: span 8; }
.s3_box--span-9 { grid-column: span 9; }
.s3_box--span-10 { grid-column: span 10; }
.s3_box--span-11 { grid-column: span 11; }
.s3_box--span-12 { grid-column: span 12; }

.s3_box_head {
    padding: 12px 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.s3_box_desc {
    padding: 12px 14px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #302F39;
    text-align: justify;
}

.s3_box_desc p {
    margin: 0 0 10px;
}

.s3_box_desc p:last-child {
    margin-bottom: 0;
}

.s3_box_desc + .s3_box_list {
    padding-top: 10px;
}

.s3_box_warn .s3_box_head {
    background: #FB8C00;
}

.s3_box_warn  {
    background: #FFF4E8;
}

.s3_box_action .s3_box_head {
    background: #2890FF;
}

.s3_box_action {
    background: #F3F9FF;
}

.s3_box_note .s3_box_head {
    background: #0039A0;
}

.s3_box_note  {
    background: #F3F9FF;
}

.s3_box_list {
    margin: 0;
    padding: 14px 14px 16px;
    list-style: none;
}

.s3_box_list_bullet {
    padding-left: 28px;
    list-style: disc;
}

.s3_box_list_bullet li {
    margin-bottom: 8px;
}

.s3_box_list_bullet li:last-child {
    margin-bottom: 0;
}

.s3_box_list_check li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
}

.s3_box_list_check li:last-child {
    margin-bottom: 0;
}

.s3_box_list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #302F39;
}

.s3_item_check {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: #006FFF;
    padding: 5px;
    border-radius: 5px;
}

.s3_item_check img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s3_item_text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #302F39;
}

.s3_cta_wrap {
    margin-top: 20px;
}

.s3_cta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 16px 24px;
    border-radius: 10px;
    background: #FB8C00;
    color: #ffffff;
    text-decoration: none;
}

.s3_cta:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.95;
}

.s3_cta_icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.s3_cta_body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.s3_cta_title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.s3_cta_subtext {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .s3_box--span-1,
    .s3_box--span-2,
    .s3_box--span-3,
    .s3_box--span-4,
    .s3_box--span-5,
    .s3_box--span-6,
    .s3_box--span-7,
    .s3_box--span-8,
    .s3_box--span-9,
    .s3_box--span-10,
    .s3_box--span-11 {
        grid-column: span 12;
    }

    .s3_ribbon span {
        font-size: 18px;
        padding: 9px 26px;
    }
}

@media (max-width: 767px) {
    .s3 {
        padding-bottom: 28px;
    }

    .s3_ribbon span {
        font-size: 15px;
        padding: 8px 20px;
    }

    .s3_intro,
    .s3_panel_desc,
    .s3_boxes_group_title {
        font-size: 16px;
    }

    .s3_tab {
        min-width: 180px;
        min-height: 76px;
        font-size: 17px;
    }

    .s3_tab_icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .s3_box_head {
        font-size: 15px;
    }

    .s3_box_list li,
    .s3_item_text {
        font-size: 15px;
    }
}

/* ==========================================================================
   Section 4 — Tuổi trung niên
   ========================================================================== */

.s4 {
    padding: 32px 0 40px;
    background: #CDE8FF;
}

.s4_intro {
    /* max-width: 640px; */
    margin-bottom: 24px;
}

.s4_body {
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s4_body p {
    margin: 0 0 12px;
}

.s4_body p:last-child {
    margin-bottom: 0;
}

.s4_ribbon {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font: inherit;
}

.s4_ribbon span {
    display: inline-block;
    padding: 10px 34px;
    background: #0039A0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    clip-path: polygon(0px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%, 0 50%);
    border-left: 8px solid #FF7E00;
}

.s4_subtitle {
    margin: 0 0 14px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s4_issues {
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    background: #EBF6FF;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s4_issues_head {
    padding: 12px 16px;
    background: #FB8C00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.s4_issues_cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #EBF6FF;
}

.s4_issues_col {
    padding: 16px 14px 18px;
    background: #fff;
}

.s4_issues_col--women {
    border-right: 1px solid #B8D4EF;
}

.s4_issues_col_title {
    margin: 0 0 12px;
    color: #0039A0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.s4_issues_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
}

.s4_issue_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.s4_issue_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.s4_issue_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s4_issue_label {
    margin: 0;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

.s4_products {
    margin-top: 8px;
}

.s4_products_title {
    margin: 0 0 18px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s4_slider_wrap {
    position: relative;
}

.s4_products_slider .slick-slide {
    height: auto;
}

.s4_product_slide {
    height: 100%;
    padding: 0 7px;
}

.s4_product {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s4_product_visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #f7fbff;
}

.s4_product_visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.s4_product_body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 14px 14px 16px;
}

.s4_product_name {
    margin: 0;
    color: #0039A0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.s4_product_desc {
    margin: 0;
    flex: 1 1 auto;
    color: #0039A0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

a.s4_product_btn {
    align-self: stretch;
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: #0039A0;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.s4_product_btn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
}

.s4_slider_wrap .slick-prev,
.s4_slider_wrap .slick-next {
    width: 40px;
    height: 40px;
    z-index: 3;
    background: #006FFF;
    border-radius: 50%;
    opacity: 1;
}

.s4_slider_wrap .slick-prev {
    left: -8px;
}

.s4_slider_wrap .slick-next {
    right: -8px;
}

.s4_slider_wrap .slick-prev span,
.s4_slider_wrap .slick-next span {
    border-color: #ffffff;
    opacity: 1;
}

.s4_slider_wrap .slick-next span {
    transform: rotate(135deg);
    right: 16px;
    top: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

.s4_slider_wrap .slick-prev span {
    transform: rotate(-45deg);
    left: 16px;
    top: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

@media (max-width: 1199px) {
    .s4_intro {
        max-width: 100%;
    }

    .s4_issues_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .s4 {
        padding: 24px 0 28px;
    }

    .s4_ribbon span {
        font-size: 18px;
        padding: 9px 24px;
    }

    .s4_subtitle,
    .s4_products_title {
        font-size: 18px;
    }

    .s4_body {
        font-size: 16px;
    }

    .s4_issues_head {
        font-size: 15px;
    }

    .s4_issues_cols {
        grid-template-columns: 1fr;
    }

    .s4_issues_col--women {
        border-right: 0;
        border-bottom: 1px solid #B8D4EF;
    }

    .s4_issues_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 8px;
    }

    .s4_slider_wrap {
        padding: 0 22px;
    }

    .s4_slider_wrap .slick-prev {
        left: -4px;
    }

    .s4_slider_wrap .slick-next {
        right: -4px;
    }
}

/* ==========================================================================
   Section 5 — Người cao tuổi
   ========================================================================== */

.s5 {
    padding: 32px 0 40px;
    background: #EBF6FF;
}

.s5_intro {
    /* max-width: 640px; */
    margin-bottom: 24px;
}

.s5_ribbon {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font: inherit;
}

.s5_ribbon span {
    display: inline-block;
    padding: 10px 34px;
    background: #0039A0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    clip-path: polygon(0px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0px 100%, 0 50%);
    border-left: 8px solid #FF7E00;
}

.s5_subtitle {
    margin: 0 0 14px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s5_body {
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s5_body p {
    margin: 0 0 12px;
}

.s5_body p:last-child {
    margin-bottom: 0;
}

.s5_issues {
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s5_issues_head {
    padding: 12px 16px;
    background: #FB8C00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.s5_issues_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 12px;
    padding: 16px 14px 18px;
    background: #ffffff;
}

.s5_issue_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.s5_issue_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}

.s5_issue_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s5_issue_label {
    margin: 0;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
}

.s5_products {
    margin-top: 8px;
    margin-bottom: 24px;
}

.s5_products_title {
    margin: 0 0 18px;
    color: #0039A0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.s5_slider_wrap {
    position: relative;
    /* padding: 0 28px; */
}

.s5_products_slider .slick-slide {
    height: auto;
}

.s5_product_slide {
    height: 100%;
    padding: 0 7px;
}

.s5_product {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 57, 160, 0.08);
}

.s5_product_visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #f7fbff;
}

.s5_product_visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.s5_product_body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 14px 14px 16px;
}

.s5_product_name {
    margin: 0;
    color: #0039A0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.s5_product_desc {
    margin: 0;
    flex: 1 1 auto;
    color: #0039A0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

a.s5_product_btn {
    align-self: stretch;
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: #0039A0;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.s5_product_btn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
}

.s5_slider_wrap .slick-prev,
.s5_slider_wrap .slick-next {
    width: 40px;
    height: 40px;
    z-index: 3;
    background: #006FFF;
    border-radius: 50%;
    opacity: 1;
}

.s5_slider_wrap .slick-prev {
    left: -8px;
}

.s5_slider_wrap .slick-next {
    right: -8px;
}

.s5_slider_wrap .slick-prev span,
.s5_slider_wrap .slick-next span {
    border-color: #ffffff;
    opacity: 1;
}

.s5_slider_wrap .slick-next span {
    transform: rotate(135deg);
    right: 16px;
    top: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

.s5_slider_wrap .slick-prev span {
    transform: rotate(-45deg);
    left: 16px;
    top: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 1px;
}

.s5_footer {
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
}

.s5_footer p {
    margin: 0 0 12px;
}

.s5_footer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .s5_intro {
        max-width: 100%;
    }

    .s5_issues_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .s5 {
        padding: 24px 0 28px;
    }

    .s5_ribbon span {
        font-size: 18px;
        padding: 9px 24px;
    }

    .s5_subtitle,
    .s5_products_title {
        font-size: 18px;
    }

    .s5_body,
    .s5_footer {
        font-size: 16px;
    }

    .s5_issues_head {
        font-size: 15px;
    }

    .s5_issues_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 8px;
        padding: 14px 10px 16px;
    }

    .s5_slider_wrap {
        padding: 0 22px;
    }

    .s5_slider_wrap .slick-prev {
        left: -4px;
    }

    .s5_slider_wrap .slick-next {
        right: -4px;
    }
}

/* ==========================================================================
   Section 6 — Hiểu lầm & hỗ trợ trầm cảm
   ========================================================================== */

.s6 {
    padding: 30px 0 40px;
}




.s6_desc
{
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #0039A0;
    text-align: justify;
}

.s6_desc p,
.s6_intro p {
    margin: 0 0 12px;
}

.s6_desc p:last-child,
.s6_intro p:last-child {
    margin-bottom: 0;
}
