@charset "utf-8";
/* CSS Document */
html[lang=zh-tw] body {
    font-family: "Heebo", "Noto Sans TC";
}
/* Pagination rules add*/
.page dd {
    width: auto;
}

    .page dd.more-page {
        vertical-align: unset;
        margin: auto;
        height: auto;
    }
/* Adjustement from June.15.2021 */
.b .btnwrap {
    justify-content: space-between !important;
}

.sh-desbx p span, .b3 .table3 .first-row span, .customerservicePage p.sh-des span {
    display: block;
}

.ecodesignPage .it2-bx .table-bx .flex-bx .r1 span {
    display: block;
}

.ourcommitmentPage .it2-bx .peo-bx .tx-bx .t .ind-bannerdes .sign {
    display: block;
}
    /* Signatures*/
    .ourcommitmentPage .it2-bx .peo-bx .tx-bx .t .ind-bannerdes .sign:after {
        background: url(../images/a1/sign1_en.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

html[lang=zh-tw] .ourcommitmentPage .it2-bx .peo-bx .tx-bx .t .ind-bannerdes .sign:after {
    background: url(../images/a1/sign1.png) no-repeat 50%/contain;
}

.ourcommitmentPage .it3-bx .peo-bx .tx-bx .t .ind-bannerdes .sign:after {
    background: url(../images/a1/sign2_en.png);
    background-repeat: no-repeat;
    background-size: contain;
}

html[lang=zh-tw] .ourcommitmentPage .it3-bx .peo-bx .tx-bx .t .ind-bannerdes .sign:after {
    background: url(../images/a1/sign2.png) no-repeat 50%/contain;
}

.inline {
    display: inline !important;
}

.blue_line {
    font-size: 18px;
    font-weight: 500;
    color: #004280;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/* 新增按鈕*/
.bluebtn {
    background-color: #004280;
    color: #fff;
    /*display: table-cell;*/
    vertical-align: middle;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 30px auto 0 auto;
    transition: .5s;
}

    .bluebtn .ind-bannerdes {
        color: #fff;
    }

    .bluebtn .arrow {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-left: 12px;
    }
/*New card*/
.verticalItem .img-bx {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    font-size: 0;
    background-image: url(https://advcloudfiles.advantech.com/ceres/css/css-img/Item-img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

    .verticalItem .img-bx .img-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        padding: 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 auto;
    }

        .verticalItem .img-bx .img-inner img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: middle;
        }
/* RWD Table*/
.RWDTable {
    border-top: 4px solid #004280;
}

.h3-ti {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 35px;
    /*margin-top: 65px;*/
}

.h4-ti {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-top: 35px;
}

    .h4-ti a, ul.main-list-B li a {
        color: #004280;
    }

    .h4-ti.l-circle:before {
        left: 0;
        top: 5px;
    }

ul.main-list-B {
    padding: 0 0 0 10px;
    margin: 0 0 0 8px;
}

    ul.main-list-B li {
        list-style: disc;
        line-height: 1.5em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #4d4d4d;
        letter-spacing: normal;
    }

        ul.main-list-B li ul {
            padding: 0 0 0 25px;
            margin: 15px 0;
        }

.RWDTable th.title {
    background-color: #eef0f4;
    padding: 13px 10px;
    width: 22%;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px solid #004280;
    text-align: left;
}

.colorBG-bx {
    background-color: #ebeff5;
    padding: 20px;
    margin: 15px auto;
    line-height: 1.5em;
}

.mr-0 {
    margin-right: 0;
}

.RWDTable .m-title {
    display: none;
}

.RWDTable td {
    padding: 13px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5em;
    color: #333;
}

    .RWDTable td ul li, .m-displayBlock th.titleB ul li {
        list-style-type: disc;
        padding-left: 0;
        margin-left: 22px;
    }

.text-advatech-blue {
    color: #004280;
}

.mt-35 {
    margin-top: 35px;
}

.mt-58 {
    margin-top: 58px;
}

.border-Left {
    border-left: 1px solid #ccc;
}

.border-LR {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.border-Right {
    border-right: 1px solid #ccc;
}

.border-bottom-0 {
    border-bottom: 0;
}

.line_Break {
    display: block;
}

.font-bold {
    font-weight: 800;
}

.download-link {
    color: #004280;
    text-decoration: underline;
}

    .download-link a::before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url('./css-img/icon-file.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
    }

.text-center {
    text-align: center;
}

.RWDTable th.title_Row {
    background-color: #004280;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.5em;
}

    .RWDTable th.title_Row.border-Right {
        border-right: 1px solid #fff;
    }

.RWDTable th.title.autoWidth, .RWDTable td.autoWidth {
    width: auto !important;
}

.m-displayBlock {
    display: none;
}

@media (max-width:580px) {
    .RWDTable .m-title {
        background-color: #eef0f4;
        padding: 13px 10px;
        border-bottom: 1px solid #004280;
        line-height: 1.5em;
        text-align: center;
        display: block;
    }

    .RWDTable th.title {
        display: none;
    }

    .RWDTable td, .RWDTable th {
        word-break: keep-all;
    }

    ul.main-list-B {
        padding: 0 0 0 10px;
        margin: 0 0 0 10px;
    }

    .m-displayNone {
        display: none;
    }

    .m-displayBlock {
        display: block;
    }
}
