﻿
/*index*/
.swiper_p001 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: .9em;
	color: #fff;
	font-weight: 300;
}
.index_p001 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.2em;
	color: #000;
	font-weight: 300;
}
.index_p002 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: .75em;
	color: #725834;
	font-weight: 400;
}
.index_p003 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: .95em;
	color: #545454;
	font-weight: 300;
	margin-top: 10px;
}
.p001 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.05em;
}
.p002 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 0.85em;
	color: #545454;
}
.p003 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.6em;
	padding-bottom: 20px;
	letter-spacing: 1.5px;
	font-weight: bold;
}
.p004 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.05em;
	text-align: left;
}
.p005 {
    font-size: 44px;
}
.p006 {
    font-size: .4em
}
.p007 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.05em;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
}	
.from01 {
		padding-bottom: 90px;
	}
.from02 {
		padding-bottom: 20px;
	}
.from03 {
		padding-top: 30px;
	}
* + .product-title {
  /*text-align: center;*/
}
@media (max-width: 811px) {	
.product-button {
  display: none;
}
  .section-lg {
    padding:50px 0 60px;
  }
 html .group-xl > * {
  margin-bottom: 0px;
}
  .section-md {
    padding:50px 0 10px;
  }
}	
@media (max-width: 767px) {	

.p005 {
    font-size: 30px;
    line-height: 1.22727;
}
.prod_from07 {
    display: none;
}
.from01 {
		padding-bottom: 70px;
	}
.pict01 {
		padding-bottom: 40px;
	}
.index_p002 {
	font-size: .85em;
}
 .container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {	
.spDisp01 {
    display: block;
}
.section-md {
    padding:35px 0;
  }
 .row-30 > * {
  margin-bottom: 10px;
}
h5 + p {
  margin-top: 20px;
}
}
/*連絡我們*/
.contact01 {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    display: inline-block;
}
.contact02 {
    margin: .7em 0;
	float: left;
    width: 100%;
}
.contact02b {
    margin: .7em 0;
	float: left;
    width: 100%;
}
.contact03 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-left: 10px;
}
.contact_p01{
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.2em;
	line-height: 1.7em;
	padding-bottom: 10px;
	display: inline-block;
	}
@media (max-width: 767px) {
	.contact03 {
    margin-left: 0px;
    line-height: 2.2em;
    }
	.contact02 {
		margin: 0.3em 0 0.2em;
		text-align: left;
    }
	.contact02b {
		margin: 1em 0 0.8em;
		text-align: left;
    }
	.contact04 {
    margin-bottom: 0.6em;
    }
	.contact_p01{
	font-size: 1.05em;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
	}
form.customform input, form.customform textarea, form.customform select {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    font-size: 15px;
    padding: 0.425rem;
    width: 100%;
    color: #000;
    font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
}
.border-radius {
    border-radius: 3px;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
form.customform input[type="radio"], form.customform input[type="checkbox"] {
    margin-right: 0.625em;
    width: auto;
    padding: 0;
    height: auto;
}


@media (min-width: 992px) {
  .swiper-slider-5 * + .swiper-subtitle-2 {
    margin-top: 10px;
  }
}
.swiper-slider-5 * + .swiper-title-2 {
  margin-top: 20px;
}


.box-device {
	position: relative;
	display: block;
	transform-origin: 0 50%;
	transition: all .5s ease-in-out;
}

.box-device img {
	width: 100%;
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	/*display: none !important;*/
}
/*
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	transform: translateY(-50%);
	font: 400 28px/52px "Material Design Icons";
	color: #ffffff;
	background: #ffb95f;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
	background: #151515;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f14a';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f14f';
}
*/
/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 10px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: .2s;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover, .owl-dot:focus {
	background-color: #e1e1e1;
}

.owl-dot.active {
	background-color: #e1e1e1;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
}

.owl-style-1 .owl-stage-outer {
	padding: 15% 0;
}

.owl-style-1 .owl-item.active .box-device {
	transform: scale(1.18);
	z-index: 1;
}

.owl-style-1 .owl-item.active .box-device::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	right: 4px;
	bottom: 0;
	left: 2px;
	border-radius: 30px;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.07);
}

.owl-style-1 .owl-item.active + .owl-item.active {
	opacity: .6;
}

.owl-style-1 .owl-item.active + .owl-item.active .box-device {
	transform: none;
}

.owl-style-1 .owl-item.active + .owl-item.active .box-device::before {
	display: none;
}

.owl-style-2 .owl-stage-outer {
	padding-top: 15px;
}

.owl-style-2 .owl-prev {
	left: -15px;
}

.owl-style-2 .owl-next {
	right: -15px;
}

@media (min-width: 1600px) {
	.owl-style-2 .owl-prev {
		left: -90px;
	}
	.owl-style-2 .owl-next {
		right: -90px;
	}
}

* + .owl-style-2 {
	margin-top: 35px;
}

