@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/PhanMemRe.Website/Components/Layout/EmptyLayout.razor.rz.scp.css */
html[b-4kg53mfbfj] {
    scroll-behavior: smooth;
}
/* Footer */
.footer-section[b-4kg53mfbfj] {
    background-color: #5fa947;
    padding: 40px 0;
    border-top: 1px solid #dee2e6;
    padding-bottom: 0;
}

  .footer-section h4[b-4kg53mfbfj] {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color:#f6e206!important;
  }

    .footer-section p[b-4kg53mfbfj] {
        margin-bottom: -2px;
        color: #fff;
    }

.branch-info[b-4kg53mfbfj] {
    padding-left: 15px;
    border-left: 3px solid #f6e206;
}
/* call button */
.call-button[b-4kg53mfbfj] {
    border-radius: 20px;
    position: fixed;
    z-index: 1000;
    bottom: 60px;
    left: 5px;
    padding: 8px;
    text-align: center;
    background: url(media/phone.png) #f3b614 0 5px no-repeat;
    background-size: 20%;
}

    .call-button a[b-4kg53mfbfj] {
        border-radius: 25px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
        padding-left: 53px;
    }

/* Zalo button */
.zalo-button[b-4kg53mfbfj] {
    border-radius: 50%;
    position: fixed;
    bottom: 59px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background: url(media/zalo.png) #0180c7 50% no-repeat;
    right: 5px;
    background-size: contain;
}

    .zalo-button a[b-4kg53mfbfj] {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-decoration: none;
        font-size: 24px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        transition: transform 0.3s;
    }
/* Button to top */
#myBtn[b-4kg53mfbfj] {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 5px;
    z-index: 99;
    font-size: 1.7rem;
    outline: none;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: red;
    width: 60px;
    height: 60px;
    background: none;
}

    #myBtn:hover[b-4kg53mfbfj] {
        background-color: #6bbc4d;
        color: #fff;
    }
/* copyright */
.copyright[b-4kg53mfbfj] {
    margin-top: 10px;
    padding-top: 10px;
    background: #398628;
}
/* keyword */
.keyword > p[b-4kg53mfbfj] {
    font-size: 12px;
    color: #6abe4f;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 4px;
}

.keyword-cloud > h3[b-4kg53mfbfj] {
    color: #f6e206;
}

/* call rung lắc*/
a.zigzag[b-4kg53mfbfj] {
    display: block;
    background: #eda51c;
    position: fixed;
    left: 3px;
    bottom: 52px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 15px;
    z-index: 9999;
    -webkit-animation: devvn_zoom 1.5s infinite linear;
    -moz-animation: devvn_zoom 1.5s infinite linear;
    -o-animation: devvn_zoom 1.5s infinite linear;
    animation: devvn_zoom-b-4kg53mfbfj 1.5s infinite linear;
    box-shadow: 0 0 0 0 #eda51c;
}

    a.zigzag img[b-4kg53mfbfj] {
        width: 32px;
        height: 32px;
        -webkit-animation: calltrap_spin 3s infinite linear;
        -moz-animation: calltrap_spin 3s infinite linear;
        -o-animation: calltrap_spin 3s infinite linear;
        animation: calltrap_spin-b-4kg53mfbfj 3s infinite linear
    }

