/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
html, body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Noto Sans TC', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

body {
	background-color: #343535;
}

.bg-full {
  background-position: center center;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header {
	background-image: url("../img/header-bg.jpg");
}

.p3-bg {
	background-image: url("../img/p3-bg.jpg");
}

.p5-bg {
	background-image: url("../img/p5-bg.jpg");
}

section {
	color: #fff;
}

section.tp1 {
	padding: 6rem 0;
}

section.tp2 {
	padding: 6rem 0 8rem 0;
}

section.tp3 {
	padding: 0 0 8rem 0;
}

section.p3-bg {
	padding: 6rem 0 0 0;
}


@media only screen and (max-width: 766px) {
section.tp1 {
	padding: 4rem 0;
}
section.tp2 {
	padding: 4rem 0 5rem 0;
}
	
	section.tp3 {
	padding: 0 0 5rem 0;
}
	
section.p3-bg {
	padding: 4rem 0 0 0;
}	
}

.p1 {
	position: relative;
	width: 100%;
}

.p1:after {
	content: url('../img/p1-alt.svg');
	position: absolute;
	z-index: 2;
	width: 10%;
	height: auto;
	right: -15%;
	bottom: 0;
}

.content h3 {
	font-size: 24px;
	font-weight: 500;
}

.content h3 span.org {
	color: #de6019;
}

.content h2 {
	font-size: 36px;
	font-weight: 600;
}

.content h2.org {
	color: #de6019;
}

.content h2.bk {
	color: #231815;
}

.content h2.org.p1x {
	padding-top: 5px;
	border-top: solid 1px #de6019;
	display: inline-block;
	margin: 5px auto 30px auto;
}

.content h2.nm {
	margin: 5px auto 30px auto;
}

.content h2.p2x {
	margin: 0 auto 30px auto;
}

.content p {
	font-size: 18px;
	font-weight: 450;
	line-height: 2;
	margin: 0;
}

.content p.t2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}

.p5-a {
	width: 50%;
}

@media only screen and (max-width: 766px) {
	.content h3 {
	font-size: 20px;
		
}

.content h2 {
	font-size: 30px;
}

.content p {
	font-size: 17px;
}
	
.content p.t2 {
	font-size: 15px;
}		
	
	.p5-a {
	width: 60%;
}
	
}

.p3-pic {
	background-image: url("../img/p3.jpg");
	display: block;
	width: 100%;
	padding-bottom: 56.4%
}

.p7-pic {
	background-image: url("../img/p7.jpg");
	display: block;
	width: 100%;
	padding-bottom: 56.3%
}

.slider-pic {
	display: block;
	width: 100%;
	padding-bottom: 50%
}

@media only screen and (max-width: 766px) {
	.p3-pic {
		padding-bottom: 100%;
	}
	.p7-pic {
	background-image: url("../img/p7m.jpg");
	padding-bottom: 177.8%
}
	.slider-pic {
	padding-bottom: 65.7%
}
}

.pic-text {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	margin: 15px 0 0 0;
}

.row.custom { 
	margin-left: -3px; 
	margin-right: -3px;
}

.row.custom > .col-6, .row.custom > .col-4 { 
	padding-left: 3px; 
	padding-right: 3px; 
}

input { outline: none; }
 

.form-control {
	border-radius: 0;
	padding: .4rem 1rem;
	font-size: 1.1rem;
	color: #fff !important;
	background-color: transparent;
	margin: 10px 0;
	line-height: 1;
	opacity: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

 .select-css {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	color: #fff !important;
	line-height: 1;
	padding: .4rem 1rem;
	height: calc(2.25rem + 2px); 
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}

input, select, textarea{
    color: #fff;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff !important;
	opacity: 1;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:focus, input.form-control:focus,  .select-css:focus {
    outline:none !important;
    outline-width: 0 !important;
	background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

*:focus {
    outline: none;
}

.form-p {
	font-size: .95rem;
}

 @media (max-width: 767px) {
.form-control, .select-css {
	height: calc(2.25rem + 2px);
	font-size: .9rem;
}
	 

.form-p {
	font-size: .8rem;
}
 }

.btn-secondary {
	color: #fff !important;
	border-radius: 0;
	border-color: #231815;
	background: #231815;
	font-size: 1.1rem;
	font-weight: 500;
}
.btn-secondary:hover {
	color: #fff !important;
	background: #de6019;
	border-color: #de6019;
}

 @media (max-width: 767px) {
	 .btn-secondary {
	font-size: .9rem;
}
 }

footer {
	border-top: solid 1px #fff;
	padding: 20px 0;
	font-size: .7rem;
	font-weight: 400;
}


@media (max-width: 767px) {
	footer {
		padding: 20px 0 90px 0;
	}
}

.float-i {
	position: fixed;
	z-index: 996;
	right:20px;
	bottom: 80px;
	width: 40px;
}

.float-i a.mbs {
	height: 40px;
}

.pb {
	background-color: #231815;
	padding: 0 !important;
}

.pb .container {
	padding: 10px 0 !important;
	width: 80%;
	margin: 0 auto;
	position: relative;
}

a.mbs {
	width: 100%;
	display: block;
	position: relative;
	padding-bottom: 100%;
}

a.mbs span {
	position: absolute;
	z-index: 1;
	color: #fff;
	width: 100%;
	height: 100%;
	border: solid 1px #fff;
	border-radius: 50%;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}