@charset "UTF-8";

body {
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

#preloader h1 {
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}

.preloader-dark {
	background-color: #1b1d26 !important;
}

.preloader-dark .cp1,
.preloader-dark .cp2 {
	opacity: 0.05;
	background-color: #FFFFFF !important;
}

.preloader-dark em {
	color: rgba(255, 255, 255, 0.3);
}

.preloader-light {
	background-color: #FFFFFF !important;
}

.preloader-light .cp1 {
	opacity: 0.05;
	background-color: #000000 !important;
}

.preloader-dark .cp2 {
	opacity: 0.05;
	background-color: #000000 !important;
}

.preloader-light em {
	color: rgba(0, 0, 0, 0.8);
}

.spinner-green:after {
	box-shadow: inset #27ae60 0 0 0 1px !important;
}

.hide-preloader {
	pointer-events: none;
	opacity: 0 !important;
	transition: all 500ms ease;
}

.page-change-preloader {
	opacity: 0;
	pointer-events: none;
	background-color: #1b1d26;
	position: fixed;
	background-size: 50px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999999;
	pointer-events: none;
	transition: all 250ms ease !important;
}

.show-change-preloader {
	opacity: 1;
	transition: all 250ms ease !important;
}

#preload-spinner,
.preload-spinner {
	animation: preload-spin1 1.2s ease infinite;
	clip: rect(0, 40px, 40px, 20px);
	height: 40px;
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}

#preload-spinner:after,
.preload-spinner:after {
	animation: preload-spin2 1.2s ease-in-out infinite;
	clip: rect(0, 40px, 40px, 20px);
	content: '';
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	box-shadow: inset #6EB92B 0 0 0 2px;
}

@keyframes preload-spin1 {
	25% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(185deg);
	}
}

@keyframes preload-spin2 {
	0% {
		transform: rotate(-175deg);
	}

	100% {
		transform: rotate(175deg);
	}
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	z-index: 999999999 !important;
	opacity: 1;
	transition: all 500ms ease;
}

#preloader h1 {
	width: 100%;
	margin-top: 150px;
}

#preloader em {
	position: fixed;
	width: 100%;
	bottom: 20px;
	font-style: normal;
	text-align: center;
	font-size: 10px;
	line-height: 22px;
}

#preloader p {
	text-align: center;
	font-size: 12px;
}

.container-md {
	padding: 0;
}

.container-md .inner {
	padding: 0 15px;
}

.container-md .inner.text {
	background: #F1F2F2;
	padding: 0;
	margin: 0 15px;
}

.container-md .inner.text h2.title {
	color: #912C61;
	margin-bottom: 30px;
}

.container-md .inner.subscribe-page {
	background: #FFF;
}

@media (max-width: 767px) {
	.container-md .inner {
		min-height: calc(100vh - 66px - 240px);
	}

	.container-md .inner.text {
		margin: 0;
	}
}

@media (max-width: 992px) {
	.container-md {
		padding-top: 70px !important;
	}
}

.navbar .container .header-top {
	position: relative;
}

.navbar .container .header-top .navbar-brand {
	height: 90px;
	margin: 15px 0 20px;
}

.navbar .container .header-top .navbar-brand img {
	height: 100%;
	width: auto;
}

