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-image:url(../img/bg.jpg);
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	padding-top: 78px;
}

@media only screen and (max-width: 766px) {
	body {
	padding-top: 53px;
	background-image:url(../img/bg2.jpg);
}
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
.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) {
		.mobile-menu {
			display: none;
		}
		.header {
			height: 78px;
		}
		.nav-up {
			top: -78px;
		}
}
.te1-t,.tel-n{
  color: #fff
}
#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 #009943;
	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 {
	height: 78px;
}
.navbar-dark {
	background: #fff;
}

.navbar-light {
background-color: rgba(255, 255, 255, 0.95) ;
}

.navbar-brand {
	max-width:150px;
}

.navbar-custom .navbar-collapse {
	position:relative;
	background-color: #FFF;
}

.nav-item.custom a.nav-link {
	padding: 0 1.25rem;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1rem;
	color: #4d4d4d !important;
	display: flex;
	align-items: center;
	-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;
	opacity: 1;
}

.nav-item.custom.active a.nav-link {
	color: #4d4d4d;
}

.nav-item.custom a.nav-link span {
	font-weight: 400;
	letter-spacing: 0;
	color: #75bc2a;
	transform: scale(0.8, 1.2);
	transform-origin: left center;
	display: inline-block;
	margin-left: .5rem;
}

.nav-item.custom a.nav-link:hover, .nav-item.custom a.nav-link.active, .nav-item.custom a.nav-link.active:hover {
	color: #84aead !important;
}


@media only screen and (max-width: 766px) {



.navbar-custom {
	height: auto;
	min-height: 53px;
	padding: 0;
}

.navbar-dark {
	background: #84aead;
}

	.navbar-brand {
	max-width:100px;
}


.nav-item.custom a.nav-link {
	padding: .75rem 2rem;
	font-size: 16px;
	display:block;
	text-align: center;
}

}

.tel {
	margin-top: 0rem;
	display: inline-block;
	margin-left: 0;
	margin-right: 0.5rem;
	color: #fff;
}
.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: #fff;
}

.navbar-brand {
	max-height:70px;
}
.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: #000 !important;
}
.nav-h.bh1 {
	background: #fff;
	border-left: solid 1px #fff;
}
.nav-h.bh2 {
	background: #263d53;
	border-left: solid 1px #fff;
}
.nav-h.bh3 {
	background: #263d53;
	border-left: solid 1px #fff;
}
.nav-h.bh4 {
	background: #fff;
}
.navbar-toggler {
	font-size: 1rem;
	width: 53px;
	height: 53px;
	color: #fff !important;
	background-color: transparent;
	border: none;
}
 @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: #009943 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
}
.navbar-custom2 .nav-link:hover {
	color: #fff !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: #404040;
	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: #009943;
}
.navbar-custom2 .nav-item {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #009943;
	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: #009943;
}

 }
 
 
 @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: #EFEFEF;
}



.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.content {
	height: 100vh;
	min-height: 500px;
	-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center top;
background-repeat:no-repeat;
padding: 0;
}

.button {
  border: none;
	width: 100%;
	padding: 1rem;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	font-weight: 700;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #263d53; 
  color: #ffffff; 
  border: 2px solid #263d53;
}

.button1:hover {
  background-color: #ffffff;
  color: #263d53;
	border: 2px solid #ffffff;
}

.p1_1{
	padding-top: 6rem;
}
.pv {
	position: relative;
}




.wx {
	color:#FFF;
	text-align:center;
}

.wx2 {
	color:#666;
	text-align:center;
}

.wx h2, .wx2 h2 {
	font-size: 2.4rem;
	font-weight: 400;
}

.wx h4, .wx2 h4 {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .25rem;
}

.wx p, .wx2 p {
	font-size: .95rem;
	line-height: 1.6rem;
	font-weight: 400;
	text-align:justify;
	text-align-last:center;
}

.wx hr, .wx2 hr {
	width: 100%;
	height: 1px;
	margin: .75rem 0;
	border-top: solid 1px #009943;
}

@media screen and (min-width:331px) and (max-width:766px) {
.wx h2, .wx2 h2 {
	font-size: 1.4rem;
}

.wx h4, .wx2 h4 {
	font-size: 1rem;
	letter-spacing: 0;
}
.wx hr, .wx2 hr {
	margin: .65rem 0;
}
.wx p, .wx2 p {
	font-size: .75rem;
	line-height: 1.2rem;
	text-align-last:left;
}
}

@media (max-width: 320px) {
.wx h2, .wx2 h2 {
	font-size: 1.2rem;
}

.wx h4, .wx2 h4 {
	font-size: .95rem;
	letter-spacing: 0;
}
.wx hr, .wx2 hr {
	margin: .65rem 0;
}
.wx p, .wx2 p {
	font-size: .75rem;
	line-height: 1.2rem;
	text-align-last:left;
}
}

