/*title*/

.fa_htitle.fa_text_w * {
    color: #fff;
    /* font-weight: 300; */
}
.fa_htitle {
    margin-bottom: 3vw;
}

.fa_htitle h2 {
    font-size: var(--f36);
    font-weight: 400;
    color: var(--tit-color);
    /* display: block; */
}

.fa_htitle h4 {
    margin-bottom: 20px;
    color: var(--main-color);
    font-size: 5vw;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'EB Garamond', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    line-height: 1;
    opacity: 0.5;
}

@keyframes titlespan {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.7;
    }
}
/*banner*/

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

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: #000;
}

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

.fa_Home .fa_hBanner .fa_pic:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    z-index: 3;
    background: linear-gradient( rgba(0,0,0,0.8),transparent);
}

.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: 50%;
    right: 0;
    max-width:var(--wrapper);
    margin:auto;
    text-align: center;
}

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

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: var(--f20);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 400;
    /* text-transform: capitalize; */
    line-height: 1.5;
	
    font-family: 'EB Garamond', sans-serif;
	
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f60);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 300;
    /* text-transform: capitalize; */
    margin-bottom: 30px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    letter-spacing: 3px;
    line-height: 1.5;
}

.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 .scroll-indicator {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100px;
	background-color: rgba(255,255,255,0.3);
	mix-blend-mode: overlay;
	z-index: 5;
}