.navbar .container .header-top .social {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.navbar .container .header-top .social a {
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	padding-left: 20px;
	color: #FFF;
	margin: 0;
}

.navbar .container .header-top .social a i {
	font-size: 22px;
}

.navbar .container .lang-toggle {
	display: none;
}

@media (max-width: 992px) {
	.navbar {
		background: url("../../assets/img/header-bg.png") no-repeat;
		background-size: 100%;
		background-position: center 0;
		padding: .5rem 0;
		top: 0;
		position: fixed;
		z-index: 999;
		width: 100%;
	}

	.navbar .container {
		display: block;
		text-align: center;
	}

	.navbar .container .lang-toggle {
		display: block;
		color: #FFF;
		position: absolute;
		right: 10px;
		top: 5px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}

	.navbar .container .header-top {
		margin: 0 auto;
	}

	.navbar .container .header-top .navbar-brand {
		height: 50px;
		margin: 0;
		padding-top: 0;
	}

	.navbar .container .header-top .social {
		display: none;
	}

	.navbar .navbar-toggler {
		color: #FFF;
		position: absolute;
		left: 10px;
		top: 0;
	}

	.navbar .navbar-toggler i {
		font-size: 30px;
	}

	.navbar .navbar-collapse {
		background: #28663D;
		margin: 0 3px;
	}
}

@media (min-width: 992px) {
	.navbar {
		background: url("../../assets/img/header-bg.png") no-repeat;
		background-size: 100%;
		background-position: center -20px;
		text-align: center;
		padding-bottom: 5px !important;
	}

	.navbar .container {
		display: block;
	}

	.navbar .container .navbar-nav {
		align-self: center;
		justify-content: space-between;
		display: flex;
		width: 100%;
	}

	.navbar .container .navbar-nav .nav-item .nav-link {
		color: #28663D !important;
		position: relative;
		font-size: 100% !important;
	}

	.navbar .container .navbar-nav .nav-item .nav-link::before {
		content: "";
		width: 10px;
		height: 10px;
		background: #28663D;
		display: inline-block;
		margin-right: 10px;
	}

	.navbar .container .navbar-nav .nav-item.active .nav-link {
		color: #912C61 !important;
	}

	.navbar .container .navbar-nav .nav-item.active .nav-link::before {
		background: #912C61;
	}
}

.simple-slider .swiper-slide {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
	width: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.container-md {
		padding: 0;
	}

	.container-md .inner {
		padding: 0;
	}

	.simple-slider .swiper-button-next,
	.simple-slider .swiper-button-prev {
		display: none;
	}
}

@media (max-width: 767px) {
	.simple-slider .swiper-slide {
		height: 160px;
	}
}

.news-horizontal {
	color: #313437;
	background-color: #fff;
}

.news-horizontal p {
	color: #7d8285;
}

.news-horizontal h2 {
	font-weight: bold;
	margin-bottom: 40px;
	color: inherit;
}

.news-horizontal .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 10px;
}

.news-horizontal .press {
	padding-bottom: 40px;
}

.news-horizontal .press .item .img {
	position: relative;
}

.news-horizontal .press .item .img::before {
	content: "";
	display: flex;
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #000;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	box-shadow: 0 15px 30px rgba(57, 57, 57, 0.7);
}

.news-horizontal .press .item .img::after {
	content: "\f144";
	font-family: fontAwesome;
	font-size: 60px;
	color: #F7CF46;
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
}

.news-horizontal .news {
	padding-bottom: 40px;
}

.news-horizontal .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	min-height: 160px;
	border-bottom: 1px solid #28663D;
}

.news-horizontal .item:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.news-horizontal .item .date {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #28663D;
	padding-top: 30px;
}

.news-horizontal .item .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #28663D;
}

.news-horizontal .item .description {
	font-size: 15px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 767px) {
	.news-horizontal .item {
		padding-top: 40px;
		min-height: 160px;
	}
}

@media (max-width: 991px) {
	.news-horizontal .item .date {
		padding-top: 10px;
	}

	.news-horizontal .item .name {
		margin-top: 0px;
	}
}

.highlight-phone {
	color: #313437;
	background-color: #eef4f7;
	padding: 50px 0 55px;
	overflow: hidden;
}

.highlight-phone p {
	color: #7d8285;
}

.highlight-phone h2 {
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 0;
	color: inherit;
}

.highlight-phone .intro {
	font-size: 18px;
	max-width: 500px;
	line-height: 1.5;
}

.highlight-phone .intro p {
	margin-bottom: 35px;
}

.highlight-phone .intro .btn {
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
}

.highlight-phone .intro .btn:hover {
	opacity: 1;
}

.highlight-phone .intro .btn:active {
	transform: translateY(1px);
}

.highlight-phone .intro .btn-primary {
	background-color: #055ada;
	color: #fff;
}

.highlight-phone .iphone-mockup {
	position: relative;
	max-width: 260px;
	margin-top: -30px;
	margin-bottom: -230px;
	transform: rotate(-15deg);
}

.highlight-phone .iphone-mockup img.device {
	width: 100%;
	height: auto;
}

