﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: Index.css
Editor: Sophia
CreateDate:2010/07/19
Last Editor: Sharon
LastDate: 2021
Version: 3.1
---------------------------
【 Table of Contents 】
	DIV XHTML 頁面
	Free Style
	使用 jQuery
    Responsive Design
=================================================================================*/

/*===============================================================================
                         以下是首頁版面設定
=================================================================================*/
body {
    background-color: #fff;
}

#Wrap {
    background-image: url(../../../images/Visual.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.en #Wrap {
    background-image: url(../../../images/Visual-en.png);
}

.chs #Wrap {
    background-image: url(../../../images/Visual-chs.png);
}



/*  Visual
--------------------------------------------------------------------------------*/
#Visual {
    height: 450px;
    background: transparent;
}




/*  News
--------------------------------------------------------------------------------*/
.facebookMsg {
    background-color: #DEF0FC;
    padding: 1rem;
}

    .facebookMsg p {
        font-size: 1.25rem;
        font-weight: bold;
        color: #111;
    }

    .facebookMsg a {
        position: relative;
    }

        .facebookMsg a img {
            position: absolute;
            left: 0.5rem;
            bottom: 0.5rem;
            opacity: 0.9;
        }

        .facebookMsg a:hover img {
            opacity: 1;
        }

#News {
    background-color: #FFF;
}

    #News .columns {
        margin-top: 5em;
        margin-bottom: 3em;
    }

    #News .five.columns {
        text-align: center;
    }

.HotNews {
    margin-top: 3.5em;
    text-align: right;
}

    .HotNews li {
        line-height: 1.5em;
        margin-bottom: 1em;
        font-size: 1.2em;
        padding: .25em .5em;
        text-align: left;
    }

        .HotNews li a {
            color: #434343;
        }

            .HotNews li a:hover {
                color: #4ba010; /*69b335*/
            }

    .HotNews .more {
        padding: 0.25rem 1.5rem;
        border: 2px solid #268EB5;
        color: #268EB5;
        border-radius: 2rem;
        display: inline-block;
    }

        .HotNews .more:hover {
            cursor: pointer;
            background-color: #268EB5;
            color: #FFF;
            font-weight: bold;
        }

/*  Solutions
--------------------------------------------------------------------------------*/
#Solutions {
    background: 
        linear-gradient(rgba(6, 182, 212, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 182, 212, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #0a0e27 0%, #1a1f3a 100%);
    background-size: 50px 50px, 50px 50px, 100% 100%;
    background-position: 0 0, 0 0, 0 0;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 50px 50px, 50px 50px, 0 0;
    }
}

/* 粒子效果 */
#Solutions::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    top: 100%;
    left: 0;
    background: transparent;
    box-shadow: 
        8vw 20vh 0 0 rgba(6, 182, 212, 0.9),
        23vw 45vh 0 0 rgba(6, 182, 212, 0.7),
        47vw 10vh 0 0 rgba(168, 85, 247, 0.9),
        71vw 65vh 0 0 rgba(168, 85, 247, 0.7),
        92vw 35vh 0 0 rgba(16, 185, 129, 0.9),
        15vw 80vh 0 0 rgba(16, 185, 129, 0.8),
        38vw 5vh 0 0 rgba(6, 182, 212, 0.6),
        62vw 55vh 0 0 rgba(168, 85, 247, 0.8),
        85vw 25vh 0 0 rgba(16, 185, 129, 0.7),
        5vw 70vh 0 0 rgba(6, 182, 212, 0.8),
        29vw 15vh 0 0 rgba(168, 85, 247, 0.6),
        53vw 90vh 0 0 rgba(16, 185, 129, 0.9),
        77vw 40vh 0 0 rgba(6, 182, 212, 0.7),
        95vw 60vh 0 0 rgba(168, 85, 247, 0.8),
        12vw 30vh 0 0 rgba(16, 185, 129, 0.6),
        35vw 75vh 0 0 rgba(6, 182, 212, 0.9),
        59vw 50vh 0 0 rgba(168, 85, 247, 0.7),
        81vw 8vh 0 0 rgba(16, 185, 129, 0.8),
        18vw 85vh 0 0 rgba(6, 182, 212, 0.8),
        42vw 22vh 0 0 rgba(168, 85, 247, 0.9),
        66vw 95vh 0 0 rgba(16, 185, 129, 0.7),
        88vw 12vh 0 0 rgba(6, 182, 212, 0.6),
        3vw 68vh 0 0 rgba(168, 85, 247, 0.8),
        26vw 42vh 0 0 rgba(16, 185, 129, 0.9),
        51vw 78vh 0 0 rgba(6, 182, 212, 0.7),
        74vw 33vh 0 0 rgba(168, 85, 247, 0.8),
        96vw 58vh 0 0 rgba(16, 185, 129, 0.6),
        20vw 88vh 0 0 rgba(6, 182, 212, 0.9),
        44vw 18vh 0 0 rgba(168, 85, 247, 0.7),
        68vw 52vh 0 0 rgba(16, 185, 129, 0.8);
    animation: particlesFloat 10s linear infinite;
    pointer-events: none;
}

@keyframes particlesFloat {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        transform: translateY(-120vh);
        opacity: 0;
    }
}

/* 脈衝光暈 */
#Solutions::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin: -300px 0 0 -300px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
    animation: glowPulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
}



#Solutions .TitleArea {
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
}

.solutions-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid rgba(0, 217, 255, 0.3);
    border-radius: 2rem;
    color: #06b6d4;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 20px rgba(0, 217, 255, 0.2);
}

    .solutions-badge svg {
        width: 20px;
        height: 20px;
        animation: pulse 2s ease-in-out infinite;
    }
    @keyframes pulse {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
    }


    #Solutions .TitleArea h1 {
        width: 100%;
        float: none;
        color: #ffffff;
        font-size: 2.5rem; /* Preserve visual hierarchy */
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 1rem;
    }

    #Solutions .TitleArea .Description {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        vertical-align: baseline;
        line-height: 1.6;
        color: #94a3b8; /* Keep previous subtitle color for readability on dark bg */
        font-size: 1.125rem;
    }
    
    #Solutions .TitleArea .solutions-badge {
        display: inline-flex;
        width: auto;
        float: none;
        margin-bottom: 1rem;
    }



