
@font-face {
    font-display: swap;
    font-family: Maersk Text;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaerskText-Regular.eot?) format("eot"), url(/fonts/MaerskText-Regular.woff2) format("woff2"), url(/fonts/MaerskText-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maersk Text;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/MaerskText-Italic.eot?) format("eot"), url(/fonts/MaerskText-Italic.woff2) format("woff2"), url(/fonts/MaerskText-Italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maersk Text;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/MaerskText-Bold.eot?) format("eot"), url(/fonts/MaerskText-Bold.woff2) format("woff2"), url(/fonts/MaerskText-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maersk Text;
    font-style: italic;
    font-weight: 700;
    src: url(/fonts/MaerskText-BoldItalic.eot?) format("eot"), url(/fonts/MaerskText-BoldItalic.woff2) format("woff2"), url(/fonts/MaerskText-BoldItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maersk Headline;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaerskHeadline-Regular.eot?) format("eot"), url(/fonts/MaerskHeadline-Regular.woff2) format("woff2"), url(/fonts/MaerskHeadline-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maersk Headline;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/MaerskHeadline-Italic.eot?) format("eot"), url(/fonts/MaerskHeadline-Italic.woff2) format("woff2"), url(/fonts/MaerskHeadline-Italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Maersk Headline;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/MaerskHeadline-Light.eot?) format("eot"), url(/fonts/MaerskHeadline-Light.woff2) format("woff2"), url(/fonts/MaerskHeadline-Light.woff) format("woff")
}

* {
    font-family: "Maersk Text", -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}


#wpadminbar {
/*  display: none !important;*/
}


@media only screen and (max-width: 767px){
    a.header__info-title.binct-phone-number-2.ng-tns-c67-0 {
        margin-right: 0px;
        width: 115px;
    }
    .container-main {
        padding: 0 20px;
    }
}
.tds-list>:is(li,dd) {
    -webkit-margin-after: var(--tds-list-item--margin-block);
    margin-block-end: var(--tds-list-item--margin-block);
    border-left: 2px solid #eee;
    margin: 10px;
    padding-left: 10px;
    cursor: pointer;
}

.tds-list>:is(li,dd) {
    -webkit-margin-after: var(--tds-list-item--margin-block);
    margin-block-end: var(--tds-list-item--margin-block);
    border-left: 1px solid #eee;
    margin: 0 10px;
    padding-left: 10px;
    cursor: pointer;
    padding-top: 5px;
}
/*.tcl-showcase-navigation__item {
    --tds-list-item--margin-block: 0;
    cursor: pointer;
    cursor: var(--tcl-showcase-navigation-cursor);
    margin: 0;
    padding-bottom: 0;
    position: relative;
    width: 24px;
    width: var(--tds-size--3x);
}*/
.tds-colorscheme--light .tds-theme--marketing, .tds-scrim--light .tds-theme--marketing, .tds-scrim--white .tds-theme--marketing, .tds-theme--marketing, .tds-theme--marketing .tds-colorscheme--light, .tds-theme--marketing .tds-scrim--light, .tds-theme--marketing .tds-scrim--white, .tds-theme--marketing.tds-colorscheme--light, .tds-theme--marketing.tds-scrim--light, .tds-theme--marketing.tds-scrim--white {
    --tds-color--primary: var(--tds-color-grey-10);
    --tds-color--primary-highlight: var(--tds-color-grey-20);
    --tds-theme-foreground-on-primary: var(--tds-color--white);
    --tds-theme-primary: var(--tds-color-grey-10);
    --tds-theme-primary-highlight: var(--tds-color-grey-20);
}
[dir=ltr] .tcl-showcase-navigation-wrapper {
    left: 0;
}
span.tcl-showcase-navigation__label {
    color: #eee;
    font-weight: 500;
    left: -1650px;
    position: relative;
    transition: .2s;
    font-size: 14px;
}
li.tcl-showcase-navigation__item:hover {
      
    border-left: 4px solid #eee;
}
li.tcl-showcase-navigation__item:hover span.tcl-showcase-navigation__label {
  left: 0;

}

.tcl-showcase-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tcl-showcase-navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* display: none; */
    /* border-left: 2px solid #000; */
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100vh;
    inset-inline-start: 0;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 3;
}



