/* ==========================================================================
   LDP — Tâm Anh Chăm sóc sức khỏe
   ========================================================================== */

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

/* Banner & header fallback */
#ldp-cttsk-child .cttsk-child-banner .banner {
    text-align: center;
    margin: auto;
    background-image: linear-gradient(89deg, #06258b 0%, #0b2a8d 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;
}

#ldp-cttsk-child .cttsk-child-header .title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #fb8c00;
    text-transform: uppercase;
}

#ldp-cttsk-child .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);
}

/* Body */
#ldp-cttsk-child .cttsk-child-body {
    padding: 10px 0 48px;
}

#ldp-cttsk-child .intro {
    font-size: 17px;
    color: #302F39;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 24px;
}

#ldp-cttsk-child .intro p {
    margin: 0 0 12px;
}

#ldp-cttsk-child .intro p:last-child {
    margin-bottom: 0;
}

#ldp-cttsk-child .cttsk-child-s1 {
    margin-bottom: 20px;
}

#ldp-cttsk-child h2.title {
    margin: 0 0 12px;
    color: #0041c9;
    font-weight: 700;
    font-size: 28px;
}

#ldp-cttsk-child .cttsk-child-s1 .intro {
    margin-bottom: 0px;
}

.s1_cta_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.s1_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 260px;
    padding: 10px 24px;
    border: 0;
    border-radius: 10px;
    background: #FF6606;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

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

.s1_thumb_wrap {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 5px;
    justify-items: center;
    align-items: center;
}

