*{
	font-family: 'Arial', '微軟正黑體';
	font-size: 1rem;
	/* outline: 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;
}
.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: rgb(141, 136, 136);
}
.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: 0px;
	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 .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:1301px ){
	#navbarNav{
		display: none !important;
		opacity: 0;
	}
	.toggle-btn{
		display: flex;
	}
	.navbar-nav{
		display: flex;
		flex-direction: column ;
	}
}
.navbar-brand img{
	margin-left: 20px;
	width: 60%;
}
@media screen and ( max-width:500px ){
	.navbar-brand img{
		margin-left: 0px;
		width: 50vw;
	}
}
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{
	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);
}

.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;
}
.cloudBg{
	/* z-index: 10; */
	position: relative;
	height: 100vh;
	background: url(../../img/cloudBg.jpg) 20% 0% no-repeat;
	background-size: 270vh;
	overflow: hidden;
	transition: 6s ease-in-out;
}
.sliderLogo{
	top: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	filter: drop-shadow(0px 3px 10px rgba(0, 91, 128, 0.3));
	width: 50vw;
	max-width: 780px;
	transition: 3s ease-in-out;
}
.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: 58%;
	transform: translateX(-50%);
	filter: drop-shadow(0px 3px 10px rgba(0, 91, 128, 0.3));
	transition: 3s ease-in-out;
}
.scrollDownIcon{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
}
.scrollDownIcon span{
	color: rgba(0, 91, 128, 0.3);
	font-weight: 700;
	font-size: .8rem;
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	top: -30px;
}
@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%);
	}
	.scrollDownIcon span{
		color: #fff;
		font-weight: 700;
		font-size: .8rem;
		text-align: center;
		display: inline-block;
		width: 100%;
		position: relative;
		top: -30px;
	}
}
.scrollDownIcon img{
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.sliderpic{
	overflow: hidden;
}
.scrollAniSvg{
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	animation: scrollAniSvg .5s infinite;
}
@keyframes scrollAniSvg{
	0%{
		top: 0px;
		height: 10px;
	}
	100%{
		top: 20px;
		height: 10px;
	}
}
@media screen and (max-width:500px){
	.sliderLogo{
		display: none;
	}
	.slogan{
		top: 30%;
		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;
	}
}
.container-fluid.serviceContainer{
	margin-top: 50px;
	padding-bottom: 90px;
	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;
}
.primeNote, .primeNoteTitle{
	color: #3F82DF;
	font-weight: 900;
	font-size: 2.3rem;
	text-align: center;
	transform: scaleX(.95);
	width: 100%;
	margin-bottom: 25px;
}
.primeNoteDec{
	position: absolute;
	font-size: 2.3rem;;
	color: #3F82DF;
	font-weight: 900;
	top: 0px;
	right: 0px;
	transform: translateX(-50%);
}
.primeNoteTitle{
	text-align: left;
	font-size: 1.5rem;
	margin-left: -8px;
	margin-bottom: 10px;
}
.largeWord{
	font-size: 5rem;
	padding-right: 10px;
}
.primeNoteContent{
	display: inline-block;
	margin-top: -10px;
}
.azureCertified .top{
	background: url('../../img/azureCertifiedLogo_gold_logo.gif') 50% 50% no-repeat;
	background-size: fill;
	background-blend-mode: multiply;
	width: 100%;
	height: 50%;
	flex: 1;
}
.azureCertified .bottom{
	background: url('../../img/azureCertifiedLogo_silver_logo.gif') 50% 50% no-repeat;
	background-size: fill;
	background-blend-mode: multiply;
	width: 100%;
	height: 50%;
	flex: 1;
}
@media screen and (max-width:500px){
	.col-sm{
		padding: 30px;
	}
	.col-sm-12.col-md{
		margin-bottom: 50px;
	}
	.azureCertified{
		min-height: 150px;
		height: 400px;
	}
	.primeNoteTitle{
		margin-left: -3px;
	}
}
.contentsWords{
	width: 600px;
}
.row.serviceRow{
	margin-bottom: 50px;
}
.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%;
}
.container-fluid.cmpcspContainer{
	padding: 0;
	margin: 0;
}
.cmpcspContainer .row{
	width: 100vw;
	overflow: hidden;
}
.cmpcspContainer .row .cmpMockup{
	display: none;
}
.cmpcontents, .cspcontents{
	height: 250px;
	position: relative;
}
.cspcontents{
	background: #919191;
}
.cmpcontents{
	background: linear-gradient(to left, #fff, rgba(255,255,255,1), rgba(255,255,255,.2), rgba(255,255,255,.2)), url('../../img/cmpdashboard_20200325.png') no-repeat ;
	background-attachment: fixed;
	background-size: cover;
	height: 350px;
}
.cmpcontents .col-sm-3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: 65%;
}
.cmpcontents .col-sm-4{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: 65%;
}
.cmpcontents p {
	display: inline-block;
	width: 100%;
	border-left: solid 5px #3F82DF;
	padding-left: 25px;
}
.cmpcontents a {
}
@media screen and (max-width:500px){
	.cmpcontents{
		background:none ;
		height: auto;
		display: flex;
		width: 100vw;
	}
	.cmpcontents .col-12.col-sm-4, .cmpcontents .col-12.col-sm-3{
		display: inline-block;
		left: auto;
		display: flex;
		align-items: center;
	}
	.cmpcontents .col-12.col-sm-4 p, .cmpcontents .col-12.col-sm-3 p{
		position: relative;
		top: 0;
		left: 0;
	}
	.container-fluid.cmpcspContainer{
		position: relative;
		padding-top: 50px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.container-fluid.cmpcspContainer .row{
		margin-top: 80px;
		margin-left: 0px;
		margin-right: 0px;
		display: flex;
		justify-content: center;
	}
	.cmpcspContainer .row .cmpMockup{
		display: block;
		position: absolute;
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
		width: 60vw;
	}
}
.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, #footerMap{
	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;
	}
}
.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;
}
.news_block {
	display: inline-block;
	width: 100%;
	/* height: 200px; */
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
	margin: 50px 0;
	padding: 10px;
	border-radius: 10px;
	transition: .5s cubic-bezier(0.5, 0, 0.07, 1);
	cursor: pointer;
}
.news_block:hover {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
	transform: scale(1.02);
	text-decoration: none;
}
.news_block:hover .right_content span {
	color: #000;
}
.news_block .left_pic {
	width: 100%;
	border-radius: 10px;
	background: url(../../img/news/20200921_news\ banner.jpg) no-repeat 50% 50%;
	background-size: 130%;
}
.news_block .right_content {
	width: 100%;
	height: 100%;
	padding: 30px;
} 
.news_block .right_content .primeNoteTitle {
	line-height: 36px;
	color: rgb(32, 65, 112);
}
.news_block .right_content span {
	margin-left: 10px;
	opacity: .5;
	color: #000;
}