/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

body {
	font-family:'Noto Sans TC','Open Sans', Arial, sans-serif,'微軟正黑','Noto Serif TC'!important;
	/*line-height: 150%;*/
    text-align: justify;
    text-justify:inter-ideograph;/*段落左右對齊*/
}
/*a {text-decoration:none!important;}/*超連結拿底線*/

.et_pb_column,
.et_pb_row,
.et_pb_row_inner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.et_pb_row {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / 50%);
  -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 0 0 12px rgb(51 51 51 / 50%);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


.twentytwenty-container img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-before {
  z-index: 20;
}

.twenty20 {
  margin-bottom: 0;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
}

.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / 50%);
  -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 0 0 12px rgb(51 51 51 / 50%);
  z-index: 40;
  cursor: pointer;
}

.KS-gradient-text {
  font-size: 36px; /* 調整字體大小 */
  font-weight: bold; /* 調整字體粗細 */
  background: linear-gradient(135deg, #9FCCF1, #FBEAD7); /* 設置從左上到右下的漸層 */
  -webkit-background-clip: text; /* 設置背景裁剪為文字 */
  -webkit-text-fill-color: transparent; /* 文字顏色設為透明 */
  background-clip: text; /* 支持標準 */
  text-fill-color: transparent; /* 支持標準 */
  display: inline; /* 使文字顯示為行內元素 */
}



.tit-ks {
  font-size: 18px;
  font-weight: 600;
  color:#0066ff;
  padding-top: 20px;
}






.container {
  width: 80%;
}

.btn-af, btn-af a {
	color:#333
}
.btn-icon, btn-icon a {
	color:red
}

.in {
	display:inline;
	
}

.componentheading{
    color: white; 
}

.img-responsiveluid{width:100% !important;height:auto;}

#divcss5{ margin:10px auto}
#divcss5 img{ border-radius:50%}

#Academy-GY {
    width:100%;
    height:100%;
    /*height: 100vh;*/
    /*height:0px;*/
    padding-bottom:100%;
    position:relative;
}
#Academy-GY img{
        width:100%;
        height:100% !important;
        position:absolute;
}

.newsimg-copyright {
  position: relative;
}

.newsimg-copyright-font {
  position: absolute;
  color: #ededed;
  font-size: 11px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 2px;
  z-index: 1000;
  background-color: rgba(5, 5, 5, 0.5);
}

.Creo-Title1 {
    text-align: left;
    font-size: 16pt;
    font-weight: 600;
    color: #54C247;
    margin-bottom: 15px;
}

.KS-Title {
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    padding: 12px;
    line-height: 1; 
    margin: 5px 5px;/*類別左右間距*/
    border-radius: 50px;
    border:0.15em #CCCCCC solid;
    background-color:#fff;  
}

.KS-Title2 {
    text-align: center;
    font-size: 16pt;
    font-weight: 600;
    color: #06f;
    padding-top: 20px;
}

.KS-Title3 {
    text-align: center;
    font-size: 14pt;
    font-weight: 400;
    padding-bottom: 20px;
    color: #444;
}

.exImg {
  width: auto;
  height: ;/*改成數值px就可以固定長寬*/
  background: white;/*lightgray*/
  object-fit: cover;
}

/*-----新聞按鈕START---------*/
#portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;/*0 auto 35px auto*/
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;/*2px 15px*/
}

#portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #343331;/*#313030*/
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:1px #343331 solid;
  /*border-color:#343331;*/
}

#portfolio-flters li:hover, #portfolio-flters li.filter-active {
  color: #FFFFFF;/*#ff5821*/
  background:#191919  ;/*#fff1ed*/
}
/*-----新聞按鈕END---------*/


#word-on-pic {
    position:absolute;
    top:40%;
    left:45%;
    /*height: 50%;*/
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
    z-index:1;   
    text-align:center;
    /*line-height:100px;*/
    color: #fff;
    font-size: 14pt;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#word-on-pic2 {
    position:absolute;
    top:40%;
    left:45%;
    /*height: 50%;*/
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
    z-index:1;   
    text-align:center;
    /*line-height:100px;*/
    /*color: #fff;*/
    font-size: 14pt;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.DLB{
    line-height:40px;
	margin: 10px;
	border-color:#999; 
	border-style:solid; 
	border-width:1px;
	border-radius:8px;
	box-shadow: 4px 4px 4px #B3B3B3 ;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#FFF));
}

.DLB a {
	top:1px;
	box-shadow: 4px 4px 4px #B3B3B3 ;
}

.icon-p{
	vertical-align: middle;
	line-height:30px;
	font-weight:800;
	}

.cont-p{
	vertical-align: middle;
	line-height:70px;
	font-weight:800;
	}

.icon-bricscad {
	vertical-align: middle;
	line-height:32px;
	}

.icon-h40 {
    vertical-align: middle;
    line-height:40px;
	font-weight:800;
	}

.icon-h30 {
    vertical-align: middle;
    line-height:30px;
	font-weight:800;
	}

.icon-h20{
	vertical-align: middle;
	line-height:20px;
	font-weight:800;
}

.this-center {
  text-align: center;
}

.p-align-items-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mt-150 {
  margin-top: 150px;
}

.pt-bn {
  padding-top: 58px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-24 {
  margin-top: 24px;
}


.mt-20 {
	margin-top: 20px;
	}
.mt-10 {
	margin-top: 10px;
	}

.mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
    }

 .mb--10 {
   margin-bottom: -10px;
 }

.mtd-20 {
	margin: 10px 20px;
	}


.bo-1 {
	padding: 10px 10px 0px 10px;
    background: #fff;
    border-radius: 3px;
    border: gray 1px solid;
    margin: 4px;
    /*height: 160px;*/
}

.bo-2 {
	padding: 0px;
    background: #fff;
    border-radius: 6px;
    /*border: #686868 1px solid;*/
    margin: 0px;
	text-align: center!important;
    /*height: 160px;*/
}

.bo-2:hover {
  box-shadow: 2px 2px 4px #CCC;
  transition:0.05s;
  position: relative;
  /*top: -1px;*/
}

.img-center {
	text-align: center!important;
}

.about-pic {
	padding-top: 10px;
    text-align: center;
}

.f-v {
    vertical-align: middle !important;
	color:green;
    line-height:40px;
	padding-left:10px;
	margin-left:25px;
	}


.QR {
    
    text-align: center;
    padding: 40px 60px;
    
}

/*
p {
  text-align: justify;
}
*/



.BriscCAD-p {
	text-align:center;
	color:#4093FF;
	font-weight:800;
}

.t-logo{
	height:25px;
	margin:2px auto;
    max-width:100%;
}

.t-center{
	text-align:center;
	}


.news-date {
  margin-top:-5px;
  margin-bottom:15px;
}
.Space20 {
    padding: 20px 2px;
}

.Space-pb-nav {
  padding-bottom: 48px;
}

.Space-ksicon {
    padding: 20px 20px;
    width: 60%;
}
.Space-ksicon2 {
    padding: 6px 6px;
    width: 85%;
}
.Space12 {
    padding: 12px 2px;
}

.Space4 {
    padding: 4px 2px;
}

.Space10 {
    padding: 4px 2px;
    text-align: center !important;
}


.BC-pic {
   padding: 10px 2px;
   text-align: center !important; 
    width: 100%;
    height: 300px;
}

.BC-pic2 {
   padding: 10px 2px;
   text-align: center !important; 
    width: 100%;
    height: 100%;
    /*max-height: 150px;*/
}

.Space-bt-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.w20 {
    width: 20%;   
}



.table-news {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	padding:4px;
	}
 
.tb-p {
	text-align:center;
	}
	/*
	color:gray;
	font-size:12pt;
	line-height: 16pt;
	vertical-align: middle;
*/
.v-c{
	vertical-align: middle!important;
	margin-top:20px;
	margin-left:25px;
}

.v-c2{
	margin:auto!important;
}
	
.w-90{
	width:90% !important;
	margin:0 5%;
}

.P-menu-t{
    display: block;
    padding: 8px 20px;
    font-size: 12px;
    color: #777;
    white-space: nowrap;/*不換行*/
}
.DDD {
	padding-bottom: 0.05em;/*padding-bottom: 0;*/
    border-bottom: 2px solid red;
	z-index: 999999999999;
	text-decoration:none;/*超連結拿底線*/
  padding-top: 48px;/*改頭之後全站降高度*/
	
}

.news-p{
	margin:5px 0 8px 8px;
	color:#777;
	font-size:10pt;
}
.KS-CP {
	 /*vertical-align : middle;*/
    margin:6px;
	 }
	 
.p-p1 {
    margin-top:-20px;
}	 
.p-p1 a{
	text-decoration:none !important;
	color:gray;
	font-size:11pt;
}
.p-p1 a:hover{
	color:#bd362f;
}
	 

.no-d a{
	/*letter-spacing: -0.5pt;*/
	text-decoration:none !important;
	color:red;
	font-size:11pt;
}
.no-d a:hover{
	color:#bd362f;
}
.ss-p {
	/*padding-bottom:10px;*/
	margin-bottom:0px;/*如果要均分上下10px*/
	margin-top:-20px;/*如果要均分上下-10px*/
}
.in-news {
	list-style: none;
	text-decoration:none;
	font-size: 9pt;
	line-height:10pt;
	font-weight:100;
	/*text-align: justify;*/
    /*text-justify:inter-ideograph;*/
}

.in-news-5 p {
	list-style: none;
	text-decoration:none;
	font-size: 10pt;
	line-height:12pt;
	font-weight:100;
	/*text-align: justify;*/
    /*text-justify:inter-ideograph;*/
}

.in-news-5 h4 {
  text-align: left;
  color:#343331;
  font-weight: 400;
  line-height:16pt;
  text-decoration:none !important;
  margin: -10px 0 8px 0;/*-4px 0 10px 0*/
	}

