﻿/*==========newAddStart==========*/
.Rotationbanner {
    position: absolute;
    top: 15vw;
    z-index: 100;
    color: white;
    width: 100%;
}

.bannertittle {
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
}

.bannercontent {
    font-size: 20px;
}

.text {
    width: 100%;
    height: 0;
    margin: 100px auto;
    border-left: 273px solid transparent;
    border-bottom: 210px solid #00C1AE;
}

.bannertext {
    text-align: center;
}

@media (max-width: 640px) {

    .Rotationbanner {
        top: 15vw;
    }


    .bannertittle {
        font-size: 25px;
    }

    .bannercontent {
        font-size: 15px;
    }
}

/*WEB*/
@media (min-width: 991px) {
    .Rotationbanner {
        top: 20vw;
    }

    .bannertext {
        text-align: left;
    }

    .toplist {
        position: absolute;
        z-index: 1001;
        width: 100%;
        background-color: white;
        top: 0;
        height: 65px;
        transition: 0s;
        transform: none;
    }

    .downlist {
        background-color: white;
        z-index: 99999;
        position: fixed;
        left: 0;
        margin-top: 0;
        min-width: 100%;
        opacity: 0.94;
        height: 80px;
        top: -85px;
        opacity: 0.9;
        transform: translateY(85px);
        transition: 0.5s transform;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #e0e0e0;
        }

    .filtering3.slider-position-fix .slick-track {
        right: 0;
        transform: initial !important;
    }

    .tab-txt.tab-text-show {
        display: block;
    }

    .filtering .slick-slide .img-hover img {
        -moz-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        transform-origin: center center;
    }

    .filtering .slick-slide > div.img-hover {
        padding: 0;
    }

        .filtering .slick-slide > div.img-hover img {
            max-width: 290px;
        }
}
/*==========強制轉中間==========*/
/*pad*/
@media (max-width: 768px) {
    .bannertext {
        text-align: center;
    }
}

/*圖形動畫*/
.triangle_icon_top {
    position: absolute;
    z-index: 99;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5vw 100vw;
    border-color: transparent transparent white transparent;
    right: 0;
    bottom: 0;
}

.triangle_icon {
    position: absolute;
    z-index: 99;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 317px 216px 0 0;
    border-color: #e9e9e9 transparent transparent transparent;
    margin-top: -2rem;
}



.Parallelogram_icon {
    height: 276px;
    width: 30rem;
    transform: skew(-25deg) translate(-38%,2%);
    background-color: #f6f6f6;
    position: absolute;
    top: 1rem;
}


.Trapezoid_Model {
    height: 276px;
    transform: skew(-24deg) translate(110%, 37%);
    right: 25rem;
    opacity: 1;
    position: absolute;
    background-color: #f6f6f6;
    width: 40rem;
    bottom: 4rem;
    z-index: -1;
}


.Trapezoid_bg {
    height: 70rem;
    width: 100%;
    position: absolute;
    z-index: 20;
    background: white;
    transition-delay: 0.5s;
    transition: all 2s;
}


.Trapezoid_icon_Top {
    overflow: hidden;
    width: 100%;
    position: relative;
}


.Trapezoid_A {
    height: 44rem;
    top: 30rem;
    transform: skew(-56deg) translate(28%, 8%) scaleX(1.1);
}


    .Trapezoid_A::before {
        content: '';
        position: absolute;
        width: calc(100% - 4px);
        height: 100%;
        border: 2px solid transparent;
        border-top-color: #f6f6f6;
        border-left-color: #f6f6f6;
        -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
        -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }



.Trapezoid_B {
    height: 46.5rem;
    top: 28.5rem;
    transform: skew(-55deg) translate(28%, 5%) scaleX(1.1);
}



.Trapezoid_icon {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s 0.5s;
    -o-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
}


.Trapezoid_B::before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: 100%;
    border: 2px solid transparent;
    border-top-color: #f6f6f6;
    border-left-color: #f6f6f6;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.Trapezoid_icon_inside {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    opacity: 0;
    transition: all 1s;
    transition: opacity 2s;
}



.downup_icon {
    position: absolute;
    z-index: 999;
    bottom: 0;
    animation-name: downup_icon;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}


@keyframes downup_icon {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -30px;
    }

    100% {
        bottom: 0;
    }
}


/*Show-Rotation*/
.banner {
    padding-top: 64px;
}

@media (max-width: 992px) {
    .banner {
        padding-top: 0;
    }
}

.banner .slick-slide {
    padding: 0;
}

.banner.slick-dotted.slick-slider {
    margin: 0;
}

.banner .slick-dots {
    position: relative;
    top: -50px;
}

    .banner .slick-dots li.slick-active button {
        background-color: #003A70;
    }

    .banner .slick-dots li button {
        background-color: #FFFFFF;
    }

.banner-img {
    width: 100vw !important;
    cursor: pointer;
    background: no-repeat;
    background-size: cover;
    border: none !important;
}

