@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');



html {
	scroll-behavior: smooth;  /* 點擊錨點用 */
	}

body {
  margin-bottom: 100px;
}


/* Go to top 回頂端 button */ 
a.my-btn-goTop {
	position: fixed;
	/* bottom: 25px; *//* 箭頭顯示時的定義 */
	bottom: 110px;  /* 靠下，預設在畫面外，填入height的負數 */
	right: -70px;  /* 靠右 */
	z-index: 999999999;
	display: inline-block;  /* 絕對定位排版 ↑ */
	width: 60px;
	height: 60px;  /* 區域寬高 */
	line-height: 60px;  /* 內文垂直置中 */
	text-align: center;  /* 內文水平置中 */
	background-color: #197C9D;  /* 區域顏色，深藍主色 */
	font-size: 60px;  /* 1.6rem 箭頭大小，單位 rem 才能通過無障礙 */
	color: #fff;
	border-radius: 10%;
	transition: 1s;
	opacity: 0;  /* 預設透明 */
}

/* 箭頭顯示時要做的事 */
a.my-btn-goTop.show {
	opacity: 0.4;  /* 淡入顯示 */
	right: 10px;   /* bottom: 125px; 移到畫面裡 */
}

a.my-btn-goTop:hover {
	opacity: 1;
}

@media (max-width: 576px) {
	a.my-btn-goTop {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 40px;
	}
	a.my-btn-goTop:hover {
	opacity: 0.4;
	}
}



#news, #profiles, #awards, #organ, #services, #projects, #contact, #staffonly {
	margin-top: 120px;
	margin-bottom: 50px;
}

@media (max-width: 576px) {
	#news, #profiles, #awards, #organ, #services, #projects, #contact, #staffonly {
		margin-top: 70px;
		margin-bottom: 20px;
	}

	body {
	  margin-bottom: 200px;
	}
}

/* 第一行 MENU */
.limi-main {     /* .project-main,  */
	background-color: #E4E4E4;
	margin-bottom: 20px;
	color: #000;
	padding-left: 5px;
}



/* carousel banner */
.limi-carousel-fade {
	margin-top: 100px;
}

.limi-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0px;
}

.limi-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .6;
  transition: opacity 0.6s ease;
}

.limi-indicators .active {
  background-color: deeppink;
  opacity: 1;
}

/* #banners */
.limi-carousel-fade .carousel-control-prev,
.limi-carousel-fade .carousel-control-next {
	width: 5%;
}

/* #banners */
.limi-carousel-fade .zmdi-chevron-left,
.limi-carousel-fade .zmdi-chevron-right {
	font-size: 60px;
}

/* #banners */
.limi-carousel-fade .carousel-control-prev:hover,
.limi-carousel-fade .carousel-control-next:hover {
	color: deeppink;
}

#banners .carousel-title {
	position: absolute;
	right: 5%;
	left: 5%;
	bottom: 0px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #fff;
	text-align: right;
}

#banners span {
	font-size: 18px;
	background-color: #8A8989 ;
	border: 3px  #8A8989 double;
}

@media ( max-width: 1200px ) {
	.limi-carousel-fade {
		margin-top: 60px;
	}
}

@media ( max-width: 968px ) {
	.limi-carousel-fade {
		margin-top: 60px;
	}
	#banners span {
		font-size: 15px;
	}
}

@media ( max-width: 768px ) {
	.limi-carousel-fade {
		margin-top: 60px;
	}
	.limi-carousel-fade .carousel-control-prev,
	.limi-carousel-fade .carousel-control-next {
		width: 7%;
	}
	.limi-carousel-fade .zmdi-chevron-left,
	.limi-carousel-fade .zmdi-chevron-right {
		font-size: 50px;
	}
	#banners span {
		font-size: 12px;
	}
}

@media ( max-width: 576px ) {
	.limi-carousel-fade {
		margin-top: 60px;
	}
	.limi-carousel-fade .carousel-control-prev,
	.limi-carousel-fade .carousel-control-next {
		width: 8%;
	}
	.limi-carousel-fade .zmdi-chevron-left,
	.limi-carousel-fade .zmdi-chevron-right {
		font-size: 40px;
	}
}

/* 關於黎明、最新消息 -- start */

#about h3 {
	font-weight: bold;
	padding-top: 20px;
	padding-left: 5px;
	margin-bottom: 1px;
}

#about .tab-len{
	display: table;
	width: 95%;
	vertical-align: middle;
	margin: auto;
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
}

