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 {
	padding-top: 53px;
	/*background-image:url(../img/bg.jpg);
	background-repeat:repeat;*/
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
.mobile-menu {
	display: block;
	height: 80px;
}
.header {
	height: 53px;
	position: fixed;
	top: 0;
	transition: top 0.1s ease-in-out;
	width: 100%;
}
.nav-up {
	top: -53px;
}
 @media only screen and (min-width: 767px) {
body {
	padding-top: 78px;
}
.mobile-menu {
	display: none;
}
.header {
	height: 78px;
}
.nav-up {
	top: -78px;
}
}
#loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(255, 255, 255, 0.9);
}
 @keyframes lds-rolling {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
@-webkit-keyframes lds-rolling {
 0% {
 -webkit-transform: translate(-50%, -50%) rotate(0deg);
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 transform: translate(-50%, -50%) rotate(360deg);
}
}
.lds-rolling {
	position: relative;
}
.lds-rolling div, .lds-rolling div:after {
	position: absolute;
	width: 86px;
	height: 86px;
	border: 6px solid #1d2087;
	border-top-color: transparent;
	border-radius: 50%;
}
.lds-rolling div {
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite;
	top: 100px;
	left: 100px;
}
.lds-rolling div:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.lds-rolling {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.navbar-custom {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-dark {
	background: #fff;
}

.navbar-light {
background: #00a6a6;
}

.navbar-brand img {
	max-height:35px;
}

.tel {
	margin-top:0rem;
	display: inline-block;
	margin-left: 0;
	margin-right: 0.5rem;
	color: #00585B;
}
.tel .tel-t {
	display: block;
	font-size: 0.5rem;
	font-weight: 100;
}
.tel .tel-n {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: -0.3rem;
}

.tel .tel-n a, .tel .tel-n a:visited, .tel .tel-n a:hover {
	text-decoration:none;
	color: #00585B;
}

 @media only screen and (min-width: 767px) {
.navbar-light {
	background: #00a6a6;
}

.navbar-brand img {
	max-height:50px;
}
.tel {
	margin-top:-0.5rem;
	margin-left: auto;
	margin-right: 1.2rem;
}
.tel .tel-t {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
.tel .tel-n {
	line-height: 1.2rem;
	font-size: 1.5rem;
	margin-top: 0rem;
}
}
.nav-h {
	font-size: 1.2rem;
	display: none;
	color: #FFF;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 25px;
}
.navbar-custom .nav-link:active, .navbar-custom.nav-link:focus, .navbar-custom .nav-link:hover {
	color: #FFF !important;
}
.nav-h.bh1 {
	background: #48700e;
}
.nav-h.bh2 {
	background: #1eaa39;
}
.nav-h.bh3 {
	background: #e73828;
}
.nav-h.bh4 {
	background-color: #0066CC;
}
.navbar-toggler {
	font-size: 0.8rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #00a6a6 !important;
	background-color: #fff;
}
 @media only screen and (min-width: 767px) {
.navbar-custom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right:0 !important;
}
.navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.nav-h {
	display: inline-block;
}
}
.navbar-custom2 {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.navbar-custom2 .nav-link {
	color: #fff !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
}
.navbar-custom2 .nav-link:hover {
	color: #00585B !important;
}
/* SHIFT */

.navbar-custom2 ul li a, .navbar-custom2 ul li a:after, .navbar-custom2 ul li a:before {
	transition: all .2s;
}

@media only screen and (min-width: 767px) {
/* stroke */
.stroke ul li a, .fill ul li a {
	position: relative;
}
.stroke ul li a:after, .fill ul li a:after {
	position: absolute;
	top: 1.7rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #00585B;
	height: 1px;
}
.stroke ul li a:hover:after {
	width: 100%;
}
.fill ul li a {
	transition: all 2s;
}
.fill ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}
.fill ul li a:hover {
	color: #fff;
	z-index: 1;
}
.fill ul li a:hover:after {
	z-index: -10;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
}
}

 @media only screen and (min-width: 767px) {
.navbar-custom2 {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.navbar-custom2 .nav-item {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-custom2 .nav-item:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

 }
 
 
 @media only screen and (min-width: 997px) {
	 
.navbar-custom2 .nav-link {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: inline-block;
	padding-left: .5rem;
	padding-right: .5rem;
}
 }
 
 @media only screen and (max-width: 996px) and (min-width: 767px) {
.navbar-custom2 .nav-link {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: inline-block;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
}



.display-sm {
	display: block;
}
.display-md {
	display: none;
}
 @media (min-width: 767px) {
.display-sm {
	display: none;
}
.display-md {
	display: block;
}
}
header.masthead {
	position: relative;
	padding-bottom: 0rem;
}


header.masthead h1 {
	font-size: 2rem
}
.showcase .showcase-text {
	padding: 3rem
}
.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
	background-position: center center;
}

section.content {
	padding: 6rem 0;
}

@media (min-width:768px) {
.showcase .showcase-text {
	padding: 7rem
}
section.content {
	padding: 4rem 0;
}
}
.features-icons {
	padding-top: 3rem;
	padding-bottom: 3rem
}
.features-icons .features-icons-item {
	max-width: 20rem
}
.features-icons .features-icons-item .features-icons-icon {
	height: 7rem
}
.features-icons .features-icons-item .features-icons-icon i {
	font-size: 4.5rem
}
.features-icons .features-icons-item:hover .features-icons-icon i {
	font-size: 5rem
}
.testimonials {
	padding: 4rem 0;
}
.testimonials .testimonial-item {
	max-width: 18rem
}
.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}
.call-to-action {
	position: relative;
	background-color: #00a6a6;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.call-to-action .overlay {
	position: absolute;
	background-color: #1d2087;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .85
}
footer.footer {
	padding-top: 1rem;
	padding-bottom: 70px;
}
 @media only screen and (min-width: 767px) {
footer.footer {
	padding-bottom: 1rem
}
}
.fade-in {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s linear;
}
.fade-out {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s linear;
}

h2.sub {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1rem;
}


h4.sub {
	font-size: 2rem;
	font-weight: 800;
	line-height: 3rem;
	font-family: 'Noto Serif TC', serif;
}

h5.sub {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.2rem;
	font-family: 'Noto Serif TC', serif;
}

h5.sub2 {
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.8rem;
	color:#222;
	text-align:justify;
	text-align-last:center;
}

h5.sub3 {
	font-size: 1.3rem;
	font-weight: 550;
	line-height: 2.2rem;
	color:#fff;
	font-family: 'Noto Serif TC', serif;
}


h5.sub4 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3rem;
	color:#e73828;
	font-family: 'Noto Serif TC', serif;
	text-align:center;
	
}

h5.sub4 span {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.3rem;
	color:#222;
	display:inline-block;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: solid 1px #e73828;
	margin-top: 0;
	text-align:left;
}

@media only screen and (min-width: 1200px) {
h5.sub4 {
	display: flex;
	align-items: center;
	justify-content:center;
}
}

@media only screen and (max-width: 1199px) {
	h5.sub4 {
	font-size: 1.3rem;
	line-height: 2rem;
	text-align:justify;
	text-align-last:center;
}

h5.sub4 span {
	font-size: .95rem;
	display:block;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	margin-top: .75rem;
	line-height: 1.65rem;
}
}


@media only screen and (max-width: 766px) {
	h4.sub {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
h5.sub {
	font-size: 1.05rem;
	line-height: 2rem;
}

h5.sub2, h5.sub3 {
	font-size: .95rem;
	line-height: 1.6rem;
	text-align:justify;
}

}





hr.sl {
	max-width: 100% !important;
	border-width: 1px;
	border-color: #DFDFF7;
}

.sub {
	color: #e73828;
}

.sub-en {
	color: #00a6a6 !important;
	font-weight: 200;
	font-size: .85rem;
	letter-spacing: .1rem
}

.sub .sub-e {
	color: #CCCCCC;
	font-size: 0.8rem;
	padding-left: 0.5rem;
}
section .inner-p p {
	color: #333;
	font-size: 1.1rem;
	font-weight: 400;
}

@media only screen and (max-width: 766px) {
	section .inner-p p {
	font-size: 0.95rem;
}
}

.inner-p {
	text-align: justify;
	text-align-last: left;
}

.btn-primary {
	font-size: 1rem;
	color: #1d2087 !important;
	border-radius: 0;
	border-color: #1d2087;
	background: transparent;
}
.btn-primary:hover {
	color: #fff !important;
	background: #1d2087;
	border-color: #1d2087;
}
.btn-secondary {
	color: #fff !important;
	border-radius: 0;
	border-color: #fff;
	background: #00585B;
}
.btn-secondary:hover {
	color: #00585B !important;
	background: #fff;
	border-color: #fff;
}
.showcase-text p {
	text-align: justify;
}

.modal-backdrop {
    opacity:0.9 !important;
}

.modal-dialog-h {
	max-width: 900px !important;
	margin: .5rem auto !important;
}

.modal-dialog-w {
	max-width: 1200px !important;
	margin: .5rem auto !important;
}

.close-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
	z-index: 9999;
}
.close-modal:hover {
	opacity: .5
}
.close-modal .lr {
	z-index: 9998;
	width: 1px;
	height: 60px;
	margin-left: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #eee
}
.close-modal .lr .rl {
	z-index: 9999;
	width: 1px;
	height: 60px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #eee
}

.portfolio-modal .modal-dialog {
	margin: 0;
	max-width: 100vw;
	position:relative;
}
.portfolio-modal .modal-content {
	padding: 50px 0;
	text-align: center;
	background-color: transparent;
}
.portfolio-modal .modal-content h2 {
	font-size: 1.6rem;
	margin-bottom: 30px;
	color:#FFF;
}

.portfolio-modal .modal-content h2 span {
	color:#FFF;
	font-weight: 300;
	display:inline-block;
	margin-right: 1rem
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px
}
.portfolio-modal .modal-content button {
	cursor: pointer
}

@media (max-width: 766px) {
	.portfolio-modal .modal-content h2 {
	font-size: 1.1rem;
}
}

#map {
	width: 100%;
	height: 300px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-control {
	border-radius: 0;
}
.bg-primary {
	background-color: #00585b !important;
}
.bts {
	padding: 0;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.3);
}
.mbo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255, .35);
}
.mbo:last-child {
	border-right-style: none;
}
.mbo a {
	color: #f9bf00 !important;
	text-decoration: none;
	background-color: rgba(33, 33, 33, 0) !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-color: #333 !important;
}
.mbo a:hover {
	color: #FFFFFF !important;
	background-color: rgba(99, 99, 99, 0.8) !important;
}
.mbo h5 {
	padding-top: .6rem;
	padding-bottom: .2rem;
	font-size: .9rem;
	font-weight: 500;
}
.ics {
	margin-right: 0;
	margin-bottom: 4px;
}
.mbo i, .mbo span {
	display: block;
}
.mbo span {
	color: #FFFFFF !important;
}
 @media (min-width: 767px) {
.bts {
	display: none;
}
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #404040; /* Set a background color */
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px 10px 15px;
    border-radius: 0px; /* Rounded corners */
    font-size: 1rem; /* Increase font size */
}