.testimonials {
  background-color: #e77513;
  height: auto;
  color: #fff;
}

.testimonials h3 {
  color:#5E4B37;
  font-size: 1.2rem;
  
}

 @media only screen and (max-width: 767px) {
	 
.testimonials h3 {
	color:#5E4B37;
	font-size: 1.1rem;
}

 }


.testimonials .testimonial-item {
	max-width: 18rem;
}
.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}
.testimonials h1{
  font-size: 3rem;
}
.testimonials h2{
  border-top: solid 0.8px;
}
.testimonials h2:last-child{
  border-bottom: solid 1px;
}



.call-to-action {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
}


.call-to-action h3 {
	font-size: 1.7rem;
	font-weight: 600;
	color: #84afae;
}


.call-to-action p {
	color: #333;
	/*font-size: .95rem;
	font-weight: 400;*/
	text-align: justify;
}

 @media (max-width: 766px) {
	 
	 .call-to-action {
	padding-bottom: 8rem;
}
	 
	 
.call-to-action h2 {
	font-size: 1.4rem;
}

.call-to-action p {
	font-size: 1rem;
}
 }


.call-to-action .overlay {
	position: absolute;
	background-color: #640910;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .9
}
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;
}

.btn-primary {
	font-size: 1rem;
	color: #009943 !important;
	border-radius: 0;
	border-color: #009943 !important;
	background: transparent !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
	color: #e77513 !important;
	background: #009943 !important;
	border-color: #009943 !important;
}
.btn-secondary {
	color: #fff !important;
	border-radius: 0;
	background: #84aead;
	font-weight: 700;
	border: none;
}
.btn-secondary:hover {
	color: #fff !important;
	background: #447774;
}
.showcase-text p {
	text-align: justify;
}

#map {
	width: 100%;
	height: 400px;
	border: solid 1px #84aead;
}
@media (max-width: 768px) {
  #map {
	width: 100%;
	height: 350px;
	border: none;
  }
}
.form-control {
	border-radius: 0;
}
.bg-primary {
	background-color: #84aead !important;
}
.bts {
	padding: 0;
	-webkit-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.2);
}
.mbo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255, .3);
	background-color: transparent;
}
.mbo:last-child {
	border-right-style: none;
}
.mbo a {
	color: #fff !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: transparent !important;
}
.mbo a:hover {
	color: #FFFFFF !important;
	background-color: #fff !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: #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: #009943; /* Add a dark-grey background on hover */
}

.detail li {
	color: #fff;
	padding: .5rem 0;
	font-size: 1rem;
    font-weight: 700;
    opacity: .8;
}
.detail li:hover {
    opacity: 1;
}

 @media (max-width: 766px) {
   .detail li {
	 padding: .5rem 0;
     font-size: .8rem;
   }
   .detail li span{
     font-size: 1.1rem;
   }
 }







.topic {
	margin-bottom: 1.5rem;
}

.topic h3 {
	font-size: 1.7rem;
	color:#666;
	font-weight: 800;
}

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

.topic hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #666
}


hr.style11 {
	height: 0;
    border-top: solid 1px #999;
	margin: 2rem 0 2rem 0;
}

.show-p p.alt {
      position: absolute !important;
	  bottom: .2rem;
	  left: 1.5rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 700 !important;
	  text-shadow: 2px 2px 3px #000000;
}

.slider li p.alt {
      position: absolute !important;
	  bottom: 1rem;
	  right: 2rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 500 !important;
	  margin-bottom: 0;
	  text-align: right;
	  text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}


.slider li .grey p.alt, .slider li.grey2 p.alt {
      position: absolute !important;
	  bottom: 1rem;
	  right: 2rem;
      font-size: .9rem;
	  color:#666 !important;
	  font-weight: 400 !important;
	  margin-bottom: 0;
}


.show-p2 {
      position: absolute !important;
	  bottom: 1rem;
	  right: 4rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 500 !important;
	  text-shadow: 2px 2px 3px #000000;
}

@media (max-width: 767px) {
	.show-p p.alt {
	  bottom: .5rem;
	  left: 1rem;
      font-size: .85rem;
}

.slider li p.alt, .slider li .grey p.alt, .slider li.grey2 p.alt {
	  bottom: .5rem;
	  right: .75rem;
      font-size: .98rem;
}
.show-p2 {
	  bottom: 1rem;
	  right: 1rem;
}
}


.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: #666;
}

.text-primary {
	color:#009943 !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);
	}
/*.slider p {
	text-align:center !important;
}*/

.stz {
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-image:url(../img/9.jpg)
}

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

@media (max-width: 767px) {
	.stz {
	height: 80vh;
}
.prs {
	display:block;
	padding-left: 5rem;
}
}

