@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif,微軟正黑體 !important ;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

article{
	padding:50px 0;
}

input,textarea{
	padding:10px;
	border-radius: .25rem;
    border: 1px solid #9E9E9E;
}

input:focus,textarea:focus {
    border-color:orange;
    outline: 0;
-webkit-box-shadow:0 0 8px rgb(255 152 0 / 20%);
}


.BTN-UP{
	z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 15%;
	cursor: pointer;
}

.header-b{
	color:#fff;
	bottom:0; 
	right:3em;
}
/* --------------- bootstrap Start ------------------------ */

/* 高度 */
.h-10{height:10%;}
.h-20{height:20%;}
.h-30{height:30%;}
.h-40{height:40%;}
.h-50{height:50%;}
.h-60{height:60%;}
.h-70{height:70%;}
.h-80{height:80%;}
.h-90{height:90%;}
.h-100{height:100%;}

/* 寬度 */
.w-100px{
	width:100px;
}

/* 文字行高 */
.lh-2{
    line-height: 2em;	
}
/* 文字寬度大小 */
.f-vw-5{font-size: 5vw;}
.f-vw-10{font-size:10vw;}
.f-vw-15{font-size:15vw;}
/* 圖片亮度 */
.f-b-10{filter:brightness(10%);}
.f-b-20{filter:brightness(20%);}
.f-b-30{filter:brightness(30%);}
.f-b-40{filter:brightness(40%);}
.f-b-50{filter:brightness(50%);}

.ov-h{	overflow:hidden;}
/* --------------- bootstrap END ------------------------ */


/* 動畫 */
.mobile-left,.mobile-right,.mobile-up,.mobile-c-left,.mobile-c-right{
	transition:all 1s;
}
.mobile-left{
	transform: translateX(-200px);
	opacity:0;
}
.mobile-right{
	transform: translateX(200px);
	opacity:0;
}

.mobile-c-left{
	transform:translateX(calc(-200px))translateY(-50%);
	opacity:0;
}

.mobile-c-right{
	transform:translateX(calc(200px))translateY(-50%);
	opacity:0;
}

/* 自訂 */
.mobile-left,.mobile-right,.mobile-up{
opacity:0;	
}
nav.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
	background: white;
}

#nav{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);	
}

.nav-t{
 	margin-top:85px;
}
/* 上方輪播背景 */
header{
	margin-top:3em+60px;
}
header.topad-bg{
background:url(../img/Cover.jpg);
background-size: cover;
height: calc(100vh - 85px);
background-position-x:center;
}



/* 大標題 */
.main-title .Bold{
	background: #333f50;
    color: #fff;
    width: max-content;
    padding: 20px 50px;
    margin: 0;

}

.main-title div.yellow-frame{
border-color:#ffe699;
    border-style: solid;
    border-width: 3px;
    width: 8em;
    height: 4em;
    top: -0.5em;
    left: 0.9em;
    z-index: 1;
}

.main-title div.yellow-box{
background: #fff2cc;
    width: 8em;
    height: 4em;
    top: -1em;
    left: -2em;
    z-index: -2;

}

/*白框  */
.white-frame{
border-color: #ffffff;
    border-style: solid;
    border-width: 3px;
       width: 11em;
    height: 5em;
    top: 1em;
    z-index: -1;
}

/* 關於 */
#About{
background:url(../img/Aboutbg.png);
background-size: cover;
}

/* 服務 */
#Services{
background:url(../img/Servicesbg.png);
background-size: cover;	
}

.services-title{
	background:#fff;
	border:1px  hsl(0deg 0% 50%) solid;
	padding:5px;
	margin: 0;
}


.services-content{
	border-left: 1px hsl(0deg 0% 50%) solid;
    padding: 10px;
}


/* News*/
#News{
background:url(../img/NewsBG.png);
background-size: cover;	
}


/* 按鈕樣式 */
.btn-text{
    transform: translateY(0px);
    background: rgb(29, 149, 27);
    width: max-content;
    padding: 5px 15px;
    border-radius: 0.25rem;
    text-align: center;
    color: rgb(255, 255, 255);
}	
	
.bb-1{
	background:#1d951b;
    border: none;
    -webkit-appearance: none;
    color: #fff;
	}
.bb-2{background: lightslategrey;
    border: none;
    -webkit-appearance: none;
    color: #fff;
	}
.Bold{
	font-weight:bold;
}

a,a:hover {
    color:initial; 
    text-decoration: none;
    background-color: transparent;
}

.logo img{
height: 3em;
}

#Services .img2{
left:50%;
position:absolute;
z-index:2;
top:50%;
transform:translateX(-50%) translateY(-50%);
 pointer-events: none ;
}

#Services  .ov-h{
position: relative;

}




div#Contact{
	background: #f5f5f5 url(../img/map.png);
    min-height: 400px;
    background-size: auto 100%;
}





/* 圖片高度統一 */
article#Services .card-group  img {
    height:350px;
}

section#Marketing img {
    height: 250px;
}






/* 手機820以下 */
@media screen and (max-width:820px){
	/* 齒輪 */
#gear{
    width: auto;
    position: absolute;
	}
/* 消失 */
.ovf-md-h{
    overflow:hidden;
}	



/* 首頁圖片置中	 */
#News .col-lg-5.mobile-up{
text-align: center;
}

	
.header-b{
	color:#000;
    right: 50%;
    transform: translateX(50%);
	bottom:3em;
}	
	
	
	
}


/* 手機500以下 */
@media screen and (max-width:500px){

section#Marketing img {
    height:inherit;
}

section img {
    max-width: 100%;
}

h1 {
    font-size: 5vw;
}

	
img#gear{
	position:absolute;
}
.col-lg-12.c-t.Bold img{width: 24px;}	

/* 位移 */
.mobile-c-left,.mobile-c-right{
	transform:initial;
}

.white-frame {
    width: 6em;
    height: 3em;
}

}