.solutions-grid {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.solution-card {
    position: relative;
    background: 
        linear-gradient(rgba(var(--theme-rgb), 0.25), rgba(var(--theme-rgb), 0.25)) right 1.5rem bottom 1.5rem / 20px 2px no-repeat,
        linear-gradient(rgba(var(--theme-rgb), 0.25), rgba(var(--theme-rgb), 0.25)) right 1.5rem bottom 1.5rem / 2px 20px no-repeat,
        rgba(26, 26, 46, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(var(--theme-rgb), 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .solution-card > * {
        position: relative;
        z-index: 1;
    }

    /* Gradient Border */
    .solution-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 1.5rem;
        border: 2px solid var(--theme-color);
        background: linear-gradient(135deg, var(--theme-color) 0%, transparent 50%) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
        z-index: 2;
    }

    .solution-card:hover::before {
        opacity: 0.5;
    }

    /* Glow Effect */
    .solution-card::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, var(--theme-color) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.4s ease;
        filter: blur(40px);
        pointer-events: none;
        z-index: 0;
    }

    .solution-card:hover::after {
        opacity: 0.2;
    }

    .solution-card:hover {
        transform: translateY(-12px);
        background: 
            linear-gradient(rgba(var(--theme-rgb), 0.5), rgba(var(--theme-rgb), 0.5)) right 1.5rem bottom 1.5rem / 20px 2px no-repeat,
            linear-gradient(rgba(var(--theme-rgb), 0.5), rgba(var(--theme-rgb), 0.5)) right 1.5rem bottom 1.5rem / 2px 20px no-repeat,
            rgba(18, 22, 40, 0.95);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    }

.card-ai {
    --theme-rgb: 0, 210, 255;
    --theme-color: rgb(var(--theme-rgb));
    color: var(--theme-color);
}

.card-system {
    --theme-rgb: 138, 43, 226;
    --theme-color: rgb(var(--theme-rgb));
    color: var(--theme-color);
}

.card-uav {
    --theme-rgb: 0, 255, 204;
    --theme-color: rgb(var(--theme-rgb));
    color: var(--theme-color);
}

    .solution-card:hover {
        border-color: var(--theme-color);
        box-shadow: 0 0 30px rgba(var(--theme-rgb), 0.15), inset 0 0 20px rgba(var(--theme-rgb), 0.05);
    }

.solution-icon {
    width: 72px;
    height: 72px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .solution-card:hover .solution-icon {
        border-color: var(--theme-color);
        background: rgba(var(--theme-rgb), 0.1);
        box-shadow: 0 0 20px var(--theme-color);
    }

    .solution-icon svg {
        width: 40px;
        height: 40px;
        filter: drop-shadow(0 0 5px currentColor);
        transition: all 0.4s ease;
    }

    .solution-card:hover .solution-icon svg {
        filter: drop-shadow(0 0 10px currentColor);
        transform: scale(1.1);
    }

.solution-card h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.solution-card h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.9;
}

.card-description {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

    .card-features li {
        color: #e2e8f0;
        font-size: 0.95rem;
        padding: 0.25rem 0;
        padding-left: 1.5rem;
        position: relative;
        line-height: 1.5;
    }

        .card-features li::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--theme-color);
            box-shadow: 0 0 10px var(--theme-color);
            flex-shrink: 0;
            color: var(--theme-color);
            font-size: 0.6rem;
        }

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    text-decoration: none;
    align-self: flex-start;
}

    .card-link:hover {
        background: var(--theme-color);
        border-color: var(--theme-color);
        color: #000;
        box-shadow: 0 0 15px var(--theme-color);
    }

    .card-link svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }

    .card-link:hover svg {
        transform: translateX(4px);
    }

/* 響應式設計 */
@media only screen and (max-width: 1200px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    #Solutions {
        padding: 3rem 0;
    }

    #Solutions .TitleArea h1 {
        font-size: 2rem;
    }

    #Solutions .TitleArea .Description {
        font-size: 1rem;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        padding: 0 1.5rem;
        gap: 1.5rem;
    }

    .solution-card {
        padding: 1.5rem;
    }

    .solution-card h2 {
        font-size: 1.5rem;
    }
    
    .solution-card h3 {
        font-size: 0.8rem;
    }
}

/*  Carousel
--------------------------------------------------------------------------------*/
#Carousel {
    background-color: #d7f1ff;
    background-color: #ffffff;
    background-image: url(../../../images/Index/BG_2.png);
    background-repeat: no-repeat;
    background-size: cover;

}

    #Carousel .wrapper {
        padding-top: 2em;
        padding-bottom: 2em;
    }

        #Carousel .wrapper .swiper {
            width: 80%;
            padding: 1rem 3rem;
        }

    #Carousel .TitleArea h2 {
        text-align: center;
        color: #268EB5;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    #Carousel .swiper-wrapper {
        margin: 0 0 2rem 0;
        box-sizing: border-box;
    }
    #Carousel .swiper-slide {
        position: relative;
        /*height: 375px; */
        overflow: hidden;
    }

    #Carousel .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 裁切填滿，避免變形 */
        display: block;
    }


    #Carousel .swiper-slide a {
        position: relative;
        overflow: hidden;
        padding: 0.8rem;
        display: block;
        border-radius: 6px;
    }

        #Carousel .swiper-slide a::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
            opacity: 0;
            transition: opacity 0.5s ease-out 0s; 
            z-index: -1;
        }

        #Carousel .swiper-slide a:hover::before {
            opacity: 1;
        }

    #Carousel .swiper-slide a > div {
        overflow: hidden;
        margin-bottom: 1rem;
        /*height: 240px;*/
        display: flex;
        justify-items: center;
        align-items: center;
    }
        #Carousel .swiper-slide h2,
        #Carousel .swiper-slide h3 {
            font-size: 1.4rem;
            text-align: center;
            color: #268EB5;
            transition: color 0.5s ease 0s;
            max-width: unset;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0.5rem;
        }

.multiline_ellipsis {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 顯示幾行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: auto;
    color: #606060;
    line-height: 1.5em;
    transition: color 0.5s ease 0s;
}
#Carousel .swiper-slide a:hover h2,
#Carousel .swiper-slide a:hover h3 {
    color: #08e7de;
}

#Carousel .swiper-slide a:hover .multiline_ellipsis {
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 36%);
    color: #268EB5;
    opacity: 0.6;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #268EB5;
}





