

#advan-header {
    padding-bottom: 20px;
}
/*
.row-fluid {
    width: 100%;
    clear: both;
}

    .row-fluid:after {
        clear: both;
    }
*/
.row-maxwidth-80pct {
    width: 43.09%;
    min-width: 820px;
    max-width: 1200px;
    margin: 0 auto;
}

.row-maxwidth-95pct {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.row-maxwidth-98pct {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

.row-maxwidth-100pct {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1%;
}

.row-gray-b93 {
    background-color: #ededed;
}

.row-gray-b96 {
    background-color: #f5f5f5;
}

.row-blue {
    background-color: #cce0f2;
}

.row-brdrwhite {
    border-top: 3px solid #fff;
}

.row-gray-blue {
    background-color: #406180;
}

#advan-header .header-logo {
    width: 325px;
    height: 30px;
    float: left;
    margin: 25px 0 25px;
}

#advan-header .header-logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-indent: -9999px;
    text-indent: 0;
    color: transparent;
    background-image: url(css-img/advantech-logo.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

@media screen and (max-width: 900px){
    #advan-header .header-logo a {
        background-image: url(css-img/advantech-logo.svg);
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

/*@media screen and (-webkit-min-device-pixel-ratio:2) {
#advan-header .header-logo a {
	background-image: url(http://advcloudfiles.advantech.com/web/Images/common/advantech-logo-retina.png);
	background-size: 325px 30px;
}}*/

#advan-header .header-usermenu {
    float: right;
    margin: 30px 0 0;
}

#advan-header .user-history {
    border-right: 2px solid #008039;
    padding-right: 18px;
}

.header-usermenu > li {
    float: left;
    list-style: none;
}

    .header-usermenu > li > a {
        display: block;
        font-size: 13px;
        line-height: 22px;
        color: #4d4d4d;
        margin-left: 18px;
        padding-left: 28px;
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 22px;
    }

        .header-usermenu > li > a:hover {
            text-decoration: none;
        }

.user-history > li > a {
    padding-left: 0px;
}

.header-usermenu li a span {
    color: #008039;
}

li.usermenu-register > a.register-icon {
    background-image: url(css-img/icon-header-register.png);
}

li.usermenu-register > a.register-icon-svg {
    background-image: url(css-img/icon-header-register.svg);
}

li.usermenu-myadv > a.myadv-icon {
    background-image: url(css-img/icon-header-myadv.png);
}

li.usermenu-myadv > a.myadv-icon-svg {
    background-image: url(css-img/icon-header-myadv.svg);
}

li.usermenu-search > a.search-icon {
    background-image: url(css-img/icon-header-search.png);
}

li.usermenu-search > a.search-icon-svg {
    background-image: url(css-img/icon-header-search.svg);
}

.user-history > .usermenu-account {
    position: relative;
}

.usermenu-account:hover .account-popup {
    display: block;
}

.usermenu-account .account-popup {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    z-index: 2000;
}

.account-popup ol {
    padding: 10px 20px;
    border: solid 1px #ccc;
    background-color: #fff;
    margin-top: 35px;
}

    .account-popup ol li {
        list-style: none;
    }

        .account-popup ol li a {
            display: block;
            font-size: 12px;
            color: #4d4d4d;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.header-panel-wrapper {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1000 !important;
}

.register-panel {
    display: none;
}

.search-panel {
    display: none;
}

.panel-control-up a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 90px;
    height: 15px;
    background: url(css-img/arrow-panel-control-up.png) no-repeat;
}

.panel-block {
    margin: 0 0 40px;
}

.register-panel .panel-block {
    float: left;
}

.panel-block h4 {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #4c4c4c;
}

    .panel-block h4.title-empty {
        text-indent: -9999px;
        margin-top: 20px;
        line-height: 0;
    }

