/* headerNav */
html:lang(zh-cn) .util__font--bold {
    font-weight: bold;
}

.header__container {
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    background-color: #1b1834;
    transition: all .3s ease-in-out;
}
.gradient-header{
    background: linear-gradient(0deg, rgba(2, 2, 2, 0.0001) 0%, rgba(8, 8, 8, 0.6) 100%);
    mix-blend-mode: normal;
    /*opacity: 0.6;*/
}
.gradient-header1{
    background: linear-gradient(0deg, rgba(2, 2, 2, 0.0001) 0%, rgba(8, 8, 8, 0.3) 100%);
}
.gradient-header2{
    background: linear-gradient(0deg, rgba(2, 2, 2, 0.0001) 0%, rgba(8, 8, 8, 0.1) 100%);
}
.gradient-header3{
    background: linear-gradient(0deg, rgba(2, 2, 2, 0.0001) 0%, rgba(8, 8, 8, 0) 100%);
}
.header__container.affix {
    top: -70px;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 1px solid #fff; */
    height: 66px;
}

.header__top-border {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 4px;
    /*background: linear-gradient(to right, #c01821 0%, #c01821 76.7%, #012163 76.7%, #012163 88.5%, #f5df8a 88.5%, #b38e3d 100%);*/
    background:#CA0050;
}

.header__top-border img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navigation__book--left {
    flex: 2;
    height: 100%;
}

.booking__link {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.booking__link.top-nav__booking--desktop {
    display: none;
}

.booking__link:hover {
    text-decoration: none;
}

.booking__link:focus {
    text-decoration: none;
}

.navigation__book--left svg {
    display: block;
    /*width: 23px;*/
    width: 19px;
}

.navigation__book--left span {
    font-size: 12px;
    line-height: 8px;
    color: #fff;
}

.header__londoner--logo {
    flex: 7;
    overflow: hidden;
    position: relative;
    height: 99%;
    text-align: center;
}

.header__londoner--logo > a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* height: 100%; */
}

.header-logo__mobile {
    display: block;
}

.header-logo__pc {
    display: none;
}

.header__language-change {
    display: none;
}

.header__londoner--logo img {
    width: 80px;
}

.header__menu--right {
    display: flex;
    flex: 2;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #fff; */
    height: 100%;
}

.header__menu--right svg {
    display: block;
    /*width: 24px;*/
    width: 25px;
}

.menu-close {
    display: none;
    width: 25px;
    cursor: pointer;
}

.header__menu-text--block {
    display: none;
}

.header__icon--book,
.header__icon--menu,
.header__icon--globe {
    fill: #fff;
}

.header__container.mobile-header .header__icon--book,
.header__container.mobile-header .header__icon--menu,
.header__container.mobile-header .header__icon--globe {
    fill: #fff !important;
}

.header__container.mobile-header .navigation__book--left span {
    /*color: #434c5a !important;*/
    color: #ffffff !important;
}

