@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("//cdn.adlinktech.com/vendor/css/aos.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-theme-1.81.css");
#aboutUs2026 *, #aboutUs2026 ::before, #aboutUs2026 ::after {
    box-sizing: border-box;
}
dl, dt, dd {
    margin: 0px;
    width: 100%;
}
figure {
    margin: 0px;
}
section h2 {
    text-align: center;
    font-weight: 500;
    line-height: normal;
}
.aboutUs_container {
    margin: 0px auto;
    padding: 0 15px;
    width: 98%;
    max-width: 1380px;
}
.container {
    position: relative;
    background-color: #000;
}
@media screen and (min-width: 979px) {
    .row.top .wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .header .logo {
        margin-right: auto;
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 979px) {
    .header-normal {
        position: fixed;
        background-color: transparent;
        top: 0;
        left: 0;
        right: 0;
    }
    .sticky-header {
        background-color: #fff;
    }
    .header .row.top {
        border-color: rgba(255, 255, 255, .25);
    }
    .header .main-menu > li > a:visited, .header .nav-menu > li a:link, .header .LoginOpen.btnLogin, .se-dropdown.dropdown-lang .dropdown-text.red, .breadCrumb ul li a {
        color: #fff !important;
    }
    .header .main-menu > li.activeLink .linkClass {
        color: #d0343a !important;
    }
    .header .sticky-header .main-menu > li > a:visited, .header .sticky-header .nav-menu > li a:link, .header .sticky-header .LoginOpen.btnLogin, .sticky-header .se-dropdown.dropdown-lang .dropdown-text.red, .sticky-header .breadCrumb ul li a {
        color: #5a5858 !important;
    }
    .header .sticky-header .row.top {
        border-color: rgba(0, 0, 0, .1);
    }
    .header-search input[type="text"] {
        box-shadow: none !important;
        padding: 3px 20px 3px 15px;
        width: 100px;
    }
    .header-search input[type="text"], .header-search input[type="text"]:focus, .header-search .btn-black, .header-search .btn-black:focus {
        border-radius: 50px;
        border: none;
    }
    .header-search input[type="text"], .header-search .btn-black, .header-search .btn-black:focus {
        background-color: rgba(255, 255, 255, .75) !important;
    }
    .header-search .btn-black {
        background-color: transparent !important;
    }
    .sticky-header .header-search input[type="text"], .sticky-header .header-search input[type="text"]:focus, .sticky-header .header-search .btn-black:focus {
        color: #5a5858 !important;
    }
    .sticky-header .header-search .btn-black {
        background-color: transparent;
    }
    input[type="search"], input[type="text"] {
        appearance: none;
        -webkit-appearance: none;
        outline: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-image: none !important;
        filter: none !important;
    }
}
/***********************************************************************/
.aboutUs_hero {
    position: relative;
    z-index: 2;
    background-color: #000;
    overflow: hidden;
}
.aboutUs_hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    z-index: 1;
    visibility: visible;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.aboutUs_hero .aboutUs_container {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: none;
}
.aboutUs_hero h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 17% 0;
}
.aboutUsVideo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% auto;
    opacity: .5;
}
.aboutUsVideo video {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    height: 100%;
}
/***********************************************************************/
.aboutUs_PIntroduction {
    padding-top: 0;
}
.aboutUs_PIntroduction .aboutUs_container {
    width: 100%;
}
.aboutUs_PIntroduction ul {
    list-style: none;
    margin: 0;
    display: flex;
    column-gap: 15px;
    color: #fff;
}
.aboutUs_PIntroduction ul li {
    width: 100%;
    text-align: center;
}
.aboutUs_PIntroduction ul li:nth-of-type(3) h3 strong:after {
    content: "TAIEX";
    visibility: visible;
    font-size: 32%;
    font-weight: normal;
    margin-left: 5px;
    height: auto;
}
.aboutUs_PIntroduction ul li h3, .aboutUs_PIntroduction ul li p {
    color: #fff;
}
.aboutUs_PIntroduction ul li h3 {
    margin: 0 auto;
}
.aboutUs_PIntroduction ul li h3 strong {
    font-size: 200%;
}
.aboutUs_PIntroduction p {
    margin: 0;
}
.aboutUs_PIntroduction p.aboutUs_PIntroductionText {
    font-size: 200%;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding-top: 40px;
}
.aboutUs_PIntroduction p.aboutUs_PIntroductionText span {
    display: inline-block;
    position: relative;
}
.aboutUs_PIntroduction p.aboutUs_PIntroductionText span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 5px;
    background-color: #d0343a;
}
/***********************************************************************/
.LeaderOpenStandards {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs/LeaderOpenStandards.webp);
    visibility: visible;
}
.LeaderOpenStandards h2 {
    color: #fff;
    text-align: left;
    line-height: 1.5;
}
.LeaderOpenStandards h2 span {
    display: inline-block;
    position: relative;
}
.LeaderOpenStandards h2 span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #d0343a;
}
.LeaderOpenStandards ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.LeaderOpenStandards ul li {
    width: 100%;
    text-align: left;
}
.LeaderOpenStandards ul li p {
    color: #fff;
    margin: 0;
}
.LeaderOpenStandards ul li figure {
    margin: 25px auto 0;
    background-color: #fff;
    max-width: 250px;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.LeaderOpenStandards ul li figure figcaption {
    line-height: 1.5;
    padding-left: 20px;
    color: #222;
}
.LeaderOpenStandards ul li:nth-of-type(1) figure img {
    max-width: 74px;
}
.LeaderOpenStandards ul li:nth-of-type(3) figure img {
    max-width: 74px;
}
.LeaderOpenStandards ul li:nth-of-type(3) figure {
    margin: 0 auto 25px;
    padding: 28px 0;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***********************************************************************/
.timeline {
    position: relative;
    visibility: visible;
}
 :root {
    --red: #e8292a;
    --red-glow: rgba(232, 41, 42, 0.7);
    --dim: #1a1a1a;
    --white: #f5f5f0;
    --gray: #555;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #080808;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--red);
}
.hero-eyebrow {
    font-weight: 300;
    letter-spacing: 0.6em;
    font-size: clamp(0.65rem, 1.5vw, 0.85rem);
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards;
}
.scroll-cue {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 1s forwards;
}
.scroll-cue span {
    font-size: 0.7rem;
    letter-spacing: 0.4em;
    color: #444;
    text-transform: uppercase;
}
.scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--red), transparent);
    animation: scrollLine 2s 1.5s ease-in-out infinite;
    transform-origin: top;
}
@keyframes scrollLine {
    0%, 100% {
        transform: scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleY(0.3);
        opacity: 0.3;
    }
}
/* ── TIMELINE ── */
#timeline-container {
    position: relative;
    z-index: 10;
}
.sticky-stage {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
/* Grain overlay on stage */
.sticky-stage::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
    pointer-events: none;
    z-index: 40;
}
/* Header */
.stage-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 3vh 4vw;
    z-index: 30;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
}
.header-brand {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    letter-spacing: 0.15em;
    color: rgba(245, 245, 240, 0.15);
}
.header-counter {
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: rgba(245, 245, 240, 0.25);
}
/* Progress bar */
.progress-bar-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.06);
    z-index: 35;
}
.progress-bar-fill {
    height: 100%;
    background: var(--red);
    width: 0%;
    will-change: width;
    box-shadow: 0 0 8px var(--red-glow);
}
/* ── YEAR ORBIT ── */
#nodes-container {
    position: absolute;
    inset: 0;
    z-index: 20;
}
.node-point {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    will-change: transform;
    cursor: pointer;
    /* 使用 GPU 加速，避免手機重排 */
    transform: translate3d(0, 0, 0);
}
.node-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%);
    /* 移除 transition，改由 JS 直接控制，避免手機延遲累積 */
}
.node-year {
    position: absolute;
    bottom: 18px;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    transform: translateX(-50%);
    left: 0;
    user-select: none;
}
#content-container {
    position: absolute;
    top: 72%;
    left: 50%;
    display: grid;
    place-items: center;
    z-index: 25;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.content-card {
    grid-area: 1 / 1;
    width: 90vw;
    max-width: 800px;
    text-align: center;
    opacity: 0;
    will-change: opacity, transform;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}
