
.fa_abtit h4{
    color: #333;
    font-size: var(--f36);
    margin-bottom: 20px;
}
.fa_abtit.fa_text_w h4{
    color:#fff;
}
.fa_abtit h2{
    color: var(--main-color);
    font-size:var(
    --f40);
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'satoshi', sans-serif;
    /* opacity: 0.2; */
    font-weight: 700;
}
.fa_abtit.fa_text_w h2{
    color:#fff;
}
.fa_abtit h6 span{
    display: inline-block;
    margin:2px;
    height:5px;
    border-radius:500px;
}

.fa_abtit h6 span:nth-child(1){
    background: var(--main-color);
    width:30px;
}

.fa_abtit.fa_text_w h6 span:nth-child(1){
    background: #fff;
}
.fa_abtit h6 span:nth-child(2){
    background:#f9cb25;
    width:10px;
}
.fa_abtit.fa_text_w *{
    color:#fff;
}
.fa_abtit{
    margin-bottom: 3vw;
}



/**/
.fa_Ab01{
    position: relative;
    overflow: hidden;
    /* padding-bottom:0; */
}
.fa_Ab01 .fa_pic{
    margin-top:-10vw;
}
.fa_Ab01 .fa_cnt{
	text-align:justify;
	line-height:2;
	color:#555;
}
.fa_Ab01 .fa_wrapper{
    position:relative;
}
.fa_jump {
    display: flex;
    justify-content: space-between;
}
.fa_jump dl{
    padding-left:1rem;
    position: relative;
}
.fa_jump dl:before{
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:5px;
    background: var(--main-color);
    border-radius:500px;
    
}
.fa_jump dt span{
    color:var(--main-color);
    font-family: 'Nunito', sans-serif;
    font-size: var(--f40);
    font-weight: 800;
    line-height: 1;
}

.fa_jump dt i{
    
    color:var(--main-color);
    font-family: 'Nunito', sans-serif;
    font-size:var(--f20);
    font-weight:600;
    line-height: 1; 
    
}
.fa_jump dd{
    font-size:16px;
    color:#333;
    margin-top:10px;
}
.fa_jump{
    margin-top:30px;
}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
    .fa_Ab01 .fa_cnt{
        font-size:14px;
    }
    .fa_jump {
        flex-wrap:wrap;
    }
.fa_jump dl{
    width:50%;
    margin-bottom:20px;
}
}

