﻿.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-body {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-link {
    position: absolute;
    top: 40%;
    left: 25%;
    z-index: 10;
    color: black;
    text-decoration: none;
    color: var(--Theme-Gray-900, #1A202C);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}

.banner-body img {
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    width: 100%;
    height: auto;
    display: block;
}

.content-privacy-policy a {
    color: #27272A !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.content-privacy-policy h2 {
    color: #27272A !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.category-privacy-policy a {
    color: #808089 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.category-privacy-policy h4 {
    color: #27272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}


@media (max-width: 991.98px) {
    .banner-top img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    .body-privacy-policy {
        flex-direction: column-reverse !important;
    }

    section.container.d-flex {
        flex-direction: column !important;
        display: block !important;
        
    }


    .content-privacy-policy,
    .category-privacy-policy {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }


    .category-privacy-policy {
        border-bottom: 1px solid #ddd;
    }

    .banner-top img {
        width: 100%;
        height: auto;
        display: block;
    }

    .banner-body {
        position: relative;
        width: 100%;
        height: 100px;
    }
    .banner-body img {
        height: 80%;
    }

    .banner-link {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black; /* Bạn có thể đổi màu tùy ý */
        font-weight: bold;
        text-align: center;
        width: 100%;
        z-index: 5;
        margin: 0;
        font-size: 12px; /* Mặc định cho mobile */
        height: 100%;
    }
}


.content-privacy-policy a,
.content-privacy-policy p {
    word-wrap: break-word;
    display: inline-block; /* Giúp ngắt dòng tốt hơn cho thẻ <a> */
    color: #333;
    text-decoration: none;
}

h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

h4 {
    font-size: 1rem;
}