.panel-btn a {
    display: inline-block;
    padding: 6px 50px;
    margin-top: 5px;
    background: #008039;
    color: #fff;
    font-size: 14px;
    opacity: .75;
    filter: alpha(opacity=75);
}

    .panel-btn a:hover {
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

.record-btn a {
    float: right;
    padding: 5px 10px;
    margin: -20px 20px 0 0;
}

.block-register {
    width: 75%;
    margin-bottom: 60px;
}

    .block-register > div {
        background: url(css-img/header-register-pic.jpg) no-repeat left top;
        padding-left: 225px;
        min-height: 150px;
        margin-top: 15px;
    }

    .block-register p {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 15px;
    }

.block-login {
    width: 18.75%;
    margin-left: 0;
    margin-bottom: 60px;
    display: none;
}

    .block-login > div {
        margin-top: 15px;
    }

    .block-login .panel-link {
        margin-bottom: 15px;
    }

    .block-login input[type="text"], .block-login input[type="password"] {
        width: 90%;
        padding: 5px 5%;
        border: 1px solid #999;
        color: #666;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 5px;
    }

    .block-login input[type="checkbox"] {
        margin: 5px 5px 15px 0;
        vertical-align: middle;
        cursor: pointer;
    }

.recent-panel {
    display: none;
}

.compare-panel {
    display: none;
}

.record-list li {
    position: relative;
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-top: 15px;
}

    .record-list li.record-empty {
        width: 130px;
        height: 130px;
        border: solid 5px #eee;
        background-image: url(css-img/header-record-empty.png);
        background-color: #eee;
        text-indent: -9999px;
    }

    .record-list li .record-pic {
        width: 130px;
        height: 90px;
        border: solid 5px #eee;
    }

    .record-list li .record-del a {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 14px;
        height: 14px;
        text-indent: -9999px;
        background: url(css-img/icon-record-del.png) no-repeat;
    }

    .record-list li .record-text a {
        display: block;
        width: 120px;
        height: 30px;
        padding: 2px 10px 8px 10px;
        background: #eee;
        color: #333;
        line-height: 15px;
    }

/*----------------------------------------
  Headr Search Wrapper
----------------------------------------*/

.block-search {
    margin: 0 auto;
    padding: 1% 3%;
}

.search-Mainbox {
    width: 100%;
    border: 1px solid #ccc;
    margin: 2.5% auto 0 auto;
    padding: 0 0;
    position: relative;
    background-color: #fff;
}

.search-input {
    float: left;
    width: 70%;
    padding: 0 0 0 1%;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    vertical-align: middle;
    color: #4d4d4d;
    border: 0;
    height: 60px;
    position: relative;
}

.search-btnClear {
    float: left;
    border: 0;
    outline: 0;
    padding: 0 0;
    margin: 0 0 0 2%;
    width: 15px;
    height: 68px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("http://advcloudfiles.advantech.com/web/Images/common/search-clear.png");
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 15%;
}

.search-panel .search-btnClear-svg {
    float: left;
    border: 0;
    outline: 0;
    padding: 0 0;
    margin: 0 0 0 2%;
    width: 20px;
    height: 60px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(http://advcloudfiles.advantech.com/web/Images/common/search-clear.svg);
    background-size: 20px 20px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 135px;
}

.search-input::-ms-clear {
    display: none;
}

.search-btnClear .btn-clear:before,
.search-panel .search-btnClear-svg:before {
    content: ' ';
    position: relative;
    display: inline-block;
}

.search-btnSubmit {
    float: right;
    opacity: .75;
    filter: alpha(opacity=75);
    box-shadow: none;
    margin: 0 0;
    white-space: nowrap;
    border: 0;
    outline: 0;
    height: 60px;
    width: 120px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #008039;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url("http://advcloudfiles.advantech.com/web/Images/common/icon-search-submit.png");
}

    .search-btnSubmit:before {
        content: ' ';
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.search-btnSubmit-svg {
    float: right;
    opacity: .75;
    filter: alpha(opacity=75);
    box-shadow: none;
    margin: 0 0;
    white-space: nowrap;
    border: 0;
    outline: 0;
    height: 60px;
    width: 120px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #008039;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url("http://advcloudfiles.advantech.com/web/Images/common/icon-search-submit.png");
}

.search-panel .search-suggestionBox {
    font-size: 16px;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0 0;
    margin: 0 auto;
}

a.search-suggestion-select {
    padding: 1.5% 2%;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
}

    .search-select-focus, a.search-suggestion-select:hover {
        background-color: #ccc;
    }

    a.search-suggestion-select h4 {
        margin-top: 15px;
        font-size: 16px;
        font-weight: normal;
        display: block;
        line-height: 1.5em;
        color: #008039;
        text-decoration: none;
        float: none;
    }

        a.search-suggestion-select h4:first-child {
            margin-top: 0;
        }

    a.search-suggestion-select .item-desc {
        font-size: 14px;
        margin: 0 0 0 0;
        line-height: 1.5em;
        color: #4d4d4d;
        display: block;
        text-decoration: none;
    }

.search-panel .product-item {
    border: 0;
    width: auto !important;
}

.search-panel .resouces-item {
    margin: 0 0 0 0;
    border: 0;
    padding: 0 0;
}

.search-panel .relatedContent-att {
    margin: 1% 0;
    font-size: 13px;
    color: #4d4d4d;
}

.search-panel {
    display: none;
}

.header-usermenu li.usermenu-search > a {
    margin-left: 12px;
    padding-left: 20px;
}

.header-usermenu li.usermenu-search a:hover, a:active, a:focus {
    text-decoration: none;
}

/*  Header Toggle Item
----------------------------------------*/

.toggleMenu {
    display: none;
}

.toggleMenu {
    float: right;
    margin: 26px 0 20px;
    margin-left: 18px;
    width: 22px;
    height: 22px;
}

    .toggleMenu img {
        width: 22px;
    }

ul.header-nav {
    float: left;
    margin-bottom: 0;
}

    ul.header-nav li {
        list-style: none;
    }

    ul.header-nav > li {
        float: left;
    }

        ul.header-nav > li > a {
            display: block;
        }

    ul.header-nav a {
        text-decoration: none;
    }

    ul.header-nav > li > a {
        padding: 0 20px;
        margin-right: 0;
        line-height: 40px;
        font-size: 15px;
        color: #4d4d4d;
    }

    ul.header-nav > li:first-child a {
        padding-left: 0;
    }

    ul.header-nav > li.menubar-estore > a {
        color: #008039;
    }

    ul.header-nav > li.show-mega > a {
        background-color: #999;
        color: #fff;
        padding: 0 20px;
    }

    ul.header-nav > li > div {
        position: absolute;
        left: 0;
        overflow: auto;
        z-index: 1000;
        display: none;
    }

    ul.header-nav > li.show-mega > div {
        display: block;
    }

    ul.header-nav .cols4, ul.header-nav .cols3 {
        width: 98%;
        max-width: 1200px;
        margin: 0 auto;
    }

    ul.header-nav .col1 {
        float: left;
        width: 25%;
    }

    ul.header-nav .cols3 .col1 {
        width: 30%;
        padding-right: 2%;
    }

    ul.header-nav .cols-brdr {
        border-top: solid 1px #ccc;
        margin-top: 30px;
    }

.row-brdrgray {
    background-color: #fff;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
}

ul.header-nav > li > div {
    padding: 0 0 36px;
    z-index: 1000;
}

ul.header-nav h5 {
    margin: 0 0;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.2em;
    color: #4d4d4d;
    font-weight: normal;
}

    ul.header-nav h5.grouptitle-empty {
        text-indent: -99999px;
    }

    ul.header-nav h5.grouptitle-abovesub {
        padding-bottom: 0;
    }

    ul.header-nav h5.grouptitle-sub {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    ul.header-nav h5.grouptitle-nonfirst {
        padding-top: 20px;
    }

    ul.header-nav h5 a {
        color: #4d4d4d;
        background-image: url(css-img/arrow-megamenu.gif);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 15px;
    }

        ul.header-nav h5 a:hover {
            text-decoration: underline;
        }

ul.header-nav ol li {
    margin: 0 0;
    font-size: 14px;
    line-height: 150%;
}

    ul.header-nav ol li a {
        display: inline-block;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 1.3em;
        color: #008039;
    }

        ul.header-nav ol li a:hover {
            text-decoration: underline;
        }

        ul.header-nav ol li a.hidden {
            visibility: hidden;
        }

        ul.header-nav ol li a span {
            display: inline-block;
            padding-top: 0px;
            padding-bottom: 13px;
            color: #4d4d4d;
            height: 30px;
            font-size: 14px;
            line-height: 1.3em;
        }

        ul.header-nav ol li a:hover span {
            text-decoration: none;
        }

ul.header-nav .col1 p {
    font-size: 14px;
    line-height: 150%;
}

ul.header-nav .col1 .searchBox {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    max-width: 300px;
    padding: 1.5% 1%;
    margin: 2.5% 0 0 0;
}

    ul.header-nav .col1 .searchBox input[type="text"] {
        border: 0;
        outline: 0;
        padding: 1% 1%;
        float: left;
        display: inline-block;
        width: 80%;
        font-size: 13px;
        color: #999;
    }

    ul.header-nav .col1 .searchBox button.btn {
        background-color: #fff;
        border: 0;
        outline: 0;
        float: right;
        margin-top: 0.5%;
        display: inline-block;
    }

    ul.header-nav .col1 .searchBox .fa-search {
        color: #008039;
    }

#advan-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-title h1 {
    font-size: 26px;
    font-weight: normal;
    color: #4d4d4d;
}

#advan-heading .breadcrumb {
    margin-bottom: 20px;
}

    #advan-heading .breadcrumb li {
        display: inline;
        list-style: none;
        font-size: 14px;
        color: #666;
    }

        #advan-heading .breadcrumb li a {
            padding: 0 2px;
            font-weight: bold;
        }

        #advan-heading .breadcrumb li .nolink-crumb {
            padding: 0 2px;
            font-weight: bold;
            color: #008039;
        }

        #advan-heading .breadcrumb li .last-crumb {
            padding: 0 2px;
            font-weight: bold;
        }

        #advan-heading .breadcrumb li:first-child a {
            padding-left: 0;
        }

