body {
	font-family: Arial, "Microsoft JhengHei";
	font-size: 14px;
	background: #fff;
	color: #222;
	background-image: url(/www/views_simple/images/bg5.gif);
	background-attachment: fixed;
}

:root {
	--color1: hsl(225, 50%, 25%);
	--color2: hsl(270, 50%, 55%);
}

hr {
	border-top: 1px solid #d3d3d3;
}

.form-control {
	height: 42px;
	border-radius: 0px;
}

.form-controls {
	height: 42px;
	border-radius: 0px;
	color: #000;
	border: 1px solid #ccc;
	text-indent: 10px;
	margin-left: 10px;
	width: 100%;
	background: #eee;
}

.form-controls2 {
	height: 42px;
	border-radius: 0px;
	color: #000;
	border: 1px solid #ccc;
	text-indent: 10px;
	margin-left: 10px;
	width: 100%;
	background: #FFF;
}


.t_1 {
	font-size: 20px;
}

.line_right {
	text-align: left;
	/* border-right: 1px solid hsla(0,0%,100%,.5);	   */
	margin-bottom: 10px;
}

.line_right i {
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-right: 2px;
}

.line_right span {
	display: inline-block;
	width: 3em;
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
}



.modal-backdrop.in {
	opacity: 0.7;
	filter: alpha(opacity=50);
}

.line {
	border-bottom: 1px solid #ddd;
}