.card-items-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    margin-top: 0.5rem;
    width: 100%;
}
.card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.card-title-new {
    font-weight: 700;
    font-size: clamp(1.2rem, 3.5vw, 2rem);
    line-height: 1.4;
    color: var(--white);
    max-width: 720px;
    text-align: center;
    margin-bottom: 0;
}
.card-logo-new {
    height: 50px;
    width: auto;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s, background 0.4s;
}
.card-divider {
    width: 40px;
    height: 2px;
    background: var(--red);
    opacity: 0.5;
    margin: 0.5rem 0;
    border-radius: 2px;
}
/* ── SVG PATH ── */
#svg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    pointer-events: none;
}
.cta-btn {
    position: relative;
    padding: 1rem 3.5rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(245, 245, 240, 0.25);
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.4s, color 0.4s;
}
.cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.cta-btn span {
    position: relative;
    z-index: 1;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/***********************************************************************/
.aboutUs_Partners {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs/aboutUs_Partners.webp);
}
.aboutUs_Partners h2 span {
    display: inline-block;
    position: relative;
}
.aboutUs_Partners h2 span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 5px;
    background-color: #d0343a;
}
.aboutUs_Partners h2, .aboutUs_Partners h2 + p {
    color: #fff;
}
.aboutUs_Partners h2 {
    margin: 0 0 10px;
    text-align: left;
}
.aboutUs_Partners h2 + p {
    display: block;
    margin: 0 0 50px;
    max-width: 980px;
}
.aboutUs_Partners dl {
    display: flex;
    align-items: flex-start;
}
.aboutUs_Partners dl dt figure {
    margin: 0px auto 10px;
    position: relative;
}
.aboutUs_Partners dl dt p {
    margin: 0px;
    font-size: 90%;
    line-height: normal;
    color: rgb(255, 255, 255);
}
.aboutUs_Partners dl dd ul {
    list-style: none;
    margin: 0px -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.aboutUs_Partners dl dd ul li {
    position: relative;
}
.aboutUs_Partners dl dd ul li div {
    position: relative;
    background-color: #000;
    clip-path: polygon(10px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0px 10px);
}
.aboutUs_Partners dl dd ul li div * {
    position: relative;
    z-index: 3;
}
/*
.aboutUs_Partners dl dd ul li div::after {
    content: "";
    display: inline-block;
    position: absolute;
    visibility: visible;
    clip-path: polygon(10px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0px 10px);
    z-index: 1;
    background-color: rgb(255, 255, 255);
    inset: 0px;
    height: auto;
}
*/
.aboutUs_Partners dl dd ul li figure {
    padding: 2em 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
    position: relative;
    z-index: 1;
    background-color: #fff;
    clip-path: polygon(10px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0px 10px);
    transition: all 0.3s;
}
.aboutUs_Partners dl dd ul li figure img {
    display: block;
    margin: 0px auto;
    max-width: 70%;
}
.aboutUs_Partners dl dd ul li div p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.3s;
}
.aboutUs_Partners dl dd ul li div p span {
    margin: 0px;
    font-weight: 400;
    line-height: normal;
    font-size: 80%;
    color: #fff;
    position: relative;
    z-index: 5;
}
.aboutUs_Partners dl dd ul li div p small {
    display: block;
    margin-top: 5px;
    font-size: 70%;
    line-height: 1.25;
}
/*************************************************************/
.OperationalExcellenc {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.OperationalExcellenc .aboutUs_container {
    max-width: 980px;
}
.OperationalExcellenc h2 {
    margin: 0 auto 50px;
}
.OperationalExcellenc-itemList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}
.item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
/* 圖示圓圈容器 */
.icon-container {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 7em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 20px rgba(99, 102, 241, 0.4), 0 0 50px rgba(99, 102, 241, 0.2), inset 0 0 0 2px rgba(99, 102, 241, 0.1);
    transition: all 0.4s ease-in-out;
}
.icon-container img {
    max-width: 50%;
}
.icon-label {
    margin-top: 1em;
    font-size: 100%;
    font-weight: 500;
    text-align: center;
}
/* 彈出說明框樣式 */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: white;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.04);
    /* 初始隱藏狀態 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.8) translateY(20px);
    /* 彈跳動態曲線 */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #dedede;
    cursor: default;
}
.popover.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.popover ul {
    margin-left: 14px;
}
.popover ul li {
    line-height: normal;
    margin-bottom: 5px;
}
.popover small {
    display: block;
    line-height: normal;
    text-indent: -10px;
    margin-left: 10px;
}
/* 關閉按鈕 */
.close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* SVG 圖示顏色 */
.svg-icon {
    color: #1f2937;
}
/***************************************************************/
.GlobalReach {
    padding: 70px 0px;
    /*    background-color: rgb(223, 228, 234);*/
    background: linear-gradient(135deg, rgba(224, 231, 239, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(224, 231, 239, 1) 100%);
}
.GlobalReach h2 span {
    display: inline-block;
    position: relative;
}
.GlobalReach h2 span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 5px;
    background-color: #d0343a;
}
.GlobalReach h2, .GlobalReach h2 + p {
    text-align: center;
}
.GlobalReach h2 + p {
    margin: 0 auto 30px;
}
.GlobalReach .aboutUs_container {
    position: relative;
    z-index: 2;
}
.GlobalReach_map {
    position: relative;
    z-index: 1;
}
.GlobalReach_map img[alt="world_map"] {
    position: relative;
    z-index: 1;
    opacity: .75;
}
.GlobalReach_map ul {
    list-style: none;
    margin: 0px;
    height: 100%;
    font-size: 90%;
    z-index: 2;
    position: absolute;
    inset: 0px;
    line-height: 1.25;
}
.GlobalReach_map ul li {
    position: absolute;
    font-size: 80%;
}
.GlobalReach_map ul li span {
    display: block;
    padding-left: 1.5em;
    position: relative;
}
.GlobalReach_map ul li span::before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    color: #ef9419;
    border-radius: 500px;
    width: 1.3em;
    height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.GlobalReach_map ul li.Taoyuan {
    top: 36%;
    right: 9.8%;
}
.GlobalReach_map ul li.Shanghai {
    right: 15.7%;
    top: 38%;
}
.GlobalReach_map ul li.Shanghai span {
    padding-right: 1.4375em;
}
.GlobalReach_map ul li.Deggendorf {
    top: 21.5%;
    left: 49.3%;
}
.GlobalReach_map ul li.SanJose {
    top: 27%;
    left: 7%;
}
.GlobalReach_map ul li.SanJose span, .GlobalReach_map ul li.Taoyuan span, .GlobalReach_map ul li.Deggendorf span {
    padding-left: 2em;
}
.GlobalReach_map ul li.SanJose span::before, .GlobalReach_map ul li.Deggendorf span::before, .GlobalReach_map ul li.Shanghai span::before, .GlobalReach_map ul li.Taoyuan span::before {
    background-color: #1b70b6;
}
.GlobalReach_map ul li.SanJose span::after, .GlobalReach_map ul li.Deggendorf span::after, .GlobalReach_map ul li.Shanghai span::after, .GlobalReach_map ul li.Taoyuan span::after {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 195%;
    position: absolute;
    top: -0.3em;
    left: -0.1em;
    border-radius: 500px;
    color: #bd001f;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    visibility: visible;
}
.GlobalReach_map ul li.Taoyuan span::after {
    content: "";
    height: 0.45em;
    width: .45em;
    top: 0.1em;
    left: 0.1em;
    box-shadow: 0 0 0 .2em #bd001f, 0 0 0 .3em rgb(96, 25, 134);
}
.GlobalReach_map ul li.Shanghai span:before {
    left: inherit;
    right: 15%;
    top: -122%;
}
.GlobalReach_map ul li.Shanghai span::after {
    content: "";
    height: 0.45em;
    width: .45em;
    top: -0.7em;
    left: 2.5em;
    box-shadow: 0 0 0 .2em #bd001f, 0 0 0 .3em rgb(96, 25, 134);
}
.GlobalReach_map ul li.Newcastle {
    top: 14%;
    left: 41.5%;
}
.GlobalReach_map ul li.Newcastle span::before {
    margin: 0px;
    top: 103%;
    left: 54%;
}
.GlobalReach_map ul li.Mannheim {
    top: 20.5%;
    left: 43.3%;
}
.GlobalReach_map ul li.Mannheim span {
    padding-left: 0px;
    padding-right: 1.25em;
}
.GlobalReach_map ul li.Mannheim span::before {
    left: inherit;
    right: 0px;
}
.GlobalReach_map ul li.HengeloOV {
    top: 17%;
    left: 47%;
}
.GlobalReach_map ul li.HengeloOV span {
    padding-left: 15px;
}
.GlobalReach_map ul li.HengeloOV span::before {
    top: 35%;
    margin: 0px;
}
.GlobalReach_map ul li.Paris {
    top: 25%;
    left: 46.5%;
}
.GlobalReach_map ul li.Paris span {
    padding-left: 0px;
}
.GlobalReach_map ul li.Paris span::before {
    top: -94%;
    left: inherit;
    right: 0px;
    margin: 0px;
}
.GlobalReach_map ul li.Herzliya {
    top: 32.5%;
    left: 55.5%;
}
.GlobalReach_map ul li.Beijing {
    top: 28%;
    right: 18.9%;
}
.GlobalReach_map ul li.Beijing span {
    padding-left: 0px;
    padding-right: 1.25em;
}
.GlobalReach_map ul li.Beijing span::before {
    left: inherit;
    right: 0px;
}
.GlobalReach_map ul li.Seoul {
    right: 14.5%;
    top: 28.5%;
}
.GlobalReach_map ul li.Seoul span {
    padding-left: 0;
}
.GlobalReach_map ul li.Seoul span::before {
    margin: 0px;
    top: 104%;
    left: 50%;
    transform: translateX(-50%);
}
.GlobalReach_map ul li.Tokyo {
    right: 8%;
    top: 30%;
}
.GlobalReach_map ul li.Nagoya {
    right: 10.1%;
    top: 32.7%;
}
.GlobalReach_map ul li.Nagoya span::before {
    top: -75%;
    left: 40%;
}
.GlobalReach_map ul li.Nanjing {
    right: 17.7%;
    top: 31.7%;
}
.GlobalReach_map ul li.Nanjing span {
    padding-left: 0px;
    padding-right: 1.25em;
}
.GlobalReach_map ul li.Nanjing span::before {
    left: inherit;
    right: 0px;
}
.GlobalReach_map ul li.Chengdu {
    top: 36%;
    right: 21.5%;
}
.GlobalReach_map ul li.Chengdu span {
    padding-left: 0px;
    padding-right: 1.25em;
}
.GlobalReach_map ul li.Chengdu span::before {
    left: inherit;
    right: 0px;
}
.GlobalReach_map ul li.Shenzhen {
    top: 43.3%;
    right: 16.7%;
}
.GlobalReach_map ul li.Shenzhen span {
    padding-left: 0px;
}
.GlobalReach_map ul li.Shenzhen span::before {
    top: -94%;
    left: 50%;
    margin: 0px;
    transform: translateX(-50%);
}
.GlobalReach_map ul li.Bangalore {
    top: 48.5%;
    right: 29.3%;
}
.GlobalReach_map ul li.Bangalore span {
    padding-left: 0px;
    padding-right: 1.25em;
}
.GlobalReach_map ul li.Bangalore span::before {
    left: inherit;
    right: 0px;
}
.GlobalReach_map ul li.Chennai {
    top: 47.5%;
    right: 24.5%;
}
.GlobalReach_map ul li.Chennai span:before {
    color: #bd001f;
}
.GlobalReach_map ul li.Singapore {
    top: 55%;
    right: 16%;
}
/*************************************************************/
.GlobalOffice, .GlobalLocations {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    z-index: 2;
}
.GlobalOffice ul {
    list-style: none;
    margin: -34% 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0.7em;
    max-width: 51%;
    gap: .7em;
    justify-content: center;
    background-color: #6c7c92;
}
.GlobalOffice ul li {
    text-align: center;
}
.GlobalOffice ul li img {
    box-shadow: 0.125em 0.125em 0.625em rgba(0, 0, 0, .25);
}
.GlobalOffice ul li p {
    margin: 0.5em 0px 0px;
    color: rgb(255, 255, 255);
    font-size: 84%;
    line-height: normal;
}
.GlobalLocations ul {
    list-style: none;
    margin: 1.25em 0px 0px;
    display: grid;
    gap: 0 2.4em;
    grid-template-columns: repeat(4, 1fr);
}
.GlobalLocations ul li {
    padding: 0;
    text-align: center;
}
.GlobalLocations ul li h4, .GlobalLocations ul li p {
    margin: 0px;
    line-height: normal;
    font-size: 86%;
}
.GlobalLocations ul li h3 {
    align-items: center;
    font-size: 1.6rem;
    border-bottom: 3px solid #222;
    color: rgb(195, 13, 35);
}
.GlobalLocations ul li:nth-of-type(2) h3 {
    color: rgb(96, 25, 134);
}
.GlobalLocations ul li:nth-of-type(3) h3 {
    color: rgb(243, 151, 0);
}
.GlobalLocations ul li:nth-of-type(4) h3 {
    color: rgb(3, 110, 184);
}
.GlobalLocations ul li h3 strong, .GlobalLocations ul li h4 span {
    display: inline-block;
    line-height: 1;
}
.GlobalLocations ul li h3 strong {
    font-size: 4em;
    line-height: 1;
    display: block;
}
.GlobalLocations ul li h3 span {
    display: block;
    font-size: 108%;
    line-height: 1.2;
    padding-bottom: 0.375em;
}
/*************************************************************/
.SustainableFuture {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs-v2/SustainableFutureBG.webp");
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.SustainableFuture::before {
    content: "";
    display: inline-block;
    position: absolute;
    inset: 0px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.3) 75%, rgb(0, 0, 0) 100%);
}
.SustainableFuture .aboutUs_container {
    position: relative;
    z-index: 2;
    max-width: 860px;
}
.SustainableFuture h2 {
    text-align: left;
}
.SustainableFuture h2, .SustainableFuture h2 + p {
    color: rgb(255, 255, 255);
}
.SustainableFuture h2 + p {
    font-size: 120%;
    margin: 0px 0px 1em;
}
.SustainableFuture article {
    text-align: right;
}
.SustainableFuture a {
    display: inline-block;
    background-color: rgb(207, 51, 57);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 0.8em 1em;
    font-weight: 500;
}
.SustainableFuture a::after {
    content: "\f138";
    font-family: 'FontAwesome';
    visibility: visible;
    height: auto;
    margin-left: 1em;
}
/***********************************************************/
.Strategy {
    /*    background: radial-gradient(circle at 30% 15%, #4e5159 0%, #1e2024 45%, #000000 100%);*/
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs/Strategy.webp);
}
.Strategy::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.12;
    pointer-events: none;
    mix-blend-mode: overlay;
    z-index: 0;
    visibility: visible;
}
.Strategy h2 {
    color: #fff;
}
.Strategy h2 span {
    position: relative;
}
.Strategy h2 span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 5px;
    background-color: #d0343a;
}
.Strategy_application {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 980px;
    margin: 0 auto 50px;
}
.Strategy_application article {
    position: relative;
    cursor: pointer;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .3);
}
.Strategy_application article {
    overflow: visible;
}
.Strategy_application article::before, .Strategy_application article::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
    box-sizing: border-box;
    z-index: 10;
    border-width: 0px;
    display: none;
}
.Strategy_application article::before {
    top: 0;
    left: 0;
    border-top-color: #d0343a; /* Tailwind rose-500 */
    border-left-color: #d0343a;
}
.Strategy_application article::after {
    bottom: 0;
    right: 0;
    border-bottom-color: #d0343a;
    border-right-color: #d0343a;
}
.Strategy_application article figure {
    overflow: hidden;
    position: relative;
}
.Strategy_application article figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 30%;
    visibility: visible;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.Strategy_application article img {
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.Strategy_application article div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    padding: 15px;
    transition: all 0.3s;
}
.Strategy_application article div > :is(strong, span) {
    display: block;
    width: 100%;
    line-height: normal;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.Strategy_application article div strong {
    margin-bottom: 5px;
}
.Strategy_application article div span {
    font-size: 80%;
}
.Strategy_product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    text-align: center;
}
.Strategy_product article {
    padding: 15px;
    /*    background: radial-gradient(ellipse 70% 95% at 40% 18%, rgba(6, 67, 95, 1) 0%, rgba(3, 36, 53, 1) 100%);*/
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .3);
    border: 1px solid #444;
    transition: all 0.3s;
    background: linear-gradient(145deg, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.Strategy_product article h3 {
    font-size: 125%;
    color: rgb(207, 51, 57);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: 12px;
}
.Strategy_product article:nth-of-type(3) img {
    display: block;
    margin: 0 auto;
    max-width: 38%;
    padding: 9% 0;
}
.Strategy_product article strong {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 90%;
    margin-top: 10px;
    line-height: normal;
}
.Strategy_product ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
}
.Strategy_product article:nth-of-type(3) ul {
  grid-template-columns: repeat(6, 1fr);
}

