/*title*/

.fa_htitle.fa_text_w * {
    color: #fff;
    /* font-weight: 300; */
}
.fa_ddo{
    margin-bottom:20px;
}
.fa_ddo span{
    display: inline-block;
    position: relative;
}
.fa_ddo span i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(31,66,135,0.1);
    transform: rotate(45deg) skew(10deg, 10deg);
    border-radius: 2px;
}
.fa_text_w .fa_ddo span i{
    background:rgba(255,255,255,0.2);
}
.fa_ddo span i:nth-child(1){
    margin:0;
}
.fa_ddo span i:nth-child(2){
    animation:ddoi 2s linear infinite;
}
.fa_ddo span i:nth-child(3){
    animation:ddoi 2s linear infinite;
}
@keyframes ddoi{
    0%{
      margin-left:-5px;

      }
    50%{
 margin-left:-15px;

    }
    100%{
        margin-left:-5px;

    	}
	}
.fa_htitle {
    margin-bottom: 4vw;
}

.fa_htitle h2 {
    font-size: var(--f50);
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;
    font-family:
    'd-din-condensed-bold', sans-serif;
    /* display: block; */
    line-height: 0.8;
}

.fa_htitle h4 {
    margin-top: 20px;
    color: var(--tit-color);
    font-size: var(
    --f30);
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'Kanit', sans-serif; */
}


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}
.fa_Home .fa_hBanner .swiper-slide{
    
    overflow: hidden;
}
.fa_Home .fa_hBanner .fa_li {
    background: #000;
    overflow: hidden;
    position: relative;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: left;
    transition: all 0.5s;
    top: 40%;
    right: 0;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
    text-align: center;
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: var(--f30);
    text-transform: uppercase;
    /* font-family: 'Kanit', sans-serif; */
    opacity: 0;
    transform: translateY(30px);
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;
    max-width: 520px;
    line-height: 1.5;
    font-weight: 400;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: 3.2vw;
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    text-transform: uppercase;
    /* text-shadow: 2px 3px 10px rgba(0,0,0,0.3); */
    /* position: absolute; */
    text-shadow:1px 1px 10px rgba(0,0,0,0.4);
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f30);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 1.5vw;
    color: #fff;
    position: relative;
    text-shadow:1px 1px 10px rgba(0,0,0,0.4);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;

    transform: translateY(-0%);
    transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;

    transform: translateY(-0%);
    transition: all 0.8s 0.6s;
}
.fa_Home .fa_hswp2_btn>div{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:5vw;
    height:5vw;
    display:flex;
    color:#fff;
    z-index:10;
    opacity:1;
    
}
.fa_Home .fa_hswp2_btn .fa_btn_l {
    left: 0;
}

.fa_Home .fa_hswp2_btn .fa_btn_r {
    right: 0;
}

.fa_Home .fa_hBanner .fa_hswp_page {
    position: absolute;
    left: 0;
    right:0;
    bottom: 10%;
    z-index: 10;
    text-align: center;
}
 
.fa_Home .fa_hBanner .fa_hswp_page span{
    display: inline-block;
    width: 50px;
    height: 3px;
    background:rgba(255,255,255,0.2);
    opacity: 1;
    transition:all 0.5s;
    border-radius: 0;
    margin: 0 5px;
}
.fa_Home .fa_hBanner .fa_hswp_page span.swiper-pagination-bullet-active{
    opacity:1;
    background:#fff;
}

@media screen and (max-width: 768px) {
.fa_Home .fa_hBanner .fa_tit {
    top:30%;
}
    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: var(--f20);
    }

    .fa_Home .fa_hBanner .fa_tit h4 {
        font-size: 14px;
    }

    .fa_htitle .fa_tt_span {
        display: none;
    }

    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        min-height: 300px;
        object-fit: cover;
        height: auto;
    }

}

/**/
.fa_hPro {
  position:relative;
}

.fa_hPro .fa_swplist .fa_li{
}
.fa_hPro .fa_swplist .fa_Img{
    padding-bottom:100%;
}
.fa_hPro .fa_swplist .fa_li h6{
    font-size: var(--f36);
    font-weight:600;
 transition:all 0.2s;
 transform:translateY(30px);
 opacity:0;
}