.in-news h4 {
  text-align: left;
  color:#343331;
  font-weight: 400;
  line-height:16pt;
  text-decoration:none !important;
  margin: -10px 0 8px 0;/*-4px 0 10px 0*/
	}
	
.in-product li a:hover {
	background-color:#343331;
    margin: 2px;
    height: auto;
    line-height: 1.2;
    font-size: 13.5px;
    border: none;
    text-transform: none;
    position: relative;
    color: white !important;
    display: block;
	text-decoration:none;
}
.in-product li a:not(.btn) {
    margin: 0;
    padding: 6px;/*8px*/
    height: auto;
    line-height: 1.2;
    font-size: 13.5px;
    border: none;
    text-transform: none;
    position: relative;
    color: #343331;
    display: block;
}

.in-product {
	list-style: none;
	text-decoration:none;
	font-size: 10pt;
	line-height:12pt;
	font-weight:100;
	text-align: justify;
    text-justify:inter-ideograph;
}


/*a:not(.btn):before*/
.in-product li a:before{
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 2px;/*5px*/
    color: red;
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: middle;
	text-decoration: none !important;
	list-style: none;
}
.btn {
  text-shadow: none;
}
.btn-shadow {
  -webkit-box-shadow: 0 1px 5px #969696;
  -moz-box-shadow: 0 1px 5px #969696;
  box-shadow: 0 1px 5px #969696;
}

#btn-KS-id {
  padding: 0;
  margin: 0 auto 35px auto;/*0 auto 35px auto*/
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;/*2px 15px*/
}

.btn-Creo {
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #343331;
  margin: 5px 5px;/*類別左右間距*/
  border-radius: 50px;
  border:0.15em #54C247 solid;
  background-color:#fff;  
}

.btn-Creo:active,
.btn-Creo:hover,
.btn-Creo:visited{
    background-color:#54C247;
    color: #ffffff;
}

.btn-BC2 {
  padding: 10px 40px 12px 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #343331;
  margin: 15px 15px;
  /*類別左右間距*/
  border-radius: 0px;
  border: 0.15em #5e8afd solid;
  background-color: #fff;
}

.btn-BC2:active,
.btn-BC2:hover,
.btn-BC2:visited {
  background-color: #5e8afd;
  color: #ffffff;
}

.btn-Simlab-Composer{
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #E2B639;
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:0.15em #E2B639 solid;
  background-color:#fff;  
}

.btn-Simlab-Composer:active,
.btn-Simlab-Composer:hover,
.btn-Simlab-Composer:visited{
    background-color:#E2B639;
    color: #ffffff;
}

.btn-Simlab-VR-Studio{
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #9F6BFF;
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:0.15em #9F6BFF solid;
  background-color:#fff;  
}

.btn-Simlab-VR-Studio:active,
.btn-Simlab-VR-Studio:hover,
.btn-Simlab-VR-Studio:visited{
    background-color:#9F6BFF;
    color: #ffffff;
}

.btn-Simlab-Plugins{
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #94D345;
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:0.15em #94D345 solid;
  background-color:#fff;  
}

.btn-Simlab-Plugins:active,
.btn-Simlab-Plugins:hover,
.btn-Simlab-Plugins:visited{
    background-color:#94D345;
    color: #ffffff;
}

.btn-Simlab-CADVRter{
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #4FA0E2;
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:0.15em #4FA0E2 solid;
  background-color:#fff;  
}

.btn-Simlab-CADVRter:active,
.btn-Simlab-CADVRter:hover,
.btn-Simlab-CADVRter:visited{
    background-color:#4FA0E2;
    color: #ffffff;
}

.btn-Simlab-VR-Viewer{
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color:#FFA666;
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:0.15em #FFA666 solid;
  background-color:#fff;  
}

.btn-Simlab-VR-Viewer:active,
.btn-Simlab-VR-Viewer:hover,
.btn-Simlab-VR-Viewer:visited{
    background-color:#FFA666;
    color: #ffffff;
}





.btn-KS{
  /*cursor: pointer;*/
  /*display: inline-block;*/
  padding: 10px 20px 10px 20px;/*10px 20px 12px 20px*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  /*text-transform: uppercase;全部字型大寫*/
  color: #343331;/*#313030*/
  margin: 5px 5px;/*類別左右間距*/
  /*margin-bottom: 5px;*/
  border-radius: 50px;
  border:0.15em #0D76FF solid;
  background-color:#fff;  
  /*border-color:#343331;*/
}

.btn-KS:active,
.btn-KS:hover,
.btn-KS:visited{
    background-color:#0D76FF;
    color: #ffffff;
}


.btn-creo{
    background-color: #54C247;
    color: #ffffff;
}

.btn-creo:active,
.btn-creo:hover {
    background-color:#545454;
    color: #ffffff;
}

.btn-ChemDraw {
  background-color: #c4530e;
  color: #ffffff;
}

.btn-ChemDrawo:active,
.btn-ChemDraw:hover {
  background-color: #545454;
  color: #ffffff;
}


.btn-bricscad{
    background-color: #4093ff;
    color: #ffffff;
}


.btn-bricscad:active,
.btn-bricscad:hover {
    background-color:#0D76FF;
    color: #ffffff;
}

/* 基本狀態＋已造訪＋focus 都套用 */
.btn-Academy,
.btn-Academy:visited,
.btn-Academy:focus {
  background-color: black !important;
  color: #fff           !important;
  padding: 4px 14px 6px 14px !important;
  margin: 10px         !important;
  border-radius: 20px;
  outline: none        !important;
  box-shadow: none     !important;
}

/* hover / active 时背景变灰，文字依旧白 */
.btn-Academy:hover,
.btn-Academy:active {
  background-color: #666 !important;
  color: #fff           !important;
  outline: none         !important;
  box-shadow: none      !important;
}

/* 基本狀態＋已造訪＋focus 時都維持紅底白字，並去掉 outline/陰影 */
.btn-Academy-on,
.btn-Academy-on:visited,
.btn-Academy-on:focus {
  background-color: red !important;
  color: #fff    !important;
  padding: 4px 14px 6px 14px !important;
  margin: 10px   !important;
  border-radius: 20px;
  outline: none       !important;
  box-shadow: none    !important;
}

/* 滑過／按下時改灰底但文字仍白，並同樣去掉 outline/陰影 */
.btn-Academy-on:hover,
.btn-Academy-on:active {
  background-color: #666 !important;
  color: #fff         !important;
  outline: none       !important;
  box-shadow: none    !important;
}



/*

.btn-Academy-on {
  background-color: red;
  color: #ffffff;
  padding: 4px 14px 6px 14px !important;
 
  margin: 10px!important;
  border-radius:20px;
}

.btn-Academy-on:active,
.btn-Academy-on:hover {
  background-color: #666;
  color: #ffffff;
}*/

.Academy-btn-spacing {
  margin: -10px 0 6px 0;
}


.news-btn-ks {
    background-color: #06f;
    color: #ffffff;
    padding: 10px 50px;
}

.news-btn-ks:active,
.news-btn-ks:hover {
    background-color:#04f;
    color: #ffffff;
}
.bricscad-font {
    color: #0D76FF;
}

.keyshot-font {
    color: #0066ff;
}

.ks-trial {
    background-color: mediumvioletred;
    color: #fff;
    padding: 2px 10px 4px 8px;
    border-radius: 24px;
}

.BC_V21 {
    background-color: #ffc82e;
    /*color: #fff;*/
    padding: 0px 8px 2px 8px;
    border-radius: 20px;
}

.div-flex {
    display: flex;
    height: 350px;
    align-items: center; 
}


