.layout-container[data-v-dd5ca6e1] {
    background-color: #fff
}

.layout-header[data-v-dd5ca6e1] {
    /* background-color: #c32f2f */
    background-color: #0f52ba;
}

.layout-header.header-fixed[data-v-dd5ca6e1] {
    /* background-color: #c32f2f !important */
    background-color: #0f52ba !important
}

.layout-container.page-Home .layout-header[data-v-dd5ca6e1] {
    background-color: transparent
}

.page-Home-bg[data-v-dd5ca6e1] {
    background-image: url('../images/bg12.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 640px) {
    .page-Home-bg[data-v-dd5ca6e1] {
        height: 360px
    }
}

.max-page-width[data-v-dd5ca6e1] {
    max-width: 1440px;
    margin: 0 auto
}

.sidebar-custom[data-v-dd5ca6e1] {
    background-color: #2c3e50
}

.q-drawer .q-item.q-item--active[data-v-dd5ca6e1] {
    color: #000 !important
}

.q-drawer .q-item.q-item--active .q-item__label[data-v-dd5ca6e1] {
    color: #000 !important;
    font-weight: 700
}