.fa_hPro .fa_swplist .swiper-slide-active .fa_li h6{
  transform:translateY(0);
 opacity:1;
 transition:all 0.5s 0.6s;
}
.fa_hPro .fa_swplist .fa_li .fa_sum{
    font-size:16px;
    font-weight: 400;
    color:#666;
    margin-top: 20px;
    margin-bottom: 2vw;
    transition:all 0.2s;
    transform:translateY(50px);
    opacity:0;
}
.fa_hPro .fa_swplist .swiper-slide-active .fa_li .fa_sum{
  transform:translateY(0);
 opacity:1;
 transition:all 0.5s 0.7s;
}
.fa_hPro .fa_swplist .fa_li .fa_More{
  transition:all 0.2s;
 transform:translateY(50px);
 opacity:0;
}
.fa_hPro .fa_swplist .swiper-slide-active .fa_More{
   transform:translateY(0);
 opacity:1;
 transition:all 0.5s 0.8s;
}
.fa_hPro .fa_it{
    font-size:var(--f20);
    color:#999;
}

.fa_hPro .fa_swplist .fa_pic img{
    width:100%;
    filter: drop-shadow(2px 2px 15px rgba(12,17,0,0.2));
    transition:all 0.3s;
    transform:scale(0.7) translateX(-60px);
    opacity:0;
}

