@charset "utf-8";
@font-face {
    font-family: 'duoduofont'; /*朵朵手寫體*/
    src: url('font/duoduofont.woff2') format("woff2")
}
@font-face {
    font-family: 'ThePeakFontBeta'; /*隨峰體*/
    src: url('font/ThePeakFontBeta_V0_102.woff2') format("woff2")
}
/*------------ 首頁 服務項目 ------------*/
.index-service-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.index-service-list .box{
    width: 231px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
}
.index-service-list .pic {
    position: relative;
}
.index-service-list .pic .pic-ori{
    transition: all .3s ease;
    opacity: 1;
}
.index-service-list .pic .pic-hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .3s ease;
    opacity: 0;
}
.index-service-list .box:hover .pic-hover{
    opacity: 1;
}
.index-service-list .box:hover .pic-ori,
.index-service-list .box:hover .pic-hover{
    transform: scale(1);
}
.index-service-list .txt{
    padding: 10px 10px 5px;
    text-align: justify;
}
.index-service-list .name{
    color: #00265E;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}
.index-service-list .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
@media(max-width:1300px){
    .index-service-list .txt {
        padding: 10px 10px 5px;
    }
}
@media(max-width:1000px){
    .index-service-list {
        flex-wrap: wrap;
    }
    .index-service-list .txt {
        padding: 10px 0 10px;
    }
    .index-service-list .name {
        font-size: 15px;
    }
    .index-service-list .box {
        width: 150px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
}
/*------------ 首頁 HTML編輯器 本院優勢 ------------*/
[data-aos=fade-up] {
    opacity: 0 !important;
    transform: rotate(0deg) translateY(30px) translateX(30px) skewY(-2deg) !important;
}
[data-aos=fade-up].aos-animate {
    opacity: 1 !important;
    transform: rotate(0deg) translateY(0) translateX(0) skewY(0deg) !important;
}
[data-aos=fade-up2] {
    opacity: 0 !important;
    transform: rotate(0deg) translateY(30px) translateX(-30px) skewY(2deg) !important;
}
[data-aos=fade-up2].aos-animate {
    opacity: 1 !important;
    transform: rotate(0deg) translateY(0) translateX(0) skewY(0deg) !important;
}
.index-highlights .h-sect1{
    padding-top: 35px;
    padding-bottom: 35px;
}
.index-highlights .h-sect1 .row{
    display: flex;
}
.index-highlights .h-sect1 .col:nth-child(1){
    width: calc(100% - 766px);
    box-sizing: border-box;
    padding-right: 50px;
    display: flex;
    align-items: center;
}
.index-highlights .h-sect1 .col:nth-child(2){
    width: 766px;
    box-sizing: border-box;
}
.index-highlights .h-sect1 .pic img{
    border-radius: 40px;
}
.index-highlights .title-sub{
    color: #9F9992;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 2.5px;
}
.index-highlights  .h-sect1 .title {
    text-align: right;
}
.index-highlights  .h-sect1 .title span{
    line-height: 100px;
    font-size: 130px;
    letter-spacing: 3px;
    font-weight: 200;
    margin-bottom: 17px;
}
.index-highlights  .h-sect1 .title span:nth-child(3){
    margin-top: -10px;
    margin-bottom: 27px;
}
.index-highlights .t-1{
    color: #00275E;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 20px;
}
.index-highlights .t-1:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #F5EBDA;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-highlights .t-1 span{
    color: #E3B727;
    font-size: 66px;
    font-family: "Palatino Linotype", "Palatino", serif;
    line-height: 51px;
    display: inline-block;
    margin-left: 18px;
}
.index-highlights .t-2{
    color: #00275E;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 27px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 84px;
}
.index-highlights .h-sect4 .t-2{
    -webkit-line-clamp: 1;
    height: 45px;
}
.index-highlights .description{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 147px;
    text-align: justify;
}
.index-highlights .h-sect4 .description{
    -webkit-line-clamp: 4;
    height: 113px;
}
.index-highlights .h-sect2{
    padding-top: 35px;
    padding-bottom: 35px;
}
.index-highlights .h-sect2 .row{
    display: flex;
}
.index-highlights .h-sect2 .col:nth-child(1){
    width: calc(100% - 605px);
    box-sizing: border-box;
}
.index-highlights .h-sect2 .col:nth-child(2){
    width: 605px;
    box-sizing: border-box;
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.index-highlights .h-sect2 .row{
    min-height: 646px;
}
.index-highlights .h-sect2 .col{
    position: relative;
}
.index-highlights .h-sect2 .pic img{
    position: absolute;
    right: 0;
    top: 0;
    min-width: 1004px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.index-highlights .h-sect3{
    padding-top: 43px;
    padding-bottom: 35px;
}
.index-highlights .h-sect3 .row{
    display: flex;
}
.index-highlights .h-sect3 .col:nth-child(1){ 
    width: 560px;
    box-sizing: border-box;
    z-index: 1;
}
.index-highlights .h-sect3 .col:nth-child(2){
    width: calc(100% - 560px);
    box-sizing: border-box;
    padding-left: 60px;
}
.index-highlights .h-sect3 .row{
    min-height: 405px;
}
.index-highlights .h-sect3 .col{
    position: relative;
}
.index-highlights .h-sect3 .pic img{
    position: absolute;
    left: -148px;
    top: -186px;
    min-width: 1206px;
}
.index-highlights .h-sect4{
    background: url(../../../images/layout05/common/index/index-highlights-4.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-size: cover;
}
.index-highlights .h-sect4  .container{
    display: flex;
    justify-content: end;
    align-items: end;
    min-height: 620px;
}
.index-highlights .h-sect4 .txt{
    width: 748px;
    height: 313px;
    padding: 26px 49px;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#FFFFFF,#F3F1ED);
    border-radius: 30px;
}
.index-highlights .h-sect4 .t-1{
    margin-bottom: 15px;
}
.index-highlights .h-sect4 .t-2{
    margin-bottom: 10px;
}
@media(max-width:1440px){
    .index-highlights .h-sect1 .row {
        flex-direction: column;
    }
    .index-highlights .h-sect1 .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .index-highlights .h-sect1 .col:nth-child(2) {
        width: 100%;
    }
    .index-highlights .h-sect1 .title {
        text-align: center;
        margin-bottom: 25px;
    }
    .index-highlights .h-sect1 .title span:nth-child(3) {
        margin-top: 10px;
    }
    .index-highlights .h-sect1 .title span {
        margin-bottom: 24px;
    }
    .index-highlights .title-sub{
        margin-bottom: 20px;
    }
    .index-highlights .h-sect3 .pic img {
        left: -330px;
    }
}
@media(max-width:1000px){
    [data-aos=fade-up] {
        opacity: 0 !important;
        transform: rotate(0deg) translateY(30px) translateX(0) skewY(0deg) !important;
    }
    [data-aos=fade-up].aos-animate {
        opacity: 1 !important;
        transform: rotate(0deg) translateY(0) translateX(0) skewY(0deg) !important;
    }
    [data-aos=fade-up2] {
        opacity: 0 !important;
        transform: rotate(0deg) translateY(30px) translateX(0) skewY(0deg) !important;
    }
    [data-aos=fade-up2].aos-animate {
        opacity: 1 !important;
        transform: rotate(0deg) translateY(0) translateX(0) skewY(0deg) !important;
    }
    .index-highlights .h-sect1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .index-highlights .h-sect1 .title span {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }
    .index-highlights .h-sect1 .title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .index-highlights .h-sect1 .title span:nth-child(3) {
        margin-top: 3px;
        margin-bottom: 0;
    }
    .index-highlights .h-sect1 .pic img {
        border-radius: 15px;
    }
    .index-highlights .title-sub {
        margin-bottom: 0;
        font-size: 17px;
    }
    .index-highlights .h-sect2 .row {
        min-height: unset;
        flex-direction: column;
    }
    .index-highlights .h-sect2 .col:nth-child(1) {
        width: 100%;
        order: 2;
        max-width: 766px;
        margin-left: auto;
        margin-right: auto;
    }
    .index-highlights .h-sect2 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        display: block;
        order: 1;
        margin-bottom: 20px;
        max-width: 766px;
        margin-left: auto;
        margin-right: auto;
    }
    .index-highlights .h-sect2 .pic img {
        position: relative;
        min-width: unset;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-radius: 15px;
    }
    .index-highlights .t-1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .index-highlights .t-1 span {
        font-size: 53px;
        line-height: 53px;
        margin-left: 8px;
    }
    .index-highlights .t-2 {
        font-size: 22px;
        margin-bottom: 10px;
        display: block;
        height: unset;
    }
    .index-highlights .description {
        font-size: 14px;
        display: block;
        height: unset;
    }
    .index-highlights .h-sect2 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .index-highlights .h-sect3 {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .index-highlights .h-sect3 .row {
        min-height: unset;
        flex-direction: column;
    }
    .index-highlights .h-sect3 .col:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
        max-width: 766px;
        margin-left: auto;
        margin-right: auto;
    }
    .index-highlights .h-sect3 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .index-highlights .h-sect3 .pic img {
        position: relative;
        left: unset;
        right: -15px;
        top: 0;
        min-width: unset;
    }
    .index-highlights .h-sect4 .container {
        display: block;
        min-height: unset;
    }
    .index-highlights .h-sect4 .txt {
        width: 100%;
        height: unset;
        padding: 15px 20px 25px;
        border-radius: 15px;
        max-width: 766px;
        margin-left: auto;
        margin-right: auto;
    }
    .index-highlights .h-sect4 .t-2 {
        height: unset;
    }
    .index-highlights .h-sect4 .description {
        height: unset;
    }
    .index-highlights .h-sect4 {
        padding-top: 30px;
        padding-bottom: 30px;
        background-attachment: unset;
    }
}
/*------------ 首頁 關於我們 ------------*/
.index-about .pic-people{
    position: absolute;
    width: 1181px;
    height: 843px;
    left: calc(50% - 283px);
    top: 133px;
}
.index-about .pic-brand{
    position: absolute;
    width: 368px;
    height: 307px;
    left: calc(50% - 700px);
    top: 108px;
}
.index-about .txt{
    width: 580px;
    margin-top: 457px;
    z-index: 1;
    position: relative;
    left: -54px;
}
.index-about .txt .t-1{
    color: #00265E;
    font-size: 45px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "ThePeakFontBeta", sans-serif;
    font-weight: normal;
    letter-spacing: -2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
}
.index-about .txt .p-1{
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    color: #00265E;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 122px;
    font-weight: 600;
}
.index-about .txt .p-1 .p-break {
    display: block;
}
.index-about .about-btn{
    margin-top: 40px;
}
.index-about .about-btn a{
    display: inline-block;
    width: 137px;
    height: 43px;
    text-align: center;
    line-height: 46px;
    background: #FFF;
    border-radius: 30px;
    color: #00265E;
    transition: all .3s ease;
    font-size: 18px;
    letter-spacing: 1px;
    margin-right: 15px;
}
.index-about .about-btn a:hover{
    background: #E8CDA8;
}
@media(max-width:1440px){
    .index-about .pic-people {
        width: calc(100% - 450px);
        height: auto;
        top: 350px;
        bottom: 0;
        left: unset;
        right: 0;
    }
    .index-about .pic-brand {
        left: 50px;
    }
    .index-about .txt {
        left: 0;
    }
}
@media(max-width:1200px){
    .index-about{
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .index-about .txt {
        width: 100%;
        margin-top: 0;
        left: 0;
        order: 2;
        text-align: center;
        margin-bottom: 30px;
    }
    .index-about .pic-people {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        position: relative;
        order: 3;
        top: unset;
    }
    .index-about .pic-brand {
        left: 0;
        position: relative;
        top: 0;
        width: 250px;
        order: 1;
        height: 206px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    .index-about .txt .t-1 {
        font-size: 28px;
        margin-bottom: 15px;
        letter-spacing: -1px;
        display: block;
        height: unset;
    }
    .index-about .txt .p-1 {
        font-size: 16px;
        line-height: 1.6;
        display:block;
        height: unset;
        max-width: 355px;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
    }
    .index-about .txt .p-1 .p-break {
        display: none;
    }
    .index-about .about-btn {
        margin-top: 20px;
    }
    .index-about .about-btn a{
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}
/*------------ 內頁 關於我們 ------------*/
.page-about{
    max-width: 1016px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.page-about .a-1{
    margin-bottom: 130px;
}
.page-about .pic-1 img{
    border-radius: 10px;
}
.page-about .t-1{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 26px;
}
.page-about .t-1 .name{
    color: #00265E;
    font-size: 30px;
    margin: 0;
    margin-top: 16px;
    line-height: 1;
}
.page-about .t-1:before{
    content: "";
    background: #ECD9B9;
    width: 66px;
    height: 4px;
    position: absolute;
    left: calc(50% - 33px);
    bottom: 0;
}
.page-about .p-1{
    color: #767067;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 20px;
}
.page-about .p-2{
    color: #767066;
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 40px;
}
.page-about .p-2 span{
    color: #CC9437;
}
.page-about .pic-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.page-about .pic-row img{
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.page-about .t-2{
    color: #00265E;
    font-size: 45px;
    margin: 0;
    margin-bottom: 17px;
    line-height: 1.3;
    font-family: "duoduofont", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}
.page-about .feature-list{
    display: flex;
}
.page-about .feature-list .box{
    position: relative;
    text-align: center;
    width: 160px;
}
.page-about .feature-list .box:after{
    content: "";
    width: 206px;
    height: 206px;
    position: absolute;
    left: calc(50% - 103px);
    top: 38px;
    z-index: -1;
    border: 1px solid #F3E9D6;
    border-radius: 50%;
}
.page-about .feature-list .box .ft-1{
    font-family: "Palatino Linotype", "Palatino", serif;
    color: #E7CCA7;
    font-size: 80px;
    line-height: 1.3;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}
.page-about .feature-list .box .ft-2{
    color: #00265E;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.page-about .feature-list .box .ft-3{
    font-family: "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #D8AD74;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.page-about .a-2 .row{
    display: flex;
}
.page-about .a-2 .col:nth-child(1){
    width: 45%;
    box-sizing: border-box;
    padding-right: 18px;
}
.page-about .a-2 .col:nth-child(2){
    width: 55%;
    box-sizing: border-box;
    padding-left: 34px;
}
.page-about .t-3{
    color: #00265E;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 0;
    width: 113px;
    height: 55px;
    text-align: center;
    padding-top: 9px;
    margin-bottom: 10px;
}
.page-about .t-3:before{
    content: "";
    background: url(../../../images/layout05/common/about/talk-icon.svg) no-repeat;
    position: absolute;
    width: 113px;
    height: 55px;
    left: 0;
    top: 0;
    z-index: -1;
}
.page-about .p-3{
    color: #767066;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 13px;
    margin-top: 0;
}
.page-about .target{
    display: flex;
    margin-bottom: 30px;
}
.page-about .tar-num{
    font-family: "Palatino Linotype", "Palatino", serif;
    font-size: 50px;
    color: #E7CCA7;
    line-height: 45px;
    width: 47px;
}
.page-about .tar-txt{
    font-size: 16px;
    color: #767066;
    line-height: 1.3;
    padding-top: 3px;
    width: calc(100% - 47px);
}
.page-about .tar-txt div{
    line-height: 1.7;
}
.page-about .tar-txt span{
    font-weight: 900;
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
}
.page-about .tar-txt span:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #767066;
    position: absolute;
    right: -29px;
    top: 7px;
}
.page-about .a-2 .pic-1{
    margin-top: 20px;
    margin-bottom: 50px;
}
.page-about .t-4{
    color: #00265E;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.page-about .t-4.mt1{
    margin-top: 30px;
}
.page-about .bottom-title{
    color: #00265E;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    text-align: center;
    margin-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 2px;
}
.page-about .bottom-title:before{
    content: "";
    background: url(../../../images/layout05/common/about/dot-icon-1.svg) no-repeat;
    position: absolute;
    width: 36px;
    height: 32px;
    left: 0;
    top: -6px;
    z-index: -1;
}
.page-about .bottom-title:after{
    content: "";
    background: url(../../../images/layout05/common/about/dot-icon-2.svg) no-repeat;
    position: absolute;
    width: 36px;
    height: 32px;
    right: 0;
    top: -6px;
    z-index: -1;
}
@media(max-width:1200px){
    .page-about .feature-list .box .ft-2 {
        font-size: 22px;
    }
    .page-about .feature-list .box .ft-3 {
        font-size: 16px;
    }
    .page-about .feature-list .box .ft-1 {
        font-size: 60px;
        margin-bottom: 8px;
    }
    .page-about .bottom-title{
        margin-top: 30px;
        font-size: 19px;
    }
    .page-about .a-1 {
        margin-bottom: 120px;
    }
}
@media(max-width:760px){
    .page-about .t-1 .name {
        font-size: 23px;
    }
    .page-about .p-1 {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
    .page-about .pic-row {
        margin-bottom: 20px;
    }
    .page-about .p-2 {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .page-about .t-2 {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    .page-about .feature-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-about .feature-list .box{
        margin-bottom: 20px;
    }
    .page-about .feature-list .box .ft-2 {
        font-size: 20px;
    }
    .page-about .feature-list .box:after {
        width: 150px;
        height: 150px;
        left: calc(50% - 75px);
        top: 18px;
    }
    .page-about .feature-list .box .ft-1 {
        font-size: 60px;
        line-height: 60px;
    }
    .page-about .a-1 {
        margin-bottom: 60px;
    }
    .page-about .a-2 .row {
        flex-direction: column;
    }
    .page-about .a-2 .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .page-about .a-2 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .page-about .p-3 {
        margin-bottom: 10px;
    }
    .page-about .a-2 .pic-1 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .page-about .bottom-title {
        margin-top: 10px;
        font-size: 15px;
    }
    .page-about .bottom-title:before,
    .page-about .bottom-title:after {
        width: 22px;
        background-size: contain;
    }
}
/*------------ about-editor ------------*/
.about-editor-layout .row{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-editor-layout .col{
    display: table-cell;
    vertical-align: middle;
}
.about-editor-layout .col1{
    padding-right: 25px;
}
.about-editor-layout .col2{
    border: 1px solid #ddd;
    border-width: 0 0 0 1px;
    width: 370px;
    text-align: center;
    padding: 0 15px;
}
.about-editor-layout.newtwo{
    max-width: 750px;
    margin: -180px 0 0 0;
    background:#fff;
    position: relative;
    float: right;
    padding: 65px 0 0 70px;
}
.about-editor-layout.newtwo:before{
    content: '';
    display: block;
    position: absolute;
    left: -100px;
    bottom: 7px;
    background: url(../../../images/layout05/common/about/pic_3.png)no-repeat;
    width: 330px;
    height: 360px;
    z-index: 1;
}
.about-editor-layout.newtwo .boxing{
    position: relative;
    display: flex;
}
.about-editor-layout.newtwo .boxing span{
    width: 21%;
    font-size: 32px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 100;
    line-height: 1.2em;
}
.about-editor-layout.newtwo .boxing span:after{
    content: '';
    background: #000;
    width: 59px;
    height: 1px;
    top: 16px;
    margin-left: 45px;
    display: inline-block;
    position: absolute;
}
.about-editor-layout.newtwo .boxing p{
    margin: 0px;
    padding-top: 5px;
    color: #202020;
    font-size: 15px;
    padding: 0px;
    line-height: 1.75em;
    max-width: 500px;
    margin-left: 110px;
}
/*------------ service-editor ------------*/
.s_title{
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt{
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child{
    margin-bottom: 0px;
}
.service-editor .row_{
    margin-bottom: 40px;
}
.service-editor .row_ .col1{
    width: 40%;
}
.service-editor .row_ .col2{
    width: 60%;
    padding:0px 30px;
}
/*------------ contact-editor ------------*/
.contact-map{
    margin-bottom: 35px;
}
.contact-map iframe{
    position: relative;
    height: 300px;
    margin-bottom:0px;
    width: 100%;
    box-sizing: border-box;
    border: 8px solid #f0efe9;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #bcaa87;
    border-radius:50%;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin: 15px auto 15px;
    display: block;
    text-align: center;
}
.contact-info-txt i:before{
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}
.contact-editor{
    text-align: left;
}
.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;
}
.info_box_c{
    border:solid 1px #BDBEC1;
    padding:25px;max-width:100%;
    box-sizing:border-box;
    display:inline-block;
    margin-top: 10px;
}
.contact-editor .col iframe{
    width: 100%;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    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 .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-size: 18px;
    color: #00265E;
    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{
        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: 1000px){
    /*---------about-editor---------*/
    .about-editor-layout.newtwo{
        margin: 0px;
        background: url(../../../images/layout05/common/about/pic_3.jpg)right bottom no-repeat;
        position: relative;
        float: none;
        padding: 0px 0 230px 0px;
    }
    .about-editor-layout.newtwo .boxing{
        display: block;
    }
    .about-editor-layout.newtwo .boxing span{
        width: 100%;
        font-size: 22px;
    }
    .about-editor-layout.newtwo .boxing span:after{
        top: 12px;
        margin-left: 35px;
    }
    .about-editor-layout.newtwo .boxing p{
        margin: 0px;
        padding-top: 5px;
        padding: 0px;
        max-width: 100%;
        margin: 10px 0px;
    }
    .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;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
        height: auto;
        overflow: hidden;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col{
        border-bottom: solid 1px #eee;
    }
    .contact-editor .col  + .col{
        border-top: 1px solid #D1D1CF;
        border-width: 1px 0 0;
        
    }
    .contact-editor .col:last-child{
        border-bottom: none;
    }
    .contact-info-txt i{
        left: 0;
        margin: 0px 12px 0 0;
        display: inline-block;
        float: left;
        vertical-align: middle;
    }
    .contact-info-txt{
        width: 100%;
        max-width: inherit;
        text-align: left;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1000px){
    .about-editor-layout.newtwo:before{
        display: none;
    }
    .about-editor-layout.newtwo {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