/*  About
--------------------------------------------------------------------------------*/
#About {
    background-color: #65c2f2;
}

    #About .Decoration {
        background-image: url(../../../images/Index/About-Decoration.png);
        background-repeat: no-repeat;
        background-position: 140px -58px;
    }

    #About .innerBoxs {
        padding-top: 8em;
        padding-bottom: 6em;
    }

    #About .TitleArea {
        margin-bottom: 120px;
    }

        #About .TitleArea h1 { /*G4*/
            width: 220px;
            float: left;
            color: #fff;
        }

        #About .TitleArea .Description { /*G10*/
            float: left;
            width: 580px;
            margin-top: 2em;
            vertical-align: baseline;
            line-height: 1.25em;
        }

    #About .content {
        margin-top: 20px;
        clear: both;
    }

        #About .content .cirlcle {
            background-image: url(../../../images/Index/About-Circle.png) \9;
            background-position: center center \9;
            background-repeat: no-repeat \9;
            width: 152px;
            height: 152px;
            background-color: rgba(0,0,0,0.1);
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
            text-align: center;
            vertical-align: middle;
            margin: 0 auto;
            margin-bottom: 2em;
            -o-transition: background .25s ease-out;
            -webkit-transition: background .25s ease-out;
            -moz-transition: background .25s ease-out;
            -ms-transition: background .25s ease-out;
            transition: background .25s ease-out;
        }

            #About .content .cirlcle:hover {
                background-color: rgba(0,0,0,0.15);
            }

        #About .content p {
            text-align: center;
            white-space: nowrap;
            margin-bottom: 1em;
            font-size: 1.5em;
            color: #4d4d4d;
        }

        #About .content a {
            color: #626262;
        }

/*----- EN -----*/
.en #About .TitleArea h1 { /*G4*/
    width: 230px;
}

.en #About .TitleArea .Description { /*G10*/
    margin-top: 1em;
    width: 670px;
}




/*  Services
--------------------------------------------------------------------------------*/
#Services {
    background-color: #0e5e87;
}

    #Services .innerBoxs {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    #Services .TitleArea {
        margin-bottom: 2em;
    }

        #Services .TitleArea h1 { /*G4*/
            width: 220px;
            float: left;
            color: #fff;
        }

        #Services .TitleArea .Description { /*G10*/
            float: left;
            width: 580px;
            margin-top: 1em;
            vertical-align: baseline;
            line-height: 1.25em;
            color: #fff;
        }

    #Services .content, #Services .content a {
        color: #fff;
        box-sizing: border-box;
    }

        #Services .content .columns {
            margin-bottom: 2em;
        }

        #Services .content .CornerRetangle {
            /*background-image: url(../images/About/index-Cirle.png) \9;
        background-position: center center \9;
        background-repeat: no-repeat \9;*/
            display: block;
            height: 100px;
            width: 436px;
            background-color: rgba(0,0,0,0.1);
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            -o-transition: background .25s ease-out;
            -webkit-transition: background .25s ease-out;
            -moz-transition: background .25s ease-out;
            -ms-transition: background .25s ease-out;
            transition: background .25s ease-out;
            cursor: pointer;
            margin: 0 auto;
        }

            #Services .content .CornerRetangle:hover {
                background-color: rgba(0,0,0,0.2);
            }

            #Services .content .CornerRetangle .myCenterFix {
                clear: both;
                height: 100px;
                font-size: 0;
                background-repeat: no-repeat;
                background-size: auto 100px;
                width: auto;
            }

                #Services .content .CornerRetangle .myCenterFix:before {
                    content: "";
                    height: 100%;
                    display: inline-block;
                    vertical-align: middle;
                }

.Sicon_1 {
    background-image: url(../../../images/Index/Services-1.png);
}

.Sicon_2 {
    background-image: url(../../../images/Index/Services-2.png);
}

.Sicon_3 {
    background-image: url(../../../images/Index/Services-3.png);
}

.Sicon_4 {
    background-image: url(../../../images/Index/Services-4.png);
}

.Sicon_5 {
    background-image: url(../../../images/Index/Services-5.png);
}

.Sicon_6 {
    background-image: url(../../../images/Index/Services-6.png);
}

#Services .content .CornerRetangle .myCenterFix p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 110px;
    text-align: left;
}

/*---- EN ------*/
.en #Services .content .CornerRetangle {
    width: 900px;
}

.en #Services .TitleArea h1 { /*G5*/
    width: 230px;
}

.en #Services .TitleArea .Description { /*G11*/
    margin-top: 1em;
    width: 670px;
}

/*  Projects
--------------------------------------------------------------------------------*/
#Projects {
    background-color: #fff;
}

    #Projects .innerBoxs {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    #Projects .TitleArea {
        margin-bottom: 2em;
    }

        #Projects .TitleArea h1 { /*G4*/
            width: 220px;
            float: left;
        }

        #Projects .TitleArea .Description { /*G10*/
            float: left;
            width: 580px;
            margin-top: 1em;
            vertical-align: baseline;
            line-height: 1.25em;
        }

    #Projects .content .columns {
        padding-top: 170px;
        background-repeat: no-repeat;
        background-position: 50% 22px;
        cursor: pointer;
        margin-bottom: 20px;
    }

        #Projects .content .columns:nth-child(1) {
            background-color: #fc5d8a;
            background-image: url(../../../images/Index/Project-SGW.png);
        }

        #Projects .content .columns:nth-child(2) {
            background-color: #65c2f2;
            background-image: url(../../../images/Index/Project-Water.png);
        }

        #Projects .content .columns:nth-child(3) {
            background-color: #ee972b;
            background-image: url(../../../images/Index/Project-Agri.png);
        }

        #Projects .content .columns:nth-child(4) {
            background-color: #65c2f2;
            background-image: url(../../../images/Index/Project-Air.png );
        }

        #Projects .content .columns:nth-child(5) {
            background-color: #77cd3b;
            background-image: url(../../../images/Index/Project-Evn.png );
        }

        #Projects .content .columns:nth-child(6) {
            background-color: #d394f1;
            background-image: url(../../../images/Index/Project-Epi.png );
        }

        #Projects .content .columns .Retangle {
            background-color: rgba(0,0,0,0.1);
            padding: 10px;
            height: 300px;
            -o-transition: background .25s ease-out;
            -webkit-transition: background .25s ease-out;
            -moz-transition: background .25s ease-out;
            -ms-transition: background .25s ease-out;
            transition: background .25s ease-out;
        }

            #Projects .content .columns .Retangle:hover {
                background-color: rgba(0,0,0,0.2);
            }

        #Projects .content .columns p.Title {
            color: #fff;
            font-weight: bold;
            line-height: 2.5em;
            font-size: 1.125em;
        }

        #Projects .content .columns p.Description {
            color: #fff;
            font-size: 1em;
            line-height: 1.5em;
        }