@media screen and (min-width: 1024px) {
    .banner-img {
        max-height: 600px;
        height: calc(100vw * 0.3061);
    }

    .banner_1 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p1.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p1@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p1@3x.jpg") 3x);
    }

    .banner_2 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p2.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p2@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p2@3x.jpg") 3x);
    }

    .banner_3 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p3.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p3@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/web_index_en_p3@3x.jpg") 3x);
    }
}

@media screen and (min-width: 414px) and (max-width: 1024px) {
    .banner-img {
        max-height: 508px;
        height: calc(100vw * 0.4961);
    }

    .banner_1 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p1.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p1@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p1@3x.jpg") 3x);
    }

    .banner_2 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p2.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p2@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p2@3x.jpg") 3x);
    }

    .banner_3 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p3.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p3@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/panel-index_en_p2@3x.jpg") 3x);
    }
}

@media screen and (max-width: 414px) {
    .banner-img {
        max-height: 283px;
        height: calc(100vw * 0.6835);
    }

    .banner_1 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p1.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p1@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p1@3x.jpg") 3x);
    }

    .banner_2 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p2.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p2@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p2@3x.jpg") 3x);
    }

    .banner_3 {
        background-image: image-set( url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p3.jpg") 1x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p3@2x.jpg") 2x, url("../../Images/IWA_Index_EN/Top_Rotation/banner/mobile-index_en_p3@3x.jpg") 3x);
    }
}



/*News*/
.News {
    margin-top: 8rem;
    width: 100%;
    position: relative;
}

.TOPIC {
    font-family: Raleway;
    font-size: 50px;
    color: #003a70;
    font-weight: 400;
}

.New_more {
    margin-top: 3rem;
}

.New_more_pgone {
    display: none;
}




.New_Button {
    font-size: 24px;
    /*font-family: Noto Sans TC;*/
    text-align: center;
    border: solid 1px #ffb600;
    border-radius: 10px;
    width: 180px;
    height: 50px;
    line-height: 43px;
}

    .New_Button:hover {
        transition: 1s;
        cursor: pointer;
    }

.New_Button_text {
    font-size: 24px;
    /*font-family: Noto Sans TC;*/
    text-align: center;
    color: #ffb600;
    font-weight: 400;
}

    .New_Button_text:hover {
        color: white;
    }

.New_data {
    font-family: Raleway;
    font-size: 22px;
    color: #5f6269;
}

.New_icon {
    font-size: 18px;
    color: #ffb600;
}


.new_little_btton {
    border: solid 1.5px;
    text-align: center;
    border-radius: 5px;
    color: #f5ba18;
    width: 96px;
    font-weight: 400;
}

.New_title {
    font-size: 22px;
    color: #5f6269;
}

    .New_title:hover {
        color: #ffb600;
        cursor: pointer;
    }

.table-line {
    border-left: solid 1.5px #f6f6f6;
    border-bottom: solid 1.5px #f6f6f6;
}


.new_padding {
    padding: 1rem;
}

.main_pic {
    display: none;
}




/*OurSolution*/
.OurSolution {
    width: 100%;
    position: relative;
    overflow: hidden; /*new add*/
}

.design_block {
    position: relative;
}

    .design_block ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.blue_title_content {
    font-size: 15px;
    color: #ffffff;
    /*opacity: 0;*/
}


.end_pic_org {
    width: 100%;
    transform: scale(1.5, 1.5);
}

.end_pic {
    animation-name: end_pic_amin;
    animation-duration: 8s;
    transition: 2s;
    transform: scale(1, 1);
}

@keyframes end_pic_amin {
    0% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*Web*/
@media screen and (min-width: 769px) {

    .downup_icon {
        width: 80px;
        transition: 0.5s;
    }

    .design_block ul {
        display: flex;
    }

    .design_block li {
        width: 100%;
        overflow: hidden;
    }

        .design_block li a {
            height: 600px;
        }

        .design_block li.design01 a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(../Images/IWA_Index/OurSolution/main_web_park.jpg) no-repeat 100%;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .design_block li.design02 a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(../Images/IWA_Index/OurSolution/main_web_building.jpg) no-repeat 100%;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .design_block li.design03 a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(../Images/IWA_Index/OurSolution/main_web_space.jpg) no-repeat 100%;
            -webkit-background-size: cover;
            background-size: cover;
        }


        .design_block li a:hover dd {
            transform: translateY(0);
            transition: 0.5s;
            /*opacity: 1;*/
        }


    .design_block dl {
        position: absolute;
        top: 77%;
        left: 12%;
        right: 12%;
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px);
        -webkit-transition: -webkit-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
        z-index: 99;
        transition: 1s;
    }

    .design_block li a::after {
        content: "";
        position: absolute;
        top: 63%;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #003a70;
        opacity: 0.7;
        transition: 1s;
    }

    .soulation_btn {
        transition: 1s;
        margin-top: -4rem;
        z-index: 99;
    }

    /*滑入特效*/
    .design_block li:hover dl {
        transition: 0.5s;
        top: 17%
    }

    .design_block li:hover a::after {
        transition: 0.5s;
        top: 0;
    }

    .design_block:hover .blue_title_content {
        opacity: 1;
    }


    .design_block li:hover dd {
        transition: 0.5s;
        margin-top: 3rem;
    }

    .design_block li a::after:hover {
        opacity: 1;
    }


    dd {
        transition: 1s;
        margin-top: 15rem;
        text-align: left;
    }

    .Title_Theme.HowWeWork-Title-pos {
        text-align: left;
    }

    .Content_Theme.HowWeWork-Title-pos {
        text-align: left;
    }



    .yellow-box {
        width: 50px;
        height: 50px;
        border-radius: 2px;
        border: solid 2px #ffc943;
        background-color: #ffffff;
        position: relative;
        /*left: -20px;*/
    }

        .yellow-box:after {
            content: '';
            width: 45px;
            height: 45px;
            opacity: 0.5;
            background-color: #ffc943;
            position: absolute;
            left: 5px;
            top: 5px;
            z-index: -1;
        }

    .yellow-box-text {
        font-size: 30px;
        font-weight: 500;
        color: #003a70;
    }
}

