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

/* ==========================================================================
   Banner
   ========================================================================== */

#ldp-ttts .ttts-banner__img {
    text-align: center;
    background: linear-gradient(180deg, #d8eeff 0%, #9fd4ff 100%);
}

#ldp-ttts .ttts-banner__img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#ldp-ttts .ttts-banner__title {
    margin: 0;
    padding: 36px 0;
    color: #FF7E00;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

#ldp-ttts .ttts-banner__title.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ==========================================================================
   Tab navigation — độ tuổi
   ========================================================================== */

#ldp-ttts .ttts-tabs-nav-sentinel {
    height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    visibility: hidden;
}

#ldp-ttts .ttts-tabs-nav-placeholder {
    display: block;
    height: 0;
}

#ldp-ttts .ttts-tabs-nav {
    position: relative;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #e3edf8;
    box-shadow: 0 4px 14px rgba(0, 57, 160, 0.06);
}

#ldp-ttts .ttts-tabs-nav.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 6px 20px rgba(0, 57, 160, 0.12);
}

#ldp-ttts .ttts-tabs-nav__wrap {
    position: relative;
}

#ldp-ttts .ttts-tabs-nav__scroll {
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 111, 255, 0.45) transparent;
    justify-content: space-around;
}

#ldp-ttts .ttts-tabs-nav__scroll::-webkit-scrollbar {
    height: 6px;
}

#ldp-ttts .ttts-tabs-nav__scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 111, 255, 0.35);
    border-radius: 999px;
}

#ldp-ttts .ttts-tabs-nav__scroll::-webkit-scrollbar-track {
    background: transparent;
}

#ldp-ttts .ttts-tabs-nav__item {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 16px 12px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #006FFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    scroll-snap-align: start;
}

#ldp-ttts .ttts-tabs-nav__item:hover,
#ldp-ttts .ttts-tabs-nav__item:focus {
    color: #0039A0;
    outline: none;
}

#ldp-ttts .ttts-tabs-nav__item.is-active {
    color: #0039A0;
    border-bottom-color: #0039A0;
}

#ldp-ttts .ttts-tab-panels {
    background: #ffffff;
}

#ldp-ttts .ttts-tab-panel {
    display: none;
}

#ldp-ttts .ttts-tab-panel.is-active {
    display: block;
}

/* ==========================================================================
   Content sections
   ========================================================================== */

#ldp-ttts .ttts-sections {
    background: #ffffff;
}

#ldp-ttts .ttts-section {
    padding: 0px;
}


#ldp-ttts .ttts-section__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#ldp-ttts .ttts-section__title {
    flex: 1 1 auto;
    margin: 0;
    color: #0039A0;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

#ldp-ttts .ttts-section__more {
    flex: 0 0 auto;
    margin-top: 4px;
    color: #FF7E00;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

#ldp-ttts .ttts-section__more:hover,
#ldp-ttts .ttts-section__more:focus {
    color: #e65100;
    text-decoration: underline;
}

/* Section chuyên gia — nền xanh */
#ldp-ttts .ttts-section--expert {
    padding-top: 0;
    /* background: #EBF6FF; */
}


#ldp-ttts .ttts-section--expert .ttts-section__head {
    display: inline-block;
    padding: 10px 55px 10px 15px;
    background: linear-gradient(357deg, #006FFF 0%, #006FFF 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    clip-path: polygon(0px 0px, 334px -4px, 86.87% -9.57%, calc(100% - 14px) 100%, 0px 100%, 0px 50%);
}

#ldp-ttts .ttts-section--expert .ttts-section__title {
    color: #ffffff;
}

#ldp-ttts .ttts-section--expert .ttts-section__more {
    color: #ffffff;
}

#ldp-ttts .ttts-section--expert .ttts-section__more:hover,
#ldp-ttts .ttts-section--expert .ttts-section__more:focus {
    color: #ffe0b2;
}

/* ==========================================================================
   Card carousel
   ========================================================================== */

#ldp-ttts .ttts-section__slider-wrap {
    position: relative;
    border-bottom: 1px solid #0039A0;
    padding-bottom: 25px;
}

#ldp-ttts .ttts-section__slider .slick-slide {
    height: auto;
}

#ldp-ttts .ttts-section__slide {
    height: 100%;
    padding: 0 8px;
}

#ldp-ttts .ttts-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
    color: inherit;
}

#ldp-ttts a.ttts-card:hover,
#ldp-ttts a.ttts-card:focus {
    text-decoration: none;
    color: inherit;
}

#ldp-ttts .ttts-card__media {
    position: relative;
    overflow: hidden;
    background: #f0f6ff;
    margin-bottom: 12px;
}

#ldp-ttts .ttts-card__media img {
    display: block;
    width: 100%;
    height: 100%;
}

#ldp-ttts .ttts-card__title {
    margin: 0;
    color: #302F39;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

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

#ldp-ttts .ttts-section__slider-wrap .slick-prev {
    left: -4px;
}

#ldp-ttts .ttts-section__slider-wrap .slick-next {
    right: -4px;
}

#ldp-ttts .ttts-section__slider-wrap .slick-prev span,
#ldp-ttts .ttts-section__slider-wrap .slick-next span {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    opacity: 1;
}

#ldp-ttts .ttts-section__slider-wrap .slick-next span {
    transform: rotate(135deg);
    right: 15px;
    top: 15px;
}

#ldp-ttts .ttts-section__slider-wrap .slick-prev span {
    transform: rotate(-45deg);
    left: 15px;
    top: 15px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {
    #ldp-ttts .ttts-section__head {
        flex-direction: column;
        align-items: flex-start;
    }

    #ldp-ttts .ttts-section__more {
        margin-top: 0;
    }
}

@media (max-width: 575px) {

    #ldp-ttts .ttts-tabs-nav__item {
        font-size: 13px;
        padding: 14px 8px;
    }
}