@import url("https://cdn.adlinktech.com/Template/BaseStyles/font-awesome.min.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-theme-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/aos.css");
#aboutUs2026 *, #aboutUs2026 ::before, #aboutUs2026 ::after {
    box-sizing: border-box;
}
dl, dt, dd {
    margin: 0px;
    width: 100%;
}
figure {
    margin: 0px;
}
.header .logo {
    padding: 16px 0 0;
}
section h2 {
    text-align: center;
    font-weight: 500;
    line-height: normal;
}
section h2 span {
    color: rgba(208, 52, 57, 1.00)
}
.aboutUs_container {
    margin: 0px auto;
    width: 90%;
    max-width: 1180px;
}
.container {
    position: relative;
}
.aboutUs_hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: #000;
    overflow: hidden;
}
.aboutUs_hero .aboutUs_container {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: none;
    position: relative;
    z-index: 2;
}
.aboutUs_hero picture {
    position: relative;
    z-index: 1;
}
.aboutUs_hero img {
    width: 100%;
    height: auto;
}
.aboutUs_hero figure {
    width: 100%;
}
.aboutUs_hero h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.aboutUsVideo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    backgrou2nd-repeat: no-repeat;
    background-position: center;
    background-size: 110% auto;
    background-color: #000;
    z-index: 1;
    opacity: .2;
    mix-blend-mode: luminosity;
}
.aboutUsVideo video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .aboutUsVideo video {
        /*
        width: 110%;
        height: 110%;
*/
    }
}
@media (min-width: 768px) {
    .aboutUsVideo {
        margin: 0 auto;
        height: 100%;
        background-color: red;
    }
}
/* === 基礎設定 === */ :root {
    --bg-color: #0f172a; /* 深藍色背景 */
    --text-main: #ffffff; /* 白色文字 */
    --text-muted: #94a3b8; /* 灰色文字 */
    --accent-color: #d0343a; /* 指定紅色 */
    --accent-glow: rgba(208, 52, 58, 0.5);
    --bg-glow: rgba(208, 52, 58, 0.15);
}
/* 打字機容器 */
.typewriter_container {
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    width: 100%;
}
/* 字體大小響應式 - 稍微調小以容納 4 行文字 */
.typewriter_container {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    .typewriter-container {
        font-size: 2.75rem;
    }
}
@media (min-width: 1024px) {
    .typewriter_container {
        font-size: 2.4em;
    }
}
/* === 第一行文字樣式 === */
.intro_wrapper {
    display: block;
    margin-bottom: 1rem;
}
/* 紅色樣式類別 */
.text_accent {
    color: var(--accent-color);
    filter: drop-shadow(0 0 15px var(--accent-glow));
}
/* === 白色漸層樣式類別 === */
.text_white_gradient {
    background: linear-gradient(to bottom, #ffffff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
}
/* === 動態單行文字區塊 === */
.dynamic_wrapper {
    position: relative;
    display: inline-block;
    min-height: 1.2em; /* 保持空行的高度，避免畫面跳動 */
}
/* === 游標動畫 === */
.cursor_blink {
    display: inline-block;
    font-weight: 100;
    margin-left: 1px;
    animation: blink 1s step-end infinite;
}
.cursor_blink.hidden {
    display: none;
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
/***********************************************************************/
.aboutUs_Partners {
    text-align: center;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(225, 234, 241) 100%);
    position: relative;
    z-index: 1;
}
.aboutUs_Partners h2, .aboutUs_Partners h2 + p {}
.aboutUs_Partners h2 + p {
    margin: 0px auto 50px;
    max-width: 980px;
}
.aboutUs_Partners dl {
    display: flex;
    align-items: flex-start;
}
.aboutUs_Partners dl dt {
    background-color: rgb(118, 185, 0);
    padding: 15px;
    clip-path: polygon(10px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0px 10px);
}
.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 {
    background-color: rgb(204, 204, 204);
    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 {
    max-width: calc(100% - 15px);
    margin: 0px auto;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.aboutUs_Partners dl dd ul li figure img {
    display: block;
    margin: 0px auto;
    max-width: 70%;
}
.aboutUs_Partners dl dd ul li div p {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.aboutUs_Partners dl dd ul li div p span {
    margin: 0px;
    font-weight: 400;
    line-height: normal;
    font-size: 76%;
}
.aboutUs_Partners dl dd ul li div p small {
    display: block;
    margin-top: 5px;
    font-size: 64%;
    line-height: 1.25;
    color: rgb(0, 0, 0);
}
/*************************************************************************************/
.Leader {
    position: relative;
    padding: 50px 0px;
}
.Leader:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs-v2/Leader_bg.webp);
    visibility: visible;
    opacity: .6;
}
.Leader h2, .Leader .aboutUs_container {
    position: relative;
    z-index: 5;
}
.Leader h2 {
    margin-bottom: 36px;
}
.Leader div {
    text-align: center;
}
.Leader dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 25px;
    margin: 0 auto;
    max-width: 380px;
}
.Leader dl img {
    display: block;
    margin: 0 auto 10px;
    max-width: 70%;
}
.Leader dl + p {
    margin: 15px auto 50px;
    max-width: 480px;
}
/*************************************************************************************/
ul.chronologyFeatures {
    list-style: none;
    display: grid;
    gap: 0.9375em;
    text-align: left;
    grid-template-columns: repeat(4, 1fr);
    margin: 25px auto 0;
    max-width: 1050px;
    font-size: 100%;
}
ul.chronologyFeatures li {
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding: 0.9375em;
    text-align: center;
    font-size: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    clip-path: polygon(0.625em 0px, 100% 0px, 100% calc(100% - 0.625em), calc(100% - 0.625em) 100%, 0px 100%, 0px 0.625em);
    background-color: rgb(11, 182, 200);
}
ul.chronologyFeatures li:nth-of-type(2) {
    background-color: rgb(0, 140, 173);
}
ul.chronologyFeatures li:nth-of-type(3) {
    background-color: rgb(1, 97, 147);
}
ul.chronologyFeatures li:nth-of-type(4) {
    background-color: rgb(0, 73, 105);
}
/*
.chronology {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-bottom: 2em;
    white-space: normal;
}
*/
.chronologyTimeline {
    padding: 0px 6% 0px 0px;
}
.chronologyTimeline-red {
    height: 0.1875em;
    display: block;
    background-color: rgb(223, 0, 6);
}
.chronologyTimeline-red::after {
    margin-left: -0.125em;
    content: "";
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    z-index: 1;
    visibility: visible;
    width: 1.5625em;
    height: 1.5625em;
    border-top: 0.125em solid rgb(223, 0, 6);
    border-left: 0.125em solid rgb(223, 0, 6);
}
ul.chronologyTimelineContent {
    display: flex;
    list-style: none;
    margin: 0px;
    justify-content: flex-start;
}
ul.chronologyTimelineContent li {
    display: flex;
    align-items: flex-end;
    line-height: normal;
    flex: 0 0 auto;
    position: relative;
}
ul.chronologyTimelineContent li div {
    text-align: left;
    font-weight: 500;
    position: relative;
}
ul.chronologyTimelineContent li div p {
    margin: 0px;
    font-size: 70%;
    line-height: 1.25;
    width: 100%;
    padding: 0px;
}
ul.chronologyTimelineContent li img[alt="arrow"] {
    max-width: 2.5em;
}
ul.chronologyTimelineContent li strong {
    display: block;
    font-size: 108%;
    color: #d0343a;
    width: 100%;
    padding: 0px;
}
ul.chronologyTimelineContent li div img {
    height: 2.125em;
    position: absolute;
    left: 0px;
}
ul.chronologyTimelineContent.Top {
    margin-bottom: -0.25em;
}
ul.chronologyTimelineContent.Top li div {
    padding: 2.6875em 0px 1.5em 0.375em;
}
ul.chronologyTimelineContent.Top li div img {
    top: 0px;
}
ul.chronologyTimelineContent.Top li:nth-of-type(1) {
    width: 9.4375em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(2) {
    width: 9.25em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(3) {
    width: 9.4375em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(4) {
    width: 10.875em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(5) {
    width: 9.6875em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(6) {
    width: 7.4375em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(7) {
    width: 7.375em;
}
ul.chronologyTimelineContent.Top li:nth-of-type(8) {
    width: 8.5em;
}
ul.chronologyTimelineContent.Bottom {
    margin-top: -0.3125em;
}
ul.chronologyTimelineContent.Bottom li {
    align-items: flex-start;
}
ul.chronologyTimelineContent.Bottom li div {
    padding: 2.875em 0px 2em 0.375em;
}
ul.chronologyTimelineContent.Bottom li div img {
    bottom: 0px;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(1) {
    width: 14.75em;
    padding-left: 1em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(2) {
    width: 8.125em;
    margin-left: -1.6875em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(3) {
    width: 10em;
    margin-left: -0.3125em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(4) {
    width: 11.9375em;
    margin-left: -2.75em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(5) {
    width: 16em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(6) {
    width: 8.875em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(6) div {
    width: 8.875em;
}
ul.chronologyTimelineContent.Bottom li:nth-of-type(7) {
    width: 9.625em;
}
[data-aos="scale-expand"] {
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.8s;
    transition-timing-function: ease;
}
[data-aos="scale-expand"].aos-animate {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    [data-aos="scale-expand"] {
        transform: scaleX(0);
        transform-origin: left center;
    }
    [data-aos="scale-expand"].aos-animate {
        transform: scaleX(1);
    }
}
/*************************************************************/
.OperationalExcellenc {
    overflow: hidden;
    position: relative;
    background-color: #0f1518;
}
.OperationalExcellenc:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs-v2/OperationalExcellencBg.jpg);
    visibility: visible;
    /*	      mix-blend-mode:multiply;*/
    opacity: .5;
}
.OperationalExcellenc .aboutUs_container {
    max-width: 870px;
    position: relative;
    z-index: 3;
}
.OperationalExcellenc .d-grid {
    width: 100%;
    display: grid;
    gap: 0px 50px;
    grid-template-columns: repeat(3, 1fr);
}
.OperationalExcellenc div article {
    /*    background: linear-gradient(rgb(255, 255, 255) 38%, rgb(228, 230, 234) 100%);*/
    padding: 20px;
    /*
    box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 12px;
    border-radius: 5px;
    border: 6px solid rgb(240, 243, 250);
*/
}
.OperationalExcellenc div article {
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 6px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.25); /* 上緣高光 */
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
}
/* 玻璃高光斜面（很 Apple） */
.OperationalExcellenc div article::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(255, 255, 255, 0.00) 60%);
    opacity: .55;
}
.OperationalExcellenc div article h3 {
    text-align: center;
    font-size: 113%;
    padding-bottom: 10px;
    border-bottom: 3px solid #d0343a;
    color: #fff;
}
.OperationalExcellenc div article figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 15px;
    max-width: 50%;
    background-color: rgb(240, 243, 250);
    border-radius: 500px;
    aspect-ratio: 1 / 1;
}
.OperationalExcellenc div article figure img {
    display: block;
    margin: 0px auto;
    max-width: 60%;
}
.OperationalExcellenc div article ul {
    line-height: normal;
    font-size: 96%;
    margin: 0px 0px 0px 15px;
    color: #fff;
}
.OperationalExcellenc div article ul li {
    margin-bottom: 3px;
}
.OperationalExcellenc div article ul li:last-of-type {
    margin-bottom: 0px;
}
.OperationalExcellenc div article small {
    display: block;
    line-height: normal;
    margin-top: 10px;
    text-indent: -10px;
    margin-left: 10px;
    color: #fff;
}
/******************************************************************/
.ADLINKatGlance {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs-v2/ADLINKatGlanceBg.webp");
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
}
.ADLINKatGlance::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 3em);
    left: calc(50% + 30.5em);
    z-index: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs-v2/adlink_logo.svg");
    height: 150%;
    width: 77em;
    aspect-ratio: 1 / 1;
    opacity: .5;
}
.ADLINKatGlance .aboutUs_container {
    position: relative;
    z-index: 2;
}
.ADLINKatGlance h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ADLINKatGlance h2::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/AboutUs-v2/Anniv_block3_logo.webp");
    width: 100%;
    max-width: 3.4em;
    aspect-ratio: 1 / 0.5;
}
.ADLINKatGlance dl {
    display: flex;
    position: relative;
    position: relative;
    left: 54.5%;
    transform: translateX(-50%);
}
.ADLINKatGlance dl dt {
    flex: 1 1 0%;
}
.ADLINKatGlance dl dt ul, .ADLINKatGlance dl dd ul {
    transform: skew(-25deg);
}
.ADLINKatGlance dl dt ul li div, .ADLINKatGlance dl dd ul li {
    transform: skew(25deg);
}
.ADLINKatGlance dl dd {
    max-width: 25%;
}
.ADLINKatGlance dl p {
    font-size: 0.9em;
}
.ADLINKatGlance dl h3 {
    font-size: 2em;
}
.ADLINKatGlance dl h3 strong {
    font-weight: 500;
}
.ADLINKatGlance dl h3 span {
    font-size: 39%;
    font-weight: 300;
}
.ADLINKatGlance dl dt ul {
    list-style: none;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.9375em;
}
.ADLINKatGlance dl dt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-color: rgba(41, 49, 51, 1.00)
}
.ADLINKatGlance dl dt ul li:first-of-type {
    grid-area: 1 / 1 / span 2;
    padding-top: 1em;
    margin-left: 0px;
    background-color: rgba(208, 52, 57, 1.00)
}
.ADLINKatGlance dl dt ul li:nth-of-type(4), .ADLINKatGlance dl dt ul li:nth-of-type(5) {
    background-color: rgba(95, 99, 101, 1.00)
}
.ADLINKatGlance dl dt ul li div {
    margin-left: -1.5em;
}
.ADLINKatGlance dl dt ul li:nth-of-type(1) p {
    margin-right: -8em;
}
.ADLINKatGlance dl dt ul li:first-of-type img {
    display: block;
    margin: 10% auto 0px;
    max-width: 62%;
}
.ADLINKatGlance dl dt ul li h3, .ADLINKatGlance dl dt ul li p, .ADLINKatGlance dl dd ul li p {
    margin: 0px;
    color: rgb(255, 255, 255);
}
.ADLINKatGlance dl dd ul li p {
    color: #000
}
.ADLINKatGlance dl dd ul li h3 {
    color: #d0343a;
    margin: 0px;
    font-weight: 500;
}
.ADLINKatGlance dl dd ul {
    list-style: none;
    margin: 0px;
    padding-left: 22%;
}
.ADLINKatGlance dl dd ul li:nth-of-type(1), .ADLINKatGlance dl dd ul li:nth-of-type(2) {
    margin-bottom: 29%;
}
.ADLINKatGlance dl dd ul li:nth-of-type(1) {
    margin-top: -1em;
}
/***************************************************************/
.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, .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: "";
    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: "";
    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: 50%;
    margin: 0px;
    transform: translateX(-50%);
}
.GlobalReach_map ul li.Paris span::before {
    left: inherit;
    right: 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 {
    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: 1em 2.5em;
    font-weight: 500;
}
.SustainableFuture a::after {
    content: "";
    font-family: FontAwesome;
    visibility: visible;
    height: auto;
    margin-left: 1em;
}
/***********************************************************/
@media (min-width: 768px) and (max-width: 1280px) {
    .chronology {
        font-size: 1.2vw;
    }
    ul.chronologyFeatures {
        font-size: 1.6vw;
    }
    .ADLINKatGlance dl {
        font-size: 1.24vw;
    }
    .GlobalReach article {
        font-size: 1.2vw;
    }
}
@media (max-width: 980px) {
    .aboutUs_hero {
        padding: 5%;
    }
    .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: column-reverse;
    }
    .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;
        max-width: 420px;
        padding: 20px;
        clip-path: polygon(15px 0px, 100% 0px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0px 100%, 0px 15px);
    }
}
@media (max-width: 768px) {
    section {
        padding: 50px 0;
    }
    .ADLINKatGlance, .GlobalReach {
        padding: 30px 0;
    }
    .ADLINKatGlance h2 {
        margin-bottom: 25px;
    }
    .ADLINKatGlance dl dd ul li:nth-of-type(1), .ADLINKatGlance dl dd ul li:nth-of-type(2) {
        margin-bottom: 14%;
    }
    .OperationalExcellenc {
        padding-bottom: 0;
    }
    section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    section h2 span {
        display: inline-block;
    }
    .SustainableFuture article {
        text-align: left;
    }
    .GlobalReach .aboutUs_container, .ADLINKatGlance .aboutUs_container {
        width: 100%;
        padding: 0;
    }
    .GlobalReach .scroll-container article {
        width: 1150px;
    }
    .ADLINKatGlance dl {
        width: 972px;
        left: 27px;
        transform: translateX(5%);
    }
    ul.chronologyFeatures {
        grid-template-columns: repeat(1, 1fr);
    }
    .chronologyTimeline-red {
        white-space: normal;
        width: 1180px;
    }
    .Leader .aboutUs_container:first-of-type {
        width: 100%;
        padding: 0;
    }
    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 {
        /*
	scroll-snap-coordinate: start;
    scroll-snap-align: start;
*/
        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;
    }
}
@media (min-width: 768px) {
    .SustainableFuture {
        height: 40vw;
    }
    section {
        padding: 70px 0px;
    }
    .ADLINKatGlance {
        background-position: center top;
        background-attachment: fixed;
    }
    .ADLINKatGlance::after {
        top: calc(50% + 1.2em);
        left: calc(50% + 45em);
    }
}
@media (min-width: 980px) {
    #aboutUs2026 .aboutUs_hero {
        padding: 3%;
        font-size: 1.2vw;
    }
    .aboutUs_hero {
        min-height: 406px;
        max-height: 32vw;
        height: 100%;
    }
    .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: 340px;
    }
    .aboutUs_Partners dl dd {
        flex: 1 1 0%;
        padding-right: 30px;
    }
    .aboutUs_Partners dl dd ul li {
        max-width: 20%;
        padding: 0px 5px 10px;
    }
}