/**/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
    font-family: "Microsoft JhengHei";
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

a {
    background: transparent;
    color: #333;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
        color: #0d0d0d;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0;
    vertical-align: middle;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

::selection {
    background: #f05c37;
    color: #fff;
}

::-moz-selection {
    background: #f05c37;
    color: #fff;
}

.site-header {
    position: absolute;
    width: 100%;
}

.site-topbar {
    background: #262529;
    padding: 10px 0;
    color: #999;
}

.site-topbar {
    background: #262529;
    padding: 10px 0;
    color: #999;
}

    .site-topbar a {
        color: #fff;
        padding: 0 10px
    }

        .site-topbar a:hover, .site-topbar a:active {
            color: #999;
        }

    .site-topbar .social-links {
        text-align: right;
    }

@media (max-width:767px) {
    .site-topbar {
        text-align: center;
    }

        .site-topbar .social-links {
            margin: 10px 0 0;
            text-align: center;
        }
}

.site-navbar {
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
}

    .site-navbar .navbar-brand {
        margin: 0;
    }

        .site-navbar .navbar-brand i {
            font-size: 40px;
            line-height: 38px;
            display: inline-block;
            float: left;
            margin: 2px 10px 0 0;
            color: #39BE6D;
        }

        .site-navbar .navbar-brand a {
            display: inline-block;
            line-height: 40px;
            font-size: 24px;
            color: #262529;
            font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif,"Microsoft JhengHei";
        }

            .site-navbar .navbar-brand a:hover, .site-navbar .navbar-brand a:active {
                color: #39BE6D;
                text-decoration: none;
            }

@media (max-width:991px) {
    .site-navbar .navbar-brand {
        padding: 8px 15px;
    }

        .site-navbar .navbar-brand i {
            font-size: 24px;
            line-height: 30px;
        }

        .site-navbar .navbar-brand a {
            font-size: 18px;
            line-height: 30px;
        }
}

.site-navbar .navbar-nav {
    margin: 15px 0
}

    .site-navbar .navbar-nav .active a, .site-navbar .navbar-nav a:active {
        color: #fff;
    }

@media (min-width:992px) {
    .site-navbar .navbar-nav a {
        padding: 10px 15px;
        border-radius: 4px;
        margin: 0 0 0 5px;
    }
}

@media (max-width:991px) {
    .site-navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

        .site-navbar .navbar-nav li {
            border-top: 1px solid #eee;
        }

            .site-navbar .navbar-nav li .active {
                border-top: 0;
            }
}

.site-navbar .navbar-toggle {
    margin: 13px 15px;
    font-size: 24px;
    line-height: 10px;
    outline: 0;
    color: #555;
}

@media (max-width:991px) {
    .site-navbar .navbar-toggle {
        margin: 5px 15px;
        font-size: 18px;
    }
}

.site-main {
    padding-top: 90px;
}

@media (max-width:991px) {
    .site-main {
        padding-top: 50px;
    }
}

.site-content {
    padding: 60px 0;
}

@media (min-width:768px) {
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.section {
    padding: 50px 0;
}

    .section.section-features {
        padding-bottom: 0
    }

    .section.section-hilite {
        background: #eee;
    }

    .section.section-center {
        text-align: center;
    }

    .section .section-title {
        margin: 0 0 30px;
        text-align: center;
        position: relative;
    }

@media (max-width:991px) {
    .section {
        padding: 30px 0
    }
}

.section.section-center {
    text-align: center;
}

.section.section-hilite {
    background: url(../../images/gradient_squares.png);
}

.section.section-title {
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}

@media (max-width:991px) {
    .section .section-title {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .section .section-title {
        margin: 0 0 15px;
    }
}

.section .section-title:after {
    content: "";
    display: block;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 20px;
    width: 100%;
}

@media (max-width:991px) {
    .section .section-title:after {
        top: 15px;
    }
}

.section .section-title span {
    background: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}

.section.section-hilite .section-title:after {
    background: #e5e5e5;
}

.section.section-hilite .section-title span {
    background: url(../../images/gradient_squares.png);
    font-family: "Microsoft JhengHei";
}

.section.section-features {
    padding-bottom: 0px;
}

    .section.section-features p {
        margin-bottom: 60px;
    }

    .section.section-features .icon-wrap {
        width: 128px;
        height: 128px;
        margin: 0 auto;
        background: #DDD;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .section.section-features a:hover .icon-wrap {
        background: #FFDC91;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .section.section-features .icon-wrap_design {
        width: 100%;
        height: auto;
        margin: 0 auto 30px;
    }

        .section.section-features .icon-wrap_design img {
            width: 100%;
            padding: 6px;
            background: #FFF;
            border: 1px #DDD solid;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

.hover-effect {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

    .hover-effect .overlay {
        width: 100%;
        height: 100%;
        display: block;
        background: transparent;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: center;
        line-height: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .hover-effect .fa {
        top: 60%;
        left: 20%;
        right: 15%;
        position: absolute;
        margin-top: -15px;
        margin-left: -15px;
        width: auto;
        height: 30px;
        line-height: 30px;
        color: transparent;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .hover-effect .fa span {
            font-family: "Microsoft JhengHei";
        }

    .hover-effect:hover .overlay {
        background: #f05c37;
    }

    .hover-effect:hover .fa {
        top: 50%;
        color: #fff;
    }

.pager .more a {
    border: 1px #f05c37 solid;
    color: #f05c37;
    background: transparent;
    padding: 5px 10px;
    margin: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pager .more span {
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 5 10px;
    color: #f05c37;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pager .more a:hover {
    border: 1px #f05c37 solid;
    background: #f05c37;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .pager .more a:hover span {
        color: #FFF;
    }

footer {
    color: #fff;
    background: url(../../images/crissXcross.png);
}

    footer a {
        font-size: 14px;
        color: #ccc;
        font-weight: 300;
    }

        footer a:hover,
        footer a:active {
            color: #39BE6D;
            text-decoration: none;
        }

    footer li {
        margin-bottom: 10px;
    }

#footer_teasers_wrapper {
    padding: 55px 0;
}

    #footer_teasers_wrapper .footer_teaser h3 {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 12px 0;
        margin: 20px 0 20px 0;
        border-bottom: solid 0px #ccc;
        color: #ccc;
        font-weight: 800;
        text-transform: uppercase;
    }

    #footer_teasers_wrapper .footer_teaser p {
        font-size: 14px;
        color: #ccc;
        font-weight: 300;
    }

#bottom_top {
    position: fixed;
    !important;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 5;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
    z-index: 100000;
    float: right;
    background: #3889BA;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#bottom_top_contactus {
    position: fixed;
    !important;
    right: 70px;
    bottom: 20px;
    width: 110px;
    height: 40px;
    text-align: center;
    z-index: 5;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
    z-index: 100000;
    float: right;
    color: #FFF;
    background: #38BA6B;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    #bottom_top i, #bottom_top_contactus i {
        font-size: 14px;
        color: #FFF;
        line-height: 40px;
    }

.red_txt {
    color: #F00;
}

.nav_color0 a {
    background: #38BA6B;
}

.nav_color1 a {
    background: #388DBA;
}

.nav_color2 a {
    background: #38BA93;
}

.nav_color3 a {
    background: #DBBA34;
}

.nav_color4 a {
    background: #E9704A;
}

.nav_color5 a {
    background: #38BA6B;
}

.nav_color6 a {
    background: #D14861;
}

.text-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service {
    margin-bottom: 30px;
}

    .service h2 {
        font-size: 24px;
    }

    .service a:hover h2 {
        color: #FFF;
    }

    .service p {
        padding: 10px 20px 0px;
        text-align: left;
    }

    .service a:hover p {
        color: #333;
    }

    .service img {
        background: #DDD;
        margin-top: 40px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .service a:hover img {
        background: #333;
        margin-top: 40px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.service_item {
    text-align: center;
    margin-bottom: 30px;
    background: #FFF;
    border: 1px #DDD solid;
    border-bottom: 3px #CCC solid;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover .service_item {
    background: #39BE6D;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.solution {
    margin-bottom: 50px;
}

    .solution h2 {
        font-size: 24px;
    }

    .solution a:hover h2 {
        color: #FFF;
    }

    .solution p {
        padding: 10px 20px 0px;
        text-align: left;
    }

    .solution a:hover p {
        color: #333;
    }

    .solution img {
        background: #DDD;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .solution a:hover img {
        background: #DBBA34;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.solution_item {
    text-align: center;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px #DDD solid;
    border-bottom: 3px #CCC solid;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover .solution_item {
    background: #EFEFEF;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.solution_item .title span {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #555;
    font-weight: 700;
    text-align: left;
    line-height: 160%;
    margin: 25px 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .solution_item .title span i {
        color: #CCC;
        margin-left: 10px;
    }

.solution_item ul {
    float: left;
    width: 85%;
    height: auto;
    margin: 20px 8% 20px 7%;
    padding: 0;
}

.solution_item li {
    float: left;
    width: 100%;
    line-height: 220%;
    padding-left: 5px;
    font-size: 14px;
    text-align: left;
    color: #444;
    list-style-type: none;
    border-bottom: 1px rgba(0,0,0,0.15) solid;
}

    .solution_item li i {
        color: #CCC;
        margin-right: 10px;
    }

a:hover .solution_item li, a:hover .solution_item li i {
    color: #FFF;
}

.solution_item .more {
}

    .solution_item .more span {
        display: inline-block;
        text-align: center;
        background: #A24AE9;
        width: 100px;
        height: 30px;
        line-height: 30px;
        padding: 5 10px;
        color: #FFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

a:hover .solution_item .more span {
    background: #FFF;
    color: #333;
    font-weight: bold;
}

.solutionItem {
    width: auto;
    height: auto;
    margin: 20px 0 0 10px;
    padding: 0;
    text-align: left;
}

    .solutionItem ul {
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .solutionItem li {
        float: left;
        line-height: 220%;
        padding-left: 32px;
        font-size: 17px;
        color: #444;
        list-style-type: none;
        border-bottom: 1px rgba(0,0,0,0.13) solid;
        background: url(../images/listW.png) no-repeat;
        background-position: 3px 9px;
    }

.sItemLink {
    background: url(../../images/listWlink.png) no-repeat !important;
    background-position: 3px 9px !important;
}

.solutionItem li a {
    color: #D0AA0D;
}

    .solutionItem li a:hover {
        color: #333;
    }

.solutionItem i {
    color: #CCC;
    font-size: 20px;
    margin-right: 10px;
}

.solutionItem li span {
    color: #E9704A;
}

.solutionItem li a span {
    color: #E9704A;
}

.solutionItem li a:hover span {
    color: #AAA;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sl_odd {
    background: #38BA93;
    border-top: 1px #DDD solid;
}

.sl_even {
    background: #FFF;
    border-top: 1px #DDD solid;
}

.sl_odd .solutionItem li {
    float: left;
    line-height: 220%;
    padding-left: 32px;
    font-size: 17px;
    color: #FFF;
    list-style-type: none;
    border-bottom: 1px rgba(0,0,0,0.13) solid;
    background: url(../../images/listG.png) no-repeat;
    background-position: 3px 9px;
}

.sl_odd .sItemLink {
    background: url(../../images/listGlink.png) no-repeat !important;
    background-position: 3px 9px !important;
}

.sl_odd .solutionItem li a {
    color: #FFDF5C;
}

    .sl_odd .solutionItem li a:hover {
        color: #FFF;
    }

.sl_odd .solutionItem i {
    color: #FFF;
    margin-right: 10px;
}

.sl_odd .solutionItem li span {
    color: #FCFF95;
}

.sl_odd .solutionItem li a span {
    color: #FCFF95;
}

.sl_odd .solutionItem li a:hover span {
    color: #CCC;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.solution_cm {
}

    .solution_cm span {
        float: left;
        background: #2C2F2D;
        color: #FFF;
        font-size: 15px;
        font-weight: normal;
        padding: 5px 20px;
        margin: 3px 0 0 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 2px 3px 3px rgba(0,0,0,0.13);
    }

    .solution_cm p {
        float: left;
        width: 100%;
    }

    .solution_cm ul {
        float: left;
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
        padding: 0 0 0 30px;
    }

    .solution_cm li {
        float: left;
        padding-left: 5px;
        font-size: 14.5px;
        color: #333;
        font-weight: 600;
        line-height: 220%;
        list-style-type: none;
    }

.sl_odd .solution_cm li {
    float: left;
    padding-left: 5px;
    font-size: 14.5px;
    color: #333;
    font-weight: 600;
    line-height: 220%;
    list-style-type: none;
}

.solution_detail {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
}

    .solution_detail h1 {
        padding: 40px 0 10px 10px;
        font-size: 20px;
        font-weight: 700;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0px #FFF;
    }

    .solution_detail p {
        padding: 10px 5px 0 7px;
        font-size: 16px;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        line-height: 30px;
    }

    .solution_detail .icon {
        float: left;
        width: auto;
        height: auto;
        background: #39BE6D;
        padding: 0 10px;
        margin: 15px 25px 0 -20px;
        box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    }

    .solution_detail p {
        margin-bottom: 30px !important;
    }

        .solution_detail p a {
            color: #39BE6D;
            padding: 0 2px;
        }

            .solution_detail p a:hover {
                color: #000;
            }

    .solution_detail .more {
        float: left;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 0px 10px 18px 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        text-align: right;
    }

        .solution_detail .more a {
            border: 1px #FFF solid;
            color: #FFF;
            padding: 5px 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .solution_detail .more a:hover {
                border: 1px #FFF solid;
                color: #38BA93;
                background: #FFF;
                padding: 5px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

.solution_box {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}

    .solution_box p {
        font-weight: 600;
    }

    .solution_box .title {
        color: #FFF1AA;
        font-size: 18px;
        font-weight: normal;
    }

.solution_title {
    float: left;
    background: #9947DD;
    color: #FFF;
    font-size: 17px;
    padding: 10px 25px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 2px 3px 3px #ddd;
}

    .solution_title i {
        margin-left: 10px;
    }

.solution_list {
    float: left;
    width: 100%;
    height: auto;
}

    .solution_list ul {
        margin-left: -40px;
    }

    .solution_list li {
        float: left;
        font-size: 13px;
        font-weight: 700;
        margin: 30px 0 0 0;
        line-height: 180%;
        color: #999;
        padding-left: 75px;
        list-style-type: none;
    }

        .solution_list li span {
            font-size: 17px;
            font-weight: 700;
            margin-left: 7px;
            color: #555;
            text-shadow: 0 1px 0 #FFF;
        }

a .solution_detail_icon {
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #38BA93;
    -webkit-border-radius: 80%;
    -moz-border-radius: 80%;
    border-radius: 80%;
}

a:hover .solution_detail_icon {
    background: #DBBA34;
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.solution_detail_icon i {
    line-height: 60px;
    color: #FFF;
    font-size: 22px;
}

.solution_list2 {
    float: left;
    width: 100%;
    height: auto;
}

    .solution_list2 ul {
        margin-left: -50px;
    }

    .solution_list2 li {
        float: left;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .solution_list2 .range {
        float: left;
        width: 94%;
        height: auto;
        margin: 3%;
        border: 1px #DDD solid;
    }

.solution_detail_L {
    float: left;
    width: 20%;
    height: 100px;
    text-align: center;
    background: #ef4034;
}

    .solution_detail_L i {
        line-height: 100px;
        color: #FFF;
        font-size: 30px;
    }

a:hover .solution_detail_L {
    background: #DBBA34;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.solution_detail_R {
    float: left;
    width: 80%;
    height: 100px;
    background: rgba(255,255,255,0.5);
}

    .solution_detail_R p {
        color: #666;
        line-height: 180%;
        font-size: 18px;
        font-weight: normal;
        text-shadow: 0 1px 0 #FFF;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 0px !important;
    }

    .solution_detail_R span {
        font-size: 25px;
    }

a:hover .solution_detail_R {
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.info {
    width: 100%;
    overflow: hidden;
}

.info_colorG {
    background: #24B388;
}

.info_colorB {
    background: #3884BA;
}

.info_colorO {
    background: #E8653E;
}

.info_pic {
    display: block;
    width: 50%;
    float: left;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_detailsL, .info_detailsR {
    display: block;
    width: 50%;
    height: 245px;
    float: left;
    padding: 50px 0;
}

    .info_detailsL h3 {
        float: right;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 560px;
        margin: 3.333333333333333% 40px 0 0;
        letter-spacing: 1px;
        line-height: 40px;
        text-align: right;
    }

    .info_detailsL p {
        float: right;
        color: #ededed;
        font-size: 16px;
        max-width: 560px;
        margin: 3.333333333333333% 40px 0 0;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: right;
    }

    .info_detailsR h3 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 560px;
        margin: 3.333333333333333% 0 0 40px;
        letter-spacing: 1px;
        line-height: 40px;
    }

    .info_detailsR p {
        color: #ededed;
        font-size: 16px;
        max-width: 560px;
        margin: 3.333333333333333% 0 0 40px;
        letter-spacing: 1px;
        line-height: 30px;
    }

@media (max-width:1000px) {
    .info_pic, .info_detailsL, .info_detailsR {
        width: 100%;
    }

    .info_detailsL, .info_detailsR {
        height: auto;
        padding: 40px 0;
    }

        .info_detailsL h3, .info_detailsL p, .info_detailsR h3, .info_detailsR p {
            float: none;
            max-width: 80%;
            display: block;
            text-align: center !important;
            margin: 40px auto;
        }
}

.articles {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 0 30px 0;
    background: #FFF url(../../images/linedpaper.png);
    border: 1px #DDD solid;
}

    .articles h1 {
        padding: 30px 0 10px 10px;
        font-size: 18px;
        font-weight: 700;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0px #FFF;
    }

    .articles p {
        padding: 10px 5px 0 7px;
        font-size: 15px;
        font-weight: 600;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        line-height: 30px;
    }

    .articles .date {
        float: left;
        width: auto;
        height: auto;
        color: #FFF;
        font-size: 24px;
        background: #f05c37;
        font-family: 'Poiret One', cursive;
        padding: 35px 10px 18px 10px;
        margin-right: 15px;
        box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    }

    .articles .tag {
        float: left;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 0px 10px 25px 10px;
        margin-right: 10px;
        text-align: right;
    }

    .articles p {
        margin-bottom: 30px !important;
    }

        .articles p a {
            color: #F05C37;
            padding: 0 2px;
        }

            .articles p a:hover {
                color: #000;
            }

    .articles .more {
        float: left;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 0px 10px 18px 10px;
        margin-right: 10px;
        text-align: right;
    }

        .articles .more a {
            border: 1px #f05c37 solid;
            color: #f05c37;
            padding: 5px 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .articles .more a:hover {
                border: 1px #f05c37 solid;
                color: #FFF;
                background: #f05c37;
                padding: 5px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

#leftbox {
    float: left;
    width: 100%;
    margin: 0;
}

.left_menu {
    float: left;
    width: 100%;
}

    .left_menu ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .left_menu li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

.menu_frist {
    float: left;
}

    .menu_frist a {
        display: block;
        padding: 10px 0 10px 15px;
        margin: 0;
        color: #333;
        font-size: 15px;
        line-height: 28px;
        border-bottom: 1px #666 solid;
        font-weight: normal;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

        .menu_frist a:hover {
            background: #333;
            color: #FFF;
        }

    .menu_frist span {
        float: right;
        color: #fff;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 6px 10px 0 0;
    }

    .menu_frist i {
        width: 30px;
        height: 30px;
        text-align: center;
        background: #F05C37;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        padding: 7px 7px;
        color: #FFF;
    }

.menu_second {
    float: left;
}

    .menu_second a {
        display: block;
        padding: 3px 10px;
        margin: 0;
        color: #f05c37;
        font-size: 14px;
        line-height: 28px;
        font-weight: normal;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-decoration: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .menu_second a:hover {
            background: #f05c37;
            color: #FFF;
        }

.animatedDelay1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animatedDelay2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animatedDelay3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animatedDelay4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animatedDelay5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animatedDelay6 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.animatedDelay7 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.2s;
}

.animatedDelay8 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.animatedDelay9 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.animatedDelay10 {
    -webkit-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.animatedDelay11 {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.animatedDelay12 {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.animatedDelay13 {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

.animatedDelay14 {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.animatedDelay15 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.articles_RWD {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 0 30px 0;
    background: #FFF url(../../images/linedpaper.png);
    border: 1px #DDD solid;
}

    .articles_RWD h1 {
        padding: 30px 0 10px 10px;
        font-size: 19px;
        font-weight: 700;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0px #FFF;
    }

    .articles_RWD h2 {
        padding: 0;
        margin-left: 7px;
        font-size: 19px;
        font-weight: 700;
        color: #D14861;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0px #FFF;
    }

    .articles_RWD h3 {
        padding: 0;
        margin-left: 7px;
        font-size: 17px;
        font-weight: 700;
        color: #D14861;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-shadow: 0 1px 0px #FFF;
    }

    .articles_RWD blockquote {
        border-left: 5px #D14861 solid;
        margin-top: 10px;
    }

    .articles_RWD p {
        padding: 10px 5px 0 7px;
        font-size: 15px;
        font-weight: 600;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        line-height: 30px;
    }

    .articles_RWD .date {
        float: left;
        width: auto;
        height: auto;
        color: #FFF;
        font-size: 24px;
        background: #D14861;
        font-family: 'Poiret One', cursive;
        padding: 35px 10px 18px 10px;
        margin-right: 15px;
        -webkit-border-bottom-right-radius: 40px;
        -moz-border-radius-bottomright: 40px;
        border-bottom-right-radius: 40px;
        box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    }

    .articles_RWD .tag {
        float: left;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 0px 10px 25px 10px;
        margin-right: 10px;
        text-align: right;
    }

    .articles_RWD p {
        margin-bottom: 30px !important;
    }

        .articles_RWD p a {
            color: #000;
            padding: 0 2px;
        }

            .articles_RWD p a:hover {
                color: #D14861;
            }

    .articles_RWD .more {
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 0px 10px 18px 10px;
        text-align: center;
    }

        .articles_RWD .more a {
            color: #D14861;
            padding: 5px 10px;
        }

            .articles_RWD .more a:hover {
                border: 1px #D14861 solid;
                color: #FFF;
                background: #D14861;
                padding: 5px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

    .articles_RWD .point {
        color: #D14861;
    }

.menu_frist_RWD {
    float: left;
}

    .menu_frist_RWD a {
        display: block;
        padding: 10px 0 10px 15px;
        margin: 0;
        color: #333;
        font-size: 15px;
        line-height: 28px;
        border-bottom: 1px #666 solid;
        font-weight: normal;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

        .menu_frist_RWD a:hover {
            background: #333;
            color: #FFF;
        }

    .menu_frist_RWD span {
        display: block;
        padding: 10px 0 10px 15px;
        margin: 0;
        color: #FFF;
        background: #D14861;
        font-size: 15px;
        line-height: 28px;
        border-bottom: 1px #666 solid;
        font-weight: normal;
        font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    .menu_frist_RWD i {
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 18px;
        padding: 7px 12px 7px 3px;
        color: #CCC;
    }

.emulator > div {
    display: none;
}

    .emulator > div:first-child {
        display: block;
    }

.em_PC {
    margin: 0 auto;
    background: url(../../images/PC.png);
    width: 1300px;
    height: 1131px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .em_PC .view {
        width: 1256px;
        height: 727px;
        overflow: hidden;
        padding: 47px 0 0 50px;
    }

        .em_PC .view iframe {
            width: 1200px;
            height: 680px;
            border: none;
        }

.em_PAD {
    margin: 0 auto;
    background: url(../../images/PAD.png);
    width: 1000px;
    height: 884px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .em_PAD .view {
        width: 914px;
        height: 703px;
        overflow: hidden;
        padding: 88px 0 0 88px;
    }

        .em_PAD .view iframe {
            width: 826px;
            height: 615px;
            border: none;
        }

.em_PAD2 {
    margin: 0 auto;
    background: url(../../images/PAD2.png);
    width: 800px;
    height: 1093px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .em_PAD2 .view {
        width: 711px;
        height: 921px;
        overflow: hidden;
        padding: 88px 0 0 88px;
    }

        .em_PAD2 .view iframe {
            width: 624px;
            height: 833px;
            border: none;
        }

.em_PHONE {
    margin: 0 auto;
    background: url(../../images/PHONE.png);
    width: 842px;
    height: 451px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .em_PHONE .view {
        width: 720px;
        height: 398px;
        overflow: hidden;
        padding: 27px 0 0 109px;
    }

        .em_PHONE .view iframe {
            width: 611px;
            height: 371px;
            border: none;
        }

.em_PHONE2 {
    margin: 0 auto;
    background: url(../../images/PHONE2.png);
    width: 426px;
    height: 878px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .em_PHONE2 .view {
        width: 399px;
        height: 740px;
        overflow: hidden;
        padding: 129px 0 0 29px;
    }

        .em_PHONE2 .view iframe {
            width: 370px;
            height: 611px;
            border: none;
        }

#bottom_goew {
    position: fixed;
    !important;
    right: 0px;
    top: 20%;
    padding: 5px 13px;
    text-align: center;
    z-index: 5;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
    z-index: 100000;
    float: right;
    color: #FFF;
    background: #FFF7A6;
    border-bottom: 2px #aaa solid;
}

    #bottom_goew span {
        font-size: 15px;
        color: #666;
        line-height: 40px;
    }

.articles .cust {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 0px 10px 23px 10px;
    margin-right: 10px;
    text-align: right;
}

    .articles .cust a {
        border: 1px #f05c37 solid;
        color: #FFF;
        background: #f05c37;
        padding: 7px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .articles .cust a:hover {
            border: 1px #f05c37 solid;
            color: #f05c37;
            background: #FFF;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

#s_contentDiv {
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    padding-left: 10px;
}

    #s_contentDiv h1 {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #s_contentDiv h2 {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #s_contentDiv h3 {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #s_contentDiv p {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

#s_footDiv {
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    padding-left: 10px;
}

    #s_footDiv h1 {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #s_footDiv h2 {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #s_footDiv h3 {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    #s_footDiv p {
        font-size: 8px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

#s_bgDiv {
    position: absolute;
    background-color: #8FC33D;
    left: auto;
    right: auto;
    top: 0px;
    z-index: 1;
}

#s_mainDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 800px;
    z-index: 2;
    background-color: #dae3e9;
}

.media-list li {
    float: left;
    width: 49%;
    line-height: 150%;
}

.design_detail .tag {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 0px 10px 25px 10px;
    margin-right: 10px;
    text-align: right;
}

.design_detail h3 {
    border-bottom: 1px #DDD solid;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

    .design_detail h3 span {
        color: #f05c37;
        padding-right: 5px;
    }

.design_detail p {
    font-size: 1.1em;
    line-height: 180%;
    margin-bottom: 30px !important;
}

.design_detail .more {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 0px 10px 18px 10px;
    margin-right: 10px;
    text-align: center;
}

    .design_detail .more a {
        border: 1px #f05c37 solid;
        color: #f05c37;
        margin: 0 10px;
        padding: 7px 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .design_detail .more a:hover {
            border: 1px #f05c37 solid;
            color: #FFF;
            background: #f05c37;
        }

    .design_detail .more .go {
        border: 1px #f05c37 solid;
        color: #FFF;
        background: #f05c37;
        margin: 0 10px;
        padding: 7px 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .design_detail .more .go:hover {
            border: 1px #E44017 solid;
            color: #FFF;
            background: #E44017;
        }

.design_detail .pic {
    margin-bottom: 10px;
}

.design_detail .pics {
    margin-bottom: 5px;
}

    .design_detail .pics img {
        border: 1px #999 solid;
        padding: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .design_detail .pics:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.td-footer {
    display: block;
    padding: 53px 0;
    position: relative;
    z-index: 51;
    background: #121212;
    text-align: center;
}

.footer-info, .footer-info a {
    color: #CCC;
}

    .footer-info a:hover {
        color: #FFF;
    }

.footer-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #16171a;
    color: #98a2a4;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 3px 20px 3px;
}

.td-bottom {
    background: #040404;
    padding: 120px 0 70px 0;
}

    .td-bottom h5 {
        color: #fff;
        margin-top: 30px;
        font-family: 'Architects Daughter','Microsoft JhengHei';
    }

    .td-bottom a.fa {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #16171a;
        color: #98a2a4;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-top: 20px;
    }

    .td-bottom a.fa-facebook:hover {
        color: #fff;
        background-color: #3b5998;
    }

    .td-bottom a.fa-twitter:hover {
        color: #fff;
        background-color: #00acee;
    }

    .td-bottom a.fa-google-plus:hover {
        color: #fff;
        background-color: #dd4b39;
    }

    .td-bottom a.fa-linkedin:hover {
        color: #fff;
        background-color: #0e76a8;
    }

    .td-bottom a.fa-pinterest-p:hover {
        color: #fff;
        background-color: #c8232c;
    }

    .td-bottom a.fa-instagram:hover {
        color: #fff;
        background-color: #3f729b;
    }

    .td-bottom .tagcloud a {
        background: #121212;
        border: 1px solid #121212;
        color: inherit;
        padding: 10px 12px;
        margin: 2px 1px;
        display: inline-block;
        line-height: 1;
        text-decoration: none;
        text-transform: capitalize;
    }

        .td-bottom .tagcloud a:hover {
            color: #fff;
        }

.bottom-widget {
    float: left;
    margin-bottom: 30px;
}

    .bottom-widget h5 {
        margin: 0 0 20px 0;
        color: #fff;
        font-size: 20px;
    }

    .bottom-widget p {
        color: #CCC;
    }

    .bottom-widget a {
        color: #CCC;
    }

        .bottom-widget a:hover {
            color: #FFF;
        }
