@import url("reset.css");

@import url("nav.css");

@import url("nav_mobile.css");

@import url("footer.css");

@import url("indexSwiper.css");

@import url("aboutUs.css");

@import url("products.css");

@import url("productSpec.css");

@import url("productSpecStaticStyle.css");

@import url("news.css");

@import url("events.css");

@import url("useCases.css");

@import url("contact.css");

@import url("cookiePolicy.css");

@import url("breadcrumbs.css");

@import url("imagePopup.css");

/* 定義 Inter 字體 */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* 定義 Segoe UI 字體 */
@font-face {
    font-family: 'Segoe UI Light';
    src: url('../fonts/SegoeUI/segoeuil.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Light Italic';
    src: url('../fonts/SegoeUI/Seguili.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/SegoeUI/Segoeuisl.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight Italic';
    src: url('../fonts/SegoeUI/Seguisli.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/segoeui.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Italic';
    src: url('../fonts/SegoeUI/segoeuii.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('../fonts/SegoeUI/Seguisb.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semibold Italic';
    src: url('../fonts/SegoeUI/Seguisbi.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI/Segoeuib.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    src: url('../fonts/SegoeUI/Segoeuiz.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Black';
    src: url('../fonts/SegoeUI/Seguibl.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Black Italic';
    src: url('../fonts/SegoeUI/Seguibli.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

:root {
    --color-primary: #151F6D;
    --color-secondary: #160BA8;
    --color-basic-black: #000;
    --color-basic-white: #fff;
    --color-basic-gray: #F6F6F6;
    --color-hover: #66E9FF;
}

body {
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
    font-style: normal;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background: #ECEDEE;
}

.page-home {
    /* background: linear-gradient(90deg, #D9D9D9 0%, #E3E3E3 100%); */
    fill: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(78, 78, 78, 0.20) 100%);
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.rowTop {
    margin-bottom: 32px;
}


/************************ Section1 *************************/
.section1,
.section2,
.section3,
.section4,
.section5 {
    width: calc(100% - 128px);
    max-width: 1372px;
    margin: 140px auto 280px;
}

.section1 .contentHead {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
}

.section1 .contentHead h1 {
    color: var(--color-primary);
    text-align: left;
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}

.section1 .contentHead .allButton {
    display: flex;
    width: 120px;
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    border: none;
    align-self: center;
    cursor: pointer;
}

.section1 .contentHead .allButton p {
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: auto;
    transition: margin-right 300ms ease;
}

.section1 .contentHead .allButton:hover p {
    margin-right: 16px;
}

.section1 .contentHead .allButton img {
    height: 24px;
}

.section1 .contentHead p {
    color: var(--color-basic-black);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.2px;
    margin-bottom: 47px;
}

.section1 .container {
    width: 100%;
    max-width: 1372px;
    overflow: visible;
}

.section1 .indexNewsSwiper {
    position: relative;
}

/* User Equipment tab container customizations
   - Use these classes to apply independent styles per tab.
   - `.tabContainer` is common; `.tabContainer--all`,
     `.tabContainer--fwa`, `.tabContainer--iot` are specific.
*/
.tabContainer {
    padding: 16px 0;
}

/* All: 3-column grid (already handled by products.css),
   add spacing or background specific to All here */
.tabContainer--all {
    background: transparent;
}

/* FWA: styles unique to FWA tab */
.tabContainer--fwa {
    background: transparent;
}

/* IoT: styles unique to IoT tab */
.tabContainer--iot {
    background: transparent;
}

/* Ensure FWA pane shows filter column and content side-by-side */
#pane-fwa .productControl {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
    align-items: start;
}

/* Make sure typeSelect is visible */
#pane-fwa .productControl .typeSelect {
    display: block;
}


.section1 .swiper-wrapper {
    height: 740px;
    overflow: visible;
}

.section1 .swiperCard {
    position: relative;
    height: 660px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background-color: rgba(246, 246, 246, 0.20);
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.08);
    transition: background-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, opacity 300ms ease, border-color 300ms ease;
    will-change: background-color, box-shadow, transform, opacity;
    pointer-events: all;
    cursor: pointer;
}

.section1 .swiperCard:hover,
.section1 .swiperCard:focus,
.section1 .swiperCard:focus-visible {
    background-color: rgba(246, 246, 246, 0.70);
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.24);
    border-color: rgba(21, 31, 109, 0.06);
}

/* Respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .section1 .swiperCard {
        transition: none;
        transform: none;
    }
}

.section1 .swiperCard .swiperCardMask {
    position: absolute;
    width: 100%;
    height: 660px;
    border-radius: 8px;

    border: 0px solid rgba(255, 255, 255, 1);
    /* background-color: rgba(246, 246, 246, 0.20); */
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.08);
    transition: background-color 300ms ease, box-shadow 300ms ease, border 100ms ease;
}

.section1 .swiperCard .swiperCardMask:hover,
.section1 .swiperCard .swiperCardMask:focus,
.section1 .swiperCard .swiperCardMask:focus-visible {
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.24);
    transition: background-color 300ms ease, box-shadow 300ms ease, border 100ms ease;
}

.section1 .swiperCard .image-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.section1 .swiperCard .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1 .section1Navigation {
    position: absolute;
    width: 120px;
    height: 40px;
    top: 680px;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 100;
    pointer-events: all;
}

.section1 .mySection1_Swiper .swiper-button-next,
.section1 .mySection1_Swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: transparent;
    display: block;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.section1 .mySection1_Swiper .swiper-button-prev {
    background-image: url(../images/index/news/newsPrev.png);
}

.section1 .mySection1_Swiper .swiper-button-next {
    background-image: url(../images/index/news/newsNext.png);
}

.section1 .newsSwiperContent {
    width: 100%;
    height: 360px;
    padding: 10px 30px 22px;
    display: flex;
    flex-direction: column;
}

.section1 .newsSwiperContent .newsSwiperContent_date {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}

.section1 .newsSwiperContent .newsSwiperContent_title {
    display: inline-block;
    width: 100%;
    height: 111px;
    color: var(--color-basic-black);
    font-family: "Segoe UI";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.56px;
    margin-bottom: 20px;

    /* 限制最多顯示三行，多出以省略號表示 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: calc(1.2em * 3);
}

.section1 .newsSwiperContent .newsSwiperContent_content {
    display: inline-block;
    width: 100%;
    height: 110px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 42px;

    /* 限制最多顯示五行，多出以省略號表示 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: calc(1.4em * 5);
}

.section1 .newsSwiperContent .newsSwiperContent_learnMoreBTN {
    display: flex;
    width: 110px;
    height: 20px;
    margin-left: 256px;
}

.section1 .newsSwiperContent .newsSwiperContent_learnMoreBTN .newsSwiperContent_learnMoreText {
    display: inline-block;
    color: var(--new_secondary_1, #160BA8);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px;
    transition: margin-right 300ms ease;
}

.section1 .swiperCard:hover .newsSwiperContent .newsSwiperContent_learnMoreBTN .newsSwiperContent_learnMoreText {
    margin-right: 16px;
    transition: margin-right 300ms ease;
}

.section1 .newsSwiperContent .newsSwiperContent_learnMoreBTN img {
    display: inline-block;
    height: 20px;
}

.section1 .swiper-slide {
    width: 444px;
}

.section1 .swiper-pagination {
    display: none;
}

/************************ Section2 *************************/
.section2 {
    display: flex;
    gap: 110px;
}

.section2 .leftSide {
    width: 300px;
    height: 428px;
}

.section2 .leftSide .contentHead {
    display: flex;
    flex-direction: column;
}

.section2 .rightSide {
    width: calc(100% - 410px);
    flex-grow: 1;
    padding: 20px;
    margin-top: 0;
}

.section2 .contentHead h1 {
    color: var(--color-primary);
    text-align: left;
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-top: 129px;
    margin-bottom: 12px;
}

.containerButtonGroup {
    display: block;
}

.section2 .contentHead h2 {
    color: var(--color-primary);
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    margin-bottom: 127px;
}

.section2 .contentHead .allButton {
    display: flex;
    width: 100%;
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    border: none;
    align-self: center;
    cursor: pointer;
    transition: margin-right 300ms ease;
}

.section2 .contentHead .allButton p {
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: auto;
    transition: margin-right 300ms ease;
}

.section2 .contentHead .allButton:hover p {
    margin-right: 16px;
    transition: margin-right 300ms ease;
}

.section2 .contentHead .allButton img {
    height: 24px;
}

.section2 .rightSide .swiper-wrapper {
    width: 444px;
    height: 470px;
    overflow: visible;
}

.section2 .rightSide .section2_productsContent {
    width: 434px;
    height: 408px;
    background: linear-gradient(180deg, #CBCBCB -26.25%, #696969 136.83%);
    border-radius: 8px;
    border: 1px solid var(--gray_05, #F6F6F6);
    overflow: hidden;
}

.section2 .rightSide .section2_productsContent .imgContainer {
    position: relative;
    width: 100%;
    height: 408px;
    overflow: hidden;
}

/* Product_1 */
.section2 .rightSide .section2_productsContent.product_1 .imgContainer .img_1 {
    position: absolute;
    bottom: -35%;
    left: -60%;
    width: 120%;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_1 .imgContainer .img_2 {
    position: absolute;
    top: -55%;
    right: -55%;
    width: 120%;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_1:hover .imgContainer .img_1 {
    position: absolute;
    bottom: -20%;
    left: 5%;
    width: 120%;
    scale: 0.7;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_1:hover .imgContainer .img_2 {
    position: absolute;
    top: -30%;
    right: 5%;
    width: 120%;
    scale: 0.7;
    transition: all 1000ms ease;
}

/* Product_2 */
.section2 .rightSide .section2_productsContent.product_2 .imgContainer .img_1 {
    position: absolute;
    top: -45%;
    left: -12%;
    width: auto;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_2 .imgContainer .img_2 {
    position: absolute;
    bottom: -30%;
    right: -30%;
    width: 100%;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_2:hover .imgContainer .img_1 {
    position: absolute;
    top: -15%;
    left: -5%;
    width: auto;
    scale: 0.75;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_2:hover .imgContainer .img_2 {
    position: absolute;
    bottom: -5%;
    right: -23%;
    width: 100%;
    scale: 0.75;
    transition: all 1000ms ease;
}

/* Product_3 */
.section2 .rightSide .section2_productsContent.product_3 .imgContainer .img_1 {
    position: absolute;
    bottom: -20%;
    left: -150%;
    width: auto;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_3 .imgContainer .img_2 {
    position: absolute;
    top: -15%;
    right: -120%;
    width: auto;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_3:hover .imgContainer .img_1 {
    position: absolute;
    bottom: 5%;
    left: -100%;
    width: auto;
    scale: 0.85;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_3:hover .imgContainer .img_2 {
    position: absolute;
    top: 10%;
    right: -90%;
    width: auto;
    scale: 0.85;
    transition: all 1000ms ease;
}

/* Product_4 */
.section2 .rightSide .section2_productsContent.product_4 .imgContainer .img_1 {
    position: absolute;
    top: -15%;
    left: -35%;
    width: auto;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_4 .imgContainer .img_2 {
    position: absolute;
    bottom: -35%;
    right: -75%;
    width: auto;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_4:hover .imgContainer .img_1 {
    position: absolute;
    top: 5%;
    left: -10%;
    width: auto;
    scale: 0.65;
    transition: all 1000ms ease;
}

.section2 .rightSide .section2_productsContent.product_4:hover .imgContainer .img_2 {
    position: absolute;
    bottom: 10%;
    right: -30%;
    width: auto;
    scale: 0.45;
    transition: all 1000ms ease;
}



.section2 .rightSide .bottomProductsType {
    position: relative;
    width: 100%;
    height: 72px;
    overflow: hidden;
    margin-top: -72px;
}

.section2 .rightSide .swiperCard .bottomProductsType .textArrowContainer {
    position: absolute;
    width: 100%;
    height: 72px;
    z-index: 1;
}

/* 定義 index products 底部旋轉色塊 */
/* 控制旋轉 開始 */
.section2 .rightSide .swiperCard .bottomProductsType .colorContainer {
    position: absolute;
    width: 444px;
    height: 444px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 50% 50%;
    background: none;
    backdrop-filter: blur(4px);
    clip-path: circle(100% at 50% 50%);
    will-change: transform;
    pointer-events: none;
    z-index: 0;
    transition: transform 1640ms cubic-bezier(.2, .8, .2, 1);
}

.section2 .rightSide .swiperCard:hover .bottomProductsType .colorContainer {
    transform: translate(-50%, -50%) rotate(-180deg);
}

/* Layer 1: default (pre-hover) gradient */
.section2 .rightSide .swiperCard .bottomProductsType .colorContainer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(91deg, rgba(84, 84, 84, 0.64) -0.53%, rgba(52, 46, 128, 0.64) 42.38%, rgba(22, 11, 168, 0.64) 105.73%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 1;
    transition: opacity 1420ms cubic-bezier(.2, .8, .2, 1);
    z-index: 1;
}

/* Layer 2: hover (post-hover) gradient - visually opposite order */
.section2 .rightSide .swiperCard .bottomProductsType .colorContainer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(102, 233, 255, 0.80) 0%, rgba(52, 46, 128, 0.64) 50%, rgba(22, 11, 168, 0.64) 100%);
    opacity: 0;
    transition: opacity 1420ms cubic-bezier(.2, .8, .2, 1);
    z-index: 2;
}

/* On hover: fade layer 1 out and layer 2 in */
.section2 .rightSide .swiperCard:hover .bottomProductsType .colorContainer::before {
    opacity: 0;
}

.section2 .rightSide .swiperCard:hover .bottomProductsType .colorContainer::after {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer {
        transition: none;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer::before,
    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer::after {
        transition: none;
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer {
        transition: none;
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/* 控制旋轉結束 */

.section2 .rightSide .bottomProductsType p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(0);
    transition: transform 1372ms cubic-bezier(.2, .8, .2, 1);
    color: var(--color-basic-gray);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Product_1 */
.section2 .rightSide .swiperCard:hover .product_1 .bottomProductsType p {
    transform: translate(-50%, -50%) translateX(-100px);
    transition: all 1372ms cubic-bezier(.2, .8, .2, 1);
}

/* Product_2 */
.section2 .rightSide .swiperCard:hover .product_2 .bottomProductsType p {
    transform: translate(-50%, -50%) translateX(-150px);
    transition: all 1372ms cubic-bezier(.2, .8, .2, 1);
}

/* Product_3 */
.section2 .rightSide .swiperCard:hover .product_3 .bottomProductsType p {
    transform: translate(-50%, -50%) translateX(-115px);
    transition: all 1372ms cubic-bezier(.2, .8, .2, 1);
}

/* Product_4 */
.section2 .rightSide .swiperCard:hover .product_4 .bottomProductsType p {
    transform: translate(-50%, -50%) translateX(-66px);
    transition: all 1372ms cubic-bezier(.2, .8, .2, 1);
}

.section2 .rightSide .bottomProductsType .productsArrow {
    position: absolute;
    right: 10px;
    top: -7px;
    opacity: 0;
    width: 92px;
    height: 88px;
    background-image: url(../images/index/products/productHoverArrow.png);
    transition: opacity 640ms ease;
}

.section2 .swiperCard:hover .bottomProductsType .productsArrow {
    opacity: 1;
    transition: opacity 1372ms ease;
}

/* Section2 navigation buttons */
.section2 .section2Navigation {
    position: absolute;
    width: 120px;
    height: 40px;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.section2 .section2Navigation .swiper-button-next,
.section2 .section2Navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: transparent;
    display: block;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.section2 .section2Navigation .swiper-button-prev {
    background-image: url(../images/index/news/newsPrev.png);
}

.section2 .section2Navigation .swiper-button-next {
    background-image: url(../images/index/news/newsNext.png);
}

.section2 .swiper-pagination {
    display: none;
}

/************************ Section3 *************************/
.section3 {
    height: 488px;
    display: flex;
    gap: 6.8vw;
}

.section3 .leftSide {
    width: calc(100% - 31vw);
    flex-grow: 1;
    margin-top: 0;
}

.section3 .leftSide video {
    border-radius: 8px;
}

.section3 .rightSide {
    width: 24.19vw;
    max-width: 332px;
    min-width: 216px;
    margin-top: 0;
}

.section3 .rightSide .contentHead {
    display: flex;
    flex-direction: column;
}

.section3 .contentHead h1 {
    color: var(--color-primary);
    text-align: left;
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-top: 129px;
    margin-bottom: 12px;
}

.section3 .contentHead h2 {
    color: var(--color-primary);
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    margin-bottom: 127px;
}

.section3 .contentHead .allButton {
    display: flex;
    width: 100%;
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    border: none;
    align-self: center;
    cursor: pointer;
    transition: margin-right 300ms ease;
}

.section3 .contentHead .allButton p {
    display: inline-block;
    width: 140px;
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: auto;
    transition: margin-right 300ms ease;
}

.section3 .contentHead .allButton:hover p {
    margin-right: 16px;
    transition: margin-right 300ms ease;
}

.section3 .contentHead .allButton img {
    height: 24px;
}


/************************ Section4 *************************/

.section4 .contentHead {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
}

.section4 .contentHead h1 {
    color: var(--color-primary);
    text-align: left;
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}

.section4 .contentHead .allButton {
    display: flex;
    width: 130px;
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
    border: none;
    align-self: center;
    cursor: pointer;
}

.section4 .contentHead .allButton p {
    color: var(--color-secondary);
    font-family: "Segoe UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: auto;
    transition: margin-right 300ms ease;
}

.section4 .contentHead .allButton:hover p {
    margin-right: 16px;
}

.section4 .contentHead .allButton img {
    height: 24px;
}

.section4 .contentHead p {
    color: var(--color-basic-black);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.2px;
    margin-bottom: 47px;
}

.section4 .container {
    width: 100%;
    max-width: 1372px;
    overflow: visible;
}

.section4 .indexEventsSwiper {
    position: relative;
}

.section4 .swiper-wrapper {
    height: 740px;
    overflow: visible;
}

.section4 .swiperCard.eventSlide1 {
    /* Make first slide wider on desktop */
    width: 908px;
}

/* Default fixed width for all Section4 slides to keep layout stable */
.section4 .swiper-slide {
    width: 444px;
}

/* Allow the first slide to span wider by overriding the slide width on its inner card */
.section4 .swiper-slide:first-child {
    width: 908px;
}

/* Prevent slides from masking each other: allow overflow and stack active slide on top */
.section4 .swiper-slide {
    overflow: visible;
    z-index: 1;
}

.section4 .swiper-slide-active {
    z-index: 3;
}

.section4 .swiper-pagination {
    display: none;
}

.section4 .swiperCard {
    position: relative;
    height: 685px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background-color: rgba(246, 246, 246, 0.20);
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.08);
    transition: background-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, opacity 300ms ease, border-color 300ms ease;
    will-change: background-color, box-shadow, transform, opacity;
    pointer-events: all;
    cursor: pointer;
}

.section4 .swiperCard:hover,
.section4 .swiperCard:focus,
.section4 .swiperCard:focus-visible {
    background-color: rgba(246, 246, 246, 0.70);
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.24);
    border-color: rgba(21, 31, 109, 0.06);
}

/* Respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .section4 .swiperCard {
        transition: none;
        transform: none;
    }
}

.section4 .swiperCard .swiperCardMask {
    position: absolute;
    width: 100%;
    height: 685px;
    border-radius: 8px;

    border: 0px solid rgba(255, 255, 255, 1);
    /* background-color: rgba(246, 246, 246, 0.20); */
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.08);
    transition: background-color 300ms ease, box-shadow 300ms ease, border 100ms ease;
}

.section4 .swiperCard .swiperCardMask:hover,
.section4 .swiperCard .swiperCardMask:focus,
.section4 .swiperCard .swiperCardMask:focus-visible {
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 8px 0 rgba(21, 31, 109, 0.24);
    transition: background-color 300ms ease, box-shadow 300ms ease, border 100ms ease;
}

.section4 .swiperCard .image-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.section4 .swiperCard.eventSlide1 .image-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 443px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.section4 .swiperCard .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .swiperCard.eventSlide1 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}


.section4 .section4Navigation {
    position: absolute;
    width: 120px;
    height: 40px;
    top: 705px;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 100;
    pointer-events: all;
}

.section4 .mySection4_Swiper .swiper-button-next,
.section4 .mySection4_Swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: transparent;
    display: block;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.section4 .mySection4_Swiper .swiper-button-prev {
    background-image: url(../images/index/news/newsPrev.png);
}

.section4 .mySection4_Swiper .swiper-button-next {
    background-image: url(../images/index/news/newsNext.png);
}

.section4 .eventsSwiperContent {
    width: 100%;
    height: auto;
    padding: 10px 30px 22px;
    display: flex;
    flex-direction: column;
}

.section4 .swiperCard.eventSlide1 .eventsSwiperContent {
    height: auto;
}

.section4 .eventsSwiperContent .eventsSwiperContent_date {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.section4 .swiperCard.eventSlide1 .eventsSwiperContent .eventsSwiperContent_date {
    margin-bottom: 0;
}

.section4 .eventsSwiperContent .eventsSwiperContent_title {
    display: inline-block;
    width: 100%;
    height: 111px;
    color: var(--color-basic-black);
    font-family: "Segoe UI";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.56px;
    margin-bottom: 20px;

    /* 限制最多顯示三行，多出以省略號表示 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: calc(1.2em * 3);
}

.section4 .swiperCard.eventSlide1 .eventsSwiperContent .eventsSwiperContent_title {
    height: 74px;
    margin-bottom: 10px;
    /* 限制最多顯示兩行，多出以省略號表示 */
    -webkit-line-clamp: 2;
    max-height: calc(1.2em * 3);
}

.section4 .eventsSwiperContent .eventsSwiperContent_content {
    display: inline-block;
    width: 100%;
    height: 63px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 22px;

    /* 限制最多顯示五行，多出以省略號表示 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: calc(1.4em * 3);
}

.section4 .swiperCard.eventSlide1 .eventsSwiperContent .eventsSwiperContent_content {
    height: 63px;
    margin-bottom: 22px;
    /* 限制最多顯示三行，多出以省略號表示 */
    -webkit-line-clamp: 3;
    max-height: calc(1.4em * 3);
}

.section4 .eventsSwiperContent .eventsSwiperContent_learnMoreBTN {
    display: flex;
    width: 110px;
    height: 20px;
    margin-left: 256px;
}

.section4 .swiperCard.eventSlide1 .eventsSwiperContent .eventsSwiperContent_learnMoreBTN {
    margin-left: 740px;
}

.section4 .eventsSwiperContent .eventsSwiperContent_learnMoreBTN .eventsSwiperContent_learnMoreText {
    display: inline-block;
    color: var(--new_secondary_1, #160BA8);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px;
    transition: margin-right 300ms ease;
}

.section4 .swiperCard:hover .eventsSwiperContent .eventsSwiperContent_learnMoreBTN .eventsSwiperContent_learnMoreText {
    margin-right: 16px;
    transition: margin-right 300ms ease;
}

.section4 .eventsSwiperContent .eventsSwiperContent_learnMoreBTN img {
    display: inline-block;
    height: 20px;
}

.section4 .swiper-slide {
    width: 444px;
}

/************************ Section5 *************************/

.section5 {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
}

.section5 .sloganContainer {
    text-align: center;
}

.section5 .sloganContainer img {
    width: 100%;
}

.offcanvas-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}







.scrollTop {
    display: none;
    width: 100px;
    height: 34px;
    border-radius: 20px;
    margin: 20px auto 100px;
    background: var(--new_button_01, linear-gradient(90deg, #66E9FF 0%, #160BA8 100%));
    color: var(--color-basic-white);
    font-family: "Segoe UI", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
}

/* =================================RWD RWD RWD================================= */
/* =================================RWD RWD RWD================================= */
/* =================================RWD RWD RWD================================= */
@media (max-width: 1199px) {

    /* scroll Top */
    .scrollTop {
        display: block;
    }
}

@media (max-width: 1024px) {
    .section1 .container {
        width: 100%;
        max-width: 100%;
    }

    .imgContent {
        width: 280px;
    }

    .imgButton {
        position: absolute;
        display: block;
        width: 170px;
        height: 42px;
        flex-shrink: 0;
        background: #EA5218;
        color: #fff;
        font-family: 'Segoe UI', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0%);
        top: 340px;
    }

    .section1,
    .section2,
    .section3,
    .section4,
    .section5 {
        width: calc(100% - 48px);
        max-width: 1372px;
        margin: 140px auto 90px;
    }

    .section1 .contentHead {
        padding: 0;
    }

    .item .slide_1 .bannerContaner {
        flex-direction: column;
        align-items: flex-start;
        gap: 43px;
    }

    .rightSide {
        margin-top: 0;
    }

    .buttonContainer {
        top: 380px;
    }

    /************************ Homepage Section2 *************************/
    .eventsSection_mobile .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
        border-radius: 0;
        opacity: 100;
        background: #B4B4B4;
    }

    .eventsSection_mobile .swiper-pagination-bullet-active {
        width: 26px;
        height: 3px;
        border-radius: 0;
        background: var(--color-primary);
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0px;
    }

    /************************ Homepage Section3 *************************/
    .section4 .swiper-slide:first-child {
        width: 100%;
    }

    .section4 .swiperCard.eventSlide1 {
        width: 100%;
    }

}

@media (max-width: 991px) {

    /************************ Homepage Section3 *************************/
    .section3 {
        flex-direction: column-reverse;
        height: auto;
        gap: 32px;
    }

    .section3 .leftSide {
        width: 100%;
    }

    .section3 .rightSide {
        width: 100%;
        max-width: none;
        min-width: none;
    }

    .section3 .contentHead h1 {
        margin-top: auto;
    }

    .section3 .contentHead h2 {
        width: 400px;
        display: flex;
        margin-bottom: auto;
        align-self: flex-end;
    }

    .section3 .contentHead .section3Group {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: end;
        align-self: flex-end;
    }

    .section3 .contentHead .allButton {
        width: 164px;
        align-self: flex-end;
    }

    .section5 {
        display: none;
    }

}

@media (max-width: 960px) {
    .section2 {
        gap: 0;
    }

    /************************ Carousel *************************/
    .item .rightSide img {
        width: 70%;
        position: static;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0;
        height: auto;
        object-fit: contain;
        margin-top: -50px;
    }

    .line::before {
        width: 92%;
    }


    /* Product_1 */
    .section2 .rightSide .section2_productsContent.product_1 .imgContainer .img_1 {
        position: absolute;
        bottom: -20%;
        left: 5%;
        width: 120%;
        scale: 0.7;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_1 .imgContainer .img_2 {
        position: absolute;
        top: -30%;
        right: 5%;
        width: 120%;
        scale: 0.7;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_1:hover .imgContainer .img_1 {
        position: absolute;
        bottom: -20%;
        left: 5%;
        width: 120%;
        scale: 0.7;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_1:hover .imgContainer .img_2 {
        position: absolute;
        top: -30%;
        right: 5%;
        width: 120%;
        scale: 0.7;
        transition: all 1000ms ease;
    }

    /* Product_2 */
    .section2 .rightSide .section2_productsContent.product_2 .imgContainer .img_1 {
        position: absolute;
        top: -45%;
        left: -12%;
        width: auto;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_2 .imgContainer .img_2 {
        position: absolute;
        bottom: -30%;
        right: -30%;
        width: 100%;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_2:hover .imgContainer .img_1 {
        position: absolute;
        top: -15%;
        left: -5%;
        width: auto;
        scale: 0.75;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_2:hover .imgContainer .img_2 {
        position: absolute;
        bottom: -5%;
        right: -23%;
        width: 100%;
        scale: 0.75;
        transition: all 1000ms ease;
    }

    /* Product_3 */
    .section2 .rightSide .section2_productsContent.product_3 .imgContainer .img_1 {
        position: absolute;
        bottom: -20%;
        left: -150%;
        width: auto;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_3 .imgContainer .img_2 {
        position: absolute;
        top: -15%;
        right: -120%;
        width: auto;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_3:hover .imgContainer .img_1 {
        position: absolute;
        bottom: 5%;
        left: -100%;
        width: auto;
        scale: 0.85;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_3:hover .imgContainer .img_2 {
        position: absolute;
        top: 10%;
        right: -90%;
        width: auto;
        scale: 0.85;
        transition: all 1000ms ease;
    }

    /* Product_4 */
    .section2 .rightSide .section2_productsContent.product_4 .imgContainer .img_1 {
        position: absolute;
        top: -15%;
        left: -35%;
        width: auto;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_4 .imgContainer .img_2 {
        position: absolute;
        bottom: -35%;
        right: -75%;
        width: auto;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_4:hover .imgContainer .img_1 {
        position: absolute;
        top: 5%;
        left: -10%;
        width: auto;
        scale: 0.65;
        transition: all 1000ms ease;
    }

    .section2 .rightSide .section2_productsContent.product_4:hover .imgContainer .img_2 {
        position: absolute;
        bottom: 10%;
        right: -30%;
        width: auto;
        scale: 0.45;
        transition: all 1000ms ease;
    }

}

@media (max-width: 820px) {

    /* Section 2 */
    .section2 {
        flex-direction: column;
    }

    .section2 .leftSide {
        width: 100%;
        height: auto;
    }

    .section2 .rightSide {
        padding: 20px 0;
    }

    .section2 .contentHead h1 {
        margin-top: 0;
    }

    .containerButtonGroup {
        display: flex;
        justify-content: space-between;
    }

    .section2 .contentHead h2 {
        width: 55.5%;
        margin-bottom: 0;
    }

    .section2 .contentHead .allButton {
        width: auto;
        align-self: flex-end;
    }

    .section2 .rightSide {
        width: 100%;
    }

}

@media (max-width: 560px) {

    .section1,
    .section2,
    .section3,
    .section4,
    .section5 {
        margin: 120px auto 40px;
    }

    .section4 {
        margin-bottom: 80px;
    }

    /* Section1 */
    .section1 .swiper-wrapper {
        height: 410px;
    }

    .section1 .newsSwiperContent {
        height: 160px;
        padding: 10px 12px;
    }

    .section1 .contentHead h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .section1 .swiperCard {
        height: 378px;
    }

    .section1 .swiperCard .swiperCardMask {
        width: 87vw;
        min-width: 286px;
        height: 378px;
    }

    .section1 .contentHead .allButton {
        width: auto;
    }

    .section1 .contentHead .allButton p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .section1 .contentHead .allButton img {
        height: 16px;
    }

    .section1 .newsSwiperContent .newsSwiperContent_date {
        font-size: 14px;
    }

    .section1 .newsSwiperContent .newsSwiperContent_title {
        font-size: 20px;
    }

    .section1 .swiperCard .image-container {
        height: 200px;
    }

    .section1 .swiperCard .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 300ms ease;
        will-change: transform;
    }

    .section1 .newsSwiperContent .newsSwiperContent_content {
        display: none;
    }

    .section1 .newsSwiperContent .newsSwiperContent_learnMoreBTN {
        align-self: flex-end;
        width: auto;
        margin-left: 0;
    }

    .section1 .section1Navigation {
        display: none;
    }

    .section1 .swiper-pagination {
        display: block;
    }

    .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        border-radius: 25;
        opacity: 100;
        background: rgba(22, 11, 168, 0.20);
    }

    .swiper-pagination-bullet-active {
        background: #160BA8;
    }

    /* Section2 */
    .containerButtonGroup {
        display: block;
    }

    .section2 .contentHead .allButton {
        justify-content: right;
    }

    .section2 .section2Navigation {
        display: none;
    }

    .section2 .swiper-pagination {
        display: block;
    }

    .section2 .contentHead h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .section2 .contentHead h2 {
        width: 100%;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 19.2px;
    }

    .section2 .contentHead .allButton p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .section2 .contentHead .allButton img {
        height: 16px;
    }

    .section2 .rightSide .swiper-wrapper {
        height: 450px;
    }

    .section2 .rightSide .swiperCard:hover .bottomProductsType p,
    .section2 .rightSide .swiperCard .bottomProductsType p {
        left: 16px;
        top: 18.5px;
        transform: none;
        font-size: 20px;
    }

    .section2 .rightSide .swiperCard:hover .bottomProductsType .productsArrow,
    .section2 .rightSide .swiperCard .bottomProductsType .productsArrow {
        opacity: 1;
        right: -10px;
    }

    .section2 .rightSide .swiperCard:hover .bottomProductsType .colorContainer,
    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer {
        transform: translate(-50%, -50%) rotate(180deg) !important;
        transition: none !important;
    }

    .section2 .rightSide .swiperCard:hover .bottomProductsType .colorContainer::before,
    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer::before {
        opacity: 0 !important;
        transition: none !important;
    }

    .section2 .rightSide .swiperCard:hover .bottomProductsType .colorContainer::after,
    .section2 .rightSide .swiperCard .bottomProductsType .colorContainer::after {
        opacity: 1 !important;
        transition: none !important;
    }

    /* Section3 */
    .section3 .contentHead .section3Group {
        display: block;
        width: 100%;
        justify-content: space-between;
        align-items: end;
        align-self: flex-end;
    }

    .section3 .contentHead {
        margin: 0;
    }

    .section3 .contentHead h1 {
        font-size: 32px;
        line-height: 43px;
    }

    .section3 .contentHead h2 {
        width: auto;
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 12px;
    }

    .section3 .contentHead .allButton {
        width: 100%;
        display: flex;
        line-height: 16px;
        justify-content: end;
    }

    .section3 .contentHead .allButton p {
        width: auto;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .section3 .contentHead .allButton img {
        height: 16px;
    }

    /* Section 4 */
    .section4 .contentHead h1 {
        font-size: 32px;
        line-height: 48px;
    }

    .section4 .contentHead .allButton {
        width: auto;
    }

    .section4 .contentHead .allButton p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .section4 .contentHead .allButton img {
        height: 16px;
    }

    .section4 .swiper-wrapper {
        height: 500px;
    }

    .section4 .swiper-slide {
        width: 100%;
    }

    .section4 .swiperCard.eventSlide1,
    .section4 .swiperCard {
        width: 100%;
        height: 467px;
    }

    .section4 .swiperCard .swiperCardMask {
        height: 467px;
    }

    .section4 .swiperCard.eventSlide1 .image-container,
    .section4 .swiperCard .image-container {
        height: 194px;
    }

    .section4 .eventsSwiperContent {
        padding: 10px 20px 22px;
    }

    .section4 .eventsSwiperContent .eventsSwiperContent_date {
        font-size: 14px;
    }

    .section4 .eventsSwiperContent .eventsSwiperContent_title {
        height: 81px;
        font-size: 20px;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
    }

    .section4 .swiperCard.eventSlide1 .eventsSwiperContent .eventsSwiperContent_content,
    .section4 .swiperCard .eventsSwiperContent .eventsSwiperContent_content {
        font-size: 14px;
        height: 76px;
        max-height: none;
    }

    .section4 .swiperCard.eventSlide1 .eventsSwiperContent .eventsSwiperContent_learnMoreBTN,
    .section4 .swiperCarD .eventsSwiperContent .eventsSwiperContent_learnMoreBTN {
        margin-left: auto;
    }

    .section4 .swiper-pagination {
        display: block;
    }

    /* Nav */
    .navbar-pegatron .navbar-header {
        height: 60px;
    }

    /************************ Homepage Section1 *************************/
    /************************ Homepage Section2 *************************/
    /************************ Homepage Section3 *************************/
    .section1 .swiper-slide {
        width: 87vw;
        min-width: 286px;
    }

}