#advan-footer {
    clear: both;
}

.aonline-contactWrap {
}

.aonline-contactTitle {
    color: #fff;
    font-size: 24px;
    float: left;
    font-weight: normal;
    width: 23%;
    margin: 12px 0;
    padding-top: 16px;
    padding-right: 1%;
    padding-left: 0;
    line-height: 150%;
}

.aonline-contact {
    float: left;
    border-left: 3px solid #fff;
    width: 70%;
    margin: 17px 0;
    padding: 10px 0;
    padding-left: 5%;
}

    .aonline-contact li {
        color: #fff;
        float: left;
        list-style: none;
        margin-right: 5.38%;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 180%;
        padding-left: 38px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 28px 28px;
    }

        .aonline-contact li a {
            color: #fff;
        }

        .aonline-contact li .fa {
            vertical-align: middle;
        }

        .aonline-contact li .fa-wrench {
            -moz-transform: scale(-1, 1);
            -webkit-transform: scale(-1, 1);
            -o-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
            margin-right: 7px;
        }

        .aonline-contact li.contact-buy {
            background-image: url(css-img/icon-aonline-buy-s.png);
        }

        .aonline-contact li.contact-chat {
            background-image: url(css-img/icon-aonline-chat-s.png);
        }

        .aonline-contact li.contact-chat-cn {
            background-image: url(css-img/icon-aonline-chat-s-cn.png);
        }

        .aonline-contact li.contact-phone {
            background-image: url(css-img/icon-aonline-phone-s.png);
        }

        .aonline-contact li.contact-buy-svg {
            background-image: url(css-img/icon-aonline-buy.svg);
        }

        .aonline-contact li.contact-chat-svg {
            background-image: url(css-img/icon-aonline-chat.svg);
        }

        .aonline-contact li.contact-phone-svg {
            background-image: url(css-img/icon-aonline-phone.svg);
        }

        .aonline-contact li.contact-support {
            padding-left: 0;
        }