.fa_hPro .fa_swplist .swiper-slide-active  .fa_pic img{
  opacity:1;
 
 transform:scale(1) translateX(-0);
 transition:all 0.8s 0.8s;
}
.fa_hPro .fa_list2_btn{
    display:flex;
    align-items:center;
}
.fa_hPro .fa_list2_btn .fa_btn_l{
    color:#a3b5b9;
    font-size:20px;
    cursor:pointer;
}
.fa_hPro .fa_list2_btn .fa_btn_r{
    color:#a3b5b9;
    font-size:20px;
    cursor:pointer;
}
.fa_hPro .fa_list2_btn .fa_line{
    width:120px;
    height:2px;
    background:#c9d4d6;
    border-radius:500px;
    display:block;
    position:relative;
    margin:0 20px;
}
.fa_hPro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:var(--main-color);
}
@media screen and (min-width: 769px) {
     
.fa_hPro {
  position:relative;
  background: url(../images/probg.jpg) no-repeat center;
    background-size:cover;
}
    .fa_hPro .fa_swplist{
        width:100%;
        position:relative;
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
.fa_hPro .fa_htitle{
    margin-bottom:0;
}
.fa_hPro .fa_swplist {
    margin-top: -5vw;
}

    .fa_hPro .fa_swplist .fa_swp_img{
        /* width: calc(100% - 200px); */
        /* padding-right: 8vw; */
    }
 
    .fa_hPro .fa_swplist .fa_li{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    } 
    
    .fa_hPro .fa_swplist .fa_li .fa_left{
        width: 40%;
        padding-right: 5vw;
        padding-bottom: 5vw;
    }
    
    .fa_hPro .fa_swplist .fa_li .fa_right{
        width: 50%;
        padding-right: 10%;
    }
    .fa_hPro .fa_swplist .fa_swp_tit .swiper-wrapper{
     flex-wrap:wrap;
      
    }
    .fa_hPro .fa_swplist .fa_li .fa_right .fa_pic img{
        max-height:550px;
        object-fit:contain;
        
    }
    
 
}

@media screen and (max-width: 768px) {
 .fa_hPro .fa_swplist .fa_pic{
  width:80%;
  margin:auto;
 }
 .fa_hPro .fa_swplist .fa_li{
  margin-top:30px;
 }
    .fa_hPro .fa_swplist .fa_li .fa_left{
        text-align:center;
    }
    .fa_hPro .fa_swplist .fa_li .fa_More a{
        margin-left:auto;margin-right:auto;
    }
  .fa_hPro .fa_list2_btn{
   text-align:center;
   margin-top:30px;
  }
 
  .fa_hPro .fa_list2_btn>div{
   display:inline-block;
   color:#999;
   padding:0 20px;
   font-size:20px;
  }
 
  .fa_hPro .fa_list2_btn>div.fa_btn_l{
   /* border-right:#ddd solid 1px; */
  }
 .fa_hPro .fa_list2_btn{
  display: flex;
  justify-content: center;
 }
    .fa_hPro .fa_swplist .fa_li .fa_sum{
        font-size:14px;
    }
}

/**/

   .fa_hAbout .fa_sum{
       font-size:16px;
       color:#fff;
       opacity: 0.8;
       margin-bottom:2vw;
       line-height: 2;
   }

.fa_hAbout .fa_More a:before{
    width:100%;
    background:var(--main2-color);
}

.fa_hAbout .fa_More a:hover:before{
    
    background:var(--main-color);
}
.fa_hAbout .fa_More a>*{
    transform:translateX(0);
}
.fa_hAbout .fa_jump{
    margin-bottom:3vw;
  justify-content:space-between;  
}
.fa_hAbout .fa_jump dl{
    position:relative;
}
.fa_hAbout .fa_jump dl>*{
    position:relative;
}

.fa_hAbout .fa_jump dl dt span{
    font-size: 3.5vw;
    font-family: "d-din-condensed-bold", sans-serif;
    color:#fff;
    line-height: 1;
    text-shadow:3px 2px 5px rgba(0,255,255,0.8);
}
.fa_hAbout .fa_jump dl dt i{
    font-size:1.5vw;
    color:#fff;
    margin-left:10px;
    font-weight:500;
}
.fa_hAbout .fa_jump dl dd{
    font-size:16px;
    color:#fff;
    font-weight:600;
    
}
@media only screen and (min-width: 769px) {
    .fa_hAbout{
    background: url(../images/ab.jpg) no-repeat left center /cover;
}
    .fa_hAbout .fa_wrapbox{
        width: 55%;
        margin:0 0 0 auto;
    }
    
.fa_hAbout .fa_jump dl:before{
    content:"";
    width:5vw;
    height:5vw;
    position:absolute;
    background:linear-gradient(rgba(0,255,255,0.1),transparent);
    left:-30%;
    top:-20%;
    border-radius:500px;
    border-top:#00ffff solid 1px;
    transform:rotate(-45deg);
}
}
@media only screen and (max-width: 768px) {  
    .fa_hAbout{
    background: #0174ad;
    }
    .fa_hAbout .fa_sum{
        font-size:14px;
        line-heght:1.5;
        margin:30px 0;
        
    }
    .fa_hAbout .fa_jump dl{
        width:50%;
        margin-bottom:30px;
    }
    
.fa_hAbout .fa_jump dl dt span{
    font-size:30px;
}
}
 

/**/
.fa_hCase{
    background: linear-gradient(45deg,#010206,#011c41);
    position:relative;
    overflow:hidden;
}
.fa_hCase .fa_sum{
    font-size:var(--f18);
    color:#fff;
    line-height:2;
}
.fa_hCase .fa_wrapper{
    position:relative;
    z-index: 3;
}
.fa_hCase .img canvas{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    mix-blend-mode: exclusion;
}
.fa_hCase .swiper-slide{
    overflow: hidden;
}
.fa_hCase .fa_li{
    width: 50%;
    margin: auto;
    position: relative;
    opacity: 0;
    padding: 80px 0;
    opacity: 0;
    transition:all 0.5s;
}
.fa_hCase .fa_li .fa_tit{
    position: absolute;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
}
.fa_hCase .fa_li .fa_tit h3{
    
    font-size: var(--f24);
}

.fa_hCase .swiper-slide-active .fa_li{
    opacity: 1;
    
}
 
.fa_hCase .fa_li .fa_pic{
    position: relative;
    overflow:hidden;
    border-radius:500px;
    /* padding: 5vw; */
}
.fa_hCase .fa_li .fa_pic .fa_more {
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    bottom: 15%;
    transform:translateY(100%);
    opacity: 0;
    transition:all 0.5s;
}

.fa_hCase .fa_li:hover .fa_pic .fa_more {
    
    transform:translateY(0%);
    opacity: 1;
}
.fa_hCase .fa_li .fa_pic .fa_more a{
    display: inline-block;
    background:var(--main2-color);
    color:#fff;
    padding: 0 30px;
    font-size:14px;
    line-height: 40px;
    border-radius:500px;
    box-shadow: 0px 10px 60px 0px rgba(230, 0, 18, 0.7);
    /* opacity: 0; */
}

.fa_hCase .fa_li .fa_pic .fa_Img{
    padding-bottom: 100%;
}
.fa_hCase .fa_swplist {
    position:relative;
    /* padding: 10% 0; */
}
.fa_hCase .fa_list2_btn>div{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:rgba(255,255,255,0.3);
    font-size:20px;
    color:#011b31;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:500px;
    cursor:pointer;
    z-index: 5;
}

.fa_hCase .fa_list2_btn>div.fa_btn_l{
    left:0;
}

.fa_hCase .fa_list2_btn>div.fa_btn_r{
    right:0;
}
.img-block {display: block;width: 100%;height: auto;}
.index-solution-right-yuan {position: absolute;width: 60%;margin: auto;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.yuanhuan1 {width: 100%;top: 50%;left: 50%;position: absolute;transform: translate(-50%,-50%);animation:turnrotate 20000ms linear infinite;}
.yuanhuan2 {width: 84%;top: 50%;left: 50%;position: absolute;transform: translate(-50%,-50%);animation:turnrotate2 20000ms linear infinite;}
@keyframes turnrotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);}25%{-webkit-transform:translate(-50%,-50%) rotate(90deg);}50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);}75%{-webkit-transform:translate(-50%,-50%) rotate(270deg);}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);}}
@keyframes turnrotate2{0%{-webkit-transform:translate(-50%,-50%) rotate(360deg);}25%{-webkit-transform:translate(-50%,-50%) rotate(270deg);}50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);}75%{-webkit-transform:translate(-50%,-50%) rotate(90deg);}100%{-webkit-transform:translate(-50%,-50%) rotate(0deg);}}
.fa_hCase .fa_More{
    margin-top:3vw;
}
.fa_hCase .fa_More a:before{
    width:100%;
    background:var(--main2-color);
}
.fa_hCase .fa_More a>*{
    transform:translateX(0);
}