#about .trn1{
	display:table-row;
}

#about .tdn1{
	display: table-cell;
	color: #000000;
	width: 120px;
	vertical-align: middle;
}

#about .tdn2{
	display: table-cell;
	color: #000000;
	vertical-align: middle;
}
#about .tdn2 a,
#projects-index .pro-a a {
	color: #000;
}
#about .tdn2 a:hover,
#projects-index .pro-a a:hover {
	color: #FF9B00;
	text-decoration: none;
}

/* 公司簡介 */

#profiles h3{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
#profiles p {
	text-align: justify;
	line-height: 30px;
}

/* 組織架構 */

@media all and (max-width: 968px) {
	.limi-org {
		display: block;
		width: 100%;
	}
}

/* 榮獲獎項 */
.award-bkcolor {
	display: block;
	background-color: #D5D5D5;
	border-radius: 5px; /* 製作圓角 */
	margin-left: 10px;
	margin-right: 10px;
}

#awards .award-a a {
	color: #000;
	transition: all 0.5s ease 0s; /* 轉場的時間 */
}

#awards .award-a :hover {
	color: #0065DF;
	text-decoration: none;
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

#awards .award-text-a,
#awards .award-text-n {
	text-align: justify;   /* 使左右對齊本文 */
	margin-bottom: 15px;
    transition: transform 1s ease;
}

.award-text {    /* 文字部份 */
	position: relative;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

#awards .award-text-n a {    /* 文字無連結 */
	position: relative;
	color: #000;
	cursor: text;
	text-decoration: none;
	text-align: justify;  /* 使左右對齊本文 */
	overflow: hidden;
}

#awards .award-text-a a {
	/* position: relative;
	color: #000;
	text-decoration: none;
	text-align: justify;  /* 使左右對齊本文 */
	/* overflow: hidden; */
    transition: drop-shadow 500ms;  /* 轉場的時間 */
}

#awards .award-text-a:hover a {
	color: #00AD13;
	text-decoration: none;
	filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, 0));
}

#awards .award-img-a,
#awards .award-img-n {
	position: relative;
	transition: all 0.5s ease 0s; /* 轉場的時間 */
	width: 140px;
	height: 200px;
	border: 0px solid black;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

#awards .award-img-n a {
	cursor: default;
}

#awards .award-img-a:hover .award-img-h, 
#awards .award-img-a:focus .award-img-h {
	-moz-transform: scale(1.3) rotate(-10deg);
	-ms-transform: scale(1.3) rotate(-10deg);
	-o-transform: scale(1.3) rotate(-10deg);
	-webkit-transform: scale(1.3) rotate(-10deg);
	transform: scale(1.3) rotate(-10deg);
}

#awards .award-img-a:hover .award-img, 
#awards .award-img-a:focus .award-img {
	-moz-transform: scale(1.3) rotate(-10deg);
	-ms-transform: scale(1.3) rotate(-10deg);
	-o-transform: scale(1.3) rotate(-10deg);
	-webkit-transform: scale(1.3) rotate(-10deg);
	transform: scale(1.3) rotate(-10deg);
}

.award-table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: justify;
}

.award-table td {
	width: 140px;
	padding: 2px;
}

.award-img {    /* 橫式的圖片 */	
	margin: auto;
	width: 140px;
	transition: transform 1s ease;
	/* display: block;
	height: 200px; */
}

.award-img-h {    /* 直式的圖片 */
	/* display: block;
	width: auto; */
	height: 200px;
	margin: auto;
	transition: transform 1s ease;
}


/* more icon start */

a.text-button-icon {
  text-transform: capitalize;
  color: #666666;
  font-size: 12px;
  font-weight: 800px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: #5fb759;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}

.div-line{
width:100%;
height:2px;
position:relative;
left:0px;
top:1px;
margin:auto;
background-color:#cccccc;
margin-bottom:1px;
}

.div-line:after{
content:'';
width:130px;
height:2px;
background-color:#54cccd;
position:absolute;
left:0px;
top:0px;
}

.div-line a{
position:absolute;
right:10px;
top:-18px;
font-size:12px;
color:#666666;
text-decoration:none;
}

/* more icon end */


/* hr start */
/* 漸變 color1 - color2 - color1 */
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* 透明漸變 - color - transparent */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin: 0.4em 0em ;
}

/* 雙線 */
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

/* 單線陰影 */
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

/* 雲朵状 */
hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