/**/
.dots-style-4 .owl-dot {
  display: block;
  margin: 17px 0;
}
.owl-dot {
  position: relative;
  width: 14px;
  height: 14px;
  border: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: #ebebeb;
  transition: .2s;
  border-radius: 0%;
}
.form03 {
  padding: 50px 90px 80px;
  background-color: #eeece9a1;
}
.p004 {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 10px 0 20px;
  color: #3e3a39;
  letter-spacing: 2px;
  text-align: center;
}
.quote-ella-text2 {
  font-size: 1.05em;
  font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
  line-height: 1.8em;
  color: #151515;
}
@media (max-width: 810px) {	
.form03 {
  padding: 40px 15px 30px;
}
.form03b {
  margin-bottom:10px;
}
}
@media (max-width: 576px) {	
.form03 {
  padding: 40px 10px 30px;
}
.form03b {
  margin-bottom:10px;
}
}

/*按鈕*/
/* 主按鈕樣式 */
.slide-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /*background-color: #000;*/
  color: #3e3a39;
  padding: 10px 15px;
  text-decoration: none;
  font-size: .95em;
  line-height: 1.2;
  height: 35px;

  transition: background-color 0.3s ease;
}

/* 包裹中文字與英文的容器 */
.slide-btn .text-wrap {
  position: relative;
  display: block;
  height: 100%;
}

/* 每個文字的樣式 */
.slide-btn .text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.slide-btn {
  min-width: 100px;
  padding: 12px 20px;
  white-space: nowrap;
  text-align: center;
}
.slide-btn .text {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

/* 中文預設在最上面 */
.slide-btn .zh {
  top: 0;
  transform: translateY(0%);
  opacity: 1;
}

/* 英文預設在下面 */
.slide-btn .en {
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}

/* 滑過按鈕時動畫效果 */
.slide-btn:hover .zh {
  transform: translateY(-100%);
  opacity: 0;
}
.slide-btn:hover .en {
  transform: translateY(0%);
  opacity: 1;
}
/* 滑鼠懸停時的背景顏色變化 */
.slide-btn:hover {
  color: #917a5a;
  /* background-color: #333; 懸停時的背景色，可自行調整 */
}

/*fb*/
@media (max-width: 576px) {	
.fb_01 {
  margin: 0 10px;
}
}
/*流程*/
.process_p001 {
	font-family: 'Noto Sans TC', sans-serif ,"微軟正黑體";
	font-size: 1.3em;
	color: #000;
	font-weight: 300;
}
/*.owl-prev,.owl-next {
  position: absolute;
  top: 50%;
  padding: 0;
  font: 400 28px/40px "Material Design Icons";
    line-height: 40px;
  color: rgba(21, 21, 21, 0.2);
  border: none;
  background: transparent;
  transform: translateY(-50%);
  transition: all .25s ease-in-out;
  cursor: pointer;
}
.owl-next:hover {
  color: #151515;
  background-color: rgba(255, 255, 255, 0.6);
}
.owl-prev:hover {
  color: #151515;
  background-color: rgba(255, 255, 255, 0.6);
}*/
.services-tammy-counter {
  font-size: 4em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: .1em;
  color: #c4b49e;
}
/**/
/******************************************
6. Our clients
******************************************/

.our-clients .lead {
	font-size: 18px;
	text-transform: none;
	margin: auto 8% 45px
}
.our-clients .page-header h2 {
	color: #333333
}
.our-clients {
	padding: 6px 20px;
	/*background-color: #f8f8f8;
	border: 1px #e5e5e5 solid;*/
}
.our-clients .product-flexslider {
	margin: 15px -12px;
	margin-top: 20px;
}
.our-clients .container {
	padding: 0px 20px
}
.our-clients .slider-items-products .owl-buttons .owl-next {
	position: absolute;
	right: -22px;
	top: 15px
}
.our-clients .slider-items-products .owl-buttons a {
	margin-top: -15px
}

/**/
@media (max-width: 810px) {	
.title-panel {
  position: relative;
  padding-bottom: 10px;
}
 .section-xl {
    padding: 40px 0;
  }

}
@media (max-width: 576px) {	
.thumbnail-classic-caption {
  position: static;
  transform: translate3d(0, 0, 0);
  min-width: 100%;
  text-align: left;
}
 .about_form {
	 margin: 30px 0 20px;
 }
 .serve_form {
	 margin: 30px 0 0px;
	 text-align: center;
	 display: inline-block;
	 width: 100%;
 }
}

/*首頁swiper*/
@media (max-width: 576px) {	
 .section-md{
  padding: 0 0;
}
.swiper-slider-5 .swiper-slide-caption {
    padding-bottom: 0px;
  }
.swiper-from {
    padding: 30px 0 50px;
  }
.swiper-from02 {
    padding: 40px 0 30px;
  }
.index-pict01 {
    padding: 20px 0 10px;
  }
.spDisp {
    display: none;
}
.spDisp02 {
    display: block;
}
.swiper-pagination-2 {
  bottom: 5px;
}
.swiper-slider-5 .swiper-title-2 {
    font-size: 20px;
	top: -25px;
    left: 15px;
  }
 .swiper-p01 {
  	top: -10px;
    left: 15px;
}
}
.owl-nav.disabled {
  display: none !important;
}