/* 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: 165px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.section-title h2,
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;
}
.box__tab {
    background: rgba(32, 125, 87, 0.06);
}

.list__tab {
    display: flex;
    list-style: none;
    gap: 50px;
    padding: 24px 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.list__tab li {
    flex-shrink: 0;
    white-space: nowrap;
    cursor: pointer;
    color: #207d57;
    font-size: 18px;
    font-weight: 400;
}

.list__tab li.active {
    font-weight: 700;
}

/*Begin: mau 1 */
.shareholder-info-header-container {
    width: 100%;
    padding: 20px 0;
}

.shareholder-info-title {
    color: #207d57;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.shareholder-info-search-bar-container {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 0.66px solid #e1e1e1;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: white;
    padding: 1px;
}

.shareholder-info-search-input {
    flex-grow: 1;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #222;
    outline: none;
}

.shareholder-info-search-input::placeholder {
    color: #a0a0a0;
    font-style: italic;
}

.shareholder-info-search-button {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: #a0a0a0;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareholder-info-search-icon {
    font-size: 18px;
}

.shareholder-info-newsletter-section {
    padding: 24px 0;
    background: rgba(32, 125, 87, 0.06);
}

.shareholder-info-newsletter-title {
    color: #207d57;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.shareholder-info-newsletter-form {
    display: flex;
    margin-bottom: 25px;
    max-width: 400px;
}

#form_shareholder_newsletter {
    display: flex;
    width: 100%;
}

.shareholder-info-newsletter-input {
    flex-grow: 1;
    padding: 10px 40px 10px 15px;
    border-radius: 100px;
    border: 1px solid var(--mLOGO, #207d57);
    outline: none;
    font-size: 16px;
    color: #222;
}

.shareholder-info-newsletter-input::placeholder {
    color: #207d57;
}

.shareholder-info-newsletter-button {
    background-color: #207d57;
    color: white;
    padding: 11px 30px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-left: -50px;
    z-index: 2;
}

.shareholder-info-newsletter-button:hover {
    background-color: #246a44;
}

.shareholder-info-year-filter {
    display: flex;
    align-items: center;
}

.shareholder-info-year-label {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    font-weight: bold;
}

.shareholder-info-custom-select {
    position: relative;
    display: inline-block;
    width: 120px;
}

.shareholder-info-year-select {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    outline: none;
}

.shareholder-info-select-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}

.box__list__shareholders {
    margin: 70px 0;
}

.content__list__shareholders ul {
    list-style: none;
    padding-left: 0 !important;
}

.content__list__shareholders ul li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 24px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

