@charset "utf-8";
.links{
    position: fixed;
    bottom: 2%;
    right: 10px;
    z-index: 10000; 
}
.links-fb{
    margin:10px 0 0 0px;
}
.links-line a img ,
.links-fb a img{
    width: 55px;
    height: 55px;
}
.links-line{
    margin:10px 0 0 0px;
}

.links-fb:hover{
   opacity:0.8
}
.links-line:hover{
   opacity:0.8
}

/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_top{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 50px;
}
.a_layout .a_top .a_text{
    position: absolute;
    box-sizing: border-box;
    padding: 50px;
    background: rgba(24,24,24,0.65);
    color: #CCCCCC;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.a_layout .a_top .a_title{
    position: relative;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.a_layout .a_top .a_title i{
    -webkit-text-stroke: 1px rgb(255, 255, 255, 0.3);
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-family: 'Oswald',serif;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    right: 0;
    font-style: unset;
}
.a_layout .a_top .a_title span{
    position: relative;
    font-family: 'Oswald',serif;
    letter-spacing: 0.2px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0;
}
.a_layout .a_top .a_title span::first-letter{
    color: #B40315;
}
.a_layout .a_top .a_title h2{
    position: relative;
    font-family: 'Oswald',serif;
    letter-spacing: 0.2px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: block;
    margin: 0;
}
.a_layout .a_top .a_title:after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #FF8891;
    margin: 30px 0 0;
    visibility: visible;
}
.a_layout .a_top h3{
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
.a_layout .a_middle{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.a_layout .a_middle .a_col:first-of-type{
    position: relative;
    width: 35%;
}
.a_layout .a_middle .a_col:last-of-type{
    position: relative;
    width: 65%;
}
.a_layout .a_middle .a_title{
    position: relative;
    margin: 50px 0 0;
}
.a_layout .a_middle .a_title i{
    -webkit-text-stroke: 1px rgb(180,3,21,.3)
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-family: 'Oswald',serif;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -30px;
    left: 0;
    font-style: unset;
}
.a_layout .a_middle .a_title span{
    position: relative;
    font-family: 'Oswald',serif;
    letter-spacing: 0.2px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1;
    color: #201813;
    display: block;
    line-height: 1;
    margin: 0 0 10px;
    padding-left: 130px;
}
.a_layout .a_middle .a_title span::first-letter{
    color: #880211;
}
.a_layout .a_middle .a_title h2{
    position: relative;
    color: #201813;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 3.5px;
    line-height: 1.2;
}
.a_layout .a_middle .a_title h2:after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #880211;
    margin: 15px 0;
    visibility: visible;
}
.a_layout .s_layout .s_bottom{
    width: auto;
}
.a_layout .s_layout .s_bottom .s_box:last-of-type{
    margin: 0;
}
.a_layout .a_bottom{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.a_layout .a_bottom .a_col:first-of-type{
    position: relative;
    width: 55%;
    padding-right: 15px;
}
.a_layout .a_bottom .a_col:last-of-type{
    position: relative;
    width: 45%;
    padding-left: 15px;
}
.a_layout .s_layout .s_top ul {
    margin: 0;
}
.a_layout .s_layout .s_top ul li+li {
    padding: 10px 0 0;
}
.a_layout .s_layout{
    padding: 0;
}
.a_layout .s_layout .s_bottom .s_box {
    margin: 0 24px 0 0;
}
@media screen and (max-width: 1280px){
    .a_layout .s_layout .s_bottom .s_box {
        /* padding: 15px; */
        margin: 0 15px 0 0;
    }
    .a_layout .a_top .a_title span,
    .a_layout .a_top .a_title h2,
    .a_layout .a_middle .a_title span{
        font-size: 40px;
    }
    .a_layout .a_top .a_title i {
        font-size: 50px;
        right: initial;
        left: 60px;
    }
    .a_layout .a_middle .a_title i{
        font-size: 50px;
    }
    .a_layout .a_top .a_text {
        padding: 30px;
        width: 60%;
    }
    .a_layout .a_middle .a_title span {
        padding-left: 80px;
    }
    .a_layout .a_middle .a_title h2{
        font-size: 22px;
    }
    .a_layout .a_middle .a_col:first-of-type{
        width: 30%;
    }
    .a_layout .a_middle .a_col:last-of-type{
        width: 70%;
    }
    .a_layout .a_bottom{
        align-items: flex-start;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_top h3{
        font-size: 18px;
    }
    .a_layout .a_top .a_text {
        padding: 30px 20px;
        position: relative;
        width: 100%;
        background: rgba(24,24,24,1);
    }
    .a_layout .a_top .a_title i{
        top: 48%;
        left: 125px;
    }
    .a_layout .a_middle{
        flex-direction: column;
        margin: 0 0 30px;
    }
    .a_layout .a_middle .a_col:first-of-type{
        width: 100%;
    }
    .a_layout .a_middle .a_col:last-of-type{
        width: 100%;
    }
    .a_layout .a_middle .a_title {
        margin: 0 auto 30px;
        text-align: center;
    }
    .a_layout .a_middle .a_title i {
        left: calc(50% - 150px);
    }
    .a_layout .a_middle .a_title span {
        padding-left: 0;
    }
    .a_layout .a_middle .a_title h2:after{
        margin: 15px auto;
    }
    .a_layout .s_layout .s_bottom .s_box {
        /* padding: 15px; */
        margin: 0 30px 0 0;
    }
    .a_layout .s_layout{
        padding: 0;
    }
    .a_layout .s_layout .s_top ul li+li {
        padding: 10px 0 0;
        font-size: 15px;
    }
    .a_layout .s_layout .s_top ul li span{
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .a_layout .s_layout .s_bottom{
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_bottom .a_col:first-of-type {
        position: relative;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_layout .a_bottom .a_col:last-of-type {
        position: relative;
        width: 100%;
        padding: 15px 0 0;
        max-width: 250px;
        margin: 0 auto;
    }
    .a_layout .a_bottom {
        flex-direction: column;
    }
    .s_layout .s_bottom .s_box {
        width: calc(100% / 2);
    }
    .a_layout .s_layout .s_bottom {
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .a_layout .s_layout .s_bottom .s_box,
    .a_layout .s_layout .s_bottom .s_box:last-of-type{
        margin: 15px;
    }
    .a_layout .a_top .a_title i{
       left: 125px;
    }
}
@media screen and (max-width: 480px){
    .a_layout .s_layout .s_bottom .s_box,
    .a_layout .s_layout .s_bottom .s_box:last-of-type{
        padding: 0 10px;
        height: 120px;
        width: 100px;
        margin: 8px;
    }
    .a_layout .a_top .a_title i{
        left: 100px;
    }
}
@media screen and (max-width: 360px){
    .a_layout .a_top .a_title i{
        left: initial;
        right: 0;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 30px;
}
.s_layout .s_top{
    position: relative;
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_top ul{
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}
.s_layout .s_top ul li{
    font-size: 18px;
}
.s_layout .s_top ul li+li{
    padding: 10px 0 0;
}
.s_layout .s_top ul li span{
    position: relative;
    color: #fff;
    background: #333333;
    font-family: 'Oswald',serif;
    margin-right: 20px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}
.s_layout .s_bottom{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 680px;
}
.s_layout .s_bottom .s_box{
    width: calc(100% / 4);
    margin: 0 26px 0 0;
    background: #fff;
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 15%);
    padding: 0 15px;
    height: 150px;
    width: 120px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.s_layout .s_bottom .s_box:hover{
    background: #880211;
}
.s_layout .s_bottom .s_box span{
    position: relative;
    color: #880211;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-family: 'Oswald',serif;
    margin: 0 0 11px;
    display: block;
    transition: all 0.3s ease;
}
.s_layout .s_bottom .s_box:hover span{
    color: #BFEFFF;
}
.s_layout .s_text{
    position: relative;
    display: flex;
    align-items: center;
}
.s_layout .s_text img{
    margin-right: 5px;
}
.s_layout .s_text h3{
    position: relative;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1.2;
    width: 100%;
    margin-left: 15px;
}
.s_layout .s_box:hover .s_text h3{
    color: #fff;
}
.s_layout .s_text .s_bpic{
    box-sizing: border-box;
    background: transparent;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.s_layout .s_box:hover .s_text .s_bpic{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.s_layout .s_bottom .s_box .s_pic1 {
    display: block;
    transition: all 0.3s ease;
}
.s_layout .s_bottom .s_box .s_pic2 {
    display: none;
    transition: all 0.3s ease;
}
.s_layout .s_bottom .s_box:hover .s_pic1 {
    display: none;
    transition: all .3s ease;
}
.s_layout .s_bottom .s_box:hover .s_pic2 {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all .3s ease;
}
.s_layout .s_bottom .s_box:last-of-type{
    margin: 0;
}
@media screen and (max-width: 1100px){
    .s_layout{
        padding: 0;
    }
    .s_layout .s_top ul{
        margin: 0 auto;
    }
    .s_layout .s_top ul li{
        font-size: 15px;
    }
    .s_layout .s_top ul li+li {
        padding: 10px 0 0;
    }
    .s_layout .s_bottom {
        position: relative;
        box-sizing: border-box;
        display: flex;
        width: auto;
        max-width: 700px;
        justify-content: center;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_top ul{
        max-width: 290px;
        margin: 0 auto;
    }
    .s_layout .s_top{
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_bottom {
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .s_layout .s_bottom .s_box,
    .s_layout .s_bottom .s_box:last-of-type {
        margin: 15px;
    }
    .s_layout .s_bottom{
        max-width: unset;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_text h3 {
        font-size: 16px;
        margin: 10px 0 0;
    }
    .s_layout .s_bottom .s_box span {
        font-size: 18px;
        margin: 0;
    }
    .s_layout .s_bottom .s_box,
    .s_layout .s_bottom .s_box:last-of-type {
        padding: 0 10px;
        height: 120px;
        width: 100px;
        margin: 8px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor{
    text-align: center;
}
.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: #D6DADE #D6DADE #D6DADE #D6DADE;
    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: 250px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #880211;
    text-decoration: underline;
}
/*------------ 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: #00b3db;
    margin: 0;
    font-weight: 500;
}
.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{
        float: none;
        padding: 15px 0;
    }
     .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@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: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