@-webkit-keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes devvn_zoom-b-4kg53mfbfj {
    70% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin-b-4kg53mfbfj {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

/* Menu Button */
.menu-button[b-4kg53mfbfj] {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.menu-button i[b-4kg53mfbfj] {
    font-size: 24px;
    color: #333;
}
/* Side Menu */
.side-menu[b-4kg53mfbfj] {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 1001;
    transition: left 0.3s ease;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.side-menu.active[b-4kg53mfbfj] {
    left: 0;
}

.menu-header[b-4kg53mfbfj] {
    padding: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.close-btn[b-4kg53mfbfj] {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.menu-items[b-4kg53mfbfj] {
    padding: 20px 0;
}

.menu-item[b-4kg53mfbfj] {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s;
}

.menu-item:hover[b-4kg53mfbfj] {
    background-color: #f5f5f5;
}

.phone-number[b-4kg53mfbfj] {
    background-color: #007bff;
    color: #fff !important;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
}

/* Side Menu Animation */
.offcanvas[b-4kg53mfbfj] {
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.offcanvas.show[b-4kg53mfbfj] {
    visibility: visible;
    transform: translateX(0);
}
.btn-toggle-menu[b-4kg53mfbfj] {
    background-color: #eda51cbd;
    color: #fff;
}
.menu-sticky[b-4kg53mfbfj] {
    list-style-type: none;
    padding: 0;
}
    .menu-sticky li[b-4kg53mfbfj] {
        border: none;
        border-right: 1px solid #fff;
        background: #218c3c;
    }
    .menu-sticky a[b-4kg53mfbfj] {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: background-color 0.3s;
        font-weight: 500;
        text-align: center;
    }
    .menu-sticky li:hover[b-4kg53mfbfj] {
        background: #eda51c;
        color: red !important;
    }
        .menu-sticky li:last-child a[b-4kg53mfbfj] {
            border-right: 0;
        }
        @media (max-width: 768px) {
            .img-hotline[b-4kg53mfbfj] {
                max-width: 80%;
            }
            #sticky-header[b-4kg53mfbfj] {
                position: sticky;
                top: 0;
                overflow: hidden;
                z-index: 999;
            }
            .menu-sticky a[b-4kg53mfbfj] {
                font-size: 12px;
            }
        } 
/* _content/PhanMemRe.Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t39xhs7oh9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t39xhs7oh9] {
    flex: 1;
}

.sidebar[b-t39xhs7oh9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t39xhs7oh9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t39xhs7oh9]  a, .top-row[b-t39xhs7oh9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t39xhs7oh9]  a:hover, .top-row[b-t39xhs7oh9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t39xhs7oh9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-t39xhs7oh9] {
        justify-content: space-between;
    }

    .top-row[b-t39xhs7oh9]  a, .top-row[b-t39xhs7oh9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t39xhs7oh9] {
        flex-direction: row;
    }

    .sidebar[b-t39xhs7oh9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t39xhs7oh9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t39xhs7oh9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t39xhs7oh9], article[b-t39xhs7oh9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-t39xhs7oh9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-t39xhs7oh9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PhanMemRe.Website/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-haur0z8wdk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-haur0z8wdk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-haur0z8wdk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-haur0z8wdk] {
    font-size: 1.1rem;
}

.bi[b-haur0z8wdk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-haur0z8wdk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-haur0z8wdk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-haur0z8wdk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-haur0z8wdk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-haur0z8wdk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-haur0z8wdk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-haur0z8wdk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-haur0z8wdk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-haur0z8wdk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-haur0z8wdk] {
        display: none;
    }

    .nav-scrollable[b-haur0z8wdk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PhanMemRe.Website/Components/Pages/Home.razor.rz.scp.css */
/* Header styles */
.header-banner[b-1kzxa4klfg] {
    background-color: #fff;
    margin-bottom: 20px;
}

.banner-container[b-1kzxa4klfg] {
    position: relative;
    width: 100%;
}

.banner-image[b-1kzxa4klfg] {
    width: 100%;
    height: auto;
    display: block;
}

.logo-image[b-1kzxa4klfg] {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 40%;
    z-index: 2;
}

/* Welcome section */
.welcome-section[b-1kzxa4klfg] {
    margin-bottom: 30px;
}

.header-bold-green[b-1kzxa4klfg] {
    color: #3c8625 !important;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-info[b-1kzxa4klfg] {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Hotline section */
.hotline-section[b-1kzxa4klfg] {
    margin-bottom: 30px;
}

    .hotline-section h1[b-1kzxa4klfg] {
        color: #3c8625;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 500;
    }

.hotline[b-1kzxa4klfg] {
    margin: 20px 0;
}

.team-photo[b-1kzxa4klfg] {
    margin: 20px 0;
    max-width: 100%;
}

.call-hotline[b-1kzxa4klfg] {
    padding: 0 5px;
    color: #e90a0a;
}
.sua-chua-photo[b-1kzxa4klfg]{
    max-width:300px;
}
/* Navigation links */
.nav-links[b-1kzxa4klfg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.nav-links a[b-1kzxa4klfg] {
    padding: 10px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.nav-links a:hover[b-1kzxa4klfg] {
    background-color: #e0e0e0;
}

/* Main content sections */
.main-content section[b-1kzxa4klfg] {
    margin-bottom: 40px;
}
ul.list-group li[b-1kzxa4klfg] {
    border-left: none;
    border-right: none;
}
.img-fluid[b-1kzxa4klfg] {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Issues list */
.issues-list[b-1kzxa4klfg] {
    list-style-type: none;
    padding: 0;
}

.issues-list li[b-1kzxa4klfg] {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* Solutions */
.solutions[b-1kzxa4klfg] {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.solutions h3[b-1kzxa4klfg] {
    color: #333;
    margin-bottom: 15px;
}

.solutions ul[b-1kzxa4klfg] {
    list-style-type: none;
    padding: 0;
}

.solutions li[b-1kzxa4klfg] {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* Advantages */
.advantages[b-1kzxa4klfg] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.advantage-item[b-1kzxa4klfg] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.advantage-item h3[b-1kzxa4klfg] {
    color: #0066cc;
    margin-bottom: 15px;
}

    .advantage-item img[b-1kzxa4klfg] {
        color: #0066cc;
        margin-bottom: 15px;
        display: block;
        margin: auto;
    }
    .advantage-item p[b-1kzxa4klfg] {
        text-align: center;
    }
    /* Contact card */
    .contact-card[b-1kzxa4klfg] {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 5px;
        margin: 20px 0;
    }

/* Certificate */
.certificate[b-1kzxa4klfg] {
    margin: 30px 0;
}

.certificate img[b-1kzxa4klfg] {
    max-width: 80%;
    height: auto;
}
/*brand*/

.brand .float-md-start[b-1kzxa4klfg] {
    padding:5px;
}
.brand .float-md-start[b-1kzxa4klfg] {
    padding: 5px;
}
    .brand .float-md-start img[b-1kzxa4klfg] {
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
/* icon */
i.bi[b-1kzxa4klfg] {
    padding: 4px;
}
.bi-check-square[b-1kzxa4klfg] {
    color: #3c8625;
}

/* Responsive adjustments */
@media (min-width: 375px) {
    .contact-info .h5[b-1kzxa4klfg] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-1kzxa4klfg] {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 414px) {
    .contact-info .h5[b-1kzxa4klfg] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-1kzxa4klfg] {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 768px) {
    .container[b-1kzxa4klfg] {
        padding: 10px;
    }

    .hotline-section h1[b-1kzxa4klfg] {
        font-size: 20px;
    }

    .advantages[b-1kzxa4klfg] {
        grid-template-columns: 1fr;
    }
} 
/* _content/PhanMemRe.Website/Components/Pages/MayLocNuoc.razor.rz.scp.css */
body[b-pq3yoqfdil] {
  font-family: Arial, sans-serif;
}

.header-section[b-pq3yoqfdil] {
  background-color: #f8f9fa;
  padding: 2rem 0;
  text-align: center;
  padding-top:0;
}

.service-section[b-pq3yoqfdil] {
  padding: 3rem 0;
}

.faq-section[b-pq3yoqfdil] {
  background-color: #f1f1f1;
  padding: 3rem 0;
}
.process-section[b-pq3yoqfdil] {
  padding: 3rem 0;
}

.img-fluid[b-pq3yoqfdil] {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.card-img-top[b-pq3yoqfdil] {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* Header styles */
.header-banner[b-pq3yoqfdil] {
    background-color: #fff;
    margin-bottom: 20px;
}

.banner-container[b-pq3yoqfdil] {
    position: relative;
    width: 100%;
}

.banner-image[b-pq3yoqfdil] {
    width: 100%;
    height: auto;
    display: block;
}

.logo-image[b-pq3yoqfdil] {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 40%;
    z-index: 2;
}

/* Welcome section */
.welcome-section[b-pq3yoqfdil] {
    margin-bottom: 30px;
}

.header-bold-green[b-pq3yoqfdil] {
    color: #3c8625 !important;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-info[b-pq3yoqfdil] {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Hotline section */
.hotline-section h1[b-pq3yoqfdil] {
    color: #3c8625;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.hotline[b-pq3yoqfdil] {
    margin: 20px 0;
}

.team-photo[b-pq3yoqfdil] {
    margin: 20px 0;
    max-width: 100%;
}

.call-hotline[b-pq3yoqfdil] {
    padding: 0 5px;
    color: #e90a0a;
}

.sua-chua-photo[b-pq3yoqfdil] {
    max-width: 300px;
}
/* Navigation links */
.nav-links[b-pq3yoqfdil] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

    .nav-links a[b-pq3yoqfdil] {
        padding: 10px;
        background-color: #f5f5f5;
        color: #333;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .nav-links a:hover[b-pq3yoqfdil] {
            background-color: #e0e0e0;
        }

/* Main content sections */
.main-content section[b-pq3yoqfdil] {
    margin-bottom: 40px;
}

ul.list-group li[b-pq3yoqfdil] {
    border-left: none;
    border-right: none;
}
.main-content ul.list-group li[b-pq3yoqfdil] {
    padding: 0.9rem 0;
}
/* Issues list */
.issues-list[b-pq3yoqfdil] {
    list-style-type: none;
    padding: 0;
}

    .issues-list li[b-pq3yoqfdil] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

/* Solutions */
.solutions[b-pq3yoqfdil] {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

    .solutions h3[b-pq3yoqfdil] {
        color: #333;
        margin-bottom: 15px;
    }

    .solutions ul[b-pq3yoqfdil] {
        list-style-type: none;
        padding: 0;
    }

    .solutions li[b-pq3yoqfdil] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

/* Advantages */
.advantages[b-pq3yoqfdil] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.advantage-item[b-pq3yoqfdil] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

    .advantage-item h3[b-pq3yoqfdil] {
        color: #0066cc;
        margin-bottom: 15px;
    }

    .advantage-item img[b-pq3yoqfdil] {
        color: #0066cc;
        margin-bottom: 15px;
        display: block;
        margin: auto;
    }

    .advantage-item p[b-pq3yoqfdil] {
        text-align: center;
    }
/* Contact card */
.contact-card[b-pq3yoqfdil] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

/* Certificate */
.certificate[b-pq3yoqfdil] {
    margin: 30px 0;
}

    .certificate img[b-pq3yoqfdil] {
        max-width: 80%;
        height: auto;
    }
/*brand*/

.brand .float-md-start[b-pq3yoqfdil] {
    padding: 5px;
}

.brand .float-md-start[b-pq3yoqfdil] {
    padding: 5px;
}

    .brand .float-md-start img[b-pq3yoqfdil] {
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
/* icon */
i.bi[b-pq3yoqfdil] {
    padding: 4px;
}

.bi-check-square[b-pq3yoqfdil] {
    color: #3c8625;
}

/* Responsive adjustments */
@media (min-width: 375px) {
    .contact-info .h5[b-pq3yoqfdil] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-pq3yoqfdil] {
        font-size: 0.8rem !important;
    }
}
@media (min-width: 414px) {
    .contact-info .h5[b-pq3yoqfdil] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-pq3yoqfdil] {
        font-size: 0.9rem !important;
    }
}
@media (min-width: 768px) {
    .main-content ul.list-group li[b-pq3yoqfdil] {
        padding: 0.3rem 0;
    }
}
@media (min-width: 992px) {
    .main-content ul.list-group li[b-pq3yoqfdil] {
        padding: 0.4rem 0;
    }
}
@media (min-width: 1200px) {
    .main-content ul.list-group li[b-pq3yoqfdil] {
        padding: 0.65rem 0;
    }
}
@media (min-width: 1400px) {
    .main-content ul.list-group li[b-pq3yoqfdil] {
        padding: 0.88rem 0;
    }
}
@media (max-width: 575px) {
    .partner .row .col-md-3[b-pq3yoqfdil] {
        width: 50%;
        height: auto;
    }
}
/* _content/PhanMemRe.Website/Components/Pages/NangLuongMatTroi.razor.rz.scp.css */
/* Header styles */
.header-banner[b-4mo97s2m4c] {
    background-color: #fff;
    margin-bottom: 20px;
}

.banner-container[b-4mo97s2m4c] {
    position: relative;
    width: 100%;
}

.banner-image[b-4mo97s2m4c] {
    width: 100%;
    height: auto;
    display: block;
}

.logo-image[b-4mo97s2m4c] {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 40%;
    z-index: 2;
}

/* Welcome section */
.welcome-section[b-4mo97s2m4c] {
    margin-bottom: 30px;
}

.header-bold-green[b-4mo97s2m4c] {
    color: #3c8625 !important;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-info[b-4mo97s2m4c] {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Hotline section */
.hotline-section[b-4mo97s2m4c] {
    margin-bottom: 30px;
}

    .hotline-section h1[b-4mo97s2m4c] {
        color: #3c8625;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 500;
    }

.hotline[b-4mo97s2m4c] {
    margin: 20px 0;
}

.team-photo[b-4mo97s2m4c] {
    margin: 20px 0;
    max-width: 100%;
}

.call-hotline[b-4mo97s2m4c] {
    padding: 0 5px;
    color: #e90a0a;
}

.sua-chua-photo[b-4mo97s2m4c] {
    max-width: 300px;
}
/* Navigation links */
.nav-links[b-4mo97s2m4c] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

    .nav-links a[b-4mo97s2m4c] {
        padding: 10px;
        background-color: #f5f5f5;
        color: #333;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .nav-links a:hover[b-4mo97s2m4c] {
            background-color: #e0e0e0;
        }

/* Main content sections */
.main-content section[b-4mo97s2m4c] {
    margin-bottom: 40px;
}

ul.list-group li[b-4mo97s2m4c] {
    border-left: none;
    border-right: none;
}

.img-fluid[b-4mo97s2m4c] {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Issues list */
.issues-list[b-4mo97s2m4c] {
    list-style-type: none;
    padding: 0;
}

    .issues-list li[b-4mo97s2m4c] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

/* Solutions */
.solutions[b-4mo97s2m4c] {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

    .solutions h3[b-4mo97s2m4c] {
        color: #333;
        margin-bottom: 15px;
    }

    .solutions ul[b-4mo97s2m4c] {
        list-style-type: none;
        padding: 0;
    }

    .solutions li[b-4mo97s2m4c] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

/* Advantages */
.advantages[b-4mo97s2m4c] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.advantage-item[b-4mo97s2m4c] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

    .advantage-item h3[b-4mo97s2m4c] {
        color: #0066cc;
        margin-bottom: 15px;
    }

    .advantage-item img[b-4mo97s2m4c] {
        color: #0066cc;
        margin-bottom: 15px;
        display: block;
        margin: auto;
    }

    .advantage-item p[b-4mo97s2m4c] {
        text-align: center;
    }
/* Contact card */
.contact-card[b-4mo97s2m4c] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

/* Certificate */
.certificate[b-4mo97s2m4c] {
    margin: 30px 0;
}

    .certificate img[b-4mo97s2m4c] {
        max-width: 80%;
        height: auto;
    }
/*brand*/

.brand .float-md-start[b-4mo97s2m4c] {
    padding: 5px;
}

.brand .float-md-start[b-4mo97s2m4c] {
    padding: 5px;
}

    .brand .float-md-start img[b-4mo97s2m4c] {
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
/* icon */
i.bi[b-4mo97s2m4c] {
    padding: 4px;
}

.bi-check-square[b-4mo97s2m4c] {
    color: #3c8625;
}

/* Responsive adjustments */
@media (min-width: 375px) {
    .contact-info .h5[b-4mo97s2m4c] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-4mo97s2m4c] {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 414px) {
    .contact-info .h5[b-4mo97s2m4c] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-4mo97s2m4c] {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 768px) {
    .container[b-4mo97s2m4c] {
        padding: 10px;
    }

    .hotline-section h1[b-4mo97s2m4c] {
        font-size: 20px;
    }

    .advantages[b-4mo97s2m4c] {
        grid-template-columns: 1fr;
    }
}
/* _content/PhanMemRe.Website/Components/Pages/TrangChu.razor.rz.scp.css */
body[b-0s8jgy0wuz] {
  font-family: Arial, sans-serif;
}

.header-section[b-0s8jgy0wuz] {
  background-color: #f8f9fa;
  padding: 2rem 0;
  text-align: center;
}

.service-section[b-0s8jgy0wuz] {
  padding: 3rem 0;
}

.faq-section[b-0s8jgy0wuz] {
  background-color: #f1f1f1;
  padding: 3rem 0;
}

.contact-section[b-0s8jgy0wuz] {
  padding: 3rem 0;
  background-color: #e9ecef;
}

.process-section[b-0s8jgy0wuz] {
  padding: 3rem 0;
}

.img-fluid[b-0s8jgy0wuz] {
  max-width: 100%;
  height: auto;
}

.card-img-top[b-0s8jgy0wuz] {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* _content/PhanMemRe.Website/Components/Pages/TuDong.razor.rz.scp.css */
/* Header styles */
.header-banner[b-weg2xq7rvs] {
    background-color: #fff;
    margin-bottom: 20px;
}

.banner-container[b-weg2xq7rvs] {
    position: relative;
    width: 100%;
}

.banner-image[b-weg2xq7rvs] {
    width: 100%;
    height: auto;
    display: block;
}

.logo-image[b-weg2xq7rvs] {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 40%;
    z-index: 2;
}

/* Welcome section */
.welcome-section[b-weg2xq7rvs] {
    margin-bottom: 30px;
}

.header-bold-green[b-weg2xq7rvs] {
    color: #3c8625 !important;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-info[b-weg2xq7rvs] {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Hotline section */
.hotline-section[b-weg2xq7rvs] {
    margin-bottom: 30px;
}

    .hotline-section h1[b-weg2xq7rvs] {
        color: #3c8625;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 500;
    }

.hotline[b-weg2xq7rvs] {
    margin: 20px 0;
}

.team-photo[b-weg2xq7rvs] {
    margin: 20px 0;
    max-width: 100%;
}

.call-hotline[b-weg2xq7rvs] {
    padding: 0 5px;
    color: #e90a0a;
}

.sua-chua-photo[b-weg2xq7rvs] {
    max-width: 300px;
}
/* Navigation links */
.nav-links[b-weg2xq7rvs] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

    .nav-links a[b-weg2xq7rvs] {
        padding: 10px;
        background-color: #f5f5f5;
        color: #333;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .nav-links a:hover[b-weg2xq7rvs] {
            background-color: #e0e0e0;
        }

/* Main content sections */
.main-content section[b-weg2xq7rvs] {
    margin-bottom: 40px;
}

ul.list-group li[b-weg2xq7rvs] {
    border-left: none;
    border-right: none;
}

.img-fluid[b-weg2xq7rvs] {
    width: 80%;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/* Issues list */
.issues-list[b-weg2xq7rvs] {
    list-style-type: none;
    padding: 0;
}

    .issues-list li[b-weg2xq7rvs] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

/* Solutions */
.solutions[b-weg2xq7rvs] {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

    .solutions h3[b-weg2xq7rvs] {
        color: #333;
        margin-bottom: 15px;
    }

    .solutions ul[b-weg2xq7rvs] {
        list-style-type: none;
        padding: 0;
    }

    .solutions li[b-weg2xq7rvs] {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

/* Advantages */
.advantages[b-weg2xq7rvs] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.advantage-item[b-weg2xq7rvs] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

    .advantage-item h3[b-weg2xq7rvs] {
        color: #0066cc;
        margin-bottom: 15px;
    }

    .advantage-item img[b-weg2xq7rvs] {
        color: #0066cc;
        margin-bottom: 15px;
        display: block;
        margin: auto;
    }

    .advantage-item p[b-weg2xq7rvs] {
        text-align: center;
    }
/* Contact card */
.contact-card[b-weg2xq7rvs] {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

/* Certificate */
.certificate[b-weg2xq7rvs] {
    margin: 30px 0;
}

    .certificate img[b-weg2xq7rvs] {
        max-width: 80%;
        height: auto;
    }
/*brand*/

.brand .float-md-start[b-weg2xq7rvs] {
    padding: 5px;
}

.brand .float-md-start[b-weg2xq7rvs] {
    padding: 5px;
}

    .brand .float-md-start img[b-weg2xq7rvs] {
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
/* icon */
i.bi[b-weg2xq7rvs] {
    padding: 4px;
}

.bi-check-square[b-weg2xq7rvs] {
    color: #3c8625;
}

/* Responsive adjustments */
@media (min-width: 375px) {
    .contact-info .h5[b-weg2xq7rvs] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-weg2xq7rvs] {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 414px) {
    .contact-info .h5[b-weg2xq7rvs] {
        font-size: 1.1rem;
    }

    .contact-info .text-muted.fs-6[b-weg2xq7rvs] {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 768px) {
    .container[b-weg2xq7rvs] {
        padding: 10px;
    }

    .hotline-section h1[b-weg2xq7rvs] {
        font-size: 20px;
    }

    .advantages[b-weg2xq7rvs] {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .partner .row .col-md-4[b-weg2xq7rvs] {
        width: 33.3333%;
        height: auto;
    }
}