.header__container.mobile-header .booking__link span {
    /*color: #424b5a;*/
    /*2023.2.14 by penghuzhen*/
    /*margin-top: -5px;*/
    /*margin-top: 7px;*/
    /*2023.2.21 by penghuzhen end*/
}
.js_sn_links > a:hover{
    color: #424B5A;
    text-decoration: none;
}
.bread-crumb{
    display: none;
}
.header__container.mobile-header .language-selected {
    /*color: #424b5a;*/
    color: #ffffff;
    opacity: 1;
}
.menu-show {
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .header__container {
        /*background-color: rgba(255, 255, 255, 0);*/
    }

    .header__container.mobile-header {
        background: #1B1834;
    }

    .header-nav {
        display: flex;
        height: 67px;
        background-color: none;
    }

    .header__top-border {
        height: 4px;
        background-size: 100%;
    }

    .navigation__book--left {
        flex: 1;
    }

    .header__londoner--logo {
        flex: 11;
    }

    .header-logo__mobile {
        display: none;
    }

    .header-logo__pc {
        display: block;
    }

    .booking__link.top-nav__booking--mobile {
        display: none;
    }

    .booking__link.top-nav__booking--desktop {
        display: flex;
    }

    .header__menu--right {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: center;
        justify-content: center;
    }

    .header__londoner--logo img {
        /*width: 80px;*/
        width: 82px;
    }

    .header__language-change {
        display: block;
        display: flex;
        float: right;
        align-items: center;
        justify-content: space-between;
        margin-right: 46px;
        width: 118px;
        height: 100%;
        font-size: 12px;
    }

    .language-choose {
        display: block;
        width: 100%;
        height: 100%;
        /*color: #b3b7bd;*/
        color: #ffffff;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        opacity: 0.6;
    }

    .header__language-change > svg {
        width: 14px;
        height: 16px;
    }

    .header__menu-text--block {
        display: block;
        margin-top: -5px;
        line-height: 12px;
        color: #fff;
    }

    .header__container.mobile-header .header__menu-text--block {
        /*color: #424b5a;*/
    }
    .js-header-book-text{
        color:#ffffff;
    }
    .header__container.active .booking__link span {
        /*color: #424b5a !important;*/
    }

    .header__container.active .language-selected {
        /*color: #424b5a !important;*/
        color: #fff !important;
    }

    .header__container.active .header__menu-text--block {
        display: none;
    }

    .header__container.active .menu-show {
        display: none;
    }

    .header__container.active .menu-close {
        display: block;
    }

    .header__container.active .header-nav {
        /*background-color: #fff;*/
        background-color: #1B1834;
    }

    .header__container.active .header__icon--book,
    .header__container.active .header__icon--menu,
    .header__container.active .header__icon--globe {
        /*fill: #434c5a !important;*/
        fill: #ffffff !important;
    }

    .header__menu--right svg {
        cursor: pointer;
    }
}

@media screen and (min-width: 1366px) {
    .header-nav {
        display: flex;
        height: 76px;
    }

    .header__top-border {
        height: 5px;
    }

    .header__londoner--logo {
        flex: 14;
    }

    .header__londoner--logo img {
        width: 94px;
    }

    .navigation__book--left svg {
        /*width: 30px;*/
        /*height: 40px;*/
        width: 32px;
    }

    .navigation__book--left span {
        font-size: 16px;
        line-height: 19px;
    }

    .header__menu--right svg {
        /*width: 34px;*/
        width: 32px;
    }

    .header__language-change {
        margin-right: 63px;
        width: 130px;
        font-size: 14px;
    }

    .header__menu-text--block {
        margin-top: 0;
        font-size: 16px;
    }
}