.div-flexxx::before{
  content:'';
  width:0;
  height:100%;
  display:inline-block;
  position:relative;
  vertical-align:middle;
  background:#f00;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #ff5821 0%, #e34619 100%);
  background-image: -o-linear-gradient(top, #ff5821 0%, #e34619 100%);
  background-image: linear-gradient(to bottom, #ff5821 0%, #e34619 100%);
  background-color: #f4511e;
  background-image: -moz-linear-gradient(top, #ff5821, #e34619);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5821), to(#e34619));
  background-image: -webkit-linear-gradient(top, #ff5821, #e34619);
  background-image: -o-linear-gradient(top, #ff5821, #e34619);
  background-image: linear-gradient(to bottom, #ff5821, #e34619);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5821', endColorstr='#ffe34619', GradientType=0);
  border-color: #e34619 #e34619 #9e3111;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e34619;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #ffffff;
  background-color: #e34619;
  border-color: #e34619;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #fbb450 0%, #f89406 100%);
  background-image: -o-linear-gradient(top, #fbb450 0%, #f89406 100%);
  background-image: linear-gradient(to bottom, #fbb450 0%, #f89406 100%);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
  color: #ffffff;
  background-color: #f89406;
  border-color: #f89406;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: -o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: linear-gradient(to bottom, #ee5f5b 0%, #bd362f 100%);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  color: #ffffff;
  background-color: #bd362f;
  border-color: #bd362f;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #1b7b00 0%, #51a351 100%);
  background-image: -o-linear-gradient(top, #1b7b00 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #1b7b00 0%, #51a351 100%);
  background-color: #318b20;
  background-image: -moz-linear-gradient(top, #1b7b00, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b7b00), to(#51a351));
  background-image: -webkit-linear-gradient(top, #1b7b00, #51a351);
  background-image: -o-linear-gradient(top, #1b7b00, #51a351);
  background-image: linear-gradient(to bottom, #1b7b00, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b7b00', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #ffffff;
  background-color: #51a351;
  border-color: #51a351;
}


.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2f96b4 100%);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
  color: #ffffff;
  background-color: #2f96b4;
  border-color: #2f96b4;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #343331 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #343331 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #343331 0%, #000000 100%);
  background-color: #1f1f1d;
  background-image: -moz-linear-gradient(top, #343331, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343331), to(#000000));
  background-image: -webkit-linear-gradient(top, #343331, #000000);
  background-image: -o-linear-gradient(top, #343331, #000000);
  background-image: linear-gradient(to bottom, #343331, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343331', endColorstr='#ff000000', GradientType=0);
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #000000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-academy {
  background: #ffffff;
  color:  red;
  -webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
  box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 12px 0 0;
  text-transform: none;
  display: inline-block;
  line-height: 16px;/*20px*/
  border: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
  font-size: 8pt;/*新增*/
  vertical-align:bottom;/*新增*/
  position:absolute;/*定位類型為絕對位置*/
  bottom: 10px;     /*定位距離底邊0圖元*/
  right: 22px;
}
.btn-academy:hover {
  background:  red;/*#ff5821*/
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: none;
}
.btn-academy i,
.btn-academy [class*=" icon-"] {
  background: red;
  color: #ffffff;
  font-style: small;/*normal*/
  font-weight: 100;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  height: 17px;/*20px*/
  width: 16px;/*20px*/
  display: inline-block;
  line-height: 16px;/*20px*/
  text-align: center;
  margin: 0;/*0*/
  padding: 1px;/*0*//*加這個上邊不會露白*/
  /*padding-top: 10px;/*新增*/
  margin-right: 8px;
}
.btn-more {
  background: #ffffff;
  color: #ff5821;
  -webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
  box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 12px 0 0;
  text-transform: none;
  display: inline-block;
  line-height: 16px;/*20px*/
  border: none;
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
  font-size: 8pt;/*新增*/
  vertical-align:bottom;/*新增*/
  position:absolute;/*定位類型為絕對位置*/
  bottom: 15px;     /*定位距離底邊0圖元*/
  right: 15px; /*原本20*/
}
.btn-more.block-link {
  display: block;
}
.btn-more.block-link:before,
.btn-more.block-link:after {
  content: " ";
  display: table;
}
.btn-more.block-link:after {
  clear: both;
}
.btn-more.block-link i {
  float: left;
}
.btn-more:hover {
  background: #ff5821;
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: none;
}
.btn-more i,
.btn-more [class*=" icon-"] {
  background: #e34619;
  color: #ffffff;
  font-style: small;/*normal*/
  font-weight: 100;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  height: 17px;/*20px*/
  width: 16px;/*20px*/
  display: inline-block;
  line-height: 16px;/*20px*/
  text-align: center;
  margin: 0;/*0*/
  padding: 1px;/*0*//*加這個上邊不會露白*/
  /*padding-top: 10px;/*新增*/
  margin-right: 8px;
}
.btn-more i.default:before,
.btn-more [class*=" icon-"].default:before {
  content: "\f067";
  font-family: 'FontAwesome';
}
.btn-more.i-right {
  padding: 0 0 0 12px;
}
.btn-more.i-right i,
.btn-more.i-right [class*=" icon-"] {
  margin-right: 0;
  margin-left: 8px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-more.large,
.btn-more.btn-lg {
  line-height: 38px;
}
.btn-more.large i,
.btn-more.btn-lg i {
  height: 38px;
  line-height: 40px;
  width: 38px;
  font-size: 22px;
  vertical-align: top;
}
.block {
  padding: 4em 0;
}
.block:before,
.block:after {
  content: " ";
  display: table;
}
.block:after {
  clear: both;
}
.block .block-title {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}
.block .block-title:after {
  width: 80px;
  height: 2px; /*底線粗度*/
  background: #ff5821;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
}



.block .block-title-news {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}
.block .block-title-news:after {
  width: 200px;
  height: 2px; /*底線粗度*/
  background: red;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
}

.block-pd-ssm {
  padding: 0.5em 0;
}
.block.block-pd-sm {
  padding: 2em 0;
}
.block.block-pd-lg {
  padding: 8em 0;
}
.block.block-pd-h {
  padding: 4em;
}
.block.block-pd-h.block-pd-sm {
  padding: 2em;
}
.block.block-pd-h.block-pd-lg {
  padding: 8em;
}
.block.block-bg-primary,
.block.block-bg-primary:after {
  background-color: #ff5821;
  color: #ffffff;
}
.block.block-bg-noise,
.block.block-bg-noise:after {
  background: #ededed url(../img/bg_noise-bg.png) left top repeat;
}
.block.block-bg-grey,
.block.block-bg-grey:after {
  background-color: #f3f3f3;
}
.block.block-bg-gradient,
.block.block-bg-gradient:after {
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6 100%);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: -o-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: linear-gradient(to bottom, #f9f9f9, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff6f6f6', GradientType=0);
}
.block.block-bg-gradient-flip,
.block.block-bg-gradient-flip:after {
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f9f9f9 100%);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: -o-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: linear-gradient(to bottom, #f6f6f6, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff9f9f9', GradientType=0);
}
.block.block-bg-grey-dark,
.block.block-bg-grey-dark:after {
  background-color: #212324;
  color: white;
}
.block.block-bg-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  transition: 0s linear;
  transition-property: background-position;
  /*max-height:100px;/*新增*/
}
.block.block-bg-overlay {
  position: relative;
}
.block.block-bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block !important;
}
.block.block-bg-overlay > * {
  z-index: 2;
  position: relative;
}
.block.block-bg-overlay.block-bg-overlay-1:after {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.block.block-bg-overlay.block-bg-overlay-2:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.block.block-bg-overlay.block-bg-overlay-3:after {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.block.block-bg-overlay.block-bg-overlay-4:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.block.block-bg-overlay.block-bg-overlay-5:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block.block-bg-overlay.block-bg-overlay-6:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block.block-bg-overlay.block-bg-overlay-7:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.block.block-bg-overlay.block-bg-overlay-8:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block.block-bg-overlay.block-bg-overlay-9:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.block.block-border-bottom {
  border-bottom: 1px solid #ff5821;
}
.block.block-border-top {
  border-top: 1px solid #ff5821;
}
.block.block-border-bottom-grey {
  border-bottom: 1px solid #eeeeee;
}
.block.block-border-top-grey {
  border-top: 1px solid #eeeeee;
}
.block-contained {
  padding: 4em 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.block-contained:before,
.block-contained:after {
  content: " ";
  display: table;
}
.block-contained:after {
  clear: both;
}
.block-contained .block-title {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}
.block-contained .block-title:after {
  width: 80px;
  height: 1px;
  background: #ff5821;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
}
.block-contained.block-pd-sm {
  padding: 2em 0;
}
.block-contained.block-pd-lg {
  padding: 8em 0;
}
.block-contained.block-pd-h {
  padding: 4em;
}
.block-contained.block-pd-h.block-pd-sm {
  padding: 2em;
}
.block-contained.block-pd-h.block-pd-lg {
  padding: 8em;
}
.block-contained.block-bg-primary,
.block-contained.block-bg-primary:after {
  background-color: #ff5821;
  color: #ffffff;
}
.block-contained.block-bg-noise,
.block-contained.block-bg-noise:after {
  background: #ededed url(../img/bg_noise-bg.png) left top repeat;
}
.block-contained.block-bg-grey,
.block-contained.block-bg-grey:after {
  background-color: #f3f3f3;
}
.block-contained.block-bg-gradient,
.block-contained.block-bg-gradient:after {
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6 100%);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: -o-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: linear-gradient(to bottom, #f9f9f9, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff6f6f6', GradientType=0);
}
.block-contained.block-bg-gradient-flip,
.block-contained.block-bg-gradient-flip:after {
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f9f9f9 100%);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: -o-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: linear-gradient(to bottom, #f6f6f6, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff9f9f9', GradientType=0);
}
.block-contained.block-bg-grey-dark,
.block-contained.block-bg-grey-dark:after {
  background-color: #212324;
  color: white;
}
.block-contained.block-bg-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  transition: 0s linear;
  transition-property: background-position;
}
.block-contained.block-bg-overlay {
  position: relative;
}
.block-contained.block-bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block !important;
}
.block-contained.block-bg-overlay > * {
  z-index: 2;
  position: relative;
}
.block-contained.block-bg-overlay.block-bg-overlay-1:after {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.block-contained.block-bg-overlay.block-bg-overlay-2:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.block-contained.block-bg-overlay.block-bg-overlay-3:after {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.block-contained.block-bg-overlay.block-bg-overlay-4:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.block-contained.block-bg-overlay.block-bg-overlay-5:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block-contained.block-bg-overlay.block-bg-overlay-6:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-contained.block-bg-overlay.block-bg-overlay-7:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.block-contained.block-bg-overlay.block-bg-overlay-8:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block-contained.block-bg-overlay.block-bg-overlay-9:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.block-contained.block-border-bottom {
  border-bottom: 1px solid #ff5821;
}
.block-contained.block-border-top {
  border-top: 1px solid #ff5821;
}
.block-contained.block-border-bottom-grey {
  border-bottom: 1px solid #eeeeee;
}
.block-contained.block-border-top-grey {
  border-top: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .block-contained {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .block-contained {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .block-contained {
    width: 1170px;
  }
}
.block-highlight {
  padding: 4em 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ff5821;
}
.block-highlight:before,
.block-highlight:after {
  content: " ";
  display: table;
}
.block-highlight:after {
  clear: both;
}
.block-highlight .block-title {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
  color:#343331;
  font-size:9px;
  font-weight: 400;
  text-decoration:none !important;
}
.block-highlight .block-title:after {
  width: 80px;
  height: 1px;
  background: #ff5821;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
}
.block-highlight.block-pd-sm {
  padding: 2em 0;
}
.block-highlight.block-pd-lg {
  padding: 8em 0;
}
.block-highlight.block-pd-h {
  padding: 4em;
}
.block-highlight.block-pd-h.block-pd-sm {
  padding: 2em;
}
.block-highlight.block-pd-h.block-pd-lg {
  padding: 8em;
}
.block-highlight.block-bg-primary,
.block-highlight.block-bg-primary:after {
  background-color: #ff5821;
  color: #ffffff;
}
.block-highlight.block-bg-noise,
.block-highlight.block-bg-noise:after {
  background: #ededed url(../img/bg_noise-bg.png) left top repeat;
}
.block-highlight.block-bg-grey,
.block-highlight.block-bg-grey:after {
  background-color: #f3f3f3;
}
.block-highlight.block-bg-gradient,
.block-highlight.block-bg-gradient:after {
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6 100%);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: -o-linear-gradient(top, #f9f9f9, #f6f6f6);
  background-image: linear-gradient(to bottom, #f9f9f9, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff6f6f6', GradientType=0);
}
.block-highlight.block-bg-gradient-flip,
.block-highlight.block-bg-gradient-flip:after {
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f9f9f9 100%);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: -o-linear-gradient(top, #f6f6f6, #f9f9f9);
  background-image: linear-gradient(to bottom, #f6f6f6, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff9f9f9', GradientType=0);
}
.block-highlight.block-bg-grey-dark,
.block-highlight.block-bg-grey-dark:after {
  background-color: #212324;
  color: white;
}
.block-highlight.block-bg-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  transition: 0s linear;
  transition-property: background-position;
}
.block-highlight.block-bg-overlay {
  position: relative;
}
.block-highlight.block-bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block !important;
}
.block-highlight.block-bg-overlay > * {
  z-index: 2;
  position: relative;
}
.block-highlight.block-bg-overlay.block-bg-overlay-1:after {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.block-highlight.block-bg-overlay.block-bg-overlay-2:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.block-highlight.block-bg-overlay.block-bg-overlay-3:after {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.block-highlight.block-bg-overlay.block-bg-overlay-4:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.block-highlight.block-bg-overlay.block-bg-overlay-5:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block-highlight.block-bg-overlay.block-bg-overlay-6:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-highlight.block-bg-overlay.block-bg-overlay-7:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.block-highlight.block-bg-overlay.block-bg-overlay-8:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block-highlight.block-bg-overlay.block-bg-overlay-9:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.block-highlight.block-border-bottom {
  border-bottom: 1px solid #ff5821;
}
.block-highlight.block-border-top {
  border-top: 1px solid #ff5821;
}
.block-highlight.block-border-bottom-grey {
  border-bottom: 1px solid #eeeeee;
}
.block-highlight.block-border-top-grey {
  border-top: 1px solid #eeeeee;
}
.block-highlight h1:first-child,
.block-highlight h3:first-child,
.block-highlight h3:first-child,
.block-highlight h4:first-child,
.block-highlight h5:first-child {
  margin-top: 0;
}
.block-highlight p {
  font-size: 1.4em;
  font-weight: 100;
}
.scrolltop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 80;
  filter: alpha(opacity=8000);
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  font-size: 0;
  background: #343331;
  z-index: 999999;
  text-align: center;
  color: #ffffff !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.scrolltop:hover {
  text-decoration: none;
  opacity: 90;
  filter: alpha(opacity=9000);
}
.scrolltop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-style: normal;
}
.social-media.social-media-inline {
  margin: 8px;/*8px*/
}
@media (min-width: 768px) {
  .social-media.social-media-inline {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.social-media a {
  text-decoration: none;
  color: #ff5821;
  display: inline-block;
  line-height: 1;
  background: #ffffff;
  padding: 3px; /*3px*/
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
  box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.social-media a i {
  border: 2px solid #ff5821;
  font-size: 14px;
  padding: 0;
  margin: 0; /*0*/
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle; /*原本沒有*/
  display: block;
}
.social-media a:hover {
  text-decoration: none;
  background: #ff5821;
  color: #ffffff;
}
.social-media a:hover i {
  border-color: #ffffff;
}
.social-media.social-media-stacked a {
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  color: #ff5821;
  text-align: left;
  margin-bottom: 0.5em; /*0.5em*/
  font-weight: bold;
}
.social-media.social-media-stacked a:hover {
  color: white !important;
}
.social-media.social-media-stacked a i {
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: white;
  border-color: white;
  border-width: 3px;
  line-height: 23px;
  width: 26px; /*26px*/
  height: 26px; /*26px*/
}


.item-slider {
 overflow: hidden;
 margin-top:-20px;/*新增*/
 align-content:center;/*新增*/
 text-align: center;/*新增*/
 
}

@media (min-width: 960px) {
  .item-slider {
    /*height: 400px;*/
	align-content:center;/*新增*/
  }
}

@media (min-width: 769px) and (max-width:959px) {
  .item-slider {
    /*height: 400px;*/
	align-content:center;/*新增*/
  }
}

@media (max-width: 768px) {
  .item-slider {
    /*height: 300px;*/
	align-content:center;/*新增*/
  }
}



.owl-carousel .owl-controls {
  margin: 0;
}

@media (max-width: 769px) {
  .owl-carousel .owl-controls,
  .owl-carousel .owl-controls .owl-buttons div,
  .owl-carousel .owl-controls .owl-buttons div:before,
  .owl-carousel .owl-controls .owl-buttons div.owl-prev,
  .owl-carousel .owl-controls .owl-buttons div.owl-prev:before,
  .owl-carousel .owl-controls .owl-buttons div:hover,
  .owl-carousel:hover .owl-controls .owl-buttons div,
  .owl-carousel .owl-controls .owl-pagination
 {
    position: absolute;
    top: 50%;
	opacity:0;
  }
}

.owl-carousel .owl-controls .owl-buttons div {
  text-indent: 0;
  font-size: 0;
  background: red;/*background: #343331;*/
  width: 40px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 50%;
  margin-top: -75px;
  right: 0;
  left: auto;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
}

.owl-carousel .owl-controls .owl-buttons div:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 32px;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  left: 0;
  right: auto; 
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: '\f104';
}
.owl-carousel .owl-controls .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel:hover .owl-controls .owl-buttons div {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.owl-carousel .owl-controls .owl-pagination {
  bottom: 10px;
  right: 5px;
  width: auto;
  position: absolute;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 16px;
  width: 16px;
  border: 2px solid #ff5821;
  background: transparent;
  margin: 2px 4px;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #ff5821;
}


.item-slider .item-caption {
  padding: 2em;/*2em*/
}
@media (min-width: 992px) {
  .item-slider .item-caption {
    padding: 0;
  }
}

.item-carousel-act .item {
  display: block;
  float: center;
  /*left*/
  padding: 0 4px;
  /*0 5px*/
}

.item-carousel-act .item-p {
  display: block;
  float: center;
  padding: 6px 5px;
}

.item-carousel-act .item-details {
  background: #f3f3f3;
  border-bottom: 1px solid #bfbfbf;
  height: 100px;
  color: #777;/*ACT文字*/
  padding: 20px;
  /*padding: 20px;*/
  font-size: 13.5px;
  line-height: 16px;
}

.item-carousel-act .item-details-news5 {
  background: #f3f3f3;
  border-bottom: 1px solid #bfbfbf;
  height: 84px;
  color: #777;
  padding: 20px;
  /*padding: 20px;*/
  font-size: 12px;
  line-height:22px;
  
}

.item-carousel .item {
  display: block;
  float: center;/*left*/
  padding: 0 4px;/*0 5px*/
}
.item-carousel .item-p {
  display: block;
  float: center;
  padding: 6px 5px;
}
.item-carousel .item-details {
  background: #f3f3f3;
  border-bottom: 1px solid #bfbfbf;
  height:140px;
  color:#777;
  padding: 20px;/*padding: 20px;*/
  font-size: 13.px;
  line-height: 14px;
}

.item-carousel .item-details-news5 {
  background: #f3f3f3;
  border-bottom: 1px solid #bfbfbf;
  height:84px;
  color:#777;
  padding: 20px;/*padding: 20px;*/
  font-size: 12px;
}

.item-title-academy {
  color:#fff;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  text-decoration:none !important;
  margin: -4px -14px -14px -14px;/*帶字的距離 -4px -14px 10px -14px*/
  background-color: rgba(24, 90, 199, 1);
  padding: 8px 10px 8px 10px;
}

.item-title-academy-ptc {
  color:#fff;
  text-align: center;
  /*line-height: 38px;*/
  font-weight: 400;
  text-decoration:none !important;
  margin: -4px -14px -14px -14px;/*帶字的距離 -4px -14px 10px -14px*/
  background-color: #54C247 ;
  padding: 8px 10px 12px 10px;
}

.item-title-academy-bc {
  color:#fff;
  text-align: center;
  /*line-height: 38px;*/
  font-weight: 400;
  text-decoration:none !important;
  margin: -4px -14px -14px -14px;/*帶字的距離 -4px -14px 10px -14px*/
  background-color: #0D76FF;
  padding: 8px 10px 12px 10px;
}



.SSS {
    padding: 10px 10px;   
}
.item-title-academy-g {
  font-size: 10pt;
  color:#fff;
  text-align: center;
  /*line-height: 38px;*/
  font-weight: 200;
  text-decoration:none !important;
  margin: -4px -14px -14px -14px;/*帶字的距離 -4px -14px 10px -14px*/
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 10px 12px 10px;
    
}

.academy-hr {
  color:gray;
  text-align: center;
  background-color:lightgray;
  padding: 6px 0px 8px 0px;/*上右下左*/
  margin: 14px -14px 10px -14px;/*上右下左*/
}

.academy-gr {
  color:dimgray; 
  font-size:10pt;
    line-height: 14px;
}

.academy-font {
  font-size:10pt;
  line-height: 18px;
  margin-top: 24px;
  /*text-justify:inter-ideograph;*/
}

.academy-font-d {
  font-size:10pt;
  line-height: 18px;
  /*text-justify:inter-ideograph;*/
  margin-top: 24px;
}

.academy-font-s {
  font-size:11pt;
  line-height: 22pt;
  color: aliceblue;
  /*text-justify:inter-ideograph;*/
  margin-bottom: -60px;
  background:  rgba(0, 0, 0, 0.5);
    
}

.academy-p {
  font-size:8pt;
  line-height: 16px;
}
.item-carousel .item-details .item-title {
  color:#343331;
  font-weight: 400;
  text-decoration:none !important;
  margin: -4px 0 10px 0;
  
}
.item-carousel .item-details .item-title a {
  color: red;
}
.item-carousel .item-details .item-title a:hover {
  color: #bd362f;
  text-decoration:none !important;
}
.item-carousel.owl-carousel .owl-controls .owl-buttons div {
  background-color: #ff5821;
}
.date-wrapper {
  color: #ffffff;
  text-align: center;
  margin: 0 0 1em 0;
  border-bottom: 2px solid #e5e5e5;
  width: 40px;
  font-size: 16px;
  display: block;
}
.no-d .news-p {
	font-size:9pt;
	font-weight:100;
	text-align: justify;
    text-justify:inter-ideograph;
	color:#777;
}
.no-d .news-rm a {
	font-size:9pt;
	color:red;
}
.no-d .news-rm a:hover {
	color:#bd362f;
}
.date-wrapper .date-m {
  padding: 2px;
  text-transform: uppercase;
  font-weight: 100;
  background: #ff5821;
  font-size: 11px;
  line-height: 1;
  display: block;
}
.date-wrapper .date-d {
  font-size: 16px;
  line-height: 1;
  padding: 4px 0;
  background: #ffffff;
  color: #343331;
  display: block;
}

.overlay-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay-wrapper.overlay-wrapper-bordered {
  border-bottom: 5px solid transparent;
}
.overlay-wrapper.overlay-wrapper-bordered:hover {
  border-bottom: 5px solid #e34619;
}

.overlay-wrapper .overlay-SpinFire {
  position: absolute;
  width: 100%;
  height: 20%;/*100%;*//*色塊高度*/
  background: rgba(201, 77, 0, 0.8);/*rgba(41, 104, 178, 0.8)*/
  z-index: 100;
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;/*0*/
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}

.overlay-wrapper .overlay-O-SpinFire {
  position: absolute;
  width: 100%;
  height: 20%;
  background: rgba(28, 192, 228, 0.8);
  z-index: 100;
  display: block;
  top: 98%;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}






.overlay-wrapper .overlay-Brics {
  position: absolute;
  width: 100%;
  height: 20%;/*100%;*//*色塊高度*/
  background: rgba(64, 147, 255, 0.8);/*rgba(0, 0, 0, 0.6)*/
  z-index: 100;
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}
.overlay-wrapper .overlay-SimLab-Composer {
  position: absolute;
  width: 100%;
  height: 20%;/*100%;*//*色塊高度*/
  background: rgba(226, 186, 57, 0.8);/*rgba(0, 0, 0, 0.6)*/
  z-index: 100;
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}
.overlay-wrapper .overlay-SimLab-VR-Studio {
  position: absolute;
  width: 100%;
  height: 20%;/*100%;*//*色塊高度*/
  background: rgba(159, 107, 255, 0.8);/*rgba(0, 0, 0, 0.6)*/
  z-index: 100;
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}
.overlay-wrapper .overlay-KS {
  position: absolute;
  width: 100%;
  height: 20%;/*100%;*//*色塊高度*/
  background: rgba(24, 90, 199, 0.8);/*rgba(0, 0, 0, 0.6)*/
  z-index: 100;
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}
.overlay-wrapper .overlay-PTC {
  position: absolute;
  width: 100%;
  height: 20%;/*100%;*//*色塊高度*/
  background: rgba(116, 195, 77, 0.8);/*rgba(0, 0, 0, 0.6)*/
  z-index: 100;
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;/*0*/
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}
.overlay-wrapper .overlay {
  position: absolute;
  width: 100%;
  height:20%;/*100%;*//*色塊高度*/
  background: rgba(0, 0, 0, 0.8);/*原始rgba(0, 0, 0, 0.6)*/
  z-index: 99;/*100*/
  display: block;
  top: 98%;/*100%;*//*初始位置*/
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  color: white;
}
.overlay-wrapper .overlay.on {
  top: 0;
}

.overlay-wrapper .overlay-SimLab-Composer .overlay-content {
  display: block;
  position: relative;
  top: 50%;/*top: 50%*/
  transform: translateY(-50%);/*translateY(-50%)*/
}  
.overlay-wrapper .overlay-SimLab-VR-Studio .overlay-content {
  display: block;
  position: relative;
  top: 50%;/*top: 50%*/
  transform: translateY(-50%);/*translateY(-50%)*/
}  
.overlay-wrapper .overlay-SpinFire .overlay-content {
  display: block;
  position: relative;
  top: 50%;/*top: 50%*/
  transform: translateY(-50%);/*translateY(-50%)*/
}
.overlay-wrapper .overlay-Brics .overlay-content {
  display: block;
  position: relative;
  top: 50%;/*top: 50%*/
  transform: translateY(-50%);/*translateY(-50%)*/
}
.overlay-wrapper .overlay-KS .overlay-content {
  display: block;
  position: relative;
  top: 50%;/*top: 50%*/
  transform: translateY(-50%);/*translateY(-50%)*/
}  
.overlay-wrapper .overlay-PTC .overlay-content {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);/*translateY(-50%)*/
}
.overlay-wrapper .overlay .overlay-content {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.overlay-wrapper .underlay {
  z-index: 98;/*99*/
}
.overlay-wrapper:hover .overlay-SimLab-Composer {
  top: 80%;/*top: 0;*//*結束位置*/
}
.overlay-wrapper:hover .overlay-SimLab-VR-Studio {
  top: 80%;/*top: 0;*//*結束位置*/
}

.overlay-wrapper:hover .overlay-SpinFire {
  top: 80%;/*top: 0;*//*結束位置*/
}
.overlay-wrapper:hover .overlay-Brics {
  top: 80%;/*top: 0;*//*結束位置*/
}
.overlay-wrapper:hover .overlay-KS {
  top: 80%;/*top: 0;*//*結束位置*/
}
.overlay-wrapper:hover .overlay-PTC {
  top: 80%;/*top: 0;*//*結束位置*/
}
.overlay-wrapper:hover .overlay {
  top: 80%;/*top: 0;*//*結束位置*/
}
.map-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.map-wrapper .btn-map {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.panel-pricing {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 0;
  background: #ededed url(../img/bg_noise-bg.png) left top repeat;
  -webkit-box-shadow: 1px 1px 5px #d5d5d5;
  -moz-box-shadow: 1px 1px 5px #d5d5d5;
  box-shadow: 1px 1px 5px #d5d5d5;
}
.panel-pricing .panel-heading {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.panel-pricing .panel-title {
  font-weight: 600;
  text-transform: uppercase;
}
.panel-pricing .panel-title em {
  text-transform: none;
  font-weight: 100;
}
.panel-pricing .panel-pricing-price {
  text-shadow: none;
  color: #b5b5b5;
  background: #6b7175;
  text-align: center;
  padding: 15px 0 10px 0;
  font-weight: 100;
  vertical-align: text-top;
  margin: 0;
  font-weight: 14px;
}
.panel-pricing .panel-pricing-price .digits {
  font-size: 40px;
  color: #ffffff;
}
.panel-pricing .panel-body {
  background-color: white;
}
.panel-pricing .panel-pricing-popular {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  color: #ff5821;
  padding: 1px 5px 1px 0;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.panel-pricing .panel-pricing-popular i {
  font-size: 12px;
}
.panel-pricing.panel-pricing-highlighted {
  -webkit-box-shadow: 1px 2px 5px #d5d5d5;
  -moz-box-shadow: 1px 2px 5px #d5d5d5;
  box-shadow: 1px 2px 5px #d5d5d5;
}
.panel-pricing.panel-pricing-highlighted .panel-pricing-price {
  background: #212324;
  padding: 25px 0 20px 0;
}
.stat {
  padding: 30px;
  border: 2px solid #ff5821;
  font-size: 62px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.stat small {
  font-size: 14px;
  display: block;
}
.text-primary {
  color: #ff5821;
}
.bg-primary {
  background-color: #ff5821;
}
.popover-title {
  font-size: 16px;
  font-weight: bold;
}
.popover-content {
  font-size: 12px;
  font-weight: normal;
}
.page-header small {
  font-size: 18px;
  display: block;
}
.jumbotron {
  border-radius: 0;
}
.text-fancy {
  font-family: serif;
  font-style: italic;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-weight-light {
  font-weight: 100 !important;
}
.text-weight-strong {
  font-weight: bold !important;
}
.text-shadow-white {
  text-shadow: 1px 1px 0 #ffffff;
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
}
h1,
.h1 {
  font-size: 50.4px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1.h-lg,
.h-lg h1,
.h-lg .h1,
.h-lg.h1 {
  font-size: 72px;
}
h2.h-lg,
.h-lg h2,
.h-lg .h2,
.h-lg.h2 {
  font-size: 54px;
}
h3.h-lg,
.h-lg h3,
.h-lg .h3,
.h-lg.h3 {
  font-size: 38.400000000000006px;
}
h4.h-lg,
.h-lg h4,
.h-lg .h4,
.h-lg.h4 {
  font-size: 25.2px;
}
h5.h-lg,
.h-lg h5,
.h-lg .h5,
.h-lg.h5 {
  font-size: 16.8px;
}
h6.h-lg,
.h-lg h6,
.h-lg .h6,
.h-lg.h6 {
  font-size: 13.200000000000001px;
}
h1.h-xlg,
.h-xlg h1,
.h-xlg .h1,
.h-xlg.h1 {
  font-size: 122.39999999999999px;
}
h2.h-xlg,
.h-xlg h2,
.h-xlg .h2,
.h-xlg.h2 {
  font-size: 84px;
}
h3.h-xlg,
.h-xlg h3,
.h-xlg .h3,
.h-xlg.h3 {
  font-size: 62.400000000000006px;
}
h4.h-xlg,
.h-xlg h4,
.h-xlg .h4,
.h-xlg.h4 {
  font-size: 43.199999999999996px;
}
h5.h-xlg,
.h-xlg h5,
.h-xlg .h5,
.h-xlg.h5 {
  font-size: 30.800000000000004px;
}
h6.h-xlg,
.h-xlg h6,
.h-xlg .h6,
.h-xlg.h6 {
  font-size: 25.200000000000003px;
}
ul.big-list {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
ul.big-list li {
  list-style: none;
  margin: 0;
  padding: 0.5em;
  border-bottom: 1px solid #eee;
}
ul.big-list li:hover {
  background: #ededed;
}
ul.list-dotted {
  padding: 0 30px 20px 30px;
  margin: 0;
}
ul.list-dotted li {
  padding: 0.2em;
  list-style: none;
}
ul.list-dotted li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 6px;
  color: #ff5821;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
blockquote {
  border: none;
  padding: 0;
  margin: 1em 0 0 0;
  position: relative;
  background: url(../img/bg_blockquote.png) left top no-repeat;
}
blockquote:before,
blockquote:after {
  content: " ";
  display: table;
}
blockquote:after {
  clear: both;
}
blockquote p {
  padding: 0 1em 1em 160px;
  text-align: center;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.55;
}
blockquote img {
  position: absolute;
  bottom: 0;
  left: 50px;
  max-width: 120px;
}
blockquote small {
  display: block;
  padding: 10px;
  padding-left: 160px;
  background: #6b7175;
  color: #d0d3d4;
}
blockquote small:before {
  content: ' ';
}
blockquote small strong,
blockquote small .spacer {
  color: #ffffff;
  font-size: 15px;
}
blockquote small a {
  color: #d0d3d4;
}
blockquote small a:hover {
  color: #d0d3d4;
}
blockquote.right {
  background: url(../img/bg_blockquote-flipped.png) right top no-repeat;
}
blockquote.right p {
  padding: 0 160px 1em 1em;
}
blockquote.right img {
  left: auto;
  right: 50px;
}
blockquote.right small {
  padding-right: 180px;
  text-align: right;
  padding-left: 0;
}
.bg-noise {
  background: #ededed url(../img/bg_noise-bg.png) left top repeat;
}
.bg-academy {
  background: #ededed;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 14px;
}

.bg-academy-d {
  background: #ededed;
  margin-top: -10px;
  padding: 14px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body,
html {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: 100;
}
a {
  color: #ff5821;
}
a:hover {
  color: #ff5821;
}
#background-wrapper {
  background-color: #000000;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 0;
  border-bottom: 2px solid #ff5821;
}
.benches {
  background-image: url(../img/backgrounds/benches.png);
}
.boots {
  background-image: url(../img/backgrounds/boots.png);
}
.buildings {
  background-image: url(../img/backgrounds/buildings.png);
}
.city {
  background-image: url(../img/backgrounds/city.png);
}
.metro {
  background-image: url(../img/backgrounds/metro.png);
}
a.btn-hh-trigger {
  display: block;
  font-size: 0 !important;
  line-height: 32px;
  width: 30px;
  height: 32px;
  background: #ff5821;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 10px;
  text-decoration: none;
  position: relative;
  top: -11px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border: none;
}
a.btn-hh-trigger:before,
a.btn-hh-trigger:after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 18px;
  font-style: normal;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0;
  margin: 0;
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 2px;
  bottom: 0;
  left: -1px;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.btn-hh-trigger:after {
  content: "\f068";
  opacity: 0;
  filter: alpha(opacity=0);
}
a.btn-hh-trigger.target-open:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
a.btn-hh-trigger.target-open:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-hidden {
  background: #ff5821;
  color: #ffffff;
}
.header-hidden a:not(.btn),
.header-hidden p {
  color: #ffffff;
}
.header {
  padding: 20px 0px 22px 10px; /*20px 0 30px 0*//*上 右 下 左*/
  position: relative;
  color: white;
  /*display: inline-block;*/
}
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.LOGO-font{
  color: #fff;
  font-family:Microsoft JhengHei;
  display: flex;
  height:48px;
  font-weight:600;
  /*vertical-align:middle;*/
  padding: auto 20px;/*上 右 下 左*/
	}
.header-font {
  font-family:Microsoft JhengHei;
  vertical-align: middle; 
  display: inline-block;
  float: left;
	}
.header a:not(.btn) {
  color: white;
}
#highlighted {
  color: #ffffff;
}
#content {
  padding: 20px 0 0 0;/*20px 0 20px 0*/
  background: #ffffff;
}
#content > .block:first-child {
  margin-top: -20px;
  margin-bottom: 0px;/*新增*/
}
#footer {
  padding-top: -20px;/*新增*/
  padding-bottom: -20px;/*新增*/
  /*max-height: 200px;/*新增*/
  /*min-height: 200px;/*400px*/
  color: #999;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong {
  color: #ffffff;
}
#footer a:not(.btn) {
  color: #ff5821;
}
#footer .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1em;/*1em*/
  margin-bottom: 1em;/*1em*/
  margin-left:  0.5em;/*新增*/
  padding-top: 1em;/*1em*/
  font-size:9pt;
}
.subfooter {
  padding-top: 0;
  border-top: 2px solid red;
}

.footer-font {
 font-size:10pt;
 line-height: 14pt;
}

.footer-font-a  {
  font-size: 10pt;
  line-height: 14pt;
  margin-top: 20px;
}

.footer-font-a a {
  color: #999 !important;
}

.footer-font-a a:hover {
  color: red!important;
}

.footer-font-t {
  font-size: 11pt;
  line-height: 15pt;
  font-weight: 300;
}



/* Contact Section */
#contact address {
  color: #999;
}

#contact .form #sendmessage {
  color: green;
  background: #fff;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #333;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #555;
}

.sidebar {
  min-height: 450px;
  background: url(../img/misc/bg_sidebar-left.png) right 15px top -60px no-repeat;
  padding-top: 30px;
}
.sidebar.sidebar-right {
  background: url(../img/misc/bg_sidebar-right.png) right 15px top -60px no-repeat;
}
.fullscreen-centered #background-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.fullscreen-centered #content {
  background: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width: 80%;
}
/*原本的
.navbar-default {
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e6e6e6 100%);
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(to bottom, #f3f3f3, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}*/

/*原本20230215之前
.navbar-default {
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e6e6e6 100%);
  background-color: #000 !important;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(to bottom, #f3f3f3, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 5px red solid;
}*/

.navbar-default {
  background-image: -webkit-linear-gradient(top, #000 0%, #2d2d2d 100%);
  background-image: -o-linear-gradient(top, #000 0%, #2d2d2d 100%);
  background-image: linear-gradient(to bottom, #000 0%, #2d2d2d 100%);
  background-color: #000 !important;
  background-image: -moz-linear-gradient(top, #000, #2d2d2d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#2d2d2d));
  background-image: -webkit-linear-gradient(top, #000, #2d2d2d);
  background-image: -o-linear-gradient(top, #000, #2d2d2d);
  background-image: linear-gradient(to bottom, #000, #2d2d2d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px red solid;/*上排選單紅色底線粗度*/
}
.navbar-default .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    clear: none;
  }
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-form {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px;
}

.Nav-logo {
  height: 30px;
  /*width: 145px;*/
  padding-left: 15px;
  padding-top: 8px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: block;
  text-shadow: none;
  line-height: 1;
  /*background: url(images/IRIS_LOGO.svg) left top no-repeat;*/
  height: 30px;
  width: 145px;
}
.navbar-brand:hover {
  text-decoration: none;
  cursor: pointer;
  /*background: url(images/IRIS_LOGO_black.svg) left top no-repeat;*/
}
.navbar-brand.center-block {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
/*改的
.LOGO-font{
  color: #fff;
  font-family:Microsoft JhengHei;
  display: flex;
  height:48px;
  font-weight:600;
  padding: auto 20px;/*上 右 下 左*/



.navbar-slogan {
  float: left;
  /*width: 180px;*/
  padding-left: 1.5em;
  margin-left: 1.5em;
  border-left: 2px dotted #bcbfc4;
  font-size: 14px;
  line-height: 1.2;
  height:48px;
  font-weight:600;
  color: fff;
  display: none;
  padding: 15px 0 10px 20px;/*上 右 下 左*
  
  
/*原本的
  .navbar-slogan {
  float: left;
  width: 180px;
  padding-left: 1.5em;
  margin-left: 1.5em;
  border-left: 2px dotted #bcbfc4;
  font-size: 13px;
  line-height: 1.2;
  color: #bcbfc4;
  display: none;
}
*/
}
@media (min-width: 768px) {
  .navbar-slogan {
    display: block;
  }
}
.navbar-slogan.center-block {
  float: none !important;
  margin: 10px auto;
  border-left: none !important;
  display: block !important;
  width: auto;
  text-align: center;
  padding: 0;
  
}
.navbar-default .navbar-nav {
  margin: 0;
  padding: 0;
  height: 70px;
}
.navbar-default .navbar-nav .caret {
  color: #ff5821;
  vertical-align: middle;
  margin: 0;
  border: none;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  float: right;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .caret {
    margin: -4px 0 0 8px;
    font-size: 10px;
    float: none;
  }
}
.navbar-default .navbar-nav .caret:after {
  content: "\f078";
  font-family: 'FontAwesome';
}
.navbar-default .navbar-nav li {
  margin: 0;
  /*border-bottom: 1px solid #D3D3D3;*//*手機板的選單底線*/
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li {
    /*border-right: 1px solid #D3D3D3;*//*上排選單的中間線*/
    border-bottom: none;
  }
}
.navbar-default .navbar-nav li:first-child {
  border-left-color: #ffffff;
}
.navbar-default .navbar-nav li a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-weight: 600;
}
.navbar-default .navbar-nav li > a:not(.btn) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*padding-top: 20px;/*手機版點漢堡排後展開的寬度*/
  /*padding-right: 300px;*/
  /*padding-bottom: 20px;*/
  /*padding: 20px 300px 20px 20px;亂推BOSS手機看不出來之前用的*/
  padding:20px 15px;/*這也是一開始的預設*/
  font-size: 14.5px;
  font-weight: 400;/*600*/
  text-transform: uppercase;/*所有字母均為大寫-*/
  color: #fff;/*#343331上排選單字的顏色*/
}

.navbar-default .navbar-nav {
  /*height: 500px;*/
  /*width: 100%;*/
  height: auto;/*手機下拉選單的高度*/

}

/*
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  /*border-color: red;*//*原#e7e7e7*/
  /*width:100%;
}
/*加手機選單左右滿版 但電腦版會分成上下*/
/*.navbar-collapse {border-color: #e7e7e7;width: 100%;}*/

/*GPT教A*//*關鍵在於是".navbar-collapse這個啦!!!"*/
@media (max-width: 767px) {

  /* 螢幕寬度小於 768px 時的樣式 */
  .navbar-collapse {
    width: 100%;
    padding: 0px 0px;
  }
}

@media (min-width: 768px) {

  /* 螢幕寬度大於等於 768px 時的樣式 */
  .navbar-collapse {
    width: auto;
    min-width: 160px;
  }
}
/*GPT教A-END*/


.navbar-collapse {-webkit-max-height: 1000px;}

@media (min-width: 768px) {
  .navbar-default .navbar-nav li > a:not(.btn) {
    height: 70px;/*原本60px上排選單高度*/
    line-height: 70px;/*原本60px上排選單高度*/
    padding: 0 25px;
  }
}
.navbar-default .navbar-nav li > a:not(.btn) small {
  display: block;
  line-height: 1;
}
.navbar-default .navbar-nav li > a:not(.btn):hover .dropdown-menu {
  display: block;
  /*
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  /*border-color: red;*//*原#e7e7e7*/
  /*width:100%;
}*/
/*家手機選單左右滿版 但電腦版會分成上下*/


}
.navbar-default .navbar-nav li.icon-link a {
  text-align: left;
  font-size: 20px;
  color: #343331;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  min-height: 70px !important;
  margin-bottom: 20px;
}

.navbar-toggle {
  float: right;
  padding: 9px 10px;
  margin-top: 18px;/*漢堡排ICON對齊*/
  margin-right: 18px;
  margin-bottom: 18px;
  /*background-color: transparent;*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-collapse.collapse {
    /*display: block !important;*/ /*打開會收不起來*/
    /*height: auto !important;*/
    /*height: 800px !important;*//*沒用*/
    padding-bottom:  0px;/*原本是0 好像也沒用*/
    /*overflow: visible !important;*/
    /*max-height: 1800px !important;*/
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 1800px!important;/*340px*/
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav li.icon-link a {
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.navbar-default .navbar-nav li > a:not(.btn):hover,
.navbar-default .navbar-nav li.icon-link a:hover {
  background:#212324;/*原#ffffff*//*上排選單滑鼠移過去變色*/
  color: #ff5821;
}
.navbar-default .navbar-nav li.open a:hover,
.navbar-default .navbar-nav li.open a:focus,
.navbar-default .navbar-nav li.open a.dropdown-toggle,
.navbar-default .navbar-nav li.active a.top-level,
.navbar-default .navbar-nav li.active a:hover {
  background: #ff5821;
  color: #ffffff !important;
  text-shadow: none;
}
.navbar-default .navbar-nav li.open a:hover .caret,
.navbar-default .navbar-nav li.open a:focus .caret,
.navbar-default .navbar-nav li.open a.dropdown-toggle .caret,
.navbar-default .navbar-nav li.active a.top-level .caret,
.navbar-default .navbar-nav li.active a:hover .caret {
  color: #ffffff;
}
.navbar-default .navbar-nav li.open a.dropdown-toggle {
  border-bottom-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu {
  margin-top: 0px;
  padding: 15px;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 3px solid #ff5821;
  background: #f3f3f3;/*手機選單點下去的底色*/
  min-width: 200px;/*原200px改了好像也沒作用*/
}
.navbar-default .navbar-nav .dropdown-menu li {
  border: none;
  list-style: none;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-header {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-footer {
  background: #6b7175;
  padding: 7.5px 15px;
  margin: 15px -15px -15px -15px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-footer:before,
.navbar-default .navbar-nav .dropdown-menu li.dropdown-footer:after {
  content: " ";
  display: table;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-footer:after {
  clear: both;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-footer strong {
  color: #ffffff;
}
.navbar-default .navbar-nav .dropdown-menu li.row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: -100px;
}
.navbar-default .navbar-nav .dropdown-menu li a:not(.btn) {
  margin: 2px;
  padding: 8px;
  height: auto;
  line-height: 1.2;
  font-size: 13.5px;
  border: none;
  text-transform: none;
  position: relative;
  color: #343331;
  display: block;
  /*border-left: red 10px solid;*/
}
.navbar-default .navbar-nav .dropdown-menu li a:not(.btn):before {
  /*content: "\f111";*//*圓點拿掉*/
  font-family: 'FontAwesome';
  font-size: 5px;
  color: #ff5821;
  margin: 0 6px 0 0;
  padding: 0;
  vertical-align: middle;
}
.navbar-default .navbar-nav .dropdown-menu li a:not(.btn):hover {
  color: #ffffff;
  background: #343331;
  text-decoration: none;
  border-left: red 10px solid;/*圓點拿掉 改左邊方塊*/
}
.inP-font-title{
  border-bottom: red 2px solid;/*上排選單產品類別標題*/
  font-weight: 600;
  padding-top: 10px;
}
.navbar-default .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.in-p-right {
  padding-right: 20px !important;/*購物車旁邊的距離,+在.pull-right試有了但是安卓機顯示會壞!*/
}

.navbar-default .navbar-nav .dropdown-mm {
  position: static;
}
.navbar-default .navbar-nav .dropdown-menu.dropdown-menu-mm {
  list-style: none;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .dropdown-menu.dropdown-menu-mm {
    min-width: 720px; /*480px*//*下拉式選單的灰底最大寬度*/
    max-width: 620px; /*620px*/
    margin-left: auto;
    margin-right: auto;
  }
}
.user-menu {
  margin-top: 14px;/*-10px*/
  padding-right: 10px;
  color: fff;
  font-size: 12px;
}
.user-menu a {
  font-size: 12px;
}

@media (max-width:  768px) {
  .user-register {
    display: block !important;
  }
}


ul.nav-stacked {
  padding: 0;
  margin: 0;
  text-align: center;/*text-align: right;*/
}
ul.nav-stacked li a {
  color: #ff5821;
  background: #e5e5e5;
  font-size: 11pt; /*18px*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 200;/*font-weight: bold*/
  border: none;
  margin: 0;
  padding: 4px 10px 4px 10px;/*padding: 8px 20px 8px 5px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;/*新增*/
}
ul.nav-stacked li a:hover {
  background: #212324;/*#e6e6e6*/
  color:#fff !important;
  font-weight: 400;/*新增*/
}
ul.nav-stacked li a i {
  font-size: 11pt;/*14px*/
}
ul.nav-stacked li a small {
  display: block;
  font-weight: normal;
  color: #343331;
  font-size: 11px;
}
ul.nav-stacked li.active a,
ul.nav-stacked li.active a:hover {
  color: #ffffff;
  margin: 0;
  background: #212324;
  /*padding-right: 25px;*/
}
ul.nav-stacked li.active a:after,
ul.nav-stacked li.active a:hover:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(15, 20, 23, 0);
  border-left-color: #212324;
  border-width: 10px;
  margin-top: -10px;
}
ul.nav-stacked li.active a small,
ul.nav-stacked li.active a:hover small {
  color: #ababab;
}
ul.nav-stacked.nav-stacked-right li.active a:after,
ul.nav-stacked.nav-stacked-right li.active a:hover:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(15, 20, 23, 0);
  border-right-color: #0f1417;
  border-width: 10px;
  margin-top: -10px;
}
ul.nav-tabs {
  border-bottom: 1px dashed #BFBFBF;
  margin-bottom: 1em;
}
ul.nav-tabs li {
  border: 1px dashed #BFBFBF;
  border-bottom: none;
  border-right: none;
  padding: 0;
  margin: 0;
}
ul.nav-tabs li:last-child {
  border-right: 1px dashed #BFBFBF;
}
ul.nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.2em;
  color: #ff5821;
  padding: 8px 1.4em;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
  color: #ffffff;
  background: #6C7175;
  border: none;
}
ul.nav-tabs.nav-tabs-left,
ul.nav-tabs.nav-tabs-right {
  border-bottom: none;
}
ul.nav-tabs.nav-tabs-left > li,
ul.nav-tabs.nav-tabs-right > li {
  float: none;
  border-right: 1px dashed #BFBFBF;
}
ul.nav-tabs.nav-tabs-left > li:last-child,
ul.nav-tabs.nav-tabs-right > li:last-child {
  border-bottom: 1px dashed #BFBFBF;
}


.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 1rem !important;
}
.m-t {
  margin-top: 1rem !important;
}
.m-r {
  margin-right: 1rem !important;
}
.m-b {
  margin-bottom: 1rem !important;
}
.m-l {
  margin-left: 1rem !important;
}
.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 1.5rem !important;
}
.m-t-md {
  margin-top: 1.5rem !important;
}
.m-r-md {
  margin-right: 1.5rem !important;
}
.m-b-md {
  margin-bottom: 1.5rem !important;
}
.m-l-md {
  margin-left: 1.5rem !important;
}
.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-a-lg {
  margin: 3rem !important;
}
.m-t-lg {
  margin-top: 3rem !important;
}
.m-r-lg {
  margin-right: 3rem !important;
}
.m-b-lg {
  margin-bottom: 3rem !important;
}
.m-l-lg {
  margin-left: 3rem !important;
}
.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 1rem !important;
}
.p-t {
  padding-top: 1rem !important;
}
.p-r {
  padding-right: 1rem !important;
}
.p-b {
  padding-bottom: 1rem !important;
}
.p-l {
  padding-left: 1rem !important;
}
.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-a-md {
  padding: 1.5rem !important;
}
.p-t-md {
  padding-top: 1.5rem !important;
}
.p-r-md {
  padding-right: 1.5rem !important;
}
.p-b-md {
  padding-bottom: 1.5rem !important;
}
.p-l-md {
  padding-left: 1.5rem !important;
}
.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-a-lg {
  padding: 3rem !important;
}
.p-t-lg {
  padding-top: 3rem !important;
}
.p-r-lg {
  padding-right: 3rem !important;
}
.p-b-lg {
  padding-bottom: 3rem !important;
}
.p-l-lg {
  padding-left: 3rem !important;
}
.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.switcher:before,
.switcher:after {
  content: " ";
  display: table;
}
.switcher:after {
  clear: both;
}
.switcher a {
  text-indent: -10000px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.switcher a.active {
  border-color: #ffffff;
}
.switcher div.cols {
  float: left;
  margin-right: 2em;
  margin-bottom: 5px;
}
.switcher.page a {
  display: block;
  width: 80%;
  height: 100px;
  margin-bottom: 10px;
}
.switcher.page a.active {
  border-color: rgba(0, 0, 0, 0.3);
}
.switcher.page .background {
  background-size: contain;
}
.switcher .orange {
  background: #ff5821;
}
.switcher .green {
  background: #00bb5c;
}
.switcher .blue {
  background: #00a8cc;
}
.switcher .lavender {
  background: #ad4dd3;
}
.switcher .background {
  background-color: #000000;
  background-position: right center no-repeat;
  background-attachment: fixed;
}
/*************************
*******宙盟SLIDER-Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin {
  margin-top: 140px;
}

#main-slider .carousel h1 {
  color: #fff;
  text-shadow:2px 2px 5px #191919;
}

#main-slider .carousel h2 {
  color: #fff;
  text-shadow: 2px 2px 5px #191919;
}

#main-slider .carousel .btn-slide {
  font-size: 16px;
  padding: 8px 20px;
  background: red;
  /*#84CCC9*/
  color: #fff;
  /*text-shadow:1px 1px 3px #4e4e4e;*/
  border-radius: 8px;
  /*box-shadow:1px 1px 3px #4e4e4e;/*4px 4px 3px rgba  black 0.1em -0.1em 0.2em*/
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .btn-slide a ,a:hover{
  text-decoration: none;
  color: #0f1417;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: red;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 80px;
  width: 25px;
  line-height: 80px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: red;
  color: #fff;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

/*SLIDER下排按鈕*/
#main-slider .carousel-indicators li {
  width: 28px;
  height: 12px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}
/*
#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}*/

#main-slider .carousel-indicators .active {
  width: 28px;
  height: 12px;
  background-color: red;
  margin: 0 15px 0 0;
  border: 1px solid red;
  position: relative;
}
/*
#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: red;
  border: 1px solid red;
  left: -3px;
  top: -3px;
}*/

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

/*************************
**宙盟SLIDER-Home Page-END******
**************************/
/*20230105*/
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}

#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  /*rgba(0, 0, 0, 0.7)*/
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#intro .container {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #87CCC9;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #87CCC9;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  background: #f5f8fd url("../img/images/BP01.png") center top no-repeat;
  background-size: cover;
}

#hero2 {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  background: #f5f8fd url("../img/images/BP02.png") center top no-repeat;
  background-size: cover;
}

#hero3 {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  background: #f5f8fd url("../img/images/BP03.png") center top no-repeat;
  background-size: cover;
}

#hero4 {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
  background: #f5f8fd url("../img/images/BP04.png") center top no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  #hero {
    height: auto;
    padding: 100px 0 60px 0;
  }

  #hero .container {
    height: auto !important;
  }

  #hero .intro-img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .intro-info {
    padding-top: 80px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}

.intro-info h2 {
  color: lightgray;
  /*#413e66*/
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.intro-info h2 span {
  color: #87CCC9;
}

@media (max-width: 767px) {
  .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.btn-get-started,
.intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #87CCC9;
  color: #fff;
}

.btn-get-started:hover,
.intro-info .btn-services:hover {
  background: #0a98c0;
}

.hero-mt {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

#hero .f-title,
#hero2 .f-title,
#hero3 .f-title,
#hero4 .f-title {
  color: white;
  font-size: 48pt;
}

#hero .f-subtitle,
#hero2 .f-subtitle,
#hero3 .f-subtitle,
#hero4 .f-subtitle {
  color: lightgray;
  margin-top: -30px;
  font-size: 14pt;
}


.module .icon-box {
  text-align: center;
  border: 2px solid #54C247;/*1px solid #ebebeb;*/
  padding: 20px 30px;/*改這裡*/
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}


.module .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #54C247;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.module .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.M-font {
  font-weight: 400;
  font-size: 18px!important;
  color: #151515;
}


.M-font a {
  color: #54C247 !important;
  transition: ease-in-out 0.3s;
}

.M-font a:hover {
  color: #54C247;
}

.icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.module .icon-box:hover {
  /*border-color: #fff;*/
  border: 2px solid #54C247;
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}


/*BC-CASE*/

/*.gx-0 {
  --bs-gutter-x: 0;
}*/

.row-bb {
  display: flex;
  gap: 10px; /* 設定左右間距 */
}

.case-b-button {
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-decoration: none !important;
  margin: 0px; 
  background-color: #0D76FF;
  padding: 4px 10px 8px 10px;
  border-radius: 5px; /* 添加圓角 */
  transition: background-color 0.1s ease;
  display: flex; /* 使用Flexbox */
  justify-content: center; /* 使內容居中 */
  align-items: center; /* 使內容垂直居中 */
  height: 100%; /* 讓按鈕填滿父元素的高度 */
  width: calc(50% - 5px); /* 減去一半的 gap，確保按鈕不超過 row */
}
.case-b-button a {
  color: #fff !important; /* 確保顏色為白色 */
  text-decoration: none;
  display: block;
  width: 100%; /* 讓 <a> 填滿父容器 */
}
.case-b-button:hover {
  color: #fff !important; /* 確保顏色為白色 */
  background-color: #0b64d9;
}




.case-title-h4 {
  color:#fff;
  text-align: center;
  /*line-height: 38px;*/
  font-weight: 400;
  text-decoration:none !important;
  margin: -17px -31px;/*標題框的調整 配合下面box的內距-多1是不想要邊界有痕跡*/
  background-color: #0D76FF;
  padding: 14px 12px 18px 12px;/*標題框字的邊具*/
}


.bc-case .case-box {
  text-align: center;
  border: 2px solid #0D76FF;
  padding: 16px 30px;/*框的內距-看設多少上面的看設多少上面的case-title-h4的margin就要-多少*/
  margin-bottom: 20px;
  transition: all ease-in-out 0.2s;
  background: #fff;
}

.bc-case .case-box:hover {
  /*border-color: #fff;*/
  border: 2px solid #0D76FF;
  box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.bc-case .case-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}

.bc-case-button {
  display: inline-block;
  padding: 10px 100px;
  background-color: #0D76FF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.1s ease;
}
.bc-case-button:hover {
  background-color: #0b64d9;
}



.inq-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0D76FF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.1s ease;
}
.inq-button:hover {
  background-color: #0b64d9;
}

.inq-row {
  display: flex;
  flex-wrap: wrap;
}
.inq-col-sm-6 {
  flex: 1;
  max-width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 767px) {
  .inq-col-sm-6 {
      max-width: 50%;
  }
}

/*摺疊*/


#d-faq h1,
#d-faq h2 {
  color: #5e8afd;
}

#d-faq h1 {
  text-transform: uppercase;
  font-size: 26px;/*36*/
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

#d-faq h2 {
  font-size: 18px;/*26*/
  line-height: 18px;/*34*/
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}

#d-faq p {
  /*color: rgba(48, 69, 92, 0.8);*/
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  left: 10px;/**/
}

#d-faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

#d-faq ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;/*4*/
  padding-top: 12px;/*18*/
  border-top: 1px dotted #dce7eb;
}

#d-faq ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}

#d-faq ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}

#d-faq ul li:nth-of-type(3) {
  animation-delay: 1s;
}

#d-faq ul li:last-of-type {
  padding-bottom: 0;
}

#d-faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 10px;/*16*/
  right: 10px;/*0*/
}

#d-faq ul li i:before,
#d-faq ul li i:after {
  content: "";
  position: absolute;
  background-color: #5e8afd;
  width: 3px;
  height: 9px;
}

#d-faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#d-faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#d-faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

#d-faq ul li input[type=checkbox]:checked~p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

#d-faq ul li input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#d-faq ul li input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.inq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.inq-image-wrapper {
  width: 1200px;
  height: 900px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.inq-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inq-text {
  text-align: center;
  color: white;
}