/*pad*/
@media screen and (max-width: 768px) {
    .downup_icon {
        width: 64px;
        transition: 0.5s;
    }

    .Trapezoid_Model {
        display: none;
    }

    .blue_title::after {
        vertical-align: bottom;
        content: ' >\0000a0';
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        font-family: monospace;
        position: absolute;
        right: 0;
        color: #ffb600;
        font-weight: 100;
        transition: 1.5s;
    }



    /*解決方案pad效果*/

    .design_block ul {
        overflow: hidden;
    }

    .designsize {
        transition: 0.5s;
        height: 170px;
    }



    /*按下加入tag*/
    .designaction.designsize {
        transition: 0.5s;
        height: 371px;
    }

        .designaction.designsize:hover .btnsize, .designaction.designsize:active .btnsize {
            transition: 1s;
            opacity: 1;
            z-index: 3;
        }


        .designaction.designsize .blue_title::after, .designaction.designsize .blue_title::after {
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transition: 1s;
        }

    .soulation_btn {
        transition: 1s;
        margin-top: -2rem;
        z-index: 99;
        display: none;
    }

    .soulation.flexcenter {
        display: none;
    }


    .designaction .soulation.flexcenter {
        transition: 5s;
        display: flex;
    }



    .design_block li {
        width: 100%;
    }

        .design_block li a {
            height: 371px;
        }

        .design_block li.design01 a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(../Images/IWA_Index/OurSolution/main_panel_park.jpg) no-repeat 100%;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .design_block li.design02 a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(../Images/IWA_Index/OurSolution/main_panel_building.jpg) no-repeat 100%;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .design_block li.design03 a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: url(../Images/IWA_Index/OurSolution/main_panel_space.jpg) no-repeat 100%;
            -webkit-background-size: cover;
            background-size: cover;
        }


        .design_block li a:hover dd {
            transform: translateY(0);
            /*opacity: 1;*/
            transition: 0.5s;
        }




    .design_block dl {
        position: absolute;
        top: 25%;
        left: 5%;
        right: 5%;
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px);
        -webkit-transition: -webkit-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
        z-index: 99;
        transition: 1s;
    }

    .design_block li a::after {
        content: "";
        position: absolute;
        top: 0%;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #003a70;
        opacity: 0.7;
        transition: 1s;
    }



    dd {
        transition: 2s;
        margin-top: 3rem;
        opacity: 0;
    }

    .blue_title_content {
        font-size: 15px;
        color: #ffffff;
        opacity: 1;
    }

    .Trapezoid_bg {
        display: none;
    }


    .Title_Theme.HowWeWork-Title-pos {
        text-align: center;
    }

    .Content_Theme.HowWeWork-Title-pos {
        text-align: center;
    }

    .yellow-box {
        width: 50px;
        height: 50px;
        border-radius: 2px;
        border: solid 2px #ffc943;
        background-color: #ffffff;
        position: relative;
        /*left: -20px;*/
    }

        .yellow-box:after {
            content: '';
            width: 50px;
            height: 50px;
            opacity: 0.5;
            background-color: #ffc943;
            position: absolute;
            left: 5px;
            top: 5px;
            z-index: -1;
        }

    .yellow-box-text {
        font-size: 30px;
        font-weight: 500;
        color: #003a70;
    }
}


