﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    position: relative;
    background: #fff;
    font-family: "Heebo","Arial",sans-serif;
    font-size: 16px
}


blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

div, p, a, li, td {
    -webkit-text-size-adjust: none
}

br {
    height: 1px;
    font-size: 1px
}

a {
    color: #004280;
    text-decoration: none;
    outline: 0
}

    a:hover, a:active, a:focus {
        color: #004280;
        text-decoration: underline
    }

:focus {
    outline-color: transparent;
    outline-style: none
}

a img {
    border: 0
}

p a.link-dot-style {
    color: #336899;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #336899;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    cursor: pointer
}

    p a.link-dot-style:hover {
        color: #004280;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-color: #004280;
        text-decoration-thickness: 3px
    }

.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0
}

#container {
    width: 100%
}

#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;
    box-sizing: content-box
}

.row-maxwidth-95pct {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: content-box
}

.row-maxwidth-98pct {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: content-box
}

.row-maxwidth-100pct {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1%;
    box-sizing: content-box
}

.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-image: url("css-img/advantech-logo.png")\9;
        background-repeat: no-repeat;
        background-position: left top
    }

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    img[src$=".svg"] {
        width: 100%
    }
}

#advan-header .header-usermenu {
    float: right;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}

#advan-header .user-history {
    border-right: 2px solid #004280;
    padding-right: 18px
}

#advan-header .header-usermenu > li {
    /*float: left;*/
    list-style: none;
    font-size: 14px;
    line-height: 22px
}

.header-usermenu > li > a {
    display: block;
    margin-left: 18px;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 22px
}

.user-history > li > a {
    padding-left: 0
}

.header-usermenu li a span {
    color: #004280
}

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/user-plus.svg");
    background-size: 23px
}

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")
}

li.usermenu-register a {
    display: inline-block
}

    li.usermenu-register a.usermenu-login {
        margin-left: 5px;
        padding-left: 0
    }

#main-menu-login {
    display: none
}

li.usermenu-login > a.register-icon-svg {
    background-image: url("css-img/user-check.svg");
    background-size: 23px
}

.usermenu-login {
    position: relative;
}

    .usermenu-login.open .account-popup {
        display: block
    }

    .usermenu-login .account-popup {
        display: none;
        position: absolute;
        top: 28px;
        right: 0;
        width: 120px;
        z-index: 100
    }

        .usermenu-login .account-popup ol {
            padding: 10px;
            border: solid 1px #ccc;
            background-color: #fff
        }

            .usermenu-login .account-popup ol li {
                list-style: none;
                padding-bottom: 0
            }

                .usermenu-login .account-popup ol li.mb-username {
                    display: none
                }

                .usermenu-login .account-popup ol li a {
                    display: block;
                    font-size: 12px;
                    line-height: 24px;
                    cursor: pointer
                }

.header-panel-wrapper {
    z-index: 1000 !important
}

.register-panel {
    display: none
}

.search-panel {
    display: none
}

.panel-control-up a, .panel-control-up-2 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, .register-panel .panel-btn a {
    display: inline-block;
    padding: 6px 50px;
    margin-top: 5px;
    background: #004280;
    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
    }

.block-search {
    margin: 0 auto;
    padding: 10px 0 40px 0
}

.search-Mainbox {
    width: 100%;
    border: 2px solid #004280;
    margin: 30px auto 0 auto;
    padding: 0 0;
    position: relative;
    background-color: #fff;
    box-sizing: border-box
}

.search-input {
    float: left;
    width: calc(100% - 120px - 15px - 20px - 20px);
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    vertical-align: middle;
    color: #4d4d4d;
    border: 0;
    height: 60px;
    position: relative;
    font-family: "Heebo","Arial",sans-serif
}

.search-input-txt {
    text-align: center;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #004280;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    z-index: 2
}

#search-panel .search-Mainbox .search-input::-webkit-input-placeholder {
    color: #4d4d4d;
    font-size: 20px;
    position: relative;
    top: -2px
}

#search-panel .search-Mainbox .search-input::-moz-placeholder {
    color: #4d4d4d;
    font-size: 20px;
    position: relative;
    top: -2px
}

#search-panel .search-Mainbox .search-input:-ms-input-placeholder {
    color: #4d4d4d;
    font-size: 20px;
    position: relative;
    top: -2px
}

#search-panel .search-Mainbox .search-input::placeholder {
    color: #4d4d4d;
    font-size: 20px;
    position: relative;
    top: -2px
}

