/* Shared chrome — same as homepage on every page */
body {
    background: #e8eef4 !important;
}

.main_main {
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(16, 40, 70, 0.08);
    border: 0;
    overflow: hidden;
}

.top {
    background: #123a73 !important;
    border-bottom: 1px solid #0d2d5a !important;
}

.menu {
    background: #123a73 !important;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none;
}

.menu ul {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.menu ul li {
    flex: 0 0 auto;
    text-align: center;
    padding: 8px 4px !important;
    white-space: nowrap;
    font-size: 16px;
}

.menu ul li a .content,
.menu .content {
    float: none !important;
    display: block;
    width: auto;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 6px;
    padding: 6px 8px;
}

.menu .content:hover,
.menu a.active .content {
    background: #fff !important;
    color: #123a73 !important;
}

.chuchay {
    background: #f4f7fb !important;
    color: #3d5875 !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 16px !important;
    height: 42px;
    min-height: 42px;
    box-sizing: border-box;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.chuchay marquee {
    height: 42px !important;
    line-height: 42px;
    font-size: 14px;
}

.main {
    margin-top: 0 !important;
}

.main > .items {
    margin-top: 10px !important;
}

.footer {
    background: #123a73 !important;
}

.footer_details {
    background: #0f2f5c;
    color: #d7e3f0;
    padding: 14px 16px;
}
