@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/BeVietnamPro-Light.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/BeVietnamPro-Bold.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iCiel DIN Pro';
    src: url('../fonts/iCielDINPro-Bold.woff2') format('woff2'),
        url('../fonts/iCielDINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
    --color-main: #005CA2;
    --color-text: #58595B;
}
.section_title {
    font-family: 'Be Vietnam Pro';
    color: var(--color-main);
    font-size: 32px;
    font-weight: bold;
}
.section_sub_title {
    font-family: 'Be Vietnam Pro';
    color: var(--color-main);
    font-size: 26px;
    font-weight: bold;
}
.section-content {
    font-family: 'Inter';
    font-size: 16px;
    color: var(--color-text);
}
.icon-wrapper {
    height: 130px;
    display: flex;
    align-items: flex-end;
}
.item-title, .doctor-name, .manager-name, .manager-position{
    font-family: 'Inter';
    font-size: 16px;
    color: var(--color-main);
    font-weight: bold;
}
.item-content {
    font-family: 'Inter';
    font-size: 14px;
    color: var(--color-text);
}
.page-template-about .section-2 {
    background: #F0F3F4;
}
.doctor-content {
    font-family: 'Inter';
    font-size: 12px;
    color: var(--color-text);
}
.section-desc {
    font-family: 'Inter';
    font-size: 16px;
    color: #00AD93;
}
.section-4 {
    background: #D1D3D4;
}
.machine-name {
    position: absolute;
    width: 85%;
    left: 16px;
    bottom: 16px;
    color: var(--color-main);
    font-size: 14px;
    font-weight: bold;
    font-family: 'Inter';
}
.section-5 .section-desc {
    color: var(--color-text);
}
.department-item {
    aspect-ratio: 2;
    border-radius: 20px;
    z-index: 1;
}
.department-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #005CA2 140%);
    display: block;
}
.department-name {
    position: absolute;
    font-size: 16px;
    font-family: 'Inter';
    width: 85%;
    bottom: 16px;
    left: 16px;
    z-index: 3;
    color: #fff;
    font-weight: bold;
}
.title-wrapper {
    background: var(--color-main);
    border-radius: 0px 0px 20px 20px;
}
.icon-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid var(--color-main);
    width: 18px;
    height: 18px;
}
.service {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    color: #00AD93;
}
.list_services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.service:nth-child(1),
.service:nth-child(2),
.service:nth-child(3),
.service:nth-child(4) {
    grid-column: span 1;
}
.service:nth-child(5) {
    grid-column: span 2; 
    width: 100%;
}
.section-8 .section-desc, .section-7 .section-desc {
    color: var(--color-main);
}
.step-count {
    background: url('../images/step-bg.png');
    background-size: 100% 100%;
    padding: 5px 0px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-content {
    color: #005CA2;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-head {
    border-bottom: 1px solid transparent;
    border-image: url('../images/border-bottom.png') 30 space;
}
.title-bottom {
    font-size: 20px;
    font-family: 'Inter';
}
.activity-image {
    aspect-ratio: 1.5;
    border-radius: 20px;
}
.activity-name {
    font-family: 'Inter';
    font-size: 16px;
    color: var(--color-main);
}
.section-10 .section_sub_title{
    font-size: 18px;
    color: var(--color-main);
}
.contact-form input, .contact-form textarea {
    padding: 16px;
    background: #F0F3F4;
    color: #000000;
    font-size: 16px;
    border: 1px solid #58595B;
    font-family: 'Inter';
}
.btn-submit {
    padding: 16px 0px;
    color: #fff;
    background: #00AD93;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
}
.form-title {
    color: var(--color-main);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-template-about #quick_contact, .page-template-about #footers, .page-template-about #copyright, .page-template-partner #quick_contact, .page-template-partner #footers, .page-template-partner #copyright {
    display: none;
}
.about-copyright {
    background: var(--color-main);
}
.page-template-about iframe {
    width: 100%;
}
.section-10 .section_sub_title, .section-11 .section_sub_title {
    font-size: 18px;
}
.doctor {
    cursor: pointer;
}
.doctor-popup {
    position: fixed;
    z-index: 99999;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.doctor-popup-content {
    background-color: #fff;
    margin: 0 AUTO;
    background: #fff;
    border-radius: 11px;
    width: 100%;
    position: relative;
    max-width: 40%;
}
.doctor-popup.active {
    display: flex;
}
.page-template-about .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-top: 30px;
}
.page-template-about .owl-nav {
    display: none;
}
.page-template-about .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
    border: none;
}
.page-template-about .owl-dots button.owl-dot.active {
    background: #0060a1;
}
.page-template-so-do-to-chuc .section-1, .page-template-partner .section-1, .page-template-partner .section-3 {
    background: #F1F2F2;
}
.page-template-so-do-to-chuc .section_title {
    font-family: 'Inter';
}
.list-media_partners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.list-health-partner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.list-community_partner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 560px) {
    .step-content {
        font-size: 16px;
    }
    .section_title  {
        font-size: 28px;
    }
    .section_sub_title {
        font-size: 18px;
    }
    .doctor-popup-content {
        max-width: 95%;
    }
    .list-community_partner, .list-health-partner, .list-media_partners{
        grid-template-columns: repeat(2, 1fr);
    }
}