.fa_Home .scroll-indicator:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 50%;
	animation: indicator 2s cubic-bezier(.76,.05,.86,.06) infinite;
	animation-direction: normal;
	/*background-color: rgba(255,255,255,0.7);*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}

@keyframes indicator {
	0% {
		top: -10%;
		opacity: 0;
		height: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		top: 100%;
		height: 75%;
	}
}
@media screen and (max-width: 768px) {
	.fa_Home .scroll-indicator{
		display:none;
	}
    .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: 400px;
        object-fit: cover;
        height: 50vh;
    }
}

/**/
.fa_hAbout {
    position: relative;
    background:linear-gradient(#fff,#f4f0ea);
}
   .fa_hAbout .fa_pic{
       border-radius:8vw 0 8vw 0;
       overflow:hidden;
   }
    .fa_hAbout .fa_pic img{
        width:100%;
    }
.fa_hAbout .fa_r .fa_sum{
    position:relative;
    font-size:16px;
    line-height:2;
    color:#777;
    margin-bottom:5vw;
    
}
   .fa_hAbout .fa_r .fa_img01{
        position:absolute;
        left: -2vw;
        top:0;
}
@media screen and (min-width: 769px) {
    
    .fa_hAbout .fa_wrapper{
     display: flex;
     justify-content: center;
     align-items: flex-end;
    }
    
    .fa_hAbout .fa_l{
        width: 43%;
        /* margin-left:-100px; */
    }
    .fa_hAbout .fa_r{
        width: 55%;
        padding-left: 7vw;
        padding-top:10vw;
        position:relative;
    }
    .fa_hAbout .fa_htitle h4{
        transform:translateX(-10vw);
    }
    
}

@media screen and (max-width: 768px) {
	.fa_hAbout .fa_wrapper{
		display:flex;
		flex-direction:column-reverse;
	}
	.fa_hAbout .fa_wrapper .fa_More{
		margin-bottom:30px;
	}
}


/**/
.fa_hPro .fa_htitle{
    border-top:#d1c7a3 solid 1px;
    margin-bottom:0;
}
.fa_hPro .fa_li{
    border:#d1c7a3 solid 1px;
    border-left:none;
    padding:20px;
    transition:all 0.5s;
    display: block;
}
.fa_hPro .fa_li:hover{
    background:#ebe1c1;
}
.fa_hPro .fa_li .fa_Img{
    padding-bottom:100%;
    transition:all 0.5s;
    background: #fff;
}
.fa_hPro .fa_li:hover .fa_Img{
    border-radius:50%;
}

.fa_hPro .fa_li .fa_Img span{
    display: flex;
    left:50%;
    top:50%;
    position: absolute;
    background:rgba(200,166,32,0.8);
    color:#fff;
    align-items:center;
    justify-content: center;
    width:100%;
    height:100%;
    transform:translate(-50%,-50%) rotateY(80deg) scale(0.5);
    opacity: 0;
    transition:all 0.5s;
    font-size:20px;
    z-index: 5;
    border-radius: 500px;
}

.fa_hPro .fa_li:hover .fa_Img span{
    
    transform:translate(-50%,-50%) rotateX(0) scale(1);
    opacity: 1;
}
.fa_hPro .fa_li .fa_tit{
    display: flex;
    align-items:center;
    margin-top:20px;
    justify-content: space-between;
}
.fa_hPro .fa_li .fa_tit h3{
    font-size:var(--f18);
    text-transform: capitalize;
}
.fa_hPro .fa_li .fa_tit span{
    display:inline-block;
    color:#fff;
    padding:5px 10px;
    font-size:14px;
    text-transform: capitalize;
    border-radius:500px;
    background:var(--main-color); 
}
.fa_hPro .fa_plist_btn{
    margin-top:var(--f40);
    text-align:center;
}

.fa_hPro .fa_plist_btn>div{
    color:#c0bbb4;
    font-size: var(--f24);
    display:inline-block;
    padding:0 2vw;
    cursor: pointer;
    line-height:0.8;
    transition:all 0.5s;
}

.fa_hPro .fa_plist_btn>div:hover{
    color:var(--main-color);
    opacity: 1;
}
.fa_hPro .fa_plist_btn>div.fa_btn_l{
    border-left:#d1c7a3 solid 1px;
    transform: rotateY(180deg);
}
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

 
/**/

.fa_hAdv {
    position:relative;
	text-align:center;
}
.fa_hAdv .fa_img>img{
    position: absolute;
}

.fa_hAdv .fa_img>img.fa_img01{
    top:5%;
    left:5vw;
}
.fa_hAdv .fa_img>img.fa_img02{
    bottom:-13vw;
    right:8vw;
    z-index: 2;
}
.fa_hAdv .fa_htitle h4:nth-child(1){
	margin-bottom:0;
	font-size:8vw;
	line-height: 0.5;
	opacity: 0.2;
}
.fa_hAdv .fa_sum{
	font-size:var(--f18);
	color:#888;
	line-height:2;
	
}
.fa_hBanpic{
    position: relative;
    background:#000;
    margin-top:8vw;
    clip-path: circle(100% at 50% 50%);
}
.fa_hBanpic .fa_vd{
    position: absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    
}

.fa_hBanpic .fa_vd video{
    height:100%;
    width:100%;
    object-fit: cover;
}
.fa_hBanpic:before,.fa_hBanpic:after{
    content:"";
    position:absolute;
    left:50%;
    width:1px;
    height:4vw;
    transform: translateX(-50%);
    display: block;
}
.fa_hBanpic:before{
    background: #f9f5ef;
    top:0;
    z-index: 3;
}
.fa_hBanpic:after{
    background: #5d5d5a;
    top:-4vw;
}

.fa_hBanpic .fa_sum{
    
    position: relative;
    padding:15vw 10px;
    text-align:center;
}
.fa_hBanpic .fa_sum p{
    font-size:var(--f20) ;
    color:#fff;
}

.fa_hBanpic .fa_sum h3{
    color:var(--main-color);
    font-size: var(--f50);
    margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	.fa_hBanpic{
	    background:url(../images/abpicbg.jpg);
	    background-attachment: fixed;
	    background-size:auto 100vh;
	    background-position: center;
	}
.fa_hBanpic .fa_sum p{
	font-size:14px;
}
.fa_hBanpic .fa_sum{
	padding:20vh 10px;
	background:rgba(0,0,0,0.5);
}
}


/**/

.fa_hNews .fa_li {
	display:block;
}

.fa_hNews .fa_li>div{
	/* background:var(--main-color); */
	padding:10px;
	border: #d1c7a3 solid 1px;
	transition:all 0.5s;
}

.fa_hNews .fa_li:hover>div{
	background:#ebe1c1; 
}
.fa_hNews .fa_li .fa_Img{
    padding-bottom:60%;
    border-radius:10px;
}
.fa_hNews .fa_li .fa_tit{
    border-radius:10px;
    margin-top: 10px;
    background: #e8e0d4;
    padding:var(--f30);
    /* width: 90%; */
    /* margin-top: -20px; */
    /* position: relative; */
    /* margin-left: auto; */
    /* margin-right: -10px; */
	transition:all 0.5s;
}

.fa_hNews .fa_li:hover .fa_tit{
	
    background: rgba(255,255,255,0.9);
}

.fa_hNews .fa_li h3 {
    font-size: var(--f20);
    color: #09120b;
    line-height: 1.5;
    transition: all 0.5s;
    margin: 0 0 20px;
    /* height:60px; */
    overflow:hidden;
    line-height:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.fa_hNews .fa_li article {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    transition: all 0.5s;
    margin-bottom:10px;
    margin-top: 10px;
}

.fa_hNews .fa_li p {
	color:var(--main-color);
	
    font-family:'EB Garamond', sans-serif;text-transform: capitalize;
}
 
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

