@charset "utf-8";



/*------------ about-editor ------------*/

.a_layout{
    position: relative;
    max-width: 934px;
    margin: 0 auto;
    overflow: hidden;
}

.a_layout .title{
    position: relative;
}

.a_layout .title span{
    position: relative;
    font-size: 50px;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    color: #333333;
    position: relative;
    display: block;
}

.a_layout .title span::first-letter {
    color: #43AD3E;
}

.a_layout .title h2{
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
    margin-top: -14px;
    color: #333333;
    
    position: relative;
}


.a_layout  .title h2::before{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #3271A7;
    
    position: absolute;
    left: 121px;
    top: 17px;
}

.a_layout p{
    margin: 0;
    line-height: 1.75;
    letter-spacing: 1.2px;
}


.a_layout .a-1 {
    position: relative;
    z-index: 1;
    margin-top: 10px;
   
}

.a_layout .a-1::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(50, 113, 167, 1) 0%, rgba(88, 181, 78, 1) 100%);
    width: 124px;
    height: 376px;
    z-index: -1;
    
}

.a_layout .a-1 .row{
  padding-top: 165px;
}

.a_layout .a-1 .title{
    position: absolute;
    top: 30px;
    right: calc(50% - 306px);
}

.a_layout .a-1 .title::after {
    content: 'PISTIS CERT';
    display: block;
    position: absolute;
    right: -142px;
    top: 44px;
    font-size: 80px;
    font-family: "Prompt", sans-serif;
    color: #D6D6D6;
    font-weight: 600;
    z-index: -1;
    opacity: 0.3;
    display: block;
    width: 462px;
}


.a_layout .a-1  .col.item{
    background: #F6F6F6;
    padding: 42px 80px 120px 110px;
    margin-left: 50px;
}



.a_layout .a-1 h3{
    margin: 0;
    margin-bottom: 5px;
    margin-left: 50%;
    color: #333333;
    font-weight: 500;
    letter-spacing: 2px;
}

.a_layout .a-1 .p-1{
    margin-left: 50%;
}


.a_layout .a-1 .p-2{
    margin-top: 40px;
    margin-right: 0;
    margin-left: auto;
}






.a_layout .a-1  .col.pic{
    position: absolute;
    left: 30px;
    top: 30px;
}

.a_layout  .a-2{
    display: flex;
    max-width: 712px;
    justify-content: center;
    margin-right: 65px;
    margin-left: auto;
    align-items: center;
    margin-top: -77px;
    z-index: 2;
    position: relative;
}

.a_layout .a-2 .title{
    margin-bottom: 20px;
}

.a_layout .a-2 .title::after {
    content: 'TÜV NORD';
    display: block;
    position: absolute;
    left: -44px;
    top: -30px;
    font-size: 80px;
    font-family: "Prompt", sans-serif;
    color: #D6D6D6;
    font-weight: 600;
    z-index: -1;
    opacity: 0.3;
    display: block;
    width: 430px;
}

.a_layout  .a-2 .col{
    width: 50%;
}

.a_layout .a-2 .col.txt{
    margin-top: 65px;
}

@media screen and (max-width: 1280px){
    .a_layout .a-1 .col.item {
        
        padding: 42px 40px 120px 40px;
        margin-left: 50px;
    }

    .a_layout .a-1 .title {
        position: absolute;
        top: 30px;
        right: calc(50% - 350px);
    }

    .a_layout .a-1 h3{
        margin-left: calc(50% - -30px);
    }

    .a_layout .a-1 .p-1 {
        margin-left: calc(50% - -30px);
    }

    .a_layout .a-1 .title::after {
      
        right: -89px;
        top: 55px;
        font-size: 70px;
        
        display: block;
        width: 406px;
        
    }

    .a_layout .a-2 .title::after {
       
        left: -44px;
        top: -20px;
        font-size: 70px;
      
      
        width: 430px;
    }
}

@media screen and (max-width: 1200px){

    .a_layout {
      
        max-width: 600px;
    }


    .a_layout .title h2 {
       
        padding-bottom: 13px;
    }
    .a_layout .title h2::before {
        content: '';
        display: block;
        width: 40px;
        height: 1px;
        background: #3271A7;
        position: absolute;
        left: 0;
        top: unset;
        right: 0;
        margin: 0 auto;
        bottom: 0px;
     
    }


    .a_layout .a-1 .title::after{
       
        right: 50%;
        top: 56px;
        transform: translateX(50%); /* 水平居中 */
       
        width: auto; /* 或者根據需求調整 */
        white-space: nowrap;
        text-align: center;
    }
    .a_layout .a-1::before{
        display: none;
    }

    .a_layout .a-1 .row {
        padding-top: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .a_layout .a-1 .col.item {
        padding: 80px 40px 50px 40px;
        margin-left: 0;
        margin-top: -50px;
    }

    .a_layout .a-1 .title {
        position: relative;
        top: unset;
        right: unset;
        text-align: center;
    }

    .a_layout .a-1 h3 {
        margin-left: 0;
    }

    .a_layout .a-1 .p-1 {
        margin-left: 0;
    }

    .a_layout .a-1 .p-2 {
        margin-top: 0px;
        margin-right: 0;
        margin-left: auto;
    }

    .a_layout .a-1 .col.pic {
        position: relative;
        left: UNSET;
        top: UNSET;
        margin-top: 23px;
    }

    .a_layout .a-2 {
        display: flex;
        max-width: unset;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
        align-items: center;
        margin-top: 0;
        z-index: 2;
        position: relative;
        flex-direction: column;
    }

    .a_layout .a-2 .col {
        width: 100%;
    }

    .a_layout .a-2 .title {
        margin-bottom: 20px;
        text-align: center;
    }

    .a_layout .a-2 .title::after{
       left: unset;
        right: 50%;
        top: 56px;
        transform: translateX(50%); /* 水平居中 */
       
        width: auto; /* 或者根據需求調整 */
        white-space: nowrap;
        text-align: center;
    }

    .a_layout .a-2 .col.txt {
        margin-top: 25px;
        margin-bottom: 15px;
        max-width: 257px;
    }
}

@media screen and (max-width: 767px){
    .a_layout .a-1 {
        
        margin-top: 0;
    }
    

    .a_layout .title span {
       
        font-size: 40px;
        
    }

    

    .a_layout .a-1 .title::after {
        font-size: 40px;
       
    }

    .a_layout .a-2 .title::after {
        font-size: 40px;
       
       
    }

    .a_layout .a-1 .col.item {
        padding: 50px 30px 30px 30px;
       
        margin-top: -35px;
    }

    
}

@media screen and (max-width: 484px){
    .a_layout .a-1 .col.item {
        padding: 30px 20px 30px 20px;
        margin-top: 0;
    }
}


/*------------ index service ------------*/
 
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #234343;
    border-radius: 10px; */
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #3271A7;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #43AF3E;
    margin: 0;
    font-weight: normal;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    
    .about-edit .box{
        flex-wrap: wrap;
    }
    .about-edit .box:nth-of-type(3) {
        margin: 0 0 0px 0;
    }
    .about-edit .con3 {
        padding: 5%;
    }
    
    
    .about-edit .box .pic{
        margin:0px;
        padding:20px 0 !important;
        margin: 0 0 0px 0 !important;
        width:100%;
        text-align:center;
    }
    .about-edit .con3:before{
        display:none;
    }
}
