﻿.MiddleBlock {
    font-family: Noto Sans SC;
}
.slimScrollBar {
    background-color: blue;
}
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.pre-header {
color: #616b76;
border-bottom: 1px solid #eee;
padding-top: 10px;
line-height: 1.2;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
background: #fff;
}

.List a {
color: #4b88d4;
}

.List a:hover {
color: #33CCFF;
text-decoration: none;
}

.portlet.box.blue-hoki > .portlet-title {
background-color: #009FCC;
}


.page-sidebar-closed {
font-family: 微軟正黑體;
}

.MainContent a {
color: #3a6382;
}

.MainContent a:hover {
color: #3a6382;
text-decoration: none;
}

.dajin-listblock {
margin-bottom: 20px;
background-color: #d9dce0;
width: 10em;
height: 15em;
box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
margin-top: 20px;
}

#ServiceBox {
    z-index: 30;
    margin-top: -60px;
}
/*相關系列*/
.portlet.box.blue-hoki > .portlet-title {
background-color: #5bb5f3e3;
}

.portlet.light {
background-color: none;
}

.portlet > .portlet-title {
border-bottom: 1px solid #93b2da;
}

.caption-subject {
color: #4b98ea !important;
}

.portlet {
    box-shadow: 0px 0px 0px 2px #64aed9;
}

.portlet.light > .portlet-title {
padding: 0;
min-height: 30px;
}
.task-list {
height: 150px;
/*overflow-y: scroll;*/
padding-left: 17px;
list-style: disc;
font-size:12px;
}

/*相關系列END*/
/*內容的調整*/
.aboutStyle{
font-size:12px;
}
/*內容的調整*/
/*簡介內容START*/

.companySuntitle {
    color: #288bf5;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Noto Sans TC','Noto Sans SC',sans-serif,'微軟正黑體','Microsoft JhengHei',"Lucida Grande",Helvetica,Arial !important;
}
.maintitle .thide {
background-repeat: no-repeat;
height: 35px;
background-position: left bottom;
}
.thide {
font-size:20px;
overflow: hidden;
display: block;
}
.tableStyleCompany {
background: #5599FF;
color: white;
padding-top: 13px;
padding-bottom: 13px;

}
.tableContent {
    position: relative;
    overflow: hidden;
    height: 1%;
    padding-left: 160px;
    margin-bottom: 4px;
    padding-top: 13px;
    padding-bottom: 13px;   
}
.tableContent span {
    position: absolute;
    font-weight: 400;
    left: 20px;
    width: 250px;        
}
#companyHierarchy {
    width: 450px;
    height: 381px;
}
#World_map_green {
    width: 450px
}
#history {
    border-color: #DDDDDD;
    width: 650px
}
#aboutContent {
    margin-left: -6px;
    padding-right: 70px;
}

/*簡介內容END*/
/*客戶內容START*/
.clientstable .tableStyleCompany {
    background: #5599FF;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}
.clientstable .tableContent {
position: relative;
overflow: hidden;
height: 1%;
padding-left: 20px;
margin-bottom: 4px;
padding-top: 8px;
padding-bottom: 8px;
}
.clientsmenu table tbody tr td {
font-weight: bold;
}
.clientsmenu table tbody tr td a{
color: #36a2f1;
}
.clientstable table {
    border-color: #DDDDDD;
    width: 600px;
}
/*客戶內容END*/
/*夥伴內容START*/
.aboutTablePartners .tableStyleCompany {
    background: #5599FF;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}

.aboutTablePartners .tableContent {
position: relative;
overflow: hidden;
height: 1%;
padding-left: 20px;
margin-bottom: 4px;
padding-top: 8px;
padding-bottom: 8px;
}
.aboutTablePartners .tableContent span {
position: absolute;
font-weight: bold;
left: 20px;
width: 100%;
}
.aboutTablePartners table {
    border-color: #DDDDDD;
    width: 600px;
}

.aboutTablePartners{
font-size:12px;
}
.radio-item {
display: inline-block;
position: relative;
padding: 0 6px;
}

.radio-item input[type='radio'] {
display: none;
}

.radio-item label {
color: #4ca8f5;
font-weight: normal;
}

    .radio-item label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px;
        border-radius: 11px;
        border: 2px solid #4ca8f5;
        background-color: transparent;
    }
#contentPartners {
    margin-left: -6px;
    padding-right: 70px;
}
/*夥伴內容END*/
/*企業目標START*/
/*問題諮詢 begin------------------*/
#CustomerServiceForm .k-widget.k-tooltip {
    background-color: #fdefba;
}
input.form-control, textarea.form-control {
    border: 1px solid #4ca8f5;
}

.form-body {
    margin: 10px;
    border: 2px solid #4ca8f5;
}

/*表格 placeholder begin---------*/
#CustomerServiceFrom ::-webkit-input-placeholder { /* Chrome */
    color: #4ca8f5 !important;
    opacity: 0.5;
}

#CustomerServiceFrom:-ms-input-placeholder { /* IE 10+ */
    color: #4ca8f5 !important;
    opacity: 0.5;
}