.footer-nav-wrapper {
    margin: 0 0;
    padding: 2% 0 2% 0;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 1% 0 1% 0;
}

    .footer-logo .logo-pic img {
        width: 100%;
        max-width: 170px;
    }

.footer-nav-wrapper .footer-nav {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin: 0;
    padding-left: 2%;
}

.footer-nav ul li {
    list-style: none;
    line-height: 150%;
    font-size: 14px;
    margin-right: 5.25%;
    margin-bottom: 1%;
    margin-top: 1%;
    display: inline-block;
}

    .footer-nav ul li a {
        display: inline-block;
        color: #4d4d4d;
    }

    .footer-nav ul li .fa {
        margin-right: 0.5em;
        color: #4d4d4d;
        font-weight: bold;
    }

.footer-wrapper {
    position: relative; /*my fix lang panel*/
    margin: 0 0;
    padding: 2% 0;
    border-top: 1px solid #ccc;
}

.footer-language {
    float: right;
}

    .footer-language a {
        display: block;
        font-size: 13px;
        line-height: 155%;
        padding-left: 28px;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 20px;
    }

        .footer-language a.language-earth {
            background-image: url(css-img/icon-footer-language.png);
        }

        .footer-language a.language-earth-svg {
            background-image: url(css-img/icon-footer-language.svg);
        }

