body{
    font-family:Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif; /*"Microsoft JhengHei";*//*"Noto Sans CJK TC Regular"*/;
    font-size: 16px;
}
.page-content:not(#content-page){
    background-image: url("assets/images/bg.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
	min-height: calc(100vh - 140px);
}
#content-page{
    background-image: url("assets/images/leaf_left.png");
	background-repeat: no-repeat;
    background-size: cover;	
    background-position: top left;
    background-attachment: fixed;
	background-color: #f0fff0;
}
.movingleaf{
    background-image: url("assets/images/leaf_right.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
	position: absolute;
	width: 100%;
	left:0;
	z-index: 0;
}
body.home{
	background-image: url("assets/images/bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 100vw;
	min-height: 100vh;
}
.hcontainer{
	position: relative;
	overflow: hidden;
	padding: 0px;
	width: 100vw;
	height: 100vh;
}
p{
    line-height: 35px;
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;/*"Microsoft JhengHei";*/
}
p.highlight {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	padding-left: 20px;
	border-left: 5px solid #4CAF50;
}
.italic {font-style:italic;}
.bold {font-weight: bold;}
header{
    background-color: #213919;
    color: #fff;
    height: 70px;
    position: relative;
}
.header-logo{
    position: absolute;
    top: 40px;
    z-index: 21;
	right: 8%;
}
.header-logo img{
    height: 120px;
    width: auto;
}
header ul{
    list-style: none;
    padding: 0;
}
header ul li{
    display: inline-block;
}
header ul li a{
    display: block;
    color: #fff;
}
header ul li:hover ul{
    display: block !important;
}
header ul li ul{
	display: none !important;
    position: absolute;
	z-index: 1000;
	background-color: #213919;
	width: 150px;
}
header ul li ul li{
    display: inline-block;
	width: 150px;
}
header ul li ul li a{
    padding: 10px 15px !important;
}
header ul li ul li a:hover{
    text-decoration: none;
    background-color: #29440e;
    color: #fff;
}

.menu a{
    padding: 21px 8px;
    font-size: 16px;
    line-height: 28px;
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
	font-weight: 200;
	font-stretch: extra-condensed;
}
.menu a:hover,
.menu a.current{
    text-decoration: none;
    background-color: #29440e;
    color: #fff;
}
.mobile-menu-btn{
    width: 50px;
    height: 40px;
    margin-top: 15px;
    background-color: transparent;
    box-shadow: none;
    border: solid 1px #fff;
    text-align: center;
    display: none;
}
.mobile-menu{
    /*display: block;*/
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #131e07;
    z-index: 999;
    display: none;
}
.mobile-menu ul{
    margin: 0;
    padding-bottom: 0;
}
.mobile-menu li{
    display: block;
    border-bottom: solid 1px #2b4021;
}
.mobile-menu li a{

}
.mobile-menu-btn span{
    background-color: #fff;
    display: block;
    width: 85%;
    margin: 7px auto;
    height: 2px;
}

.header-btns{
    font-size: 18px;
    text-align: right;
    padding-top: 15px;
}
.header-btns a{
    border: solid 1px #fff;
    border-radius: 50%;
    width: 40px;
    margin-left: 5px;
    text-align: center;
    padding: 5px 0;
}
.header-btns a:hover{
    color: #fff;
}
.header-btns li:first-child a{
    margin-left: 0;
}
.mobile-menu .header-btns{
    text-align: left;
    border-bottom: solid 1px #2b4021;
    padding: 20px;
}
.mobile-menu .header-btns a{
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
}
.fontSizePanel
{
	display: none;
	width: 45px;
	z-index:1100;
	position: absolute;
	height: 90px;
	background-color: #000000;
	border-radius: 25px;	
}
.fontSizePanel img
{
	width: 45px;
}

.page-content{
    padding: 40px 0;
}
#content-page{
    padding-top: 0;
}
.slider-wrap,
.fade-slider{
    width: 100% !important;
    z-index: 0;
	background-color: #000;
}

.home .slider-wrap,
.home .fade-slider{
    height: 100vh;
}
.fade-slider img{
    width: 100% !important;
	height: auto !important;
}

.fade-slider-thumb{
    width: auto !important;
	height: 50px;
    z-index: 1000;
	bottom: 100px;
	left: 50px;
	background-color: #000;
	position: absolute;
}
#nav { height: 50px; margin: 15px; position: absolute; bottom: 90px; left: 10px; z-index: 1000;}
#nav li { height: 50px; float: left; margin: 2px; list-style: none }
#nav a { height: 50px; padding: 2px; display: block; }
#nav li.activeSlide a img{ opacity: 1; height: 50px;margin-top: 0px;}
#nav a:focus { outline: none; }
#nav img { border: 1px solid #fff; display: block; height: 30px; width: auto; opacity: 0.5; margin-top: 10px; transition: opacity 0.3s, visibility 0.3s;}

#nav-text { height: 50px; margin: 15px; position: absolute; bottom: 90px; right: 10px; z-index: 1000;}
#nav-text  li { color: #fff; height: 50px; float: center; margin: 2px; padding: 10px; list-style: none; background-color:  #4CAF50; display: none;}
#nav-text  a { height: 50px; display: block; }
#nav-text  li.activeSlide { display: block;}
#nav-text  a:focus { outline: none; }
#nav-text  img { border: 1px solid #fff; display: block; height: 30px; width: auto;transition: opacity 0.3s, visibility 0.3s;}


.about-content{
    background-color: #2b4021;
	opacity: 0.9;
    color: #fff;
    padding: 45px;
}

.about-content table th{
    background-color: #4CAF50;
    color: #fff;
    padding: 10px;
	border: 1px solid #98e5a6;
}
.about-content table{
	width: 100%;
    border: 1px solid #98e5a6;
}
.about-content table td{
    border: 1px solid #98e5a6;
	color: #fff;
    padding: 10px;
	font-weight: 100;
	font-size: 16px;
}
.about-content ul li a {color:#98E5A6;font-weight: normal;}
.about-content ul li a:focus, .about-content ul li a:hover {color:#fff; text-decoration: none;}

.about-page{
    float: right;
}
.about-page h1{
    text-align: center;
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
    margin-bottom: 30px;
    color: #98e5a6;
}
.about-page p{
    margin-bottom: 60px;
    font-size: 16px;
}
.about-page p:last-child{
    margin-bottom: 0;
}
.about-img{

}
.about-img img{
    max-width: 475px;
    position: absolute;
    margin-top: 160px;
    left: -75px;
}
.reading-img img{
	left: -150px !important;
}
.green {color: #4CAF50;}
.blue {color: #227cb0; font-weight: bold;}
.gallery-content{
    background-color: #2b4021de;
    color: #fff;
    padding: 45px;
	min-height: calc(100vh - 400px);
}
.gallery-content img{
	width: 100%;
}
.gallery-content h2{
    text-align: center;
    margin-bottom: 30px;
    color: #98e5a6;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
	margin-top: 10px;
	text-decoration: none;
}
.gallery-content a {text-decoration: none;}
.gallery-content a:active, .gallery-content a:focus, .gallery-content a:hover, .gallery-content h2:hover{
	text-decoration: none;
	color:#fff;
}

.padding0{
    padding: 0;
    overflow: hidden;
}
#programs-page{
    height: calc(100% - (70px + 70px));
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 70px;
    left: 0;
    padding: 0;
}
#programs-page .container,
#programs-page .container .col-md-4{
    height: 100%;
}
#programs-page .container .col-md-4{
    padding: 0;
    float: left;
}
#programs-page .container .col-md-4 .program-large{
    height: 66.66%;
    width: 100%;
    background-color: #0b2e13;
    overflow: hidden;
}
#programs-page .container .col-md-4 .program-small{
    width: 100%;
    height: 33.33%;
    background-color: #1c7430;
    overflow: hidden;
}