.highlight-phone .iphone-mockup .screen {
	position: absolute;
	width: 88%;
	height: 77%;
	top: 12%;
	border-radius: 2px;
	left: 6%;
	border: 1px solid #444;
	background-color: #aaa;
	overflow: hidden;
	background: url(../../assets/img/screen-content-iphone-6.jpg);
	background-size: cover;
	background-position: center;
}

.highlight-phone .iphone-mockup .screen:before {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 70%;
	height: 140%;
	top: -12%;
	right: -60%;
	transform: rotate(-19deg);
	opacity: 0.2;
}

@media (max-width: 767px) {
	.highlight-phone {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.highlight-phone .intro {
		max-width: none;
	}
}

.footer-basic footer {
	padding: 0;
}

@media (max-width: 992px) {
	.footer-basic .content {
		display: block !important;
		background-size: 100% 100% !important;
		padding: 40px 10% 25px !important;
	}

	.footer-basic .content a {
		padding: 5px 15px;
	}

	.footer-basic .content .social {
		margin-bottom: 5px;
	}

	.footer-basic .content .search {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 15px;
		width: 250px !important;
	}
	
}

.footer-basic .content {
	margin: 0 auto;
	padding: 60px 15% 45px;
	display: flex;
	justify-content: space-between;
	background: url("../../assets/img/footer-bg.png") no-repeat;
	background-size: 100%;
	background-position: center 5px;
}

.footer-basic .content a {
	display: inline-flex;
	align-self: center;
}

.footer-basic .content a i {
	font-size: 30px;
	color: #FFF;
}

.footer-basic .content .social a {
	padding-right: 25px;
}

.footer-basic .content .social a:last-child {
	padding-right: 0;
}

.footer-basic .content .social i {
	font-size: 30px;
	color: #FFF;
}

.footer-basic .content .search {
	width: 200px;
	height: 39px;
	background: #FFF;
	border-radius: 3px;
	border: 2px solid #FFF;
}

.footer-basic .content .search .text {
	display: inline-block;
	line-height: 35px;
	width: calc(100% - 35px);
	background: #6EB92B;
	color: #FFF;
}

.footer-basic .content .search i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #6EB92B;
	font-size: 26px;
	display: inline-block;
	float: right;
}

.footer-basic .content img {
	display: inline-flex;
	align-self: center;
	height: 30px;
}

.footer-basic .list-inline {
	list-style: none;
	text-align: center;
	padding: 15px 0;
	background: #FFF;
	margin: 0;
}

.footer-basic .list-inline li {
	padding: 0 15px 0 12px;
	margin: 0;
	line-height: 1;
	border-right: 1px solid #8d9da5;
	font-size: 13px;
}

.footer-basic .list-inline li a {
	color: #8d9da5;
}

.footer-basic .list-inline li:last-child {
	border: none;
}

.faq-container {
	box-sizing: border-box;
	padding: 0 15px;
	margin: 20px 0;
	cursor: pointer;
}

@media (max-width: 767px) {
	.faq-container {
		padding: 0;
	}
}

.faq-container .faq-content {
	display: none;
}

.faq-container .header{
	color: #FFFFFF;
	padding: 26px 0;
	background-color: #3b6442;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-container .header h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.faq-container .header .more-less {
	width: 30px;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}

.faq-container .big-title {
	color: #333333;
	text-align: center;
	padding: 22px 0;
	cursor: default;
}

.faq-container .big-title h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.faq-container .faq-list {
	padding: 0;
	cursor: default;
}

.faq-container .faq-list .faq-li {
	font-size: 22px;
	margin: 12px 0;
	list-style-type: none;
	cursor: pointer;
}

.faq-container .faq-list .faq-li .faq-li-title {
	font-weight: bold;
	padding: 5px 10px;
	background-color: #ebf6e5;
}

.faq-container .faq-list .faq-li .faq-li-title .more-less {
	width: 20px;
	height: 20px;
	color: #333;
	line-height: 20px;
	text-align: center;
}

.faq-container .faq-list .faq-li .faq-li-detail {
	padding: 5px 10px;
	background-color: #FFFFFF;
	display: none;
	cursor: auto;
}

.features-boxed {
	background-color: #ECF5E4;
	position: relative;
}

.features-boxed::before {
	content: "";
	width: 100%;
	height: 50%;
	background: #FFF;
	position: absolute;
	bottom: 0;
}