.shareholders__style {
    width: 13px;
    height: 13px;
    background: var(--mLOGO, #207d57);
    display: inline-block;
    margin-right: 10px;
}

.shareholders__date,
.shareholders__text {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    padding-right: 70px;
    min-width: 175px;
}

.shareholders__detail {
    color: #207d57;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    white-space: nowrap;
}

/*End: mau 1 */

/* Begin: ma 2 */
.box_shareholder_finance {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.shareholder-info-precious-filter {
    display: flex;
    align-items: center;
}

.shareholder-info-precious-label {
    font-size: 16px;
    color: #333;
    margin-right: 20px;
    font-weight: bold;
}

.shareholder-info-custom-precious {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shareholder-info-custom-precious span {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 8px 18px;
    min-width: 40px;

    font-size: 16px;
    font-weight: 500;
    color: #555;

    border-radius: 6px;
    cursor: pointer;

    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(white, white),
        linear-gradient(to right, #c8e6c9, #81c784);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.shareholder-info-custom-precious span.active {
    color: #207d57;
    font-weight: bold;
    background-image: linear-gradient(white, white),
        linear-gradient(to right, #207d57, #4caf50);
}
/* End: mau 2 */

/* Begin: mau 4 */
.board_directors h3 {
    font-size: 32px;
    font-weight: 700;
    color: #207d57;
    text-align: center;
    margin: 70px 0 24px 0;
}

.tab-wrapper {
    margin-bottom: 50px;
}
.boder-box-tab {
    border: 1px solid #1c7d56;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.award-tab-nav {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}
.award-tab-btn {
    flex: 1;
    border: none;
    background-color: transparent;
    color: #222;
    font-weight: bold;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.award-tab-btn.active {
    background-color: #1a734e;
    color: #fff;
    border-radius: 6px;
}
.award-tab-content {
    margin: 70px 0px;
}
.tab-pane {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.tab-pane:not(.d-none) {
    opacity: 1;
    visibility: visible;
}
.award-list {
    margin: 0px 270px 70px 270px;
}
.award-title {
    font-size: 16px;
    font-weight: 600;
    color: #1c7d56;
    text-align: center;
    line-height: 24px;
}
span.award-certificate-title {
    color: #1c7d56;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}
.award-certificate-text {
    color: #1c7d56;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 20px;
}

.shareholder-management-section {
    padding: 70px 0;
    background-color: #f7faf5;
}

.management-divider {
    border: none;
    height: 1px;
    background-color: #1c7d56;
    margin-top: 20px;
    margin-bottom: 20px;
}

.member-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    font-style: normal;
}

.member-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: normal;
}

.member-position {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    font-style: italic;
    font-style: normal;
}

.col-lg-3:not(:last-child) .management-member {
    border-right: 1px solid #70bf54;
    padding-right: 20px;
}

.col-lg-3:last-child .management-member {
    border-right: none;
}

.info-separator {
    display: none;
}

.management-member {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 15px;
}
/* End: mau 4 */

/* Begin: mau 5 */
.shareholders__year {
    border: 1px solid #207d57;
    border-radius: 4px;
    margin-right: 70px;
    background: rgba(32, 125, 87, 0.12);
    padding: 0 12px;
    color: #207d57;
}
/* End: mau 5 */

@media (max-width: 1200px) {
    .section-title h2,
    h1 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin: 100px 0px 10px 0px;
    }
    .banner {
        margin-top: 0px !important;
    }
    .section-title {
        margin: 15px 0px 45px 0px;
    }
    .section-title h2,
    h1 {
        font-size: 37px;
    }

    /* Begin: mau 4*/
    .board_directors h3 {
        margin: 20px 0 24px 0;
    }
    .award-tab-content {
        margin: 30px 0px;
    }
    .shareholder-management-section {
        padding: 20px 0;
    }
    .management-divider {
        display: none;
    }
    .col-lg-3 .management-member {
        border-right: 0 !important;
        padding-right: 0 !important;
        border-bottom: 1px solid #70bf54;
        padding: 10px 0px !important;
    }
    .member-name {
        font-size: 18px;
    }
    .member-position {
        font-size: 16px;
    }
    /* End: mau 4*/
}

@media (max-width: 768px) {
    .section-title h2, h1 {
        font-size: 38px;
    }
    /* Begin: mau 1 */
    .shareholder-info-header-container {
        padding: 20px 0;
    }
    .shareholder-info-title {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .content__list__shareholders * {
        font-size: 14px;
    }
    /* End: mau 1 */
}

@media (max-width: 576px) {
    .section-title {
        margin: 10px 0px 30px 0px;
    }

    .list__tab {
        padding: 12px 0px;
    }

    .list__tab li {
        font-size: 16px;
    }

    /* Begin: mau 1 */
    .shareholder-info-header-container {
        padding: 20px 0;
    }

    .box__list__shareholders {
        margin: 40px 0;
    }

    .content__list__shareholders ul li {
        display: block;
    }

    .shareholders__date,
    .shareholders__text {
        padding: 0;
    }
    /* End: mau 1 */

    /* Mau 2*/
    .box_shareholder_finance * {
        font-size: 14px;
    }
    .shareholder-info-custom-precious {
        gap: 7px;
    }
    .shareholder-info-custom-precious span {
        font-size: 14px;
        padding: 5px 10px;
    }

    .shareholders__year {
        margin-left: 50%;
        margin-right: 0;
        position: absolute;
        right: 15px;
    }

    /* Begin: mau 4*/
    .board_directors h3 {
        font-size: 24px;
    }

    .award-tab-btn {
        padding: 10px;
        font-size: 14px;
    }

    .member-name {
        font-size: 16px;
    }
    .member-position {
        font-size: 14px;
    }
    /* End: mau 4*/
}
