.dropdown.mega-dropdown.open .mega-dropdown-menu {
    max-height: calc(100vh - var(--header-height) - 60px);
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.north-badge {
    background-color: red;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: -0.5em;
    font-size: 70%;
    right: inherit !important;
}

.ctc-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #fff;
    color: #b1a599;
    padding: 10px;
    border-radius: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 2.4px 2.4px 3.2px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 85vw !important;
}

.ctc-float i {
    margin-top: 1px;
}

@media (min-width: 992px) {
    .container {
        max-width: 80vw;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: min(80vw, 1400px);
    }
}

.menu-block {
    border: 0 !important;
}

.menu-block .navbar .nav li a {
    padding: 10px !important;
}

.logo-search-block {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.logo-search-block .col-md-3 {
    border: 0;
}

@media (max-width: 768px) {
    .logo-search-block {
        padding-top: 10px !important;
    }
}

.widget_list_style ul li > a {
    color: #333 !important;
    font-weight: 300 !important;
}

.dai-header-tools {
    white-space: nowrap;
}

.dai-header-tools__link {
    color: #333 !important;
    font-weight: 300 !important;
    text-decoration: none;
    cursor: pointer;
}

.dai-header-tools__link:hover {
    text-decoration: underline;
}

.dai-header-tools__sep {
    opacity: 0.6;
    margin: 0 6px;
}

.dai-lang-switch {
    display: inline-block;
    position: relative;
    font-weight: 300;
}

.dai-lang-current {
    color: #333 !important;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 6px;
}

.dai-lang-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 70px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 2.4px 2.4px 3.2px;
    z-index: 999999;
}

.dai-lang-switch.is-open .dai-lang-menu {
    display: block;
}

.dai-lang-menu a {
    display: block;
    padding: 8px 10px;
    color: #333 !important;
    text-decoration: none;
    text-align: center !important;
    font-weight: 300;
}

.dai-lang-menu a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.dai-search-layer {
    position: fixed;
    inset: 0;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
}

.dai-search-layer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.dai-search-layer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.dai-search-layer__panel {
    position: relative;
    width: min(720px, calc(100% - 32px));
    margin: 12vh auto 0;
    background: #fff;
    padding: 18px 18px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.dai-search-layer__title {
    margin: 0 0 12px;
    font-weight: 600;
}

.dai-search-layer__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

body.dai-search-open {
    overflow: hidden;
}
