@charset "utf-8";

/*------------ about-editor ------------*/
.about_layout {
    position: relative;
    margin-top: 16px;
}

.about_pic{
    width: 85%;
}

.about_text{
    position: absolute;
    padding: 30px 50px 50px;
    background: #fff;
    background: rgba(9, 97, 170, 0.9);
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
    color: #dedee1;
    width: 40%;
}

.about_text:before {
    content: 'ABOUT';
    position: absolute;
    display: block;
    font-family: 'Prompt', sans-serif;
    font-size: 65px;
    line-height: 1;
   color: rgb(9 97 170 / 65%);
    font-weight: 600;
    top: -52px;
        left: 50px;
        letter-spacing: 0.1em;
}

.about_text h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
    position: relative;
    margin-bottom: 40px;
}



.about_text h3:before {
    content: ' ';
    position: absolute;
    display: block;
    background: #fff;
    width: 49px;
    height: 1px;
    bottom: -10px;
    left: 0px;
    bottom: -19px;
}


@media screen and (max-width: 1280px){
    .about_text{
        width: 50%;
    }
}


@media screen and (max-width: 1200px){

    .about_layout {
      
        display: flex;
        flex-direction: column-reverse;
    }

    .about_pic {
        text-align: center;
        width: unset;
    }
    .about_text {
        top: unset;
        right: 0;
        left: 0;
        transform: unset;
        width: 100%;
        box-shadow: none;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        padding: unset;
        background: unset;
        color: #484848;
    }
    .about_text:before{
        display: none;
    }



    .about_text h3{
        color: #0961AA;
        letter-spacing: 0.05em;
    }

    .about_text h3:before{
        background: #0961AA;
    }
  
}

/*--index_sercive--*/
.service-sect .editor .s_layout{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    justify-content: space-around;

}

.service-sect .editor .s_layout  .s_box{
    padding: 20px;
    transition: all 0.3s ease;
    top: 0px;
    position: relative;
}

.service-sect .editor .s_layout  .s_box:hover{
    top: -5px;
}

.service-sect .editor .s_layout :hover  .s_pic{
    display: block;
    -webkit-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

.service-sect .editor .s_layout .s_pic{
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.service-sect .editor .s_layout .s_pic:before {
    content: '';
    position: absolute;
    top: -33px;
    left: -16px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    
    background-color: rgba(220, 235, 254, 0.1);
    background-color: #0F64AD;
    animation: btnShadow2 1s infinite both alternate-reverse;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        z-index: -1;
    
}

@-webkit-keyframes btnShadow2 {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(220, 235, 254, 0.1);
      box-shadow: 0px 0px 0px 0px rgba(220, 235, 254, 0.1); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(220, 235, 254, 0.1);
      box-shadow: 0px 0px 0px 10px rgba(220, 235, 254, 0.1); } }
  
  @keyframes btnShadow2 {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(220, 235, 254, 0.1);
      box-shadow: 0px 0px 0px 0px rgba(220, 235, 254, 0.1); }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(220, 235, 254, 0.1);
      box-shadow: 0px 0px 0px 10px rgba(220, 235, 254, 0.1); } }
  


.service-sect .editor .s_layout h3{
    margin-top: 57px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: normal;
}


@media screen and (max-width: 767px){
    .service-sect .editor {
        width: 55%;
    }

    .service-sect .editor .s_layout .s_box {
        padding: 20px 40px;
    }
}

/*--index_sercive end--*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #71728A;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #D1D1CF #D1D1CF #eee #eee ;
    border-style: solid;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    max-width: 225px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #0961aa;
    text-decoration: underline;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #0961AA;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.contact-info-txt i:before{
    font-family: 'icon-font2' !important;
}
.contact-info-txt .ic-locat:before{
    content: "\e1026";
}
.contact-info-txt .ic-tel:before{
    content: "\e1050";
}
.contact-info-txt .ic-mail:before{
    content: "\e1034";
}
.contact-info-txt .ic-mail{
    font-size: 16px;
    line-height: 23px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #0961AA;
    font-size: 16px;
    margin: 0;
}
.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: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1{
        border-width: 0 0 1px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
    .contact-editor .col{
        border-color: #D1D1CF #D1D1CF #eee #eee ;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
