html, body {
	max-width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}
body {
	font-family: 'Noto Sans TC', sans-serif !important;
	padding-top: 36px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600
}

a,a:active,a:focus,button:focus,input:focus,textarea:focus {
outline: 0 !important;
}

:focus, :active {
	outline: 0;
}

.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;*/
	padding-top: 133px;
}
.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 #0e3312;
	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;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
}
.navbar-dark {
	background: #0e3312;
	padding:0;
}

.navbar-light {
background-color: rgba(235, 235, 235, 1) ;
}

.navbar-brand {
	padding: 16px 0 15px 0;
	background-color:transparent;
}

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

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

.navbar-dark {
	background: #fff;
	padding:0;
}

.navbar-custom {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.navbar-brand {
	padding: .6rem .5rem;
	background-color:#0e3312;
}
.navbar-brand img {
	max-height:25px;
}

}


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

.navbar-brand {
	max-height:70px;
}

}

.nav-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
}

.nav-text:hover {
	color: #FFF100 !important;
}

@media only screen and (max-width: 766px) {
	.nav-text {
	font-size: .8rem;
	line-height: .8rem;
	color: #0a3311;
	letter-spacing: 0;
	display: none;
}

.nav-text:hover {
	color: #666;
}
}

.nav-h {
	font-size: 1.1rem;
	display: none;
	color: #FFF;
	font-weight: 700;
	padding: 25px 20px;
}
.navbar-custom .nav-link:active, .navbar-custom.nav-link:focus, .navbar-custom .nav-link:hover {
	color: #FFF;
}
.nav-h.bh1 {
	background: #e37c0a;
}
.nav-h.bh2 {
	background: #17c7a3;
}
.nav-h.bh3 {
	background: #ff0000;
}
.nav-h.bh4 {
	background: #456ab0;
}
.navbar-toggler {
	font-size: 1rem;
	line-height: 1rem;
	padding: .85rem 1rem;
	color: #333 !important;
	background-color: #c9caca;
	border: none;
}
 @media only screen and (min-width: 767px) {
.navbar-custom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right:0 !important;
}

.nav-h {
	display: inline-block;
}
}

.btn-bh {
	font-size: 1rem;
	color: #FFF;
	font-weight: 700;
	padding: .5rem 0;
	width: 100%
}

.btn-bh.btn-bh1 {
	background-color: #e37c0a;
}
.btn-bh.btn-bh2 {
	background-color: #17c7a3;
}

.navbar-custom2 {
	padding: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.navbar-custom2 .navbar-collapse {
	padding: 0;
}

@media only screen and (max-width: 766px) {
.navbar-custom2 {
-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
}
.navbar-custom2 .navbar-collapse {
	padding: 1.2rem 0;
	width: 100%;
}
}
.navbar-custom2 .nav-link {
	color: #0e3312 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-weight: 500;
	padding: .5rem 0;
}
.navbar-custom2 .nav-link:hover {
	color: #606060 !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: #606060;
	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;
}
}

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

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.nav-search {
	margin: 0 1rem;
}

.nav-search .form-control {
	width: 120px;
	padding: .2rem .5rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
}

.nav-search .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .2rem .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #0a3311;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.mobile-c {
	width: auto;
	padding: 0;
}
@media only screen and (max-width: 766px) {
.mobile-c {
	width: 100%;
	padding: 0 2rem;
}

.nav-search {
	margin: 0 .5rem 0 0;
}

.nav-search .form-control {
	width: 100px;
	padding: .2rem .4rem;
    font-size: .85rem;
    line-height: .85rem;
	border: 1px solid #dae5dc;
}
}

 @media only screen and (min-width: 767px) {
.navbar-custom2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.navbar-custom2 li.nav-item {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0e3312;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-custom2 li.nav-item:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0e3312;
}

 }
 
 
 @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-alt {
	background-color: #dfe4e0;
}



.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: #F1F2EB;
	padding-bottom: 0rem;
}
header.masthead h1 {
	font-size: 2rem
}

header .banner-item {
	min-height: 500px;
	-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-repeat: no-repeat;
background-position: center center;
position:relative;
display:block;
}