.features-boxed .features {
	padding: 50px 0;
}

.features-boxed .item {
	text-align: center;
	padding: 0 5px;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}

.features-boxed .item:hover {
	transform: scale(0.9);
}

.features-boxed .item.home1 {
	background: #A3CF62;
}

.features-boxed .item.home2 {
	background: #F0B358;
}

.features-boxed .item.home3 {
	background: #BD9B72;
}

.features-boxed .item.home4 {
	background: #B75674;
}

.features-boxed .item.home5 {
	background: #56A8DC;
}

.features-boxed .item .box {
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 115%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center 80%;
}

.features-boxed .item .name {
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	color: #FFF;
}

@media (max-width: 767px) {
	.features-boxed .item.home5 .box {
		background-size: 35%;
		padding-bottom: 50%;
	}

	.features-boxed .features {
		padding: 0;
	}
}

.about-section {
	padding: 50px;
}

.about-section .subscribe {
	display: flex;
	width: 300px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.about-section .subscribe input {
	background: #F1F2F2;
	border-radius: 5px;
	border: none;
	line-height: 40px;
	width: calc(100% - 45px);
	font-size: 13px;
	padding-left: 15px;
}

.about-section .subscribe .submit {
	background: #6EB92B;
	color: #FFF;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	margin-left: 5px;
}

.about-section .img img {
	width: 100%;
}

.about-section .desc {
	font-size: 18px;
}

.about-section .desc h2 {
	color: #912C61;
	padding: 10px 0;
}

.about-section .desc p .title {
	color: #6EB92B;
	padding-right: 20px;
}

.about-section .desc .item {
	display: block;
	height: 50px;
}

.about-section .desc .item .icon {
	float: left;
	width: 70px;
	margin-right: 25px;
	text-align: center;
}

.about-section .desc .item .icon img {
	height: 30px;
}

.about-section ul.address {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #28663D;
}

.about-section ul.address li {
	display: table-row;
	height: 40px;
}

.about-section ul.address li .title {
	display: table-cell;
	width: 100px;
	color: #6EB92B;
}

.about-section ul.address li .title .icon {
	padding-right: 25px;
	text-align: center;
}

.about-section ul.address li .title .icon img {
	height: 30px;
}

@media (max-width: 767px) {
	.about-section {
		padding: 15px;
	}
}

.join-section {
	padding: 0 50px 50px;
}

.join-section img {
	width: 100%;
}

.join-section .btn-row {
	text-align: center;
	margin: 20px 0;
}

.join-section .btn-row .download {
	background: #6EB92B;
	color: #FFF;
	font-size: 22px;
	padding: 8px 25px;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.join-section {
		padding: 15px;
	}
}

.intro-section {
	background: #ECF5E4;
	padding: 50px 0;
}

.intro-section .img {
	text-align: center;
	display: inline-flex;
	align-self: center;
	padding-left: 30px;
}

.intro-section .img img {
	width: 70%;
}

.intro-section .desc {
	padding-right: 50px;
	display: inline-flex;
	align-self: center;
	color: #28663D;
	font-size: 22px;
}

@media (max-width: 992px) {
	.intro-section .img {
		padding: 0;
		text-align: center;
		display: block;
		height: auto;
	}

	.intro-section .img img {
		margin: 0 auto;
	}

	.intro-section .desc {
		padding: 15px;
		text-align: center;
	}
}

.article-clean {
	color: #56585b;
	background-color: #fff;
	font-family: 'Lora', serif;
	font-size: 14px;
}

.article-clean .intro {
	font-size: 16px;
	margin: 0 auto 30px;
}

.article-clean .intro h1 {
	font-size: 32px;
	margin-bottom: 15px;
	padding-top: 20px;
	line-height: 1.5;
	color: inherit;
	margin-top: 20px;
}

.article-clean .intro p {
	color: #929292;
	font-size: 12px;
}

.article-clean .intro p .by {
	font-style: italic;
}

.article-clean .intro p .date {
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

.article-clean .intro p a {
	color: #333;
	text-transform: uppercase;
	padding-left: 3px;
}

.article-clean .intro img {
	margin-top: 20px;
}

.article-clean .text p {
	margin-bottom: 20px;
	line-height: 1.45;
}

.article-clean .text h2 {
	margin-top: 28px;
	margin-bottom: 20px;
	line-height: 1.45;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.article-clean .text figure {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.article-clean .text figure img {
	margin-bottom: 12px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.article-clean .text p {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.article-clean .text h2 {
		font-size: 20px;
	}
}

.press-popup .modal-dialog {
	max-width: 1000px;
	margin-top: 165px;
}

.press-popup .modal-dialog .modal-content {
	border-radius: 0;
	box-shadow: none;
	background: transparent !important;
	border: none;
}

.press-popup .modal-dialog .modal-content .header {
	width: 100%;
	color: #FFF;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	height: 30px;
}

.press-popup .modal-dialog .modal-content .header .tool {
	width: 150px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.press-popup .modal-dialog .modal-content .header .tool a {
	background: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #28663D;
}

.press-popup .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.press-popup .modal-dialog .modal-content .pagetitle {
	color: #912C61;
	font-size: 60px;
	line-height: 60px;
}

.press-popup .modal-dialog .modal-content .content {
	border-radius: 20px;
	background: #FFF;
	padding: 30px;
}

.press-popup .modal-dialog .modal-content .content .date {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #28663D;
	padding-top: 30px;
}

.press-popup .modal-dialog .modal-content .content .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #28663D;
}

.press-popup .modal-dialog .modal-content .content .description {
	font-size: 15px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.press-popup .modal-dialog {
		margin-top: 65px;
	}

	.press-popup .modal-dialog .header {
		height: auto !important;
	}

	.press-popup .modal-dialog .modal-content .header .tool {
		right: 0;
	}
}

.news-popup .modal-dialog {
	max-width: 1000px;
	margin-top: 165px;
}

.news-popup .modal-dialog .modal-content {
	border-radius: 0;
	box-shadow: none;
	background: transparent !important;
	border: none;
}

.news-popup .modal-dialog .modal-content .header {
	width: 100%;
	color: #FFF;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.news-popup .modal-dialog .modal-content .header .tool {
	width: 150px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.news-popup .modal-dialog .modal-content .header .tool a {
	background: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #28663D;
}

.news-popup .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.news-popup .modal-dialog .modal-content .pagetitle {
	color: #912C61;
	font-size: 60px;
	line-height: 60px;
}

.news-popup .modal-dialog .modal-content .img img {
	width: 100%;
}

@media (max-width: 767px) {
	.news-popup .modal-dialog {
		margin-top: 65px;
	}

	.news-popup .modal-dialog .header {
		height: auto !important;
	}
}

#alert .modal-dialog {
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	margin: 0 auto;
	max-width: 300px;
}

#alert .modal-dialog .modal-content {
	background: #6EB92B;
	color: #FFF;
	text-align: center;
}

#alert .modal-dialog .modal-content .close {
	color: #FFF;
}

.modal-dialog {
	max-width: 850px;
}

.modal-dialog .modal-content {
	border-radius: 25px;
	box-shadow: 10px 10px 5px rgba(57, 57, 57, 0.5);
}

.modal-dialog .modal-content .modal-body {
	padding: 1.5rem;
}

.modal-dialog .modal-content .modal-body .close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 20px;
	color: #8d9da5;
}

.modal-dialog .modal-content .modal-body .container {
	padding: 8px;
}

.modal-dialog .modal-content .modal-body h3 {
	padding-top: 15px;
	color: #55A8DC;
}

@media (max-width: 767px) {
	.modal-dialog {
		margin-top: 65px;
	}

	.modal-dialog .modal-content .modal-body {
		padding: 1rem;
	}

	.modal-dialog .modal-content .modal-body .close {
		position: absolute;
		top: 15px;
		right: 20px;
		font-size: 20px;
		z-index: 99999;
		color: #8d9da5;
	}

	.modal-dialog .modal-content .modal-body .container {
		padding: 8px;
	}

	.modal-dialog .modal-content .modal-body h3 {
		padding-top: 15px;
		color: #55A8DC;
	}
}

.modal-backdrop.show {
	opacity: 0;
}

.press-popup~.modal-backdrop.show {
	opacity: 0.5;
}

.news-popup~.modal-backdrop.show {
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #28663D;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	filter: invert(110%) sepia(200%) saturate(200%) hue-rotate(40deg);
}

.modal-body p {
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
}

#alert1 .modal-dialog .modal-content {
	background: #6EB92B;
	color: #FFF;
	text-align: center;
}

#alert1 .modal-dialog .modal-content .close {
	color: #FFF;
}