/**/
.fa_Ab02{background: #fff;}
.fa_Ab02 .fa_it .fa_Img{
    padding-bottom: 50%;
    border-radius: 20px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
}
.fa_Ab02 .fa_it .fa_tt{
    position:relative;
    padding-left:20px;
}
.fa_Ab02 .fa_it h3{
    color:#522e24;
    font-size:var(--f26);
    margin-top:10px;
    margin-bottom:30px;
    position:relative;
}

.fa_Ab02 .fa_it .fa_tt:before{
    content:"";
    left:0;
    bottom:0;
    top:0;
    position:absolute;
    width:4px;
    background:var(--main-color);
    border-radius:500px;
}
.fa_Ab02 .fa_it h5{
    color:var(--main-color);
    font-size:var(--f18);
}
.fa_Ab02 .fa_it p{
    font-size:16px;
    color:#777;
    font-weight:400;
    line-height:1.6;
}
@media screen and (min-width: 769px) {
    .fa_Ab02 .fa_it{
        display: flex;
        align-items: center;
        margin-top: 3vw;
    }
    .fa_Ab02 .fa_it:nth-child(even){
        flex-direction: row-reverse;
    }
    .fa_Ab02 .fa_it:nth-child(odd) .fa_left{
        padding-right:5vw;
    }
    .fa_Ab02 .fa_it:nth-child(even) .fa_left{
        padding-left: 5vw;
    }
    .fa_Ab02 .fa_it>div{
        width:50%;
    }
    
}
@media screen and (max-width: 768px) {
   .fa_Ab02 .fa_it{
       margin-top:40px;
   }
    .fa_Ab02 .fa_left{
        margin-bottom:20px;
    }
}

/**/
.fa_wh{
    background: url(../images/abbg001.jpg);
    background-attachment: fixed;
    position: relative;
}

.fa_wh .fa_abtit h2{
    color:var(--main2-color);
}
.fa_wh .fa_abtit h4{
    color:#fff;
}
.fa_wh .fa_it{
    background: #fff;
    border-radius:20px;
    padding: 2rem;
    text-align: center;
    transition:all 0.5s;
}

.fa_wh .fa_it:hover{
    background:rgba(0,66,121,0.8);
}
.fa_wh .fa_list{
    justify-content: space-between;
}
.fa_wh .fa_it h4 span{
    display: inline-block;
    width:50%;
    max-width:50px;
}

.fa_wh .fa_it h4 span img{
    width:100%;
    opacity:0.9;
    transition:all 0.5s;
}

.fa_wh .fa_it:hover h4 span img{
    transform:rotateY(180deg);
    filter: ;
}
.fa_wh .fa_it h6{
    color:#333;
    font-size:var(--f24);
    font-weight:400;
    margin-top: 30px; 
    margin-bottom: 20px;
    transition:all 0.5s;
}

.fa_wh .fa_it:hover h6{
    color:#fff;
}
.fa_wh .fa_it p{
    font-size:16px;
    color:#777;
    transition:all 0.5s;
}

.fa_wh .fa_it:hover p{
    color:rgba(255,255,255,0.8);
}
    .fa_wh .fa_it:hover img{
        filter:brightness(100);
    }
@media screen and (min-width: 769px) {
    .fa_wh .fa_it{
        width:calc((100% - 30px) / 4);
        margin-top:10px;
    }
}
@media screen and (max-width: 768px) {
    .fa_wh .fa_it{
        width:calc((100% - 10px) / 2);
        margin-top:10px;
        padding:20px 10px;
    }
      .fa_wh .fa_it p{
          font-size:14px;
      }
}

/**/
.fa_mb{
    background: #fef6ea;
    position: relative; 
}
.fa_mb .fa_list{
    display: flex;
    justify-content: center;
}
.fa_mb .fa_it h6 span{
    font-size: 3vw;
    font-family: 'Nunito', sans-serif;
    /* opacity: 0.2; */
    font-weight: 700;
}

.fa_mb .fa_it h6 i{
    color:#fff;
    font-size:2vw;
}
@media screen and (min-width: 769px) {
    .fa_mb .fa_it{
        width:30%;
        background: #e88a1a;
        position:relative;
        border-radius:500px;
    }
     .fa_mb .fa_it:nth-child(2){
         background:#f9a828;
         margin-left:-2vw;
     }
     .fa_mb .fa_it:nth-child(3){
         
         margin-left:-2vw;
     }
    .fa_mb .fa_it .fa_wrapbox{
        padding-bottom:100%;
        
    }
    .fa_mb .fa_it .fa_wrapbox>div{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        padding:1vw;
        text-align:center;
        width:100%;
    }
    
.fa_mb .fa_it{
    color:#fff;
    /* mix-blend-mode: hue; */
}
}
@media screen and (max-width: 768px) {
    
    .fa_mb .fa_it{
        width:auto;
    }
        
    .fa_mb .fa_list{
        justify-content:space-between;
    }
    
    
    .fa_mb .fa_it h6 {
        color:var(--main-color);
    }
    .fa_mb .fa_it h6 span{
        font-size:20px;
    }
    
    .fa_mb .fa_it h6 i{
        font-size:20px;
        
        color:var(--main-color);
    }
    .fa_mb .fa_it p{
        font-size:14px;
    }
}
/**/


/**/
.fa_Ab05{
    background: url(../images/abbg002.jpg);
    background-size: cover;
}
.fa_workswp .fa_swplist{
    position:relative;
}
.fa_workswp .fa_li{
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.fa_Ab05 .fa_li{
    
    padding: 5px; 
    background: linear-gradient(45deg, #bd9c63, #e8c361);
}
.fa_Ab05 .fa_li .fa_Img{
    padding-bottom: 69%;
    transition:all 0.5s;
}
.fa_Ab05 .fa_li{
	/* background: linear-gradient(#d9c28e,#d3b790); */
}
.fa_Ab06{
    background:linear-gradient(0deg,#0a162b,var(--main-color));
    position:relative;
}
.fa_Ab06:before{
    content:"";
    position:absolute;
    left:0;
    right: 0;
    height: 35%;
    bottom:0;
    background:#ecf3fe;
}
.fa_Ab06 .fa_li .fa_Img{
    padding-bottom: 60%;
    transition:all 0.5s;
}
@media screen and (min-width: 769px) {
    .fa_company .fa_grid{
        padding-top:5vw;
        padding-bottom:5vw;
    }
    .fa_workswp .fa_box_btn>div{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:50px;
        height:50px;
        z-index:5;
        font-size:20px;
        background:rgba(0,0,0,0.2);
        width:60px;
        height:60px;
    }
    .fa_workswp .fa_box_btn>div.fa_btn_l{
        left: -80px;
    }
     .fa_workswp .fa_box_btn>div.fa_btn_r{
        right: -80px;
    }
    
    .fa_Ab06 .fa_li {
        transform: scale(0.8);
        transition:all 0.8s;
    }
    .fa_Ab06 .swiper-slide-active .fa_li {
        transform: scale(1);
    }
}
@media screen and (max-width: 768px) {
  .fa_workswp  .fa_box_btn{
      text-align:center;
     margin-top:30px; 
  }
    .fa_workswp  .fa_box_btn>div{
        margin-right:15px;
        width:40px;
        height:40px;
        color:#333;
    }
}