/*----- EN -----*/
.en #Projects .TitleArea h1 { /*G5*/
    width: 230px;
}

.en #Projects .TitleArea .Description { /*G11*/
    margin-top: 0em;
    color: #828282;
    width: 670px;
}

.en #Projects .content .columns {
    background-color: #fff;
    padding-top: 0;
    margin: 20px 10px;
    width: calc(50% - 20px);
}

    .en #Projects .content .columns .Retangle {
        background-color: #fff;
        height: 100%;
    }

        .en #Projects .content .columns .Retangle:hover {
            background-color: rgba(190,190,190,0.3);
        }

@media only screen and (min-width: 1380px) {
    .en #Projects .content .columns:nth-child(1) .Retangle, .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 326px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle, .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 398px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle, .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 439px;
    }
}

@media only screen and (min-width: 1220px) and (max-width: 1379px) {
    .en #Projects .content .columns:nth-child(1) .Retangle, .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 381px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle, .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 471px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle, .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 514px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1219px) {
    .en #Projects .content .columns:nth-child(1) .Retangle, .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 484px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle, .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 621px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle, .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 686px;
    }
}


.en #Projects .content .columns p.Title {
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 90px;
    margin-bottom: 0.5em;
    line-height: 1.3em;
}

@media only screen and (max-width: 1024px) {

    .en #Projects .content .columns {
        padding-top: 0;
        margin: 20px 0;
        width: 100%;
    }

        .en #Projects .content .columns:nth-child(n) .Retangle {
            min-height: unset;
        }
}

.en .Soil {
    background-image: url(../../../images/Index/Project-SGW_EN.png);
}

.en .Water {
    background-image: url(../../../images/Index/Project-Water_EN.png);
}

.en .IEMP {
    background-image: url(../../../images/Index/Project-Evn_EN.png );
}

.en .AgriEnv {
    background-image: url(../../../images/Index/Project-Agri_EN.png );
}

.en .AirEnv {
    background-image: url(../../../images/Index/Project-AirEnv_EN.png );
}

.en .EnvEpi {
    background-image: url(../../../images/Index/Project-EnvEpi_EN.png );
}

.en #Projects .content .columns p.Description {
    color: #434343;
    line-height: 1.5em;
    padding-left: 90px;
    /*padding-bottom: 20px;*/
}


/*=========================================================================
     Media Query
  =========================================================================  */
/* 1920 以上 */
@media only screen and (min-width: 122em) {
    #Wrap {
        background-position: center -70px;
        -moz-background-size: cover;
        background-size: cover;
    }

    .en #Wrap {
        background-position: center -18px;
    }
}
/*  960 以下 (devices and browsers)------959/16  */
@media only screen and (max-width: 59.9375em) {
    #Wrap {
        background-position: center top;
    }

    .facebookMsg a {
        float: right;
        position: static;
        display: block;
    }

        .facebookMsg a img {
            position: static;
            display: block;
            margin-top: 1rem;
        }

    #Visual {
        height: 400px;
    }

    #About .Decoration {
        background-position: 40px -58px;
    }

    #About .innerBoxs, #Services .innerBoxs {
        padding-bottom: 2em;
        padding-top: 2em;
    }

    #About .TitleArea, #Services .TitleArea {
        margin-bottom: 2em;
    }

        #About .TitleArea h1, #Services .TitleArea h1 { /*G4*/
            width: 280px;
        }

        #About .TitleArea .Description, #Services .TitleArea .Description { /*G10*/
            margin-top: 0;
            width: 580px;
        }

    #About .content .columns:nth-child(-n+3) {
        width: 230px;
    }

    #About .content .columns:nth-child(n+4) {
        width: 294px;
    }

    #About .content .columns:nth-child(4) {
        margin-left: 80px;
    }

    #About .content .columns:nth-child(5) {
        margin-right: 80px;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
    }

    #Projects .content .columns {
        margin-bottom: 20px;
    }

    #Projects .TitleArea .Description {
        margin-top: 0;
    }
}
/* Tablet Portrait  (devices and browsers)------768/16 ~ 959/19 */
@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    #Wrap {
        background-position: -520px -20px;
    }

    .en #Wrap {
        background-position: -475px -10px;
    }

    #Visual {
        height: 450px;
    }

    #News .wrapper {
        margin-top: 2em;
    }

    .HotNews {
        margin-top: 3rem;
    }

    .en #About .TitleArea .Description, .en #Services .TitleArea .Description, .en #Projects .TitleArea .Description {
        margin-top: 0em;
    }

    #Services .content .CornerRetangle {
        height: 100px;
        width: auto;
    }

    .en #Services .content .CornerRetangle {
        width: 715px;
    }

    #Services .content .CornerRetangle .myCenterFix {
        height: 100px;
    }

        #Services .content .CornerRetangle .myCenterFix p {
            font-size: 20px;
        }

    .chs #Services .content .CornerRetangle .myCenterFix p {
        font-size: 19px;
    }

    #Projects .content .columns {
        width: 356px;
    }

        #Projects .content .columns .Retangle {
            height: 230px;
        }

        #Projects .content .columns p.Description {
            line-height: 1.5em;
        }

    .chs #Projects .content .columns .Retangle {
        height: 260px;
    }
}
/* All Mobile  (devices and browser)------767/16  */
@media only screen and (max-width: 47.9735em) {
    #Wrap {
        background-position: -520px -20px;
    }

    #Visual {
        height: 450px;
    }

    #News .columns {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    #News .five.columns {
        margin-bottom: 1em;
        width: 95%;
    }

    #News .eleven.columns {
        margin-top: 0em;
        width: 95%;
    }

    #News .Decoration {
        background: none;
        min-height: 0;
    }

    #Carousel .wrapper .swiper {
         width: 70%; 
    }

    .HotNews {
        margin-top: 3em;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
        padding-right: 10px;
    }

    #Projects .content .columns {
        width: auto;
        margin-bottom: 10px;
    }

    #Projects .TitleArea .Description {
        margin-top: 0;
        line-height: 1.25em;
    }

    #Projects .content .columns .Retangle {
        height: 130px;
    }

    #Projects .content .columns p.Description {
        line-height: 1.5em;
    }

    /*------ EN -------*/
    .en #About .TitleArea h1, .en #Services .TitleArea h1, .en #Projects .TitleArea h1 {
        margin-top: 0.5em;
        width: auto;
    }

    .en #About .TitleArea .Description, .en #Services .TitleArea .Description, .en #Projects .TitleArea .Description {
        margin-top: 0em;
        width: auto;
    }

    .en .facebookMsg a img {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
}