#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: #fff; /* Set a background color */
    opacity: 0.7;
    color: #263d53; /* 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: #263d53;
    background-color: #fff;
    opacity: 1;/* Add a dark-grey background on hover */
}

.container-inner {
	width: 100%;
}

.overlay-cover {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	left: 0;
}

.overlay-cover .mid {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0px;
}

.overlay-cover .mid:before {
	content: "";
    display: inline-block;
    width: 0%;
    height: 100%;
    vertical-align: middle;
}
.overlay-cover .mid p {
	display: inline-block;
    width: 90%;
    vertical-align: middle;
    font-size: 18px;
	font-weight: 500;
}
.overlay-cover .mid p span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px auto;
	background: url('../img2/swipe.svg') no-repeat;
	background-size: contain;
}

.btn-info2 {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	background-color: #425452;
	padding: .5rem 0;
	border-radius: 0;
}

.btn-info2:hover {
	color: #fff;
	background-color: #556b68;
}


.btn-info3 {
	font-size: 1rem;
	font-weight: 500;
	background-color: #fff;
	padding: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	border: none;
}

.btn-info3 span, .btn-info3:hover span {
	display: inline-block;
	float:left;
	padding: .5rem 1.2rem;
	text-align:center;
	background: #eaad3c;
	color: #fff;
}

.btn-info3 .add, .btn-info3:hover .add {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: .5rem .65rem;
	text-align:center;
	color: #425452;
}

.ext {
	font-size: 14px;
	font-weight: 400;
}

/*.form-control {
	border: none;
	background-color: #84aead;
	color: #fff;
}*/

.ws1 {
	position: absolute;
	z-index: 2;
	width: 49%;
	height:auto;
	left: 6%;
	top: 14%;
}

.ws2 {
	position: absolute;
	z-index: 2;
	width: 68%;
	height:auto;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
}

.ws1 .btn-grass {
	position:absolute;
	z-index: 2;
	bottom: 5%;
	left: 54.5%;
	color: #fff;
	background-color: #78aead;
	border-radius: 30px;
	font-weight: 500;
	padding: 5px 30px;
	font-size: 1.05rem;
	letter-spacing: .2rem;
	-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.2);
}

.ws2 .btn-grass {
	position:absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background-color: #78aead;
	border-radius: 30px;
	font-weight: 500;
	padding: 5px 30px;
	font-size: 1.15rem;
	letter-spacing: .2rem;
	-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.2);
}

.ws1 .btn-grass:hover, .ws2 .btn-grass:hover {
	color: #fff;
	background-color: #538c8b;
}

.bg-green {
	background-color: #84aead;
}

.bg-white {
	background-color: #fff;
}

.typ h3 {
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: 600;
	letter-spacing: .2rem;
	color: #425452;
}

.typ h3.wt, .typ p.wt {
	color: #fff;
}

.typ p {
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: 400;
	color: #000;
	letter-spacing: .1rem;
	margin-bottom: 0;
}

hr.tr {
	border: 0;
	display:block;
	width: 200px;
	height: 4px;
	background-color: #84aead;
}

hr.tr.wt {
	background-color: #fff;
}

@media (max-width: 767px) {
.typ h3 {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.typ h3.s2 {
	font-size: 1.35rem;
	line-height: 2.1rem;
}

.typ p {
	font-size: .95rem;
	line-height: 1.8rem;
}

hr.tr {
	width: 100px;
}
}

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

.text-v {
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


.v-line {
	display: block;
	width: 4px;
	height: 200px;
	background-color: #84aead;
	margin: 0 1rem;
}

.v-line.wt {
	background-color: #fff;
}

.text-v h3 {
	margin-block-start: 0;
    margin-block-end: 0;
}

@media (min-width: 768px) {
.typ.text-v h3 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: .1rem;
}
}

span.t1s {
	font-size: 1.5rem;
	padding-top: 1.8rem;
	display:block;
	font-weight: 500;
}

@media (max-width: 767px) {
	span.t1s {
	font-size: 1.1rem;
	padding-top: 1.4rem;
}
}

span.hlt {
	background-color: rgba(255,255,51, .5);
}

span.hlt2 {
	background-color: #5b8e8d;
}

span.yrt {
	transform: rotate(-90deg);
	display:inline-block;
	padding: .2rem 0;
}

span.yrt2 {
	transform: rotate(-90deg) scaleY(.9);
	display:inline-block;
	padding: 0;
	margin: -0.2rem 0;
}

span.yrt3 {
	display:inline-block;
	padding: 0;
	margin: .2rem 0 0 0;
}

.osw {
	display:block;
	margin-left: -0.5rem;
}

.s9t {
	position:absolute;
	z-index: 1;
	width: 50%;
	height: auto;
	left: 5%;
	bottom: 8rem;
	opacity: .95;
}