header .banner-item .banner-item-link {
    display: block;
	width: 100%;
	height: 100%;
}

header .banner-item .banner-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	left: 0;
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(40%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
/*background: rgba(0,0,0,0.5);
background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(30%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );*/
opacity: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

header .banner-item .banner-item-content {
	position: absolute;
	width: 100%;
	padding: 0 10%;
	z-index: 7;
	bottom: 50px;
	text-decoration: none;
	text-align:justify;
}



header .banner-item .banner-item-link .banner-item-content, header .banner-item .banner-item-link:hover .banner-item-content {
	color: #FFF;
}


@media (max-width: 766px) {
header .banner-item {
	max-height: 600px;
}

header .banner-item .banner-item-overlay {
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(30%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

header .banner-item .banner-item-content {
	padding: 0 15%;
	z-index: 7;
	bottom: 30px;
}

}

.tag {
	font-size: .9rem;
	padding: .3rem 1rem;
	letter-spacing: .1rem;
	color:#FFF;
	font-weight: 500;
	display:inline-block;
	margin-bottom: 1rem;
	min-width: 128px;
	text-align:center;
}


.tag.tag1 {
	background-color: #13ae67;
}

.tag.tag2 {
	background-color: #e83828;
}

.tag.tag3 {
	background-color: #036eb8;
}

.tag.tag4 {
	background-color: #a37f0d;
}

.tag.tag5 {
	background-color: #a40b5d;
}



header .banner-item .banner-item-content h1 {
	font-size: 2.265rem;
	line-height: 3.2rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

header .banner-item .banner-item-content p {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 300;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

@media (max-width: 766px) {
	.tag {
	font-size: .85rem;
	padding: .25rem .85rem;
	margin-bottom: .5rem;
	min-width: 110px;
}
header .banner-item .banner-item-content h1 {
	font-size: 1.75rem;
	line-height: 2.5rem;
}

header .banner-item .banner-item-content p {
	font-size: 1rem;
	line-height: 1.2rem;
}

}


.banner-list-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #0a3311;
	padding-bottom: .3rem;
	border-bottom: solid 2px #0a3311;
	width: 100%;
}

.banner-block {
	border-bottom: solid 1px rgba(255,255,255, .5);
}

.banner-block:last-child{
	border-bottom: none;
}


.banner-list-content, .banner-list-content:hover {
	text-decoration: none;
}

.banner-list-content span {
	font-size: .65rem;
	padding: .4rem 0 .3rem 0;
	font-weight: 400;
	color: #555;
	letter-spacing: .05rem;
	display:block;
}

.banner-list-content h4 {
	font-size: 1.125rem;
	line-height: 1.6rem;
	margin-bottom: .75rem;
	font-weight: 400;
	text-align:justify;
	color: #061607;
	letter-spacing: 0;
	-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.banner-list-content:hover h4 {
	color: #1f6028;
}

@media (max-width: 766px) {
	.banner-list-content h4 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-bottom: .75rem;
}

}

.index-topic {
	color: #0a3311;
}

.list1-link, .list1-link:hover {
	text-decoration: none;
}

.list1-text {
	background-color: #fff;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list1-link:hover .list1-text {
	background-color: rgba(255,255,255, .5);
}

.list1-pic {
position:relative;
}

.list1-pic .tag {
	position:absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.list1-text-inner {
	padding: 0 4rem;
}

.list1-text-inner h3 {
	font-size: 1.45rem;
	color: #0d5117;
	font-weight: 500;
	display: block;
	margin-bottom: .5rem;
}

.list1-text-inner p {
	font-size: .95rem;
	line-height: 1.55rem;
	color: #333;
	font-weight: 300;
	display: block;
	margin-bottom: .75rem;
}

.list1-text-inner span {
	font-size: .85rem;
	line-height: 1rem;
	color: #666;
	font-weight: 500;
	display: block;
}

@media (max-width: 766px) {
	.list1-text-inner {
	padding: 2rem 3rem;
}
.list1-text-inner h3 {
	font-size: 1.25rem;
	margin-bottom: .7rem;
}
.list1-text-inner p {
	font-size: .9rem;
	line-height: 1.35rem;
	margin-bottom: .7rem;
}
}

.list2 {
	position:relative;
}


.list2 .tag, .list3 .tag {
	position:absolute;
	left: 15px;
	top: 0;
	z-index: 3;
}

.list2-link, .list3-link, .list2-link:hover , .list3-link:hover {
	text-decoration:none;
}

.list2-text {
	position:absolute;
	z-index: 4;
	bottom: 0;
	width: 100%;
	color:#FFF;
	padding: 0 15px;
}

.list2-text-inner {
	background-color: rgba(10,30,13,.75);
	width: 100%;
	padding: 1rem 1.5rem;
	color:#FFF !important;
	text-decoration:none;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list2-text-inner h4 {
	font-size: 1.3rem;
	font-weight: 500;
	display: block;
	margin-bottom: .5rem;
}

.list2-text-inner p {
	font-size: .9rem;
	line-height: 1.4rem;
	font-weight: 400;
	display: block;
	color:#FFF;
	margin-bottom: 0;
}

.list2-link:hover .list2-text-inner {
	background-color: rgba(10,30,13,.5);
}

.list3-text {
	width: 100%;
	color:#FFF;
	padding: 1rem 0 0 0;
}

.list3-text h4 {
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
	margin-bottom: .75rem;
	color:#333;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list3-text p {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 400;
	display: block;
	color:#999;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list3-link:hover .list3-text h4,  .list3-link:hover .list3-text p {
	color:#0d5117;
}


@media (max-width: 766px) {
.list2-text {
	position:relative;
	width: 100%;
	padding: 0;
	left: 15px;
}
.list2-text-inner {
	padding: .85rem 0;
	background-color: rgba(10,30,13,0);
}
.list2-text-inner h4 {
	font-size: 1.2rem;
	margin-bottom: .4rem;
	color: #0d5117;
}
.list2-text-inner p {
	font-size: .8rem;
	line-height: 1.3rem;
	color: #0d5117;
}
.list3-text-inner h4 {
	font-size: 1.2rem;
	margin-bottom: .5rem;
}
.list3-text-inner p {
	font-size: .8rem;
	line-height: 1.3rem;
}
.list2-link:hover .list2-text-inner {
	background-color: rgba(10,30,13, 0);
}
}


section p {
	color: #666;
	font-size: 1.05rem;
	font-weight: 400;
	text-align:justify;
}

 @media (min-width: 767px) {
	 section p {
	font-size: .98rem;
	
}
 }
 
 
.content-page {
	min-height: calc(100vh - 280px);
	padding-top: 1rem;
	padding-bottom: 5rem;
}

 @media (max-width: 766px) {
	 .content-page {
    padding-top: 2rem;
	padding-bottom: 3rem;
}
 }

.title-top {
	border-bottom: solid 1px #CCCCCC;
	padding: 2.5rem auto 0 auto;
	margin-bottom: .5rem;
}

h1.title {
	font-size: 2.65rem;
	line-height: 3.4rem;
	margin-bottom: .3rem;
	display:block;
	font-weight: 300;
	color: #111;
}

.title-top .date {
	font-size: .95rem;
	line-height: 1.5rem;
	margin-bottom: .5rem;
	display:block;
	font-weight: 400;
	color: #666;
}

.page-content {
	padding: 4rem auto;
	color: #222;
}

.page-content p {
	font-size: 1.125rem;
	line-height: 2rem;
	font-weight: 400;
	color: #444;
}

.page-content h5.title {
	font-size: 1.3rem;
	line-height: 3rem;
	font-weight: 700;
}

.tags {
	font-size: 1rem;
	line-height: 1rem;
}

.tags .btn {
	padding: .3rem .5rem;
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: .2rem;
}

@media (max-width: 766px) {
	h1.title {
	font-size: 1.75rem;
	line-height: 2.4rem;
	margin-bottom: .3rem;
}

.title-top .date {
	font-size: .85rem;
	line-height: 1.3rem;
	margin-bottom: .3rem;
}

.page-content p {
	font-size: 1.1rem;
	line-height: 1.8rem;
}
.page-content h5.title {
	font-size: 1.2rem;
	line-height: 2rem;
}
}

.testimonials {
	background-color: #444;
}


.testimonials .container .footer-bg {
	padding: 2rem 3rem;
}

.testimonials h3 {
	color:#fff;
}

 @media only screen and (max-width: 767px) {
	 
	 .testimonials {
	background-image: none;
}

 }


.testimonials .testimonial-item {
	max-width: 18rem
}

.call-to-action {
	position: relative;
	background-color: #111;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.call-to-action .overlay {
	position: absolute;
	background-color: #640910;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .9
}
footer.footer {
	padding: 1rem 0;
}

.fade-in {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s linear;
}
.fade-out {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s linear;
}

h4.sub {
	line-height: 1.5rem;
	font-size: 1.5rem;
}

h4.sub.bd {
	color: #0a3311;
	padding-left: 1rem;
}

h4.sub.bd-1 {
	color: #0a3311;
	border-left: solid 3px #13ae67;
	padding-left: 1rem;
}

h4.sub.bd-2 {
	color: #0a3311;
	border-left: solid 3px #036eb8;
	padding-left: 1rem;
}

h4.sub.bd-3 {
	color: #0a3311;
	border-left: solid 3px #e83828;
	padding-left: 1rem;
}

h4.sub.bd-4 {
	color: #0a3311;
	border-left: solid 3px #a40b5d;
	padding-left: 1rem;
}

h4.sub.bd-5 {
	color: #0a3311;
	border-left: solid 3px #a37f0d;
	padding-left: 1rem;
}


h4.sub.bd-0 {
	color: #0a3311;
	border-left: solid 3px #0a3311;
	padding-left: 1rem;
}


h5.sub {
	color: #0a3311;
}


h3.sub {
	line-height: 2.4rem;
}

.sub .sub-e {
	color: #333333;
	font-size: 1rem;
	padding-right: 1rem;
}

.sub .sub-n {
	font-weight: 300;
}

.content .mx-auto .title2 span {
	font-weight: 200;
	display: block;
}

@media only screen and (min-width: 767px) {
	.sub span {
	display: inline-block;
}

h4.sub {
	font-size: 1.3rem;
}

}


section p {
	color: #666;
}
.btn-primary {
	font-size: 1rem;
	color: #0e3312 !important;
	border-radius: 0;
	border-color: #0e3312 !important;
	background: transparent !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
	color: #fff !important;
	background: #0e3312 !important;
	border-color: #0e3312 !important;
}
.btn-secondary {
	color: #000 !important;
	border-radius: 0;
	border-color: #0e3312;
	background: #0e3312;
}
.btn-secondary:hover {
	color: #0e3312 !important;
	background: #000;
	border-color: #0e3312;
}

#map {
	width: 100%;
	height: 300px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-control {
	border-radius: 0;
}
.bg-primary {
	background-color: #333 !important;
}


#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: #606060; /* 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: #0e3312; /* Add a dark-grey background on hover */
}

.detail {
	border-left: solid 1px rgba(255,255,255,.5);
	padding-left: 1rem;
	margin-bottom: 0 !important;
}

@media (max-width: 766px) {
	.detail {
	border-left: none;
	padding-left: 0;
}
}

.detail li {
	padding: 0;
}

.detail li a {
	color: #fff;
	padding: 0 0  .85rem 0;
	font-size: .95rem;
	text-decoration:none;
	display:block;
}

.detail li a:hover {
	color: #aaa;
	text-decoration:none;
}


.detail li:last-child a {
	padding: 0;
}

.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: #666;
	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 {
	color:#333;
	font-weight: 500;
	font-size: 1.2rem;
}

.content h4 .nm {
	font-weight: 700;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.content h5 {
	font-size: 1.1rem;
}
.content h4 .nm {
	font-size: 1.2rem;
}
}

/*.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: 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;
	  top: .5rem;
	  left: 2rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 700 !important;
	  text-shadow: 1px 1px 2px #000000;
}

.slider li p.alt {
      position: absolute !important;
	  top: .2rem;
	  left: 1rem;
      font-size: 1rem;
	  color:#fff !important;
	  font-weight: 700 !important;
	  text-shadow: 1px 1px 2px #000000;
}

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

@media (max-width: 767px) {
.show-p p.alt {
	  top: .5rem;
	  left: 1.5rem;
      font-size: .75rem;
}

.slider li p.alt {
	  top: .5rem;
	  left: .5rem;
      font-size: .75rem;
}
.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:#0e3312 !important;
}

.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);
	}



#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 0px; /* 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: #606060; /* 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: #c60a28; /* Add a dark-grey background on hover */
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
    border-radius: 0
}
.page-link {
	position: relative;
	display: block;
    padding:.5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0d5117;
	background-color: #fff;
	border: 1px solid #ddd
}
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #0d5117;
	border-color: #0d5117
}
.page-link:focus {
	z-index: 2;
	outline: 0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link {
	margin-left: 0;
border-top-left-radius:0;
border-bottom-left-radius:0
}
.page-item:last-child .page-link {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.page-item.active .page-link {
	z-index: 1;
	color: #0d5117;
	background-color: rgba(241,241,241, 1);
	border-color: rgba(241,241,241, 1);
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:0;
border-bottom-right-radius:0
}

.onl_login {
	margin: .5rem 0 1.5rem 0;
}


.onl_login .onl_authTitle {
    text-align: center;
	line-height: 300%;
}

.onl_socialButtons .btn {
	font-size: 1rem;
	line-height: 1rem;
	padding: .5rem .75rem;
}
	
.onl_login .onl_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.onl_login .onl_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.onl_login .onl_socialButtons .onl_btn-facebook {background: #3b5998;border-color:#3b5998}
.onl_login .onl_socialButtons .onl_btn-twitter {background: #00aced;border-color:#00aced}
.onl_login .onl_socialButtons .onl_btn-google-plus {background: #c32f10;border-color:#c32f10}



.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.5;
	font-size: 1rem;
	font-weight: 500;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #bbb;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -5em;
	background-color: white;
	width: 10em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}

.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;
}
}

.result-title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
}

.result-title span {
	font-weight: 700;
	color: #C00;
}


.result-link {
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #333 !important;
	text-decoration:none;
}

.result-link:hover {
	color:#999 !important;
	text-decoration:none;
}

.result-link h3 {
	font-size:1.3rem;
	line-height: 2rem;
	font-weight: 500;
}

.result-link p {
	font-size:.85rem;
	line-height: 1.1rem;
	font-weight: 300;
}

.result-link span {
	font-size:.9rem;
	line-height: 1.1rem;
	font-weight: 500;
}

.short-text p {
	font-size:1.125rem;
	line-height: 2rem;
	font-weight: 400;
	color: #444;
}

@media (max-width: 766px) {
	.short-text p {
	font-size:1rem;
	line-height: 1.75rem;
}
}

#introModal .modal-dialog {
	max-width: 60%;
	position:relative;
}

#introModal .modal-dialog .index-modal, #introModal .modal-dialog .index-modal:hover {
	text-decoration:none;
}

#introModal .modal-content {
	border-radius: 0;
	border: solid 3px #FFFFFF;
	background:#0f3313;
	padding: 1rem 2.5rem;
}

#introModal button.close {
	color: #0f3313;
	background:#FFF;
	font-size: 2rem;
	padding: .5rem;
	opacity: 1;
	position:absolute;
	top: 0;
	right: 0;
}