.footer-copyright {
    float: left;
}

    .footer-copyright li {
        float: left;
        list-style: none;
        font-size: 12px;
        line-height: 150%;
        color: #666;
        padding: 0 8px;
        border-left: 1px solid #999;
    }

        .footer-copyright li.copr-first {
            padding-left: 0;
            border-left: none;
        }

        .footer-copyright li a {
            display: block;
            color: #666;
        }

.footer-panel-wrapper {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 1000 !important;
}

.language-panel {
    display: none;
}

.panel-control-down a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 90px;
    height: 15px;
    background: url(css-img/arrow-panel-control-down.png) no-repeat;
}

.lang-desc {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 150%;
    /* font-style: italic; */
    color: #4d4d4d;
    border-bottom: 3px solid #ebebeb;
    padding-bottom: 1%;
    text-align: center;
}

ol.lang-list li {
    float: left;
    width: 110px;
    margin-top: 10px;
    margin-left: 18px;
    list-style: square;
    color: #808080;
}

    ol.lang-list li a {
        display: block;
        font-size: 14px;
        color: #275990;
    }

.slide-out-div {
    width: 300px;
    min-height: 145px;
    background: #fafafa;
    border: 5px solid #b3b3b3;
    z-index: 5000;
}

    .slide-out-div .handle {
        margin-top: -5px;
        margin-left: -5px;
        width: 30px;
        height: 165px;
        text-indent: -99999px;
    }

    .slide-out-div .panel-left {
        float: left;
        width: 165px;
        padding: 25px 0 0 15px;
    }

        .slide-out-div .panel-left h3 {
            font-size: 18px;
            font-weight: normal;
            margin: 0;
            padding: 0 0 5px;
        }

        .slide-out-div .panel-left h4 {
            font-size: 13px;
            font-weight: normal;
            margin: 0;
            padding: 0 0 5px;
        }

        .slide-out-div .panel-left ul {
            margin: 0;
            padding: 10px 0 4px;
        }

        .slide-out-div .panel-left li {
            list-style: none;
            font-size: 13px;
            line-height: 16px;
            padding: 0 0 4px 25px;
        }

            .slide-out-div .panel-left li.callback {
                background: url(css-img/contact-callback.gif) no-repeat;
            }

            .slide-out-div .panel-left li.livechat {
                background: url(css-img/contact-livechat.gif) no-repeat;
            }

            .slide-out-div .panel-left li.emailus {
                background: url(css-img/contact-emailus.gif) no-repeat;
            }

            .slide-out-div .panel-left li.qq {
                background: url(css-img/contact-qq-offical.gif) no-repeat;
            }

    .slide-out-div .panel-right {
        float: right;
        width: 90px;
        padding: 20px 15px;
    }

        .slide-out-div .panel-right img {
            border: 2px solid #e5e5e5;
        }

    .slide-out-div .panel-desc {
        line-height: 1.5em;
        padding: 0 15px 15px 15px;
    }