#alert1 .modal-dialog {
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	margin: 0 auto;
	max-width: 300px;
}

.freshtitel {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #28663D;
}

.marginCenter {
	margin: auto;
	display: table;
}

/* daniel * {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.subNav ul ul {
		position: absolute;
		visibility: hidden;
		left: 37%;
	}

	.subNav a.li {
		position: relative;
	} */

/* .subNav li .option {
		display: block;
	}

	.subNav li .option span {
		display: block;
		padding-right: 15px;
		color: #7d8285;
		cursor: pointer;
	}

	.subNav li .option:hover span {
		background-position: right -15px;
	} */

/* .subNav .li:hover {
		z-index: 2;
		background: transparent;
	}

	.subNav .li:hover ul {
		visibility: visible;
	}

	.subNav .li:hover ul ul {
		visibility: hidden;
	}

	.subNav .li:hover ul {
		border: 1px solid #ccc;
		border-width: 1px 2px 2px 1px;
		width: 160px;
		background: #fff;
		padding: 1px;
	}

	.subNav .li:hover li {
		border-bottom: none;
	}

	.subNav .li:hover li .option {
		padding: 2px 5px;
		background: transparent;
	}

	.subNav .li:hover li .option:hover {
		background: #28663D;
	}

	.subNav .li:hover li .option:hover span {
		background-position: right -30px;
		color: #fff;
	}

	.subNav .li:hover .li:hover ul {
		visibility: visible;
		left: 155px;
		top: -1px;
	} */