/* Mobile Landscape  to Tablet Portrait (devices and browsers)------480/16   ~  767/16  */
@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .en #Wrap {
        background-position: -481px -20px;
    }


    h1 {
        font-size: 2em;
    }

    #News .wrapper {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .HotNews li {
        margin-bottom: 0;
    }

    #About .Decoration {
        background: none;
    }

    #About .TitleArea h1, #Services .TitleArea h1, #Projects .TitleArea h1 { /*G4*/
        width: auto;
    }

    #About .TitleArea .Description, #Services .TitleArea .Description, #Projects .TitleArea .Description, #Solutions .TitleArea .Description { /*G10*/
        width: auto;
    }

    #About .content .columns:nth-child(n) {
        width: 45%;
        margin-left: 10px;
        margin-right: 10px;
    }

    #Services .content .columns { /*G8*/
        width: 96%;
    }

    #Services .content .CornerRetangle {
        width: auto;
    }

        #Services .content .CornerRetangle .myCenterFix p {
            font-size: 18px;
            padding-right: 10px;
        }

    #Projects .content .columns .Retangle {
        height: auto;
        padding-bottom: 1.5em;
    }



    /*------ EN -------*/
    .en #Services .content .CornerRetangle {
        width: 100%;
    }
}


/* Mobile Portrait  to Mobile Landscape  (devices and browsers)------479/16  */
@media only screen and (max-width: 29.9375em) {
    #Wrap {
        background: none;
    }

    h1 {
        font-size: 2em;
    }

    #Visual {
        display: none;
    }

    #News .wrapper {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    #News .five.columns {
        margin-bottom: 0;
    }

    #News .eleven.columns {
        margin-top: 0;
        margin-bottom: 1em;
    }

    .HotNews ul {
        width: auto;
        margin-bottom: 1.5rem;
    }

    .HotNews li {
        margin-bottom: 0;
    }

    .HotNews ul li:nth-child(2n) {
        background-color: #efefef;
    }

    .HotNews ul li:nth-child(2n+1) {
        background-color: #69b335;
    }

        .HotNews ul li:nth-child(2n+1) a {
            color: #fff;
        }

            .HotNews ul li:nth-child(2n+1) a:hover {
                color: #edff00;
            }

    #Carousel .swiper-slide a {
    padding: 0.5rem;
}

    #Carousel .swiper-slide h2 {
        font-size: 1.2rem;
    }


    #About .innerBoxs, #Projects .innerBoxs {
        padding-bottom: 2em;
        padding-top: 2em;
    }

    #About .TitleArea, #Services .TitleArea, #Projects .TitleArea {
        margin-bottom: 10px;
    }

    #About .Decoration {
        background: none;
    }

    #About .TitleArea .Description, #Services .TitleArea .Description, #Projects .TitleArea .Description, #Solutions .TitleArea .Description {
        display: none;
    }

    #About .content .cirlcle {
        margin-bottom: 1em;
    }

    #About .content .columns:nth-child(n) {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    #Services .content .columns {
        width: 88%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 2em;
    }

    #Services .content .CornerRetangle {
        height: 80px;
        width: auto;
    }

    .en #Services .content .CornerRetangle {
        width: auto;
    }

    #Services .content .CornerRetangle .myCenterFix {
        height: 80px;
        background-size: auto 80px;
    }

        #Services .content .CornerRetangle .myCenterFix p {
            font-size: 17px;
            padding-left: 85px;
            margin-right: 5px;
        }

    .chs #Services .content .CornerRetangle .myCenterFix p {
        font-size: 16px;
    }

    .en #Services .content .CornerRetangle .myCenterFix p {
        line-height: 20px;
    }

    #Projects .content .columns .Retangle {
        height: auto;
        padding-bottom: 1.5em;
    }
}

/*  Services 231227
--------------------------------------------------------------------------------*/

.content_top {
    width: 100%;
}

    .content_top img {
        width: 100%;
    }

    .content_top .topTitle {
        font-size: 2.25rem;
        font-weight: bold;
    }

    .content_top p, .content_top span {
        font-size: 1.125rem;
    }

        #Services .content_top span a {
            line-height: 2.25rem;
            color: #D7F1FF;
        }

            .content_top span a:hover {
                font-weight: bold;
                text-decoration: underline;
            }

            .content_top span a::after {
                content: '|';
                padding: 0 10px;
            }

            .content_top span a:last-child::after {
                content: '';
                display: none;
            }

    .content_top .more {
        width: 100%;
        display: flex;
    }

        #Services .content_top .more a {
            padding: .75rem 1.75rem;
            /*padding: 0.25rem 1.5rem;*/
            border: 2px solid #268EB5;
            color: #268EB5;
            background-color: #ffffff;
            border-radius: 2rem;
            display: inline-block;
            margin: 0 auto;
            margin-top: 20px;
        }

            #Services .content_top .more a:hover {
                cursor: pointer;
                background-color: #268EB5;
                color: #FFF;
                font-weight: bold;
            }