@media screen and (min-width: 1600px) {
    .header-nav {
        height: 93px;
    }

    .header__top-border {
        height: 7px;
    }

    .booking__link svg {
        padding-bottom: 3px;
        width: 33px;
    }

    .booking__link span {
        font-size: 16px;
    }

    .header__londoner--logo img {
        width: 118px;
    }

    .header__language-change {
        margin-right: 66px;
        font-size: 15px;
    }

    .header__language-change svg {
        margin-left: 0;
        width: 18px;
        height: 18px;
    }

    .header__menu--right svg {
        /*width: 33px;*/
        width: 32px;
    }

    .menu-close {
        width: 30px;
    }

    .header__menu-text--block {
        font-size: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .header-nav {
        display: flex;
        height: 92px;
    }

    .navigation__book--left {
        flex: none;
        width: 139px;
        height: 100%;
    }

    .navigation__book--left svg {
        margin-bottom: -5px;
        /*width: 33px;*/
        width: 32px;
    }

    .header__top-border {
        height: 8px;
    }

    .navigation__book--left span {
        margin-top: 5px;
        font-size: 16px;
        line-height: 19px;
    }

    .header__londoner--logo {
        flex: 1;
        height: 100%;
        text-align: center;
    }

    .header__londoner--logo img {
        /*width: 114px;*/
        width: 134px;
    }

    .header__language-change {
        display: flex;
        float: right;
        align-items: center;
        justify-content: space-around;
        margin-right: 64px;
        width: 163px;
    }

    .header__language-change svg {
        display: inline-block;
        width: 18px;
        /* height: 18px; */
    }

    .header__language-change span {
        font-size: 16px;
        line-height: 18px;
    }

    .header__menu-text--block {
        display: block;
        font-size: 16px;
        line-height: 19px;
    }

    .header__menu--right {
        flex: none;
        width: 133px;
        height: 100%;
    }

    .header__menu--right svg {
        /*width: 33px;*/
        width: 32px;
    }

    .menu-close {
        width: 26.7px;
    }
}

@media screen and (min-width: 2560px) {
    .header-nav {
        height: 112px;
    }

    .header__language-change span {
        font-size: 18px;
    }

    .booking__link svg {
        width: 40px;
        /* height: 40px; */
    }

    .header__language-change {
        margin-right: 40px;
        width: 230px;
    }

    .header__language-change svg {
        width: 30px;
        height: 30px;
    }

    .navigation__book--left span {
        font-size: 26px;
        line-height: 26px;
    }

    .header__menu--right svg {
        /*width: 40px;*/
        width: 32px;
    }

    .header__londoner--logo img {
        width: 140px;
    }

    .header__menu--right {
        width: 150px;
    }

    .header__menu--right svg {
        /*width: 40px;*/
        width: 32px;
    }

    .header__menu-text--block {
        font-size: 22px;
        line-height: 30px;
    }
}

/* header background-color */
/* .header-bgcc {
    animation: header-bgc 2s;
}

@keyframes header-bgc {
    from {background-color: none;}
    to {
        background-color: #fff;
    }
} */

.language-choose {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #b3b7bd;
}

.language-choose:focus,
.language-choose:hover {
    text-decoration: none;
    /*color: #b3b7bd;*/
    color: #ffffff;
}

/* end of headerNav */

/* sidebar */
.header__sidebar {
    display: block;
    display: flex;
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    background-color: #fdfdfd;
}

.header__sidebar::-webkit-scrollbar {
    display: none;
}

.header__sidenav__close {
    float: right;
    width: 17px;
    height: 17px;
}

/* 2023.03.16 pengchenglong add style */
.header__sidenav__close img {
     max-width: 15.81px;
}
/* 2023.03.16 pengchenglong end */

.header__sildebar__top-border {
    position: fixed;
    top: -10px;
    width: 100%;
    height: 4px;
}

.header__sildebar__top-border img {
    width: 100%;
    height: 100%;
}

.header__sidebar__sideborder {
    position: fixed;
    width: 5px;
    height: 100%;
    background:#CA0050;
}

.header__sidebar__sideborder img {
    width: 100%;
    height: 100%;
}

.side__nav {
    flex: 1;
    overflow: auto;
    z-index: 100;
    margin-left: 5px;
}

.language-select--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-bottom: 1px solid #d7d7d7;*/
    border-bottom: 1px solid #e7e7e7;
    padding-left: 29px;
    /*2023.2.14 by penghuzhen*/
    padding-right: 25px;
    /*2023.2.14 by penghuzhen end*/
    width: 100%;
    height: 75px;
    font-size: 12px;
}

.language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
    /*width: 106px;*/
}
/*2023.2.20 by penghuzhen*/
.language-select--top .language a{
    /*color: unset;*/
}
/*2023.2.20 by penghuzhen end*/
.language span {
    color: #b3b7bd;
    margin-left: 13px;
}

.language-selected {
    color: #fff;
    opacity: 1;
}
/*2023.2.14 by penghuzhen*/
.language-select--top svg {
    width: 18px;
    height: 18px;
}
/*2023.2.14 by penghuzhen end*/
.menu-title--middle {
    list-style: none;
    padding-left: 28px;
    width: 100%;
}

.menu-title--middle .menu-lable .primary-menu {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
    width: 100%;
    /*height: 57px;*/
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    color: #424b5a;
    padding: 2.4rem 0;
}
.menu-title--middle .menu-lable.active .primary-menu{
    border-bottom: 0;
}

.primary-menu .header__primary-menu__title--text {
    display: inline-block;
    width: 60%;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #1B1834;
    transition: all .1s ease-in-out;
}

