﻿/* ===== BAN GIÁM ĐỐC ===== */

#gt_bangiamdoc {
    padding: 60px 0;
}

    #gt_bangiamdoc .title {
        text-align: center;
        margin-bottom: 50px;
    }

    #gt_bangiamdoc .group {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
    }

    /* Item */
    #gt_bangiamdoc .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Avatar chuẩn */
    #gt_bangiamdoc .avatar {
        width: 260px;
        height: 340px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* Avatar GIÁM ĐỐC (to hơn) */
        #gt_bangiamdoc .avatar.main {
            width: 300px;
            height: 390px;
        }

        /* Ảnh */
        #gt_bangiamdoc .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius:50%;
        }

    /* Info */
    #gt_bangiamdoc .info {
        margin-top: 25px;
        text-align: center;
    }

    #gt_bangiamdoc .name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    #gt_bangiamdoc .position {
        font-size: 15px;
        text-transform: uppercase;
        color: #0a7c80;
    }

/* Responsive */
@media (max-width: 991px) {
    #gt_bangiamdoc .group {
        flex-direction: column;
        gap: 40px;
    }

    #gt_bangiamdoc .avatar.main {
        width: 260px;
        height: 340px;
    }
}
