﻿@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;
        }

/*  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 .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 {
            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;
        }

.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 {
    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 { /*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 {
        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;
    }
}