/* HK header – language switch & layout */
.hk-lang-switch {
    position: relative;
    display: inline-block;
    z-index: 10001;
}

.hk-lang-btn {
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    outline: none;
    line-height: 1.5;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.hk-lang-btn:focus,
.hk-lang-btn:active,
.hk-lang-btn:focus-visible {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.hk-lang-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    width: max-content;
    min-width: 0;
    margin: 0;
    padding: 2px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 10002;
}

.hk-lang-switch.is-open .hk-lang-menu {
    display: block !important;
}

.hk-lang-menu a {
    display: block;
    padding: 6px 12px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
}

.hk-lang-menu a:focus,
.hk-lang-menu a:active {
    outline: none;
    box-shadow: none;
}

.hk-lang-menu a:hover {
    background: #f5f5f5;
    color: #000;
}

.hk-lang-menu a.active {
    font-weight: bold;
    background: #f5f5f5;
}

#Header.d-sm-none .hk-lang-menu {
    padding: 0;
    top: calc(100% + 4px);
}

#Header.d-sm-none .hk-lang-menu a {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.25;
    min-height: 0;
}

#Header.hk-header-pc {
    overflow: visible !important;
    z-index: 10000 !important;
    height: var(--hk-pc-header-height) !important;
    min-height: var(--hk-pc-header-height);
    max-height: none;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#Header.hk-header-pc .dtlogo {
    width: 100%;
    height: var(--hk-pc-header-logo-height);
    flex: 0 0 var(--hk-pc-header-logo-height);
    display: flex;
    align-items: center;
}

#Header.hk-header-pc .dtlogo .row {
    width: 100%;
    height: 100%;
    align-items: center;
    margin: 0;
}

#Header.hk-header-pc .dtlogo img {
    max-height: calc(var(--hk-pc-header-logo-height) * 0.55);
    width: auto;
    display: block;
    margin: 0 auto;
}

.hk-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    max-width: 50%;
    height: var(--hk-pc-header-nav-height);
    flex: 0 0 var(--hk-pc-header-nav-height);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.hk-header-nav a {
    color: #1a1a1a;
    font-size: clamp(13px, calc(var(--hk-pc-header-nav-height) * 0.28), 13px);
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Gotham-Book', Arial, sans-serif;
    line-height: 1.2;
}

.hk-header-nav a:hover {
    color: #000;
}

#Header.d-sm-none {
    height: auto !important;
    min-height: 50px;
    padding-bottom: 5px;
}

.hk-header-nav-mobile {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding: 8px 0 10px;
    justify-content: space-between;
}

.hk-header-nav-mobile a {
    font-size: 11px;
    letter-spacing: 0.3px;
}

#Header.hk-header-pc .menu_area {
    display: none;
}

#Home2 {
    padding-top: var(--hk-pc-header-height) !important;
}

#Home2 .pic_box {
    top: var(--hk-pc-header-height) !important;
}

#Home2 .pic_box_bar {
    padding-top: 5px;
}

#Home2_mobile {
    padding-top: 80px !important;
}

#Home2_mobile .pic_box {
    /*top: 78px !important;*/
    /*position: sticky;*/
}

.mobile_footer {
/*    position: sticky !important;
    top: 75px;*/
    margin-top: 0 !important;
/*    height: calc(100vh - 75px);*/
}