.head_left {
	height: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.head_left img {
	width: 80%;
	max-width: 400px;
}

.head_right {
	display: flex;
	height: 80px;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: nowrap;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

.head_right .b7 {
	width: auto;
	height: 30px;
	min-width: 120px;
	background-color: var(--color2);
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 5px 10px;
	border-radius: 15px;
	margin: 0;
}

.head_right .b7:not(:last-child) {
	margin-right: 10px;
}

.title_mt {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner_mt {
	margin-top: 0px;
}

.banner_border {
	border: 6px solid #fff;
}

/*大勾勾設定*/
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 37px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 32px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -32px;
}

label.css-label {
	background-image: url(/www/views_simple/images/checkbox.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/*大圈圈設定*/
input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox+label.css-labels,
input[type=radio].css-checkbox+label.css-labels.clr {
	padding-left: 37px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 32px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked+label.css-labels,
input[type=radio].css-checkbox+label.css-labels.chk {
	background-position: 0 -32px;
}

label.css-labels {
	background-image: url(/www/views_simple/images/radio.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bg1 {
	background-image: url(/www/views_simple/images/bg5.gif);
	/*background-color:#fcf5e7;*/
	padding-bottom: 0px;
	background-position: center center;
}

.border_line {
	font-size: 16px;
	line-height: 26px;
	border: 6px solid #dcdcdc;
	padding: 40px 40px 30px 40px;
	border-radius: 20px;
	background: #f9f9f9;
}

.step_title {
	font-size: 50px;
	line-height: 26px;
	color: var(--color2);
}

.step_title2 {
	font-size: 30px;
	line-height: 26px;
	color: #fff;
}


.step_d {
	font-size: 24px;
	line-height: 26px;
	color: #555;
	background: rgba(0, 0, 0, 0);
	border-radius: 0px;
	padding: 20px;
	font-weight: 700;
}

.step {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	background: #555;
	border-radius: 0px;
	padding: 20px;
}

.step_a {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	background: var(--color2);
	border-radius: 0px;
	padding: 20px;
}

.read_line {
	border: 2px solid #cecece;
	padding: 40px;
	border-radius: 20px;
	background: #fff;
}

.h_top {
	padding-top: 0px;
}

.bg_k {
	background: #f9f5e7;
}


.bg_for {
	background: url(/www/views_simple/images/bg2.png);
}

.bg_read {
	background: url(/www/views_simple/images/bg5.png);
}

.about {
	padding-top: 0px;
	padding-bottom: 30px;
	border-top: 0px solid #ddd;
}

.services {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 0px solid #ddd;
	background: #f5e6d0;
	background: url(/www/views_simple/images/bg3.jpg);
}

.nolr {
	padding-left: 0px;
	padding-right: 0px;
}

.title {
	font-size: 20px;
	line-height: 22px;
	color: #0f2355;
	font-weight: 600;
}

.title2 {
	font-size: 20px;
	line-height: 16px;
	color: #e5004f;
}

.muber {
	font-size: 14px;
	line-height: 8px;
	color: #777;
}

.small_text {
	font-size: 14px;
	line-height: 8px;
	color: #e60012;
}

.red_text {
	color: #e60012;
}

.share {
	padding: 0px 0px 15px 0px;
}


.mt {
	margin-top: 10px;
}

.mt2 {
	margin-top: 20px;
}

.mt3 {
	margin-top: 30px;
}

.mt4 {
	margin-top: 40px;
}

.mt5 {
	margin-top: 50px;
}

.mb {
	margin-bottom: 10px;
}

.mb2 {
	margin-bottom: 20px;
}

.mb3 {
	margin-bottom: 30px;
}

.mb4 {
	margin-bottom: 40px;
}

.mb5 {
	margin-bottom: 50px;
}



.btn_1 {
	font-size: 14px;
	line-height: 15px;
	width: 100px;
	height: 100px;
	color: #676767;
	background: #fff;
	padding: 5px;
	border-radius: 100px;
	border: 3px solid #d8d8d8;
}

.btn_1:hover {
	font-size: 14px;
	line-height: 15px;
	width: 100px;
	height: 100px;
	color: #fff;
	background: #fff;
	padding: 5px;
	border-radius: 100px;
	border: 3px solid #fff;
}

.btn_2 {
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	height: 70px;
	color: #fff;
	background: #b9b9b9;
	padding: 12px;
	border-radius: 50px;
}

.btn_2:hover {
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	height: 70px;
	color: #fff;
	background: #a40000;
	padding: 12px;
	border-radius: 50px;
}

.btn_3 {
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	color: #fff;
	background: #000581;
	padding: 10px;
	border-radius: 30px;
}

.btn_3:hover {
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	color: #fff;
	background: #282dbb;
	padding: 10px;
	border-radius: 30px;
}




/*gototop*/

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: rgba(0, 0, 0, 0.3);
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 15px;
	bottom: 15px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
	background-color: #888888;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}

.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.icon {
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 7px 8px;
	border: 2px solid;
	border-radius: 50%;
}

.header {
	padding-top: 50px;
	background-color: #eee;
	overflow: hidden;
}

.footer {
	color: #887;
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot_icon {
	display: inline-block;
	width: 25px;
	font-size: 24px;
	text-align: center;
}

.foot_title {
	display: inline-block;
	font-size: 20px;
	margin-right: 1em;
}

.content {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100vh;
}

.pull-middle {
	display: table-cell;
	vertical-align: middle;
}


.btn-circle {
	border-radius: 20px;
}

.input-group input {
	border: 0;
	box-shadow: none;
	padding-right: 30px;
}

.input-group input:focus,
.input-group input:active {
	outline: 0;
	box-shadow: none;
}

.input-group-btn:last-child>.btn {
	z-index: 2;
	margin-left: -18px;
	border-radius: 20px;
}

.phone {
	position: relative;
	max-width: 263px;
	margin: 0 auto;
	padding: 65px 15px 55px;
	border: 2px solid #ddd;
	border-radius: 20px;
	background-color: #222;
	box-shadow: 20px 20px 40px #887;
}






/*表單跳出提醒視窗*/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Arial, "Microsoft JhengHei";
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 15px;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

::-moz-selection {
	background: #E1704B;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #E1704B;
	color: #fff;
	text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	text-shadow: none !important;
}

p,
a {
	font-size: 16px;
	line-height: 21px;
	text-shadow: none !important;
	outline: none !important;
}

.clear {
	clear: both;
}

.page_title {
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	color: #9e9e9e;
	margin-top: 0px;
}

.page_title2 {
	font-size: 35px;
	line-height: 67px;
	font-weight: normal;
	color: #333;
	margin-top: 50px;
}

.page_title3 {
	font-size: 35px;
	line-height: 20px;
	font-weight: normal;
	color: #9e9e9e;
	margin-top: 30px;
	margin-bottom: 20px;
}

.promo_txt {
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	padding: 15px 0px;
	color: #fff;
	border-top: #CCC solid 1px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.main_heading {
	font-size: 30px;
	line-height: 67px;
	font-weight: normal;
}

.sub_heading {
	font-size: 2em;
	padding: 15px 0px;
	line-height: 1em;
	font-weight: bold;
}

.social-icons a {
	font-size: 56px;
	color: #fff;
	line-height: 50px;
}

.social-icons a:hover {
	text-decoration: none;
	color: #fff;
}

.icon {
	font-size: 40px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	;
}

.small_btn {
	padding: 7px 9px;
	background: #222;
	color: #FFF;
	border: none;
}

.small_btn:hover {
	text-decoration: none;
	background: #FFF;
	color: #fff;
}

.txt_light {}

::selection {
	background: #009e96;
	color: #a8a8a8;
	text-shadow: 0 1px 1px #000;
}


header {
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 0px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

header .logo_holder {
	width: auto;
	float: left;
}

header nav {
	width: auto;
	float: right;
	margin-top: 0px;
}

header nav a {
	color: #a8a8a8;
	display: block;
	height: 50px;
	float: left;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	margin-right: 15px;
}

header nav a:active,
a:visited,
a:link,
.def-link {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}

header nav a:hover,
.def-link {
	color: #22ac38;
	text-decoration: none;
	cursor: pointer;
}



/*跳出視窗*/
.modal-dialog {
	width: 850px;
	margin: 70px auto;
	z-index: 999999;
}

.modal-header {
	font-size: 24px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #fff;
	color: #555;
}

.modal-content {
	font-size: 15px;
	line-height: 23px;
	position: relative;
	z-index: 999999;
	background-color: #ffffff;
	border: 0px solid #999999;
	border: 0px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	margin-top: 15%;
	padding: 30px 60px 30px 60px;
}

.close {
	float: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=20);
	background: #777;
	border-radius: 50px;
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=50);
	background: #888;
	border-radius: 50px;
}

button.close {
	color: #fff;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	background: #888;
	border-radius: 50px;
	height: 30px;
	width: 30px;
}

.talk {
	font-size: 16px;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
}

.mobile-nav {
	margin-right: 10px;
}

.process {
	text-align: center;
	margin-top: 50px;
}

.process .span3 {
	margin-bottom: 95px;
}

.testimonials {
	background: #424242;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
	margin-bottom: 100px;
}

.testimonial {
	display: none;
}

.testimonial_collection .testimonial:first-child {
	display: block;
}

.testimonial p {
	font-size: 24px;
	line-height: 31px;
	font-style: oblique;
}

.testimonial_nav {
	height: 19px;
	display: inline-block;
	margin-top: 25px;
}

.testimonial_nav a {
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	background: url(/www/views_simple/images/nav_bg.png) no-repeat;
	background-position: 0px -19px;
	overflow: hidden;
}

.testimonial_nav a:hover,
.testimonial_nav a.active_nav {
	background-position: 0px 0px;
}

.about_txt {
	margin-top: 25px;
	margin-bottom: 90px;
}

.team {
	margin-top: 30px;
	margin-bottom: 100px;
}

.team .sub_heading {
	color: #e1704b;
}

.clients {
	background: #e1704b;
	padding-top: 40px;
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 96px;
}

.clients .page_title {
	color: #FFF;
	margin-bottom: 0px;
}

.client {
	margin-bottom: 12px;
}

.client_name {
	color: #E1704B
}


/*我的愛心車 表格*/
@media only screen and (max-width: 800px) {

	.table-bordered {
		border: 0px solid #dddddd;
	}

	.table_bg {
		background: #f5f5f5;
	}

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr {
		border: 1px solid #ccc;
	}

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #cdcdcd;
		position: relative;
		padding-left: 36%;
		white-space: normal;
		text-align: left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		color: #333;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}
}



@media (max-width: 780px) {
	.team {
		text-align: center;
	}


	/*跳出視窗*/
	.modal-dialog {
		width: 88%;
		margin: 40px auto;
		z-index: 999999;
	}

	.modal-header {
		font-size: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.modal-content {
		position: relative;
		z-index: 999999;
		background-color: #ffffff;
		border: 0px solid #999999;
		border: 0px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
		margin-top: 7%;
		padding: 0px 15px 0px 15px;
	}



}


.service {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 36px;
}

.service .span4 {
	margin-bottom: 50px;
}

.service .icon img {
	margin-bottom: 10px;
}

.other_services {
	margin-bottom: 56px;
	margin-top: 50px;
	margin-bottom: 60px;
}

.other_services .span6 {
	margin-bottom: 35px;
}

.other_services .span6 .sub_heading {
	color: #e1704b;
}

.other_services .span6 .sub_heading .icon {
	color: #222;
}

.quick_connect {
	background: #e1704b;
	padding: 70px 0px 80px 0px;
	text-align: center;
	margin-bottom: 98px;
}

.quick_connect .page_title {
	color: #FFF;
	margin-bottom: 45px;
}

.contact_button a {
	padding: 12px;
	background: #222;
	color: #FFF;
	font-size: 18px;
}

.contact_button a:hover {
	background: #FFF;
	color: #e1704b;
	text-decoration: none;
}

.portfolio-inner {
	margin-bottom: 84px;
	margin-top: 40px;
}

.element {

	width: 250px;
	height: 250px;

}

.gallery-caps {
	width: 250px;
	height: 250px;
	text-align: center;
}

.gallery-caps>h3 {
	width: 250px;
	text-align: center;
	padding-top: 50px;
	font-weight: normal;
	color: #fff;

	text-transform: uppercase;

}

.gallery-caps>p {
	width: 250px;
	padding-top: 160px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

.gallery-caps {
	background: #e1704b url(/www/views_simple/images/overlay-zoom.png) center center no-repeat;
}



#options {}

#filters {
	padding: 10px;
}

#filters li {}

#filters li>a {
	color: #222;
	font-size: 15px;
	text-transform: uppercase;
}

#filters li>a:hover,
#filters li>a.selected {
	color: #222 !important;
	text-decoration: line-through;
}

#filters li:after {
	content: ' / ';
	color: #222;
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
}

#filters li:last-child:after {
	display: none;
}

.main {
	text-align: center;
	width: 100%;

	padding: 30px 0px 50px 0px;
	margin: 0 auto 30px auto;

}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

/*頁籤功能*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #fff;
	background-color: #b7aa00;
	border: 1px solid #b7aa00;
	border-bottom-color: transparent;
	cursor: default;
}

.faq-cat-content {
	margin-top: 25px;
	margin-bottom: 50px;
}

.faq-cat-tabs li a {
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #777777;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 5px;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
	outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
	text-decoration: none;
	color: #777777;
}

.faq-cat-content .panel-heading:hover {
	background-color: #efefef;
}

.active-faq {
	border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
	font-size: 13px;
	font-weight: normal;
}

a.accordion-toggle {
	background: #e1704b;
	color: #fff;
}

a.accordion-toggle:hover {
	text-decoration: none;
	background: #222;
	color: #FFF;
}

a.accordion-toggle span {
	padding-right: 10px;
}

.messsages {
	margin-bottom: 86px;
}

#features .quick_connect .page_title {
	margin-bottom: 55px;
}

.contact {
	margin-bottom: 50px;
	margin-top: 40px;
}

.contact_form {
	margin-top: 8px;
	margin-bottom: 54px;
}

.contact_form .input {
	width: 75%;
	height: 40px;
	background: #f7f7f7;
	color: #000;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 30px;
}

.contact_form .textarea {
	width: 95%;
	height: 150px;
	resize: none;
	background: #f7f7f7;
	color: #000;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 30px;
}

.contact_info {
	margin-bottom: 50px;
}

.contact_info p {
	margin-bottom: 20px;
}

#contact .quick_connect {
	margin-bottom: 0px;
	padding-bottom: 70px;
}

#contact .quick_connect .page_title {
	margin-bottom: 0px;
}

.foot {
	font-size: 13px;
	background: #0f2355;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	border-top: 0px solid #ddd;
}

.foot a {
	font-size: 13px;
}

.copy {
	font-size: 13px;
	text-align: left;
}



/*主要banner 輪播效果*/
.carousel-indicators .active {
	background-color: #2980b9;
	width: 23px;
	height: 23px;
	border-radius: 50%
}

.carousel-indicators li {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 50%;
}


.carousel-inner img {
	width: 100%;
	max-height: 460px
}

.carousel-control {
	width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0px;
}

.carousel-control.right span {
	padding: 0px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: -50px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: -50px;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

.header-text h2 {
	font-size: 40px;
}

.header-text h2 span {
	background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}




.page {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}


/*平版設定*/
@media (max-width: 768px) {
	.head_right {
		height: auto;
	}

	.copy {
		font-size: 12px;
		line-height: 16px;
		text-align: center;
	}

	.step_d {
		font-size: 24px;
		line-height: 26px;
		color: #555;
		background: rgba(0, 0, 0, 0);
		border-radius: 100px;
		padding: 20px;
		font-weight: 700;
	}

	.step {
		font-size: 17px;
		line-height: 26px;
		color: #fff;
		background: #555;
		border-radius: 100px;
		padding: 20px;
	}

	.step_a {
		font-size: 17px;
		line-height: 26px;
		border-radius: 100px;
		padding: 20px;
	}


	.page_title {
		font-size: 25px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
	}

	.page_title2 {
		font-size: 35px;
		line-height: 67px;
		font-weight: normal;
		color: #333;
		margin-top: 20px;
	}

	.page_title3 {
		font-size: 35px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.page {
		padding-top: 100px;
		margin-top: 20px;
	}

	.read_line {
		border: 2px solid #cecece;
		padding: 20px;
		border-radius: 20px;
		background: #fff;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}


}



/*6吋以上螢幕*/
@media(max-width:576px) {

	.head_left img {
		width: 100%;
	}

	.line_right {
		border-right: 0px solid #fff;
		height: 60px;
	}

	.btn_1 {
		color: #676767;
	}

	.btn_1:hover {
		color: #676767;
		border: 3px solid #d8d8d8;
		outline: none;
	}

	.btn_1:focus {
		outline: none;
	}

	.btn_4 {
		font-size: 16px;
		border: 0;
		font-family: Arial, "Microsoft JhengHei";
		padding: 8px 12px;
		width: 60%;
		border-radius: 100px;
		color: #fff;
		cursor: pointer;
		position: relative;
		z-index: 1;
		background-color: #0f2355;
	}

	.btn_5 {
		font-size: 16px;
		border: 0;
		font-family: Arial, "Microsoft JhengHei";
		padding: 8px 12px;
		width: 70%;
		border-radius: 100px;
		color: #fff;
		cursor: pointer;
		position: relative;
		z-index: 1;
		background-color: #767676;
	}

	.bg1 {
		background-image: url(/www/views_simple/images/bg.jpg);
		padding-bottom: 30px;
		background-position: center center;
	}


	.head_left {
		text-align: center;
		margin-top: 10px;
	}

	.head_right {
		height: auto;
		flex-wrap: wrap;
		justify-content: center;
	}

	.head_right .b7 {
		margin-bottom: 10px;
	}

	.head_right .b7:first-child {
		width: 80%;
	}

	.title_mt {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.foot a {
		font-size: 15px;
		line-height: 26px;
	}

	.foot {
		font-size: 15px;
		line-height: 26px;
		color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.copy {
		font-size: 12px;
		line-height: 16px;
		text-align: center;
	}

	.step_title {
		font-size: 30px;
		line-height: 26px;
		color: var(--color2);
	}

	.step_d {
		font-size: 24px;
		line-height: 24px;
		color: #555;
		background: rgba(0, 0, 0, 0);
		border-radius: 0px;
		padding: 20px;
		font-weight: 700;
	}

	.step {
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		background: #555;
		border-radius: 0px;
		padding: 10px;
	}

	.step_a {
		font-size: 18px;
		line-height: 22px;
		border-radius: 0px;
		padding: 10px;
	}

	.border_line {
		border: 3px solid #dcdcdc;
		padding: 15px;
		border-radius: 20px;
	}


	.bg_k {
		background: #f9f5e7;
	}



	.page_title {
		font-size: 25px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 0px;
	}

	.page_title2 {
		font-size: 35px;
		line-height: 67px;
		font-weight: normal;
		color: #333;
		margin-top: 0px;
	}

	.page_title3 {
		font-size: 35px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.read_line {
		border: 2px solid #cecece;
		padding: 20px;
		border-radius: 20px;
		background: #fff;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}


	.about {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.services {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.page {
		margin-top: 20px;
	}


	/*跳出視窗*/
	.modal-dialog {
		width: 88%;
		margin: 40px auto;
		z-index: 999999;
	}

	.modal-header {
		font-size: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.modal-content {
		position: relative;
		z-index: 999999;
		background-color: #ffffff;
		border: 0px solid #999999;
		border: 0px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
		margin-top: 7%;
		padding: 0px 15px 0px 15px;
	}


	header {
		width: 100%;
		height: auto;
		background: #FFF;
		padding: 0px 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	header .logo_holder {
		width: auto;
		float: left;
	}

	header nav {
		width: auto;
		float: left;
		margin-top: 0px;
	}

	header nav a {
		color: #a8a8a8;
		display: block;
		height: 50px;
		float: left;
		margin-left: 0px;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 50px;
		text-decoration: none;
		margin-right: 14px;
	}

	header nav a:hover,
	a:active,
	a:visited,
	a:link,
	.def-link {
		color: #777;
		text-decoration: none;
	}

}




/*iphone 6 Plus*/
@media(max-width:414px) {
	.head_left {
		text-align: center;
		margin-top: 10px;
	}

	.step_d {
		font-size: 24px;
		line-height: 20px;
		color: #555;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0);
		padding: 20px;
		font-weight: 700;
	}

	.step {
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		background: #555;
		border-radius: 0px;
		padding: 10px;
	}

	.step_a {
		font-size: 18px;
		line-height: 22px;
		border-radius: 0px;
		padding: 10px;
	}

	.bg_k {
		background: #f9f5e7;
	}




	.page_title {
		font-size: 25px;
		line-height: 27px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 0px;
	}

	.page_title2 {
		font-size: 35px;
		line-height: 67px;
		font-weight: normal;
		color: #333;
		margin-top: 0px;
	}

	.page_title3 {
		font-size: 35px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.read_line {
		border: 2px solid #cecece;
		padding: 20px;
		border-radius: 20px;
		background: #fff;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}


	.about {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.services {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.page {
		margin-top: 20px;
	}

	/*跳出視窗*/
	.modal-dialog {
		width: 88%;
		margin: 40px auto;
		z-index: 999999;
	}

	.modal-header {
		font-size: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.modal-content {
		position: relative;
		z-index: 999999;
		background-color: #ffffff;
		border: 0px solid #999999;
		border: 0px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
		margin-top: 7%;
		padding: 0px 15px 0px 15px;
	}


	header {
		width: 100%;
		height: auto;
		background: #FFF;
		padding: 0px 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	header .logo_holder {
		width: auto;
		float: left;
	}

	header nav {
		width: auto;
		float: left;
		margin-top: 0px;
	}

	header nav a {
		color: #a8a8a8;
		display: block;
		height: 50px;
		float: left;
		margin-left: 0px;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 50px;
		text-decoration: none;
		margin-right: 14px;
	}

	header nav a:hover,
	a:active,
	a:visited,
	a:link,
	.def-link {
		color: #777;
		text-decoration: none;
	}

}






/*iphone 6*/
@media(max-width:375px) {

	.head_left {
		text-align: center;
		margin-top: 10px;
	}

	.step_d {
		font-size: 22px;
		line-height: 20px;
		color: #555;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0);
		padding: 20px;
		font-weight: 700;
	}

	.step {
		font-size: 18px;
		line-height: 20px;
		color: #fff;
		background: #555;
		border-radius: 0px;
		padding: 10px;
	}

	.step_a {
		font-size: 18px;
		line-height: 20px;
		border-radius: 0px;
		padding: 10px;
	}


	.bg_k {
		background: #f9f5e7;
	}



	.page_title {
		font-size: 25px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 0px;
	}

	.page_title2 {
		font-size: 35px;
		line-height: 67px;
		font-weight: normal;
		color: #333;
		margin-top: 0px;
	}

	.page_title3 {
		font-size: 35px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
		margin-bottom: 0px;
	}


	.read_line {
		border: 2px solid #cecece;
		padding: 20px;
		border-radius: 20px;
		background: #fff;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}


	.about {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.services {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.page {
		margin-top: 20px;
	}

	/*跳出視窗*/
	.modal-dialog {
		width: 88%;
		margin: 40px auto;
		z-index: 999999;
	}

	.modal-header {
		font-size: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.modal-content {
		position: relative;
		z-index: 999999;
		background-color: #ffffff;
		border: 0px solid #999999;
		border: 0px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
		margin-top: 7%;
		padding: 0px 15px 0px 15px;
	}

	header {
		width: 100%;
		height: auto;
		background: #FFF;
		padding: 0px 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	header .logo_holder {
		width: auto;
		float: left;
	}

	header nav {
		width: auto;
		float: left;
		margin-top: 0px;
	}

	header nav a {
		color: #a8a8a8;
		display: block;
		height: 50px;
		float: left;
		margin-left: 0px;
		text-transform: uppercase;
		font-size: 19px;
		line-height: 50px;
		text-decoration: none;
		margin-right: 14px;
	}

	header nav a:hover,
	a:active,
	a:visited,
	a:link,
	.def-link {
		color: #777;
		text-decoration: none;
	}

}




/*4.5吋手機*/
@media(max-width:360px) {

	.head_left {
		text-align: center;
		margin-top: 10px;
	}

	.step_d {
		font-size: 20px;
		line-height: 20px;
		color: #555;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0);
		padding: 20px;
		font-weight: 700;
	}

	.step {
		font-size: 18px;
		line-height: 20px;
		color: #fff;
		background: #555;
		border-radius: 0px;
		padding: 10px;
	}

	.step_a {
		font-size: 18px;
		line-height: 20px;
		border-radius: 0px;
		padding: 10px;
	}


	.btn_1 {
		font-size: 13px;
		line-height: 16px;
		width: 90px;
		height: 90px;
		color: #676767;
		background: #fff;
		padding: 5px;
		border-radius: 100px;
		border: 3px solid #d8d8d8;
	}

	.btn_1:hover {
		font-size: 13px;
		line-height: 16px;
		width: 90px;
		height: 90px;
		color: #676767;
		background: #fff;
		padding: 5px;
		border-radius: 100px;
		border: 3px solid #d8d8d8;
		outline: none;
	}

	.btn_1:focus {
		outline: none;
	}

	.bg_k {
		background: #f9f5e7;
	}



	.page_title {
		font-size: 25px;
		line-height: 25px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 0px;
	}

	.page_title2 {
		font-size: 35px;
		line-height: 67px;
		font-weight: normal;
		color: #333;
		margin-top: 0px;
	}

	.page_title3 {
		font-size: 35px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
		margin-bottom: 0px;
	}


	.read_line {
		border: 2px solid #cecece;
		padding: 20px;
		border-radius: 20px;
		background: #fff;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.about {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.services {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.page {
		margin-top: 20px;
	}


	/*跳出視窗*/
	.modal-dialog {
		width: 88%;
		margin: 40px auto;
		z-index: 999999;
	}

	.modal-header {
		font-size: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.modal-content {
		position: relative;
		z-index: 999999;
		background-color: #ffffff;
		border: 0px solid #999999;
		border: 0px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
		margin-top: 7%;
		padding: 0px 15px 0px 15px;
	}


	header {
		width: 100%;
		height: auto;
		background: #FFF;
		padding: 0px 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	header .logo_holder {
		width: auto;
		float: left;
	}

	header nav {
		width: auto;
		float: left;
		margin-top: 0px;
	}

	header nav a {
		color: #a8a8a8;
		display: block;
		height: 50px;
		float: left;
		margin-left: 0px;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 50px;
		text-decoration: none;
		margin-right: 14px;
	}

	header nav a:hover,
	a:active,
	a:visited,
	a:link,
	.def-link {
		color: #777;
		text-decoration: none;
	}

}



/*4吋手機*/
@media(max-width:320px) {


	.foot a {
		font-size: 15px;
		line-height: 26px;
	}

	.foot {
		font-size: 15px;
		line-height: 26px;
		color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.copy {
		font-size: 10px;
		line-height: 13px;
		text-align: center;
	}


	.head_left {
		text-align: center;
		margin-top: 10px;
	}



	.step_d {
		font-size: 18px;
		line-height: 20px;
		color: #555;
		background: rgba(0, 0, 0, 0);
		border-radius: 0px;
		padding: 10px;
		font-weight: 700;
	}

	.step {
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		background: #555;
		border-radius: 0px;
		padding: 10px;
	}

	.step_a {
		font-size: 16px;
		line-height: 20px;
		border-radius: 0px;
		padding: 10px;
	}

	.btn_1 {
		font-size: 12px;
		line-height: 14px;
		width: 84px;
		height: 84px;
		color: #676767;
		background: #fff;
		padding: 5px;
		border-radius: 100px;
		border: 3px solid #d8d8d8;
	}

	.btn_1:hover {
		font-size: 12px;
		line-height: 14px;
		width: 84px;
		height: 84px;
		color: #676767;
		background: #fff;
		padding: 5px;
		border-radius: 100px;
		border: 3px solid #d8d8d8;
		outline: none;
	}

	.btn_1:focus {
		outline: none;
	}

	.btn_4 {
		font-size: 16px;
		border: 0;
		font-family: Arial, "Microsoft JhengHei";
		padding: 8px 12px;
		width: 70%;
		border-radius: 100px;
		color: #fff;
		cursor: pointer;
		position: relative;
		z-index: 1;
	}


	.btn_5 {
		font-size: 16px;
		border: 0;
		font-family: Arial, "Microsoft JhengHei";
		padding: 8px 12px;
		width: 70%;
		border-radius: 100px;
		color: #fff;
		cursor: pointer;
		position: relative;
		z-index: 1;
	}

	.bg_k {
		background: #f9f5e7;
	}



	.page_title {
		font-size: 23px;
		line-height: 25px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 0px;
	}

	.page_title2 {
		font-size: 35px;
		line-height: 67px;
		font-weight: normal;
		color: #333;
		margin-top: 0px;
	}

	.page_title3 {
		font-size: 35px;
		line-height: 20px;
		font-weight: normal;
		color: #9e9e9e;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.read_line {
		border: 2px solid #cecece;
		padding: 20px;
		border-radius: 20px;
		background: #fff;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}


	.about {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 0px solid #ddd;
	}

	.services {
		padding-top: 100px;
		padding-bottom: 50px;
		border-top: 1px solid #ddd;
	}

	.page {
		margin-top: 10px;
	}


	/*跳出視窗*/
	.modal-dialog {
		width: 88%;
		margin: 40px auto;
		z-index: 999999;
	}

	.modal-header {
		font-size: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.modal-content {
		position: relative;
		z-index: 999999;
		background-color: #ffffff;
		border: 0px solid #999999;
		border: 0px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0;
		margin-top: 7%;
		padding: 0px 15px 0px 15px;
	}


	header {
		width: 100%;
		height: auto;
		background: #FFF;
		padding: 0px 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	header .logo_holder {
		width: auto;
		float: left;
	}

	header nav {
		width: auto;
		float: left;
		margin-top: 0px;
	}

	header nav a {
		color: #a8a8a8;
		display: block;
		height: 50px;
		float: left;
		margin-left: 0px;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 50px;
		text-decoration: none;
		margin-right: 12px;
	}

	header nav a:hover,
	a:active,
	a:visited,
	a:link,
	.def-link {
		color: #777;
		text-decoration: none;
	}

}