﻿.banner-top img {
    width: 100%;
}
.route {
    display: flex;
    padding: 10px 0px;
    column-gap: 4px;
    font-size: 16px;
    line-height: 24px;
}

.route-home {
    color: #718096;
}
.banner-title {
    background-image: url('../images/trang-chu/bg-gioi-thieu.png');
    max-height: 300px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.banner-body {
    width: 100%;
    padding: 50px;
}

.banner-link {
    width: 100%;
    color: black;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.banner-link2 {
    width: 100%;
    color: black;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.introduction-overview{
    flex-direction: column;
    padding: 40px 0px;
    gap: 16px;
}
    .introduction-overview a {
        color: #003B8E !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .introduction-overview span {
        color: var(--Alias-Primary---On-Theme, #27272A);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
.body-middle {
    display: flex;
    background: var(--Alias-Outline-Overlay, rgba(0, 0, 0, 0.05));
}
.introduction-body-middle{
    display: flex;
    gap: 8px;
    padding: 60px 0px;
}
.card-left,
.card-right {
    display: flex;
    padding: 16px;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid var(--Divider-Thin---Background---Default, #EBEBF0);
    background: var(--Alias-On---Brand, #FFF);
}
.icon-view {
    width: 8%;
    padding: 8px;
    border-radius: 100px;
    background: var(--Alias-Theme-Variant, #E6F2FA);
}
.card-left a,
.card-right a{
    color: var(--Alias-Primary---On-Theme, #27272A);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}
.card-left span,
.card-right span{
    color: var(--Alias-Primary---On-Theme, #27272A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.body-end{
    padding: 40px 0px;
}
.introduction-body-end{
    display:flex;
    gap: 8px;
}
.body-end-left{
    display:flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
    .body-end-left a {
        color: #003B8E !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .body-end-left span {
        color: var(--Alias-Primary---On-Theme, #27272A);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
    .body-end-left p {
        color: var(--Alias-Primary---On-Theme, #27272A);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 24px */
    }

/*responsive*/
@media (max-width: 991.98px){
    .banner-top img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    .introduction-body-middle{
        flex-direction: column;
    }
    .introduction-body-end{
        flex-direction: column-reverse;
    }
    .icon-view{
        width: 20%;
    }

    .banner-body {
        width: 100%;
    }

    .banner-link {
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        width: 100%;
        font-size: 12px; /* Mặc định cho mobile */
        height: 100%;
    }

    .banner-link2 {
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        width: 100%;
        font-size: 10px;
        height: 100%;
    }
    .body-end-right{
        text-align: center;
    }
}

@media screen and (max-width: 576.98px) {
    .body-end-left,
    .body-end-right {
        padding: 7.5px;
    }
}