.s1_thumb img {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Section 2 — Tầm soát & phát hiện bệnh lý
   ========================================================================== */

.s2 {
    padding: 36px 0 48px;
    background: #0039A0;
}

.s2_head {
    margin-bottom: 24px;
}

.s2_title {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.s2_intro {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    text-align: justify;
}

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

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

.s2_box {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.s2_tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0 0 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: #006FFF #D6EBFF;
    background: #EBF6FF;
}

.s2_tabs::-webkit-scrollbar {
    height: 8px;
}

.s2_tabs::-webkit-scrollbar-track {
    margin: 0 10px;
    border-radius: 999px;
    background: #D6EBFF;
}

.s2_tabs::-webkit-scrollbar-thumb {
    border: 2px solid #D6EBFF;
    border-radius: 999px;
    background: linear-gradient(90deg, #2890FF 0%, #0039A0 100%);
    transition: background 0.2s ease;
}

.s2_tabs::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #4BA3FF 0%, #0050D4 100%);
}

.s2_tab {
    position: relative;
    flex: 1 1 0;
    /* min-width: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
    border: 0;
    background-color: transparent;
    color: #0039A0;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.2s ease;
    border-bottom: 1px solid #0039A0;
}

.s2_tab_bg {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    margin: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.2s ease;
}

.s2_tab::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #EBF6FF;
    opacity: 0.89;
    pointer-events: none;
    z-index: 1;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.s2_tab:hover:not(.is-active),
.s2_tab.is-active {
    color: #ffffff;
    border-bottom: 3px solid #0039A0;
}

.s2_tab:hover:not(.is-active)::after,
.s2_tab.is-active::after {
    background: #006FFF;
    opacity: 0.9;
}

.s2_tab:hover:not(.is-active) .s2_tab_bg,
.s2_tab.is-active .s2_tab_bg {
    opacity: 1;
}

.s2_tab_label {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 100%;
}

.s2_panels {
    padding: 24px 22px 28px;
    background: #ffffff;
}

.s2_panel {
    display: none;
}

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

@keyframes s2_fade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.s2_panel_desc p {
    margin: 0;
}

.s2_stats {
    display: grid;
    gap: 18px;
    margin-bottom: 28px;
}

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

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

.s2_stats_cols_3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.s2_stat {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

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

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

.s2_stat_text {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    min-width: 0;
}

.s2_stats_cols_3 .s2_stat_text {
    width: 100%;
}

.s2_stat_highlight {
    display: block;
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 700;
    color: #FB8C00;
}

.high {
    font-size: 28px;
    font-weight: 700;
    color: #FB8C00;
}

.s2_diseases_label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #006FFF;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.s2_diseases_label img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.s2_diseases_rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.s2_diseases_grid--cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.s2_diseases_grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.s2_diseases_grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.s2_diseases_grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.s2_diseases_grid--cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.s2_diseases_grid--cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.s2_diseases_grid--cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.s2_diseases_grid--cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.s2_diseases_grid--cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.s2_diseases_grid--cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.s2_diseases_grid--cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); }
.s2_diseases_grid--cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }

.s2_disease_card {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 54px;
    padding: 10px;
    border-radius: 10px;
    background: #EBF6FF;
}

.s2_disease_icon {
    flex: 0 0 40px;
    width: 40px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.s2_disease_label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0039A0;
}

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

    .s2_diseases_grid[class*="s2_diseases_grid--cols-"] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

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

    .s2_title {
        font-size: 24px;
    }

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

    /* Gộp mọi hàng PHP thành 1 lưới 2 cột — tránh ô trống khi hàng desktop lẻ (vd. 5 cột) */
    .s2_diseases_rows {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .s2_diseases_grid[class*="s2_diseases_grid--cols-"] {
        display: contents;
    }

    .s2_diseases_rows .s2_disease_card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .s2_tab {
        flex: 0 0 auto;
        min-width: 110px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .s2_title {
        font-size: 22px;
    }

    .s2_panels {
        padding: 18px 14px 22px;
    }

    .s2_stats_cols_3,
    .s2_stats_cols_2 {
        grid-template-columns: 1fr;
    }

    .s2_stat_highlight {
        font-size: 24px;
    }

    .s2_disease_card {
        gap: 4px;
        padding: 5px;
    }

    .s2_diseases_rows {
        gap: 4px;
    }

    .s2_stat_icon_wrap {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    .s1_btn {
        width: 100%;
        min-width: 0;
        font-size: 16px;
    }
}

/* ==========================================================================
   Section 3 — Lối sống lành mạnh & quản lý bệnh nền
   ========================================================================== */

.s3 {
    padding: 36px 0 0px;
    background: #ffffff;
}

.s3_title {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 700;
    color: #0041c9;
}

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

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

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

.s3_box {
    border-radius: 14px;
    background: #EBF6FF;
}

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

.s3_col {
    min-width: 0;
    padding: 20px 10px;
}

.s3_col_a {
    border-right: 1px solid #0039A0;
}

.s3_col_title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #0039A0;
}

.s3_col_title_orange {
    color: #FB8C00;
}

.s3a_tabs,
.s3b_tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 14px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.s3a_tabs {
    scrollbar-color: #006FFF #D6EBFF;
}

.s3b_tabs {
    scrollbar-color: #FB8C00 #FFE4C4;
}

.s3a_tabs::-webkit-scrollbar,
.s3b_tabs::-webkit-scrollbar {
    height: 8px;
}

.s3a_tabs::-webkit-scrollbar-track {
    margin: 0 8px;
    border-radius: 999px;
    background: #D6EBFF;
}

.s3b_tabs::-webkit-scrollbar-track {
    margin: 0 8px;
    border-radius: 999px;
    background: #FFE4C4;
}

.s3a_tabs::-webkit-scrollbar-thumb {
    border: 2px solid #D6EBFF;
    border-radius: 999px;
    background: linear-gradient(90deg, #2890FF 0%, #0039A0 100%);
    transition: background 0.2s ease;
}

.s3b_tabs::-webkit-scrollbar-thumb {
    border: 2px solid #FFE4C4;
    border-radius: 999px;
    background: linear-gradient(90deg, #FFA94D 0%, #E67600 100%);
    transition: background 0.2s ease;
}

.s3a_tabs::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #4BA3FF 0%, #0050D4 100%);
}

.s3b_tabs::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #FFB866 0%, #FF8C00 100%);
}

.s3a_tab{
    flex: 1 1 0;
    padding: 10px 8px;
    border: 0;
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.s3b_tab {
    flex: 1 1 0;
    padding: 10px 8px;
    border: 0;
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.s3a_tab {
    color: #0039A0;
    border-bottom: 1px solid #0039A0;
}

.s3a_tab.is-active,
.s3a_tab:hover {
    background: #B9DFFF;
    color: #0039A0;
    border-bottom: 3px solid #0039A0;
}

.s3b_tab {
    color: #FF7E00;
    border-bottom: 1px solid #FF7E00;
}

.s3b_tab.is-active,
.s3b_tab:hover {
    background: #FFE1BC;
    color: #FF7E00;
    border-bottom: 3px solid #FF7E00;
}

.s3a_panel,
.s3b_panel {
    display: none;
}

.s3a_panel.is-active,
.s3b_panel.is-active {
    display: block;
    animation: s2_fade 0.25s ease;
}

.s3a_panel_desc,
.s3b_panel_desc {
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 500;
    color: #302F39;
    text-align: justify;
    min-height: 70px;
}

.s3a_panel_desc p,
.s3b_panel_desc p {
    margin: 0;
}

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

.s3a_list_box,
.s3b_list_box {
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.s3a_list_head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #0039A0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border-bottom-right-radius: 12px;
}

.s3a_list_head img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 auto;
}

.s3a_list_items {
    margin: 0;
    padding: 12px;
    list-style: none;
}

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

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

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

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

.s3a_item_check {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

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

.s3a_item_label,
.s3b_item_label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 17px;
    font-weight: 500;
    color: #0039A0;
}


.s3a_item_label_2 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.s3a_list_head,
.s3b_list_head {
    min-height: 65px;
}

.s3b_list_head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #FB8C00;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border-bottom-right-radius: 12px;
    max-width: fit-content;

}

.s3b_list_head img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex: 0 0 auto;
}

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

.s3b_item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #EBF6FF;
}

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

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

.s3_cta_wrap {
    padding: 10px 0;
}

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

}

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

.s3_cta_icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

@media (max-width: 991px) {

    .s3_title {
        font-size: 24px;
    }

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

    .s3a_tab,
    .s3b_tab {
        flex: 0 0 auto;
        min-width: 125px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .s3_title {
        font-size: 22px;
    }


    .s3_col {
        padding: 16px 12px 20px;
    }

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

    .s3_cta {
        justify-content: flex-start;
        text-align: center;
        gap: 10px;
        padding: 10px 8px;
    }


    .s3_cta_title {
        font-size: 18px;
    }
}

/* ==========================================================================
   Section 4 — Ứng dụng công nghệ trong quản lý sức khỏe
   ========================================================================== */

.s4 {
    padding: 10px 0 15px;
    background: #ffffff;
}

.s4_title {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 700;
    color: #0041c9;
}

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

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

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

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

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

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

.s4_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: #EBF6FF;
    border-radius: 12px;
    overflow: hidden;
}

.s4_card_img img {
    display: block;
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.s4_card_body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 10px;
    padding: 14px 14px 18px;
}

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

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

.s4_card_list {
    font-size: 17px;
    /* font-weight: 500; */
    color: #302F39;
}

.s4_card_list p {
    margin: 0 0 8px;
}

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

.s4_card_list ul {
    margin: 0;
    padding-left: 18px;
}

.s4_card_list li {
    margin-bottom: 6px;
}

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

.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: 991px) {

    .s4_title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .s4_title {
        font-size: 22px;
    }



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

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