body #header {
    position: relative;
    z-index: 110;
}

body #header .menu_mb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 10px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(18, 43, 69, .12);
    backdrop-filter: blur(12px);
    z-index: 99999;
}

body #header .img_logo_mb {
    position: static;
    width: auto;
    max-width: 220px;
    max-height: 56px;
}

body #header .sc_header_top {
    background:
        linear-gradient(135deg, #0f2741 0%, #183e63 45%, #225c85 100%);
    color: #f4f8fb;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body #header .sc_header_top .row_pc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 18px;
    padding: 10px 0;
}

body #header .recommended_trip {
    width: auto;
    float: none;
    margin: 0;
    color: rgba(244, 248, 251, .78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body #header .list_link_ft {
    display: flex;
    align-items: center;
    gap: 8px;
    float: none;
    margin: 0;
}

body #header .TA_socialButtonBubbles {
    width: auto;
    margin: 0;
}

body #header .list_link_ft > a,
body #header .list_link_ft > img,
body #header .list_link_ft > a img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

body #header .list_link_ft > a.fa {
    font-size: 15px;
    line-height: 1;
}

body #header .list_link_ft > a img {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: transparent;
}

body #header .list_link_ft > a:hover,
body #header .list_link_ft > a:focus {
    background: rgba(255, 255, 255, .24);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

body #header .pull-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 16px;
}

body #header .add_hd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    padding: 0;
}

body #header .add_hd:after {
    display: none;
}

body #header .header-contact-text,
body #header .header-mail-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 500;
    opacity: .95;
}

body #header .header-contact-text i.fa,
body #header .header-mail-link i.fa {
    flex: 0 0 16px;
    width: 16px;
    color: #9fd7ff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

body #header .header-mail-link:hover,
body #header .header-mail-link:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

body #header .lag_hd {
    float: none;
}

body #header .header-flags {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

body #header .item-language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    transition: background .2s ease, transform .2s ease;
}

body #header .item-language:hover,
body #header .item-language:focus {
    background: rgba(255, 255, 255, .24);
    transform: translateY(-1px);
}

body #header .item-language img {
    width: 22px;
    height: 14px;
    border-radius: 3px;
}

body #header .sc_header_menu {
    position: relative;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #dbe6ef;
    box-shadow: 0 12px 32px rgba(20, 48, 76, .06);
    transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

body #header .sc_header_menu .row {
    display: flex;
    align-items: center;
}

body #header .logo_pc {
    display: flex;
    align-items: center;
    margin: 0;
    max-width: 100%;
}

body #header .logo_pc a {
    position: static;
    display: inline-flex;
    align-items: center;
    float: none;
}

body #header .logo_pc img {
    width: auto;
    max-width: 240px;
    height: 68px;
    max-height: 68px;
}

body #header .menu_main {
    float: none;
    width: 100%;
}

body #header .menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}

body #header .menu_main .wrapper-flush {
    width: 100%;
}

body #header .menu_main .nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

body #header .menu_main .nav-menu > .menu-item {
    float: none;
    margin: 0;
}

body #header .menu_main .nav-menu > .menu-item > .menu-link {
    position: relative;
    padding: 22px 14px;
    color: #17324d;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

body #header .menu_main .menu-link > i.fa {
    width: 16px;
    margin-right: 8px;
    color: #0f68c8;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

body #header .menu_main .nav-menu > .menu-item > .menu-link:after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f68c8, #1f9ed8);
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .2s ease, transform .2s ease;
}

body #header .menu_main .nav-menu > .menu-item:hover > .menu-link,
body #header .menu_main .nav-menu > .menu-item.is-active > .menu-link {
    color: #0f68c8;
}

body #header .menu_main .nav-menu > .menu-item:hover > .menu-link:after,
body #header .menu_main .nav-menu > .menu-item.is-active > .menu-link:after {
    opacity: 1;
    transform: scaleX(1);
}

body #header .menu_main .nav-dropdown {
    top: calc(100% - 2px);
    width: 320px;
    border: 1px solid #dbe6ef;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(19, 49, 76, .12);
    overflow: hidden;
}

body #header .menu_main .nav-dropdown > .menu-item {
    margin: 0;
}

body #header .menu_main .nav-dropdown > .menu-item > .menu-link {
    padding: 12px 16px;
    color: #18324d !important;
    font-weight: 500;
}

body #header .menu_main .nav-dropdown > .menu-item:hover > .menu-link {
    color: #0f68c8 !important;
}

body #header .sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 120;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 34px rgba(16, 41, 65, .12);
    backdrop-filter: blur(14px);
}

body #header .sticky .logo_pc img {
    height: 58px;
    max-height: 58px;
}

body #header .sticky .menu_main .nav-menu > .menu-item > .menu-link {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 1199px) {
    body #header .sc_header_top .row_pc {
        gap: 10px 12px;
    }

    body #header .menu_main .nav-menu > .menu-item > .menu-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    body #header .sc_header_top {
        display: none;
    }

    body #header .sc_header_menu {
        display: none;
    }
}

@media (max-width: 767px) {
    body #header .menu_mb {
        padding-right: 12px;
        padding-left: 12px;
    }

    body #header .img_logo_mb {
        max-width: 180px;
    }
}

/* Gentle header polish: keep legacy layout, just make it cleaner and lighter. */
body #header .sc_header_top {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08);
}

body #header .recommended_trip {
    opacity: .82;
}

body #header .logo_pc a {
    padding: 4px 0;
}

body #header .sc_header_menu {
    backdrop-filter: blur(14px);
}

body #header .menu_main .nav-menu > .menu-item > .menu-link {
    transition: color .2s ease, background .2s ease;
    border-radius: 14px 14px 0 0;
}

body #header .menu_main .nav-menu > .menu-item:hover > .menu-link,
body #header .menu_main .nav-menu > .menu-item.is-active > .menu-link {
    background: linear-gradient(180deg, rgba(15, 104, 200, .08) 0%, rgba(15, 104, 200, 0) 100%);
}

body #header .menu_main .nav-dropdown {
    background: rgba(255, 255, 255, .98);
}

body #header .menu_main .nav-dropdown > .menu-item > .menu-link {
    transition: background .2s ease, color .2s ease;
}

body #header .menu_main .nav-dropdown > .menu-item:hover > .menu-link {
    background: #f5fbff;
}