.search-btnClear {
    position: absolute;
    top: calc(50% - 10px);
    right: 135px;
    border: 0;
    outline: 0;
    padding: 0 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://advcloudfiles.advantech.com/web/Images/common/search-clear.png");
    cursor: pointer
}

.search-panel .search-btnClear-svg {
    position: absolute;
    top: calc(50% - 10px);
    right: 135px;
    border: 0;
    outline: 0;
    padding: 0 0;
    margin: 0 0 0 2%;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://advcloudfiles.advantech.com/web/Images/common/search-clear.svg");
    background-size: 20px 20px;
    cursor: pointer
}

.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: #004280;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url("https://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: #004280;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url("https://advcloudfiles.advantech.com/web/Images/common/icon-search-submit.png")
}

.search-panel .search-suggestionBox {
    font-size: 16px;
    width: 100%;
    background-color: #fff;
    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: #004280;
        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 {
    padding-left: 20px
}

.toggleMenu {
    display: none
}

.toggleMenu {
    float: right;
    margin: 28px 0 20px;
    margin-left: 18px;
    width: 22px;
    height: 22px
}

    .toggleMenu img {
        width: 22px
    }

.header-nav-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .header-nav-wrapper .nav-external {
        border-left: #fff 1px solid;
        box-shadow: -1px 0 #ccc;
        padding-left: 15px
    }

@media screen and (max-width: 768px) {
    ul.header-nav {
        display: none
    }
}

ul.header-nav {
    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 12px;
        margin-right: 0;
        line-height: 40px;
        font-size: 16px;
        color: #000
    }

    ul.header-nav.nav-external > li:nth-last-child(-n+2) > a {
        padding-right: 0
    }

    ul.header-nav > li > a > i {
        margin-left: 5px;
        vertical-align: middle;
        font-size: 14px;
        color: #004280
    }

    ul.header-nav > li:first-child > a {
        padding-left: 0
    }

    ul.header-nav > li.menubar-estore > a {
        color: #004280
    }

.header-nav li.usermenu-myadv,
.header-nav li.usermenu-register {
    display: none;
}

ul.header-nav > li > a::after {
    content: "";
    background: #004280;
    height: 4px;
    position: relative;
    bottom: 0;
    left: 50%;
    width: 0%;
    display: block;
    margin-bottom: -4px;
    z-index: 500000;
    opacity: 0
}

ul.header-nav > li.show-mega > a::after, ul.header-nav > li > a:hover::after {
    width: 100%;
    left: 0;
    opacity: 1;
    transition: .3s ease
}

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: 22%;
    padding-right: 4%;
    box-sizing: content-box
}

ul.header-nav .cols3 .col1 {
    width: 30.6%;
    padding-right: 4%
}

ul.header-nav .col1:last-child {
    padding-right: 0
}

ul.header-nav .cols-brdr {
    border-top: solid 1px #ccc;
    margin-top: 30px
}

.row-brdrgray {
    background-color: #fff;
    border-top: 4px solid #ccc;
    border-bottom: 2px solid #ccc
}

ul.header-nav > li > div {
    padding: 0 0 36px;
    z-index: 1000
}

ul.header-nav h5 {
    margin: 20px 0 15px 0;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    box-sizing: border-box
}

    ul.header-nav h5.grouptitle-empty {
        text-indent: -99999px;
        padding: 8px
    }

    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: #000;
        width: 100%;
        box-sizing: border-box;
        padding: 8px !important;
        background-color: #e6eff7;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        ul.header-nav h5 a:hover {
            text-decoration: none;
            background-color: #d7e7f5
        }

    ul.header-nav h5.text-title {
        padding: 8px !important;
        background-color: #e6eff7
    }

ul.header-nav ol li {
    margin: 0 0;
    line-height: 150%
}

    ul.header-nav ol li a {
        display: inline-block;
        padding-bottom: 8px;
        padding-left: 8px;
        color: #004280
    }

        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: 0;
            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: 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: .5%;
        display: inline-block
    }

    ul.header-nav .col1 .searchBox .fa-search {
        color: #004280
    }

.page-title h1 {
    font-size: 36px;
    font-weight: normal;
    color: #4d4d4d
}

#advan-heading .breadcrumb {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent
}

    #advan-heading .breadcrumb li {
        display: inline;
        list-style: none;
        font-size: 14px;
        color: #666;
        line-height: 2em
    }

        #advan-heading .breadcrumb li a {
            padding: 0 4px;
            font-weight: bold
        }

        #advan-heading .breadcrumb li .nolink-crumb {
            padding: 0 2px;
            font-weight: bold;
            color: #004280
        }

        #advan-heading .breadcrumb li .last-crumb {
            padding: 0 2px;
            font-weight: bold
        }

        #advan-heading .breadcrumb li:first-child a {
            padding-left: 0
        }

