@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1;
    margin: 0 0 16px;
    font-family: 'Varta', sans-serif;
}
.about-sect .txt-box .index-about-editor .editor h3 i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 20px 0 19px;
    height: 19px;
}
.about-sect .txt-box .index-about-editor .editor h3 i::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #888;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 22px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 i {
        margin: -4px 15px 0 14px;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.a_layout .a_item +.a_item {
    margin: 90px 0 0;
}
.a_layout .a_item .title {
    margin: 0 0 20px;
}
.a_layout .a_item h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}
.a_layout .a_item h3 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1;
    margin: 0 0 16px;
    font-family: 'Varta', sans-serif;
}
.a_layout .a_item h3 i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 20px 0 19px;
    height: 19px;
}
.a_layout .a_item h3 i::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #888;
}
/*1*/
.a_layout .a_item.a_item_1 {
    display: flex;
    align-items: center;
}
.a_layout .a_item.a_item_1 .a_col:first-of-type {
    width: 50%;
    padding: 0 50px 0 0;
}
.a_layout .a_item.a_item_1 .a_col:last-of-type {
    width: 50%;
    padding: 0 0 0 50px;
}
/*2*/
.a_layout .a_item.a_item_2{
    position: relative;
    overflow: hidden;
}
.a_layout .a_item.a_item_2 .a_col:first-of-type img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
    max-width: inherit;
    display: block;
}
.a_layout .a_item.a_item_2 .a_col:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 80%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=1);
    mix-blend-mode: multiply;
}
.a_layout .a_item.a_item_2 .a_col:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px;
    width: 50%;
    color: #fff;
    z-index: 2;
}
/*3*/
.a_layout .a_item.a_item_3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 90px 0 0;
    margin: 0;
}
.a_layout .a_item.a_item_3 .a_col:first-of-type {
    padding: 0 45px 0 0;
}
.a_layout .a_item.a_item_3 .a_col:last-of-type {
    padding: 0 0 0 45px;
}
/*4*/
.a_layout .a_item.a_item_4 {
    position: relative;
    text-align: center;
    padding: 80px 0 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    z-index: 2;
}
.a_layout .a_item.a_item_4 p {
    font-size: 50px;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto; 
}
.a_layout .a_item.a_item_4 p span {
    margin: 0 20px;
}
@media screen and (max-width: 1280px){
    .a_layout .a_item +.a_item {
        margin: 72px 0 0;
    }
    .a_layout .a_item.a_item_1 .a_col:first-of-type {
        padding: 0 25px 0 0;
    }
    .a_layout .a_item.a_item_1 .a_col:last-of-type {
        padding: 0 0 0 25px;
    }
    .a_layout .a_item.a_item_3 {
        padding: 72px 0 0;
        margin: 0;
    }
    .a_layout .a_item.a_item_3 .a_col:first-of-type {
        padding: 0 25px 0 0;
    }
    .a_layout .a_item.a_item_3 .a_col:last-of-type {
        padding: 0 0 0 25px;
    }
    .a_layout .a_item.a_item_4 {
        margin: 0;
        padding: 72px 0 0;
    }
    .a_layout .a_item.a_item_4 p {
        font-size: 40px;
        width: 100%;
    }
    .a_layout .a_item.a_item_2 .a_col:last-of-type {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item h2 {
        color: #000;
        font-size: 40px;
    }
    .a_layout .a_item h3 {
        font-size: 22px;
    }
    .a_layout .a_item h3 i {
        margin: -4px 15px 0 14px;
    }
    .a_layout .a_item .title {
        margin: 0 0 8px;
    }
    .a_layout .a_item.a_item_1 {
        flex-direction: column;
    }
    .a_layout .a_item.a_item_1 .a_col:first-of-type {
        padding: 0 0 40px;
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item.a_item_1 .a_col:last-of-type {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item.a_item_2 {
        margin: 62px 0 0;
    }
    .a_layout .a_item.a_item_2 .a_col:last-of-type {
        position: relative;
        padding: 40px 0 0;
        color: #777;
    }
    .a_layout .a_item.a_item_3 {
        padding: 55px 0 0;
    }
    .a_layout .a_item.a_item_3 .a_col:first-of-type {
        padding: 0 20px 0 0;
    }
    .a_layout .a_item.a_item_3 .a_col:last-of-type {
        padding: 0 0 0 20px;
    }
    .a_layout .a_item.a_item_4 {
        padding: 55px 0 0;
    }
    .a_layout .a_item.a_item_4 p {
        font-size: 30px;
    }
    .a_layout .a_item.a_item_4 p span img  {
        max-width: 80px;
    }
    .a_layout .a_item.a_item_4 p span {
        margin: 0 10px;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_item.a_item_3 {
        flex-direction: column;
    }
    .a_layout .a_item.a_item_3 .a_col:first-of-type {
        padding: 0 0 20px;
    }
    .a_layout .a_item.a_item_3 .a_col:last-of-type {
        padding: 0;
    }
    .a_layout .a_item.a_item_4 p {
        font-size: 22px;
    }
    .a_layout .a_item.a_item_4 p span img {
        max-width: 70px;
    }
}
/*------------ service-editor ------------*/
.s_layout *,
.s_layout {
    position: relative;
    box-sizing: border-box;
}
.s_layout p {
    margin: 0;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.s_layout .s_item 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_item .s_txt {
    margin: 0 0 20px;
}
.s_layout .s_item span {
    display: block;
    color: #000;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1;
    padding: 0 0 5px;
}
.s_layout .s_item h3 {
    color: #000;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.s_layout .s_item.s_item_2 .s_box .s_pic,
.s_layout .s_item.s_item_3 .s_box .s_pic,
.s_layout .s_item.s_item_4 .s_box .s_pic,
.s_layout .s_item.s_item_5 .s_box .s_pic,
.s_layout .s_item.s_item_6 .s_box .s_pic {
    position: relative;
    overflow: hidden;
}
.s_layout .s_item.s_item_2 .s_box .s_pic img,
.s_layout .s_item.s_item_3 .s_box .s_pic img,
.s_layout .s_item.s_item_5 .s_box .s_pic img,
.s_layout .s_item.s_item_6 .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_item.s_item_2 .s_box:hover .s_pic img,
.s_layout .s_item.s_item_3 .s_box:hover .s_pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.s_layout .s_item.s_item_4 .s_box .s_pic img {
    animation: scale 10s ease-in-out infinite alternate forwards;
}
@keyframes scale {
    from {
        transform: scale(1.1, 1.1);
    }
    to {
        transform: scale(1, 1);
    }
}
.s_layout .s_item h3 span {
    display: block;
    width: 49px;
    height: 18px;
    padding: 0;
    top: -15px;
    right: 0;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover h3 span{
    right: -10px;
}
.s_layout .s_item h3 span i,
.s_layout .s_item h3 span svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 1s ease;
}
.s_layout .s_item h3 .s_btn_1 {
    fill: none;
    stroke: #ddd;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.s_layout .s_item h3 .s_btn_2 {
    fill: none;
    stroke: #000;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 0.6s ease;
}
.s_layout .s_box:hover h3 .s_btn_2 {
    stroke-dashoffset: 0;
}
.s_layout .s_item.s_item_4 h3 span i,
.s_layout .s_item.s_item_4 h3 span svg {
    width: 30px;
    height: 30px;
}
.s_layout .s_item.s_item_4 h3 span {
    margin: 0 0 0 20px;
    right: 0;
    bottom: unset;
    top: -10px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
.s_layout .s_item.s_item_4:hover h3 span {
    top: 0;
}
.s_layout .s_item.s_item_4 .s_btn_3 {
    fill: none;
    stroke: #aaa;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.s_layout .s_item.s_item_4 .s_btn_4 {
    fill: none;
    fill-rule: evenodd;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: stroke-dashoffset 1s ease;
}
.s_layout .s_item.s_item_4:hover .s_btn_4 {
    stroke-dashoffset: 0;
}
.s_layout .s_item.s_item_5 h3 span {
    position: absolute;
    left: -80px;
    width: 58px;
    height: 58px;
    padding: 0;
    transform: rotate(180deg);
    top: 5px;
    transition: all 0.3s ease;
}
.s_layout .s_item.s_item_5 .s_box:hover h3 span,
.s_layout .s_item.s_item_6 .s_box:hover h3 span {
    top: -5px;
}
.s_layout .s_item.s_item_5 h3 span i,
.s_layout .s_item.s_item_6 h3 span i,
.s_layout .s_item.s_item_5 h3 span svg,
.s_layout .s_item.s_item_6 h3 span svg {
    width: 58px;
    height: 58px;
}
.s_layout .s_item.s_item_5 .s_btn_3,
.s_layout .s_item.s_item_6 .s_btn_3 {
    fill: none;
    stroke: #ddd;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.s_layout .s_item.s_item_5 .s_btn_4,
.s_layout .s_item.s_item_6 .s_btn_4 {
    fill: none;
    fill-rule: evenodd;
    stroke: #000;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: stroke-dashoffset 1s ease;
}
.s_layout .s_item.s_item_5 .s_box:hover .s_btn_4,
.s_layout .s_item.s_item_6 .s_box:hover .s_btn_4 {
    stroke-dashoffset: 0;
}
.s_layout .s_item.s_item_5 h3 span,
.s_layout .s_item.s_item_6 h3 span {
    position: absolute;
    left: -80px;
    width: 58px;
    height: 58px;
    padding: 0;
    transform: rotate(180deg);
    top: 5px;
    transition: all 0.3s ease;
}
.s_layout .s_item.s_item_1 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.s_layout .s_item.s_item_2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 895px;
    margin: 90px 0 0;
}
.s_layout .s_item.s_item_3 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 895px;
    margin: 174px 0 0;
}
.s_layout .s_item.s_item_3 {
    justify-content: flex-start;
}
.s_layout .s_item.s_item_2 .s_col:first-of-type {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -313px;
}
.s_layout .s_item.s_item_2 .s_col:last-of-type {
    max-width: 448px;
    display: flex;
    justify-content: flex-end;
}
.s_layout .s_item.s_item_3 .s_col:first-of-type {
    max-width: 448px;
    display: flex;
    justify-content: flex-start;
}
.s_layout .s_item.s_item_3 .s_col:last-of-type {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -313px;
}
.s_layout .s_item.s_item_4 {
    margin: 188px -24% 0;
} 
.s_layout .s_item.s_item_5 .s_box .s_pic img,
.s_layout .s_item.s_item_6 .s_box .s_pic img{
    animation: scale 10s ease-in-out forwards alternate;
}
.s_layout .s_item.s_item_4 .s_col:last-of-type {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.s_layout .s_item.s_item_4 .s_box {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.s_layout .s_item.s_item_4 .s_txt {
    margin: 0;
}
.s_layout .s_item.s_item_4 span {
    color: #fff;
}
.s_layout .s_item.s_item_4 h3 {
    color: #fff;
    left: 15px;
}
.s_layout .s_item.s_item_5,
.s_layout .s_item.s_item_6 {
    margin: 97px 0 0;
    display: flex;
    align-items: center;
    min-height: 279px;
}
.s_layout .s_item.s_item_6 {
    min-height: 650px;
    flex-direction: row-reverse;
}
.s_layout .s_item.s_item_5 .s_col:first-of-type {
    width: 35%;
}
.s_layout .s_item.s_item_6 .s_col:first-of-type {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -313px;
}
.s_layout .s_item.s_item_5 .s_col:first-of-type h3::before {
    content: '';
    position: absolute;
    top: -207px;
    left: -303px;
    width: calc(100% + 270px);
    height: calc(100% + 218px);
    background: #F7F7F7;
    z-index: -1;
}
.s_layout .s_item.s_item_6 .s_col:nth-of-type(2) h3::before {
    content: '';
    position: absolute;
    top: -207px;
    left: -303px;
    width: calc(100% + 270px);
    height: calc(100% + 218px);
    background: #F7F7F7;
    z-index: -1;
}
.s_layout .s_item.s_item_5 .s_col:last-of-type {
    position: absolute;
    right: -313px;
}
.s_layout .s_item.s_item_6 .s_col:last-of-type {
    position: absolute;
    width: 35%;
    }
.s_layout .s_item.s_item_5 .s_txt,
.s_layout .s_item.s_item_6 .s_txt {
    margin: 0;
}
.s_layout .s_item.s_item_5 h3,
.s_layout .s_item.s_item_6 h3 {
    margin: 0 0 50px;
}
@media screen and (max-width: 1440px){
    .s_layout .s_item.s_item_5 .s_col:first-of-type
    .s_layout .s_item.s_item_6 .s_col:first-of-type {
        width: 40%;
    }
    .s_layout .s_item.s_item_5 .s_col:last-of-type{
        right: -380px;
    }
    .s_layout .s_item.s_item_5 h3,
    .s_layout .s_item.s_item_6 h3 {
        width: fit-content;
    }
    .s_layout .s_item.s_item_5 h3 span,
    .s_layout .s_item.s_item_6 h3 span {
        position: relative;
        width: 30px;
        height: 30px;
        top: -10px;
        left: 20px;
    }
    .s_layout .s_item.s_item_5 h3 span i,
    .s_layout .s_item.s_item_6 h3 span i,
    .s_layout .s_item.s_item_5 h3 span svg,
    .s_layout .s_item.s_item_6 h3 span svg {
        width: 30px;
        height: 30px;
    }
    .s_layout .s_item.s_item_5 .s_box:hover h3 span,
    .s_layout .s_item.s_item_6 .s_box:hover h3 span {
        top: -20px;
    }
    .s_layout .s_item.s_item_5 .s_btn_3,
    .s_layout .s_item.s_item_6 .s_btn_3,
    .s_layout .s_item.s_item_5 .s_btn_4,
    .s_layout .s_item.s_item_6 .s_btn_4 {
        stroke-width: 2;
    }
}
@media screen and (max-width: 1330px){
    .s_layout .s_item span {
        font-size: 60px;
    }
    .s_layout .s_item h3 {
        color: #000;
        font-size: 40px;
    }
    .s_layout .s_item.s_item_1 {
        width: 100%;
        padding: 0 50px;
    }
    .s_layout .s_item.s_item_2,
    .s_layout .s_item.s_item_3 {
        justify-content: space-between;
        min-height: unset;
    }
    .s_layout .s_item.s_item_2 .s_col:last-of-type{
        width: 35%;
        max-width: unset;
        padding: 0 50px;
    }
    .s_layout .s_item.s_item_2 .s_col:first-of-type{
        position: relative;
        top: unset;
        bottom: unset;
        left: 0;
        right: unset;
        width: 65%;
    }
    .s_layout .s_item.s_item_3 .s_col:first-of-type {
        width: 35%;
        max-width: unset;
        padding: 0 50px;
    }
    .s_layout .s_item.s_item_3 .s_col:last-of-type {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: 0;
        width: 65%;
    }
    .s_layout .s_item.s_item_4 {
        margin-left: unset;
        margin-right: unset;
    }
    .s_layout .s_item.s_item_5 .s_col:first-of-type {
        width: 45%;
        padding: 0 50px;
    }
    .s_layout .s_item.s_item_6 .s_col:nth-of-type(2) {
        width: 45%;
        padding: 0 50px;
        position: relative;
    }
    .s_layout .s_item.s_item_5 .s_col:last-of-type{
        position: relative;
        right: unset;
        width: 55%;
    }
    .s_layout .s_item.s_item_6 .s_col:first-of-type {
        position: relative;
        right: unset;
        width: 55%;
        left: 0px;
    }
    .s_layout .s_item.s_item_6 {
        min-height: unset;
        display: flex;
        flex-direction: row;
    }
    .s_layout .s_item.s_item_5
    .s_layout .s_item.s_item_6 {
        margin: 80px 0 0;
        min-height: unset;
        align-items: flex-end;
    }
}
@media screen and (max-width: 1200px){ 
    .s_layout .s_item span {
        font-size: 50px;
    }
    .s_layout .s_item h3 {
        font-size: 35px;
    }
    .s_layout .s_item h3 span {
        bottom: 10px;
        width: 35px;
        height: 13px;
    }
    .s_layout .s_item h3 span i,
    .s_layout .s_item h3 span svg {
        width: 35px;
        height: 13px;
    }
    .s_layout .s_item.s_item_4 h3 span i,
    .s_layout .s_item.s_item_4 h3 span svg,
    .s_layout .s_item.s_item_4 h3 span {
        width: 25px;
        height: 25px;
    }
    .s_layout .s_item.s_item_5 h3 span i,
    .s_layout .s_item.s_item_5 h3 span svg,
    .s_layout .s_item.s_item_5 h3 span {
        width: 25px;
        height: 25px;
    }
    .s_layout .s_item.s_item_6 h3 span i,
    .s_layout .s_item.s_item_6 h3 span svg,
    .s_layout .s_item.s_item_6 h3 span {
        width: 25px;
        height: 25px;
    }
    .s_layout .s_item.s_item_1 {
        padding: 0 40px;
    }
    .s_layout .s_item.s_item_2 .s_col:first-of-type,
    .s_layout .s_item.s_item_3 .s_col:last-of-type {
        width: 60%;
    }
    .s_layout .s_item.s_item_2 .s_col:last-of-type,
    .s_layout .s_item.s_item_3 .s_col:first-of-type {
        width: 40%;
        max-width: unset;
        padding: 0 40px;
    }
    .s_layout .s_item.s_item_5 .s_col:first-of-type {
        padding: 0 40px;
    }
    .s_layout .s_item.s_item_6 .s_col:nth-of-type(2) {
        padding: 0 40px;
    }
    .s_layout .s_item.s_item_2,
    .s_layout .s_item.s_item_3,
    .s_layout .s_item.s_item_4,
    .s_layout .s_item.s_item_5,
    .s_layout .s_item.s_item_6 {
        margin: 62px 0 0;
    }
    .s_layout .s_item.s_item_6 .s_col:nth-of-type(2) h3::before {
    content: '';
    top: -138px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_item span {
        font-size: 40px;
    }
    .s_layout .s_item h3 {
        font-size: 30px;
    }
    .s_layout p {
        -webkit-line-clamp: initial;
        height: unset;
    }
    .s_layout .s_item.s_item_2 .s_col:first-of-type,
    .s_layout .s_item.s_item_3 .s_col:last-of-type{
        width: unset;
        display: none;
    }
    .s_layout .s_item.s_item_2 .s_col:last-of-type,
    .s_layout .s_item.s_item_3 .s_col:first-of-type {
        width: 100%;
        padding: 0 35px;
    }
    .s_layout .s_item.s_item_4{
        overflow: hidden;
    }
    .s_layout .s_item.s_item_4 .s_col:last-of-type {
        position: absolute;
        top: unset;
        bottom: 20px;
        transform: translate(-50%, 0);
    }
    .s_layout .s_item.s_item_5 {
        flex-direction: column;
    }
    .s_layout .s_item.s_item_6 {
       flex-direction: column-reverse;
       min-height: auto;
      }
    .s_layout .s_item.s_item_5 .s_col:first-of-type,
    .s_layout .s_item.s_item_6 .s_col:nth-of-type(2) {
        width: 100%;
        margin: 0 0 40px;
    }
    .s_layout .s_item.s_item_5 .s_col:last-of-type {
        width: 100%;
        right: -15px;
    }
    .s_layout .s_item.s_item_6 .s_col:first-of-type {
        width: 100%;
        left: -15px;
    }
    .s_layout .s_item.s_item_6 .s_col:nth-of-type(2) {
        width: 100%;
        position: relative;
    }
    .s_layout .s_item.s_item_5 .s_col:first-of-type h3::before,
    .s_layout .s_item.s_item_6 .s_col:nth-of-type(2) h3::before {
        display: none;
    }
    .s_layout .s_item.s_item_5 h3,
    .s_layout .s_item.s_item_6 h3 {
        margin: 0 0 8px;
    }
    .s_layout .s_item.s_item_5::before,
    .s_layout .s_item.s_item_6::before {
        content: '';
        position: absolute;
        top: -62px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100% + 62px);
        background: #F7F7F7;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_item.s_item_4 img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100% !important;
        max-width: inherit;
        display: block;
    }
}
/*------------ 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: 35px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #000;
    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% - 50px);
    vertical-align: middle;
    transition: all 0.3s ease;
}
.contact-editor .col a:hover {
    color: #000;
}
@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;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #000;
    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 .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}