/* 内嵌 */
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* 暈状 */
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { 
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* 文字插入式 */
hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "請輸入文字";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

/* hr end */

/* 最新消息 news */
#news .news-bkcolor {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#news .news-date {
	display: block;
	text-align: right;
	margin: auto;
}

#news span {
	font-weight: bold;
	color: #FF0004;
	font-size: 25px;
}

#news .news-text a {    /* 文字部份 */
	position: relative;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

#news .news-text-a a {
    transition: drop-shadow 500ms;  /* 轉場的時間 */
}

#news .news-text-a a:hover {
	color: #00AD13;
	text-decoration: none;
	filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, 0));
}


/* 服務項目 services */
#services h5 {
	font-weight: bold;
	margin: 10px;
}

.ser-top {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.ser-img {
	display: block;
	/*margin: auto; */
	width: 100%;
	padding: 10px;
}

.ser-div {
	display: block;
	background-color: #EDEDED;
	padding: 6px;
	margin-bottom: 20px;
	margin-right: -10px;
	margin-left: -10px;
}

@media all and (max-width: 576px) {
	.ser-img {
		display: block;
		width: 100%;
	}
}


/* 工程實績 -- start */

#projects-index h3 {
	font-weight: bold;
	padding-top: 30px;
	padding-left: 5px;
	margin-bottom: 1px;
}

#projects-index h6 {
	text-align: center;
	font-size: 18px;
}

#projects-index .card-img {
	padding: 10px;
}

#projects-index .card-body {
	padding: 2px;
}

#projects h3 {
	font-weight: bold;
	padding-top: 50px;
	padding-left: 5px;
	margin-bottom: 40px;
}

#projects h6 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 0 0px;
	font-weight: bold;
}

#projects a {
	text-decoration: none;
	color: #000;
}

#projects a:hover {
	color: #0063CC;
}

#projects .pro-img {
	display: block;
	width: 100%;
	/*height: 150px; */
	margin: auto;  /* 圖片置中 */
	border-radius: 5px; /* 製作圓角 */
	box-shadow: 0 0 10px rgba(0,0,0,1.00); /* 製作影子 */
	transition: all 0.5s ease 0s; /* 轉場的時間 */
}

#projects .pro-img:hover {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#projects .pro-img-title {
	display: block;
	width: 100%;
	margin: auto;  /* 圖片置中 */
	border-radius: 5px; /* 製作圓角 */
	box-shadow: 0 0 10px rgba(0,0,0,1.00); /* 製作影子 */
	margin-bottom: 10px;
}

#projects .project-main a, .limi-main a {
	color: #000;
	text-decoration: none;
}

#projects .project-main a:hover, .limi-main a:hover {
	text-decoration: none;
	color: #FF0004;
}

.project-00 h4 {
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.project-00 h5 {
	padding-top: 10px;
	font-weight: bold;
}

.project-00 {
	background: #F1F1F1;
	text-align: justify;
	border-radius: 5px; /* 製作圓角 */
}

.projects-ai h5 {
	text-align: center;
	font-weight: bold;
}

.img-pro00 {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
}

.project-indicators {
	position: absolute;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin-bottom: 20px;
}

#projects .videobox {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 10px;
}

#projects video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px; /* 製作圓角 */
}


/* 聯絡我們（ Contact ） */
.map-wrapper {
	position: relative;
	padding-bottom: 76.25%;  /* 75% 則寬高比為 4:3 ; 56.25% 讓影片的寬高比為 16:9 */ 
	overflow: hidden;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 員工專區 staffonly */
#staffonly .staf-title {
	width: 100%;
	margin: auto;  /* 圖片置中 */
	/* border-radius: 10px; 製作圓角 */
	box-shadow: 0 0 10px rgba(150,0,0,0.5);
	margin-bottom: 40px;
}

@media all and (max-width: 576px) {
	#staffonly .staf-img {
		display: none;		
	}
}



/* 版權 >> start */

footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  background-color: #232F3B;  
  width: 100%;
  z-index: 888888888;
  display: inline-block;  /* 絕對定位排版 ↑ */
  transition: 1s;
}


.limi-footer, .limi-footer a {
/*	background: #232F3B;*/
	color: white;
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 14px;
/*	line-height: 25px;*/
}

.limi-footer a:hover {
	color: cyan;
	text-decoration: none;
}


@media (max-width: 576px) {
	footer {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  background-color: #232F3B;
	  width: 100%;
	  z-index: 888888888;		
	}
	.limi-footer {
		font-size: 12px;
	}
}