#CustomerServiceFrom::-moz-placeholder { /* Firefox 19+ */
    color: #4ca8f5 !important;
    opacity: 1;
}

#CustomerServiceFrom:-moz-placeholder { /* Firefox 4 - 18 */
    color: #4ca8f5 !important;
    opacity: 1;
}
/*表格 placeholder end------*/
/*radio color begin-------*/
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item label {
        color: #4ca8f5;
        font-weight: normal;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 2px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid #4ca8f5;
            background-color: transparent;
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 12px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 5px;
        content: " ";
        display: block;
        background: #4ca8f5;
    }
/*radio color end---------*/
/*問題諮詢 end------------------*/
#hazardousSubstance {
    left: 35px;
    position: absolute;
    top: 32px;
    width: 200px;
    height: 20px;
    color: aliceblue;
}

#chemicalSubstances {
    left: 145px;
    position: absolute;
    top: 32px;
    width: 200px;
    height: 20px;
    color: aliceblue;
}

#energySaving {
    left: 260px;
    position: absolute;
    top: 32px;
    width: 200px;
    height: 20px;
    color: aliceblue;
}

#sustainableDevelopment {
    left: 375px;
    position: absolute;
    top: 32px;
    width: 200px;
    height: 20px;
    color: aliceblue;
}
#hardware {
    left: 335px;
    top: 233px;
}
#counseling {
    left: 285px;
    top: 322px;
}
#system {
    left: 380px;
    top: 328px;
}
#icon_arrow2 {
    height:80px; 
    width:450px;
}
#targetContentout {
    margin-left: -6px;
    padding-right: 70px;
}
#targetPic1 {
    width :450px; 
    height:300px;
}
#targetPic2 {
    width: 450px;
    height: 180px;
}
/*企業目標END*/
/*招募人才START*/
.recContent {
    margin-left: -6px;
    /*padding-right: 70px;*/
}
/*招募人才END*/

.fullwidthabnner .revslider-initialised .tp-simpleresponsive .hovered {
max-height: 250px;
height: 417px;
}

/*諮詢對話框Start*/
/*對話框，邊框式（下三角）*/
.badge1 {
    position: relative;
}

.badge1:after {
    content: "";
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: .7em;
    background: lawngreen;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}

.dialog-border-bottom {
    border: 5px solid #3598DC;
    height: 165px;
    position: relative;
    width: 140px;
    border-radius: 0.5em !important;
}

.dialog-border-bottom:after {
    border-color: #3598DC transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 20px 20px 20px 20px;
    bottom: -40px;
    /*必須指定，才能顯示內容*/ content: "";
    height: 0px;
    left: 3.5em;
    /*必須指定，否則會變梯形 */ position: absolute;
    width: 0px;
}

    .dialog-border-bottom button {
        margin: 5px 5px 10px 5px !important;
    }
.img-circle {
    margin-left: 1.5em;
}
/*fb messenger*/
#fb-root > div.fb_dialog {
    bottom: 0 !important;
    margin-bottom: 0px;
    margin-right: 40px;
    position: absolute !important;
}
.fb_customer_chat_bubble_animated_no_badge {
    box-shadow: unset;
}
[data-testid="dialog_iframe"] {
    bottom: 30px !important;
}

.Block3 {
/*left: 20px;*/
float: right
}
/*諮詢對話框End*/