#introModal h2 {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 700;
	color: #fff100;
}

#introModal p {
	font-size: 1.1rem;
	line-height: 2rem;
	font-weight: 400;
	color: #fff;
}

@media (max-width: 766px) {
	#introModal .modal-dialog {
	max-width: 100%;
}
#introModal .modal-content {
	border: solid 2px #FFFFFF;
	padding: .5rem .5rem;
}
#introModal h2 {
	font-size: 1.3rem;
	line-height: 2.3rem;
}

#introModal p {
	font-size: .85rem;
	line-height: 1.5rem;
}
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 20%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity:1;
  color:#FFF
}

.btn-social:hover {
	opacity: 0.5;
	color:#FFF
}

.btn-s1 {
	background-color: #3b5898;
}

.btn-s2 {
	background-color: #00aced;
}

.btn-s3 {
	background-color: #00b900;
}

.btn-s4 {
	background-color: #bb0000;
	color: #fff !important;
}

.team-member {
	margin-bottom: 50px;
	text-align: center;
}

.team-member a {
	text-decoration:none;
}

.team-member a .team-p {
	width: 225px;
	height: 225px;
	border: 7px solid rgba(0,0,0,.3);
	display:block;
	overflow:hidden;
	margin: 0 auto;
	transition: all 0.3s;
}