.fa_hCase .fa_More a:hover:before{
    background:var(--main-color);
}
@media only screen and (min-width: 769px) { 
    .fa_hCase .fa_wrapper{
        display: flex;
        align-items:center;
        position:relative;
    }
    .fa_hCase .fa_left{
        width: 40%;
        position:relative;
        padding-right:10%;
    }
    
    .fa_hCase:before{
        content:"";
        left: 0;
        top: 0;
        bottom: 0;
        /* right:70%; */
        background-color:rgba(31,66,135,0.6);
        background-size:auto 100%;
        background-image: url(../images/casebg.jpg);
        position:absolute;
        background-position: center;
        width: 30%;
        z-index: 1;
    }
    
    .fa_hCase:after{
        content:"";
        left: 0;
        top: 0;
        bottom: 0;
        /* right:70%; */
        background-color: rgba(0,50,121,0.7);
        width: 30%;
        z-index: 2;
        position: absolute;
    }
    .fa_hCase .fa_right{
        width: 60%;
    }
}
@media only screen and (max-width: 768px) {  
    .fa_hCase .fa_left{
        width:100%;
        text-align:center;
    }
    .fa_hCase .fa_right{
        width:100%;
    }
    .fa_hCase .fa_li{
        width:80%;
    }
    .fa_hCase .fa_li .fa_tit {
        font-size:16px;
    }
} 