/* ----------- IPad Pro ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1384px) {
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1384px) and (orientation: portrait) {
    .ServiceBlue {
        right: 20px;
    }

    .Block3 {
        left: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    /*公司介紹*/
    #companyHierarchy {
        width: 400px;
        height: 381px;
    }
    #World_map_green {
        width: 400px
    }
    /*客戶*/
    .clientstable table {
        width: 400px;
    }
    /*合作夥伴 */
    .aboutTablePartners table {
        width: 400px;
    }
    /*目標*/
    #icon_arrow2 {
        width: 400px;
    }
    #chemicalSubstances {
        left: 130px;
    }
    #energySaving {
        left: 230px;
    }

    #sustainableDevelopment {
        left: 327px;
    }
    #hardware {
        left: 245px;
        top: 252px;
    }
    #counseling {
        left: 192px;
        top: 340px;
    }
    #system {
        left: 295px;
        top: 344px;
    }
}
/* ----------- IPad ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 700px) and (max-device-width: 812px) {
}

/* Portrait */
@media only screen and (min-device-width: 700px) and (max-device-width: 812px) and (orientation: portrait) {
    #ServiceBox {
        width: 160px;
        margin-right: 0px;
    }
    .List {
        margin-right: -160px;
    }
    /*簡介*/
    .aboutcompany {
        margin-top: 0px;
    }
    /*客戶*/
    .clients {
        margin-top: 0px;
    }
    .clientsmenu{
        display:flex;
    }
    /*夥伴*/
    .partners {
        margin-top: 0px;
    }
    .aboutTablePartners table {
        display: flex;
    }
    /*企業目標*/
    .abouttarget {
        margin-top: 0px;
    }
    #hazardousSubstance {
        left: 215px;
    }
    #chemicalSubstances {
        left: 325px;
    }
    #energySaving {
        left: 435px;
    }
    #sustainableDevelopment {
        left: 545px;
    }
    #hardware {
        left: 555px;
        top: 213px;
    }

    #system {
        left: 600px;
        top: 310px;
    }

    #counseling {
        left: 505px;
        top: 305px;
    }

}
/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #ServiceBox {
        margin: 0px 80px 40px;
        width: 150px;
    }
}
/* ----------- IPhone 5s ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 500px) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 500px) and (orientation: portrait) {
    #ServiceBox {
        margin: 0px 80px 40px;
        width: 180px;
        margin-left: 50px;
    }
}
/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #ServiceBox {
        margin: 0px 80px 40px;
        width: 150px;
        margin-top: 0px;
    }
    /*公司簡介*/
    #companyHierarchy {
        width: 300px;
        height: 281px;
    }
    #World_map_green {
        width: 300px;
    }
    #history {
        width: 320px
    }
    #aboutContent {
        margin-left: -6px;
        padding-right: 0px;
    }
    /*客戶*/
    .clientstable table {
        width: 320px;
    }
    .clientsmenu table {
        width: 320px;
    }
    /*合作夥伴*/
    .aboutTablePartners table {
        width: 320px;
    }
    .aboutTablePartners {
        font-size: 10px;
    }
    /*.aboutTablePartners .tableContent {
        padding-left: 200px;
        padding-bottom: 15px;
    }
    .aboutTablePartners .tableContent span {
        width: 180px;
    }*/
    #contentPartners {
        padding-right: 0px;
    }
    /*企業目標*/
    #targetContentout{
        padding-right:0px;
    }
    #icon_arrow2 {
        height: 60px;
        width: 320px;
    }
    #hazardousSubstance {
        left: 19px;
        top: 21px;
    }

    #chemicalSubstances {
        left: 97px;
        top: 21px;
    }

    #energySaving {
        left: 175px;
        top: 21px;
    }

    #sustainableDevelopment {
        left: 253px;
        top: 21px;
    }

    #hardware {
        left: 239px;
        top: 210px;
    }

    #system {
        left: 280px;
        top: 310px;
    }

    #counseling {
        left: 185px;
        top: 305px;
    }
    #targetPic1 {
        width: 300px;
        height:250px;
    }
    #targetPic2 {
        width: 300px;
        height: 180px;
    }
    /*人才招募*/
    .recContent{
        padding-right:0px;
    }

}
/* ----------- Pixel 2 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 411px) and (max-device-width: 500px) {
}

/* Portrait */
@media only screen and (min-device-width: 411px) and (max-device-width: 500px) and (orientation: portrait) {
    #ServiceBox {
        margin: 0px 80px 40px;
        width: 150px;
        padding-left: 30px;
    }
}

/* ----------- IPhone 6 7 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 500px) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 500px) and (orientation: portrait) {
    #ServiceBox {
        margin: 0px 80px 40px;
        width: 180px;
        margin-top: 0 !important;
        /*margin-left: 50px;*/
    }
    /*公司簡介*/
    #companyHierarchy {
        width: 300px;
        height: 281px;
    }

    #World_map_green {
        width: 300px;
    }

    #history {
        width: 320px
    }

    #aboutContent {
        margin-left: -6px;
        padding-right: 0px;
    }
    /*客戶*/
    .clientstable table {
        width: 320px;
    }

    .clientsmenu table {
        width: 320px;
    }
    /*合作夥伴*/
    .aboutTablePartners table {
        width: 320px;
    }

    .aboutTablePartners {
        font-size: 10px;
    }

    /*.aboutTablePartners .tableContent {
        padding-left: 200px;
        padding-bottom: 15px;
    }

    .aboutTablePartners .tableContent span {
        width: 180px;
    }*/

    #contentPartners {
        padding-right: 0px;
    }
    /*企業目標*/
    #targetContentout {
        padding-right: 0px;
    }

    #icon_arrow2 {
        height: 60px;
        width: 320px;
    }

    #hazardousSubstance {
        left: 19px;
        top: 21px;
    }

    #chemicalSubstances {
        left: 97px;
        top: 21px;
    }

    #energySaving {
        left: 175px;
        top: 21px;
    }

    #sustainableDevelopment {
        left: 253px;
        top: 21px;
    }

    #hardware {
        left: 239px;
        top: 210px;
    }

    #system {
        left: 295px;
        top: 310px;
    }

    #counseling {
        left: 200px;
        top: 305px;
    }

    #targetPic1 {
        width: 320px;
        height: 250px;
    }

    #targetPic2 {
        width: 320px;
        height: 180px;
    }
    /*人才招募*/
    .recContent {
        padding-right: 0px;
    }
}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    body {
        width: 100%;
    }

    .SearchText {
        width: 100%;
    }

    .middle-content {
        margin-left: 0 !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.content-right {
    color: #1f87e0;
}

#history .tableContent {
    position: relative;
    overflow: hidden;
    height: 1%;
    padding-left: 20px;
    margin-bottom: 4px;
    padding-top: 13px;
    padding-bottom: 13px;
}