.content_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

    .content_bottom .content_card {
        width: calc((100% - (25px * 4)) / 5);
        padding: 20px;
        box-sizing: border-box;
        /*background-color: #015884;*/
        background-color: rgba(0, 0, 0, .1);
        box-shadow: 0 5px 6px rgba(0, 0, 0,.2);
        border-radius: 10px;
    }

        .content_bottom .content_card:hover {
            background-color: rgba(0, 0, 0, .2);
        }

        .content_bottom .content_card p {
            text-align: center;
            font-size: 1.25rem;
            line-height: 1.875rem;
            font-weight: bold;
            padding-top: 20px;
        }

        .content_bottom .content_card p span {
            white-space: pre;
            font-size: 1.25rem;
            font-weight: bold;
        }

    .content_bottom .content_card .content_card_img {
        width: 100%;
        height: 110px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .content_bottom .content_card .content_card_img.card_img_02 {
            background-image: url(../../../images/Index/Services-2.png);
        }

        .content_bottom .content_card .content_card_img.card_img_03 {
            background-image: url(../../../images/Index/Services-3.png);
        }

        .content_bottom .content_card .content_card_img.card_img_04 {
            background-image: url(../../../images/Index/Services-4.png);
        }

        .content_bottom .content_card .content_card_img.card_img_05 {
            background-image: url(../../../images/Index/Services-5.png);
        }

        .content_bottom .content_card .content_card_img.card_img_06 {
            background-image: url(../../../images/Index/Services-6.png);
        }

@media only screen and (max-width: 59.9375em) {
    .content_bottom .content_card {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    .content_bottom {
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_bottom .content_card {
        width: calc((100% - (10px * 4)) / 5);
    }
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .content_bottom {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

        .content_bottom .content_card {
            width: 97%;
            display: block;
        }
}

@media only screen and (max-width: 29.9375em) {
    .content_bottom {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_bottom .content_card {
        width: 95%;
        display: block;
        margin: 10px 0;
    }
}            
  

            #Services .content .CornerRetangle:hover {
                background-color: rgba(0,0,0,0.2);
            }

            #Services .content .CornerRetangle .myCenterFix {
                clear: both;
                height: 100px;
                font-size: 0;
                background-repeat: no-repeat;
                background-size: auto 100px;
                width: auto;
            }

                #Services .content .CornerRetangle .myCenterFix:before {
                    content: "";
                    height: 100%;
                    display: inline-block;
                    vertical-align: middle;
                }

.Sicon_1 {
    background-image: url(../../../images/Index/Services-1.png);
}

.Sicon_2 {
    background-image: url(../../../images/Index/Services-2.png);
}

.Sicon_3 {
    background-image: url(../../../images/Index/Services-3.png);
}

.Sicon_4 {
    background-image: url(../../../images/Index/Services-4.png);
}

.Sicon_5 {
    background-image: url(../../../images/Index/Services-5.png);
}

.Sicon_6 {
    background-image: url(../../../images/Index/Services-6.png);
}

#Services .content .CornerRetangle .myCenterFix p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 110px;
    text-align: left;
}

/*---- EN ------*/
.en #Services .content .CornerRetangle {
    width: 900px;
}

.en #Services .TitleArea h1 { /*G5*/
    width: 230px;
}

.en #Services .TitleArea .Description { /*G11*/
    margin-top: 1em;
    width: 670px;
}

/*  Projects
--------------------------------------------------------------------------------*/
#Projects {
    background-color: #fff;
}

    #Projects .innerBoxs {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    #Projects .TitleArea {
        margin-bottom: 2em;
    }

        #Projects .TitleArea h1 { /*G4*/
            width: 220px;
            float: left;
        }

        #Projects .TitleArea .Description { /*G10*/
            float: left;
            width: 580px;
            margin-top: 1em;
            vertical-align: baseline;
            line-height: 1.25em;
        }

    #Projects .content .columns {
        padding-top: 170px;
        background-repeat: no-repeat;
        background-position: 50% 22px;
        cursor: pointer;
        margin-bottom: 20px;
    }

        #Projects .content .columns:nth-child(1) {
            background-color: #fc5d8a;
            background-image: url(../../../images/Index/Project-SGW.png);
        }

        #Projects .content .columns:nth-child(2) {
            background-color: #65c2f2;
            background-image: url(../../../images/Index/Project-Water.png);
        }

        #Projects .content .columns:nth-child(3) {
            background-color: #ee972b;
            background-image: url(../../../images/Index/Project-Agri.png);
        }

        #Projects .content .columns:nth-child(4) {
            background-color: #65c2f2;
            background-image: url(../../../images/Index/Project-Air.png );
        }

        #Projects .content .columns:nth-child(5) {
            background-color: #77cd3b;
            background-image: url(../../../images/Index/Project-Evn.png );
        }

        #Projects .content .columns:nth-child(6) {
            background-color: #d394f1;
            background-image: url(../../../images/Index/Project-Epi.png );
        }

        #Projects .content .columns .Retangle {
            background-color: rgba(0,0,0,0.1);
            padding: 10px;
            height: 300px;
            -o-transition: background .25s ease-out;
            -webkit-transition: background .25s ease-out;
            -moz-transition: background .25s ease-out;
            -ms-transition: background .25s ease-out;
            transition: background .25s ease-out;
        }

            #Projects .content .columns .Retangle:hover {
                background-color: rgba(0,0,0,0.2);
            }

        #Projects .content .columns p.Title {
            color: #fff;
            font-weight: bold;
            line-height: 2.5em;
            font-size: 1.125em;
        }

        #Projects .content .columns p.Description {
            color: #fff;
            font-size: 1em;
            line-height: 1.5em;
        }

/*----- EN -----*/
.en #Projects .TitleArea h1 { /*G5*/
    width: 230px;
}

.en #Projects .TitleArea .Description { /*G11*/
    margin-top: 0em;
    color: #828282;
    width: 670px;
}

.en #Projects .content .columns {
    background-color: #fff;
    padding-top: 0;
    margin: 20px 10px;
    width: calc(50% - 20px);
}

    .en #Projects .content .columns .Retangle {
        background-color: #fff;
        height: 100%;
    }

        .en #Projects .content .columns .Retangle:hover {
            background-color: rgba(190,190,190,0.3);
        }

@media only screen and (min-width: 1380px) {
    .en #Projects .content .columns:nth-child(1) .Retangle, .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 326px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle, .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 398px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle, .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 439px;
    }
}

@media only screen and (min-width: 1220px) and (max-width: 1379px) {
    .en #Projects .content .columns:nth-child(1) .Retangle, .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 381px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle, .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 471px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle, .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 514px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1219px) {
    .en #Projects .content .columns:nth-child(1) .Retangle, .en #Projects .content .columns:nth-child(2) .Retangle {
        min-height: 484px;
    }

    .en #Projects .content .columns:nth-child(3) .Retangle, .en #Projects .content .columns:nth-child(4) .Retangle {
        min-height: 621px;
    }

    .en #Projects .content .columns:nth-child(5) .Retangle, .en #Projects .content .columns:nth-child(6) .Retangle {
        min-height: 686px;
    }
}


