*{
	font-family: 'Arial', '微軟正黑體';
	font-size: 1rem;
	/* border: solid 1px orange; */
}
html{
	height: 100%;
	width: 100vw;
	overflow-x: hidden;
	background: rgb(32, 65, 112);
}
.topcontact{
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 30px;
	background: #949494;
}
.topcontact span{
	color: #fff;
	display: inline-block;
	padding-top: 3px;
	text-align: right;
	position: absolute;
	right: 40px;
}
/* tggle button start of style */
.toggle-btn .mobile_nav{
	position: fixed;
	opacity: 0;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 0vh;
	width: 100vw;
	transition: .5s;
	display: none;
}
.toggle-btn .navbar-nav{
	width: 100vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toggle-btn .cmpBtn{
	position: fixed;
    left: 50%;
	transform: translateX(-50%);
}
.toggle-btn{
	transition: .5s;
	position: absolute;
	right: 10px;
	top: auto;
	width: 30px;
	height: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
}
.toggle-btn .white-block{
	position: relative;
	width: 100%;
	height: 2px;
	background: #fff;
}
.toggle-btn.open .mobile_nav{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background: #fff;
	z-index: -100;
	opacity: 1;
	display: block;
}
.toggle-btn.open .navbar-nav{
	width: 100vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toggle-btn.open .navbar-nav .a_cmpBtn .nav-item{
	margin: 15px auto;
}
.toggle-btn.open .nav-item.cmpBtn{
	border-radius: 10px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	margin: 15px auto;
}
.toggle-btn.open .navbar-nav .nav-item{
	text-align: center;
	width: 50%;
	min-width: 220px;
	margin: 15px 30px;
	border-bottom: solid 1px rgb(173, 207, 255);
}
/* .toggle-btn.open .navbar-nav .nav-item .navLinkDec{
	opacity: 1;
} */
.toggle-btn.open .navbar-nav .nav-item .navLinkDec.orange_dot{
	background: #FF963A;
	opacity: 1;
}
.toggle-btn.open .cmpBtn:hover{
	height: 70px;
	background: #ff963a;
}
.toggle-btn.open .cmpBtn:hover .cmpBtnIcon{
	transform: translate(-70%, -50%) scale(.3);
}
.toggle-btn.open .cmpBtn:hover p.nav-link{
	transform: translate(7%, -25%);
}

@media screen and ( max-width:990px ){
	.toggle-btn{
		display: flex;
	}
}
/* tggle button end of style */
.navbar-brand img{
	margin-left: 20px;
	width: 60%;
}
@media screen and ( max-width:500px ){
	.navbar-brand img{
		margin-left: 0px !important;
		width: 53vw !important;
	}
}
nav#navbar.navbar.navbar-expand-lg{
	transition: .5s;
	z-index: 100;
	position: fixed;
	top: 0px;
	width: 100vw;
	background: rgba(255,255,255,0);
}
.logoBg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 70px;
	background: #fff;
	border-radius: 0px 0px 3000px 0px;
	z-index: -1;
	transition: .3s;
}
.navbar-nav{
	margin-left: auto;
	padding-right: 130px;
}
.nav-item{
	padding: 0px 30px;
	font-weight: 500;
	position: relative;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-light .navbar-nav .navLinkDec, .navLinkPageFocus{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3F82DF;
	position: absolute;
	top: 35%;
	left: 20px;
	opacity: 0;
	transition: .3s ease-in-out;
	transform: translateX(-100%) scale(1);
}
.navLinkPageFocus{
    opacity: 1;
    transform: translateX(0%) scale(1);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-item:hover  .navLinkDec{
	opacity: 1;
	transform: translateX(0%) scale(1);
}

.cmpBtn{
	position: absolute;
	right: 35px;
	background: #3F82DF;
	height: 50px;
	margin-top: -10px;
	border-radius: 0px 0px 10px 10px;
	padding: 0px 20px;
	transition: .4s;
}
.cmpBtn p{
	color: #fff !important;
	padding: 15px 0px 0px;
	transition: .4s;
}
.cmpBtnIcon{
	position: absolute;
	width: 30%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%) scale(0);
	transition: .4s;
}
.cmpBtn:hover{
	height: 70px;
	background: #ff963a;
}
.cmpBtn:hover .cmpBtnIcon{
	transform: translate(-50%, -100%) scale(1);
}
.cmpBtn:hover p{
	padding: 40px 0px 0px;
}
.sliderpic_faq .cloudBg{
	/* z-index: 10; */
	position: relative;
	height: 500px;
	background: linear-gradient(to bottom, rgba(108, 144, 165, 0.5), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)), url(../../img/FAQ-slider_.jpg) 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
}
.sliderpic_faq .slogan{
	display: inline-block;
	width: 100%;
	padding: 0px 20px;
	font-size: 3rem;
	color: #fff;
	font-weight: 900;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(0px 3px 10px rgba(0, 91, 128, 0.3));
	transition: 3s ease-in-out;
}
@media screen and ( max-width:500px ){
	.cloudBg{
		position: relative;
		height: calc(100vh - 60px);
		background: url(../../img/cloudBg.jpg) 20% 0% no-repeat;
		background-size: 195vh;
		overflow: hidden;
	}
	.slogan{
		transform: translate(-50%, -17%);
	}
}
.sliderpic_faq{
	overflow: hidden;
}
@media screen and (max-width:500px){
	.sliderLogo{
		display: none;
	}
	.slogan{
		top: 50%;
		filter: drop-shadow(0px 3px 10px rgba(0, 91, 128, 0.3));
		font-size: 3rem;
		text-align: left;
		padding-left: 15vw;
		line-height: 4.5rem;
	}
}
/* QA contents */
.container-fluid.qaContainer{
	margin-top: 50px;
	padding-bottom: 120px;
	background: linear-gradient(to bottom, #fff, #fff, #f6fcff, #e4f6ff);
}
.titleDec{
	position: relative;
	width: 100%;
	height: 100px;
}
.titleDec img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
}
.col-sm{
	padding: 50px;
}
.primeNote{
	position: relative;
}
.primeNoteDec{
	position: absolute;
	font-size: 2.3rem;;
	color: #3F82DF;
	font-weight: 900;
	top: 0px;
	right: 0px;
	transform: translateX(-50%);
}
.perQA .Qsection{
    position: relative;
    border-bottom: solid 1px #707070;
    margin: 20px 0px;
}
.qaDec{
    display: inline-block;
    position: relative;
    margin-right: 40px;
    height: 100%;
}
.qaDec .primeNoteTitle{
    position: relative;
    color: #3F82DF;
    text-align: left;
    font-weight: 900;
	font-size: 26px;
    margin-bottom: 10px;
    display: inline-block;
}
.qaDec .qaDecDot{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF963A;
    bottom: 7px;
    right: -5px;
    z-index: 0;
}
.perQA .Qsection .Qarrow{
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20%;
    cursor: pointer;
    transform-origin: center;
    transform: scale(1) rotate(0 deg);
    transition: .5s;
}
.perQA .Asection{
    padding: 0px 80px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: .5s;
}
.perQA .Asection p{
    display: none;
}
.actionQA .Asection{
    height: 100%;
    opacity: 1;
}
.actionQA .Asection p{
    display: block;
}
.actionQA .Qarrow{
    transform: scale(1) rotate(180deg);
}

