.header {
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: #040404;
}
/* ----- Breadcrumb (Light) ----- */
.breadcrumb_nav {
    background: #f8f9fc;
    padding: 24px 20px 14px;
    margin-top: 125px;
    border-bottom: 1px solid #e9edf4;
}
.breadcrumb_nav .cont {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
}
.breadcrumb_nav .path-page a {
    color: #2d3748;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    transition: color 0.2s;
}
.breadcrumb_nav .path-page a:hover {
    color: #16A249;
}
.breadcrumb_nav .path-page.mainpg .titnowrap {
    color: #16A249;
    font-weight: 500;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    /* display: inline-block; */
}
.breadcrumb_nav .icn {
    color: #9aa2b5;
    font-size: 0.75rem;
    display: inline-flex;
}

/* ----- Main Section (Light) ----- */
.section-all {
    background: #f8f9fc;
    padding: 40px 0 80px;
    font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
}
.container-bx {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ----- Article Card ----- */
.article {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 48px 48px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef2f7;
}

/* ----- Content Header ----- */
.content-header {
    margin-bottom: 28px;
}
.category-type {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #16A249;
    background: rgba(22, 162, 73, 0.08);
    padding: 4px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.main-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: #1a1a2e;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.details-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.details-bar .tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #7a7f8f;
}
.details-bar .tag .icn-shield {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.header-bottom {
    margin-top: 8px;
}

/* ----- Video Embed ----- */
.video-embed-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin: 12px 0 24px;
}
.video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: none;
}

/* ----- Content Body (TinyMCE output) ----- */
.content-main {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #1e293b;
    margin: 24px 0 32px;
}
.content-main h2,
.content-main h3,
.content-main h4 {
    color: #1a1a2e;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
}
.content-main p {
    margin-bottom: 1.2em;
}
.content-main a {
    color: #16A249;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border 0.2s;
}
.content-main a:hover {
    border-bottom-color: #16A249;
}
.content-main ul,
.content-main ol {
    margin: 0 0 1.2em 1.5em;
}
.content-main li {
    margin-bottom: 0.4em;
}

/* ----- Related Videos ----- */
.bottom-article {
    margin-top: 40px;
    border-top: 1px solid #eef2f7;
    padding-top: 32px;
}
.related-blogs {
    margin-bottom: 32px;
}
.related-blogs .section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 20px;
}
.related-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.related.bx {
    background: #fafbfc;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9edf4;
    transition: transform 0.2s, box-shadow 0.2s;
}
.related.bx:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(22, 162, 73, 0.08);
    border-color: #16A249;
}
.related.bx a {
    text-decoration: none;
    display: block;
}
.related-img {
    height: 120px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.rel-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.25s;
}
.related.bx:hover .rel-play-icon {
    opacity: 1;
}
.related-content {
    padding: 14px 16px 18px;
}
.related-b-title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.related-b-title .arrow-b-related {
    font-size: 1.1rem;
    color: #16A249;
    transition: transform 0.2s;
}
.related.bx:hover .arrow-b-related {
    transform: translateX(4px);
}

/* ----- "View more videos" button ----- */
.rowcenter {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.lnk-viewmore {
    font-size: 1rem;
    padding: 10px 28px;
    border-radius: 40px;
    background: linear-gradient(135deg, #16A249, #0f7a3a);
    color: #fff;
    border: none;
    transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 16px rgba(22, 162, 73, 0.2);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lnk-viewmore:hover {
    background: linear-gradient(135deg, #0f7a3a, #0b5f2e);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(22, 162, 73, 0.3);
    color: #fff;
}
.pad-brk-big {
    height: 20px;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
    .article {
        padding: 28px 20px 32px;
    }
    .main-title {
        font-size: 1.6rem;
    }
    .content-main {
        font-size: 0.98rem;
    }
    .related-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .breadcrumb_nav .path-page.mainpg .titnowrap {
        max-width: 120px;
    }
}
@media (max-width: 480px) {
    .article {
        padding: 20px 16px 24px;
    }
    .main-title {
        font-size: 1.3rem;
    }
    .related-list {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .related-img {
        height: 100px;
    }
    .related-b-title {
        font-size: 0.8rem;
    }
    .lnk-viewmore {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    .breadcrumb_nav .path-page a,
    .breadcrumb_nav .path-page.mainpg .titnowrap {
        font-size: 0.75rem;
    }
}



/* MU */
body.mu .breadcrumb_nav{
    width: 100%;
    background: transparent;
    margin-top: 0px;
    border-color:  transparent;

    border: 1px solid #ffffff21;
    border-radius: 12px;
}
body.mu .breadcrumb_nav .path-page a{
    color: #aeaeae;
}
body.mu .section-all{
    background: transparent;
}
body.mu .container-bx{
    width: 100%;
    max-width: 100%;
}
body.mu .article{
    border-color: #ffffff21;
    background: transparent;
}
body.mu .content-main h2, .content-main h3, .content-main h4{
    color: #aeaeae;
}
body.mu .bottom-article,
body.mu hr{
    border-color: #ffffff21;
}
body.mu .container-bx{
    padding: 0px;
}
body.mu .hero-wrappar{
    padding-right: 20px;
    padding-left: 20px;
}
body.mu .related.bx{
    background: linear-gradient(45deg, #040b09, #0b4a23);
    border: 1px solid #333;
}
.related-b-title{
    color: #fff;
}
