/* 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: auto !important;
    min-height: 0;
    padding: 12px 0 !important;
}

#Header.hk-header-pc .dtlogo img {
    max-height: 30px;
    width: auto;
    display: block;
    margin: 0 auto;

}

#Header.hk-header-pc .dtlogo .row {
    align-items: center;
}

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

#Home2,
#Home2_mobile {
    padding-top: 48px !important;
}

#Home2 .pic_box,
#Home2_mobile .pic_box {
    top: 48px !important;
}