.main-list ul li {
    width: 100%;
    padding: 25px 0px;
    list-style: none;
}

.main-list ul .listPic {
    float: left;
    width: 17%;
    margin-right: 2.5%;
}

.main-list ul .emptyPic .listPic {
    display: none;
}

.main-list ul .listPic img {
    width: 100%;
}

.main-list ul .listText {
    float: left;
    width: 80%;
}

.main-list ul .emptyPic .listText {
    float: none;
    width: 100%;
}

.main-list ul h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 5px;
}

.main-list ul h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 5px;
}

.main-list ul h5 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 5px;
    color: #666;
}

.main-list ul .tag {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 5px;
}

.main-article {
    font-size: 14px !important;
    line-height: 1.5em !important;
}

    .main-article p,
    .main-article > div {
        font-size: 14px !important;
        line-height: 1.5em !important;
        margin: 40px 0 !important;
    }

    .main-article ul,
    .main-article ol {
        font-size: 14px !important;
        line-height: 1.5em !important;
        margin: 40px 0 !important;
    }

    .main-article ul {
        list-style-type: square;
    }

    .main-article li {
        margin: 0 0 5px 25px;
    }

    .main-article .article-heading {
        margin: 40px 0;
    }

    .main-article .para-heading {
        margin: 0 0 -20px;
    }

    .main-article h2 {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .main-article h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .main-article h4 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .main-article h5 {
        font-size: 13px;
        font-weight: normal;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .main-article table {
        width: 100%;
        border-collapse: collapse;
    }

    .main-article td,
    .main-article th {
        padding: 5px 20px;
        border: 1px solid #d9d9d9;
        text-align: left;
        border-left: 0px;
        border-right: 0px;
        vertical-align: top;
    }

    .main-article th {
        background-color: #fafafa;
        font-size: 16px;
        font-weight: normal;
    }

.pagination {
    text-align: center;
}

.pagination,
.act-btn {
    padding: 40px 0;
}

    .pagination a,
    .act-btn a {
        font-size: 14px;
        padding: 4px 8px;
        margin: 0 4px;
        text-decoration: none;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #4d4d4d;
    }

        .pagination a.active_page,
        .act-btn a.active_page {
            border: 1px solid #808080;
            background-color: #808080;
            color: #fff;
        }

        .pagination a:hover,
        .act-btn a:hover {
            background-color: #ccc;
        }

.cs-article-share {
    float: right;
    padding: 0 0;
    margin: 8px 0 0 0;
}

    .cs-article-share span {
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .cs-article-share .cs-share-icon {
        margin-right: 2px !important;
    }

/* 2017 新元件 */

.addthis_sharing_toolbox {
    float: right;
    display: block;
    clear: right !important;
    padding: 0;
}

    .addthis_sharing_toolbox .at-share-btn {
        padding: 0;
        margin: 0 0 0 0;
    }

.shareto_toolbox {
    display: block;
    float: right;
    padding: 0;
    margin: 8px 0 0 5px;
}

.fixed-element {
    position: relative;
    /*border:1px solid #fff;*/
}

    .fixed-element .previous {
        position: fixed;
        top: 53px;
        left: 10px;
        z-index: 50000;
        background-color: #4d4d4d;
        color: #fff;
        padding: 10px 25px;
        text-align: center;
        width: auto;
        display: inline;
        border-radius: 2px;
        cursor: pointer;
        opacity: .8;
        filter: alpha(opacity=80);
    }

        .fixed-element .previous a {
            color: #fff;
        }

/*2018 Add*/
.adv-sticky-nav-body {
  max-width: 1200px;
  margin: 0 auto;
}
#solution-energy #key-visual-1 .adv-key-visual-slide {
  height: 450px;
}
#solution-energy .carousel-nav {
  color: white;
}
#solution-energy .bg-intro {
  background-color: #eee;
}
#solution-energy .bg-solution {
  background: url("../images/green_bg.png") 50% 0% repeat;
  background-size: cover;
}
#solution-energy .bg-earth {
  background: url("../images/earth-bg.jpg") 50% 0% no-repeat;
  background-size: cover;
}
#solution-energy .bg-event {
  background: url("../images/event-bg.jpg") 50% 0% no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  #solution-energy .add-sm-mb-15 {
    margin-bottom: 15px;
  }
}
#solution-energy .bg-light {
  background-color: #f8f9fa !important;
}
#solution-energy .box-border {
  border: 1px solid #ddd;
}
#solution-energy .box-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
}
#solution-energy .adv-carousel-nav {
  color: white;
}