/* jian */
@keyframes showPopup {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(20px);
	}
}

@keyframes hidePPopup {
	0% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}


#headerPopup {
	padding: 20px 0;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	/* display: flex; */
	display: none;
	justify-content: center;
	align-items: baseline;
	position: absolute;
	left: 0;
	z-index: 2;
}

#headerPopup .popup-item {
	font-size: 100%;
	font-weight: 400;
	font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	padding: 0 20px;
}

#headerPopup .popup-item:last-child {
	border-right: none;
}

#headerPopup .popup-item .popup-line {
	padding: 4px 0;
}

#headerPopup .popup-item .popup-line a {
	color: #27673D;
}

#headerPopup .popup-item .popup-line a:hover {
	color: #9E1F63;
	cursor: pointer;
}

#headerPopup .popup-title {
	color: #8E8E8E;
	font-weight: 600;
}

#mobileNav {
	background-color: #FFFFFF;
	height: 100vh;
	width: 65vw;
	padding: 20px 0;
	position: fixed;
	left: 0;
	display: none;
	z-index: 2;
	overflow: scroll;
}

#mobileNav .nav-color {
	font-size: 100%;
	font-family: PingFang HK, PingFang HK-Medium;
	font-weight: 1000;
	color: #006938;
	padding-left: 50px;
}

#mobileNav .nav .nav-item-li {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

#mobileNav .nav .moble-open-menu {
	width: 100%;
	padding: 8px 0;
	display: none;
}

#mobileNav .nav .moble-open-menu .moble-open-menu-item {
	background: #f8f8f8;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	box-shadow: 0px 1px 1px #bebebe inset;
	padding: 8px 0;
}

#mobileNav .nav .moble-open-menu .open-menu-title {
	font-size: 15px;
	font-family: PingFang HK, PingFang HK-Semibold;
	font-weight: 600;
	text-align: left;
	color: #8e8e8e;
	margin-left: 65px;
}

#mobileNav .nav .moble-open-menu .open-menu-line {
	color: #006938;
	font-size: 14px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	text-align: left;
	margin: 6px 0 6px 74px;
}

#mobileNav .nav .moble-open-menu .open-menu-line .mobleLink {
	color: #006938;
}

@keyframes moblieSideShow {
	0% {
		transform: translateX(-300px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes moblieSideHide {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(-300px);
	}
}

.moble-mask {
	width: 100vw;
	height: 100vh;
	opacity: .6;
	background-color: #000000;
	display: none;
}

.secondActive {
	color: #912C61 !important;
}