/*PHONE*/
@media screen and (max-width: 576px) {
    .downup_icon {
        width: 40px;
        transition: 0.5s;
    }

    .soulation_btn {
        margin-top: -2rem;
    }

    .blue_title_content {
        font-size: 15px;
    }

    .designsize {
        transition: 1.5s;
        height: 150px;
    }

    dd {
        transition: 2s;
        margin-top: 1rem;
        opacity: 0;
    }

    .btnsize {
        width: 90%;
    }

    .TOPIC {
        text-align: center;
    }

    .Custom_Title_Text {
        text-align: center;
    }

    .New_more {
        margin-top: 70rem;
        position: absolute;
        left: 0;
    }

    .New_Button {
        width: 100%;
    }

    .soulation_btn.New_Button {
        width: 90%;
    }


    .table-line {
        border-left: none;
    }


    .video_main {
        display: none;
    }

    .main_pic {
        display: block;
    }

    /*.yellow-box {
        left: 0;
    }*/
    #tab-panel .tabs {
        width: 300px;
        margin: 0 auto 50px;
    }

    .OurCustomer #tab-panel .tabs span:not(:last-child) {
        margin-bottom: 20px;
    }

    .downlist {
        background-color: white;
        z-index: 99999;
        position: fixed;
        left: 0;
        margin-top: 0;
        min-width: 100%;
        height: 80px;
        top: -85px;
        transform: translateY(85px);
        transition: 0.5s transform;
    }
}



.design_block li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #f7f7f7;
    background-color: rgba(0,0,0,.6);
    z-index: 3;
    text-align: center;
}


.solution_pic_blue {
    position: absolute;
    width: 100%;
    height: 0rem;
    opacity: 0.7;
    background-color: #003a70;
    text-align: center;
}


.blue_title {
    font-size: 40px;
    color: #fefefe;
    margin-top: 2rem;
    font-weight: 400;
}

.blue_title_min {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}



.OurFeature_pic_text::after {
    vertical-align: bottom;
    content: ' >\0000a0';
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    font-family: monospace;
    position: absolute;
    right: 1rem;
}




/* <!--Line-->*/
.y_line.Y1 {
    position: absolute;
    border-left: 1px solid #d9d9d9;
    z-index: 10;
    top: 0vw;
    bottom: 0vw;
    left: calc((100vw - 1080px) / 5);
    opacity: 0;
    transition: 3s;
}

.y_line.Y2 {
    position: absolute;
    border-left: 1px solid #d9d9d9;
    z-index: 10;
    opacity: 1;
    transition: 2s;
    top: 14rem;
    bottom: 0;
    opacity: 0;
}

.y_line.Y3 {
    position: absolute;
    border-left: 1px solid #d9d9d9;
    z-index: 10;
    opacity: 1;
    transition: 2s;
    top: 4rem;
    bottom: 0;
    opacity: 0;
}

.y_line::before, .y_line::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 5px;
    height: 5px;
    background-color: #d9d9d9;
    border-radius: 100%;
}

.y_line::before {
    top: -3px;
}

.y_line::after {
    bottom: -3px;
}


/* <!--bounceInRight更改-->*/
.bounceInRight {
    animation: bounceInRight .7s cubic-bezier(.25,.46,.45,.94) both .6s;
}

@keyframes bounceInRight {
    0% {
        transform: translateX(10vw);
        opacity: 0
    }


    100% {
        transform: translateX(0);
        opacity: 1
    }
}


/*==========newAddEnd==========*/