.en #Projects .content .columns p.Title {
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 90px;
    margin-bottom: 0.5em;
    line-height: 1.3em;
}

@media only screen and (max-width: 1024px) {

    .en #Projects .content .columns {
        padding-top: 0;
        margin: 20px 0;
        width: 100%;
    }

        .en #Projects .content .columns:nth-child(n) .Retangle {
            min-height: unset;
        }
}

.en .Soil {
    background-image: url(../../../images/Index/Project-SGW_EN.png);
}

.en .Water {
    background-image: url(../../../images/Index/Project-Water_EN.png);
}

.en .IEMP {
    background-image: url(../../../images/Index/Project-Evn_EN.png );
}

.en .AgriEnv {
    background-image: url(../../../images/Index/Project-Agri_EN.png );
}

.en .AirEnv {
    background-image: url(../../../images/Index/Project-AirEnv_EN.png );
}

.en .EnvEpi {
    background-image: url(../../../images/Index/Project-EnvEpi_EN.png );
}

.en #Projects .content .columns p.Description {
    color: #434343;
    line-height: 1.5em;
    padding-left: 90px;
    /*padding-bottom: 20px;*/
}


/*=========================================================================
     Media Query
  =========================================================================  */
/* 1920 以上 */
@media only screen and (min-width: 122em) {
    #Wrap {
        background-position: center -70px;
        -moz-background-size: cover;
        background-size: cover;
    }

    .en #Wrap {
        background-position: center -18px;
    }
}
/*  960 以下 (devices and browsers)------959/16  */
@media only screen and (max-width: 59.9375em) {
    #Wrap {
        background-position: center top;
    }

    .facebookMsg a {
        float: right;
        position: static;
        display: block;
    }

        .facebookMsg a img {
            position: static;
            display: block;
            margin-top: 1rem;
        }

    #Visual {
        height: 400px;
    }

    #About .Decoration {
        background-position: 40px -58px;
    }

    #About .innerBoxs, #Services .innerBoxs {
        padding-bottom: 2em;
        padding-top: 2em;
    }

    #About .TitleArea, #Services .TitleArea {
        margin-bottom: 2em;
    }

        #About .TitleArea h1, #Services .TitleArea h1 { /*G4*/
            width: 280px;
        }

        #About .TitleArea .Description, #Services .TitleArea .Description, #Solutions .TitleArea .Description { /*G10*/
            margin-top: 0;
            width: 580px;
        }

    #About .content .columns:nth-child(-n+3) {
        width: 230px;
    }

    #About .content .columns:nth-child(n+4) {
        width: 294px;
    }

    #About .content .columns:nth-child(4) {
        margin-left: 80px;
    }

    #About .content .columns:nth-child(5) {
        margin-right: 80px;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
    }

    #Projects .content .columns {
        margin-bottom: 20px;
    }

    #Projects .TitleArea .Description {
        margin-top: 0;
    }
}
/* Tablet Portrait  (devices and browsers)------768/16 ~ 959/19 */
@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    #Wrap {
        background-position: -520px -20px;
    }

    .en #Wrap {
        background-position: -475px -10px;
    }

    #Visual {
        height: 450px;
    }

    #News .wrapper {
        margin-top: 2em;
    }

    .HotNews {
        margin-top: 3rem;
    }

    .en #About .TitleArea .Description, .en #Services .TitleArea .Description, .en #Projects .TitleArea .Description {
        margin-top: 0em;
    }

    #Services .content .CornerRetangle {
        height: 100px;
        width: auto;
    }

    .en #Services .content .CornerRetangle {
        width: 715px;
    }

    #Services .content .CornerRetangle .myCenterFix {
        height: 100px;
    }

        #Services .content .CornerRetangle .myCenterFix p {
            font-size: 20px;
        }

    .chs #Services .content .CornerRetangle .myCenterFix p {
        font-size: 19px;
    }

    #Projects .content .columns {
        width: 356px;
    }

        #Projects .content .columns .Retangle {
            height: 230px;
        }

        #Projects .content .columns p.Description {
            line-height: 1.5em;
        }

    .chs #Projects .content .columns .Retangle {
        height: 260px;
    }
}
/* All Mobile  (devices and browser)------767/16  */
@media only screen and (max-width: 47.9735em) {
    #Wrap {
        background-position: -520px -20px;
    }

    #Visual {
        height: 450px;
    }

    #News .columns {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    #News .five.columns {
        margin-bottom: 1em;
        width: 95%;
    }

    #News .eleven.columns {
        margin-top: 0em;
        width: 95%;
    }

    #News .Decoration {
        background: none;
        min-height: 0;
    }

    #Carousel .wrapper .swiper {
         width: 70%; 
    }

    .HotNews {
        margin-top: 3em;
    }

    #Services .content .CornerRetangle .myCenterFix p {
        font-size: 20px;
        padding-right: 10px;
    }

    #Projects .content .columns {
        width: auto;
        margin-bottom: 10px;
    }

    #Projects .TitleArea .Description {
        margin-top: 0;
        line-height: 1.25em;
    }

    #Projects .content .columns .Retangle {
        height: 130px;
    }

    #Projects .content .columns p.Description {
        line-height: 1.5em;
    }

    /*------ EN -------*/
    .en #About .TitleArea h1, .en #Services .TitleArea h1, .en #Projects .TitleArea h1 {
        margin-top: 0.5em;
        width: auto;
    }

    .en #About .TitleArea .Description, .en #Services .TitleArea .Description, .en #Projects .TitleArea .Description {
        margin-top: 0em;
        width: auto;
    }

    .en .facebookMsg a img {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
}