.primary-menu::before {
    display: inline-block;
    /*height: 57px;*/
    vertical-align: middle;
    content: "";
}
.menu-lable.active .menu-item{
    padding-top: 20px;
}
.menu-item:nth-of-type(1) {
    padding-top: 0!important;
}

.menu-item:last-child {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 34px;
}

.menu-lable .primary-menu .menu-lable,
.menu-lable {
    margin-bottom: 0;
}

.menu-item {
    display: none;
    padding: 8.7px 0;
    padding-left: 2px;
}

.menu-item a {
    color: #979797;
    /*2023.2.14 by penghuzhen*/
    line-height: 19px;
    /*2023.2.14 by penghuzhen end*/
}

.menu-item a:hover {
    color: #1B1834;
}

.primary-menu-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 100%;
    transform: translateY(-50%);
    cursor: pointer;
}
/*2023.03.21 by huzhen */
.header__arrow--right::after {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 0;
    border-top: 1px solid #1B1834;
    border-right: 1px solid #1B1834;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    content: "";
}
.header__arrow--down::after {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 0;
    border-top: 1px solid #CA0050;
    border-right: 1px solid #CA0050;
    width: 10px;
    height: 10px;
    transform: rotate(315deg);
    content: "";
}
/*2023.03.21 by huzhen end */
.menu-lable .header__arrow--down {
    display: none;
}

.menu-title--middle a {
    text-decoration: none;
}

.menu-title--middle a:hover {
    text-decoration: underline;
}

.right-mark {
    display: none;
    position: absolute;
    top: 50%;
    left: -25px;
    border-top: 6px solid transparent;
    border-left: 10.5px solid #c01821;
    border-bottom: 6px solid transparent;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
}

.submenu {
    display: none;
    list-style: none;
    border-bottom: 1px solid #d7d7d7;
    padding: 13px 0;
    font-size: 11px;
}

.submenu-item {
    display: block;
    padding: 7px 0;
}

.menu-lable.active .primary-menu .header__primary-menu__title--text {
    color: #CA0050;
}

.menu-lable.active .header__arrow--right {
    display: none;
}

.menu-lable.active .header__arrow--down {
    display: block;
}

.menu-lable.active .menu-item {
    display: block;
    font-size: 16px;
}

.menu-lable.active .right-mark {
    display: none;
}

@media screen and (max-width: 767px) {
    .header__sildebar__top-border{
        top: 0;
        background: #CA0050;
    }
    .language-select--top{
        padding-left: 2rem;
        height: 6.4rem;
        margin-bottom: 0.4rem;
    }
    .language span{
        color: #1B1834;
    }
    .header__container.mobile-header .language-selected{
        /*color: #424b5a;*/
        color: #1B1834;
    }
    .language-choose{
        color: #b3b7bd;
    }
    .header__sidebar__sideborder{
        width: 0.4rem;
    }
    .language-choose:focus, .language-choose:hover{
       color: #b3b7bd;
    }
}
/* middle end */

/* bottom detail */
.co-info--bottom {
    padding-top: 8px;
    padding-left: 25px;
}

.co-info--bottom .co-info__bottom-text {
    color: #b5b5b5;
}

.co-info__bottom__item {
    vertical-align: middle;
}

.bottom-icon {
    display: inline-block;
    margin-right: 4px;
    width: 9px;
    /* height: 12px; */
    line-height: 12px;
    vertical-align: middle;
}

.bottom-icon img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.co-info--bottom span {
    display: inline-block;
    margin: 4px 0;
    width: 80%;
    font-size: 12px;
    line-height: 13px;
    vertical-align: middle;
    transform: scale(.94);
    transform-origin: left;
}

/* bottom end */