#myBtn:hover {
	color:#FFF;
    background-color: #fff100; /* Add a dark-grey background on hover */
}

.detail li {
	color: #fff;
	padding: .5rem 0;
	font-size: .9rem;
}

.co1 {
	width: 1px;
	height: 100%;
	display:block;
	background-color:rgba(255,255,255, .3);
}

a.csl {
	color:#3FF;
	text-decoration: none;
}

a.csl:hover {
	text-decoration: underline;
}

.topic h3 {
	font-size: 2rem;
	color:#00a6a6;
	font-weight: 600
}

.topic h4 {
	font-size: 1.3rem;
	color:#00a6a6;
	font-weight: 700;
}

.topic h5 {
	font-size: 1.2rem;
	color:#666;
	font-weight: 600
}

.topic h3 span{
	font-weight: 100;
	padding-left: 1rem;
}

@media (max-width: 767px) {
	.topic h3 {
	font-size: 1.2rem;
}


.topic h4 {
	font-size: 1.35rem;
	line-height: 2rem;
}

.topic h5 {
	font-size: 1rem;
}
}

.topic hr {
	max-width: 100px;
	border-width: 3px;
	border-color: #00a6a6
}

hr.style-one {
    border: 0;
    height: 1px;
    background: rgba(0,0,0, .3);
}