#solutions .card-simple .card-wrapper a.card-readMore-wrap {
display: block;
}

#solutions .card-simple .card-wrapper a.card-readMore-wrap .card-text {
max-height:5.7em!important;
overflow:hidden;
}


/*banner*/
#advBanner .carousel-inner{
	padding-bottom: 70px;
}
#advBanner .carousel-control-next, #advBanner .carousel-control-prev{
	width: 5%;
}
#advBanner .carousel-item{
    width:100%;
}
#advBanner .banner-caption{
    border: 2px solid #ccc;
    width: 648px;
    height: 244px;
    bottom: -50px;
    z-index: 50;
    background: linear-gradient(rgba(255, 255, 255, 0.7)0%, rgba(255, 255, 255, 1)80%, rgba(255, 255, 255, 1)100%);
    color: #008039;
    padding: 25px;
    text-align: left;
}
#advBanner .banner-caption2{
    display: block;
    width: 467px;
    height: 142px;
    bottom: -30px;
    left: 50%;
    z-index: 50;
    background: url(../images/banner/Trophy.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    #advBanner .carousel-inner{
        padding-bottom: 100px;
    }
    #advBanner .banner-caption{
        width: 700px;
        height: 244px;
        bottom: -80px;
        padding: 25px;
        right: 34px;
        left: 34px;
    }
    #advBanner .banner-caption2{
        width: 350px;
        height: 150px;
        bottom: -110px;
        left: 350px;
    }
}

@media screen and (max-width: 580px) {
    #advBanner .carousel-inner{
        padding-bottom: 100px;
    }
    #advBanner .banner-caption{
        width: 500px;
        height: 244px;
        bottom: -80px;
        padding: 25px;
        right: 40px;
        left: 40px;
    }
    #advBanner .banner-caption2{
        width: 300px;
        height: 100px;
        bottom: 150px;
        left: 240px;
    }
}

/*nav bar*/

.navbar .navbar-nav .nav-link:hover {
    color:cornflowerblue !important;
}

/*introduction*/
#introduction h3{
    font-size: 19px;
    font-weight: bold;
    color: #a0a0a0;
}
#introduction .intro-sub-title{
    color: #67a421;
    line-height: 1.4em;
    font-size: 18px;
    margin-bottom: 10px;
}
#introduction .intro-para {
	color: #4D4D4D;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}

#introduction .class-icon{
    width: 200px; 
    height: 200px;
    margin: 0px auto 20px auto;
    background-size: contain;
    
}
#introduction .class-icon.class-icon-1{
    background: url(../images/introduction/IoTicon-01.png) no-repeat;
    background-size: contain;
}
#introduction .class-icon.class-icon-2{
    background: url(../images/introduction/IoTicon-02.png) no-repeat;
    background-size: contain;
}
#introduction .class-icon.class-icon-3{
    background: url(../images/introduction/IoTicon-03.png) no-repeat;
    background-size: contain;
}


@media screen and (max-width: 768px) {
    #introduction{
        padding-left: 10%;
        padding-right: 10%;
    }
    #introduction .intro-class{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 580px) {
    #introduction{
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*technology-highlights*/
#technology-highlights h3{
    font-size: 19px;
    font-weight: bold;
    color: #a0a0a0;
}
#technology-highlights .highlights-para {
	color: #4D4D4D;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}

#technology-highlights .card-info-title{
    font-size: 19px;
    font-weight: bold;
    color: #67a421;
    height: 65px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    margin-top: 10px;
}

