html, body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Microsoft JhengHei', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}
body {
	padding-top: 53px;
	background-image: url(../img/mobile-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h1, h2, h3, h5, h6 {
	font-weight: 900
}
h4{
	font-weight: 400;
	color: #00AA92;
}
.mobile-menu {
	display: block;
	height: 80px;
}
.header {
	height: 53px;
	position: fixed;
	top: 0;
	transition: top 0.1s ease-in-out;
	width: 100%;
}



.mobile-banner {
	height: calc(100vh - 117px);
	background-image: url(../img/mobile-banner-bg.jpg);
	background-color: #ff5100;
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    -o-background-size:100% auto;
    background-size:100% auto;
}


.nav-up {
	top: -53px;
}
 @media only screen and (min-width: 767px) {
body {
	padding-top: 141px;
}
.mobile-menu {
	display: none;
}
.header {
	height: 141px;
}
.nav-up {
	top: -141px;
}
}
#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 #ff5100;
	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-color: #042A57 ;
}

.navbar-brand {
	max-width:80px;
}

.tel {
	margin-top:0rem;
	display: inline-block;
	margin-left: 0;
	margin-right: 0.1rem;
	color:  #042A57   
}
.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;
}
 @media only screen and (min-width: 767px) {
.navbar-light {
	background:  #042A57;
}

.navbar-brand {
	max-width:140px;
}
.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;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.8);
}
.navbar-custom .nav-link:active, .navbar-custom.nav-link:focus, .navbar-custom .nav-link:hover {
	color: #FFF !important;
}
.nav-h.bh1 {
	background: #042A57;
}
.nav-h.bh2 {
	background: #05C3D6;
}
.nav-h.bh3 {
	background: #e73828;
}
.nav-h.bh4 {
	background-color: #0033FF;
}
.navbar-toggler {
	font-size: 0.8rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #fff !important;
	background-color: #042A57
}
 @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: #DF8B00 !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: #DF8B00;
	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: #F6BAB7;
}
.navbar-custom2 .nav-item {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F6BAB7;
	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: #F6BAB7;
}

 }
 
 
 @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;
}
}


.bg-gold {
	background-color: #EFEEEB;
}



.display-sm {
	display: block;
}
.display-md {
	display: none;
}
.display-sm2 {
	display: inline-block;
}
.display-md2 {
	display: none;
}
 @media (min-width: 767px) {
.display-sm {
	display: none;
}
.display-md {
	display: block;
}
.display-sm2 {
	display: none;
}
.display-md2 {
	display: inline-block;
}
}
header.masthead {
	position: relative;
	background-color: #eee;
	padding-bottom: 0rem;
}
header.masthead h1 {
	font-size: 2rem
}

section p {
	color: #042A57;
	font-size: 1.0rem;
	font-weight: 400;
	padding-left: -2rem;
}

 @media (min-width: 767px) {
	 section p {
	font-size: 1.0rem;
	padding-left: 0px;
	padding-right: 0px;
}
 }


.showcase .showcase-text {
	padding: 3rem
}

.showcase-text h5 {
	color: #042A57;
	font-weight: 700;
	
}
.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
	background-position: center center;
}
@media (min-width:768px) {
.showcase .showcase-text {
	padding: 5rem
}
}
.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-top: 3rem;
	padding-bottom: 3rem;
}
.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: #343a40;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-image: url(../img/bg-masthead.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.call-to-action .overlay {
	position: absolute;
	background-color: #ff5100;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .9
}
footer.footer {
	padding-top: 1rem;
	padding-bottom: 40px;
}
 @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;
}

.sub {
	color: #B10004;
}

h4.sub {
	line-height: 1.0rem;
	color: #00AA92;
}

h3.sub {
	line-height: 2.4rem;
}

h5.sub {
	font-weight: 300;
	color: #ff5100;
}

.sub .sub-e {
	color: #333333;
	font-size: 1rem;
	padding-right: 1rem;
}

.content .mx-auto .title2 span {
	font-weight: 200;
	display: block;
}

@media only screen and (min-width: 767px) {
	.sub span {
	display: inline-block;
}
}