/**/
.fa_hNews{background: linear-gradient(transparent,#d8eaf4);}
.fa_hNews .fa_li {
    position:relative;
}

.fa_hNews .fa_li:before{
    content:"";
    bottom:0;
    left:0;
    width:0;
    background:var(--main-color);
    height:1px;
    transition:all 0.5s;
    position:absolute;
    display: block;
}

.fa_hNews .fa_li:hover:before{
    width:100%;
}
.fa_hNews .fa_li .fa_Img{
    padding-bottom:60%;
}
.fa_hNews .fa_li .fa_cnt{
    padding:var(--f24) 0;
    border-bottom:#ddd solid 1px;
}
.fa_hNews .fa_li .fa_data{
    font-size: 16px;
    color:#999;
    font-family: "Antonio-Regular";
}
.fa_hNews .fa_li .fa_tit{
    font-size:var(--f24);
    color:#000;
    line-height:2;
    height:48px;
    text-overflow:-o-ellipsis-lastline;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
line-clamp:2;
-webkit-box-orient:vertical;
margin:var(--f24) 0;

    
}
.fa_hNews .fa_li .fa_link{
    font-size:16px;
} 
 
.fa_hNews .fa_li .fa_link span{
    color:#999;
 margin-right:5px;
}

.fa_hNews .fa_li .fa_link{
        color:var(--main-color);
}
@media screen and (min-width: 769px) {
 
.fa_hNews .fa_li{
    margin-bottom:0;
}
 
}

@media screen and (max-width: 768px) {
 .fa_hNews .fa_li{
   width:100%;
  margin:20px 0 0;
 }
  .fa_hNews .fa_li .fa_data{
   font-size:12px;
  }
 .fa_hNews .fa_li .fa_tit{
    font-size:16px;
    color:#000;
    height:48px;
  line-height:24px;
    margin:10px 0;
    
        
    }
 .fa_hNews .fa_li .fa_link{
    font-size:14px;
}

}
/**/ 
.fa_hService {
    background:#eef5fa; 
}
.fa_hService .fa_li{
    position: relative; 
}

.fa_hService .fa_li img{
    width:100%;
}

.fa_hService .fa_li .fa_tit{
    position: absolute;
    left:3vw;
    top:3vw;
    min-width:40%;
    
}

.fa_hService .fa_it1 .fa_tit{
    padding:2vw;
    background:#fff;
    padding-bottom:4vw;
    transition:all 0.5s;
}
.fa_hService .fa_li .fa_link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    height:50px;
    width:50px;
}
.fa_hService .fa_li .fa_link i{
    position: relative;
    display: inline-block;
}
.fa_hService .fa_it1 .fa_link{
    position: absolute;
   background:var(--main-color);
    font-size:14px;
    left:2vw;
    bottom:-25px;
}
.fa_hService .fa_it2 .fa_link{
    position: absolute;
    font-size:18px;
    left:3vw;
    
    bottom:2vw;
    border:rgba(255,255,255,0.5) solid 2px;
    border-radius:500px;
    transform:rotate(-45deg);
    transition:all 0.5s;
}

.fa_hService .fa_it2:hover .fa_link{
    background:#fff;
    color:var(--main-color);
    
    transform:rotate(0deg);
}
.fa_hService .fa_it1 .fa_link:before{
    content:"";
    left:0;
    width:0;
    position: absolute;
    background:var(--main2-color);
    top:0;
    bottom:0;
    transition:all 0.5s;
}

.fa_hService .fa_it1:hover .fa_link:before{
    width:100%;
}
.fa_hService .fa_it1 .fa_tit h3{
    color:var(--main-color);
    font-size: var(--f30);
}


.fa_hService .fa_it1 .fa_tit p{
    color:#999;
    font-size:14px; 
    margin-top:15px;
}

.fa_hService .fa_it1:hover .fa_tit{
    padding-left:2.5vw;
}

.fa_hService .fa_it2 .fa_tit h3{
    color:#fff;
    font-size: var(--f30);
}


.fa_hService .fa_it2 .fa_tit p{
    color:rgba(255,255,255,0.6);
    font-size:14px; 
    margin-top:15px;
    transform:translateY(100%);
    opacity:0;
    transition:all 0.5s;
}

.fa_hService .fa_it2:hover .fa_tit p{ 
      opacity:1;
    
    transform:translateY(0);
} 
@media only screen and (min-width: 769px) {
    .fa_hService .fa_it1{
        width:calc(100% / 2);
    }
    .fa_hService .fa_it2{
        width:calc(100% / 3);
    }
}
@media only screen and (max-width: 768px) {  
    .fa_hService .fa_it2 .fa_tit{
        padding:20px;
    }
    
.fa_hService .fa_it2 .fa_link{
    left:30px;
    bottom:30px;
    width:40px;
    height:40px;
}
.fa_hService .fa_it2 .fa_tit p{ 
      opacity:1;
    transform:translateY(0);
} 
} 


/**/
.fa_hPartner  .fa_wrapper{
    max-width:1200px;
}
.fa_hPartner .fa_li{
    padding:10px;
    border:#ddd solid 1px;
}
.fa_hPartner .fa_Img{
    padding-bottom: 60%;
}

.fa_hPartner .fa_Img img{
    transform: translate(-50%,-50%) scale(1);
}
.fa_hContact{
    background:#f5f5f5;
    
}

.fa_hContact .fa_wrapper{
    background:#fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.fa_hContact  .fa_sum p{
    font-size:16px;
    color:#777;
    font-weight:500;
    line-height:2;
} 

.fa_hContact  .fa_sum p a{
    font-weight:500;
}
.fa_hContact  .fa_sum p i{
    color:var(--main-color);
    margin-right:10px;
}
@media only screen and (min-width: 769px) {
    
.fa_hContact .fa_wrapper{
    display: flex;
    align-items:center;
    padding:0;
}

.fa_hContact .fa_left{
    width:50%;
    padding:3vw;
}
.fa_hContact .fa_right{
    width:50%;
}
}
@media only screen and (max-width: 768px) {  
} 

/**/
 
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {  
} 
 