*{
	-webkit-focus-ring-color:#87A44F !important;
}
::selection {
    color: #fff;
    background-color: #87A44F !important;
}
html{
	font-size: 1em;
}
html,
body {
	width: 100%;
	/* overflow-x:hidden; */
	line-height: 1.8;
  	color: #222;
}
body{
	font-size: 1.05em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Noto Sans TC', sans-serif;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body.medium{
	font-size: 1.1em;
}
body.small{
	font-size: 1em;
}
body.large{
	font-size: 1.25em;
}
.navbar {
    padding:0;
}
.hamburger {
	margin-top: -3px;
}
.u-header .navbar .container{
	background-image: url('../img/navbar-brand.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	position: relative;
}

.u-header .navbar .container:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	content: "";
	background-color: #FFCC66;
}


@media (max-width: 991px) {
	
	#navBar {
		max-height: 80vh;
		overflow-x: auto;
	}
}

.u-header {
    font-size: 1.05em;
    z-index: 501;
    background-color: #fff;
}
.u-header.js-header-fix-moment {
	background-color: #fff;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img{
	height: 60px;
	margin: 0px;
	margin: 10px 0;
}
.navbar-brand h1{
	font-size: 0;
	padding: 0;
	margin: 0;
}

nav.navbar .top-menu {
	position: absolute;
	top: -1px;
	right: 50px;
	display: inline-block;
}
.js-header-change-moment nav.navbar .top-menu{
	top: -8px;
}
nav.navbar .top-menu ul{
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav.navbar .top-menu ul li{
	display: inline-block;
	margin: 0;
}
nav.navbar .top-menu ul li a{
	padding: 0 5px;
	font-size: 1rem;
	display: block;
	color:#518735;
	border-radius: 10px;
	transition: all .5s ease;
	text-decoration: none;
}
nav.navbar .top-menu .c-font-size{
	font-size: 1rem;
}
nav.navbar .top-menu .c-font-size ul li a{
	padding: 0 5px;
	border-radius: 0px;
	text-align: center;
	background-color: #fff;
	color: #FFCC66;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all .5s ease;
}
nav.navbar .top-menu .c-font-size ul li a:hover{
	background-color: rgba(0,0,0,0.2);
}
nav.navbar .top-menu .c-font-size ul li.active a{
	border-radius: 0px;
	color: #555;
	border-bottom: 1px solid #555;
}
nav.navbar .top-menu .c-font-size ul li.active a:hover{
	color: #555;
}
nav.navbar .top-menu ul li a i { margin:0; }
nav.navbar .top-menu ul li.link a {
	color: #bc212e;
}
nav.navbar .top-menu ul li.link a:hover {
	color: #555;
}
nav.navbar .top-menu ul li.link a.loginBtn {
	background-color: #FFCC66;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
nav.navbar .top-menu ul li.link a.loginBtn i {
	font-size: 0.8rem;
	float: left;
	margin-top: 7px;
}
.js-header-change-moment nav.navbar .top-menu ul li.link a.loginBtn {
	border-radius: 0 0 10px 10px;
}
ul.navbar-nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
.js-header-change-moment ul.navbar-nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
.phone-view{
	display: none;
}
.navbar-toggler .hamburger-line {
    height: 1px;
    background-color: #87A44F;
    width: 1.5em;
    display: block;
    margin: 7px auto;
}
.navbar-toggler{
	margin-top: 10px;
	margin-right: 10px;
}
.nav-item > a::after{
	content: "";
    display: block;
    width: 25px;
    height: 25px;
    /* border: 10px solid #FFCC66;
    border-radius: 100%; */
	background-image: url(../img/star.png);
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    z-index: 1;
    transition: .3s ease-in;
}
.nav-link:hover::after, .navbar-nav .active > a::after{
    content: "";
    display: block;
    transform: translate(-50%,-50%) scale(1);
    opacity: 0.8;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link{
	color: #555 !important;
	/* background-color: #387054;
	border-radius: 30px; */
}
@media (max-width:1140px) {
	.navbar-brand img{
		height: 40px;
	}

}
@media (max-width:767px) {
	.navbar-toggler{
		margin-top: 0px;
		margin-right: 5px;
	}
}
.hs-sub-menu{
	padding: 10px !important;
	z-index: 200 !important;
}
.u-header__section{
	z-index:999 !important;
}
@media (max-width: 991px) {
	nav.navbar .top-menu {
		position: relative;
		border-bottom: 1px solid #cdcdcd;
		margin: 10px;
		right: 0;
		top: 0;
		display: block;
		padding-bottom: 10px;
	}
	nav.navbar .top-menu ul {
    	display: block;
    	text-align: center;
    }
    nav.navbar .top-menu ul:nth-child(2) {
    	border: 0;
    	margin: 0;
    }
    nav.navbar .top-menu ul:nth-child(2) li {
    	margin-bottom: 5px;
    }
    ul.navbar-nav,
    .js-header-change-moment ul.navbar-nav {
    	margin-top: 15px;
    }
    .phone-view{
		display: block;
	}
	nav.navbar .top-menu .c-font-size{
		font-size: 1rem;
	}
	header{
		/* padding-bottom: 10px; */
	}
}
header{
	position: relative;
}
/* header::before{
	position: absolute;
	height: 15px;
	width: 100%;
	background-image: url('../img/footer-bottom.png');
	background-repeat: repeat-x;
	background-size:  auto 15px;
	background-position: left bottom;
	content: "";
	left: 0;
	bottom:-15px;
	z-index:10;
} */
.content{
	margin-top: 0;
	min-height: 80vh;
}
.bread{
	background: #999;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}
.bread, .bread a, .bread i{
	color: #fff;
	font-weight: bold;
}
.bread-main{
	color: #fff;
}
.page-header{
	border-top: 3px solid #387055;
	color: #387055;
}
.u-link-v5{
	color: #fff !important;
}
a{
	color:#387055;
}
a:hover{
	color:#518735;
}
.js-header-change-moment .navbar .u-main-nav-v1 .nav-link {
	padding: 0em 0.5em;
}
/* #js-header{
	border-bottom: 4px solid #FFCC66;
}
.u-header__section{
	border-bottom: 6px solid #87A44F;
} */
/* .nav-item::after{
    border-radius: 50%;
    width:5px;
    height: 5px;
    background:#FFCC66;
    content: "";
    position: absolute;
    left:-2px;
    top:45%;
}
.navbar-nav .nav-item:last-child::before{
    border-radius: 50%;
    width:5px;
    height: 5px;
    background:#FFCC66;
    content: "";
    position: absolute;
    right:0px;
    top:45%;
} */
.nav-item{
    position: relative;
}
.nav-item.hs-has-sub-menu{
	overflow:visible;
}
.navbar-collapse .navbar-nav > li:nth-last-child(4){
	position: relative;
	z-index: 10;
}
.navbar-collapse .navbar-nav > li:nth-last-child(4)::after{
	background:#518735 !important;
	content: "";
	position: absolute;
	top:-30px;
	left:0;
	height: 180%;
	width: 100%;
	z-index: 0;
}
.navbar-collapse .navbar-nav > li:nth-last-child(4) > a{
	color: #fff !important;
	position: relative;
	z-index: 10;
}
.navbar-collapse .navbar-nav > li:nth-last-child(3) > a{
	font-weight: 900;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.navbar-collapse .navbar-nav > li:nth-last-child(4) > a::after{
	filter: brightness(0) invert(1);
}
header .u-header__section--light .navbar-collapse .navbar-nav > li:nth-last-child(4).active > a{
	color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#searchform-1 {
    background: #484823 !important;
    z-index: 999;
    right: 10px;
    border-radius: 10px;
}
#searchform-1 .btn {
    background: #C9CCA4;
    color: #484823;
}
.form-control {
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    font-size: 1em;
}
.hs-sub-menu{
	border-top: #87A44F 2px solid;
	border-bottom: #87A44F 2px solid;
	box-shadow: 3px 3px 3px #eee;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: rgba(81,135,53,0.1);
}
@media (max-width:1140px) {
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: 0.9em !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
}
@media (max-width:991px) {
    .nav-item::after, .nav-item::before{
        display: none;
    }
}
@media (max-width:767px) {
	.bread{
		margin-left: 10px;
		margin-right: 10px;
	}
}
.sidemenu-wrapper details {
	margin: 0 auto 10px;
	/* width: 580px; */
 }
 
.sidemenu-wrapper summary {
	display: flex;
	/* justify-content: space-between; */
	align-items: center; /*配置在垂直居中處*/
	padding: 10px 15px; 
	font-size: 0.99em;
	background-color:#EEEFE1;
	border-radius: 5px;
	cursor: pointer; /*於滑鼠游標移入時顯示pointer*/
 }
 
.sidemenu-wrapper summary::-webkit-details-marker { /*重設Webkit網頁瀏覽器的三角箭頭*/
	display: none;
 }
 
.sidemenu-wrapper summary:hover,
.sidemenu-wrapper details[open] summary { /*滑鼠游標移入題目與選單展開之後的顯示方式*/
	background-color:#fff2da;
	transition: all .4s linear;
 }
 
.sidemenu-wrapper summary::before { /*利用偽元素指定加號*/
	content: '';
	/* margin-left: 30px; */
	background-image: url(../img/star.png);
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	width: 20px;
	height: 20px;
	transition: transform .5s linear; /*指定選單展開時的特效*/
	display: none;
 }
.sidemenu-wrapper summary:hover::before, details[open] summary::before{
	display: inline-block;
 }
 
.sidemenu-wrapper details[open] summary::before { /*指定加號展開之後的顯示方式*/
	transform: rotate(45deg); /*旋轉45度*/
	transition: all .4s linear;
 }
 
/* .sidemenu-wrapper .answer {
	padding: 10px;
	line-height: 1.6;
 } */
 
.sidemenu-wrapper details[open] .answer {
	animation: fadein .5s ease; /*指定展開後的特效*/
 }
 .sidemenu-wrapper .answer{
	margin-top: 10px !important;
 }
 .sidemenu-wrapper .answer li a{
	padding: 3px 10px;
 }
 .sidemenu-wrapper .answer li a:hover{
	background: #eee;
	border-radius: 10px;
 }
 @keyframes fadein {  
	0% { opacity: 0;	transition: all .2s linear;
	}
	100% { opacity: 1; 	transition: all .2s linear;
	}
 }
/* banner */
.banner-wrapper{
	position: relative;
	z-index: 8;
}
.banner-wrapper::after{
	position: absolute;
	content: "";
	background-image: url(../img/banner-bird.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width:300px;
	height: 300px;
	z-index: 10;
	bottom: -110px;
	left:10%;
}
.banner-wrapper::before{
	position: absolute;
	content: "";
	background-image: url(../img/leaf-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width:250px;
	height: 243px;
	z-index: 10;
	bottom: 0;
	right:0;
}
.banner-info{
	line-height: 1.6 !important;
	letter-spacing: 1px !important;
	font-size: 1em !important;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.9);
}
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle{
	padding: 10px !important;
	background: rgba(56, 112, 85, 0.5);
	border-radius: 5px;
	backdrop-filter: blur( 4px );
}
.banner-info p{
	margin-bottom: 30px;
}
.banner-info a{
	padding: 8px 15px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 0 5px 10px 0;
	transition: all .5s ease;
}
.banner-info a:hover{
	color: #fff;
	background-color: #518735;
	border: 1px solid #518735;
}
.metis .tp-bullet {
    opacity: 1;
    width: 70px;
    height: 70px;
    padding: 3px;
    background: #000;
    background-color: rgba(0,0,0,0.25);
    margin: 10px 0;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0.7;
    border-radius: 50%;
}
.metis .tp-bullet-image {
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 5px 5px 10px 0px rgb(0 0 0 / 25%);
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center center;
}
.metis .tp-bullet-title {
    position: absolute;
    bottom:0;
    display: inline-block;
    left: -100%;
    background: #000;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    white-space: nowrap;
}
.metis .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: calc(100% - 5px);
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
    bottom: calc(50% - 4px);
    -moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.metis .tp-bullet.selected, 
.metis .tp-bullet:hover {
    opacity: 1;
}
.banner-hot{
	position: absolute;
	top: 20vh;
	left: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	z-index: 30;
}
.banner-hot img{
	width: 40px;
	height: 40px;
}
.banner-hot-mobile img{
	width: 40px;
	height: 40px;
}
.banner-hot h3{
	border-bottom: #518735 1px solid;
	padding: 0 15px;
	margin-bottom: 20px;
	font-size: 1em;
}
.banner-hot-mobile h3{
	border-bottom: #518735 1px solid;
	width: 30%;
	margin-bottom: 20px;
	font-size: 1em;
	text-align: center;
}
.banner-hot ul{
	font-weight: 700;
	/* letter-spacing: .2em; */
	margin-bottom: 12px;
	padding-left: 0;
}
.banner-hot ul li{
	text-align: center;
	bottom: 0px;
	z-index: 1;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.banner-hot ul li a{
	font-size: 0.8em;
}
.banner-hot-mobile ul li a{
	font-size: 0.79em;
}
.banner-hot ul li a p{
	max-width: 70px;
}
.banner-wrapper{
	position: relative;
	/* height: 100vh; */
	width: 100%; 
}
.banner{
	width: calc(100vw - 100px);
	margin-left: auto;
	position: relative;
	/* height: calc(100vh - 130px); */
}
.banner .carousel{
	height: 100%;
	overflow: hidden;
	border-radius: 0 0 0 100px;
	position: relative;
	z-index: 0;
}
.banner .carousel .carousel-item{
	height: 100%;
	overflow: hidden;
	border-radius: 0 0 0 100px;
	position: relative;
	z-index: 0;
}
.banner .carousel .carousel-item::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-image: url(../img/dot_pattern.png),linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,#518735 100%);
	background-size: 4px 4px,auto; */
	background-image:
	repeating-linear-gradient(
	   -45deg, /*旋轉45度*/
	   rgba(81,135,53,0.3) 0px, rgba(81,135,53,0.3) 1px, /*半透明的線條*/
	   rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50% /*空白（透明）的部分*/
	);
 background-size: 6px 6px;
	background-repeat: repeat,auto;
	top: 0;
	left: 0;
	z-index: 10;
}
.banner .carousel .carousel-info::after{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../img/angle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 85px;
	left: 0px;
	z-index: 10;
}
.banner-links-all{
	background-color: #518735;
	text-shadow: none;
	border: 1px solid #518735 !important;
	transition: all .5s ease;
}
.banner-links-all:hover{
	background-color: #fff !important;
	color: #518735 !important;
	text-shadow: none;
	border: 1px solid #fff !important;
}
.page-title {
	padding: 20px 0 20px 5px;
}
.page-title h2{
	margin-bottom: 0;
}
.page-title span{
	color: #888;
	font-size: 16px;
}
.bird-fly{
	height: 150px;
	width: 200px;
	position: absolute;
	bottom:-15px;
	left:15%;
	animation: flying .2s ease-out;
	animation-duration: 4s;
	-webkit-animation: flying .2s ease-out;
	-webkit-animation-duration: 4s;
	z-index: 50;
	background: url(../img/stand-bird.svg) no-repeat;
	background-size: contain;
	transition: all .1s linear;
}
.bird-fly-title{
	color: #fff;
	font-weight: 900;
	font-size: 1.2em;
}
@keyframes flying {
 0%{
	background-image: url(../img/flying-02.svg);
	background-size: contain;
	transition: all .05s ease;
	bottom: 90%;
	left: 100%;
 }
 10%{
	background-image: url(../img/flying-03.svg);
	background-size: contain;
	transition: all .05s ease;
 }
 20%{
	background-image: url(../img/flying-04.svg);
	background-size: contain;
	transition: all .05s ease;
 }
 30%{
	background-image: url(../img/flying-03.svg);
	background-size: contain;
	transition: all .05s ease;
 }
 40%{
	background-image: url(../img/flying-02.svg);
	background-size: contain;
	transition: all .05s linear;
 }
 50%{
	background-image: url(../img/flying-03.svg);
	background-size: contain;
	transition: all .05s linear;
 }
 60%{
	background-image: url(../img/flying-04.svg);
	background-size: contain;
	transition: all .05s linear;
 }
 70%{
	background-image: url(../img/flying-03.svg);
	background-size: contain;
	transition: all .05s linear;
 }
 80%{
	background-image: url(../img/flying-02.svg);
	background-size: contain;
	transition: all .05s linear;
 }
 90%{
	background-image: url(../img/flying-03.svg);
	background-size: contain;
	transition: all .05s linear;
 }
 100%{
	background-image: url(../img/flying-04.svg);
	background-size: contain;
	transition: all .05s linear;
 }

}
@keyframes title-show {
	0%{
      opacity: 0;
	}
	100%{
	  opacity: 1;
	}
}
.carousel-info{
	z-index:12;
	position: absolute;
	top: 30px;
	left: 0%;
	color: #333;
	background: linear-gradient(90deg,#fff, #fff, #fff,transparent);
	padding: 10px 50px 5px 40px;
	font-size: 0.8em;
}
.carousel-info h4{
	font-size: 1.2em;
}
.carousel p, .carousel h4{
	margin: 0;
}
.carousel-control-next, .carousel-control-prev {
	width:5% !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
}
.item-header{
	color: #fff;
	position: absolute;
	width: 500px;
	height: auto;
	left: 0;
	bottom: 50px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}
.item-banner .photo-bg:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40%;
	background: linear-gradient(90deg, rgba(56,112,97,1) 0%, rgba(56,112,97,0) 100%);
	content: "";
	display: block;
}
.item-banner .photo-bg:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 25%;
	background: linear-gradient(-90deg, rgba(56,112,97,1) 0%, rgba(56,112,97,0) 100%);
	content: "";
	display: block;
}
.marquee-wrapper{
	margin: 50px 0 30px 0;
	background-color: #CEDBC6;
	border-radius: 50px;
	padding: 10px;
	height: 60px;
}
.marquee-wrapper i{
	width: 40px ;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	color: #387055;
	text-align: center;
	line-height: 40px;
}
.marquee-wrapper .marquee ul {
  /* required styles */
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 2em;
}
.marquee-wrapper .marquee ul li {
  position: absolute;
  top: -9999em;
  display: block;
  white-space: nowrap;
  padding: 15px 5px;
  font-size:1em;
  text-align: left;
  color:#000;
}
.marquee-wrapper .marquee ul li a{
  color:#111;
}

.marquee-wrapper .marquee{
	width: auto;
	height: 27px;
	overflow: hidden;
	margin-right: 15px;
	padding-right: 15px;
}
@media (max-width:1400px) {
	.banner-hot{
		top:15vh;
	}
	.banner-hot img{
		width: 30px;
		height: 30px;
	}

}
@media (max-width:1140px) {
	.banner-hot{
		top:10vh;
	}
	.banner-hot img{
		width: 30px;
		height: 30px;
	}
}
@media (max-width:991px) {
	.banner .carousel{
		border-radius: 0 0 0 50px;
	}
	.banner .carousel .carousel-item{
		border-radius: 0 0 0 50px;
		overflow: visible;
	}
	.banner-hot{
		display: none;
	}
	.banner{
		width: 100vw;
	}
	.banner-wrapper::after{
		position: absolute;
		content: "";
		background-image: url(../img/banner-bird.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width:200px;
		height: 200px;
		z-index: 10;
		bottom: -100px;
		left:0;
	}
	.banner-wrapper::before{
		position: absolute;
		content: "";
		background-image: url(../img/leaf-white.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width:195px;
		height: 190px;
		z-index: 10;
		bottom: 0;
		right:0;
	}
	.bird-fly{
		width: 180px;
		height: 180px;
		left: 50px;
		bottom: -60px;
	}
	.carousel-info{
		/* position: relative; */
		z-index: 200;
    	min-height: 5em;
		top:100%;
		left: 25%;
		font-size: 0.8em;
		padding: 10px;
		background: linear-gradient(180deg,#fff, #fff, #fff,transparent);
	}
	.carousel-inner, .banner .carousel{
		overflow: visible;
	}
	.banner .carousel .carousel-item::after{
		display: none;
	}
}
@media (max-width:767px) {
	.banner-wrapper::after{
		position: absolute;
		content: "";
		background-image: url(../img/banner-bird.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width:120px;
		height: 180px;
		z-index: 10;
		bottom: -130px;
		left: -20px;
	}
	.banner-wrapper::before{
		position: absolute;
		content: "";
		background-image: url(../img/leaf-white.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width:100px;
		height: 97px;
		z-index: 10;
		bottom: 0;
		right:0;
	}
	.bird-fly{
		width: 120px;
		height: 120px;
		left: 5px;
		bottom: -50px;
	}
	.carousel-info{
		left: 18%;
	}
}
@media (max-width:576px) {
	.carousel-info{
		left: 25%;
	}
}
.footer-wrapper{
	z-index: 10;
	position: relative;
}
.footer-wrapper div{
	z-index: 10;
	position: relative;
}
/* .footer-bottom{
	position: relative;
	
} */
.footer-wrapper:after{
	position: absolute;
	height: 200px;
	width: 200px;
	background-image: url('../img/leaf-black.svg');
	background-repeat: no-repeat;
	background-size:  contain;
	background-position: left top;
	content: "";
	right: -20px;
	bottom:0px;
	z-index:5;
}
@media (max-width: 991px) {
	.js-header-change-moment .navbar .u-main-nav-v1 .nav-link {
		padding: 0.4em 0.4em;
	}
}
.footer{
	position: relative;
	background-color:  #387055;
	color: #fff;
	overflow: hidden;
}
.footer .footer-alpha{
	width: 100%;
}
.footer .text a{
	color: #CC6D14;
	transition: all .5s ease;
}
.footer .text a:hover{
	color: #555;
	text-decoration: none;
}
.bottom-opentime{
	border-left: 1px solid #fff;
	padding-left: 30px;
	margin-left: 30px;
	height: 100%;
}
.bottom-social{
}
.bottom-social a{
	display: block;
	background: #fff;
	border-radius: 50%;
	color: #387055;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.3em;
	margin: 5px 10px 10px 0;
}
.bottom-social a:hover{
	color: #87A44F;
}
.bottom-social .fa-instagram{
	font-size: 1.2em;
}
.footer-facebook a{
	background:#87A44F;
	color:#fff;
	border-radius: 30px;
	line-height: 1.2;
	padding: 5px 20px;
	border: 3px solid  #87A44F;
	display: inline-block;
	font-size: 0.9em;
}
.footer-facebook i{
	font-size: 1.3em;
	margin-right: 10px;
}
.footer-facebook a:hover{
	color: #87A44F;
	border: 3px solid  #87A44F;
	background: #fff;
}
.footer-bottom{
	background-color: #2A2A31;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.2;
	padding: 10px 0;
}
.footer-bottom a{
	color: #fff;
	padding: 5px 0px;
	text-decoration: none;
	display: inline-block;
	transition: all .5s ease;
}
.footer-bottom a:hover{
	background-color: rgba(255,255,255,0.3);
}
/* .footer-sitemap ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-sitemap a{
	color: #555;
	display: block;
	text-decoration: none;
	transition: all .5s ease;
	text-align: center;
}
.footer-sitemap h3{
	color: #87A44F;
	font-size: 1.1em;
	border-bottom: 1px solid #87A44F;
	padding: 8px 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-sitemap a:hover::after{
	top: 50%;
	left: 10px;
	z-index: 10;
}
.footer-sitemap a.footer-sitemap-one{
	display: inline-block;
	padding: 3px 15px;
	position: relative;
	color: #87A44F;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-sitemap a.footer-sitemap-one:after{
	position: absolute;
	top: 10px;
	height: 1em;
	width: 2px;
	background-color: #87A44F;
	content: "";
	left: 0;
}
.footer-sitemap a.footer-sitemap-one:before{
	position: absolute;
	top: 10px;
	height: 1em;
	width: 2px;
	background-color: #87A44F;
	content: "";
	right: 0;
} */
.item-banner{
	background-color: #387061;
}
.news-info{
	line-height: 1;
}
.news-date{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.news-year{
	display: block;
	font-weight: 900;
	color: #fff;
	background: rgba(56, 112, 85, 0.5);
	font-size: 0.8em;
	text-align: center;
	border-radius: 3px;
	width: 55px;
}
.news-week-day{
	/* letter-spacing: 1.5px; */
	display: block;
	color: rgba(56, 112, 85, 1);
	font-size: 1.3em;
	text-align: center;
}
@media (max-width:1140px) {
    .footer img{
        width: 250px !important;
    }
	.footer-wrapper:after{
		height: 250px;
		width: 250px;
	}
	/* .footer .text{
		border-left: 2px solid #fff;
   		padding-left: 30px;
	} */
}
@media (max-width:767px) {
    p{
        font-size: 0.9em;
    }
    .footer h3{
        font-size: 0.99em !important;
    }
    .footer img{
        width: 200px !important;
    }
    .footer-bottom{
        font-size: 0.8em;
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px;
    }
	.bottom-social {
		/* border-left: 2px solid #fff;
		padding-left: 10px;
		 */
		height: 100%;
		margin-left: 10px;
	}
	.footer .text{
		border-left: 2px solid #fff;
   		padding-left: 10px;
    	margin-left: 10px;
	}
}
@media (max-width:541px) {

	.footer img{
        width: 200px !important;
    }

}
/* genenal setting */
.med-title, .med-title-2{
	padding-top: 30px;
	position: relative;
}
.med-title::after, 
.med-title-2::after{
	background:#387055;
	height: 5px;
	width:80px;
	content: "";
	top:5px;
	left: 10px;
	position: absolute;
}
.med-title h3, .med-title p{
	position: relative;
	z-index: 2;
}
.photo-bg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.activity-history-title{
	color: #387055;
	font-weight: 900;
	line-height: 1.4;
	color: #222;
}
.activity-history-wrapper{
	background: rgba(81,135,53,0.3);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.activity-history-wrapper h6{
	color: #387055;
}
.activity-history-wrapper::after{
	content: "";
	background-image: url(../img/leaf-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 300px;
	height: 300px;
	right:-100px;
	bottom: -100px;
	transform: rotate(310deg);
}
.see-more{
	margin: 40px 15px 30px 0;
	font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    position: relative;
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
}
.inpage .see-more{
	flex-direction: column;
	align-items: flex-start;
}
.see-more:hover{
	transform: translate(20px);
}
.see-more::after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #387055;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: .3s ease-in-out;
    transform-origin: left bottom;
    opacity: 0;
}
.see-more-text{
    position: relative;
    z-index: 2;
}
.see-more-text::before{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #387055;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: .3s ease-in-out;
    transform-origin: left bottom;
    opacity: 0;
	z-index: 2;
}
.see-more:hover .see-more-text::before{
	transform: scaleX(1);
    opacity: 1;
}
.arrow, .arrow-2{
    display: block;
    position: relative;
    margin-left: 26px;
}
.inpage .arrow{
    margin-left: 0px;
}
.arrow img, .arrow-2 img{
    z-index: 2;
    position: relative;
}
.arrow:before {
    width: 118px;
    height: 118px;
    background: #f4f4f4;
    transform: translate(-50%,-50%) scale(.5);
}
.arrow-2:before {
    width: 118px;
    height: 118px;
    background: #eee;
    transform: translate(-50%,-50%) scale(.5);
}
.arrow:after, .arrow-2::after{
	width: 44px;
    height: 44px;
    background: #fff;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
}
.arrow:before, .arrow:after, .arrow-2:before, .arrow-2:after {
    content: "";
    display: block;
    position: absolute;
    transition: .3s;
    z-index: 1;
    left: 50%;
    top: 50%;
    border-radius: 100%;
}

.see-more:hover .arrow:before, .see-more:hover .arrow:after, .see-more:hover .arrow-2:before, .see-more:hover .arrow-2:after {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.see-more-bottom{
	display: none;
}
@media (min-width:991px) {
	.inpage .med-title{
		min-height: 50vh;
	}
}
@media (max-width:991px) {
	.see-more{
		display: none;
	}
	.see-more-bottom-wrapper{
		display: flex;
		justify-content: center;
	}
	.see-more-bottom{
		border: 2px solid #387055;
		padding: 3px 20px;
		border-radius: 40px;
		display: inline-block;
		font-weight: 500;
		letter-spacing: .1em;
		position: relative;
		transition: .2s ease-in-out;
		text-align: center;
		font-size: 0.875em;
	}
	.see-more-bottom:hover{
		background:#387055;
		color: #fff;
	}
}
.inpage{
	position: relative;
	padding-top: 50px;
}
.inpage::after{
	content: "";
	background-image: url(../img/field.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 300px;
	height: 300px;
	right: 30px;
	top: 50px;
	z-index: -1;
}
.inpage::before{
	content: "";
	background-image: url(../img/leaf-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 300px;
	height: 300px;
	left:-5%;
	bottom: -120px;
	opacity: 0.4;
}
@media (max-width:991px) {
	.inpage::after{
		height: 250px;
		width: 250px;
	}
	.inpage::before{
		width: 200px;
		height: 200px;
		left:-50px;
		bottom: -120px;
	}
}
/* news */
.news-wrapper{
	position: relative;
}
.news-wrapper::after{
	content: "";
	background-image: url(../img/field.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 400px;
	height: 400px;
	right: 30px;
	top: -100px;
}
.news-wrapper::before{
	content: "";
	background-image: url(../img/leaf-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 300px;
	height: 300px;
	left:-5%;
	bottom: -120px;
}
.news-list{
    flex-direction: column;
    gap: 10px 0;
}
.news-link{
	display: block;
    border-bottom: 1px solid #F4F4F4;
    padding: 15px 8px;
    position: relative;
    transition: background-color .2s;
    will-change: background-color;
}
.news-link:before {
    content: "";
    display: block;
    background: url(../img/arrow_right_green.svg) center no-repeat;
    background-size: 15px 12px;
    height: 12px;
    width: 15px;
    position: absolute;
    right: 18px;
    top: 50%;
    transition: .2s;
    transform: translateY(-40%);
}
.news-link:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #387055;
    position: absolute;
    right: 0;
    bottom: -1px;
}
.news-link:hover{
	background-color: #f4f4f4;
}
.news-link:hover:before{
	transform: translate(10px,-40%);
}
.news-info{
	display: flex;
    align-items: center;
    transition: .2s;
}
.news-date{
	font-size: .9rem;
    font-family: Arial,sans-serif;
    min-width: 5.5em;
	color: #387055;
}
.news-type{
    font-size: .8rem;
    border: 1px solid #387055;
    border-radius: 15px;
    line-height: 1.2;
    padding: 2px 10px;
    font-weight: 500;
	text-align: center;
}
.news-title{
	font-size: 1rem;
    font-weight: 500;
    letter-spacing: .01em;
    margin-top: 3px;
    padding-right: 50px;
    padding-left: 10px;
    transition: .2s;
    color: #222;
}
.activity-group .news-title{
    padding-right: 0px;	
}
.click{
    font-size: 0.8em;
    padding: 0 8px;
    border-radius: 30px;
    background-color: #387055;
    display: inline-block;
    letter-spacing: 1px;
    float: right;
    min-width: 8em;
    text-align: center;
    color: #fff;
	margin-right: 50px;
}
.download{
	border: #eee solid 2px;
	border-radius: 0;
}
.click-wrapper{
	display: flex;
	align-items: center;
}
.click-wrapper i{
	background: #387054;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	font-size: 0.9em;
}
@media (max-width:991px) {
	.news-wrapper::after{
		height: 250px;
		width: 250px;
	}
	.news-wrapper::before{
		width: 200px;
		height: 200px;
		left:-50px;
		bottom: -120px;
	}
	.click{
		padding: 0 3px;
		float: inherit;
		font-size: 0.7em;
	}

}
@media (max-width:767px) {
	.news-title{
		font-size: 0.9rem;
		line-height: 1.5;
	}

}
/* activity */
.activity-group{
	position: relative;
	height: 100%;
}
.activity-group a{
	display: block;
	height: 100%;
	position: relative;
	padding-bottom: 45px;
}
.activity-group a .apply-btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

}
.group-info{
	padding-top: 10px;
}
.news-day{
	color: #FFCC66;
	font-weight: 800;
	font-size: 1.2em;
	margin-right: 2px;
}
.group-info .news-date{
	font-size:0.9rem ;
	position: absolute;
	top:10px;
	left: 5px;
	z-index: 10;
	color: #fff;
	background: #387055;
	padding: 2px 10px;
	border-left: #2A2A31 solid 4px;
	display: flex;
	align-items: end;
	flex-direction: row;
}
.news-date-line{
	background: #fff;
	display: block;
	height: 1px;
	width: 10px;
	margin-left: 3px;
	margin-right: 3px;
	align-self: center;
}
.group-info .news-year{
	width: auto;
}
.group-info h6{
	font-weight: 400 !important;
}
.book-title{
	color: #2A2A31;
	font-weight: 500;
	margin-top: 10px;
	font-size: 1.2em;
	min-height: 3em;
	/* border-bottom: #87A44F 3px solid;
	width: 50%; */
}
.group-info p{
	font-size: 0.8em;
	line-height: 1.2;
	color: #2A2A31;
}
.group-info .book-style{
	color: #555;
	font-weight: 900 !important;
	position: relative;
	font-size: 0.9em !important;
}
/* .group-info .book-style::after{
    background: #87A44F;
    height: 5px;
    width: 90px;
    content: "";
    top: 0px;
	left:0;
    position: absolute;
} */
.activity-group, 
.link-group{
	border-radius: 0;
	padding: 15px;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur( 4px );
}
.photo-group{
	background: rgba(0,0,0,0.05);
	height: 100%;
}
.link-group{
	background-color: #fff;
}

.link-group:hover{
	/* border: rgba(81,135,53,0.5) 2px solid; */
	border-radius: 0;
	background: rgba(81,135,53,0.1);
	transition: all .3s linear;
	position: relative;
}
.activity-group:hover{
	border-radius: 0;
	background: rgba(255, 255, 255, 1);
	transition: all .3s linear;
	position: relative;
}
/*.activity-group::after, 
.link-group::before{
	content: "";
	background-image: url(../img/stars.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 30;
	top: 10px;
	left: -15px;
	opacity: 0;
}
.activity-group:hover::after, .link-group:hover::before{
	opacity: 1;
	transition: all .3s linear;
	z-index: 30;
}*/
.activity-group .photo-bg{
	margin: 10px 0 0 0;
	border-bottom: 0;
	transition: all .5s ease;
	border-radius: 3px;
}
.activity-group:hover .photo-bg{
	margin: 0 0 10px 0;
	border-top: 0;
}
.activity-group .photo-item{
	display: inline-block;
	background-color: #518735;
	color: #fff;
	font-size: 0.9em;
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	right: -10px;
	bottom: 10px;
}
.h3-ming-height{
	min-height: 3.4em;
}
.link-group img{
	border-radius: 10px;
}
.link-group .photo-bg{
	background-size: contain !important;
}
.calendar-wrapper .js-carousel .fa-angle-left:before {
    padding-left: 3px;
	color: #fff;
}
.calendar-wrapper .js-carousel .fa-angle-right:before {
    padding-right: 3px;
	color: #fff;
}
.btn-calendar-more{
	background-color: rgba(255,255,255,0.4);
	padding: 5px 10px;
	border-radius: 30px;
	line-height: 2.5em;
	display: block;
	color: #333;
	transition: all .5s ease;
}
.btn-calendar-more:hover{
	background-color: #518735;
	color: #fff;
}
.btn-calendar-more i{
	width: 2.3em;
	height: 2.3em;
	line-height: 2.3em;
	text-align: center;
	background-color: #CEDBC6;
	border-radius: 30px;
	margin-right: 15px;
	color: #518735;

}
.calendar-scrollbar {
    height: auto;
    max-height: 400px;
}
.js-carousel .fa-angle-right, 
.js-carousel .fa-angle-left{
	border-radius: 50%;
    background: transparent !important;
    color: #555;
    text-align: center;
    width: 25px;
    height: 30px;
    font-size: 2.5em;
}
.js-carousel .fa-angle-left{
	left: -20px !important;
    text-align: left;
}
.js-carousel .fa-angle-right{
	right: -20px !important;
    text-align: right;
}
.js-carousel .fa-angle-right:hover, 
.js-carousel .fa-angle-left:hover{
    color: #87A44F;
}
.js-pagination{
	display: none !important;
}
.inpage .js-pagination{
	display: flex !important;
}
.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span{
	background-color: #87A44F !important;
}
.podcast-wrapper{
	background-color: #efefef;
	border-radius: 30px;
}
.podcast-title{
	background-color: #387055;
	border-radius: 30px 30px 0 0;
	padding: 40px 30px 60px 30px;
	margin-bottom: -30px;
	color: rgba(255,255,255,0.7);
	line-height: 1.4;
}
.podcast-title h3{
	font-size: 1.3em;
	color: #fff;
}
.podcast-link{
	padding: 40px 20px 20px 20px;
	border-radius: 30px;
	background-color: #efefef;
}
.podcast-link a{
	display: block;
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	margin-bottom: 10px;
	color: #222;
	border-radius: 30px;
	line-height: 1.4;
	transition: all .5s ease;
}
.podcast-link a:hover{
	background-color: #518745;
	color: #fff;
}
.podcast-link a img{
	width: 50px;
}
.podcast-link-group a{
	text-align: left;
	padding: 20px;
}
.podcast-link-group a .photo-bg{
	border-radius: 21px 3px 3px 21px;
}
.podcast-link-group a h4{
	font-size: 1.15em;
	margin-top: 10px;
}
.g-color-primary {
    color: #518745 !important;
}
.podcast-link-group a:hover .g-color-primary {
    color: #000 !important;
}
.podcast-info-btn a{
	display: block;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 10px;
	color: #222;
}
.podcast-info-btn a img{
	width: 40px;
}
.podcast-text{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bg-style-01{
	background-image: url('../img/bg-01.png');
	background-size: 2000px;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100vh;
}
.big-btn-apply{
	display: block;
	background-color: rgba(56, 112, 85, 0.7);
	color: #fff;
	padding: 30px;
	border-radius: 100px 0 0 100px;
	line-height: 1.5;
	height: 100%;
	transition: all .5s ease;
	backdrop-filter: blur( 4px );
}
.big-btn-apply i,
.big-btn-donation i{
	width: 130px;
	height: 130px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	font-size: 60px;
	color: #777;
}
.big-btn-apply h2,
.big-btn-donation h2{
	font-size: 1.4em;
	margin-bottom: 0;
}
.big-btn-donation{
	display: block;
	background-color: rgba(81, 135, 53, 0.7);
	color: #fff;
	padding: 30px;
	border-radius: 0 100px 100px 0;
	line-height: 1.5;
	height: 100%;
	transition: all .5s ease;
	backdrop-filter: blur( 4px );
}
.big-btn-apply:hover{
	color: #fff;
	background-color: rgba(56, 112, 85, 1);
}
.big-btn-donation:hover{
	color: #fff;
	background-color: rgba(81, 135, 53, 1);
}
.item-5-01{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding: 6px;
	background-color: #528735;
	background-image: url('../img/banner-s-1.jpg');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #e6e6e6;
}
.item-5-02{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding: 6px;
	background-color: #528735;
	background-image: url('../img/banner-s-2.jpg');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #e6e6e6;
}
.item-5-03{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding: 6px;
	background-color: #528735;
	background-image: url('../img/banner-s-3.jpg');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #e6e6e6;
}
.item-5-04{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding: 6px;
	background-color: #528735;
	background-image: url('../img/banner-s-4.jpg');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #e6e6e6;
}
.item-5-05{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	padding: 6px;
	background-color: #528735;
	background-image: url('../img/banner-s-5.jpg');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #e6e6e6;
}
.item-5-01 a,
.item-5-02 a,
.item-5-03 a,
.item-5-04 a,
.item-5-05 a {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 0px;
	display: block;
	transition: all .5s ease;
}
.item-5-01 a:hover,
.item-5-02 a:hover,
.item-5-03 a:hover,
.item-5-04 a:hover,
.item-5-05 a:hover {
	background-color: rgba(255,255,255,0.2);
}
.item-5-01.active,
.item-5-02.active,
.item-5-03.active,
.item-5-04.active,
.item-5-05.active {
	border: 4px solid #275e42;
}
.fancybox-caption{
	line-height: 1.6;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.btn-style{
	background: #387055;
	color: #fff;
	border: #387055 2px solid;
	border-radius: 20px;
}
.btn-style:hover{
	background: #518735 !important;
	color: #fff !important;
	border: #518735 2px solid !important;
}
.modal .btn-primary{
	background: #518735;
	border-color: #518735;
	color: #fff;
}
.modal .btn-primary:hover{
	background:#87A44F;
	border-color:#87A44F;
}
.modal.show .modal-dialog{
	min-width: 60% !important;
}
.form-style{
	border-radius: 10px;
}
.form-style a{
	color: #555;
	text-decoration: none;
	transition: all .5s ease;
}
.form-style a:hover{
	color: #e1d8c7;
}
.form-group{
	padding: 10px 0;
	border-bottom: 1px solid #EEEFE1;
	color:#387055;
}
.form-group label{
	font-weight:bold;
}
.item-search label{
	color:#387055;
	font-weight: bold;
}
.form-group:last-child{
	border-bottom: none;
}
.form-selected {
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	font-size: 1em;
}
.form-control, .form-select{
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	font-size: 1em;
}
.form-group input:hover, .form-group input:active, .form-group input:focus,
.form-group textarea:hover, .form-group textarea:active, .form-group textarea:focus{
	border: 2px solid #fff !important;
	background: rgba(81,135,53,0.1) !important;
}
.form-control:focus, .custom-select:focus{
	border-color: #FFCC66;
}
@media (max-width:767px) {
	.form-control, .form-select, .form-selected{
		padding: 5px 10px;
	}
}
/* calendar */
.week-date,
.table-calendar{
	width: 100%;
	display: block;
}
.week-date table,
.table-calendar table{
	width: 100%;
}
.week-date table th,
.table-calendar table th{
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.inpage .week-date table th{
	border-bottom: 1px solid #387055;
}
.inpage .week-date tr:first-child{
	background: rgba(81, 135, 53, 0.2);
	border-top: #fff 2px solid ;
}
.table-calendar table th{
	text-align: center;
	border-bottom: 2px solid #111;
	font-size: 1.5em;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.table-calendar table th.table-calendar-week{
	text-align: center;
	border-bottom: 2px solid #111;
	font-size: 1em;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.week-date table th:last-child,
.table-calendar table th:last-child{
	border-right: none;
}
.week-date table th .week-date-t span{
	font-size: 0.6em;
	color: #888;
	margin-left: 5px;
	font-weight: 400;
	letter-spacing: normal;
	font-family: 'Poppins', sans-serif;
}
.week-date-number{
	font-size: 1.8em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.week-date-group a{
	padding: 5px;
	display: block;
	margin-bottom: 3px;
	font-size: 0.9em;
	color: #484823;
}
.week-date-group a:not(a[class="js-fancybox"]){
	border-left: 3px solid #E8A23E;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.week-date-group span{
	color: #888;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.week-wrapper a:hover{
	background: rgba(81,135,53,0.1);
}
.calendar{
	background-color: #CEDBC6;
	background-image: url('../img/calendar-bg-2.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: right bottom;
	border-radius: 30px 0 0 30px;
	padding: 30px;
	height: 100%;
}
.calendar-list{
	background-color: #EEEEEE;
	background-image: url('../img/calendar-bg-1.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left top;
	border-radius: 0 30px 30px 0;
	padding: 30px 10px 30px 30px;
	height: 100%;
}
.calendar-list-group{
	padding: 10px 0 0 0;
	border-bottom: 1px dotted rgba(255,255,255,0.9);
	line-height: 1.4;
	color: #222;
}
.calendar-list-date{
	font-size: 0.8em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}
.calendar-list-date strong{
	font-size: 1.8em;
	font-weight: 600;
	line-height: 20px;
}
.calendar-list-text{
}
.calendar-month h3 span{
	font-size: 0.8em;
	font-weight: 300;
}
.calendar-week{
	text-align: center;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.calendar-week div{
	font-size: 0.8em;
	display: inline-block;
	width: 12.5%;
	color: #444;
}
.calendar-date table{
	width: 100%;
}
.calendar-date table td{
	text-align: center;
	padding: 5px 0;
	width: 12.5%;
	vertical-align: top;
}
.calendar-date table td span{
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	border-radius: 50px;
	background-color: rgba(255,255,255,0);
}
.calendar-date table td a{
	display: block;
	transition: all .5s ease;
}
.calendar-date table td a span{
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.7);
	color: #111;
	transition: all .5s ease;
}
.calendar-date table td a:hover span{
	background-color: rgba(255,255,255,1);
}
.calendar-date table td a span.calendar-today{
	background-color: #518735;
	color: #fff;
}
.calendar-date table td span.calendar-close{
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.3);
	color: #666;
}
.calendar-date table td span.close-word{
	font-size: 11px !important;
	color: #333;
	display: block;
	width: auto;
	height: auto;
	margin-top: 1px;
	line-height: normal;
}
.lightbox-list a{
	display: block;
	padding: 10px 20px;
	color: #000;
	position: relative;
	transition: all .5s ease;
}
.lightbox-list a span{
	color: #888;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.lightbox-list a:after{
	position: absolute;
	top: 0;
	left: -30px;
	width: 60px;
	content: "";
	height: 1px;
	background-color: #999;
	display: block;
}
.lightbox-list a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.08);
}
.lightbox-date{
	font-family: 'Poppins', sans-serif;
}
.lightbox-date strong{
	font-size: 2.3em;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
}

.week-date table td{
	padding: 5px;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 1.4;
}
.week-date table tr:last-child td{
	border-bottom: 1px solid rgba(0,0,0,0);
}
.table-calendar table td{
	padding: 5px;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 1.4;
	display: table-cell;
	vertical-align: top;
}
.table-calendar table td strong{
	font-size: 1.6em;
	display: block;
	line-height: normal;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.table-calendar table td a{
	display: block;
	padding: 0 5px;
	margin-bottom:2px 4px;
	color: #000;
}
.week-date th:nth-of-type(1),.week-date th:nth-of-type(7){
	color: #bc212e;
}
.week-date table td:last-child,
.table-calendar table td:last-child{
	border-right: none;
}
.week-date-group{
	min-height: 200px;
}
/* .week-date-group a{
	color: #000;
	padding: 5px;
	display: block;
	margin-bottom: 3px;
	transition: all .5s ease;
}
.week-date-group a:hover{
	text-decoration: none;
	background-color: #fff;
}  */
.dete-close{
	text-align: center;
}
.week-date-c{
	display: block;
	line-height: 1.4;
}
.week-date-c strong{
	font-size: 1.7em;
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
}
.week-date-c span{
	font-size: 1em;
    font-weight: 400;
    color: #fff;
	font-family: 'Poppins', sans-serif !important;
	display: block;
}
.inpage .week-date-c strong, .inpage .week-date-c span{
	color: #333;
}
.week-date-c-big strong{
	font-size: 2em;
}
.week-date-c-line{
	display: inline-block;
}
.week-date-c-line span{
	width: 1px;
	height: 30px;
	background-color: #fff;
	display: block;
	margin: 5px;
}
@media (max-width:991px) {
	.week{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.week-date-c-line span{
		width: 30px;
		height: 1px;
	}
	.week-date-c span{
		display: inline;
	}
	.calendar-wrapper .js-carousel .arrow-left {
		left: 10px !important;
	}
	.calendar-wrapper .js-carousel .arrow-right {
		right: 10px !important;
	}
	.calendar-wrapper .js-carousel .arrow-left, .calendar-wrapper .js-carousel .arrow-right {
		top: 45px !important;
	}
}
.week-caul{
	font-size: 3.125em;
	color: #1C8E78;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border: 3px dashed rgba(0,0,0,0);
	display: block;
	text-align: center;
	position: absolute;
	transition: all .5s ease;
}
.week-caul-left{
	top: 100px;
	left: 0;
}
.week-caul-right{
	top: 100px;
	left: 130px;
}
.week-caul:hover{
	background-color: #1C8E78;
	color: #fff;
}
.week-caul:focus{
	border: 3px dashed #1C8E78;
}
.table-style{
	width: 100%;
	border: 3px solid #999;
}
.table-style th{
	padding: 8px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #111;
	color: #fff;
}
.table-style td{
	padding: 8px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.calend-btn-more{
	padding-top: 5px;
}
.calend-btn-more a{
	text-align: center;
	border-top: 1px solid #111;
	padding: 0 0 5px 0;
	transition: all .5s ease;
}
.calend-btn-more a i{
	width: 60px;
	height: 30px;
	border-radius: 0 0 50px 50px;
	border: 1px solid #111;
	line-height: 28px;
	margin-top: -1px;
	transition: all .5s ease;
}
.calend-btn-more a:hover{
	background-color: rgba(0,0,0,0);
	padding: 5px 0 0 0;
}
.calend-btn-more a:hover i{
	background-color: #fff;
	border: 1px solid #518735;
	color: #518735;
}
.calendar-wrapper{
	background: #387055;
	padding: 30px 0;
}
.calendar-wrapper table{
	background: #fff;
	margin-bottom: 30px;
}
.schedule tr td:nth-of-type(1) .week-date-number{
	color: #bc212e;
}
.schedule tr td:nth-of-type(7) .week-date-number{
	color: #bc212e;
}
.week-date-number{
	margin-left: 5px;
}
.pre-week a, .next-week a{
	color: #111;
}
.pre-week a:hover, .next-week a:hover{
	color: #bb8f36;
}
.custom-select{
	border: 2px solid #555;
}
/* .calendar-wrapper .arrow-left, .calendar-wrapper .arrow-right{
	border-radius: 50%;
	border: 1px solid #bc212e;
	color: #bc212e;
	background: #fff;
	text-align: center;
	width:28px;
	height:28px;
}
.calendar-wrapper .arrow-left:hover, .calendar-wrapper .arrow-right:hover{
	color:rgba(81,135,53,0.1);
	background: #bc212e;
}
.calendar-wrapper .arrow-left{
	left:-5px !important;
}
.calendar-wrapper .arrow-right{
	right:-3px !important;
} */

@media(max-width:991px){
	.week-date table th ,
	.table-calendar th.table-calendar-week{
        display: none;
    }
    .table-calendar table{
    	border-bottom: 2px solid #111;
    	border-top: 2px solid #111;
    }
    .week-date table td,
    .table-calendar table td{
        display: block;
        line-height: 1.8;
        position: relative;
        padding: 10px 0;
        border-top: 1px solid rgba(0,0,0,0.2);
        border-bottom: none;
        border-right: none;
        min-height: 1em;
        position: relative;
    }
    .week-date table td:before,
    .table-calendar table td:before {
        content: attr(data-th) ;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 0;
        color: #000;
        letter-spacing: 1px;
        border-right: 1px solid rgba(0,0,0,0.2);
        min-width: 6.8em;
        font-size: 0.9em;

    }
	.week-date table td:nth-of-type(1):before, .week-date table td:nth-of-type(7):before{
		color:#bc212e ;
	}
    .week-date.week-date-big table td:before {
	    content: attr(data-th);
	    font-weight: bold;
	    display: inline-block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: #000;
	    letter-spacing: 1px;
	    border-right: 1px solid rgba(0,0,0,0.2);
	    min-width: 6.5em;
	    font-size: 0.9em;
	    padding-right: 10px;
	    text-align: right;
	    color: rgba(0,0,0,0.4);
	}
	.week-date.week-date-big .week-date-number {
	    font-size: 1.8em;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 600;
	    position: absolute;
	    top: -8px;
	    left: 5px;
	    width: 3em;
	}
	.week-date table td.table-phone-hide, 
	.table-calendar table td.table-phone-hide,
	.table-phone-hide {
		display: none;
	}
    .table-calendar table td strong{
    	display: none;
    }
    .dete-close {
	    text-align: left;
	    padding: 5px;
	}
	.week-date-group {
	    min-height: 1em;
	    padding-left: 7em;
	}
	.week-date-group a {
	    color: #000;
	    padding: 5px;
	    display: block;
	    margin-bottom: 3px;
	    background-color: rgba(255,255,255,0.4);
	    transition: all .5s ease;
	}
	.big-btn-apply i, .big-btn-donation i {
	    width: 80px;
	    height: 80px;
	    background-color: #fff;
	    border-radius: 50%;
	    text-align: center;
	    line-height: 80px;
	    font-size: 30px;
	    color: #777;
	}
	.big-btn-apply {
	    border-radius: 50px 0 0 50px;
	}
	.big-btn-donation {
	    border-radius: 0 50px 50px 0;
	}
}
ul.pagination>li>a{
    margin:5px;
    border:1px solid #387055;
    padding:0.5em 0;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color:#2A2A31;
  }
  ul.pagination>li.active>a{background:#387055; color:#FFF;}
  ul.pagination>li>a:hover{background:#387055; color:#FFF;}
  ul.pagination>li.active>a:hover{border-color:#387055; color:#fff;}
  @media (max-width:767px) {
    .pagination li:not(li:nth-of-type(2), li:nth-last-child(2)){
      display: none;
    }
  }

/* calendar */
.week-date,
.table-calendar{
	width: 100%;
	display: block;
}
.week-date table,
.table-calendar table{
	width: 100%;
}

.table-calendar table th{
	text-align: center;
	border-bottom: 2px solid #111;
	font-size: 1.5em;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.table-calendar table th.table-calendar-week{
	text-align: center;
	border-bottom: 2px solid #111;
	font-size: 1em;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.week-date table th:last-child,
.table-calendar table th:last-child{
	border-right: none;
}
.week-date table th .week-date-t span{
	font-size: 0.6em;
	color: #888;
	margin-left: 5px;
	font-weight: 400;
	letter-spacing: normal;
	font-family: 'Poppins', sans-serif;
}
.week-date-number{
	font-size: 1.8em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.week-date-group a{
	color: #000;
	padding: 5px;
	display: block;
	margin-bottom: 3px;
}
.week-date-group span{
	color: #888;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.week-wrapper a:hover{
	background: rgba(81,135,53,0.1);
}
.lightbox-list a{
	display: block;
	padding: 10px 20px;
	color: #000;
	position: relative;
	transition: all .5s ease;
}
.lightbox-list a span{
	color: #888;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.lightbox-list a:after{
	position: absolute;
	top: 0;
	left: -30px;
	width: 60px;
	content: "";
	height: 1px;
	background-color: #999;
	display: block;
}
.lightbox-list a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.08);
}
.lightbox-date{
	font-family: 'Poppins', sans-serif;
}
.lightbox-date strong{
	font-size: 2.3em;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
}

.week-date table td{
	padding: 5px;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 1.4;
	vertical-align: top;
}
.week-date table tr:last-child td{
	border-bottom: 1px solid rgba(0,0,0,0);
}
.table-calendar table td{
	padding: 5px;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 1.4;
	vertical-align: top;
}
.table-calendar table td strong{
	font-size: 1.6em;
	display: block;
	line-height: normal;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.table-calendar table td a{
	display: block;
	padding: 0 5px;
	margin-bottom:2px 4px;
	color: #000;
}
.week-date table td:last-child,
.table-calendar table td:last-child{
	border-right: none;
}
/* .week-date tr:first-child{
	background: #387055;
	color: #fff;
} */
/* .week-date-group a{
	color: #000;
	padding: 5px;
	display: block;
	margin-bottom: 3px;
	transition: all .5s ease;
}
.week-date-group a:hover{
	text-decoration: none;
	background-color: #fff;
}  */
.dete-close{
	text-align: center;
}

.week-caul{
	font-size: 3.125em;
	color: #1C8E78;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border: 3px dashed rgba(0,0,0,0);
	display: block;
	text-align: center;
	position: absolute;
	transition: all .5s ease;
}
.week-caul-left{
	top: 100px;
	left: 0;
}
.week-caul-right{
	top: 100px;
	left: 130px;
}
.week-caul:hover{
	background-color: #1C8E78;
	color: #fff;
}
.week-caul:focus{
	border: 3px dashed #1C8E78;
}
.table-style{
	width: 100%;
	border: 3px solid #999;
}
.table-style th{
	padding: 8px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #111;
	color: #fff;
}
.table-style td{
	padding: 8px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.calend-btn-more{
	padding-top: 5px;
}
.calend-btn-more a{
	text-align: center;
	border-top: 1px solid #111;
	padding: 0 0 5px 0;
	transition: all .5s ease;
}
.calend-btn-more a i{
	width: 60px;
	height: 30px;
	border-radius: 0 0 50px 50px;
	border: 1px solid #111;
	line-height: 28px;
	margin-top: -1px;
	transition: all .5s ease;
}
.calend-btn-more a:hover{
	background-color: rgba(0,0,0,0);
	padding: 5px 0 0 0;
}
.calend-btn-more a:hover i{
	background-color: #fff;
	border: 1px solid #87A44F;
	color: #87A44F;
}
.calendar-wrapper table{
	background: #fff;
	margin-bottom: 30px;
}
.schedule tr td:nth-of-type(1) .week-date-number{
	color: #bc212e;
}
.schedule tr td:nth-of-type(7) .week-date-number{
	color: #bc212e;
}
.week-date-number{
	margin-left: 5px;
}
.pre-week a{
	padding-right: 1em;
}
.next-week a{
	padding-left: 1em;
}
.pre-week a, .next-week a{
	color: #111;
}
.pre-week a:hover, .next-week a:hover{
	color: #bb8f36;
}
.custom-select{
	border: 2px solid #555;
}
.comingsoon{
	padding: 70px 20px;
	text-align: center;
	color: #777;
	background-color: rgba(0,0,0,0.05);
}
.activity-foldlist summary{
	background: rgba(81,135,53,0.1);
	border-radius: 50px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.activity-foldlist .answer{
	font-size: 0.9em;
	padding: 5px;
	padding-left: 10px;
}
.activity-switch{
	background: #387055;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 1.2;
	font-size: 0.9em;
	padding-top: 25px;
	position: fixed;
	right: 5vw;
	bottom: 15vh;
	z-index: 30;
	box-shadow: 3px 3px 3px #555;
}
.activity-list{
	margin: 10px 0px;
}
.activity-list ul{
	background: rgba(0,0,0,0.1);
	display: flex;
	padding: 10px;
}
.activity-list li a{
	border-radius: 8px;
	display: inline-block;
	padding: 5px 10px;
	margin-left: 5px;
	margin-right: 5px;
	background: #fff;
	color: #387055;

}
.activity-list .active a{
	color: #fff;
	background: #387055;
	transition: all .2s linear;
}
.activity-list li a:hover{
	color: #387055;
	background: rgba(81, 135, 53, 0.2);
	transition: all .2s linear;
}
.activity-switch i{
	font-size: 2em;
	margin-bottom: 5px;
}
.activity-switch:hover{
	background: #fff;
	color: #387055;
	transition: all .2s linear;
	border: 2px solid #387055;
}
.inpage .btn-black{
	background:#FFCC66;
	border-radius: 50px;
	border: none;
}
 .inpage .btn-black:hover{
	background: #387055;
	transition: all .3s linear;
	color: #fff;
}
.btn-black-line{
	background:#2A2A31;
	border-radius: 50px;
	border: none;
	color: #fff;
}
.btn-black-line:hover{
	background: #387055;
	transition: all .3s linear;
	color: #fff;
}
.apply-btn{
    /* background-color: rgba(81,135,53,0.3); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 7px;
    position: relative;
	color: #387055;
	border-bottom:  rgba(0, 0, 0, 0.1) solid 2px;
	z-index: 8;
}
.apply-btn::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #518745;
	display: block;
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.activity-group:hover .apply-btn::before{
	width: 100%;
}
/* .apply-btn:before{
	content: attr(data-apply);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 100%;
    z-index: 0;
    transition: .3s ease-out;
    opacity: 0;
    transform: translate(0);
	color: #387055;
	padding: 4px 7px;
} */
.activity-group:hover .apply-btn i{

	color: #387055;
	transition: .3s ease-out;
}
/* .activity-group:hover .apply-btn:before{
	transform: translate(100%);
    opacity: 1;
	color: #387055;
} */
.warning ul{
	list-style-type:disc;
}
.warning ul li{
	list-style:disc;
	color: #2A2A31;
}
.item-people-block{
	border-bottom: #ccc 2px solid;
	padding-bottom: 30px;
	transition: all .3s linear;
	position: relative;
}
/* .item-people-block::before{
	content:"+";
	color: #fff;
	font-size: 3em;
	font-weight: 400;
	transition: all .3s linear;
	position: absolute;
	right: 30px;
	top: -20px;
} */
.item-people-block::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
	height: 2px;
	background-color: #518745;
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.item-people-block:hover::before{
	color: #387054;
	transform: rotate(90deg);
	transition: all .3s linear;
}
.item-people-block:hover::after{
	width: 100%;
}
.activity-theme .group-info h3.book-title .expert-type{
	font-size: .9rem;
    border: 1px solid #387055;
    border-radius: 15px;
    padding: 5px 8px;
    font-weight: 500;
    text-align: center;
	display: inline;
	line-height: 1;
	margin-left: 5px;
	color: #387055;
}
.expert-text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.activity-theme .book-title{
	/* margin-top: 5px; */
	display: flex;
	align-items: center;
}
.activity-theme  .group-info{
	padding: 0px 10px;
}
.activity-theme .photo-bg{
	position: relative;
	box-shadow: 0px 0px 3px #555;
}
.activity-theme .photo-bg::before{
	position: absolute;
	content: "";
	background: rgba(81, 135, 53, 0.5);
	width: 100%;
	height: 100%;
	transform: rotate(6deg);
	z-index: -1;
	transition: all .3s linear;
}
.activity-theme .photo-bg::after{
	position: absolute;
	content: "";
	background: rgba(56, 112, 85, 0.4);
	width: 100%;
	height: 100%;
	transform: rotate(2deg);
	z-index: -1;
	left: 0;
	top: -1px;
	transition: all .3s linear;
}
.activity-theme:hover .photo-bg::after{
	transition: all .3s linear;
	transform: rotate(3deg);
}
.activity-theme:hover .photo-bg::before{
	transition: all .3s linear;
	transform: rotate(8deg);
}
.link-inpage-wrapper .link-group{
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px;
}
.link-inpage-wrapper .link-group a{
	border:rgba(56, 112, 85, 0.4) solid 2px;
	border-radius: 5px;
	transition: all .3s linear;
	display: block;
	padding: 10px;
}
.link-inpage-wrapper .link-group a:hover{
	transition: all .3s linear;
	background: rgba(56, 112, 85, 0.4);
}
.link-inpage-wrapper .link-group:hover{
	background: none;
}
.link-group-title{
	padding-left: 20px;
	color: #555;
	font-size: 0.9em;
	position: relative;
}
.link-group-title::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #555;
	display: block;
	position: absolute;
	left: 3px;
	top: 8px;
}
.link-inpage-wrapper .link-group:hover .link-group-title{
	color: rgba(56, 112, 85, 1);
	transition: all .3s linear;
}
.link-inpage-wrapper .link-group:hover .link-group-title::before{
	background: rgba(56, 112, 85, 1);
	transition: all .3s linear;
}
/* .activity-theme{
	position: relative;
}
.activity-theme::before{
	content: "";
	width: 0%;
	height: 0%;
	border: rgba(81, 135, 53, 0.8) solid 2px;
	transition: all .3s linear;
	position: absolute;
    left: -2px;
    top: -2px;
}
.activity-theme:hover::before{
	transition: all .3s linear;
	border: rgba(81, 135, 53, 0.4) solid 2px;
	width: 102%;
	height: 102%;
} */
.sitemap-wrap{
	margin-bottom: 30px;
}
.sitemap-wrap .sitemap-title {
	border-bottom: solid #387055 1px;
	font-weight: 700;
	color: #387055 !important;
	margin-bottom: 5px;
}
.sitemap-wrap .sitemap-item a{
	color: #555 !important;
}
input[type="checkbox"]:checked + .g-bg-primary--checked, input[type="radio"]:checked + .g-bg-primary--checked, input[type="checkbox"]:checked + * .g-bg-primary--checked, input[type="radio"]:checked + * .g-bg-primary--checked{
	background-color: #387054 !important;
}
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4, .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4, .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4, .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4, .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4, .u-check input[type="radio"]:checked + .u-check-icon-radio-v4, .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4, .u-check input[type="radio"]:checked + * .u-check-icon-radio-v4{
	color: #387054;
    border-color: #387054;
}
.apply-side-menu{
	margin-top: 40px;
	height: 100%;
}
.apply-side-menu ul, .apply-side-menu ol{
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}
.apply-side-menu .h4{
	border-left: #555 solid 4px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #555;
	line-height: 1.2;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}
.apply-side-menu li{
	margin-bottom: 10px;
	position: relative;
}
.apply-side-menu li a{
	font-weight: 700;
	background: #efefef;
	border-radius: 5px 5px 0 0;
	color: #555;
	transition: all .3s linear;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.apply-side-menu li:hover a, .apply-side-menu li.active a{
	/* color: #E8A23E; */
	transition: all .3s linear;
	font-weight: 700;
	background: #387054;
	color: #fff;
}
.apply-side-menu li.active, .apply-side-menu li:hover{	
	transition: all .3s linear;
}
/* .apply-side-menu li::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background-color: rgba(81, 135, 53, 0.8);
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
} */
.apply-side-menu li:hover::before, .apply-side-menu li.active::before{
	width: 100%;
}
.desktop-display{
	display: block;
}
.mobile-display{
	display: none;
}
@media (max-width:991px) {
	.activity-list ul{
		font-size: 0.8em;
		display: flex;
		flex-wrap: wrap;
	}
	.activity-list ul li{
		margin-bottom: 5px;
	}
	.apply-side-menu ul, .apply-side-menu ol{
		position: relative;
	}
	.apply-side-menu .h4{
		position: relative;
		top: 0px;
	}
}
@media (max-width:767px) {
	.desktop-display{
		display: none;
	}
	.mobile-display{
		display: block;
	}
	.activity-switch{
		width: 100px;
		height: 100px;
		padding-top: 12px;
		font-size: 0.8em;
		bottom: 8vh;
	}
	.apply-btn{
		padding: 5px 3px;
	}
	.calendar {
	    border-radius: 30px 30px 0 0;
	}
	.calendar-list {
	    border-radius: 0 0 30px 30px;
	}
	.podcast-link{
		padding: 10px;
	}
	.podcast-photo{
		padding: 0;
	}
	.podcast-text{
		font-size: 0.9em;
	}
	.podcast-link-group a{
		padding: 10px 20px;
	}
	.big-btn-apply {
		border-radius: 40px;
	}
	.big-btn-donation {
	    border-radius: 40px;
	}
	.news-year{
		margin: 3px 0;
	}
	.news-info {
		display: inline-block;
	}
	.news-type {
		margin: 3px 0;
	}
	.news-link {
	    padding: 15px 8px 3px 8px;
	}
	.click {
	    font-size: 0.8em;
	    padding: 0;
	    border-radius: 0;
	    background-color: rgba(0, 0, 0, 0);
	    display: block;
	    letter-spacing: 1px;
	    float: right;
	    min-width: calc(100% - 60px);
	    text-align: right;
	    color: #387055;
	}
}
/* .calendar-wrapper .arrow-left, .calendar-wrapper .arrow-right{
	border-radius: 50%;
	border: 1px solid #bc212e;
	color: #bc212e;
	background: #fff;
	text-align: center;
	width:28px;
	height:28px;
}
.calendar-wrapper .arrow-left:hover, .calendar-wrapper .arrow-right:hover{
	color:rgba(81,135,53,0.1);
	background: #bc212e;
}
.calendar-wrapper .arrow-left{
	left:-5px !important;
}
.calendar-wrapper .arrow-right{
	right:-3px !important;
} */
.purchase-intro{
	border-radius: 3px;
}
.purchase-intro ol{
	padding: 20px 10px 10px 30px;
	background:rgba(56, 112, 85, 0.1);
}
.purchase-intro li{
	list-style:decimal;
	margin-bottom: 10px;
}
@media (max-width: 1200px) {
	.bottom-opentime {
		border-left: 2px solid #fff;
		padding-left: 10px;
		margin-left: 10px;
		margin-top: 10px;
	}
}
@media(max-width:991px){
	.podcast-link-group a .photo-bg{
		margin-bottom: 10px;
		border-radius: 21px  21px 3px 3px;
	}
	.week-date table th ,
	.table-calendar th.table-calendar-week{
        display: none;
    }
    .table-calendar table{
    	border-bottom: 2px solid #111;
    	border-top: 2px solid #111;
    }
    .week-date table td,
    .table-calendar table td{
        display: flex;
        line-height: 1.8;
        position: relative;
        padding: 10px 0;
        border-top: 1px solid rgba(0,0,0,0.2);
        border-bottom: none;
        border-right: none;
        min-height: 1em;
        position: relative;
    }
    .week-date table td:before,
    .table-calendar table td:before {
        content: attr(data-th) ;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 0;
        color: #000;
        letter-spacing: 1px;
        border-right: 1px solid rgba(0,0,0,0.2);
        min-width: 6.8em;
        font-size: 0.9em;
    }
	.week-date table td:nth-of-type(1):before, .week-date table td:nth-of-type(7):before{
		color:#bc212e ;
	}
    .week-date.week-date-big table td:before {
	    content: attr(data-th);
	    font-weight: bold;
	    display: inline-block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: #000;
	    letter-spacing: 1px;
	    border-right: 1px solid rgba(0,0,0,0.2);
	    min-width: 6.5em;
	    font-size: 0.9em;
	    padding-right: 10px;
	    text-align: right;
	    color: rgba(0,0,0,0.4);
	}
	.week-date.week-date-big .week-date-number {
	    font-size: 1.8em;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 600;
	    position: absolute;
	    top: -8px;
	    left: 5px;
	    width: 3em;
	}
	.week-date table td.table-phone-hide, 
	.table-calendar table td.table-phone-hide,
	.table-phone-hide {
		display: none;
	}
    .table-calendar table td strong{
    	display: none;
    }
    .dete-close {
	    text-align: left;
	    padding: 5px;
	}
	.inpage .week-date-group {
	    min-height: 1em;
	    padding-left: 5.5em;
	}
	.week-date-group a {
	    color: #000;
	    padding: 5px;
	    display: block;
	    margin-bottom: 3px;
	    background-color: rgba(255,255,255,0.4);
	    transition: all .5s ease;
	}
	.bg-style-01 {
	    background-image: url(../img/bg-01.png);
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-position: center top;
	    min-height: auto;
	}
	.apply-side-menu ul{
		display: flex;
		flex-wrap: wrap;
		top: 0;
	}
	.apply-side-menu li{
		margin-right: 10px;
	}
	.apply-side-menu li a{
		padding: 3px 10px;
		border-radius: 5px 5px 0 0;
		font-size: 0.9em;
	}
}