section p {
	color: #AA6F4A;
}
.btn-primary {
	font-size: 1rem;
	color: #ff5100 !important;
	border-radius: 0;
	border-color: #ff5100 !important;
	background: transparent !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
	color: #fff !important;
	background: #ff5100 !important;
	border-color: #ff5100 !important;
}
.btn-secondary {
	color: #ee4f00 !important;
	border-radius: 0;
	border-color: #fff;
	background: #fff;
}
.btn-secondary:hover {
	color: #fff !important;
	background: #ee4f00;
	border-color: #fff;
}
.showcase-text p {
	text-align: justify;
}
.list-inline li {
	font-size: 1rem !important;
	line-height: 2rem !important;
	color: #042A57 !important;
}
#map {
	width: 100%;
	height: 550px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-control {
	border-radius: 0;
}
.bg-primary {
	background-color: #E95211!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: #042A57;
}
.mbo:last-child {
	border-right-style: none;
}
.mbo a {
	color: #f6e600 !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: .8rem;
	padding-bottom: .4rem;
	font-size: .9rem;
}
.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: #042A57; /* 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: #E95211; /* Add a dark-grey background on hover */
}

.detail li {
	color: #333;
	padding: .5rem 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	font-size: 1.1rem;
}

.detail li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}

.content {
	/*padding-bottom: 3.5rem;*/
}

.content .contnet-list {
	padding-left: 15px;
	list-style: none;
}

.content .contnet-list li{
	margin-bottom: 0.6rem;
	position: relative;
	color: #042A57;
	font-size: 1.05rem;
	font-weight: 400;
}

 @media (min-width: 767px) {
	 .content .contnet-list li{
	font-size: 0.98rem;
}
 }

.content .contnet-list li span {
	font-weight: 700;
}

.content .contnet-list li:before {
  content: "‧"; 
  display: inline-block; 
  width: 1rem;
  margin-left: -1.5rem;
  margin-right: .5rem;
}



.content h5 span{
	font-weight: 200;
	display:block;
	margin-bottom: 1.5rem;
	border-left: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 1rem;
	margin-top: .8rem;
}

 @media (min-width: 767px) {
	 .content h5 span{
	display: inline-block;
	padding-left: .5rem;
	margin-left: .5rem;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-size: 1.2rem;
	margin-top: 0;
}
 }

.topic {
	/*margin-bottom: 1.5rem;*/
}

.topic h3 {
	font-size: 2.0rem;
	color:#<strong>DF8B00</strong>;
	/*background: #fff;*/
	display:inline-block;
	/*padding: .3rem .5rem;*/
	padding-left: 0.3rem;
	font-weight:900;
	font-family: 'Noto Sans TC', sans-serif;
	}
}

.topic h3 span{
	font-weight: 200;
	padding-left: 1rem;
}

.topic hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #DF8B00;
}

.show-p p.alt {
      position: absolute;
      bottom: .6rem !important;
	  margin-bottom: 0 !important;
	  right: .8rem;
      font-size: 1rem;
	  color:#fff;
	  font-weight: 400;
	  text-shadow: 0 0 10px #000000;
}


.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: .6rem !important;
	  margin-bottom: 0 !important;
	  right: 1rem;
      font-size: 1rem;
	  color:#fff;
	  font-weight: 400 !important;
	  text-shadow: 0 0 10px #000000;
}

.modal .carousel-item p.alt {
      position: absolute !important;
	  top: .6rem;
	  left: 1rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 400 !important;
}

.modal-content {
	width:95%;
	display:block;
	margin: 0 auto;
}

.bg-info {
	padding: 1.5rem 1rem;
	background-color: rgb(245,245,245) !important;
	background-image: url(../img/sq-bg.png);
	margin-bottom: 1.5rem;
}

.service-heading {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 1rem 0 1.5rem 0;
	text-transform: none;
	color: #042A57;
}

.text-primary {
	color:#ff5100 !important;
}

.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: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
	z-index: 9999;
}
.close-modal:hover {
	opacity: .5
}
.close-modal .lr {
	z-index: 9998;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #eee
}
.close-modal .lr .rl {
	z-index: 9999;
	width: 1px;
	height: 75px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #eee
}

.blur-up {
		-webkit-filter: blur(5px);
		filter: blur(5px);
		transition: filter 400ms, -webkit-filter 400ms;
	}

	.blur-up.lazyloaded {
		-webkit-filter: blur(0);
		filter: blur(0);
	}

hr.sec {
	margin: 2rem 0 !important;
}

.brm {
	display:none;
	padding: 0 !important;
}

.brs {
	display:inline-block;
}

@media (min-width: 767px) {
.brm {
	display:inline-block;
}

.brs {
	display:none;
}

}

hr.style-one {
    border: 0;
    height: 1px;
    background: rgba(0,0,0, .15);
}

.sectionMP{
        margin:0px;
        padding:0px;
        padding-top:10px;
        padding-bottom:40px;
    }
.p-80 {
	padding-top: 5px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 50px;

}
.p-15 {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-right: 80px;
	margin-left: 80px;
}