#main-menu-solutions .row-brdrgray .cols3:nth-child(2) {
    border-top: #ccc 2px solid;
    margin-top: 15px;
    padding-top: 10px
}

@media screen and (max-width: 768px) {
    #main-menu-solutions .row-brdrgray .cols3 {
        display: flex;
        flex-direction: column
    }

        #main-menu-solutions .row-brdrgray .cols3 .col1 {
            display: contents
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-1 {
            order: 1
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-2 {
            order: 2
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-3 {
            order: 3
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-4 {
            order: 4
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-5 {
            order: 5
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-6 {
            order: 6
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-7 {
            order: 7
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-8 {
            order: 8
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-9 {
            order: 9
        }

        #main-menu-solutions .row-brdrgray .cols3 .solution-item.order-10 {
            order: 10
        }
}

#advan-footer {
    clear: both;
    padding-top: 20px
}

.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%;
    text-align: left
}

.aonline-contact {
    float: left;
    border-left: 1px 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%;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 28px 28px
    }

        .aonline-contact li a {
            color: #fff
        }

        .aonline-contact li i {
            font-size: 24px;
            margin-right: 10px;
            vertical-align: top
        }

        .aonline-contact li span {
            display: inline-block
        }

        .aonline-contact li.js-chat a, .aonline-contact li.js-chat:hover {
            cursor: pointer
        }

.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: 4%
}

.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: .5em;
        color: #4d4d4d;
        font-weight: bold
    }

.footer-wrapper {
    margin: 0 0;
    padding: 2% 0;
    border-top: 1px solid #ccc
}

.user-language {
    float: right;
    position: relative;
    margin-left: 18px;
}

.header-usermenu .user-language a {
    display: inline-block;
    line-height: 100%;
    padding: 6px 5px;
    vertical-align: middle;
    margin-left: 0;
}

.user-language i {
    display: inline-block;
    color: #004280;
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 1px
}

.user-language a i {
    position: relative;
    vertical-align: middle;
    margin-right: 5px
}

.user-language i.fa-angle-down {
    margin-left: 5px;
    font-size: 16px
}

.user-live-chat {
    background: #336899;
    color: #fff;
    padding: 5px 10px !important;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 999px;
    position: relative;
}

    .user-live-chat:hover {
        background: #004280;
    }

    .user-live-chat i {
        font-size: 18px;
        vertical-align: middle;
        font-weight: 500;
    }

#advan-header .user-live-chat.point-remind::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    background: #cf2828;
    position: absolute;
    top: 5px;
    right: 4px;
}

@media screen and (max-width: 768px) {
    #advan-header .user-live-chat.point-remind::after {
        top: -2px;
        right: 6px;
    }
}

.header-usermenu .user-live-chat a {
    color: #fff;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
}

    .header-usermenu .user-live-chat a:hover,
    .header-usermenu .user-live-chat a:visited,
    .header-usermenu .user-live-chat a:active,
    .header-usermenu .user-live-chat a:focus {
        text-decoration: none;
    }

.footer-copyright {
    float: left
}

    .footer-copyright li {
        float: left;
        list-style: none;
        font-size: 14px;
        line-height: 150%;
        padding: 0 8px;
        border-left: 1px solid #999
    }

        .footer-copyright li.copr-first {
            padding-left: 0;
            border-left: 0
        }

        .footer-copyright li a {
            display: block
        }

            .footer-copyright li a:hover {
                text-decoration: underline
            }

.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/css-img/arrow-panel-control-down.png) no-repeat
}

.lang-desc {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d;
    border-bottom: 2px solid #eee;
    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: #004280
    }

.main-list ul li {
    width: 100%;
    padding: 25px 0;
    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: 0;
        border-right: 0;
        vertical-align: top
    }

    .main-article th {
        background-color: #fafafa;
        font-size: 16px;
        font-weight: normal
    }

.pagination-wrapper {
    padding: 40px 0;
    text-align: center;
    word-spacing: -1em;
    display: table;
    margin: 0 auto
}

.pagination {
    width: auto;
    display: inline-block;
    text-align: center
}