/* Mobile Landscape  to Tablet Portrait (devices and browsers)------480/16   ~  767/16  */
@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .en #Wrap {
        background-position: -481px -20px;
    }


    h1 {
        font-size: 2em;
    }

    #News .wrapper {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .HotNews li {
        margin-bottom: 0;
    }

    #About .Decoration {
        background: none;
    }

    #About .TitleArea h1, #Services .TitleArea h1, #Projects .TitleArea h1 { /*G4*/
        width: auto;
    }

    #About .TitleArea .Description, #Services .TitleArea .Description, #Projects .TitleArea .Description, #Solutions .TitleArea .Description { /*G10*/
        width: auto;
    }

    #About .content .columns:nth-child(n) {
        width: 45%;
        margin-left: 10px;
        margin-right: 10px;
    }

    #Services .content .columns { /*G8*/
        width: 96%;
    }

    #Services .content .CornerRetangle {
        width: auto;
    }

        #Services .content .CornerRetangle .myCenterFix p {
            font-size: 18px;
            padding-right: 10px;
        }

    #Projects .content .columns .Retangle {
        height: auto;
        padding-bottom: 1.5em;
    }



    /*------ EN -------*/
    .en #Services .content .CornerRetangle {
        width: 100%;
    }
}


/* Mobile Portrait  to Mobile Landscape  (devices and browsers)------479/16  */
@media only screen and (max-width: 29.9375em) {
    #Wrap {
        background: none;
    }

    h1 {
        font-size: 2em;
    }

    #Visual {
        display: none;
    }

    #News .wrapper {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    #News .five.columns {
        margin-bottom: 0;
    }

    #News .eleven.columns {
        margin-top: 0;
        margin-bottom: 1em;
    }

    .HotNews ul {
        width: auto;
        margin-bottom: 1.5rem;
    }

    .HotNews li {
        margin-bottom: 0;
    }

    .HotNews ul li:nth-child(2n) {
        background-color: #efefef;
    }

    .HotNews ul li:nth-child(2n+1) {
        background-color: #69b335;
    }

        .HotNews ul li:nth-child(2n+1) a {
            color: #fff;
        }

            .HotNews ul li:nth-child(2n+1) a:hover {
                color: #edff00;
            }

    #Carousel .swiper-slide a {
    padding: 0.5rem;
}

    #Carousel .swiper-slide h2 {
        font-size: 1.2rem;
    }


    #About .innerBoxs, #Projects .innerBoxs {
        padding-bottom: 2em;
        padding-top: 2em;
    }

    #About .TitleArea, #Services .TitleArea, #Projects .TitleArea {
        margin-bottom: 10px;
    }

    #About .Decoration {
        background: none;
    }

    #About .TitleArea .Description, #Services .TitleArea .Description, #Projects .TitleArea .Description, #Solutions .TitleArea .Description {
        display: none;
    }

    #About .content .cirlcle {
        margin-bottom: 1em;
    }

    #About .content .columns:nth-child(n) {
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    #Services .content .columns {
        width: 88%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 2em;
    }

    #Services .content .CornerRetangle {
        height: 80px;
        width: auto;
    }

    .en #Services .content .CornerRetangle {
        width: auto;
    }

    #Services .content .CornerRetangle .myCenterFix {
        height: 80px;
        background-size: auto 80px;
    }

        #Services .content .CornerRetangle .myCenterFix p {
            font-size: 17px;
            padding-left: 85px;
            margin-right: 5px;
        }

    .chs #Services .content .CornerRetangle .myCenterFix p {
        font-size: 16px;
    }

    .en #Services .content .CornerRetangle .myCenterFix p {
        line-height: 20px;
    }

    #Projects .content .columns .Retangle {
        height: auto;
        padding-bottom: 1.5em;
    }
}

/*  Services 231227
--------------------------------------------------------------------------------*/

.content_top {
    width: 100%;
}

    .content_top img {
        width: 100%;
    }

    .content_top .topTitle {
        font-size: 2.25rem;
        font-weight: bold;
    }

    .content_top p, .content_top span {
        font-size: 1.125rem;
    }

        #Services .content_top span a {
            line-height: 2.25rem;
            color: #D7F1FF;
        }

            .content_top span a:hover {
                font-weight: bold;
                text-decoration: underline;
            }

            .content_top span a::after {
                content: '|';
                padding: 0 10px;
            }

            .content_top span a:last-child::after {
                content: '';
                display: none;
            }

    .content_top .more {
        width: 100%;
        display: flex;
    }

        #Services .content_top .more a {
            padding: .75rem 1.75rem;
            /*padding: 0.25rem 1.5rem;*/
            border: 2px solid #268EB5;
            color: #268EB5;
            background-color: #ffffff;
            border-radius: 2rem;
            display: inline-block;
            margin: 0 auto;
            margin-top: 20px;
        }

            #Services .content_top .more a:hover {
                cursor: pointer;
                background-color: #268EB5;
                color: #FFF;
                font-weight: bold;
            }

.content_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

    .content_bottom .content_card {
        width: calc((100% - (25px * 4)) / 5);
        padding: 20px;
        box-sizing: border-box;
        /*background-color: #015884;*/
        background-color: rgba(0, 0, 0, .1);
        box-shadow: 0 5px 6px rgba(0, 0, 0,.2);
        border-radius: 10px;
    }

        .content_bottom .content_card:hover {
            background-color: rgba(0, 0, 0, .2);
        }

        .content_bottom .content_card p {
            text-align: center;
            font-size: 1.25rem;
            line-height: 1.875rem;
            font-weight: bold;
            padding-top: 20px;
        }

        .content_bottom .content_card p span {
            white-space: pre;
            font-size: 1.25rem;
            font-weight: bold;
        }

    .content_bottom .content_card .content_card_img {
        width: 100%;
        height: 110px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .content_bottom .content_card .content_card_img.card_img_02 {
            background-image: url(../../../images/Index/Services-2.png);
        }

        .content_bottom .content_card .content_card_img.card_img_03 {
            background-image: url(../../../images/Index/Services-3.png);
        }

        .content_bottom .content_card .content_card_img.card_img_04 {
            background-image: url(../../../images/Index/Services-4.png);
        }

        .content_bottom .content_card .content_card_img.card_img_05 {
            background-image: url(../../../images/Index/Services-5.png);
        }

        .content_bottom .content_card .content_card_img.card_img_06 {
            background-image: url(../../../images/Index/Services-6.png);
        }

@media only screen and (max-width: 59.9375em) {
    .content_bottom .content_card {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
    .content_bottom {
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_bottom .content_card {
        width: calc((100% - (10px * 4)) / 5);
    }
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .content_bottom {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

        .content_bottom .content_card {
            width: 97%;
            display: block;
        }
}

@media only screen and (max-width: 29.9375em) {
    .content_bottom {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content_bottom .content_card {
        width: 95%;
        display: block;
        margin: 10px 0;
    }
}