hr.sec {
	margin: 2rem 0;
}

.p-list p.alt {
      position: absolute !important;
	  top: .6rem;
	  left: 1rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 400 !important;
}

.slider li p.alt {
      position: absolute !important;
	  bottom: .5rem;
	  right: .5rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 400 !important;
	  padding: .35rem .75rem;
	  background:rgba(0,0,0, .8);
	  margin-bottom: 0;
}


.show-p p.alt {
      position: absolute !important;
	  bottom: .5rem;
	  right: .5rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 400 !important;
	  padding: .5rem .8rem;
	  background:rgba(0,0,0, .8);
	  margin-bottom: 0;
}

@media (max-width: 767px) {
	.slider li p.alt, .show-p p.alt {
      font-size: .75rem;
	  padding: .25rem .55rem;
}
}


.suv h3 {
	font-size:1.3rem;
	font-weight: 500;
	color: #00a6a6;
}

.suv hr {
	border-top: solid 3px #00a6a6;
	margin: .8rem 0;
}

.suv h4 {
	font-size:1.5rem;
	font-weight: 3;
	color: #00a6a6;
}


.bg-gold {
	background: #f3f3f3
}

.bg-gold2 {
	background: #00585B
}

.wq {
	display:inline-block;
	padding-left: 0;
}

@media (max-width: 767px) {
	.wq {
	display:block;
	padding-left: 5rem;
}
}

.mxr {
	border-bottom: solid 3px #00a6a6;
	padding: 0 0 .5rem 0;
}

hr.style11 {
	height: 0;
    border-top: dotted 1px #666;
	margin: 3rem 0 3rem 0;
}

@media (max-width: 767px) {
	hr.style11 {
	margin: 2rem 0;
}
}

.alt-t {
	position:absolute;
	bottom: 1rem;
	left: 1rem;
	color: #fff;
	font-size: .9rem;
	font-weight: 400;
	width: auto;
	text-align:left;
}

@media (max-width: 767px) {
	.alt-t {
	font-size: .65rem;
	width: 35%;
}
}
