/* 首頁輪播*/

.overlay figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 5px 15px;
}
.overlay figure a:link,.overlay figure a:visited {
 color: #45484d;
}
.overlay figure a:hover {
 color: #000;
}

.overlay figure img {
	max-width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.overlay figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	color: #fff;
	background-color: #666666;
）*/
}
.overlay-effect figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .overlay-effect figure:hover img, .overlay-effect figure.cs-hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.overlay-effect figcaption {
	min-height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	-webkit-backface-visibility: hidden;
}
.overlay-effect figure:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.no-touch .overlay-effect figure:hover figcaption, .overlay-effect figure.cs-hover figcaption {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	filter: alpha(opacity=70);       /* IE */
	-moz-opacity: 0.7;              /* Moz + FF */
	opacity: 0.7;
}







/* Our Team Carousel */
#team {
}
#team h2 {
	color: #fff;
}
.our-team ul {
	margin-top: 15px;
	text-align: center;
}
.our-team ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin-bottom: 5px;
}
.our-team ul li:first-child {
	margin-left: 0;
}
.our-team ul li a {
}

@media (max-width: 767px) {
.our-team .overlay {
 position: relative;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  z-index: 20;
  background: none;
  opacity: 1;
  filter: alpha(opacity=0);
}
}
.our-team .overlay-effect figcaption {
}
.our-team .overlay figcaption h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
}
.our-team.owl-carousel {
	padding-top: 0px;
}
.our-team .owl-buttons {
	position: absolute;
	top: 100px;
	width: 100%;
}

.our-team .owl-buttons .owl-prev i {
	border-radius: 4px;
	position: absolute;
	font-size: 20px;
	left: -25px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	color: #999999;
	top: 0;
}
.our-team .owl-buttons .owl-prev i:hover {
	color: #B69576;
}
.our-team .owl-buttons .owl-next i {
	border-radius: 4px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	position: absolute;
	font-size: 20px;
	right: -13px;
	color: #999999;
	top: 0;
}
.our-team .owl-buttons .owl-next i:hover {
	color: #B69576;
}
.our-team-one-carousel .owl-buttons {
	position: absolute;
	top: 100px;
	width: 100%;
}
.our-team-one-carousel .owl-buttons .owl-prev i {
	border-radius: 4px;
	position: absolute;
	font-size: 20px;
	left: -25px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
}
.our-team-one-carousel .owl-buttons .owl-prev i:hover {
	color: #FFCC00;
	;
}
.our-team-one-carousel .owl-buttons .owl-next i {
	border-radius: 4px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	position: absolute;
	font-size: 20px;
	right: 0px;
}
.our-team-one-carousel .owl-buttons .owl-next i:hover {
	color: #FFCC00;
	;
}



@media screen and (max-device-width: 480px) {

.our-team .owl-buttons .owl-prev i {
	border-radius: 4px;
	position: absolute;
	font-size: 20px;
	left: -25px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 8px;
	color: #FFF;
	top: 60px;
}
.our-team .owl-buttons .owl-next i {
	border-radius: 4px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 5px;
	position: absolute;
	font-size: 20px;
	right: -10px;
	color: #FFF;
	top: 60px;
}
}


/* Owl Carousel */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";

	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;

}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Owl Carousel Owl Demo Theme v1.3.3 */

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background-color: #FFCC00;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}


/*首頁消息*/
.indexnewsbox {
    width: 100%;
	float: left;
	font-family: 'Open Sans', "微軟正黑體", sans-serif;
    color: #dedede;
	font-size: 13px;
	box-sizing: border-box;
	padding: 12px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display:block;
}
.indexnewsboxmore {
	text-align: right;
	padding: 12px 0 0 0;
	width: 100%;
	float: right;
}
.indexnewsboxmore a:link ,.indexnewsboxmore a:visited {
	font-family: 'Open Sans', "微軟正黑體", sans-serif;
	color:#acacac;
	font-size: 13px;
}
.indexnewsboxmore a:hover {
	font-family: 'Open Sans', "微軟正黑體", sans-serif;
	color:#00A0E9;
	font-size: 13px;
}


.indexnewsbg {
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    font-size: 34px;
    color: #82ad27;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(../index_newsbg.png) no-repeat left bottom;
    box-sizing: border-box;
}



@media screen and (min-width: 980px) {
.indexnewsbg_title {
    display: none;
}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.indexnewsbg_title {
    display: none;
}
}
@media screen and (max-width: 767px) {
.indexnewsbg {
   display: none;
}
.indexnewsbg_title {
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    font-size: 22px;
    color: #82ad27;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 13px 0 0 15px;
    margin: 0;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}
}
















/*首頁消息*/
.i_newsbox {
    width: 100%;
	float: left;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.i_newsbox {
	padding: 0 15px;
}
}
@media screen and (max-width: 767px) {
.i_newsbox {
	padding: 0 15px;
}
}
@media screen and (max-device-width: 480px) {
.i_newsbox {
	padding: 0 15px;
}
}




.i_newsbg {
    width: 100%;
	background: url(../i_newsbg.jpg) repeat left center;
	padding: 9px;
	float: left;
	box-sizing: border-box;
}
.i_newslistbox {
    width: 100%;
	background-color: #fff;
	text-align: center;
  float: left;
  padding-bottom: 25px;
}

.i_newslist00 {
    width: 70%;
	padding: 15px 0;
	margin: 0 auto;
}
.i_newslist {
    width: 100%;
    float: left;
}
.i_content {
	width: 100%;
	float: left;
    border-bottom: 1px dotted #a7a7a7;
    padding: 15px 5px;
		box-sizing: border-box;
}
.i_date {
    text-align: left;
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    color: #ea621c;
    box-sizing: border-box;
    letter-spacing: 2px;
    width: 20%;
    float: left;
	    margin-bottom: 2px;
}
.i_content dl {
	text-align: left;
	width:80%;
	float: left;
    box-sizing: border-box;
	margin: 0;
}
.i_content dt {
	text-align: left;
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #777;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.i_content dt a:link, .i_content dt a:visited {
	color: #777;
}
.i_content dt a:hover {
	color: #444;
}
.i_content dd {
	text-align: left;
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #7c7d80;
	letter-spacing: 1px;
	width: 100%;
	float: left;
}


@media (min-width: 992px) and (max-width: 1199px) {
.i_newslist00 {
    width: 80%;
}
.i_date {
    width: 20%;
}
.i_content dl {
	width:80%;
}
}
@media  (max-width: 991px) {
.i_newslist00 {
    width: 92%;
}
.i_date {
    width: 100%;
}
.i_content dl {
	width:100%;
}
}
/*首頁產品特色*/
.i_productbg {
    width: 100%;
	background: url(../index_productbg.jpg) no-repeat left bottom fixed;
	min-height: 400px;
	float: left;
}
.i_product {
    width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
}
.i_product h1 {
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
	font-size: 38px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	letter-spacing: 4px;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.i_product h2 {
	padding: 0;
	margin-bottom: 20px;
}
.i_product h3 {
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 20px;
}

/* xs */
@media (max-width: 767px) {
.i_product h1 {
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
	font-size: 28px;
	line-height: 1.5;
}
.i_product h3 {
    font-family: 'PT Sans', "微軟正黑體", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
}