.Strategy_product article:nth-of-type(3) ul li:nth-child(-n+3) {
  grid-column: span 2;
}

.Strategy_product article:nth-of-type(3) ul li:nth-child(n+4) {
  grid-column: span 3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}
.Strategy_product article:nth-of-type(3) strong {
	margin: 0 0 16px;
}
.Strategy_product article:nth-of-type(3) ul li:nth-child(n+4) img {
	max-width: 12%;
	margin: 0 5px 0 0;
	padding: 0;
}
/***********************************************************/
@media (min-width: 768px) and (max-width: 1280px) {
    .chronology {
        font-size: 1.2vw;
    }
    ul.chronologyFeatures {
        font-size: 1.6vw;
    }
    .GlobalReach article {
        font-size: 1.2vw;
    }
}
@media (max-width: 980px) {
    .aboutUs_hero {
        padding: 5% 5% 50px;
    }
    .typewriter_container {
        font-size: 6vw;
        padding: 5% 0 10%;
    }
    .aboutUs_hero .aboutUs_container {
        flex-wrap: wrap;
    }
    .aboutUs_Partners dl {
        display: flex;
        flex-wrap: wrap;
        flex-direction: revert;
    }
    .aboutUs_Partners dl dd {
        margin-bottom: 25px;
    }
    .aboutUs_Partners dl dd ul {
        margin: 0;
        display: grid;
        gap: 15px 5%;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }
    .aboutUs_Partners dl dd ul li div {
        height: 100%;
    }
    .OperationalExcellenc .d-grid {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
        max-width: 320px;
    }
    .aboutUs_Partners dl dt {
        margin: 0 auto 50px;
        width: 100%;
        clip-path: polygon(15px 0px, 100% 0px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0px 100%, 0px 15px);
    }
    .OperationalExcellenc-itemList {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 15px;
    }
    .Strategy_application {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .Strategy_product {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 25px;
    }
    .LeaderOpenStandards ul li {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    section {
        padding: 50px 0;
    }
    /* ── Popover 行動裝置樣式 ── */
    .OperationalExcellenc {
        overflow: visible;
    }
    .OperationalExcellenc-itemList {
        position: relative;
    }
    .item-wrapper {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .item-wrapper .icon-label {
        pointer-events: auto;
    }
    .item-wrapper .popover {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) scale(0.85);
        width: 85vw;
        max-width: 360px;
        max-height: none;
        overflow-y: auto;
        z-index: 9999;
        margin: 0;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    }
    .item-wrapper .popover.active {
        transform: translate(-50%, -50%) scale(1);
    }
    .aboutUs_hero .aboutUs_container {
        margin: 0 auto;
        max-width: 1180px;
    }
    section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    section h2 span {
        display: inline-block;
    }
    .SustainableFuture article {
        text-align: left;
    }
    .GlobalReach .aboutUs_container {
        width: 100%;
        padding: 0;
    }
    .GlobalReach .scroll-container article {
        width: 1150px;
    }
    ul.chronologyFeatures {
        grid-template-columns: repeat(1, 1fr);
    }
    .chronologyTimeline-red {
        white-space: normal;
        width: 1180px;
    }
    ul.chronologyTimelineContent li div p {
        word-wrap: break-word;
    }
    /***********************************************************/
    .scroll-wrapper {
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        /*    white-space: nowrap;*/
        cursor: grab;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .scroll-wrapper:active {
        cursor: grabbing;
    }
    .scroll-wrapper .scroll-container {
        margin-inline: 5%;
    }
    .scroll-wrapper::-webkit-scrollbar {
        display: none;
    }
    .custom-scrollbar-area {
        display: none;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
    }
    .scrollbar-track {
        position: relative;
        width: 80%;
        height: 3px;
        background-color: #d2d2d7;
        border-radius: 2px;
        cursor: pointer;
    }
    .scrollbar-thumb {
        position: absolute;
        top: -2px;
        left: 0;
        width: 40px;
        height: 6px;
        background-color: #86868b;
        border-radius: 6px;
        cursor: grab;
        transition: background-color 0.2s;
    }
    .scrollbar-thumb:active {
        cursor: grabbing;
        background-color: #000;
    }
    .aboutUs_PIntroduction ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .LeaderOpenStandards {
        background-size: cover;
    }
    #content-container {
        top: 69%;
    }
    .Strategy_product article {
        margin-bottom: 25px;
    }
    .Strategy_product article:last-of-type {
        margin-bottom: 0;
    }
    .Strategy_product article h3 {
        margin-bottom: 20px;
    }
    .Strategy_application {
        margin: 0 auto 25px;
    }
    .aboutUs_hero h1 {
        font-size: 11vw;
        padding: 17% 0 30%;
    }
    .item-wrapper {
        margin-bottom: 35px;
    }
    .item-wrapper:last-of-type {
        margin-bottom: 0;
    }
    .timeline, .aboutUs_Partners {
        border-top: 1px solid #333;
    }
    .aboutUsVideo {
        opacity: .35;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1270px) {
    .header .header-normal .header-content {
        background-color: transparent;
    }
}
@media (min-width: 992px) {
    .progress-bar-track {
        top: 101px;
    }
}
@media (min-width: 768px) {
    .SustainableFuture {
        padding: 150px 0;
    }
    section {
        padding: 70px 0px;
    }
    .aboutUs_hero h1 {
        font-size: 4.1vw;
        display: flex;
        justify-content: center;
        padding-right: 34%;
    }
    .aboutUs_Partners dl dd ul li div {
        cursor: pointer;
    }
    .aboutUs_Partners dl dd ul li div figure {
        border-bottom: none;
    }
    .aboutUs_Partners dl dd ul li div p {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        transform: translate(-50%, 50%);
        height: 100%;
        width: 100%;
        z-index: 2;
        color: #fff;
        opacity: 1;
        background-color: rgba(0, 0, 0, .5);
        font-size: 100%;
    }
    .close-btn {
        display: none;
    }
    .LeaderOpenStandards ul li:nth-of-type(1), .LeaderOpenStandards ul li:nth-of-type(odd) {
        max-width: 40%;
    }
    .LeaderOpenStandards ul li:nth-of-type(2), .LeaderOpenStandards ul li:nth-of-type(even) {
        max-width: 60%;
    }
    .LeaderOpenStandards ul li:nth-of-type(1) {
        padding-right: 50px;
    }
    .LeaderOpenStandards ul li:nth-of-type(3) {
        padding-left: 50px;
        order: 4;
    }
    .LeaderOpenStandards ul li:nth-of-type(4) {
        order: 3;
    }
    .timeline {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs/timeline.webp);
        background-attachment: fixed;
    }
    .card-logo-new:hover {
        transform: scale(1.05);
        background: rgba(255, 255, 255, 1);
    }
    .cta-btn:hover::before {
        transform: scaleX(1);
    }
    .cta-btn:hover {
        border-color: var(--red);
    }
    .icon-container:hover {
        transform: translateY(-5px);
    }
    .close-btn:hover {
        color: #4b5563;
    }
    .Strategy_application article:hover::before, .Strategy_application article:hover::after {
        width: 100%;
        height: 100%;
        border-width: 2px;
        /*			 filter: drop-shadow(0 0 4px #ff6305) drop-shadow(0 0 8px #ff6305);*/
    }
    .Strategy_application article:hover img {
        transform: scale(1.2);
    }
    .Strategy_application article:hover div {
        opacity: 0;
    }
    .Strategy_product article:hover {
        transform: scale(1.05);
        border-color: rgba(88, 221, 255, .5);
        border-width: 2px;
    }
    .LeaderOpenStandards ul li:is(:nth-of-type(1), :nth-of-type(2)) {
        margin-bottom: 100px;
    }
    .aboutUs_PIntroduction p.aboutUs_PIntroductionText {
        font-size: 225%;
        text-align: right;
    }
    .aboutUs_Partners dl dd ul li div:hover figure {
        opacity: .5;
    }
    .aboutUs_Partners dl dd ul li div:hover p {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
@media (min-width: 980px) {
    #aboutUs2026 .aboutUs_hero {
        padding: 3%;
    }
    .typewriter-container {
        max-width: 50%;
    }
    .aboutUs_hero figure {
        max-width: 50%;
        padding-left: 4%;
    }
    .aboutUs_Partners {
        padding: 70px 0px;
    }
    .aboutUs_Partners dl {
        flex-direction: row-reverse;
    }
    .aboutUs_Partners dl dt {
        max-width: 310px;
    }
    .aboutUs_Partners dl dd {
        flex: 1 1 0%;
        padding-right: 30px;
    }
    .aboutUs_Partners dl dd ul li {
        max-width: 20%;
        padding: 0px 5px 10px;
    }
}