
body {
    font-family: 'Montserrat', sans-serif !important;
}
/* Begin: Dung cho cac trang khong can keo menu */
header.scrolled .header__top {
    display: none !important;
}
header#header {
    background: #fff;
}
.header--gradient .header__menu>.menu-item>.menu-link {
    color: #207D57;
}
img.logoFixed {
    display: block !important;
}
.header__main {
    padding-top: 20px !important;
    border-bottom: 1px solid #207D57;
}
.header__logo img.logoRelative {
    display: none;
}

.header.fixed .header__top {
    margin-top: 0px !important;
}

.header.fixed .header__main .header__tools {
    /* display: none !important; */
    margin-bottom: 16px;
}
/* End: Dung cho cac trang khong can keo menu */
.breadcrumbs {
    margin: 180px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title {
    text-align: center;
    margin: 24px 0px 70px 0px;
}

.section-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--mLOGO, #207D57);
    line-height: normal;
}

.banner {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section__map__information {
    background: rgba(32, 125, 87, 0.06);
    padding: 50px 0px;
}

.box__map {
    border-radius: 16px;
    height: 191px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
}

.box__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.box__information {
    width: 100%;
    padding-left: 30px;
}

.item__infotmation__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.item__infotmation__header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #207D57;
}

.box__information ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box__information ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.box__information ul li svg {
    flex-shrink: 0;
    margin-right: 12px;
}

.box__information ul li label {
    font-size: 1em;
    color: #333;
    font-weight: 400;
}

.box__information ul li a {
    font-size: 1em;
    color: #333;
    font-weight: 400;
}

.send-request-button {
    padding: 10px 20px;
    background-color: #207D57;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    text-align: center;
    margin-top: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__structure__member {
    padding: 30px 0;
    background-color: white;
}

.structure__member__header {
    text-align: center;
    padding: 19px 0;
    border: 1px solid #E1E1E1;
    font-family: 'Montserrat';
}

.structure__member-title {
    font-size: 14px;
    font-weight: 700;
    color: #207D57;
    text-transform: uppercase;
}

.box__leader {
    padding-bottom: 20px;
}

.leader-title-bar {
    background-color: #207D57;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 50px;
    font-family: 'Montserrat';
}

.box__leader__list {
    padding: 24px 50px;
    border: 1px solid #E1E1E1;
    font-family: 'Montserrat';
}

.leader-item {
    margin-bottom: 15px;
}

.leader-item:last-child {
    margin-bottom: 0px;
}

.position-title {
    font-size: 16px;
    color: #222;
    margin: 0;
    font-weight: 700;
}

.leader-name {
    font-weight: 400;
}

.leader-contact {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin: 5px 0 0 0;
    padding-left: 5px;
}

.leader-contact a {
    color: #207D57;
    text-decoration: none;
}

.leader-contact a:hover {
    text-decoration: underline;
}

.accordion__member-item {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background-color: white;
}

.accordion__member-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: #207D57;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 50px;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.accordion__member-header.open .toggle-icon {
    transform: rotate(180deg);
}

.accordion__member-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion__member-content.active {
    max-height: 2000px;
    border-bottom: 1px solid #E1E1E1;
}

.content-padding {
    padding: 50px;
    font-size: 16px;
    font-weight: 500;
}

.text__content {
    margin-bottom: 50px;
}

.staff-info-block {
    margin-bottom: 20px;
}

.staff-info-block:last-child {
    margin-bottom: 0px;
}

.dot-icon {
    font-size: 16px;
    color: #222;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.staff-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.staff-details {
    flex-grow: 1;
}

.staff-position {
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.staff-name {
    font-weight: 400;
}

.staff-contact {
    font-size: 16px;
    color: #222;
    margin-bottom: 3px;
    padding-left: 0;
}

.staff-contact a {
    color: #207D57;
    text-decoration: none;
}

.staff-contact-right {
    text-align: right;
    font-size: 16px;
    color: #222;
    flex-shrink: 0;
}

.staff-contact-right.mobile
{
    display: none;
}

.send-button {
    background-color: #207D57;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 5px;
    align-items: center;
    float: right;
    width: 157px;
}

.staff-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .breadcrumbs {
        margin: 100px 0px 10px;
    }
    .section-title h1 {
        font-size: 38px;
    }
    .section-title {
        margin: 24px 0px 40px 0px;
    }
    .banner {
        margin-top: 0 !important;
    }
    .section__map__information {
        padding: 40px 0 20px;
    }
    .box__information {
        padding: 20px 0;
    }
    .item__infotmation__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .item__infotmation__header h2 {
        font-size: 18px;
    }
    .send-request-button {
        margin-top: 0;
        font-size: 14px;

    }
    .box__information ul li label {
        font-size: 14px;
    }
    .leader-title-bar {
        padding: 20px 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .box__leader__list {
        padding: 15px 10px;
    }
    .position-title{
        font-size: 14px;
        font-weight: 600;
    }
    .leader-contact, .position-title {
        font-size: 14px;
    }

    .toggle-icon svg {
        width: 15px;
        height: auto;
    }

    .content-padding {
        padding: 20px 10px;
    }

    .text__content * {
        font-size: 14px;
    }

    .staff-contact-right.computer {
        display: none;
    }

    .staff-contact-right.mobile {
        display: block;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .staff-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .staff-details,
    .staff-contact-right {
        width: 100%;
    }

    .staff-details {
        margin-bottom: 15px;
    }

    .staff-contact-right {
        text-align: left;
    }

    .send-button {
        display: inline-flex;
        justify-content: flex-start;
        font-weight: 500;
        padding: 10px 20px;
        text-decoration: none;
        cursor: pointer;
        float: left;
        width: 120px;
    }

}