@media screen and (min-width: 1024px) {
    .header__sidebar {
        top: 71px;
        right: 0;
        /* border-top: 1px solid #eee; */
        width: 303px;
        background-color: #fdfdfd;
        /* border-top: 1px solid #eee; */
    }

    .booking-widget__container {
        display: none;
    }

    .language-select--top {
        display: none;
        top: 78px;
    }

    .header__sildebar__top-border {
        display: none;
    }

    .menu-title--middle {
        border-top: 1px solid #eee;
        padding-left: 47px;
    }

    .side__nav .menu-title--middle .menu-lable .primary-menu {
        display: flex;
        align-items: center;
        /*height: 45px;*/
        /*2023.2.14 by penghuzhen*/
        padding: 2.8rem 0;
        /*2023.2.14 by penghuzhen end*/
    }

    .menu-lable .primary-menu a {
        height: auto;
        /*font-size: 12px;*/
    }

    .menu-item {
        font-size: 12px;
    }

    .right-mark {
        left: -32px;
    }

    .co-info--bottom {
        padding-left: 40px;
    }

    .bottom-icon {
        width: 11px;
    }

    .side__nav {
        margin-left: 5px;
    }
}

@media screen and (min-width: 1366px) {
    .header__sidebar {
        top: 81px;
        width: 330px;
    }

    /*.side__nav .menu-title--middle .menu-lable .primary-menu {*/
    /*    height: 48px;*/
    /*}*/

    .menu-lable .primary-menu .header__primary-menu__title--text {
        font-size: 18px;
    }

    .menu-item {
        font-size: 13px;
    }

    .right-mark {
        left: -30px;
    }

    .side__nav {
        margin-left: 5px;
    }
}

@media screen and (min-width: 1600px) {
    .header__sidebar {
        top: 100px;
        width: 360px;
    }

    /*.side__nav .menu-title--middle .menu-lable .primary-menu {*/
    /*    height: 54px;*/
    /*}*/

    .menu-lable .primary-menu .header__primary-menu__title--text {
        font-size: 18px;
    }

    .menu-item {
        font-size: 14px;
    }

    .co-info--bottom span {
        font-size: 13px;
    }

    /*.header__arrow--right::after {*/
    /*    border-top: 2px solid #424b5a;*/
    /*    border-right: 2px solid #424b5a;*/
    /*    width: 15px;*/
    /*    height: 15px;*/
    /*}*/

    /*.header__arrow--down::after {*/
    /*    border-top: 2px solid #c01821;*/
    /*    border-right: 2px solid #c01821;*/
    /*    width: 14px;*/
    /*    height: 14px;*/
    /*}*/

    .navigation__book--left span {
        font-size: 16px;
        line-height: 19px;
    }

    .right-mark {
        left: -31px;
    }
}

@media screen and (min-width: 1920px) {
    .header__sidebar {
        top: 100px;
        width: 480px;
    }

    .menu-lable .primary-menu .header__primary-menu__title--text {
        font-size: 18px;
    }

    /*.side__nav .menu-title--middle .menu-lable .primary-menu {*/
    /*    height: 82px;*/
    /*}*/

    .primary-menu-arrow::after {
        width: 14px;
        height: 14px;
    }

    .co-info--bottom span {
        font-size: 16px;
        line-height: 18px;
        transform: unset;
    }

    .menu-item {
        padding: 7px 2px;
        font-size: 16px;
    }

    /*.menu-item:nth-of-type(1) {*/
    /*    padding-top: 22px;*/
    /*}*/

    .menu-item:last-child {
        padding-bottom: 34px;
    }

    .co-info--bottom {
        padding-top: 36px;
    }

    .bottom-icon {
        margin-right: 11px;
        width: 17px;
        height: 24px;
    }

    .right-mark {
        left: -28px;
        border-top: 8px solid transparent;
        border-left: 15.5px solid #c01821;
        border-bottom: 8px solid transparent;
    }

    .primary-menu-arrow {
        width: 78px;
    }

    /*.header__sidebar__sideborder {*/
    /*    width: 10px;*/
    /*}*/

    .bottom-icon {
        margin: 10px;
    }

    .navigation__book--left span {
        margin-top: 4px;
        font-size: 16px;
    }

    /*.side__nav {*/
    /*    margin-left: 10px;*/
    /*}*/
}