#technology-highlights .card-text{
    text-align: left;
    height: 200px;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.4em;
    color: #4d4d4d;
    font-weight: normal;
}

#technology-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: black;
}

#technology-highlights li {
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 14px;
    line-height: 18px;
}

#technology-highlights li::before {
    content: "• ";
    color: #68af29;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #technology-highlights {
        padding-left: 10%;
        padding-right: 10%;
    }
    #technology-highlights .tech-class{
	    margin-bottom: 20px;
    }
    #technology-highlights .card-text {
        height: auto;
    }
    #technology-highlights .class-icon {
        width: 370px;
        height: 185px;
        margin: 0px auto 20px auto;
        background-size: contain;
    }
}

@media screen and (max-width: 580px) {
    #technology-highlights {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/*product-offerings*/

#product-offerings h3{
    font-size: 19px;
    font-weight: bold;
    color: #a0a0a0;
}

#product-offerings .product-para{
    color: #4D4D4D;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}

#product-offerings .product-offering-classify .title{
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    padding: 10px;
    background: linear-gradient(to right,rgba(0, 128, 57, 1)0%, rgba(255, 255, 255, 0)70%, rgba(255, 255, 255, 0)100%);
    color: #fff;
    border-bottom: rgba(0, 128, 57, 0.8) solid 1px;
}


#product-offerings .product-offering-classify .topic-icon {
    background: url(css-img/point-right.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 3px;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#product-offerings .product-offering-classify a:hover .topic-icon {
    -moz-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

#product-offerings .product-offering-classify .topic-text {
    width: 85%;
    color: #222222;
    font-size: 25px;
    margin-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#product-offerings .product-offering-classify span {
    float: left;
}

#product-offerings #product-offerings-slider {
    display: none;    
}

#product-offerings #product-offerings-slider .carousel-control-next {
    right: -50px;
}
#product-offerings #product-offerings-slider .carousel-control-next-icon {
    background-image: url(css-img/icon-slider-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}
#product-offerings #product-offerings-slider .carousel-control-prev {
    left: -50px;
}

#product-offerings #product-offerings-slider .carousel-control-prev-icon {
    background-image: url(css-img/icon-slider-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



#product-offerings .download_btn {
    text-align: center;
    width: 100%;
}

#product-offerings .download_btn a {
    background-color: transparent;
    background-image: none;
    border: #67a421 solid 1px;
    color: #67a421;
    padding: 15px 10px;
    font-size: 15px;
}

@media (min-width: 768px){
    #product-offerings .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width: 768px) {
    #product-offerings {
        padding-left: 10%;
        padding-right: 10%;
    }
    #product-offerings .book_wrapper {
        display: none;
    }
    #product-offerings #product-offerings-slider {
        display: block;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 580px) {
    #product-offerings {
        padding-left: 5%;
        padding-right: 5%;
    }    
}

/* Booklet jQuery Plugin Style*/
.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:transparent !important;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:transparent !important;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
/*	border-top:1px solid #ddd;*/
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin:0 auto;
	padding-top:50px;
	width:1200px;
	height:720px;
	position:relative;
/*	background:transparent url(../images/booklet/bg.png) no-repeat;*/
/*    background-size:cover;*/
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(../images/booklet/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(../images/booklet/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
/*	margin:10px 0px 5px 35px;*/
	width:500px;
	padding:4px;
/*	border:1px solid #ddd;*/
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
/*	border:1px solid #E6E3C2;*/
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../images/booklet/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/booklet/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*news*/

#news .adv-event-list .event-pic {
    width: calc(30% - 10px);
}
#news .adv-event-list .event-date {
    width: calc(30% - 10px);
    font-size: 20px;
}
#news .adv-event-list .event-describe {
    width: calc(70% - 10px);
    font-size: 20px;
}

#news .button {
    width: 125px;
    display: block;
    background-color: #008039;
    color: white;
}

#news .adv-section-heading {
	margin-bottom: 30px;
}
#news .news-news {
    padding-right: 15px;
    margin-bottom: 30px;
}

#news .news-spotlight {
    padding-left: 15px;
    margin-bottom: 30px;
}
