@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor .a_title {
    margin: 0 0 40px;
}
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #00D4C5;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 15px 0 0;
    padding: 0;
}
.about-sect .txt-box .index-about-editor .editor span {
    display: block;
    color: rgb(0, 212, 197, 0.5);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
    margin: 0;
    padding: 5px 0 0;
}
.about-sect .txt-box .index-about-editor .editor p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 160px;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor .a_title {
        margin: 0 0 20px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 30px;
    }
    .about-sect .txt-box .index-about-editor .editor span {
        font-size: 14px;
    }
    .about-sect .txt-box .index-about-editor .editor p {
        margin: 0;
        -webkit-line-clamp: unset;
        height: unset;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.a_layout .a_item:first-of-type {
    display: flex;
    margin: 0 0 80px;
    padding: 0 0 60px;
}
.a_layout .a_item:first-of-type::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 60px);
    height: calc(100% - 165px);
    background: #F3F4F7;
    border-radius: 10px;
}
.a_layout .a_item:first-of-type .a_col:first-of-type {
    width: 475px;
}
.a_layout .a_item:first-of-type img {
    border-radius: 10px;
}
.a_layout .a_item:first-of-type .a_col:last-of-type {
    width: calc(100% - 475px);
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 90px;
}
.a_layout .a_item:first-of-type .a_title {
    margin: 0 0 50px;
}
.a_layout .a_item .a_title span {
    display: block;
    margin: 0;
    color: #061D48;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}
.a_layout .a_item .a_title h3 {
    color: #00D4C5;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
}
.a_layout .a_item .a_title em {
    display: block;
    color: rgb(0, 212, 197, 0.5);
    font-size: 15px;
    font-weight: 500;
    font-style: unset;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
    margin: 0;
    padding: 5px 0 0;
}
.a_layout .a_item:last-of-type .a_title {
    margin: 0 0 10px;
    text-align: center;
}
.a_layout .a_item:last-of-type .a_title span {
    margin: 0;
}
.a_layout .a_item:last-of-type .a_col:first-of-type  p {
    text-align: center;
}
.a_layout .a_item:last-of-type .a_col:last-of-type {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.a_layout .a_box {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
    padding: 50px;
    background: #F3F4F7;
    border-radius: 10px;
}
.a_layout .a_box:nth-of-type(2n) {
    top: 20px;
}
.a_layout .a_box .a_txt {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.a_layout .a_box .a_txt span {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #00988D;
    border-radius: 100%;
    font-family: 'Poppins', serif;
}
.a_layout .a_box .a_txt h3 {
    color: #444;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 0 15px;
}
.a_layout .a_item:last-of-type .a_col:last-of-type p {
    text-align: left;
    padding: 0 0 0 52px;
    margin: 0;
}
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1280px){
    .a_layout .a_item:first-of-type .a_col:last-of-type {
        padding-right: 30px;
    }
    .a_layout .a_item:first-of-type .a_col:first-of-type {
        width: 40%;
    }
    .a_layout .a_item:first-of-type .a_col:last-of-type {
        width: 60%;
        padding-left: 50px;
        padding-top: 25px;
    }
    .a_layout .a_item:first-of-type::before {
        height: calc(100% - 180px);
    }
    .a_layout .a_item:first-of-type .a_title {
        margin: 0 0 40px;
    }
    .a_layout .a_item:first-of-type::before {
        height: calc(100% - 170px);
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_item .a_title h3 {
        font-size: 30px;
    }
    .a_layout .a_item .a_title em {
        font-size: 14px;
    }
    .a_layout .a_item:first-of-type .a_col:last-of-type {
        padding-left: 30px;
    }
    .a_layout .a_item:first-of-type {
        padding: 0 0 30px;
    }
    .a_layout .a_box {
        padding: 20px;
    }
    .a_layout .a_box .a_txt {
        margin: 0 0 5px;
    }
    .a_layout .a_box .a_txt h3 {
        font-size: 20px;
        margin: 0 0 0 15px;
    }
    .a_layout .a_box .a_txt span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .a_layout .a_item:last-of-type .a_col:last-of-type p {
        text-align: left;
        padding: 0 0 0 45px;
        margin: 0;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item:first-of-type {
        flex-direction: column;
        margin: 0 0 50px;
    }
    .a_layout .a_item:first-of-type .a_col:first-of-type {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .a_layout .a_item:first-of-type .a_col:last-of-type {
        width: 100%;
        padding: 50px 15px 0;
        text-align: center;
    }
    .a_layout .a_item:first-of-type::before {
        height: calc(100% - 170px);
        width: 100%;
    }
    .a_layout .a_item .a_title span {
        margin: 0;
    }
    .a_layout .a_item:first-of-type .a_title {
        margin: 0 0 20px;
    }
    .a_layout .a_box {
        width: 100%;
    }
    .a_layout .a_box:nth-of-type(2n) {
        top: unset;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_list {
    display: flex;
    margin: 0 -10px;
}
.s_layout .s_box {
    width: calc(100% / 2 - 10px);
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
}
.s_layout .s_box a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout .s_pic img {
    border-radius: 10px;
}
.s_layout .s_box .s_txt_w {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 50%;
    transform: translate(100%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50% 0 0 50%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.s_layout .s_box:last-of-type .s_txt_w {
    right: unset;
    left: 50%;
    transform: translate(-100%, -50%);
    border-radius: 0 50% 50% 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.s_layout .s_box .s_txt_w::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
}
.s_layout .s_txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-95%, -50%);
} 
.s_layout .s_box:last-of-type .s_txt {
    left: unset;
    right: 50%;
    transform: translate(95%, -50%);
}
.s_layout .s_box:first-of-type .s_txt::after,
.s_layout .s_box:last-of-type .s_txt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #00988D;
    border-radius: 100%;
    animation: neon 0.8s ease infinite alternate;
    transition: all 0.3s ease;
    z-index: -1;
    transform: scale(1);
}
.s_layout .s_box:first-of-type:hover .s_txt::after{
    animation: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(50);
    left: 50%;
}
.s_layout .s_box:last-of-type:hover .s_txt::after{
    animation: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(50);
    left: 50%;
    right: 50%;
}
@keyframes neon {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}
.s_layout .s_title {
    padding: 0;
}
.s_layout .s_title h2 {
    color: #00988D;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_title h2 {
    color: #fff;
}
.s_layout .s_title span {
    display: block;
    color: rgb(6, 29, 72, 0.5);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
    margin: 0;
    padding: 5px 0 0;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_title span {
    color: #fff;
}
.s_layout .s_index_more {
    margin: 30px 0 0 auto;
}
.s_layout .s_index_more span {
    display: block;
    color: #071D49;
    font-size: 15px;
    letter-spacing: 1px;
    width: 95px;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_index_more span {
    color: #fff;
}
.s_layout .s_index_more span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: unset;
    width: 15px;
    height: 15px;
    background: #071D49;
    border-radius: 100%;
    transition: all .3s ease;
}
.s_layout .s_box:hover .s_index_more span:before {
    background: #fff;
}
.s_layout .s_index_more span::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    transition: all .3s ease;
}
.s_layout .s_box:hover .s_index_more span::after {
    border-color: transparent transparent transparent #21A59C;
}
.s_layout .s_box .s_pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.s_layout .s_box:hover .s_pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
@media screen and (max-width: 1200px){
    .s_layout .s_txt {
        transform: translate(-105%, -50%);
    }
    .s_layout .s_box:last-of-type .s_txt {
        transform: translate(105%, -50%);
    }
}
@media screen and (max-width: 1200px){
    .s_layout .s_txt {
        transform: translate(-115%, -50%);
    }
    .s_layout .s_box:last-of-type .s_txt {
        transform: translate(115%, -50%);
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_title h2 {
        font-size: 30px;
    }
    .s_layout .s_title span {
        font-size: 14px;
    }
    .s_layout .s_txt {
        padding: 10px;
        transform: translate(-228px, -50%);
    }
    .s_layout .s_box:last-of-type .s_txt {
        transform: translate(228px, -50%);
    }
    .s_layout .s_box:first-of-type .s_txt::after,
    .s_layout .s_box:last-of-type .s_txt::after {
        width: 6px;
        height: 6px;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_list {
        flex-direction: column;
        margin: 0;
    }
    .s_layout .s_box {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 640px;
    }
    .s_layout .s_txt {
        transform: translate(-100%, -50%);
    }
    .s_layout .s_box:last-of-type .s_txt {
        transform: translate(100%, -50%);
    }
    .s_layout .s_box:first-of-type:hover .s_txt::after,
    .s_layout .s_box:last-of-type:hover .s_txt::after {
        transform: translateY(-50%) scale(100);
    }
}
@media screen and (max-width: 567px){
    .s_layout .s_txt {
        left: unset;
        right: unset;
        transform: translateY(-50%);
        margin: 0 230px 0 0;
    }
    .s_layout .s_box:last-of-type .s_txt {
        left: unset;
        right: unset;
        transform: translateY(-50%);
        margin: 0 0 0 230px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_box .s_txt_w,
    .s_layout .s_box:last-of-type .s_txt_w {
        top: 50%;
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .s_layout .s_box .s_txt_w::before {
        opacity: 0.7;
        border-radius: 0;
    }
    .s_layout .s_txt,
    .s_layout .s_box:last-of-type .s_txt {
        margin: 0;
    }
    .s_layout .s_index_more {
        margin: 30px auto 0;
    }
}
/*------------ /service-editor ------------*/
/*------------ 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;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 10px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #071D49;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.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% - 40px);
    vertical-align: middle;
    letter-spacing: 0;
}
.contact-editor .col a:hover {
    color: #00988D;
}
@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){
    .contact-editor i{
        text-indent: 0;
        line-height: 30px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #00988D;
    letter-spacing: 1px;
    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;
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/