.mainMenu .Menusubtab {
    display: none;
}
.mainMenu .Menusubtab.is-open {
    display: block;
}
.Menusubtab {
    height: auto;
    border: 1px solid #FFF; 
    background-color: #1a1423;
}

.subtabtop {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.subtabbottom {
    color: #fcd17b;
    padding-top: 20px;
}
.subtabbottom a{
    color: #fcd17b;
}
.subtabbottom a:hover {
    color: #fcaf17;;
}
.Menusubtabbox {
    max-width: 1399.65px;
    margin: auto;
    display: flex;
    padding: 1% 3% 0px 3%;
}
.subtabbox {
    flex: 1;
    padding: 10px;
    padding-bottom: 24px
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.newbtn {
    display: inline-block;
    padding: 7px 11px;
    line-height: 1.4;
    font-size: 1rem;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffc107;
    color: #000000;
    font-weight: 500;
    margin: 6px 0px;
}
.newbtn:hover {
    color: black;
    background: #ffca2c;
}


.fixfontsize{
    font-size: 16px !important;
}
.icon-sublist::after {
    font-family: FontAwesome !important;
    padding-left: 5px;
    content: "\f107";
    color: #FFFFFF;
}

.icon.iconInfo::before {
    font-family: FontAwesome !important;
    padding-right: 5px;
    content: "\f05a";
    line-height: 2.6;
    color: #FFFFFF;
}

.icon.iconSpeaker::before {
    font-family: FontAwesome !important;
    padding-right: 5px;
    content: "\f028";
    line-height: 2.6;
    color: #FFFFFF;
}

.icon.iconCall::before {
    font-family: FontAwesome !important;
    padding-right: 5px;
    content: "\f041";
    line-height: 2.6;
    color: #FFFFFF;
}

.icon.iconUser::before {
    font-family: FontAwesome !important;
    padding-right: 5px;
    content: "\f007";
    line-height: 2.6;
    color: #FFFFFF;
}

.icon.iconLogin::before {
    font-family: FontAwesome !important;
    padding-right: 5px;
    content: "\f095";
    line-height: 2.6;
    color: #FFFFFF;
}

.icon.iconEmail::before {
    font-family: FontAwesome !important;
    padding-right: 5px;
    content: "\f003";
    line-height: 2.6;
    color: #FFFFFF;
}


.gridcolor:hover div::before, .gridcolor:hover a {
    color: gray!important;
}
.orangecolor:hover ::after, .orangecolor:hover a {
    color: #ffdd31!important;
}


.ns-lang-switcher {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

.ns-lang-btn {
    min-width: 100px;
    padding: 10px 14px;
    background: unset;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
}

.ns-lang-btn:after {
    font-family: FontAwesome !important;
    content: "\f107";
    margin-left: 8px;
    font-size: 12px;
}

.ns-lang-dropdown {
    position: absolute;
    top: calc(100% + -5px);
    left: 20px;
    background: #fff;
    display: none;
    overflow: hidden;
    padding: 10px 0px;
    width: max-content;
}

.ns-lang-dropdown.ns-is-open {
    display: block;
}

.ns-lang-item {
    padding: 0px 20px!important;
    color: black!important;
    text-align: left;
}

.ns-lang-item:hover {
    background: #f5f5f5;
    color: #fcaf17;;
}

.ns-lang-item.ns-is-active {
    background: #fcaf17;
    color: #fff;
}


.mobileMainMenu {
    display: none;
}

.mobileMenu-box {
    display: none;
}


/* -------------  990px version  -------------*/
@media only screen and (max-width: 991px) {
    .newbtn {
        font-weight: bold;
        font-size: 0.9rem;
    }

    .information, .mainMenu, .front {
        display: none!important;
    }

    .Menusubtabbox {
        flex-wrap: wrap;
    }
    .subtabbox {
        flex: none;
        width: 50%;
        padding: 24px 10px;
    }

    .mobileMainMenu {
        display: block;
        background-color: #1A1423;
        width: 100%;
        height: 58px;
        position: fixed;
    }
    .mobileMainMenu-bar {
        display: flex;
        justify-content: space-between;
        height: 58px;
        align-items: center;
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: var(--gutter-x, 15px);
        padding-left: var(--gutter-x, 15px);
        margin-right: auto;
        margin-left: auto;
        max-width: 720px;
    }
    .mobileMainMenu-bar-login {
        text-align: end;
    }
    .mobileMenu-box {
        display: none;
        background-color: #1a1423;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
    }

    .mobileMenu-cont {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobileMenu-bar {
        height: 70.38px;
        background-color: #1a1423;
        width: 100%;
    }
    .mobileMenu-bar .mobileMainMenu-bar {
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 70px;
        padding: 16px;
    }
    .mobileMenu-bar .navbar-toggler-icon {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
        width: 1em;
        height: 1em;
        padding: 2px;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
        cursor: pointer;
        opacity: 0.5;
    }
    .mobileMenu-bar .navbar-toggler-icon:hover {
        opacity: 0.75;
    }

    .mobileMenu-main {
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        width: 100%;
    }
    .mobileMenu-main-list-item {
        display: flex;        
        justify-content: space-between;
        flex-direction: column;
    }
    .A-list::after {
        font-family: FontAwesome !important;
        padding-left: 5px;
        content: "\f107";
        color: #fff;
        float: right;
    }
    .mobileMenu-main-more {
        margin-top: 1rem !important;
    }
    .mobileMenu-main-more-item:hover .icon.iconInfo, .mobileMenu-main-more-item:hover a, .mobileMenu-main-list-item a:hover, .mobileMenu-main-list-item a:hover::after {
        color: #faae17 !important;
    }

    .mobileMenu-main-more-item {
        color: #fff;
        display: flex;
        align-items: center;
        margin: 0 15px;
    }
    .mobileMenu-main-more-item > a, .mobileMenu-main-list-item > a{
        color: #fff;
        padding: 8px 0;
    }





    /* 獨立 BOX 外觀：完全唔用 mobileMenu-main-more-item/icon/category 既 class */
    #langBoxMobileUniq{
        position: absolute;
        z-index: 99999;
        top: -80px;
        background: rgb(0 0 0);
        border: 1px solid #fff;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
        width: 98;
        height: 86;
        padding: 8px 0;
    }

    .lang-box-item-Uniq{
        padding: 8px 14px;
        cursor: pointer;
        user-select: none;
        font-size: 14px;
        line-height: 18px;
    }

    .lang-box-item-Uniq:hover{
        background: rgba(37,99,235,0.08);
    }

    .lang-box-item-Uniq.is-active-Uniq{
        background: #faae17;
        color: #ffffff;
        font-weight: none;
        font-size: 17px;
    }













}
/* -------------  990px version  -------------*/

/* -------------  768px version  -------------*/
@media only screen and (max-width: 767px) {
    .Menusubtabbox {
        flex-direction: column;
    }

    .subtabbox {
        width: 100%;
        padding: 10px 5px;
    }

    .subtabbox .subtabbottom {
        padding: 0px !important;
    }
    .subtabbox div:not([class]) + .subtabbottom {
        padding-top: 15px !important;
    }

}