﻿.thapmuoi-content {
    padding: 0 !important;
}

.thapmuoi-footer {
    margin-top: 0 !important;
}

.thapmuoi-breadcrumb-wrapper {
    margin: 0 0 20px 0;
    padding-top: 20px;
}

.thapmuoi-breadcrumb {
    padding: 6px 14px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    display: inline-flex;
    border: 1px solid rgba(11,61,145,0.08);
    font-size: 0.8rem;
}

    .thapmuoi-breadcrumb ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .thapmuoi-breadcrumb li {
        display: flex;
        align-items: center;
        color: var(--thapmuoi-text-muted);
        font-size: 0.8rem;
    }

        .thapmuoi-breadcrumb li a {
            color: var(--thapmuoi-blue);
            text-decoration: none;
            font-weight: 500;
            padding: 3px 6px;
            border-radius: 20px;
            transition: var(--thapmuoi-transition);
            background: rgba(11,61,145,0.02);
            font-size: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 2px;
        }

            .thapmuoi-breadcrumb li a:hover {
                background: var(--thapmuoi-blue);
                color: white;
            }

                .thapmuoi-breadcrumb li a:hover i {
                    color: white !important;
                    opacity: 1 !important;
                }

        .thapmuoi-breadcrumb li i {
            margin: 0 2px;
            color: var(--thapmuoi-blue);
            font-size: 0.65rem;
            opacity: 0.4;
            transition: var(--thapmuoi-transition);
        }

        .thapmuoi-breadcrumb li:last-child {
            color: var(--thapmuoi-red);
            font-weight: 500;
            background: rgba(230,57,70,0.04);
            padding: 3px 10px;
            border-radius: 20px;
            margin-left: 2px;
            font-size: 0.8rem;
        }

.thapmuoi-honor-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    padding: 60px 0;
    position: relative;
}

.thapmuoi-honor-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

    .thapmuoi-honor-header h2 {
        font-size: 2.8rem;
        color: var(--thapmuoi-blue);
        font-weight: 800;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    }

        .thapmuoi-honor-header h2::before {
            content: '✦';
            position: absolute;
            left: -40px;
            top: 10px;
            color: var(--thapmuoi-gold);
            font-size: 2rem;
        }

        .thapmuoi-honor-header h2::after {
            content: '✦';
            position: absolute;
            right: -40px;
            top: 10px;
            color: var(--thapmuoi-gold);
            font-size: 2rem;
        }

    .thapmuoi-honor-header p {
        color: var(--thapmuoi-text-muted);
        font-size: 1.3rem;
        font-style: italic;
    }

.thapmuoi-honor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.thapmuoi-honor-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border: 1px solid rgba(255,215,0,0.2);
}

    .thapmuoi-honor-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(11,61,145,0.2);
        border-color: var(--thapmuoi-gold);
    }

.thapmuoi-honor-ribbon {
    position: absolute;
    top: 20px;
    left: -30px;
    background: var(--thapmuoi-gold);
    color: var(--thapmuoi-blue-dark);
    padding: 5px 30px;
    font-weight: 700;
    font-size: 0.9rem;
    transform: rotate(-45deg);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.thapmuoi-honor-avatar {
    height: 200px;
    background: linear-gradient(145deg, #f0f2f5, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

    .thapmuoi-honor-avatar img {
        max-width: 180px;
        max-height: 180px;
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center;
        background: white;
        display: block;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.thapmuoi-honor-avatar-placeholder {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, var(--thapmuoi-blue-light), var(--thapmuoi-blue-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 5rem;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.thapmuoi-honor-info {
    flex: 1;
    padding: 25px 20px 20px;
    position: relative;
}

.thapmuoi-honor-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--thapmuoi-blue);
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: center;
}

.thapmuoi-honor-category {
    text-align: center;
    margin-bottom: 15px;
}

.thapmuoi-honor-category-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255,215,0,0.15);
    color: #b8860b;
    border: 1px solid var(--thapmuoi-gold);
}

.thapmuoi-honor-achievement {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--thapmuoi-red);
    margin-bottom: 15px;
    text-align: center;
    padding: 8px 0;
    background: rgba(230,57,70,0.05);
    border-radius: 8px;
}

.thapmuoi-honor-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
    justify-content: center;
}

.thapmuoi-honor-detail-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: var(--thapmuoi-text-dark);
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 30px;
    border: 1px solid #e9ecef;
}

    .thapmuoi-honor-detail-item i {
        color: var(--thapmuoi-gold);
        font-size: 1rem;
    }

    .thapmuoi-honor-detail-item strong {
        color: var(--thapmuoi-blue);
        margin-right: 3px;
    }

.thapmuoi-honor-prize {
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(135deg, #ffd700, #ffb347);
    color: var(--thapmuoi-blue-dark);
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 10px;
    box-shadow: 0 3px 10px rgba(255,215,0,0.3);
}

.thapmuoi-honor-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed rgba(11,61,145,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thapmuoi-honor-year {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--thapmuoi-blue);
    opacity: 0.3;
    line-height: 1;
}

.thapmuoi-honor-class {
    background: var(--thapmuoi-blue);
    color: white;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.thapmuoi-honor-empty {
    text-align: center;
    padding: 80px 40px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

    .thapmuoi-honor-empty i {
        font-size: 5rem;
        color: var(--thapmuoi-blue);
        margin-bottom: 20px;
        opacity: 0.5;
    }

    .thapmuoi-honor-empty h3 {
        font-size: 2rem;
        color: var(--thapmuoi-text-dark);
        margin-bottom: 10px;
    }

    .thapmuoi-honor-empty p {
        color: var(--thapmuoi-text-muted);
        font-size: 1.2rem;
    }

@media (max-width: 1200px) {
    .thapmuoi-honor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .thapmuoi-honor-header h2 {
        font-size: 2.2rem;
    }

        .thapmuoi-honor-header h2::before,
        .thapmuoi-honor-header h2::after {
            display: none;
        }
}

@media (max-width: 768px) {
    .thapmuoi-honor-section {
        padding: 60px 0;
    }

    .thapmuoi-breadcrumb-wrapper {
        margin: -45px 0 30px 0;
    }

    .thapmuoi-breadcrumb {
        padding: 8px 12px;
        width: 100%;
        box-sizing: border-box;
        font-size: 0.75rem;
    }

        .thapmuoi-breadcrumb ul {
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 2px;
        }

        .thapmuoi-breadcrumb li {
            margin-bottom: 3px;
            font-size: 0.75rem;
        }

            .thapmuoi-breadcrumb li a {
                padding: 3px 4px;
                font-size: 0.75rem;
            }

            .thapmuoi-breadcrumb li i {
                margin: 0 2px;
                font-size: 0.6rem;
            }

            .thapmuoi-breadcrumb li:last-child {
                padding: 3px 6px;
                font-size: 0.75rem;
            }

    .thapmuoi-honor-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .thapmuoi-honor-header h2 {
        font-size: 1.8rem;
    }

    .thapmuoi-honor-header p {
        font-size: 1rem;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .thapmuoi-honor-details {
        flex-direction: column;
        align-items: center;
    }

    .thapmuoi-honor-footer {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}