.pagination-wrapper .page-input {
    width: auto;
    display: inline-block;
    padding-left: 10px;
    margin: 9px 9px 9px 0
}

    .pagination-wrapper .page-input input::-webkit-outer-spin-button, .pagination-wrapper .page-input input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0
    }

    .pagination-wrapper .page-input input {
        -moz-appearance: textfield
    }

.pagination ul {
    list-style: none;
    margin-left: -40px
}

    .pagination ul li {
        display: inline;
        font-size: 14px;
        margin: 0 2px;
        cursor: pointer
    }

        .pagination ul li a {
            color: #4d4d4d;
            text-decoration: none;
            padding: 8px 13px;
            margin: 0;
            border: 0
        }

        .pagination ul li.disabled a {
            padding: 8px 0;
            cursor: not-allowed
        }

        .pagination ul li.arrow a {
            border-radius: 3px;
            padding: 8px 15px
        }

        .pagination ul li.arrow.disabled a {
            color: #e8e8e8;
            cursor: not-allowed
        }

        .pagination ul li a:hover {
            background-color: #e8e8e8;
            border-radius: 3px
        }

        .pagination ul li.disabled a:hover {
            background-color: transparent
        }

        .pagination ul li.active a {
            color: #fff;
            background-color: #336899;
            border-radius: 3px
        }

.pagination-wrapper .page-input input {
    width: 30px;
    padding: 7px 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px
}

    .pagination-wrapper .page-input input:focus {
        outline: 0;
        border-color: #336899
    }

.pagination-wrapper .page-input span {
    font-size: 14px
}

    .pagination-wrapper .page-input span a {
        color: #4d4d4d;
        padding: 0 8px;
        cursor: pointer
    }

        .pagination-wrapper .page-input span a:hover {
            color: #004280
        }

.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
    }

.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
}

    .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;
        border-radius: 2px;
        cursor: pointer;
        opacity: .8;
        filter: alpha(opacity=80)
    }

        .fixed-element .previous a {
            color: #fff
        }

.LPMcontainer {
    display: inline-block !important
}

.consent-box {
    display: none;
    height: auto;
    -moz-opacity: .5;
    opacity: .9;
    z-index: 100000;
    background-color: #626262;
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0 0 15px 0
}

    .consent-box .close-icon {
        background-image: url("https://wfcache.advantech.com/www/images/button/close-white.png");
        width: 17px;
        height: 17px;
        margin-top: 15px;
        margin-right: 15px;
        cursor: pointer;
        float: right
    }

    .consent-box .consent-body {
        width: 100%;
        max-width: 820px;
        margin: 25px auto 0 auto;
        color: #fff;
        font-size: 14px;
        line-height: 1.7em;
        text-align: center
    }

        .consent-box .consent-body i {
            margin-right: 10px;
            font-size: 18px
        }

    .consent-box.bg-red {
        background-color: #de4343
    }

.footer-nav-wrapper {
    padding: 3% 0 2% 0
}

    .footer-nav-wrapper .col-6 {
        float: left;
        width: 50%
    }

.footer-menu {
    float: left;
    width: 50%;
    padding-right: 3%;
    box-sizing: border-box
}

.col-6:last-child .footer-menu {
    width: 48%
}

    .col-6:last-child .footer-menu:last-child {
        width: 52%;
        padding-right: 0
    }

.footer-menu .sub-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px
}

ul.footer-sub-item li {
    list-style: none
}

.footer-sub-item li a {
    line-height: 1.5;
    padding-bottom: 6px;
    display: inline-block
}

    .footer-sub-item li a:hover {
        text-decoration: underline
    }

.footer-sub-item.second-col {
    margin-top: 40px;
}

.footer-info {
    float: left;
    width: 75%
}

.footer-contact {
    box-sizing: border-box
}

    .footer-contact .card-item {
        background: url("css-img/MicrosoftTeams-image.png") no-repeat;
        background-position: right bottom;
        background-color: #fff;
        padding: 25px 20px;
        text-align: center;
        box-sizing: border-box
    }

    .footer-contact::after {
        content: "";
        display: block;
        height: 4px;
        width: 98%;
        text-align: center;
        background: rgba(0,0,0,.05);
        margin: 0 auto
    }

    .footer-contact .card-item h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        font-weight: normal
    }

    .footer-contact .card-item .border-bt {
        border-bottom: 4px solid #004280;
        width: 50px;
        margin: 0 auto 15px
    }

    .footer-contact .card-item p {
        line-height: 1.5
    }

    .footer-contact .card-item .cardBtn {
        margin: 5px auto 0 auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: fit-content
    }

        .footer-contact .card-item .cardBtn a.btn-secondary {
            background-color: #fff;
            padding: 6px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #004280;
            margin: 10px 0 5px 0;
            font-size: 16px;
            line-height: 1.5em;
            border: #004280 1px solid
        }

            .footer-contact .card-item .cardBtn a.btn-secondary:hover {
                background-color: #004280;
                color: #fff;
                text-decoration: none
            }

            .footer-contact .card-item .cardBtn a.btn-secondary i {
                font-size: 20px;
                margin-right: 5px
            }

