/*Compuware/Presence*/
/* =========================== Desktop =========================== */
.PRESENCE_map {
    position: relative;
}

.PRESENCE_world {
    width: 70%;
    margin: 2rem 15% 3rem;
}

.PRESENCE_title_bg {
    background-color: rgba(148, 148, 148, 0.8);
}

.PRESENCE_title {
    font-size: 21px;
    line-height: 60px;
}

.PRESENCE_flag {
    float: left;
    margin: 10px 15px 10px 25px;
    height: 40px;
}

.PRESENCE_content_bg {
    display: flex;
    background-color: rgba(238, 238, 238, 0.5);
}

/*點選錨點時，加上導覽列的高度*/
:target {
    scroll-margin-top: 190px;
}

.PRESENCE_img {
    max-width: 200px;
    max-height: 150px;
    margin: 35px 35px 35px 95px;
}

.PRESENCE_content {
    width: 100%;
    margin-top: 35px;
    line-height: 2rem;
}

.PRESENCE_content a {
    color: #004098;
}

.PRESENCE_content a:hover {
    text-decoration: underline;
}

.tag {
    position: absolute;
    background-repeat: no-repeat;
    color: #282828;
    font-size: 15px;
    padding: 9px 0 0 20px;
}

.tag:hover {
    color: #111;
}

.beijing {
    display: block;
    top: 40%;
    left: 67.5%;
    background-image: url('/images/stronghold_icon_1.png');
}
.beijing:hover {
    background-image: url('/images/stronghold_icon_2.png');
}

.shenzhen {
    display: block;
    top: 48%;
    left: 67%;
    /*background-im*/
    background-image: url('/images/stronghold_icon_1.png');
}
.shenzhen:hover {
    background-image: url('/images/stronghold_icon_2.png');
}

.taipei {
    display: block;
    top: 57%;
    left: 77.4%;
    background-image: url('/images/stronghold_icon_1.png');
}
.taipei:hover {
    background-image: url('/images/stronghold_icon_2.png');
}

.bade {
    display: block;
    top: 62%;
    left: 76%;
    background-image: url('/images/stronghold_icon_1.png');
}
.bade:hover {
    background-image: url('/images/stronghold_icon_2.png');
}

.PRESENCE_Americas {
    display: block;
    top: 42%;
    left: 24%;
    background-image: url('/images/stronghold_icon_1.png');
}
.PRESENCE_Americas:hover {
    background-image: url('/images/stronghold_icon_2.png');
}

.senai {
    display: block;
    top: 56.5%;
    left: 65%;
    background-image: url('/images/stronghold_icon_1.png');
}
.senai:hover {
    background-image: url('/images/stronghold_icon_2.png');
}

.PRESENCE_Europe {
    display: block;
    top: 35%;
    left: 48%;
    background-image: url('/images/stronghold_icon_1.png');
    opacity: 0.6;
}

/*.tab {
    height: 4.5rem;
    background-color: rgba(94, 94, 94, 0.8);
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 4.5rem;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.tab:hover {
    font-weight: normal;
}

.tab1 {
    background-color: #004098;
}*/

.SALES_bg {
    background-color: rgba(238, 238, 238, 0.8);
    padding: 3rem 3rem 0;
    margin-bottom: 4rem;
}

/*.SALES_world {
    width: 1152px;
    margin-bottom: 3rem;
    margin-top: 20px;
}

.SALES_toptext {
    color: #282828;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.JOIN_li {
    float: left;
    background-color: rgba(94, 94, 94, 0.8);
    border-right: 1px solid #111;
    width: 24%;
    height: 4.5rem;
}

.JOIN_a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 4.5rem;
    text-align: center;
    cursor: pointer;
}

.JOIN_a:hover {
    font-weight: 700;
}*/

/*位置權重*/
/*.JOIN_click {
    background-color: #004098;
    color: #fff;
    font-weight: 700;
}

.Asia {
    top: 377px;
    left: 935px;
}

.Americas {
    top: 335px;
    left: 160px;
}

.Europe {
    top: 250px;
    left: 540px;
}

.asia_beijin {
    top: 290px;
    left: 905px;
}

.asia_sunj {
    top: 350px;
    left: 880px;
}

.Americas_orange {
    top: 290px;
    left: 160px;
}

.Americas_opacity {
    top: 335px;
    left: 160px;
    opacity: 0.6;
}

.Europe_opacity {
    top: 230px;
    left: 540px;
    opacity: 0.6;
}

.SALES_tag_click {
    background-image: url('/images/stronghold_icon_2.png');
    font-weight: 700;
}

.Asia:hover {
    background-image: url('/images/stronghold_icon_2.png');
    font-weight: 700;
}

.Americas:hover {
    background-image: url('/images/stronghold_icon_2.png');
    font-weight: 700;
}

.Europe:hover {
    background-image: url('/images/stronghold_icon_2.png');
    font-weight: 700;
}*/