/* <!--Show-OurCustomer-->*/
.HowWeWork {
    margin-top: 15rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Title_HowWeWork_Main {
    font-family: 'Raleway';
    font-size: 5em;
    font-weight: 800;
    line-height: 60px;
    text-align: left;
    color: #5384bf;
}

.Title_HowWeWork {
    font-size: 40px;
    font-weight: 300;
    color: #003a70;
}

.Content_HowWeWork {
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    color: #5f6269;
}



.OurModel {
    margin-top: 8rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.yellow-box-text {
    font-family: Montserrat;
}




/*  <!--Show-OurCustomer-->*/
.OurCustomer {
    width: 100%;
    position: relative;
    display: inline-flex;
    margin-top: 16rem;
}

.Content_Theme {
    font-size: 22px;
    color: #ffb600;
    text-align: center;
    font-weight: 400;
}

.Title_Theme {
    font-size: 50px;
    font-weight: 300;
    color: #003a70;
    text-align: center;
    font-weight: 400;
}


.OurProject_Pic {
    width: 100%;
    display: initial !important;
}

.Item_frame {
    background-color: #ffffff;
    box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #efefef;
}

.slick-slide {
    outline: none;
    padding: 0 1.6vw;
}

    .slick-slide > div {
        border: solid 1px #efefef;
        background-color: #ffffff;
    }

    .slick-slide div.slider-txt {
        padding: 20px;
    }

    .slick-slide img {
        margin: 0 auto;
        width: 100%;
    }

/*  <!--Show-OurCustomer-->*/
.newOurCustomer {
    margin-top: 80px;
}

@media (max-width: 577px) {
    .newOurCustomer {
        margin-top: 140px;
    }
}

.Content_Rang {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 430px) {
    .Content_Rang.tab-nav {
        width: 100%;
    }
}

.customer-tabview {
    margin-top: 30px;
}

    .customer-tabview .tab-nav {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

@media (max-width: 430px) {
    .customer-tabview .tab-nav {
        padding: 0 3.5vw;
    }
}

.customer-tabview .tab-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

@media (max-width: 430px) {
    .customer-tabview .tab-nav-wrap {
        justify-content: center;
    }
}

.customer-tabview .tab-item {
    font-size: 24px;
    font-weight: 400;
    line-height: 34.75px;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 15px;
    padding: 7px 15px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

    .customer-tabview .tab-item:hover, .customer-tabview .tab-item.active {
        background-color: #003a70;
        color: #fff;
    }

.customer-tabview .tab-panel {
    position: relative;
    height: 660px;
}

    .customer-tabview .tab-panel.show-info .customer-list-anchor {
        display: none;
    }

    .customer-tabview .tab-panel.show-info .customer-item-info {
        display: grid;
    }

@media (max-width: 430px) {
    .customer-tabview .tab-panel.show-info .customer-item-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.customer-tabview .customer-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: max-content;
    height: 660px;
    max-width: 1660px;
    row-gap: 20px;
    overflow: overlay;
    padding-top: 20px;
}

    .customer-tabview .customer-list::-webkit-scrollbar {
        width: 5px;
    }

    .customer-tabview .customer-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .customer-tabview .customer-list::-webkit-scrollbar-thumb {
        background-color: darkgrey;
    }

    .customer-tabview .customer-list.unscrolling::-webkit-scrollbar-track {
        box-shadow: none;
    }

    .customer-tabview .customer-list.unscrolling::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .customer-tabview .customer-list.unscrolling::-webkit-scrollbar {
        background-color: transparent;
    }

@media (max-width: 430px) {
    .customer-tabview .customer-list {
        grid-template-columns: 1fr;
    }
}

.customer-tabview .customer-list-anchor {
    position: absolute;
    right: 5%;
    transform: translatey(-50%);
    top: 50%;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

@media (max-width: 430px) {
    .customer-tabview .customer-list-anchor {
        display: none !important;
    }
}

.customer-tabview .customer-list-anchor.active {
    display: flex;
}

.customer-tabview .customer-list-anchor .anchor {
    width: 15px;
    aspect-ratio: 1/1;
    background-color: lightgray;
    border-radius: 15px;
}

    .customer-tabview .customer-list-anchor .anchor.active {
        background-color: #003a70;
    }

.customer-tabview .customer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: fit-content;
    gap: 5px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 430px) {
    .customer-tabview .customer-item {
        flex-direction: row;
        width: 100%;
    }
}

.customer-tabview .customer-item.empty {
    pointer-events: none;
}

    .customer-tabview .customer-item.empty .customer-item-name:after {
        content: none;
    }

.customer-tabview .customer-item-img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    object-fit: cover;
    transition: transform 0.5s ease-out;
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-img {
        width: 80px;
        height: 80px;
    }
}

.customer-tabview .customer-item-name {
    position: relative;
    font-size: 22px;
    line-height: 31.86px;
    color: #979797;
    padding-bottom: 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-name {
        flex: 1;
    }
}

.customer-tabview .customer-item:not(.empty):after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translatex(-50%);
    left: 50%;
    height: 4px;
    width: 50px;
    border-radius: 20px;
    background-color: #4e88be;
}

.customer-tabview .customer-item-info {
    position: relative;
    display: none;
    grid-template-columns: [column-1] 0.52fr [column-2] 0.48fr [column-3];
    grid-template-rows: [row-1] auto [row-2] auto [row-3] auto [row-4] 0.1fr [row-5];
    background-color: #f6f6f6;
    padding: 50px 90px;
    height: calc(660px + 1px);
}

    .customer-tabview .customer-item-info .pre-title,
    .customer-tabview .customer-item-info .next-title {
        display: none;
        position: absolute;
        background-color: #595757;
        border-radius: 5px;
        color: #fff;
        font-size: 0.75rem;
        overflow-wrap: anywhere;
        width: max-content;
        max-width: 200px;
        padding: 3px 5px;
        transform: translateY(-50%);
        top: calc(50% + 60px);
    }

        .customer-tabview .customer-item-info .pre-title.show,
        .customer-tabview .customer-item-info .next-title.show {
            display: block;
        }

    .customer-tabview .customer-item-info .pre-title {
        left: 10px;
    }

    .customer-tabview .customer-item-info .next-title {
        right: 10px;
    }

    .customer-tabview .customer-item-info .nav-button {
        position: absolute;
        border-radius: 100%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        top: 50%;
        cursor: pointer;
    }

        .customer-tabview .customer-item-info .nav-button:hover:before {
            background-color: #979797;
            opacity: 0.5;
        }

        .customer-tabview .customer-item-info .nav-button:hover:after {
            background-color: #979797;
            opacity: 0.5;
        }

        .customer-tabview .customer-item-info .nav-button:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 3px;
            background-color: #979797;
            border-radius: 3px;
        }

        .customer-tabview .customer-item-info .nav-button:after {
            content: "";
            position: absolute;
            width: 3px;
            height: 30px;
            background-color: #979797;
            border-radius: 3px;
        }

        .customer-tabview .customer-item-info .nav-button.pre {
            left: 30px;
            transform: rotate(-45deg);
        }

        .customer-tabview .customer-item-info .nav-button.next {
            right: 30px;
            transform: rotate(135deg);
        }

        .customer-tabview .customer-item-info .nav-button.disabled {
            pointer-events: none;
            opacity: 0.5;
        }

@media (max-width: 1024px) and (min-width: 431px) {
    .customer-tabview .customer-item-info {
        padding: 30px 50px;
        grid-template-columns: [column-1] 0.65fr [column-2] 0.35fr [column-3];
        overflow: overlay;
    }

        .customer-tabview .customer-item-info .nav-button.pre {
            left: 20px;
        }

        .customer-tabview .customer-item-info .nav-button.next {
            right: 20px;
        }
}

@media (max-width: 1024px) {
    .customer-tabview .customer-item-info {
        padding: 20px 0;
    }

        .customer-tabview .customer-item-info .nav-button {
            display: none;
        }
}

.customer-tabview .customer-item-info .info-footer {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

    .customer-tabview .customer-item-info .info-footer .back {
        font-size: 23px;
        font-weight: 400;
        line-height: 33.3px;
        text-align: center;
        color: #ffb600;
        border: 1px solid #ffb600;
        border-radius: 15px;
        padding: 7px 50px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

        .customer-tabview .customer-item-info .info-footer .back:hover {
            background-color: #ffb600;
            color: #fff;
        }

@media (max-width: 1024px) {
    .customer-tabview .customer-item-info .info-footer {
        justify-content: center;
        grid-row-start: 6;
    }
}

.customer-tabview .customer-item-info .info-img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    overflow: hidden;
    height: 100%;
}

    .customer-tabview .customer-item-info .info-img source,
    .customer-tabview .customer-item-info .info-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

@media (max-width: 1024px) and (min-width: 431px) {
    .customer-tabview .customer-item-info .info-img {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        height: 300px;
    }
}

@media (min-width: 576px) {
    .customer-tabview .customer-item-info .info-img source,
    .customer-tabview .customer-item-info .info-img img {
        object-position: 20px;
    }
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-info .info-img {
        margin-right: 0;
        height: fit-content;
    }
}

.customer-tabview .customer-item-info .info-content-header {
    font-size: 50px;
    font-weight: 400;
    line-height: 72.4px;
    text-align: left;
    color: #003a70;
    margin-bottom: 10px;
    margin-left: 20px;
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-info .info-content-header {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.customer-tabview .customer-item-info .info-content-detail {
    font-size: 22px;
    line-height: 31.86px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
    color: #595757;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-info .info-content-detail {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.customer-tabview .customer-item-info .info-content-desc {
    font-size: 22px;
    line-height: 31.86px;
    text-align: justify;
    overflow: visible;
    color: #595757;
    margin-left: 20px;
}

    .customer-tabview .customer-item-info .info-content-desc.sm {
        display: none;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        margin-top: 30px;
    }

@media (max-width: 1024px) and (min-width: 431px) {
    .customer-tabview .customer-item-info .info-content-desc {
        display: none;
    }

        .customer-tabview .customer-item-info .info-content-desc.sm {
            display: block;
            margin-right: 20px;
            margin-left: 20px;
            grid-row-start: 4;
            grid-row-end: 5;
        }
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-info .info-content-desc {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.customer-tabview .customer-item-info .info-content-block {
    display: flex;
    flex-direction: column;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    overflow: overlay;
    padding-right: 120px;
}

@media (max-width: 1024px) {
    .customer-tabview .customer-item-info .info-content-block {
        padding-right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 431px) {
    .customer-tabview .customer-item-info .info-content-block {
        /*overflow: unset;*/
        grid-area: 3 / 1 / 4 / 3
    }
}

@media (max-width: 430px) {
    .customer-tabview .customer-item-info .info-content-block {
        flex: 1;
    }
}

.customer-tabview .customer-item:hover .customer-item-img {
    transform: scale(1.13) translateY(calc(-5px * 1.2));
}

@media (max-width: 430px) {
    .customer-tabview .customer-item:hover .customer-item-img {
        transform: scale(1.13) translateX(calc(5px * 1.2));
    }
}

.customer-tabview .customer-item:hover .customer-item-name {
    color: #ffb600;
}

.customer-tabview .customer-detect-zone {
    position: absolute;
    height: 220px;
    width: 100%;
}

@media (max-width: 430px) {
    .customer-tabview .customer-detect-zone {
        height: 80px;
        padding: 0 3.5vw;
    }
}

.customer-type-color-1:after {
    background-color: #4e88be !important;
}

.customer-type-color-2:after {
    background-color: #89b32f !important;
}

.customer-type-color-3:after {
    background-color: #beb938 !important;
}

.customer-type-color-4:after {
    background-color: #ae4c87 !important;
}

.customer-type-color-5:after {
    background-color: #cb8d2f !important;
}

.customer-type-color-6:after {
    background-color: #49aca6 !important;
}


/* Arrows */
.slick-prev, .slick-next {
    opacity: 0;
    transition: 0.6s;
}

.slider:hover .slick-prev, .slider:hover .slick-next {
    opacity: 1;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 5;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #00427b;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 29px;
        line-height: 1;
    }

.slick-prev {
    left: 5%;
}

    .slick-prev:before {
        content: '←';
    }

.slick-next {
    right: 5%;
}

    .slick-next:before {
        content: '→';
    }

/* Dots */
.slick-dotted.slick-slider {
    margin: 33px auto 70px;
}

.slick-dots {
    position: absolute;
    top: 105%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 0;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 10px;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
            cursor: pointer;
            color: #d8d8d8;
            border-radius: 50px;
            border: none;
            outline: none;
            background-color: #d8d8d8;
        }

            .slick-dots li.slick-active button,
            .slick-dots li button:hover,
            .slick-dots li button:focus {
                background-color: #00427b;
            }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

.Custom_Title_Text {
    font-size: 30px;
    color: #003a70;
    margin-bottom: 10px;
    font-weight: 400;
}

.Custom_Title_Text_small {
    margin-bottom: 10px;
    font-size: 14px;
    color: #6a6d74;
    font-weight: 300;
}

.Custom_Text {
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    color: #6a6d74;
}

#tab-panel {
    margin: 0 auto;
    background-color: #f6f6f6;
    padding: 160px 0;
    z-index: 10;
    position: relative;
}

    #tab-panel .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    #tab-panel .slick-dots {
        bottom: -50px;
    }

    #tab-panel .tabs {
        margin-bottom: 50px;
        overflow: hidden;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }

        #tab-panel .tabs span {
            display: inline-block;
            margin: 0 20px;
            font-size: 24px;
            line-height: normal;
            color: #00427b;
            font-weight: 400;
        }

            #tab-panel .tabs span.active {
                border-bottom: solid 2px #ffb600;
            }

.filtering .slick-slide > div {
    border: none;
    padding: 30px 20px;
    background-color: initial;
    position: relative;
}

.tab-txt {
    padding: 20px 23px 15px 15px;
    box-shadow: 4px 4px 0 0 #c6c6c6;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    width: 340px;
    min-height: 266px;
    display: none;
}

.Tab_Title_Text {
    margin-bottom: 10px;
    font-size: 24px;
    color: #00427b;
    font-weight: normal;
    border-left: 2px solid #ffb600;
    padding-left: 12px;
}

.Tab_Text {
    font-size: 15px;
    font-weight: 300;
    color: #5f6269;
}

.filtering .slick-slide > div > div {
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 5;
}

.filtering .slick-slide {
    transform: none;
    padding: 0;
}

.filtering .slick-list {
    overflow: initial;
    z-index: 10;
}

.filtering .slick-slide img {
    max-width: 230px;
}

#tab-panel .tabs span:hover {
    cursor: pointer;
}



/*<!--Show-OurSystem-->*/
.OurSystem {
    width: 100%;
    position: relative;
    display: inline-flex;
}

@media (min-width: 992px) {
    .OurSystem .col-lg-12 {
        flex-direction: column;
    }
}

/* <!--Show-OurFeature-->*/
.OurFeature {
    margin-top: 10rem;
    width: 100%;
    position: relative;
    display: inline-flex;
    background-color: #fbfbfb;
    overflow: hidden;
}

.system_item {
    padding: 10px;
    height: 160px;
}

.item {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #efefef;
}

.light_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/lighting_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon//lighting-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.energy_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/energy_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/energy-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.hvac_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/hvac_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/hvac-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.blinds_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/blinds_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/blinds-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}


.image_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/image_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/image-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.parking_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/parking_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/parking-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.freezing_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/freezing_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/freezing-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.streetlight_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/streetlight_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/streetlight-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}