html[lang=zh-tw] body {
    font-family: "å¾®è»Ÿæ­£é»‘é«”","Microsoft JhengHei","Arial","Helvetica",sans-serif;
    font-size: 12px
}

html[lang=zh-tw] ul.header-nav ol li a {
    font-size: 14px;
    line-height: 1.3em
}

html[lang=zh-tw] #advan-header .header-usermenu > li {
    font-size: 13px
}

html[lang=zh-tw] ul.header-nav > li > a {
    font-size: 15px
}


html[lang=zh-tw] ul.header-nav h5 {
    font-weight: bold;
    line-height: 1.4em
}

html[lang=zh-tw] .footer-copyright li {
    font-size: 16px;
    color: #666
}

html[lang=zh-tw] .footer-menu .sub-title {
    font-weight: bold
}

html[lang=zh-tw] ul.footer-sub-item li {
    font-size: 14px
}

html[lang=zh-tw] .footer-sub-item li a {
    font-size: 14px
}

html[lang=zh-tw] .footer-contact .card-item p {
    font-size: 14px
}

html[lang=zh-cn] body {
    font-family: "å¾®è»Ÿé›…é»‘é«”","Microsoft YaHei","Arial","Helvetica",sans-serif;
    font-size: 12px
}

html[lang=zh-cn] ul.header-nav ol li a {
    font-size: 14px;
    line-height: 1.3em
}

html[lang=zh-cn] #advan-header .header-usermenu > li {
    font-size: 13px
}

html[lang=zh-cn] ul.header-nav > li > a {
    font-size: 15px
}



html[lang=zh-cn] ul.header-nav h5 {
    font-weight: bold;
    line-height: 1.4em
}

html[lang=zh-cn] .footer-copyright li {
    font-size: 12px;
    color: #666
}

html[lang=zh-cn] .footer-menu .sub-title {
    font-weight: bold
}

html[lang=zh-cn] ul.footer-sub-item li {
    font-size: 14px
}

html[lang=zh-cn] .footer-sub-item li a {
    font-size: 14px
}

html[lang=zh-cn] .footer-contact .card-item p {
    font-size: 14px
}

html[lang=ja-jp] body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-size: 12px
}

html[lang=ja-jp] ul.header-nav ol li a {
    font-size: 14px;
    line-height: 1.3em
}

html[lang=ja-jp] #advan-header .header-usermenu > li {
    font-size: 13px
}


html[lang=ja-jp] ul.header-nav > li > a {
    padding: 0 8px;
    font-size: 14px
}

html[lang=ja-jp] ul.header-nav > li:first-child > a {
    padding-left: 0
}


html[lang=ja-jp] ul.header-nav h5 {
    font-weight: bold
}

html[lang=ja-jp] .footer-copyright li {
    font-size: 12px;
    color: #666
}

html[lang=ja-jp] .footer-menu .sub-title {
    font-weight: bold
}

html[lang=ja-jp] ul.footer-sub-item li {
    font-size: 14px
}

html[lang=ja-jp] .footer-sub-item li a {
    font-size: 14px
}

html[lang=ja-jp] .footer-contact .card-item p {
    font-size: 14px
}

html[lang=ko-kr] body {
    font-family: "ë§‘ì€ ê³ ë”•","Malgun Gothic","Arial","Helvetica",sans-serif;
    font-size: 12px
}

html[lang=ko-kr] ul.header-nav ol li a {
    font-size: 14px;
    line-height: 1.3em
}

html[lang=ko-kr] #advan-header .header-usermenu > li {
    font-size: 13px
}

html[lang=ko-kr] ul.header-nav > li > a {
    font-size: 15px
}



html[lang=ko-kr] ul.header-nav h5 {
    font-weight: bold
}

html[lang=ko-kr] .footer-copyright li {
    font-size: 12px;
    color: #666
}

html[lang=ko-kr] .footer-menu .sub-title {
    font-weight: bold
}

html[lang=ko-kr] ul.footer-sub-item li {
    font-size: 14px
}

