/* About page custom classes - không trùng tên với class trong bw_css */

.aboutpage-title {
    color: #124e84;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.aboutpage-banner {
    margin: 32px 0 24px 0;
    text-align: center;
}

.aboutpage-banner-title {
    color: #f05a05;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    margin-bottom: 0;
    margin-top: 8px;
}

.aboutpage-banner-line {
    position: relative;
    height: 32px;
    margin: 0;
}

.aboutpage-banner-line-inner {
    width: 320px;
    max-width: 100%;
    height: 0;
    border-bottom: 3px solid #3aafe3;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 auto;
}

.aboutpage-banner-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    z-index: 2;
}

.aboutpage-banner-slogan {
    color: #124e84;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 0;
}

.aboutpage-section {
    margin-bottom: 32px;
}

.aboutpage-mission-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    border-bottom: 1.5px solid #124e84;
    z-index: 1;
}

.aboutpage-mission-title {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0 18px;
    color: #124e84;
    font-weight: 700;
    font-size: 1.1rem;
    z-index: 2;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.aboutpage-mission-content {
    padding-top: 36px;
}

.aboutpage-mission-quote {
    color: #124e84;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.aboutpage-mission-desc {
    color: #222;
    font-weight: 400;
    font-size: 1rem;
}

.aboutpage-join {
    margin: 48px 0 32px 0;
    text-align: center;
}

.aboutpage-join-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 32px;
    text-align: left;
}

.aboutpage-join-title-main {
    color: #f05a05;
}

.aboutpage-join-title-sub {
    color: #124e84;
}

.aboutpage-social-list {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.aboutpage-social-item {
    border: 1px solid #124e84;
    border-radius: 12px;
    width: 140px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
    background: #fff;
    position: relative;
}

.aboutpage-social-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
}

.aboutpage-social-line {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -2px;
    height: 4px;
    background: #124e84;
    border-radius: 2px;
    z-index: 2;
}

.aboutpage-social-label {
    display: block;
    margin-top: 12px;
    color: #1565d8;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.aboutpage-cert {
    margin: 56px 0 32px 0;
    text-align: center;
}

.aboutpage-cert-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 32px;
    text-align: left;
}

.aboutpage-cert-title-main {
    color: #f05a05;
}

.aboutpage-cert-title-sub {
    color: #124e84;
}

.aboutpage-cert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.aboutpage-cert-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.aboutpage-cert-imgbox {
    width: 220px;
    height: 240px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aboutpage-cert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