.QAending{
    margin-top: 50px;
}
.QAending p{
    text-align: center;
}
.QAending .QAContact{
    color: #007bff !important;
    cursor: pointer;
}
.QAending .QAContact:hover{
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.largeWord{
	font-size: 5rem;
	padding-right: 10px;
}
.primeNoteContent{
	display: inline-block;
	margin-top: -10px;
}
@media screen and (max-width:500px){
    .primeNoteContent{
        margin-bottom: .5rem;
        margin-top: .5rem;
        width: 100%;
        padding: 10px;
    }
    .perQA .Qsection .Qarrow{
        right: 0;
        top: 0;
    }
    .perQA .Asection{
        padding: 0px 10px;
    }
}

.contentsWords{
	width: 600px;
}
.d-flex{
	padding: 40px 50px;
}
.contentIcon{
	width: 250px;
	margin-right: 20px;
}
@media screen and (max-width:500px){
	.d-flex{
		padding: 40px 30px;
	}
}
.contentIcon img{
	width: 100%;
}
.recruitmentArea{
	position: relative;
	padding: 30px 0px;
	overflow: hidden;
}
.recruitmentArea img{
	position: absolute;
	top: -170px;
	right: -70px;
	width: 50%;
	filter: blur(5px);
	opacity: .5;
}
@media screen and (max-width:500px){
	.recruitmentArea{
		padding: 0px;
	}
	.recruitmentArea .row{
		padding-top: 200px;
		background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) ,rgba(255, 255, 255, .8) , rgba(255, 255, 255, 0)), url('../../img/office.jpg') 100% 1500% no-repeat;
		background-size: 120%;
		backdrop-filter: blur(0.8);
	}
	.recruitmentArea img{
		display: none;
	}
}
.recruitment .col-9{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.recruitment span, .recruitment h3{
	display: block;
	position: relative;
	text-align: center;
}
.recruitment h3{
	font-weight: bold;
	color: rgb(42, 89, 155);
}
.recruitmentLink{
	display: inline-block;
	width: 150px;
	padding: 6px 20px;
	margin: 15px;
	color: rgb(32, 65, 112);
	border: solid 1px rgb(32, 65, 112);
	transition: .3s;
	text-align: center;
}
.recruitmentLink:hover{
	color: #fff;
	background: rgb(32, 65, 112);
	text-decoration: none;
}
footer{
	background: rgb(32, 65, 112);
	padding: 100px 30px 30px;
}
footer .col-sm-12, footer .col-sm{
	position: relative;
	min-height: 300px;
}
footer .col-sm-12 .contactInfo{
	position: relative;
	top: 0px;
}
footer .col-sm-12 .contactInfo li{
	list-style: none;
	color: #fff;
	padding: 8px;
}
footer .col-sm-12 .contactInfo .social_media .sm_box{
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	border: solid 2px #4894ff;
	border-radius: 50%;
	background-color: rgba(72, 148, 255, 0);
	transition: .5s;
	transform: scale(1);
}
footer .col-sm-12 .contactInfo .social_media .sm_box:hover{
	background-color: rgba(72, 148, 255, .2);
	transform: scale(1.1);
}
footer .col-sm-12 .contactInfo .social_media .sm_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footerInfoIcon{
	width: 20px; 
	margin-right: 15px;
}

footer .col-sm-12 .copyright{
	opacity: .3;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-top: 15px;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: center;
}
footer .col-sm-12 .copyright img{
	width: 100px;
	margin-top: -9px;
	margin-right: 10px;
}
footer .col-sm-12 .copyright span{
	font-size: 10px;
	color: #fff;
}
@media screen and (max-width:500px){
	.copyright{
		height: 30px;
	}
	.copyright span{
		display: inline-block;
		margin-bottom: 5px;
	}
}
footer .col-sm{
	margin: 0px;
}
footer .contactForm{
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
	margin: 0;
}
footer .contactForm input, footer .contactForm textarea{
	width: 90%;
	padding: 5px 10px;
	margin: 6px auto;
	border-radius: 3px;
	border-color: transparent;
	/* background: #000; */
}
footer .contactForm textarea{
	min-height: 100px;
	height: auto;
}
footer .contactForm button{
	width: 20%;
	min-width: 150px;
}
footer .buttonGroup{
	display: flex;
	justify-content: center;
}
footer .buttonGroup button{
	transition: .3s;
	margin: 15px 10px 10px;
	padding: 6px;
	background: transparent;
	color: #fff;
	border: solid 1px #fff;
}
footer .buttonGroup button:hover{
	background: rgba(255, 255, 255, .2);
}
#footerMailContact, #footerPhoneContact{
	text-decoration: underline;
	color: #fff;
}
.bluebg-text{
	display: inline-block;
	color: #fff;
	font-weight: 900;
	padding: 2px 10px;
	background: #3F82DF;
}
.blue-text-w600{
	color:#3F82DF;
	font-weight: 600;
}
.titleEng{
	display: inline-block;
	padding-top: .4rem;
	position: relative;
	top: 0px;
}
@media screen and (max-width:500px){
	.titleEng{
		display: inline-block;
	}
	footer{
		padding-top: 50px;
	}
	footer .container-fluid .row.d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
	footer .col-sm-8{
		height: auto;
	}
	footer .col-sm-4{
		padding: 0px 0px 50px;
	}
	footer .contactForm{
		padding: 0px;
	}
	footer .contactForm input, footer .contactForm textarea{
		width: 100%;
	}
	.contactInfo ul{
		padding: 0px;
	}
	footer .row .col-sm-8{
		padding: 0px;
		height: 315px;
	}
	footer li span{
		display: inline-block;
	}
	.footerInfoLocation.d-flex{
		flex-direction: row;
		align-items: flex-start;
	}
	footer .col-sm-8 .copyright{
		display: flex;
		justify-content: center;
		height: 31px;
	}
	footer .col-sm-8 .copyright img{
		display: inline-block;
	}
}

@media screen and ( max-width:1301px ){
	#navbarNav{
		display: none !important;
		opacity: 0;
	}
	.toggle-btn{
		display: flex;
	}
	.navbar-nav{
		display: flex;
		flex-direction: column ;
	}
}
.nav-link-lang {
	position: relative;
	margin-top: 4px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid 1px white;
	overflow: hidden;
	border-radius: 50%;
	padding: 0 10px 0 0;
}
.nav-link-lang span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-link-lang:hover .origin-lang {

	animation: origin-lang-ani .5s ease-in-out forwards;
}
.nav-link-lang:hover .translate-lang {
	animation: translate-lang-ani .5s ease-in-out forwards;
}
@keyframes origin-lang-ani {
	0% {
		left: 50%;
	}
	100% {
		left: -30%;
	}
}
@keyframes translate-lang-ani {
	0% {
		left: 130%;
	}
	100% {
		left: 50%;
	}
}
.toggle-btn .nav-link-lang {
	position: absolute;
	right: 50px;
	bottom: -200px;
	border: solid 1px rgb(76, 91, 110);
}
.current-lang {
	background: rgb(76, 91, 110);
	opacity: .6;
}
.current-lang span {
	color: white;
}