html[lang=ko-kr] .footer-sub-item li a {
    font-size: 14px
}

html[lang=ko-kr] .footer-contact .card-item p {
    font-size: 14px
}

html[lang=ru-ru] ul.header-nav > li > a {
    padding: 0 8px
}

html[lang=ru-ru] ul.header-nav > li:first-child > a {
    padding-left: 0
}

html[lang=vi-vn] body {
    font-family: "Arial","Helvetica",sans-serif
}

html[lang=vi-vn] ul.header-nav ol li a {
    font-size: 14px;
    line-height: 1.3em
}

html[lang=vi-vn] #advan-header .header-usermenu > li {
    font-size: 13px
}

html[lang=vi-vn] ul.header-nav > li > a {
    font-size: 15px
}



html[lang=vi-vn] ul.header-nav h5 {
    font-weight: bold;
    line-height: 1.4em
}

html[lang=vi-vn] .footer-copyright li {
    font-size: 12px;
    color: #666
}

html[lang=vi-vn] .footer-menu .sub-title {
    font-weight: bold
}

html[lang=vi-vn] ul.footer-sub-item li {
    font-size: 14px
}

html[lang=vi-vn] .footer-sub-item li a {
    font-size: 14px
}

html[lang=vi-vn] .footer-contact .card-item p {
    font-size: 14px
}

.AI-search-suggestionBox {
    border: 1px solid #ccc;
    border-top: 0;
    width: 100%;
    padding: 18px 12px 18px;
    box-sizing: border-box;
    display: flex;
    gap: 4%
}

    .AI-search-suggestionBox .keyword {
        width: 58%
    }

    .AI-search-suggestionBox .recommended {
        width: 38%
    }

    .AI-search-suggestionBox h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        padding: 6px 0 10px
    }

    .AI-search-suggestionBox .keyword .keywordItem {
        margin: 3px 0 6px;
        color: #004280;
        display: flex;
        gap: 3px;
        line-height: 1.4;
        font-size: 16px
    }

        .AI-search-suggestionBox .keyword .keywordItem span {
            line-height: 1.4
        }

        .AI-search-suggestionBox .keyword .keywordItem:hover {
            cursor: pointer
        }

        .AI-search-suggestionBox .keyword .keywordItem a:hover {
            text-decoration: underline
        }

        .AI-search-suggestionBox .keyword .keywordItem i {
            margin-right: 3px;
            padding-top: 2px
        }

        .AI-search-suggestionBox .keyword .keywordItem:last-child {
            margin-bottom: 0
        }

    .AI-search-suggestionBox .recommended .productItem .product-img {
        width: 30%;
        height: 72px;
        margin: 0;
        position: relative
    }

    .AI-search-suggestionBox .recommended .product-imgBox {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        text-align: center
    }

    .AI-search-suggestionBox .recommended .product-imgBox-inner {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 0
    }

        .AI-search-suggestionBox .recommended .product-imgBox-inner::before {
            content: ' ';
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle
        }

    .AI-search-suggestionBox .recommended .product-img img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3%
    }

    .AI-search-suggestionBox .recommended .productItem {
        display: flex;
        gap: 2%;
        margin-bottom: 2%
    }

        .AI-search-suggestionBox .recommended .productItem:last-child {
            margin-bottom: 0
        }

    .AI-search-suggestionBox .recommended a {
        display: block;
        margin-bottom: 5px
    }

        .AI-search-suggestionBox .recommended a:last-child {
            margin-bottom: 0
        }

        .AI-search-suggestionBox .recommended a:hover {
            text-decoration: none
        }

    .AI-search-suggestionBox .recommended .productItem .info {
        width: 68%
    }

    .AI-search-suggestionBox .recommended .productItem .product-img {
        width: 30%
    }

    .AI-search-suggestionBox .recommended .productItem .info h5 {
        font-weight: 500;
        font-size: 16px;
        color: #004280;
        padding: 6px 0
    }

    .AI-search-suggestionBox .recommended .productItem .info p {
        line-height: 1.3;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #000
    }

    .AI-search-suggestionBox .recommended a:hover .productItem .info h5 {
        text-decoration: underline
    }

    .AI-search-suggestionBox .recommended a:hover .productItem .info p {
        text-decoration: none
    }

    .AI-search-suggestionBox .noResult h4 {
        padding-bottom: 0
    }

html.no-scroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%
}

.panel-box {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .5s ease
}

    .panel-box.open {
        z-index: 1002;
        opacity: 1
    }