@media screen and (min-width: 2560px) {
    .header__sidebar {
        top: 119.4px;
        width: 574px;
    }

    .menu-item {
        font-size: 20px;
    }

    .menu-lable .primary-menu a {
        font-size: 24px;
    }

    .navigation__book--left span {
        margin-top: 8px;
        font-size: 24px;
    }

    /*.side__nav .menu-title--middle .menu-lable .primary-menu {*/
    /*    height: 88px;*/
    /*}*/

    .menu-close {
        width: 52px;
    }

    .menu-close img {
        width: 40px;
    }

    /*.header__sidebar__sideborder {*/
    /*    width: 14px;*/
    /*}*/

    .menu-lable .primary-menu .header__primary-menu__title--text {
        font-size: 18px;
    }

    .co-info--bottom span {
        font-size: 17px;
    }

    .right-mark {
        left: -28px;
    }

    .side__nav {
        margin-left: 14px;
    }
}

/* end of sidebar */

/* booking widget */

.booking-widget__container {
    visibility: hidden;
    position: fixed;
    top: -54px;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    transition: all .3s ease-in-out;
    touch-action: none;
}

.booking-widget__container.affix {
    visibility: visible;
    top: 0;
}

.booking-widget__body {
    display: flex;
    height: 50px;
    background: #fff;
}

.booking-widget__button {
    min-width: 75px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    /*2023.04.26 by huzhen*/
    background: #CA0050;
    /*2023.04.26 by huzhen end*/
}

.booking-widget__button a {
    display: block;
    padding: 13px;
    height: 100%;
    color: inherit !important;
}

.booking-widget__input__container {
    position: relative;
    flex-grow: 2;
    padding: 13px 20px;
    font-size: 14px;
    color: #434c5a;
}

.booking-widget__input__container::after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 36px;
    height: 34px;
    background: url("../svg/icon__arrow--down-2.svg") center / 100% no-repeat;
    content: "";
}

.booking-widget__input__container.active::after {
    transform: scaleY(-1);
}

.booking-widget__menu__container {
    width: 75px;
}

.booking-widget__menu__container::before {
    background-color: #dbdbdb;
}

.booking-widget__icon--menu {
    fill: #434c5a;
}
.connect-text{
    display: none;
}
/* end of booking widget */
.side-button-container{
    bottom: 143px!important;
}
@media(min-width: 768px){
    .side-button-container{
        bottom: 84px!important;
    }
}
.side-button-container .reserve{
    background: #BE6A8B!important;
}
.side-button-container .details{
    background: #504E5E!important;
}
.navs-shortcut span,.navs-shortcut a{
    text-transform: unset;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header__container.mobile-header .language-selected {
        color: #424b5a;
        /*color: #ffffff;*/
        opacity: 1;
    }
    .footer-border {
        width: calc(100% - 9.7% - 15px);
    }
    .footer-index{
        width: calc(100% - 9.7% - 15px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: unset;
    }
    .main-footer .col-lg-4{
        width: 40%;
    }
    .connect-text{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .menu-lable.active .menu-item {
        padding-top: 1.8rem;
    }
    .menu-item:last-child {
        padding-bottom: 3.2rem;
    }
}

/*add by ki 20230421 begin*/
/* 20230417 pengchenglong <1600 16px -> 14px BUG IS-439,IS-440*/
@media (min-width: 768px) and (max-width: 1600px){
    .side__nav .menu-title--middle .menu-lable .primary-menu {
        display: flex;
        align-items: center;
        /*height: 45px;*/
        padding: 2rem 0;
        font-size: 16px;
        line-height: 2rem;
    }

    .menu-lable .primary-menu .header__primary-menu__title--text{
        font-size: 16px;
    }

    .primary-menu .header__primary-menu__title--text {
        font-size: 16px;
    }

    .menu-lable.active .menu-item {
        font-size: 14px;
    }

    .menu-title--middle {
        padding-left: 37px;
    }
}

@media (min-width: 1601px){
    .menu-lable.active .menu-item {
        font-size: 16px;
    }

    .menu-title--middle {
        padding-left: 47px;
    }

    .side__nav .menu-title--middle .menu-lable .primary-menu {
        display: flex;
        align-items: center;
        /*height: 45px;*/
        padding: 2.4rem 0;
    }

    .menu-lable .primary-menu .header__primary-menu__title--text{
        line-height: 2.2rem;
    }
}
/* 20230417 pengchenglong end */
/*add by ki 20230421 end*/