.team-member a:hover .team-p {
	border: 10px solid rgba(10,51,17, .85);
}


.team-member a img {
	transform: scale(1, 1);
	transition: all 0.3s;
}

.team-member a:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.3s;
}

.team-member a h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
	color: #333;
	transition: all 0.3s;
	text-decoration:none;
}
.team-member a p {
	margin-top: 0;
	color: #333;
	transition: all 0.3s;
	text-decoration:none;
	text-align: center !important;
}

.team-member a:hover h4, .team-member a:hover p {
color: #0a3311;
}

.bg-green {
	background-color: #ebf6f0
}

.bg-blue {
	background-color: #0a3311
}

h4.service-heading2 {
	margin: 25px 0 15px 0;
	text-transform: none;
	color: #0a3311;
}

h3.service-heading2, h2.service-heading2 {
	text-transform: none;
	color: #0a3311;
}

h5.service-heading2 {
	text-transform: none;
	color: #0a3311;
}

ul.text-blue2 {
	padding-left: 20px;
}

h5.content-title {
	color: #0a3311;
	font-size: 1.3rem;
	padding-bottom: .5rem;
	border-bottom: solid 1px #0a3311;
}

h5.content-title i {
color: #819bb5;
}

.text-blue {
	color: #444;
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: 400;
}