.select_none {
    user-select: none;
}

/*.SALES_content_bg {
    background-color: rgba(237, 237, 237, 0.8);
    vertical-align: middle;
    padding: 2rem 1.5rem;
}

.SALES_content_box {
    height: 130px;
    line-height: 130px;
    vertical-align: middle;
}

.SALES_content {
    line-height: 2rem;
    margin-left: 2rem;
}

.SALES_content_title {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Arial;
    color: #282828;
}

.SALES_content_text {
    font-size: 1.1rem;
    font-family: Arial;
    color: #004098;
    text-decoration: none;
}

.SALES_content_table {
    text-align: center;
    border: 1px solid #999;
    color: #282828;
    font-size: 1rem;
    font-family: Arial;
    letter-spacing: 1px;
}

.SALES_content_table th {
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    width: 20%;
    background-color: #eee;
}

.SALES_content_table td {
    vertical-align: middle;
    border: 1px solid #999;
    background-color: white;
    padding: 2rem 0.6rem;
    line-height: 1.6rem;
}

.SALES_content_left {
    text-align: left;
}

.SALES_content_address {
    width: 25%;
}

.SALES_content_email_pcicase {
    width: 30%;
}

.SALES_content_email {
    width: 32%;
}

.flex_son {
    float: left;
}*/

.m_area {
    display: none;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =========================== iPad =========================== */

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .PRESENCE_map {
        display: block;
        width: 500px;
        height: 295px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        position: relative;
    }

    .PRESENCE_world {
        width: auto;
        height: 295px;
        /*background-image: url('/images/world_map.png');*/
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 0 2rem;
    }

    .PRESENCE_title_bg {
        height: auto;
        vertical-align: bottom;
    }

    .PRESENCE_title {
        font-size: 18px;
        vertical-align: bottom;
    }

    .PRESENCE_content_bg {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .PRESENCE_img {
        margin: 0 20px 0 0;
    }

    .PRESENCE_content {
        font-size: 15px;
        float: left;
        line-height: 1.8rem;
        margin-top: 0;
    }

    .tag {
        width: 100px;
        height: 30px;
        vertical-align: middle;
        text-decoration: none;
        padding-top: 10px;
    }

    .beijing {
        top: 37%;
        left: 89%;
    }

    .shenzhen {
        top: 47%;
        left: 83%;
    }

    .taipei {
        top: 58%;
        left: 106%;
    }

    .bade {
        top: 65%;
        left: 102%;
    }

    .PRESENCE_Americas {
        top: 115px;
        left: 70px;
    }

    .senai {
        top: 56.5%;
        left: 84.4%;
    }

    .PRESENCE_Europe {
        top: 31%;
        left: 57%;
    }

    .SALES_bg {
        padding: 2rem 2rem 0.1rem;
        margin-bottom: 3rem;
    }
}


/* =========================== Mobile =========================== */
@media screen and (max-width: 767px) {
    .article_bg {
        max-width: 85%;
        margin: 30px auto 0;
    }

    .d_area {
        display: none;
    }

    .m_area {
        display: block;
    }

    .m_bg {
        background-color: rgba(237, 237, 237, 0.8);
        padding: 2rem 1rem 0.1rem;
        margin: 0 0 2rem;
    }

    .new_map {
        background: url('/images/mobile_world_map.png')no-repeat center;
        background-size: contain;
        width: 100%;
        height: 175px;
        margin: 1rem auto;
    }

    .location {
        width: 25vw;
        line-height: 30px;
        background-color: #444;
        text-align: center;
        color: rgb(248, 248, 248);
    }

    .area_head {
        background-color: rgb(148, 148, 148);
        padding: .5rem;
        display: flex;
    }

    .area_head p {
        font-size: 16px;
        color: #282828;
        line-height: 1.6rem;
        margin-top: 0;
        text-align: center;
    }

    .area_img {
        float: none;
        margin: 5px 0 10px;
        height: 40px;
    }

    .area_body {
        background-color: rgba(238, 238, 238, 0.5);
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        display: flex;
    }

    .area_body a {
        color: #004098;
        text-align: center;
    }

    .area_body_img {
        width: 200px;
        height: 150px;
        margin-bottom: 20px;
    }

    .area_body_text {
        font-size: 14px;
        line-height: 1.2rem;
        margin-bottom: 0.5rem;
        text-align: center;
        width: 100%;
    }

    .row>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .my-5 {
        margin-top: 1em !important;
        margin-bottom: 0 !important;
    }

    .mobilePresence {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5em;
    }
}