.faceimages_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask: url('../Images/IWA_Index/OurFeatures/system_icon/facerecognition_m_icon.svg') no-repeat 50% 50%;
    mask: url('../Images/IWA_Index/OurFeatures/system_icon/facerecognition-m-icon.svg') no-repeat 50% 50%;
    background-color: #808080;
}



.grey {
    background-color: #808080;
}

.white {
    background-color: #ffffff;
}

.lighting {
    position: absolute;
    left: 0px;
}

.OurFeature_pic_text {
    font-size: 17px;
    font-weight: 400;
    color: #5f6269;
}


/*<!--Show-Chicony-IWA-->*/
.Chicony-IWA {
    width: 100%;
    position: relative;
}

.Engery-Content_Theme {
    font-size: 30px;
    font-weight: 300;
    color: #3f5774;
}

.ContactMap_Text {
    font-size: 22px;
    font-weight: 300;
    color: #5f6269;
    text-align: justify;
    line-height: 2rem;
}




/*PAD*/
@media (max-width:767px) {

    .Title_HowWeWork_Main {
        text-align: center;
    }

    .Title_HowWeWork {
        text-align: center;
    }

    /* <!--Show-OurFeature-->*/
    /*index_ourfeaturecard_滑入變色*/
    .ourfeaturecard:active {
        background-color: #f5ba18;
        cursor: pointer;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

        .ourfeaturecard:active .icon {
            background-color: #ffffff;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }

        .ourfeaturecard:active .OurFeature_pic_text {
            color: #ffffff;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }

    .Item_frame {
        text-align: center;
    }
    /*<!--Show-Chicony-IWA-->*/
    .Chicony-IWA-icon {
        text-align: center;
    }

    .slick-slide, .OurCustomer .row {
        padding: 0 3.5vw;
    }

    .tab-txt {
        width: 100%;
        min-height: 200px;
    }

    .filtering .slick-slide > div > div {
        top: 50%;
        transform: translateY(-50%);
        width: 130%;
        left: -15%;
    }

    .Tab_Title_Text {
        font-size: 20px;
    }

    .Tab_Text {
        font-size: 16px;
    }

    .filtering .slick-slide {
        z-index: 0;
        position: relative;
    }

        .filtering .slick-slide.slick-active.slick-center {
            z-index: 100;
            position: relative;
        }

    .slick-current .tab-txt.tab-text-show {
        display: block;
    }

    .filtering .slick-slide.slick-current .img-hover img {
        -moz-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        transform-origin: center center;
    }

    .filtering .slick-slide.slick-current > div.img-hover {
        padding: 0;
    }

        .filtering .slick-slide.slick-current > div.img-hover img {
            max-width: 290px;
        }
}




@media (max-width:991px) {
    .Custom_Text {
        height: initial;
        min-height: initial;
    }

    .top-bottom-ranger {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .Trapezoid_B, .Trapezoid_A {
        transform: initial;
        height: 60rem;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 180px;
    }

    #tab-panel {
        padding: 117px 0 190px;
    }
}


@media (min-width: 992px) and (max-width: 1100px) {


    .end_pic {
        min-width: 750px;
    }
}



@media (min-width: 768px) and (max-width: 992px) {

    .Item_frame {
        text-align: center;
    }
    /* <!--Show-OurFeature-->*/
    /*index_ourfeaturecard_滑入變色*/
    .ourfeaturecard:active {
        background-color: #f5ba18;
        cursor: pointer;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

        .ourfeaturecard:active .icon {
            background-color: #ffffff;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }

        .ourfeaturecard:active .OurFeature_pic_text {
            color: #ffffff;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }
}

/*WEB*/
@media (min-width: 992px) {
    /* <!--Show-OurFeature-->*/
    /*index_ourfeaturecard_滑入變色*/
    .ourfeaturecard:hover {
        background-color: #f5ba18;
        cursor: pointer;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

        .ourfeaturecard:hover .icon {
            background-color: #ffffff;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }

        .ourfeaturecard:hover .OurFeature_pic_text {
            color: #ffffff;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }

    .frame_heigh {
        height: 40rem;
    }

    .filtering2.slider-position-fix .slick-track {
        right: 0;
        transform: initial !important;
    }
}

@media screen and (max-width: 1024px) {
    .slider-nav {
        display: none;
    }
}

@media (max-width:768px) {
    .designaction.designsize {
        height: 450px;
    }

    .design_block li a {
        height: 450px;
    }

    .soulation_btn {
        margin-top: -3rem;
    }
}

@media (max-width:576px) {

    .Rotationbanner {
        top: 20vw;
    }

    .TOPIC {
        font-size: 50px;
    }

    .New_data {
        font-size: 14px;
    }

    .New_title {
        font-size: 14px;
    }

    .Title_Theme {
        font-size: 50px !important;
    }

    .Content_Theme {
        font-size: 22px !important;
    }

    .Custom_Title_Text {
        font-size: 30px;
        margin-top: 1rem;
    }

    .ContactMap_Text {
        font-size: 22px;
        text-align: left;
        line-height: inherit;
    }

    .Custom_Text {
        font-size: 14px;
        text-align: left;
    }

    .blue_title {
        font-size: 30px;
    }

    .blue_title_min {
        font-size: 20px;
    }

    .blue_title_content {
        font-size: 14px;
    }

    dd {
        text-align: left;
    }

    .design_block dl {
        top: 23%;
    }

    .designaction.designsize {
        height: 550px;
    }

    .design_block li a {
        height: 550px;
    }

    .soulation_btn {
        margin-top: -3rem;
    }


    .New_data {
        font-size: 22px;
    }


    .New_title {
        font-size: 22px;
    }
}

.slick-list::before, .slick-list::after {
    content: "";
    width: 10%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
}

.slick-list::before {
    left: 0;
}

.slick-list::after {
    right: 0;
}

@media (max-width: 767px) {
    /*    .OurSolution, .OurFeature, .Chicony-IWA, .y_line.Y3 {
        display: none;
    }*/
}
