.emc-global-header-nav-link {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 16px;
}

#emc-global-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 32px 0 rgba(86, 214, 139, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 70px;
}

.tech-bg-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.tech-circle {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(67, 178, 108, 0.1) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    animation: rotate 20s linear infinite;
}

.tech-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(67, 178, 108, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
}

.tech-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(67, 178, 108, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(67, 178, 108, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

/* Card Styles */
.leader-card-custom {
    position: relative;
    background: rgba(67, 178, 108, 0.08);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 18px 32px 32px 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    overflow: visible;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    animation: cardPulse 3s infinite;
}

@keyframes cardPulse {
    0% {
        background: rgba(67, 178, 108, 0.08);
    }

    50% {
        background: rgba(67, 178, 108, 0.12);
    }

    100% {
        background: rgba(67, 178, 108, 0.08);
    }
}

.leader-card-custom:hover {
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid #fff !important;
    box-shadow: 0 12px 48px rgba(67, 178, 108, 0.35), 0 4px 16px rgba(67, 178, 108, 0.25) !important;
    transform: translateY(-5px) !important;
}

.card-tech-border {
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    background: linear-gradient(45deg, #a7fb6c, #43b26c, #a7fb6c);
    background-size: 200% 200%;
    animation: borderRotate 3s linear infinite;
    z-index: -1;
    opacity: 0.4;
    transition: opacity 0.4s ease;
}

.leader-card-custom:hover .card-tech-border {
    opacity: 0.6;
    animation: none;
}

.card-tech-glow {
    position: absolute;
    inset: -10px;
    border-radius: 40px;
    background: radial-gradient(circle at center, rgba(67, 178, 108, 0.3) 0%, transparent 70%);
    filter: blur(20px);
    opacity: 0.6;
    transition: opacity 0.4s ease;
    animation: glowPulse 3s infinite;
}

@keyframes glowPulse {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.4;
    }
}

.leader-card-custom:hover .card-tech-glow {
    opacity: 0.4;
    animation: none;
}

.leader-expertise {
    background: rgba(67, 178, 108, 0.1);
    border-radius: 16px;
    padding: 24px;
    margin-top: 16px;
    text-align: left;
    border: 1px solid rgba(67, 178, 108, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    animation: expertisePulse 3s infinite;
}

@keyframes expertisePulse {
    0% {
        background: rgba(67, 178, 108, 0.1);
    }

    50% {
        background: rgba(67, 178, 108, 0.15);
    }

    100% {
        background: rgba(67, 178, 108, 0.1);
    }
}

.leader-card-custom:hover .leader-expertise {
    background: rgba(67, 178, 108, 0.06);
    border-color: rgba(67, 178, 108, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(67, 178, 108, 0.12);
    animation: none;
}

/* Image Styles */
.leader-image-custom {
    width: 100%;
    height: auto;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    border-bottom: 5px solid #43b26c;
    box-shadow: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.leader-card-custom:hover .leader-image-custom {
    transform: translateX(-50%) translateY(-8px);
    box-shadow: none;
    border-bottom-color: #a7fb6c;
}

.image-tech-overlay {
    width: 150px;
    height: 150px;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-tech-overlay img {
    width: 150px;
}

.leader-card-custom:hover .image-tech-overlay {
    opacity: 1;
}

/* Info Styles */
.leader-info-custom {
    text-align: center;
    margin-top: 220px;
    width: 100%;
}

.leader-role-badge {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 12px;
    font-size: 0.85em;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(67, 178, 108, 0.15);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.leader-card-custom:hover .leader-role-badge {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(67, 178, 108, 0.25);
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
}

.badge-tech-dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.gradient-text {
    font-size: 1.35em;
    font-weight: 900;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 16px;
    position: relative;
}

.text-glow {
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle at center, rgba(67, 178, 108, 0.2) 0%, transparent 70%);
    filter: blur(10px);
    z-index: -1;
}

.leader-expertise {
    background: rgba(67, 178, 108, 0.1);
    border-radius: 16px;
    padding: 24px;
    margin-top: 16px;
    text-align: left;
    border: 1px solid rgba(67, 178, 108, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.leader-card-custom:hover .leader-expertise {
    background: rgba(67, 178, 108, 0.06);
    border-color: rgba(67, 178, 108, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(67, 178, 108, 0.12);
}

.tech-icon {
    animation: iconFloat 3s ease-in-out infinite;
}

.tech-bullet {
    position: absolute;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #43b26c;
    border-radius: 50%;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
}

.leader-card-custom:hover .tech-bullet {
    background: #a7fb6c;
    animation: pulse 1.5s infinite;
}

/* Animations */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .leadership-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .leadership-card-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .tech-circle {
        width: 300px;
        height: 300px;
    }
}

.awards-timeline-modern {
    background: linear-gradient(135deg, #f8fff8 0%, #eaffea 100%) !important;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Tech Background Elements */
.awards-timeline-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(67, 178, 108, 0.3), transparent);
}

.awards-timeline-modern::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(167, 251, 108, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(67, 178, 108, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.awards-timeline-modern .section-title {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
}

.awards-timeline-modern .section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    border-radius: 2px;
}

.timeline-horizontal-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    overflow-x: unset;
    flex-wrap: nowrap;
}

.timeline-horizontal-track {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    box-shadow: 0 2px 16px rgba(167, 251, 108, 0.3);
    border-radius: 4px;
    z-index: 1;
}

.timeline-horizontal-track::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(67, 178, 108, 0.2);
    transform: translateY(-50%);
}

.timeline-horizontal-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-horizontal-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline-horizontal-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.timeline-horizontal-step {
    font-size: 1.3em;
    font-weight: 900;
    color: #43b26c;
    background: #fff;
    border: 2.5px solid #a7fb6c;
    box-shadow: 0 4px 16px #a7fb6c55;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    transition: box-shadow 0.3s, border 0.3s, color 0.3s, background 0.3s;
    letter-spacing: 0;
}

.timeline-horizontal-year {
    font-size: 2.3em;
    font-weight: 900;
    color: #43b26c;
    /* hoặc #17803a nếu muốn đậm hơn */
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    position: absolute;
    top: 20px;
    /* hoặc giữ nguyên */
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    letter-spacing: 1.5px;
    transition: color 0.3s;
    text-shadow: none !important;
}

.timeline-horizontal-item:hover .timeline-horizontal-year {
    color: #17803a;
    background: none !important;
    box-shadow: none !important;
}

.timeline-horizontal-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #43b26c;
    border-radius: 50%;
    z-index: 4;
    box-shadow: 0 0 20px rgba(167, 251, 108, 0.4), 0 2px 8px rgba(67, 178, 108, 0.2);
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.timeline-horizontal-item:hover .timeline-horizontal-dot {
    border-color: #a7fb6c;
    box-shadow: 0 0 24px rgba(167, 251, 108, 0.5), 0 4px 12px rgba(67, 178, 108, 0.3);
    transform: translateX(-50%) scale(1.1);
}

.timeline-horizontal-bottom {
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    transition: all 0.3s ease;
}

.timeline-horizontal-icon {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(67, 178, 108, 0.1);
}

.timeline-horizontal-icon svg {
    width: 36px;
    height: 36px;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(167, 251, 108, 0.3));
    transition: all 0.3s ease;
}

.timeline-horizontal-item:hover .timeline-horizontal-icon {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 178, 108, 0.15);
}

.timeline-horizontal-item:hover .timeline-horizontal-icon svg {
    filter: drop-shadow(0 4px 12px rgba(67, 178, 108, 0.4));
}

.timeline-horizontal-desc {
    font-size: 1.1em;
    color: #17803a;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 32px 32px;
    width: 260px;
    max-width: 360px;
    min-height: 160px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(67, 178, 108, 0.2);
    box-shadow: 0 4px 16px rgba(67, 178, 108, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.timeline-horizontal-desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.timeline-horizontal-item:hover .timeline-horizontal-desc {
    background: #fff;
    border-color: rgba(67, 178, 108, 0.3);
    box-shadow: 0 8px 24px rgba(67, 178, 108, 0.15);
    transform: translateY(-4px);
}

.timeline-horizontal-item:hover .timeline-horizontal-desc::before {
    opacity: 1;
}

.timeline-horizontal-desc .award-link {
    color: #43b26c;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 8px;
}

.timeline-horizontal-desc .award-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.timeline-horizontal-desc .award-link:hover {
    color: #17803a;
}

.timeline-horizontal-desc .award-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 900px) {
    .timeline-horizontal-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .timeline-horizontal-track {
        display: none;
    }

    .timeline-horizontal-item {
        width: 100%;
        max-width: 400px;
    }

    .timeline-horizontal-desc {
        min-width: 0;
        max-width: 100%;
        height: auto;
        min-height: 120px;
        padding: 20px 18px;
    }
}

@media (max-width: 600px) {
    .awards-timeline-modern .section-title {
        font-size: 36px;
    }

    .timeline-horizontal-year {
        font-size: 1.5em;
        padding: 4px 16px;
    }

    .timeline-horizontal-desc {
        font-size: 1em;
        padding: 16px 20px;
    }

    .timeline-horizontal-icon {
        padding: 8px;
    }

    .timeline-horizontal-icon svg {
        width: 28px;
        height: 28px;
    }
}

.csr-section {
    position: relative;
    overflow: hidden;
}

.csr-content {
    max-width: 1000px;
    margin: 40px auto 0;
    position: relative;
    z-index: 2;
}

.csr-text {
    position: relative;
    z-index: 2;
}

.csr-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #2d4739;
    margin-bottom: 40px;
    text-align: justify;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.csr-focus-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.csr-focus-item {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(67, 178, 108, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.csr-focus-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(67, 178, 108, 0.15);
    border-color: rgba(67, 178, 108, 0.4);
    background: rgba(255, 255, 255, 0.95);
}

.focus-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #a7fb6c 0%, #43b26c 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    margin-top: 7px;
    box-shadow: 0 4px 12px rgba(67, 178, 108, 0.2);
}

.focus-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #17803a;
    margin-bottom: 8px;
}

.focus-content p {
    font-size: 15px;
    color: #2d4739;
    line-height: 1.5;
}

.csr-actions {
    text-align: center;
    margin-top: 40px;
}

.csr-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
    color: white;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(67, 178, 108, 0.2);
}

.csr-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(67, 178, 108, 0.3);
}

.csr-btn svg {
    transition: transform 0.3s ease;
}

.csr-btn:hover svg {
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .csr-content {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .csr-intro {
        font-size: 16px;
    }

    .csr-focus-areas {
        grid-template-columns: 1fr;
    }

    .csr-focus-item {
        padding: 20px;
    }

    .focus-icon {
        width: 40px;
        height: 40px;
    }

    .focus-content h3 {
        font-size: 16px;
    }

    .focus-content p {
        font-size: 14px;
    }

    .csr-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

:root {
    /* Colors */
    --primary-color: #086924;
    --primary-light: #43b26c;
    --primary-lighter: #86e29b;
    --bg-light: #f5fcf6;
    --bg-lighter: #f0f9f1;
    --text-color: #2d4739;
    --white: #fff;

    /* Shadows */
    --shadow-sm: 0 10px 20px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 15px 30px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 20px 40px rgba(8, 105, 36, 0.12);

    /* Typography */
    --content-font-size: 18px;
    --content-line-height: 1.6;
    --heading-font-size: 52px;
    --heading-line-height: 1.1;

    /* Transitions */
    --transition-default: all 0.3s ease;
    --transition-smooth: all 0.5s cubic-bezier(.19, 1, .22, 1);

    /* Gradients */
    --gradient-primary: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    --gradient-bg: linear-gradient(135deg, #f2faf3 0%, #e0f5e3 100%);
}

/* Common Components */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: var(--heading-font-size);
    font-weight: 900;
    line-height: var(--heading-line-height);
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.section-title .highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-content {
    font-size: var(--content-font-size);
    line-height: var(--content-line-height);
    color: var(--text-color);
}

/* Common Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 900px) {
    :root {
        --heading-font-size: 42px;
        --content-font-size: 16px;
    }
}

@media (max-width: 600px) {
    :root {
        --heading-font-size: 32px;
        --content-font-size: 15px;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

/* Decorative elements */
.about-hero::before,
.leadership-section::before,
.csr-section::before,
.awards-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(134, 226, 155, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.about-hero::after,
.leadership-section::after,
.csr-section::after,
.awards-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(134, 226, 155, 0.09) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.emc-hero-modern-green {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    position: relative;
    overflow: hidden;
    padding: 40px 0 0 0;
}

.emc-hero-modern-content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    animation: fadeInUp 1.1s cubic-bezier(.19, 1, .22, 1);
}

.emc-hero-modern-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #43b26c;
    margin-bottom: 18px;
    text-transform: uppercase;
    opacity: 0.85;
}

.emc-hero-modern-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 18px;
    letter-spacing: -1px;
    color: #1a3c1a !important;
    text-align: left;
}

.emc-hero-modern-title .highlight {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.emc-hero-modern-desc.simple {
    text-align: center;
    max-width: 800px;
    margin: 1.5rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    font-size: 20px;
    color: #2d4739 !important;
    margin-bottom: 32px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.desc-emc {
    display: inline-block;
    text-align: center;
}

.desc-gradient {
    display: inline-block;
    text-align: center;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

@media (max-width: 768px) {
    .emc-hero-modern-desc.simple {
        font-size: 1rem;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .emc-hero-modern-desc.simple {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}

.emc-desc-icon {
    flex-shrink: 0;
    margin-right: 8px;
    filter: drop-shadow(0 2px 8px #a7fb6c55);
    animation: icon-bounce 2.5s infinite;
}

@keyframes icon-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.emc-hero-modern-actions {
    display: flex;
    gap: 18px;
    margin-top: 10px;
}

.emc-hero-btn {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 32px;
    padding: 12px 32px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(23, 128, 58, 0.10);
    cursor: pointer;
}

.emc-hero-btn.main {
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
    color: #fff;
    border: none;
}

.emc-hero-btn.main:hover {
    background: linear-gradient(90deg, #17803a 0%, #43b26c 100%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(23, 128, 58, 0.18);
}

.emc-hero-btn.secondary {
    background: #fff;
    color: #17803a;
    border: 2px solid #43b26c;
}

.emc-hero-btn.secondary:hover {
    background: #e0f5e3;
    color: #17803a;
}

@media (max-width: 700px) {
    .emc-hero-modern-title {
        font-size: 8vw;
    }

    .emc-hero-modern-desc {
        font-size: 4vw;
        padding: 10px 8px;
    }

    .emc-hero-modern-content {
        max-width: 98vw;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.92;
    }
}

.core-values-terrace-section {
    text-align: center;
    margin: 0 0 0 0;
}

.core-values-title {
    color: #17803a;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.core-values-desc {
    font-size: 20px;
    margin-bottom: 40px;
}

.core-values-terrace {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.core-values-terrace::before,
.core-values-terrace::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(180deg, #17803a 0%, #8bc34a 100%);
    box-shadow: 0 2px 12px rgba(23, 128, 58, 0.10);
    z-index: 1;
    transition: opacity 0.3s;
}

.core-values-terrace::before {
    left: -32px;
    width: 5px;
}

.core-values-terrace::after {
    right: -32px;
    width: 5px;
}

.core-value-box {
    background: linear-gradient(90deg, #f8fff8 60%, #e0f5e3 100%);
    border: 1.5px solid #b6e7c9;
    box-shadow: 0 8px 32px rgba(67, 178, 108, 0.10);
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(23, 128, 58, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.10);
    padding: 28px 48px;
    width: 700px;
    min-height: 90px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: transform 0.5s cubic-bezier(.19, 1, .22, 1), box-shadow 0.3s, background 0.3s, border 0.3s;
    transform-style: preserve-3d;
    background-clip: padding-box;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px) saturate(1.2);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    cursor: pointer;
    opacity: 0;
    transform: translateY(60px) scale(0.98);
    justify-content: flex-start;
}

.core-value-box.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.7s cubic-bezier(.19, 1, .22, 1), transform 0.7s cubic-bezier(.19, 1, .22, 1);
}

.core-value-box.slide-left {
    transform: translateX(-80px) scale(0.98);
    opacity: 0;
}

.core-value-box.slide-right {
    transform: translateX(80px) scale(0.98);
    opacity: 0;
}

.core-value-box.visible.slide-left,
.core-value-box.visible.slide-right {
    transform: translateX(0) scale(1);
    opacity: 1;
    transition: opacity 0.7s cubic-bezier(.19, 1, .22, 1), transform 0.7s cubic-bezier(.19, 1, .22, 1);
}

.core-value-box:hover,
.core-value-box.open {
    box-shadow: 0 24px 64px rgba(23, 128, 58, 0.18), 0 8px 32px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, rgba(139, 195, 74, 0.10) 0%, rgba(251, 192, 45, 0.10) 100%);
    border: 2px solid rgba(23, 128, 58, 0.18);
    z-index: 10;
    transform: scale(1.03) !important;
}

.core-value-box .circle {
    width: 48px;
    height: 48px;
    background: #43b26c;
    /* hoặc #17803a nếu muốn đậm hơn */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    margin-right: 16px;
    box-shadow: 0 2px 8px rgba(23, 128, 58, 0.15);
    flex-shrink: 0;
}

.core-value-icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.core-value-box .text {
    text-align: left;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 22px;
    line-height: 1.3;
    color: #17803a;
}

.core-value-detail {
    display: block;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0.98);
    min-width: 260px;
    background: rgba(255, 255, 255, 0.98);
    color: #17803a;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(23, 128, 58, 0.18), 0 2px 8px rgba(0, 0, 0, 0.10);
    padding: 18px 22px;
    font-size: 17px;
    font-weight: 400;
    z-index: 1000;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(.19, 1, .22, 1), transform 0.35s cubic-bezier(.19, 1, .22, 1);
    will-change: opacity, transform;
    filter: blur(2px);
    text-align: justify;
    white-space: pre-line;
    word-break: break-word;
}

.core-value-box:hover .core-value-detail,
.core-value-box:focus-within .core-value-detail {
    opacity: 1;
    pointer-events: auto;
    filter: blur(0);
    transform: translateY(-50%) scale(1.04);
    transition: opacity 0.45s cubic-bezier(.19, 1, .22, 1), transform 0.45s cubic-bezier(.19, 1, .22, 1), filter 0.3s;
}

.core-value-detail-toggle {
    display: none !important;
}

.core-value-box.step-1 {
    margin-left: -180px;
}

.core-value-box.step-2 {
    margin-left: -90px;
}

.core-value-box.step-3 {
    margin-left: 0;
}

.core-value-box.step-4 {
    margin-left: -90px;
}

.core-value-box.step-5 {
    margin-left: -180px;
}

.core-value-detail-decor {
    width: 54px;
    height: 5px;
    border-radius: 4px;
    margin: 0 auto 14px auto;
    background: linear-gradient(90deg, #17803a 0%, #8bc34a 100%);
    box-shadow: 0 2px 8px rgba(23, 128, 58, 0.10);
    opacity: 0.85;
}

@media (max-width: 900px) {
    .core-values-terrace {
        gap: 28px;
    }

    .core-values-terrace::before {
        left: -6px;
        width: 2.5px;
        border-radius: 2px;
    }

    .core-values-terrace::after {
        right: -6px;
        width: 2.5px;
        border-radius: 2px;
    }

    .core-value-box {
        width: 98vw;
        min-width: unset;
        font-size: 15px;
        padding: 12px 6px;
        margin-left: 0 !important;
    }

    .core-value-box .circle {
        width: 32px;
        height: 32px;
        font-size: 15px;
        margin-right: 10px;
    }

    .core-value-icon {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }

    .core-value-detail {
        left: 0;
        top: 100%;
        transform: none;
        margin-left: 0;
        margin-top: 10px;
        min-width: 200px;
    }

    .core-value-box.step-1,
    .core-value-box.step-2,
    .core-value-box.step-3,
    .core-value-box.step-4,
    .core-value-box.step-5 {
        margin-left: 0 !important;
    }
}

@media (max-width: 600px) {
    .core-values-terrace {
        gap: 18px;
    }

    .core-values-terrace::before,
    .core-values-terrace::after {
        display: none;
    }

    .core-value-box {
        min-width: 180px;
        width: 98vw;
        font-size: 13px;
        padding: 10px 4px;
    }

    .core-value-box .circle {
        width: 28px;
        height: 28px;
        font-size: 13px;
        margin-right: 8px;
    }

    .core-value-box.step-1,
    .core-value-box.step-2,
    .core-value-box.step-3,
    .core-value-box.step-4,
    .core-value-box.step-5 {
        margin-left: 0 !important;
    }
}

.csr-image img {
    width: 100%;
    /* hoặc một giá trị cố định như 600px */
    max-width: 700px;
    /* tùy theo thiết kế */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.csr-image img:hover {
    transform: scale(1.05);
}

.value-item {
    padding: 20px;
    border-radius: 12px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 128, 0, 0.15);
    /* xanh lá dịu */
    background-color: #f0fff5;
    /* nền xanh lá nhạt dịu khi hover */
}

.history-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.history-text {
    flex: 1 1 60%;
}

.history-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 128, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.history-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 128, 0, 0.2);
}

.emc-products-section {
    background: linear-gradient(135deg, #f8fff8 0%, #eaffea 100%);
    padding: 64px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.emc-ps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 32px;
    position: relative;
}

.emc-ps-left {
    flex: 1 1 45%;
    min-width: 320px;
    z-index: 2;
}

.emc-ps-title {
    font-size: 54px;
    color: #17803a;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.1;
}

.emc-ps-desc {
    font-size: 18px;
    color: #2d4739;
    margin-bottom: 32px;
    max-width: 420px;
    text-align: justify;
}

.emc-ps-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.emc-ps-feature {
    display: flex;
    align-items: center;
    min-width: 320px;
    max-width: 380px;
    width: 100%;
    background: linear-gradient(90deg, #17803a 0%, #8bc34a 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 32px;
    padding: 10px 32px 10px 18px;
    box-shadow: 0 4px 16px rgba(23, 128, 58, 0.10);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    position: relative;
}

.emc-ps-feature:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 24px rgba(23, 128, 58, 0.18);
    background: linear-gradient(90deg, #8bc34a 0%, #17803a 100%);
}

.emc-ps-feature-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #17803a;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    box-shadow: 0 2px 8px rgba(23, 128, 58, 0.10);
    flex-shrink: 0;
}

.emc-ps-website {
    margin-top: 32px;
    background: linear-gradient(90deg, #17803a 0%, #8bc34a 100%);
    border-radius: 16px 16px 0 0;
    padding: 14px 28px 10px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(23, 128, 58, 0.10);
}

.emc-ps-website-label {
    margin-right: 8px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.emc-ps-website-link {
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 500;
    transition: color 0.2s;
}

.emc-ps-website-link:hover {
    color: #fbc02d;
}

.emc-ps-right {
    flex: 1 1 55%;
    min-width: 320px;
    position: relative;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emc-ps-bubble-outline {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    animation: emc-ps-outline-rotate 8s linear infinite;
}

.emc-ps-bubble-outline-main {
    width: 320px;
    height: 320px;
    left: 0px;
    top: 60px;
    border-radius: 50%;
    border: 4px dashed #8bc34a;
    box-sizing: border-box;
    animation-duration: 16s;
}

.emc-ps-bubble-outline-express {
    width: 250px;
    height: 250px;
    left: 370px;
    top: 0px;
    border-radius: 50%;
    border: 4px solid #c6e5a0;
    box-sizing: border-box;
    animation-direction: reverse;
    animation-duration: 10s;
}

.emc-ps-bubble-outline-tonkeper {
    width: 250px;
    height: 250px;
    left: 320px;
    top: 280px;
    border-radius: 50%;
    border: 4px solid #b2d98c;
    box-sizing: border-box;
    animation-duration: 12s;
}

@keyframes emc-ps-outline-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.emc-ps-bubble-outline .emc-ps-bubble {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: auto;
    z-index: 2;
}

.emc-ps-bubble-outline-main .emc-ps-bubble {
    width: 240px;
    height: 240px;
    font-size: 38px;
    background: linear-gradient(135deg, #17803a 60%, #8bc34a 100%);
    color: #fff;
    transform: translate(-50%, -50%);
}

.emc-ps-bubble-outline-express .emc-ps-bubble {
    width: 180px;
    height: 180px;
    font-size: 28px;
    background: linear-gradient(135deg, #8bc34a 60%, #17803a 100%);
    color: #fff;
    transform: translate(-50%, -50%);
}

.emc-ps-bubble-outline-tonkeper .emc-ps-bubble {
    width: 180px;
    height: 180px;
    font-size: 28px;
    background: linear-gradient(135deg, #2d4739 60%, #17803a 100%);
    color: #fff;
    transform: translate(-50%, -50%);
}

.emc-ps-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    box-shadow: 0 8px 32px rgba(23, 128, 58, 0.13), 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.3s, background 0.3s;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    position: relative;
}

.emc-ps-bubble-label {
    display: block;
    font-size: inherit;
    text-align: center;
    padding: 0 12px;
    z-index: 3;
    pointer-events: none;
    transition: color 0.3s, transform 0.7s cubic-bezier(.19, 1, .22, 1);
    will-change: transform;
}

.emc-ps-bubble-outline-main .emc-ps-bubble-label {
    color: #fff;
}

.emc-ps-bubble-outline-express .emc-ps-bubble-label {
    color: #fff;
}

.emc-ps-bubble-outline-tonkeper .emc-ps-bubble-label {
    color: #fff;
}

.emc-ps-bubble.visible {
    opacity: 1;
    transition: opacity 0.7s cubic-bezier(.19, 1, .22, 1), box-shadow 0.7s cubic-bezier(.19, 1, .22, 1);
}

.emc-ps-bubble-outline-main .emc-ps-bubble.hovered {
    box-shadow: 0 20px 48px rgba(23, 128, 58, 0.22), 0 8px 32px rgba(0, 0, 0, 0.13);
}

.emc-ps-bubble-outline-express .emc-ps-bubble.hovered,
.emc-ps-bubble-outline-tonkeper .emc-ps-bubble.hovered {
    box-shadow: 0 20px 48px rgba(23, 128, 58, 0.22), 0 8px 32px rgba(0, 0, 0, 0.13);
}

.emc-ps-bubble-rect {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 28px;
    background: #e8f5e9;
    border-radius: 14px;
    border: 3px solid #8bc34a;
    box-shadow: 0 2px 8px rgba(23, 128, 58, 0.10);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emc-ps-bubble-rect-main {
    background: #d0f8ce;
    border-color: #8bc34a;
}

.emc-ps-bubble-rect-express {
    background: #f0fbe7;
    border-color: #c6e5a0;
}

.emc-ps-bubble-rect-tonkeper {
    background: #e3f6e8;
    border-color: #b2d98c;
}

.emc-ps-bubble-rect span {
    display: block;
    width: 100%;
    height: 100%;
}

.emc-ps-bubble-shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
    filter: blur(6px);
    animation: emc-bubble-float 4s infinite ease-in-out alternate;
}

.emc-ps-bubble-shadow-main {
    width: 320px;
    height: 320px;
    background: #8bc34a;
    animation-delay: 0s;
}

.emc-ps-bubble-shadow-express {
    width: 250px;
    height: 250px;
    background: #c6e5a0;
    animation-delay: 1.2s;
}

.emc-ps-bubble-shadow-tonkeper {
    width: 250px;
    height: 250px;
    background: #b2d98c;
    animation-delay: 2.1s;
}

@keyframes emc-bubble-float {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.18;
    }

    100% {
        transform: translate(-50%, -54%) scale(1.08);
        opacity: 0.28;
    }
}

.emc-ps-dot {
    /* ... giữ nguyên ... */
}

@media (max-width: 900px) {
    .emc-ps-bubble-outline-main {
        width: 180px;
        height: 180px;
        left: 0;
        top: 40px;
    }

    .emc-ps-bubble-outline-express {
        width: 120px;
        height: 120px;
        left: 220px;
        top: 0px;
    }

    .emc-ps-bubble-outline-tonkeper {
        width: 120px;
        height: 120px;
        left: 160px;
        top: 180px;
    }

    .emc-ps-bubble-outline-main .emc-ps-bubble {
        width: 120px;
        height: 120px;
        font-size: 18px;
    }

    .emc-ps-bubble-outline-express .emc-ps-bubble,
    .emc-ps-bubble-outline-tonkeper .emc-ps-bubble {
        width: 80px;
        height: 80px;
        font-size: 13px;
    }

    .emc-ps-bubble-rect {
        width: 38px;
        height: 14px;
        top: -7px;
        border-radius: 7px;
    }

    .emc-ps-bubble-shadow-main {
        width: 180px;
        height: 180px;
    }

    .emc-ps-bubble-shadow-express,
    .emc-ps-bubble-shadow-tonkeper {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 600px) {
    .emc-ps-bubble-outline-main {
        width: 90px;
        height: 90px;
        left: -5px;
        top: 10px;
    }

    .emc-ps-bubble-outline-express {
        width: 60px;
        height: 60px;
        left: 80px;
        top: 0px;
    }

    .emc-ps-bubble-outline-tonkeper {
        width: 60px;
        height: 60px;
        left: 45px;
        top: 60px;
    }

    .emc-ps-bubble-outline-main .emc-ps-bubble {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .emc-ps-bubble-outline-express .emc-ps-bubble,
    .emc-ps-bubble-outline-tonkeper .emc-ps-bubble {
        width: 28px;
        height: 28px;
        font-size: 8px;
    }

    .emc-ps-bubble-rect {
        width: 14px;
        height: 6px;
        top: -3px;
        border-radius: 3px;
    }

    .emc-ps-bubble-shadow-main {
        width: 90px;
        height: 90px;
    }

    .emc-ps-bubble-shadow-express,
    .emc-ps-bubble-shadow-tonkeper {
        width: 60px;
        height: 60px;
    }
}

.emc-ps-bubble-outline-main .emc-ps-bubble,
.emc-ps-bubble-outline-express .emc-ps-bubble,
.emc-ps-bubble-outline-tonkeper .emc-ps-bubble {
    transition: box-shadow 0.5s, background 0.5s, transform 1.2s cubic-bezier(.19, 1, .22, 1);
}

.emc-ps-bubble-dot {
    position: absolute;
    border-radius: 50%;
    opacity: 0.45;
    z-index: 5;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(23, 128, 58, 0.10);
    animation: emc-bubble-dot-float 4s infinite alternate;
}

.emc-ps-bubble-dot1 {
    width: 64px;
    height: 64px;
    left: 80px;
    top: -30px;
    background: #8bc34a;
    animation-delay: 0.1s;
}

.emc-ps-bubble-dot2 {
    width: 18px;
    height: 18px;
    left: 600px;
    top: -20px;
    background: #17803a;
    animation-delay: 0.7s;
}

.emc-ps-bubble-dot3 {
    width: 22px;
    height: 22px;
    left: -20px;
    top: 120px;
    background: #fbc02d;
    animation-delay: 1.1s;
}

.emc-ps-bubble-dot4 {
    width: 36px;
    height: 36px;
    left: 120px;
    top: 420px;
    background: #bdbdbd;
    animation-delay: 0.1s;
}

.emc-ps-bubble-dot5 {
    width: 20px;
    height: 20px;
    left: 600px;
    top: 500px;
    background: #b2d98c;
    animation-delay: 2.2s;
}

.emc-ps-bubble-dot6 {
    width: 16px;
    height: 16px;
    left: 600px;
    top: 600px;
    background: #c6e5a0;
    animation-delay: 2.7s;
}

@keyframes emc-bubble-dot-float {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.45;
    }

    100% {
        transform: translateY(-10px) scale(1.12);
        opacity: 0.7;
    }
}

@media (max-width: 900px) {
    .emc-ps-bubble-dot1 {
        left: 30px;
        top: 0px;
        width: 14px;
        height: 14px;
    }

    .emc-ps-bubble-dot2 {
        left: 180px;
        top: 20px;
        width: 10px;
        height: 10px;
    }

    .emc-ps-bubble-dot3 {
        left: 300px;
        top: 30px;
        width: 12px;
        height: 12px;
    }

    .emc-ps-bubble-dot4 {
        left: 40px;
        top: 160px;
        width: 8px;
        height: 8px;
    }

    .emc-ps-bubble-dot5 {
        left: 260px;
        top: 200px;
        width: 10px;
        height: 10px;
    }

    .emc-ps-bubble-dot6 {
        left: 150px;
        top: 250px;
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 600px) {
    .emc-ps-title {
        font-size: 7vw;
        line-height: 1.15;
        text-align: left;
    }

    .emc-ps-desc {
        font-size: 5vw;
        text-align: justify;
    }

    .emc-ps-feature,
    .emc-ps-website {
        width: 100%;
        min-width: unset;
        max-width: 100%;
        font-size: 5vw;
        padding: 4vw 2vw 4vw 2vw;
        border-radius: 6vw;
        box-sizing: border-box;
    }

    .emc-ps-feature-circle {
        margin-right: 3vw;
        width: 7vw;
        height: 7vw;
        font-size: 4vw;
    }

    .emc-ps-website-label {
        font-size: 5vw;
    }

    .emc-ps-website-link {
        font-size: 4vw;
        word-break: break-all;
    }

    .emc-ps-right {
        display: none !important;
    }
}

.emc-ps-bubble-main .emc-ps-bubble-label {
    font-size: 0.9em;
}

@media (max-width: 600px) {
    .emc-ps-bubble-main .emc-ps-bubble-label {
        font-size: 2.8vw !important;
    }
}

@media (max-width: 1200px) {
    .emc-ps-bubble-main .emc-ps-bubble-label {
        font-size: 2.8vw !important;
    }
}

@media (max-width: 900px) {
    .emc-ps-bubble-main .emc-ps-bubble-label {
        font-size: 1.7vw !important;
    }
}

@media (max-width: 600px) {
    .emc-ps-bubble-main .emc-ps-bubble-label {
        font-size: 2.8vw !important;
    }
}

.emc-logo {
    font-size: 120px;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 8px;
    text-align: center;
    background: linear-gradient(90deg, #a7fb6c 0%, rgba(67, 178, 108, 0.78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    filter: drop-shadow(0 0 32px #43b26c) drop-shadow(0 0 24px #a7fb6c) drop-shadow(0 0 32px #d0ffb3);

    border-radius: 24px;
    padding: 0.2em 0.7em;
    backdrop-filter: blur(8px) saturate(1.5);
    box-shadow: 0 8px 32px 0 #43b26c33;
    margin-bottom: 0.2em;
}

.emc-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
    transform: translateX(-100%);
    animation: shine-move 2.5s infinite;
}

@keyframes shine-move {
    0% {
        transform: translateX(-100%);
    }

    60% {
        transform: translateX(120%);
    }

    100% {
        transform: translateX(120%);
    }
}

.emc-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
}

.particle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #a7fb6c 0%, #43b26c 80%, transparent 100%);
    border-radius: 50%;
    opacity: 0.7;
    animation: particle-move 3s infinite alternate;
}

.particle:nth-child(2) {
    width: 8px;
    height: 8px;
    animation-delay: 1s;
}

.particle:nth-child(3) {
    width: 10px;
    height: 10px;
    animation-delay: 2s;
}

.particle:nth-child(4) {
    width: 6px;
    height: 6px;
    animation-delay: 1.5s;
}

@keyframes particle-move {
    0% {
        transform: scale(1) translateY(0);
    }

    100% {
        transform: scale(1.2) translateY(-10px);
    }
}

.emc-hero-blobs-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.emc-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    opacity: 0.38;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.5s;
}

.blob1 {
    width: 340px;
    height: 340px;
    left: -80px;
    top: -60px;
    background: #a7fb6c;
}

.blob2 {
    width: 260px;
    height: 260px;
    right: -60px;
    top: 80px;
    background: #43b26c;
    opacity: 0.28;
}

.blob3 {
    width: 180px;
    height: 180px;
    left: 40%;
    bottom: -60px;
    background: #e0f5e3;
    opacity: 0.22;
}

.blob4 {
    width: 120px;
    height: 120px;
    left: 70%;
    top: 10%;
    background: #b6e7c9;
    opacity: 0.18;
}

.blob5 {
    width: 200px;
    height: 200px;
    right: 10%;
    bottom: 0;
    background: #86e29b;
    opacity: 0.19;
}

.blob6 {
    width: 100px;
    height: 100px;
    left: 10%;
    bottom: 10%;
    background: #43b26c;
    opacity: 0.15;
}

.blob-center {
    width: 420px;
    height: 420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #a7fb6c;
    opacity: 0.18;
    filter: blur(72px);
    z-index: 0;
}

@media (max-width: 700px) {
    .blob1 {
        width: 120px;
        height: 120px;
        left: -30px;
        top: -20px;
    }

    .blob2 {
        width: 80px;
        height: 80px;
        right: -20px;
        top: 40px;
    }

    .blob3 {
        width: 60px;
        height: 60px;
        left: 50%;
        bottom: -20px;
    }

    .blob4 {
        width: 40px;
        height: 40px;
        left: 70%;
        top: 10%;
    }

    .blob5 {
        width: 60px;
        height: 60px;
        right: 10%;
        bottom: 0;
    }

    .blob6 {
        width: 30px;
        height: 30px;
        left: 10%;
        bottom: 10%;
    }

    .blob-center {
        width: 180px;
        height: 180px;
    }
}

.desc-emc {
    font-weight: 900;
    font-size: 1.08em;
    letter-spacing: 1px;
    color: #17803a;
    margin-right: 3px;
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.leadership-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 32px;
    margin-top: 40px;
}

.leader-item {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(67, 178, 108, 0.13), 0 1.5px 8px rgba(0, 0, 0, 0.08);
    padding: 38px 32px 28px 32px;
    min-width: 280px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, transform 0.3s, border 0.3s;
    position: relative;
    border: 2.5px solid transparent;
}

.leader-item:hover {
    box-shadow: 0 16px 48px rgba(67, 178, 108, 0.18), 0 4px 16px rgba(0, 0, 0, 0.10);
    transform: translateY(-8px) scale(1.04);
    border: 2.5px solid #43b26c;
}

.leader-divider {
    width: 160px;
    height: 2px;
    border-radius: 2px;
    background: rgba(67, 178, 108, 0.56);
    margin: -10px auto 10px auto;
    opacity: 0.85;
}

.leader-image {
    width: 210px;
    height: 210px;
    border-top-left-radius: 40%;
    /* Bo tròn góc trên trái */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    margin: 0 auto 22px;
    border: 4px solidrgb(112, 197, 143);
    background: #f2faf3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30%;
    /* Bo tròn góc trên trái */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /* Đảm bảo ảnh không bị bo tròn */
}

.leader-info h3 {
    font-size: 1.3em;
    font-weight: 900;
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 8px;
    text-align: center;
}

.leader-position {
    color: #888;
    font-size: 1em;
    text-align: center;
    margin-top: 2px;
}

.leadership-section .section-title.center {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.leadership-section .section-title.center::after {
    display: none;
}

.leadership-divider {
    width: 90px;
    height: 5px;
    border-radius: 3px;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    margin: 0 auto 36px auto;
    opacity: 0.8;
}

.leader-card-custom {
    margin-top: 50px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 32px rgba(67, 178, 108, 0.25), 0 2px 8px rgba(67, 178, 108, 0.15) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease !important;
}

.leader-card-custom:hover {
    background: #ffffff !important;
    box-shadow: 0 12px 48px rgba(67, 178, 108, 0.35), 0 4px 16px rgba(67, 178, 108, 0.25) !important;
    transform: translateY(-5px) !important;
}

.leader-image-custom,
.leader-image-custom img {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    width: 280px !important;
    height: 300px !important;
    display: block;
}

.leader-role-badge {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-card-custom:hover .leader-role-badge {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 178, 108, 0.25);
}

.leader-expertise {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-card-custom:hover .leader-expertise {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 178, 108, 0.15);
}

.leader-card-custom:hover .card-tech-border,
.leader-card-custom:hover .card-tech-glow {
    opacity: 0 !important;
}

/* Tên leader: gradient + viền sáng nhẹ */
.leader-info-custom h3.gradient-text {
    font-size: 1.35em;
    font-weight: 900;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 16px;
    transition: background 0.3s, text-shadow 0.3s;
}

.leader-card-custom:hover h3.gradient-text {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0 4px 16px #b6e7c9;
}

/* Vai trò: nền xanh nhạt, chữ xanh đậm, shadow nhẹ */
.leader-role-badge {
    background: linear-gradient(90deg, #e0f5e3 0%, #b6e7c9 100%);
    color: #17803a;
    font-weight: 700;
    box-shadow: 0 2px 8px #e0f5e3;
    border: none;
    transition: background 0.3s, color 0.3s;
}

.leader-card-custom:hover .leader-role-badge {
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
    color: #fff;
    box-shadow: 0 4px 16px #a7fb6c;
}

.leader-card-modern {
    background: rgba(30, 40, 60, 0.45);
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(67, 178, 108, 0.18), 0 1.5px 8px rgba(0, 255, 128, 0.10);
    border: 1.5px solid rgba(67, 178, 108, 0.25);
    backdrop-filter: blur(18px) saturate(1.5);
    transition: box-shadow 0.4s, border 0.4s, transform 0.4s;
    position: relative;
    overflow: visible;
}

.leader-card-modern:hover {
    box-shadow: 0 16px 48px #43b26c99, 0 4px 16px #43b26c55;
    border: 2.5px solid #a7fb6c;
    transform: translateY(-8px) scale(1.03);
}

.leader-card-modern .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #43b26c;
    box-shadow: 0 0 24px #a7fb6c88;
    margin: -60px auto 18px auto;
    object-fit: cover;
    background: #fff;
    transition: border 0.3s, box-shadow 0.3s;
}

.leader-card-modern:hover .avatar {
    border: 4px solid #a7fb6c;
    box-shadow: 0 0 32px #43b26c;
}

.leader-card-modern .role {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    color: #fff;
    border-radius: 12px;
    padding: 8px 20px;
    font-weight: 700;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px #43b26c33;
}

.leader-card-modern .name {
    font-size: 1.3em;
    font-weight: 900;
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.leader-card-modern .expertise {
    background: rgba(67, 178, 108, 0.08);
    border-radius: 16px;
    padding: 18px;
    margin-top: 10px;
    border: 1px solid rgba(67, 178, 108, 0.18);
    color: #fff;
    font-size: 1em;
}

.section-title.center,
.section-title.center::after,
.gradient-text {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.section-title.center::after {
    display: none !important;
}

.fade-in-up {
    border: none;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
}

.fade-in-up.visible {
    border: none;
    opacity: 1;
    transform: translateY(0);
}

.timeline-horizontal-item:hover .timeline-horizontal-step {
    background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%);
    color: #fff;
    border-color: #43b26c;
    box-shadow: 0 8px 32px #43b26c55;
}

.timeline-horizontal-item:hover .timeline-horizontal-year {
    color: #17803a;
    background: none !important;
    box-shadow: none !important;
}

body {
    padding-top: 63px !important;
}

:root {
    /* Colors */
    --primary-color: #086924;
    --primary-light: #43b26c;
    --primary-lighter: #86e29b;
    --bg-light: #f5fcf6;
    --bg-lighter: #f0f9f1;
    --text-color: #2d4739;
    --white: #fff;

    /* Shadows */
    --shadow-sm: 0 10px 20px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 15px 30px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 20px 40px rgba(8, 105, 36, 0.12);

    /* Typography */
    --content-font-size: 18px;
    --content-line-height: 1.6;
    --heading-font-size: 52px;
    --heading-line-height: 1.1;

    /* Transitions */
    --transition-default: all 0.3s ease;
    --transition-smooth: all 0.5s cubic-bezier(.19, 1, .22, 1);

    /* Gradients */
    --gradient-primary: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    --gradient-bg: linear-gradient(135deg, #f2faf3 0%, #e0f5e3 100%);
}

/* Responsive Breakpoints */
@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
        padding: 0 30px;
    }

    .emc-hero-modern-title {
        font-size: 48px;
        line-height: 1.2;
    }

    .leadership-card-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding: 0 20px;
    }

    .timeline-horizontal-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
        padding: 0 25px;
    }

    .emc-hero-modern-title {
        font-size: 42px;
    }

    .emc-hero-modern-desc.simple {
        font-size: 18px;
        max-width: 90%;
    }

    .leadership-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .timeline-horizontal-wrapper {
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }

    .timeline-horizontal-item {
        flex: 0 0 calc(50% - 25px);
    }

    .timeline-horizontal-desc {
        min-height: 180px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
        padding: 0 20px;
    }

    .emc-hero-modern-title {
        font-size: 38px;
        text-align: center;
    }

    .emc-hero-modern-desc.simple {
        font-size: 17px;
        text-align: center;
        margin: 0 auto 32px;
    }

    .emc-hero-modern-actions {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .emc-hero-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 14px 28px;
        font-size: 16px;
    }

    .core-value-box {
        width: 100%;
        padding: 25px;
        margin: 0 auto;
        max-width: 600px;
    }

    .timeline-horizontal-item {
        flex: 0 0 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .timeline-horizontal-desc {
        min-height: 160px;
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }

    .emc-hero-modern-title {
        font-size: 34px;
        padding: 0 10px;
    }

    .emc-hero-modern-desc.simple {
        font-size: 16px;
        padding: 0 15px;
    }

    .leadership-card-grid {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        gap: 22px;
        display: flex !important;
        flex-direction: column !important;
    }

    .leader-card-custom {
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto;
    }

    .leader-image-custom {
        width: 180px !important;
        height: 200px !important;
    }

    .leader-info-custom {
        margin-top: 150px;
    }

    .timeline-horizontal-desc {
        min-height: 150px;
        padding: 22px;
        width: 100%;
        max-width: 400px;
    }

    .timeline-horizontal-year {
        font-size: 2em;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 12px;
    }

    .emc-hero-modern-title {
        font-size: 30px;
        padding: 0 5px;
    }

    .emc-hero-modern-desc.simple {
        font-size: 15px;
        padding: 0 10px;
    }

    .emc-hero-modern-label {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .emc-hero-modern-actions {
        gap: 12px;
    }

    .emc-hero-btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    .leader-card-custom {
        margin-top: 35px;
        padding: 12px 15px 20px;
    }

    .leader-image-custom {
        width: 220px !important;
        height: 240px !important;
    }

    .leader-info-custom {
        margin-top: 200px;
    }

    .leader-info-custom h3.gradient-text {
        font-size: 1.25em;
        margin-bottom: 12px;
    }

    .leader-role-badge {
        font-size: 0.9em;
        padding: 6px 16px;
        margin-bottom: 12px;
    }

    .leader-expertise {
        padding: 18px;
        margin-top: 12px;
    }

    .timeline-horizontal-year {
        font-size: 1.8em;
    }

    .timeline-horizontal-desc {
        font-size: 0.95em;
        padding: 18px;
        min-height: 140px;
    }

    .timeline-horizontal-icon {
        padding: 10px;
    }

    .timeline-horizontal-icon svg {
        width: 32px;
        height: 32px;
    }
}

/* Mobile First Approach */
@media (min-width: 576px) {
    .emc-hero-modern-content {
        padding: 0 25px;
    }

    .core-value-box {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .emc-hero-modern-content {
        padding: 0 40px;
    }

    .core-value-box {
        padding: 35px;
    }
}

@media (min-width: 992px) {
    .emc-hero-modern-content {
        padding: 0 60px;
    }

    .core-value-box {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .emc-hero-modern-content {
        padding: 0 80px;
    }

    .core-value-box {
        padding: 45px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) {

    .leader-card-custom:hover,
    .core-value-box:hover,
    .timeline-horizontal-item:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .emc-hero-btn:hover {
        transform: none;
    }

    .emc-hero-btn:active {
        transform: scale(0.98);
    }
}

/* Print Styles */
@media print {

    .emc-hero-modern-green,
    .core-values-terrace-section,
    .leadership-section,
    .awards-timeline-modern {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .emc-hero-modern-title,
    .section-title {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }

    .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

/* Landscape Mode Optimizations */
@media (max-height: 600px) and (orientation: landscape) {
    .emc-hero-modern-green {
        min-height: auto;
        padding: 40px 0;
    }

    .leader-card-custom {
        margin-top: 30px;
    }

    .leader-image-custom {
        width: 200px !important;
        height: 220px !important;
    }

    .leader-info-custom {
        margin-top: 180px;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .emc-hero-modern-title,
    .section-title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {

    .emc-hero-modern-green,
    .core-values-terrace-section,
    .leadership-section,
    .awards-timeline-modern {
        background: #1a1a1a;
    }



    .emc-hero-modern-desc.simple {
        color: #e0e0e0;
    }

    .leader-card-custom {
        background: rgba(255, 255, 255, 0.05) !important;
    }
}


@media (max-width: 600px) {

    .core-values-terrace-section,
    .emc-products-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

    .core-values-terrace {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    /* Hero Section */
    .emc-hero-modern-green {
        min-height: auto;
        padding: 40px 0;
    }

    .emc-hero-modern-content {
        padding: 0 20px;
        text-align: center;
    }

    .emc-hero-modern-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .emc-hero-modern-desc.simple {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .emc-hero-modern-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .emc-hero-btn {
        width: 100%;
        padding: 12px 24px;
        font-size: 15px;
    }

    /* Core Values Section */
    .core-values-terrace-section {
        padding: 40px 0;
    }

    .core-value-box {
        width: 100%;
        padding: 20px;
        margin: 0 auto 20px;
        font-size: 16px;
    }

    .core-value-box .circle {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .core-value-box .text {
        font-size: 16px;
    }

    /* Leadership Section */
    .leadership-card-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15px;
    }

    .leader-card-custom {
        margin-top: 30px;
        padding: 15px;
    }

    .leader-image-custom {
        width: 200px !important;
        height: 220px !important;
    }

    .leader-info-custom {
        margin-top: 160px;
    }

    .leader-info-custom h3.gradient-text {
        font-size: 1.2em;
    }

    .leader-role-badge {
        font-size: 0.9em;
        padding: 6px 16px;
    }

    .leader-expertise {
        padding: 15px;
        font-size: 0.9em;
    }

    /* Awards Timeline */
    .timeline-horizontal-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .timeline-horizontal-item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .timeline-horizontal-desc {
        min-height: auto;
        padding: 20px;
        font-size: 0.9em;
    }

    .timeline-horizontal-year {
        font-size: 1.8em;
    }

    /* Products Section */
    .emc-ps-container {
        flex-direction: column;
        padding: 0 20px;
    }

    .emc-ps-left {
        width: 100%;
        text-align: center;
    }

    .emc-ps-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .emc-ps-desc {
        font-size: 16px;
        margin: 0 auto 24px;
    }

    .emc-ps-features {
        align-items: center;
    }

    .emc-ps-feature {
        width: 100%;
        max-width: 320px;
        font-size: 15px;
        padding: 10px 20px;
    }

    .emc-ps-feature-circle {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .emc-hero-modern-title {
        font-size: 28px;
    }

    .emc-hero-modern-desc.simple {
        font-size: 15px;
    }

    .core-value-box {
        padding: 15px;
        font-size: 15px;
    }

    .leader-card-custom {
        padding: 12px;
    }

    .leader-image-custom {
        width: 180px !important;
        height: 200px !important;
    }

    .leader-info-custom {
        margin-top: 140px;
    }

    .timeline-horizontal-desc {
        padding: 15px;
        font-size: 0.85em;
    }

    .emc-ps-title {
        font-size: 28px;
    }

    .emc-ps-desc {
        font-size: 15px;
    }

    .emc-ps-feature {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) {

    .leader-card-custom:hover,
    .core-value-box:hover,
    .timeline-horizontal-item:hover,
    .emc-ps-feature:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .emc-hero-btn:active {
        transform: scale(0.98);
    }
}

/* Landscape Mode */
@media (max-height: 500px) and (orientation: landscape) {
    .emc-hero-modern-green {
        min-height: auto;
        padding: 30px 0;
    }

    .leader-card-custom {
        margin-top: 20px;
    }

    .leader-image-custom {
        width: 160px !important;
        height: 180px !important;
    }

    .leader-info-custom {
        margin-top: 120px;
    }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .emc-hero-modern-title,
    .section-title,
    .leader-info-custom h3.gradient-text {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {

    .emc-hero-modern-green,
    .core-values-terrace-section,
    .leadership-section,
    .awards-timeline-modern {
        background: #1a1a1a;
    }



    .emc-hero-modern-desc.simple {
        color: #e0e0e0;
    }

    .leader-card-custom {
        background: rgba(255, 255, 255, 0.05) !important;
    }

    .core-value-box {
        background: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    .timeline-horizontal-desc {
        background: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
}

.back-to-top-btn {
    display: none !important;
}

.leadership-section {
    min-height: auto;
    padding: 0;
    position: relative;
    overflow: visible;
}

.leadership-card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Adjusted for better responsiveness */
    gap: 10px;
    padding: 0 20px;
    margin-top: 40px;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* Remove specific grid column assignments */
.leadership-card-grid .leader-card-custom:nth-child(1) {
    grid-column: auto;
    /* Reset grid column */
}

.leadership-card-grid .leader-card-custom:nth-child(2) {
    grid-column: auto;
    /* Reset grid column */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .leadership-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        /* Adjusted minmax */
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .leadership-card-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        padding: 0 10px;
        /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    .leadership-card-grid {
        gap: 20px;
        /* Adjust gap for very small screens */
        padding: 0 5px;
        /* Further adjust padding */
    }

    .leader-card-custom {
        max-width: 300px;
        /* Limit card width */
    }
}

.leader-card-custom {
    margin-top: 20px;
    min-height: 320px;
    padding: 10px 16px 20px 16px;
    width: 100%;
    /* Đảm bảo card không vượt quá cột */
    max-width: 340px;
    /* Có thể thêm nếu muốn card không quá to */
    margin-left: auto;
    /* Căn giữa card trong cột */
    margin-right: auto;
}

.leader-image-custom,
.leader-image-custom img {
    width: 200px !important;
    height: 200px !important;
}

.leader-info-custom {
    margin-top: 100px;
}

.leadership-card-grid {
    gap: 18px;
    padding: 0 8px;
}

@media (max-width: 768px) {
    .leader-card-custom {
        margin-top: 12px;
        min-height: 220px;
        padding: 6px 6px 12px 6px;
    }

    .leader-image-custom,
    .leader-image-custom img {
        width: 110px !important;
        height: 120px !important;
    }

    .leader-info-custom {
        margin-top: 70px;
    }

    .leadership-card-grid {
        gap: 10px;
        padding: 0 2px;
    }
}

html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    position: relative;
    z-index: 1;
    height: auto !important;
    overflow-y: hidden;
    width: 100%;
    max-width: 100vw;
}

@media (max-width: 600px) {
    .leadership-title-mobile {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .leadership-title-mobile .title-left,
    .leadership-title-mobile .gradient-text {
        font-size: 8vw !important;
        line-height: 1.1 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .leadership-title-mobile .gradient-text {
        margin-top: -8px !important;
    }
}

@media (max-width: 600px) {

    .section-title,
    .section-title.center,
    .emc-ps-title,
    .leadership-title-mobile {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 8px !important;
        line-height: 1.15 !important;
    }

    /* Tiêu đề phụ gradient phía dưới */
    .section-title .gradient-text,
    .emc-ps-title .gradient-text,
    .leadership-title-mobile .gradient-text {
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 8vw !important;
        line-height: 1.1 !important;
        padding: 0 !important;
    }

    /* Tiêu đề chính */
    .section-title .title-left,
    .emc-ps-title span:first-child,
    .leadership-title-mobile .title-left {
        display: block !important;
        font-size: 8vw !important;
        font-weight: 900 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        line-height: 1.1 !important;
    }

    /* Mô tả section */
    .core-values-desc,
    .emc-ps-desc,
    .leadership-desc {
        text-align: center !important;
        margin: 0 auto 12px auto !important;
        font-size: 4vw !important;
        max-width: 95vw !important;
        padding: 0 !important;
        line-height: 1.5 !important;
    }

    /* Đảm bảo các section sát nhau */
    .core-values-terrace-section,
    .emc-products-section {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        margin-bottom: 0 !important;
    }

    html.dark-theme .timeline-horizontal-item {
        border: none !important;
    }

    html.dark-theme .timeline-horizontal-item .visible {
        border: none !important;
    }

    html.dark-theme .container {
        border: none !important;
    }
}

@media (max-width: 600px) {
    .leadership-card-grid {
        gap: 28px !important;
        padding: 0 2px;
    }
}

@media (max-width: 768px) {
    .leadership-card-grid {
        gap: 48px !important;
        /* hoặc lớn hơn nếu cần, ví dụ 56px */
    }
}

@media (max-width: 480px) {
    .leadership-card-grid {
        gap: 56px !important;
    }
}

@media (max-width: 768px) {
    .leader-card-custom {
        margin-top: 60px !important;
    }
}

@media (max-width: 480px) {
    .leader-card-custom {
        margin-top: 50px !important;
    }
}

@media (max-width: 600px) {
    .leader-info-custom {
        margin-top: 10px !important;
        /* hoặc nhỏ hơn nữa nếu muốn sát hơn */
    }
}

@media (max-width: 480px) {
    .leader-info-custom {
        margin-top: 0px !important;
    }
}

@media (max-width: 600px) {
    .leader-info-custom {
        margin-top: 20px !important;
        /* hoặc 24px nếu muốn xa hơn chút */
    }
}

@media (max-width: 480px) {
    .leader-info-custom {
        margin-top: 16px !important;
    }
}

@media (max-width: 600px) {
    .core-values-terrace-section {
        padding-bottom: 70px !important;
    }

    .core-value-box:last-child {
        margin-bottom: 60px !important;
    }
}

html.dark-theme body .emc-hero-btn.main {
    border: 1px solid #43b26c;
    color: #fff;
    /* Removed !important */
    background: none;
    /* Removed !important */
}

html.dark-theme body .my-dark-detail {
    border: 1px solid #43b26c;
    background-color: #000000 !important;
}

html.dark-theme body .core-value-detail {
    background: #000 !important;
}

html.dark-theme body .emc-hero-btn.main:hover,
html.dark-theme body .emc-hero-btn.main:focus {
    border: 1px solid #43b26c;
    color: #12601a !important;
    /* Keep !important here if this specific hover effect is desired */
    box-shadow: 0 8px 32px rgba(67, 178, 108, 0.3);
}

html.dark-theme body .leadership-card-grid {
    border: none !important;
    box-shadow: none !important;
}

html.dark-theme body .gradient-text {
    color: white !important;
}

html.dark-theme section {
    border: none !important;
    background: none !important;
}

html.dark-theme .awards-timeline-modern {
    border: none !important;
}

html.dark-theme .timeline-horizontal-item {
    border: none !important;
    box-shadow: none !important;
}

html.dark-theme .timeline-horizontal-item.visible {
    border: none !important;
    box-shadow: none !important;
}

html.dark-theme .timeline-horizontal-bottom {
    border: none !important;
    box-shadow: none !important;
}

html.dark-theme .container {
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 1400px) {
    .emc-hero-modern-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .emc-hero-modern-title {
        text-align: center;
    }

    .emc-hero-modern-desc.simple {
        text-align: center;
        max-width: 800px;
        margin: 1.5rem auto;
    }

    .emc-hero-modern-actions {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .emc-hero-modern-content {
        padding: 0 15px;
    }

    .emc-hero-modern-actions {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .emc-hero-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .emc-hero-modern-content {
        padding: 0 10px;
    }
}

@media (max-width: 912px) {
    .emc-ps-right {
        display: none !important;
    }

    .emc-ps-container {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .emc-ps-left {
        max-width: 600px !important;
        margin: 0 auto !important;
    }

    .emc-ps-desc {
        max-width: 100% !important;
        text-align: center !important;
        margin: 0 auto 32px !important;
        padding: 0 20px !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .emc-ps-features {
        align-items: center !important;
    }

    .emc-ps-feature {
        margin: 0 auto !important;
    }

    .emc-ps-website {
        margin: 32px auto 0 !important;
    }
}

@media (max-width: 600px) {
    .emc-ps-title {
        font-size: 7vw;
        line-height: 1.15;
        text-align: left;
    }
}

@media (max-width: 360px) {
    body .emc-products-section .emc-ps-container {
        padding: 0 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        min-width: 100px !important;
    }

    body .emc-products-section .emc-ps-left {
        max-width: 100% !important;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        min-width: 100px !important;
    }

    body .emc-products-section .emc-ps-title {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
        text-align: center !important;
        width: 100% !important;
        padding: 0 !important;
        min-width: 100px !important;
    }

    body .emc-products-section .emc-ps-desc {
        font-size: 14px !important;
        line-height: 1.4 !important;
        padding: 0 10px !important;
        margin: 0 auto 24px !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-width: 100px !important;
    }

    body .emc-products-section .emc-ps-features {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        min-width: 100px !important;
    }

    body .emc-products-section .emc-ps-feature {
        font-size: 14px !important;
        padding: 8px 16px !important;
        min-width: 100px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 8px !important;
        box-sizing: border-box !important;
    }

    body .emc-products-section .emc-ps-feature-circle {
        width: 24px !important;
        height: 24px !important;
        font-size: 14px !important;
        margin-right: 12px !important;
        flex-shrink: 0 !important;
    }

    body .emc-products-section .emc-ps-website {
        font-size: 14px !important;
        padding: 10px 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 32px auto 0 !important;
        box-sizing: border-box !important;
        min-width: 100px !important;
    }

    body .emc-products-section .emc-ps-website-label {
        font-size: 14px !important;
        white-space: nowrap !important;
    }

    body .emc-products-section .emc-ps-website-link {
        font-size: 13px !important;
        word-break: break-all !important;
    }
}

@media (min-width: 913px) and (max-width: 1250px) {
    .emc-ps-container {
        padding: 0 30px !important;
        gap: 20px !important;
        margin-left: 20px !important;
    }

    .emc-ps-left {
        flex: 1 1 40% !important;
        min-width: 280px !important;
        padding-left: 20px !important;
    }

    .emc-ps-right {
        flex: 1 1 60% !important;
        min-width: 320px !important;
        height: 480px !important;
        margin-left: 20px !important;
    }

    .emc-ps-title {
        font-size: 42px !important;
        margin-left: 10px !important;
    }

    .emc-ps-desc {
        font-size: 16px !important;
        max-width: 380px !important;
        margin-left: 10px !important;
    }

    .emc-ps-feature {
        font-size: 16px !important;
        padding: 8px 24px !important;
        min-width: 280px !important;
        margin-left: 10px !important;
    }

    .emc-ps-bubble-outline-main {
        width: 280px !important;
        height: 280px !important;
        left: 10px !important;
        top: 40px !important;
    }

    .emc-ps-bubble-outline-express {
        width: 200px !important;
        height: 200px !important;
        left: 300px !important;
        top: 0 !important;
    }

    .emc-ps-bubble-outline-tonkeper {
        width: 200px !important;
        height: 200px !important;
        left: 280px !important;
        top: 240px !important;
    }
}

@media (min-width: 1400px) {
    .emc-hero-modern-green {
        min-height: calc(100vh - 80px);
        padding: 60px 0;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }

    .emc-hero-modern-content {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .emc-hero-modern-label {
        text-align: center;
        margin: 0 auto 20px;
        display: inline-block;
    }

    .emc-hero-modern-title {
        font-size: 4.5rem;
        line-height: 1.2;
        margin: 0 auto 30px;
        max-width: 900px;
        text-align: center;
    }

    .emc-hero-modern-desc.simple {
        font-size: 1.4rem;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto 40px;
        text-align: center;
    }

    .emc-hero-modern-actions {
        display: flex;
        gap: 20px;
        margin: 40px auto 0;
        justify-content: center;
    }
}