.text-blue2 {
	color: #444;
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: 400;
}

@media (max-width:766px) {
.text-blue {
	font-size: 1rem;
	line-height: 1.6rem;
}

.text-blue2 {
	font-size: .9rem;
	line-height: 1.4rem;
}
}

a.paper-link {
	padding: .75rem 1rem .75rem 3rem;
	background-color: #e5e5e5;
	transition: all 0.3s;
	text-decoration:none;
	color: #222;
	font-size: 1.05rem;
	line-height: 2rem;
	font-weight: 500;
	width: 100%;
	display:block;
	position:relative;
}

a.paper-link span {
	display:block;
}

a.paper-link span span {
	font-weight: 300;
	display:inline-block;
	font-size: .75rem;
	margin-right: .75rem;
	line-height: 2rem;
}

a.paper-link svg {
	position:absolute;
	left: 1rem;
	top: 1.2rem;
}

a.paper-link:hover {
	background-color: #0a3311;
	color: #fff;
}

@media (max-width:767px) {
	a.paper-link {
	font-size: .95rem;
	line-height: 1.6rem;
	padding: .75rem 1rem .75rem 2rem
}

a.paper-link i {
	top: 1.1rem;
}

}


.dark-part {
	background-color: #efefef;
	padding: 5rem 0;
	margin-bottom: 0;
}

.premiere-member {
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
	animation-name: gold-light;
    animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes gold-light {
  0%   { color: #DAA520; }
  50%  { color: #FFDF00; }
  100% { color: #DAA520; }
}

.upgrade-block {
	padding: 1.25rem 2rem;
	background-color: #666;
}

.upgrade-block h4 {
	color: #FFDF00;
}

.upgrade-block ul {
	line-height: 1.25rem;
}


.upgrade-block1 {
	padding: 1.5rem;
	background-color: #e9e9e9;
}

.upgrade-block2 {
	padding: 1.5rem;
	background-color: #FFDF00;
}