.pDateBtn{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 2px;
	border-radius: 8px;
}
.pDateBtn:hover{
	color: white;
	background-color: #35a239;
}
.pTopBtn{
	text-align: right;
}
.pTopBtn a{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
	margin: auto;
	width: 80px;
}
.pTopBtn a:hover{
	color: white;
}

.program-wrap{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.program-wrap .program-thumb{
    width: 100%;
}
.program-wrap .program-thumb img{
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.program-hover{
    padding: 20px;
    background-color: #304C1F;
    position: absolute;
    bottom: -200px;
	width: 100%;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
}
.program-wrap:hover .program-hover{
    bottom: 0;
}
.program-wrap:hover .program-thumb img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.program-hover h3{
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 26px;
}
.program-hover p{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 3px;
	line-height: 25px;
}
.program-hover p span{
    display: inline-block;
    margin-right: 15px;
    color: #A8DFAF;

}

.bottom_line {  border-top:1px solid #A8DFAF;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.activity-heading{
    margin: 15px 0;
}
.activity-heading a{
    display: block;
    background-color: #2b4021de;
	background-image: url("assets/images/green_pattern.jpg");
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
    color: #ffffff;
    height: 95px;
    padding: 20px;
}
.activity-heading a:hover{
    text-decoration: none;
    color: #ffffff;
	background-color: #547f15;
	background-image: url("assets/images/green_pattern_hover.jpg");
}
.tabs-heading{
    color: #304c1f;
    width: 100%;
    font-size: 32px;
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
    margin-bottom: 25px;
    position: relative;
}
.clear {clear:both;}
.tab-outer{
    position: relative;
    margin-top: -180px;
	font-family: "Microsoft JhengHei";
}
.reading-tab{
    position: relative;
    margin-top: 50px !important;
}
.tabs-content{
    background-color: #fff;
    padding: 50px;
    width: 100%;
    height: 850px;
    overflow-y: auto;
}

/* width */
.tabs-content::-webkit-scrollbar {
    width: 10px;
	padding-right: 10px;
}

/* Track */
.tabs-content::-webkit-scrollbar-track {
    background: #f5f5f5; 
}
 
/* Handle */
.tabs-content::-webkit-scrollbar-thumb {
    background: #a8dfaf; 
}

/* Handle on hover */
.tabs-content::-webkit-scrollbar-thumb:hover {
    background: #a8dfaf; 
}
.tab-inner{
    color: #23421c;
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
    margin-bottom: 50px;
    display: none;
}
.tab-inner:first-child{
    display: block;
}
.tab-inner h4{
    font-size: 22px;
    color: #304c1f;
    margin-bottom: 30px;
	padding-left: 15px;
	border-left: 5px solid #304c1f;
}
.tab-inner img{
    max-width: 100%;
}
.tab-inner p{
    line-height: 32px;
	color: #000;
}
.tab-sidebar{
    width: 100%;
    padding: 50px;
	margin-top: 100px;
    background-color: #335220;
	height: 540px;
}
.tab-sidebar a{
	font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
    color: #a8dfaf;
}
.tab-sidebar a:hover,
.tab-sidebar a.active-tab{
    color: #fff;
    text-decoration: none;
}
.tab-sidebar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-sidebar ul li{
    margin-bottom: 20px;
}
#pBackBtn {
	position: relative;
	top: 40px;
}
.big
{
	font-size: 1.2em;
}
.nicescroll-rails-vr .nicescroll-cursors {
    right: 20px;
}
.outside_ul {font-size:14px;line-height: 28px;}
.home-logo{
    width: 100%;
    text-align: right;
    padding-top: 50px;
	z-index: 1000;
	position: absolute;
	top: 0;
	right: 150px;
}
.home-logo img{
    width: 125px;
}
.home-footer{
    width: 100%;
    text-align: center;
    bottom: 0;
	position: fixed;
	left: 0;
	z-index: 1200;
}
.home-footer a.skip{
    color: #fff;
    font-size: 24px;
    font-family: Georgia;
}
.home-footer p{
    color: #fff;
    font-size: 10px;
    font-family: Georgia;
	line-height: 0;
}

footer{
    background-color: #ebebeb;
    height: 70px;
	z-index: 100;
}
.home footer{
	position: absolute;
	bottom:0;
	width: 100%;
}
/*.sticky-footer footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}*/
.sticky-footer footer{
	position: relative;
	width: 100%;
	z-index:100;
}
footer .footer-logos{
    display: table;
    width: 100%;
	padding: 10px 0 0 5px;
}

.footer-text {text-align:center ;font-size: 12px; color:#555;}
.footer-text a {color:#213919;}

.footer-logos-inner{
    display: table-cell;
	text-align: center;
}
footer .footer-logos a{
    display: inline-block;
    margin: 0 10px;
}
.svgMask {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 800;
  top:0;
  left:0;
}

.cof-mask .featured-image2 {
  /* project intro image */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  height: 460px;
  width: 200%;
  transition: height 2s;
}


.cof-mask {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  top:0;
  left:0;
}

.cof-mask .featured-image {
  /* project intro image */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  background: url(assets/images/index_photo.jpg) no-repeat center center;
  background-size: cover;
  -webkit-mask: url(assets/images/frame.png) no-repeat;
  mask: url(assets/images/frame.png) no-repeat;
  -webkit-mask-size: 460px 460px;
  -webkit-mask-position: center;
  transition: -webkit-mask-size 2s;
}
.cof-mask .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(assets/images/index_frame.png) no-repeat center center;
  background-size: 500px 500px;
  /*background-size: 100% 100%;*/
  transition: width 2s, height 2s, background-size 2s;
  -webkit-transition: width 2s, height 2s, background-size 2s;
  -moz-transition: width 2s, height 2s, background-size 2s;
  -ms-transition: width 2s, height 2s, background-size 2s;
  display: none;
}
.goTop{
	background-color: #29440e;
	border: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	width: 70px;
	height: 70px;
	font-size: 14px;
	padding: 10px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
	position: absolute;
	bottom: 80px;
	right: 50px;
	display: none;
}

.btn_group{
	margin-top: 10px;
	margin-bottom: 10px;
}
.submit_btn{
	background-color: #29440e;
	width: 100px;
	padding: 10px;
}
.submit_btn span{
	width: 100px;
	color: #ffffff;
}
.reset_btn{
	background-color: #29440e;
	width: 100px;
	padding: 10px;
}
.reset_btn span{
	width: 100px;
	color: #ffffff;
}
/* for making pop up */
.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1501;
}
.popup .popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup .popup-inside {
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-color:  #213919; 
    width: 800px;
    height: 70vh;
    padding: 20px;
    max-height: 700px;
}
.popup .toggle {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -12px;
}
.popup .content {
    background-color:  rgba(255,255,255,0.8);
    height: 100%;
    color: #000;
    font-size: 1.4em;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center; 
}