﻿<style >
.footer-main {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--TA-dark-blue, #003CAA);
    .container-wrapper

{
    display: flex;
    width: var(--Max-Width-container, 1440px);
    padding: 60px var(--Gap-6, 24px);
    align-items: flex-start;
    gap: var(--Gap-6, 24px);
}

.logo-ta-wrapper {
    display: flex;
    width: 212px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.logo-ta {
    width: 135.211px;
    height: 46.986px;
}

.system-hospital-text {
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
}

.list-contact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.ta-component {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
}

.text-header {
    color: var(--slate-100, #F1F5F9);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.frame-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.icon {
    width: 20px;
    height: 20px;
}

.text-content {
    color: var(--slate-100, #F1F5F9);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.frame-contact-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.item-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.group-policy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.list-policy {
    display: flex;
    width: 212px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Gap-4, 16px);
}

.text-policy {
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
}

.quytrinh-tuyen-dung {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.policy-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.policy-item-text {
    color: var(--slate-100, #F1F5F9);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.list-social-icon {
    display: flex;
    align-items: center;
    gap: var(--Gap-4, 16px);
}

.social-icon {
    width: 24px;
    height: 24px;
}

.footer-bottom {
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: center;
    gap: var(--Gap-6, 24px);
    align-self: stretch;
    border-top: 1px solid var(--blue-700, #1D4ED8);
    background: var(--TA-dark-blue, #003CAA);
}

.title-footer-buttom {
    display: flex;
    /*width: 1400px; */
    padding: var(--Gap-4, 16px) 0px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--slate-600, #475569);
}

.text-slogon {
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

}

</style >
