@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Allison&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Lora:wght@400;500;600;700&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}
.login-and-language-row {
	display: inline-block;
	padding: 0px 20px;
	line-height: 79px;
}
.language-box-wrapper-header {
	display: inline-block;
}
.language-box-wrapper-header .language-box-wrapper {
	display: flex;
}
.language-box-wrapper-header .language-box-wrapper .globe-icon {
	margin-right: 6px;
}
.language-box-wrapper-header .language-box-wrapper select {
	background: none;
	color: #2b348b;
	font-size: 16px;
	font-weight: bold;
	border: none;
}
.language-box-wrapper-header .language-box-wrapper .globe-icon i {
	font-size: 25px;
	color: #2b348b;
	vertical-align: middle;
}
.header-top-right-side {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu_btn .white_text {
	letter-spacing: 1px;
	font-size: 7px;
	line-height: 1;
	position: absolute;
	top: 80%;
	width: 100%;
	text-align: center;
	opacity: 1;
	color: #fff;
	-webkit-transition: all 0.5s 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-desktop-view-menu .overlay {
	background-color: rgba(41,89,118,0.6);
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header_dropdown .auto_col:nth-child(2) .overlay {
	background-color: rgba(118,108,90,0.7);
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header_dropdown .auto_col:nth-child(3) .overlay {
	background-color: rgba(0,0,0,0.3);
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header_dropdown .auto_col:nth-child(4) .overlay {
	background-color: rgba(0,0,0,0.3);
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.menu-row-ul {
	float: left;
	width: 100%;
	padding: 0px 38px;
	padding-top: 29px;
}
.menu-row-ul .menu-row-ul-title {
	font-size: 29px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding-bottom: 3px;
}
.menu-row-ul .menu-row-ul-title:after {
	content: "";
	width: 55px;
	height: 2px;
	background: #365ea5;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -4px;
}
.auto_col .menu-row-ul ul {
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
}
.auto_col .menu-row-ul ul li {
	list-style: none;
}
.auto_col .menu-row-ul ul li a {
	padding: 6px 0px;
	display: block;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	width: 100%;
	font-weight: 500;
}
.header_menu1 .header-right-side-menu-icon a.menu_btn {
	width: 80px;
	height: 80px;
	position: relative;
	display: block;
	background-color: #2b348b;
	-webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1)
}
.header-right-side-menu-icon {
	float: left;
	width: auto;
}
.header_menu1 a .linewrapper {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	display: block
}
.header_menu1 a.menu_btn .line {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.3s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	height: 1px;
	overflow: hidden;
	display: block
}
.header_menu1 a.menu_btn .line span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: block
}
.menu_btn .white_text.bigger-size {
	font-size: 10px
}
.menu_btn .leftline {
	left: 0%
}
.menu_btn .line .rightline {
	left: 300%
}
.menu_btn .line1 {
	top: 0%
}
.menu_btn .line2 {
	top: 28%;
	margin-top: -0.5px
}
.menu_btn .line3 {
	top: 56%;
	margin-top: -1px
}
.menu_btn .line1 .rightline {
	-webkit-transition: all 0.3s 0.1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.1s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn .line2 .rightline {
	-webkit-transition: all 0.3s 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.2s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn .line3 .rightline {
	-webkit-transition: all 0.3s 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.2s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn .line1 .leftline {
	-webkit-transition: all 0.3s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.5s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn .line2 .leftline {
	-webkit-transition: all 0.3s 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn .line3 .leftline {
	-webkit-transition: all 0.3s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.3s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn.close .white_text {
	opacity: 0
}
.menu_btn.close .leftline {
	left: -400%
}
.menu_btn.close .line1 .leftline {
	-webkit-transition: all 0.3s 0.1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.1s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn.close .line2 .leftline {
	-webkit-transition: all 0.3s 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.2s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn.close .line3 .leftline {
	-webkit-transition: all 0.3s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.3s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn.close .rightline {
	left: 0%
}
.menu_btn.close .line1 {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.menu_btn.close .line2 {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0px
}
.menu_btn.close .line3 {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0px
}
.menu_btn.close .line1 .rightline {
	-webkit-transition: all 0.3s 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn.close .line2 .rightline {
	-webkit-transition: all 0.3s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.5s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn.close .line3 .rightline {
	-webkit-transition: all 0.3s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s 0.5s cubic-bezier(0.86, 0, 0.07, 1)
}
.menu_btn:hover .line {
	width: 100%;
	border-color: #c5a954
}
.header_bg {
	height: 80px
}
.header {
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #FFF;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
}
.header_menu1 {
	height: 100%;
	float: left;
	width: 100%;
}
.header_menu1 li {
	height: 100%;
	float: left;
	list-style: none;
}
.header_menu1 li a {
	display: block;
	height: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1)
}
.header_menu1 li a svg circle, .header_menu1 li a svg ellipse, .header_menu1 li a svg line, .header_menu1 li a svg path {
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	stroke: #008248
}
.header_menu1 li a:hover svg circle, .header_menu1 li a:hover svg line, .header_menu1 li a:hover svg ellipse {
	stroke: #00b700 !important
}
.header_menu1 li a:hover svg path {
	fill: #00b700 !important
}
.header_menu1 li a .table {
	min-width: 80px;
	height: 100%
}
.header_menu1 li a .table .td {
	text-align: center;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 25px
}
.header_menu1 .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle
}
.header_menu1 .lang_text {
	margin-left: 15px;
	vertical-align: middle;
	margin-top: 5px
}
.header_menu1 li a span {
	display: inline-block
}
.header_menu1 li a span.lang {
	margin-top: 5px
}
.header_logo {
	height: 100%;
	float: right;
	margin-right: 40px
}
.mobile_header_dropdown {
	position: fixed;
	top: 60px;
	bottom: 0px;
	width: 100%;
	left: 0px;
	margin: auto;
	z-index: 30;
	background-color: #000;
	display: none;
	overflow-y: auto;
	overflow-x: hidden
}
.mobile_header_dropdown .bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: 100% 100%;
	background-position: center bottom;
	background-attachment: inherit;
	opacity: 0.5
}
.mobile_header_dropdown ul {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	left: 0px;
	margin: auto;
	z-index: 30;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	position: relative;
	z-index: 1;
	pointer-events: none
}
.mobile_header_dropdown li {
	pointer-events: auto
}
.mobile_header_dropdown ul.shiftleft {
	left: -100%
}
.mobile_header_dropdown ul.shiftleft.shiftleftx2 {
	left: -200%
}
.mobile_header_dropdown ul.shiftleft.shiftleftx2 li ul.mobile_hidden_menu.active {
	left: -100%
}
.mobile_header_dropdown a {
	display: block;
	padding: 18px 20px 12px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}
.mobile_header_dropdown li {
	position: relative
}
.mobile_header_dropdown .has_hidden_menu::before {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 15px;
	z-index: -1;
}
.mobile_header_dropdown li+li {
	border-top: 1px solid rgba(255,255,255,0.3)
}
.mobile_header_dropdown ul li ul.mobile_hidden_menu {
	position: fixed;
	top: 60px;
	bottom: 0px;
	width: 100%;
	left: 100%;
	margin: auto;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1
}
.mobile_header_dropdown ul li ul.mobile_hidden_menu.active {
	left: 0%;
	z-index: 30;
	opacity: 1
}
.mobile_header_dropdown ul li ul.mobile_hidden_menu.active {
	left: auto
}
.mobile_header_dropdown ul li>ul.mobile_hidden_menu.active {
	left: 0%
}
.mobile_header_dropdown ul li ul.mobile_hidden_menu.active li ul.mobile_hidden_menu {
	left: 100%
}
.mobile_header_dropdown ul li ul.mobile_hidden_menu.active li ul.mobile_hidden_menu.active {
	left: 0%
}
.mobile_header_dropdown ul li ul li .back {
	background-color: #FFF;
	color: #2b348b;
	padding-left: 55px
}
.mobile_header_dropdown ul li ul li .back::before {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #2b348b;
	border-bottom: 2px solid #2b348b;
	transform: rotate(45deg);
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 25px
}
.mobile_header_dropdown .mobile_search_wrapper {
	padding: 15px
}
.mobile_header_dropdown .mobile_search_wrapper .mobile_search {
	background: none;
	border: none;
	color: #008248;
	width: 100%;
	padding: 10px 15px 10px 50px;
	box-sizing: border-box;
	background-color: #FFF;
	background-image: url(../images/header_search.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family: "Teko", Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif, simsun;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	height: 46px
}
.mobile_header_dropdown .mobile_sns {
	padding: 15px
}
.mobile_header_dropdown .mobile_sns li {
	display: inline-block
}
.mobile_header_dropdown .mobile_sns li+li {
	border: none;
	margin-left: 10px
}
.mobile_header_dropdown .mobile_sns .icon {
	width: 35px;
	height: 35px
}
.mobile_header_dropdown .mobile_sns a {
	padding: 0px
}
.header_dropdown {
	position: fixed;
	top: 80px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 30;
	display: none
}
.header_dropdown .auto_col {
	height: 0%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
.header_dropdown .auto_col.show {
	height: 100%;
	-webkit-transition: all 0.6s cubic-bezier(0.6, 0, 0.5, 1);
	transition: all 0.6s cubic-bezier(0.6, 0, 0.5, 1)
}
.header_dropdown .auto_col.hide {
	height: 0%;
	-webkit-transition: all 0.6s cubic-bezier(0.6, 0, 0.5, 1);
	transition: all 0.6s cubic-bezier(0.6, 0, 0.5, 1)
}
.header_dropdown .auto_col.test {
	-webkit-transition: all 0s cubic-bezier(0.6, 0, 0.5, 1);
	transition: all 0s cubic-bezier(0.6, 0, 0.5, 1);
	height: 100%;
	opacity: 0
}
.header_dropdown .auto_col .overlay {
	background-color: rgba(0,0,0,0.3);
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s
}
.header_dropdown .auto_col:hover .overlay {
	background-color: rgba(43,52,139,0.9);
	opacity: 1
}
.header_dropdown .auto_col .center_image {
	-webkit-transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform: scale(1.35);
	-moz-transform: scale(1.35);
	-o-transform: scale(1.35)
}
.header_dropdown .auto_col .text_wrapper .padding {
	padding: 45px 0px
}
.header_dropdown .auto_col .text_wrapper .padding .title-menu {
	padding: 0px 50px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	position: relative;
	margin-top: 40px;
	white-space: nowrap
}
.header_dropdown .auto_col .text_wrapper .padding .title.btn {
	cursor: pointer
}
.header_dropdown .auto_col .text_wrapper .padding .title:first-child {
	margin-top: 0px
}
.header_dropdown .auto_col .text_wrapper .padding .title::after {
	content: "";
	position: absolute;
	width: 40px;
	border-top: 2px solid #00b700;
	left: 50px;
	margin: auto;
	bottom: 0%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.header_dropdown .auto_col .text_wrapper .padding ul {
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.12em
}
.header_dropdown .auto_col .text_wrapper .padding a {
	padding: 15px 50px;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative
}
.header_dropdown .auto_col .text_wrapper .padding a span {
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 25px
}
.header_dropdown .auto_col .text_wrapper .padding a span.hv-wrap {
	white-space: normal
}
.header_dropdown .auto_col .text_wrapper .padding a .arrow {
	position: absolute;
	margin-left: -20px;
	width: 12px;
	height: 14px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.header_dropdown .auto_col .text_wrapper .padding a:hover .arrow {
	opacity: 1;
	margin-left: 0px
}
.header_dropdown .auto_col .text_wrapper .padding a .switch {
	width: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 50px;
	margin: auto
}
.header_dropdown .auto_col .text_wrapper .padding a .switch:after {
	font-size: 20px;
	content: "+"
}
.header_dropdown .auto_col .text_wrapper .padding a.active .switch:after {
	content: "-"
}
.header_dropdown .auto_col .text_wrapper .padding .hidden_menu {
	display: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}
.header_dropdown .auto_col:hover .text_wrapper .padding .hidden_menu {
	background-color: rgba(6,37,23,0.3)
}
.header_dropdown .auto_col .text_wrapper .padding a:hover span {
	padding-left: 20px;
	margin-right: 5px
}
.header_dropdown .auto_col .text_wrapper .padding a:hover {
	background-color: rgba(10,135,80,0.3);
	color: #00b700
}
.header_dropdown .auto_col .text_wrapper .padding ul li ul {
	margin-top: 0px
}
.header_dropdown .auto_col .text_wrapper .padding ul li ul li a {
	padding: 15px 65px
}
.slimScrollDiv, .slimScrollDiv>div.text_wrapper {
	width: 100% !important
}
.header_small_dropdown {
	position: fixed;
	top: 80px;
	width: 100%;
	max-width: 320px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 30;
	background-color: rgba(0,131,72,0.9);
	display: none
}
.header_small_dropdown .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.header_small_dropdown ul {
	border-bottom: 1px solid #015e34;
	display: block
}
.header_small_dropdown ul li {
	display: block
}
.header_small_dropdown ul li+li {
	border-top: 1px solid #015e34
}
.header_small_dropdown a {
	color: #FFF;
	padding: 30px 30px;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.03em
}
.header_small_dropdown a span {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.1em
}
.header_small_dropdown.header_lang_dropdown a span {
	margin-top: 5px
}
.header_small_dropdown a .arrow {
	position: absolute;
	width: 12px;
	height: 14px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	top: 0px;
	bottom: 0px;
	margin: auto;
	margin-left: -20px
}
.header_small_dropdown a:hover .arrow {
	opacity: 1;
	margin-left: 0px
}
.header_small_dropdown a:hover span {
	padding-left: 20px
}
.header_small_dropdown a:hover {
	background-color: #015e34;
	color: #00b700
}
.header_search_wrapper {
	padding: 30px 30px;
	display: block;
	position: relative
}
input.header_search {
	background: none;
	border: none;
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #75caa5;
	color: #FFF;
	background-size: 13px 13px;
	background-image: url(../images/green_doublearrow.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding: 0px;
	padding-bottom: 15px;
	padding-right: 23px;
	box-sizing: border-box
}
input.header_search::-webkit-input-placeholder {
color:#FFF
}
input.header_search:-moz-placeholder {
color:#FFF;
opacity:1
}
input.header_search::-moz-placeholder {
color:#FFF;
opacity:1
}
input.header_search:-ms-input-placeholder {
color:#FFF
}
input.header_search::-ms-input-placeholder {
color:#FFF
}
.home_sns_item_wrapper {
	position: absolute;
	right: 70px;
	bottom: 50px;
	z-index: 20
}
.home_sns_item_wrapper li {
	float: left;
	height: 46px;
	width: 46px;
	position: relative
}
.home_sns_item_wrapper li+li {
	margin-left: 20px
}
.home_sns_item_wrapper .icon {
	height: 100%;
	width: 100%
}
.hover_sns {
	position: absolute;
	display: none;
	z-index: 10
}
.hover_sns ul li {
	float: none;
	height: auto;
	width: auto;
	display: block !important
}
.hover_sns ul li+li {
	margin-left: 0px !important;
	margin-right: 0px !important
}
.hover_sns_horizontal {
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 100%;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px
}
.hover_sns.hover_sns_left {
	left: auto;
	right: 100%
}
.hover_sns_horizontal ul {
	height: 35px;
	background-color: #00b700;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	white-space: nowrap;
	line-height: 30px
}
.hover_sns_horizontal ul::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 12px 17.5px 0;
	border-color: transparent #00b700 transparent transparent;
	top: 0px;
	right: 100%
}
.hover_sns_horizontal ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 12px;
	border-color: transparent transparent transparent #00b700;
	top: 0px;
	left: 100%
}
.hover_sns_horizontal ul li {
	height: 18px;
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 0px !important;
	margin-right: 0px !important
}
.hover_sns_horizontal ul li+li {
	margin-left: 10px !important
}
.hover_sns_vertical {
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 100%;
	width: 35px;
	padding-top: 20px;
	padding-bottom: 20px
}
@media only screen and (max-width: 640px) {
.hover_sns_vertical {
	left: 14px
}
}
.hover_sns.hover_sns_bottom {
	bottom: auto;
	top: 100%
}
.hover_sns_vertical ul {
	width: 35px;
	background-color: #00b700;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px
}
.hover_sns_vertical ul::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17.5px 12px 17.5px;
	border-color: transparent transparent #00b700 transparent;
	left: 0px;
	bottom: 100%
}
.hover_sns_vertical ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 17.5px 0 17.5px;
	border-color: #00b700 transparent transparent transparent;
	left: 0px;
	top: 100%
}
.hover_sns_vertical ul li+li {
	margin-top: 15px !important
}
.hover_sns a {
	width: 18px;
	display: block !important;
	margin: auto;
	position: relative
}
.hover_sns .w_icon {
	width: 18px;
	display: block;
	margin: auto;
	-webkit-transition: opacity 0.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.15s cubic-bezier(0.86, 0, 0.07, 1)
}
.hover_sns .over {
	position: absolute;
	top: 0px;
	left: 0px
}
.hover_sns .over, .hover_sns a:hover .normal {
	opacity: 0
}
.hover_sns a:hover .over {
	opacity: 1
}
.block_center_content2 {
	max-width: 1280px;
	margin: auto
}
.block_center_content {
	max-width: 1180px;
	margin: auto
}
.block_spacing {
	padding: 75px 15px
}
.block_spacing.block_spacing_notop {
	padding-top: 35px
}
.block_spacing.block_spacing_nobottom {
	padding-bottom: 0px
}
.block .section_top {
	position: relative;
	z-index: 10;
	text-align: center
}
.block .section_top .title {
	letter-spacing: 0.03em;
	font-size: 75px;
	line-height: 1.1em;
	height: 100px;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.9
}
.block .section_top_smalltext {
	margin-top: 30px;
	letter-spacing: 0.02em;
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 400
}
.block .section_top_smalltext:first-child {
	margin-top: 0px
}
.block .section_top_title_wrapper {
	margin-top: 30px
}
.block .section_top_title_wrapper:first-child {
	margin-top: 0px
}
.auto_col_wrapper {
	height: 100%;
	position: relative
}
.auto_col {
	overflow: hidden;
	float: left;
	position: relative;
	height: 100%
}
.auto_col .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.auto_col .text_wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	min-width: 300px
}
.auto_col .bg_wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.block1 {
	overflow: hidden;
	position: relative
}
 @-webkit-keyframes arrow {
from {
-ms-transform:translateY(0px);
-webkit-transform:translateY(0px);
transform:translateY(0px)
}
to {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
}
@keyframes arrow {
from {
-ms-transform:translateY(0px);
-webkit-transform:translateY(0px);
transform:translateY(0px)
}
to {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
}
.block1_slideshow_bottom_text .table {
	width: 100%;
	height: 30px;
	cursor: pointer
}
.block1_slideshow_bottom_text .table .td {
	text-align: center;
	vertical-align: middle
}
.block2 .h_line {
	height: 35px;
	border-bottom: 2px solid #008248;
	width: 125px;
	display: inline-block;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: all 0.6s 0s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.6s 0s cubic-bezier(0.86, 0, 0.07, 1)
}
.onscreen.block2 .h_line {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transition: all 0.6s 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.6s 0.6s cubic-bezier(0.86, 0, 0.07, 1)
}
.block2 .section_top .left, .block2 .section_top .right {
	float: left
}
.block2 .section_top .left {
	text-align: right;
	width: 60%
}
.block2 .section_top .left .title {
	padding-right: 40px
}
.block2 .section_top .right {
	text-align: left;
	width: 40%
}
 @media only screen and (max-width: 1300px) {
.block_content .text_wrapper ul li, .block_content .text_wrapper ol li {
	font-size: 14px
}
}
.block_content .text_wrapper ol {
	padding-left: 40px
}
@media only screen and (max-width: 1300px) {
.block_content .text_wrapper ol {
	padding-left: 30px
}
}
.block_content .small_image_wrapper {
	width: auto;
	max-width: 900px;
	margin: auto;
	margin-top: 90px
}
.block_content .small_image_wrapper:first-child {
	margin-top: 0px
}
.block_content .small_image_wrapper img {
	width: 100%
}
.block_video .video_wrapper {
	width: auto;
	max-width: 820px;
	margin: auto;
	margin-top: 90px
}
.hideshow_item {
	border-top: 1px solid #008248
}
.hideshow_item:first-child {
	border-top: none
}
.hideshow_item_name {
	font-weight: 700;
	color: #1d271c;
	-webkit-transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	letter-spacing: 0.05em;
	padding: 0px 10px
}
.hideshow_item.active .hideshow_item_name {
	color: #008248
}
.hideshow_item_name .nametext1 {
	font-size: 24px
}
.hideshow_item_name .nametext2 {
	font-size: 16px
}
.hideshow_item_btn {
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative
}
.mobile_show {
	display: none
}
 @media screen and (max-width: 1300px) {
body {
	background: none;
	overflow-x: hidden
}
.header {
	height: 60px
}
.header_dropdown {
	top: 60px
}
.header_bg {
	height: 60px
}
.header_menu1 li a.menu_btn {
	width: 60px;
	height: 60px
}
.header_menu1 li a .table {
	min-width: 60px
}
.header_menu1 li a .table .td {
	padding-left: 15px;
	padding-right: 15px
}
.header_menu1 .lang_text {
	display: none
}
.header_menu1 {
	border-right: 1px solid rgba(0,131,72,0.3)
}
.header_logo {
	height: 60%;
	position: absolute;
	top: 0px;
	right: 15px;
	bottom: 0px;
	margin: auto;
	margin-right: 0px
}
.header_small_dropdown {
	top: 60px;
	width: 100%
}
.block_spacing {
	padding: 35px 20px
}
.block .section_top .title {
	font-size: 72px;
	height: auto;
	line-height: 0.8em
}
.block .section_top_smalltext {
	margin-top: 20px;
	font-size: 18px
}
.block .section_top_title_wrapper {
	margin-top: 20px;
	position: relative
}
.block1_slideshow_item {
	font-size: 60px
}
.block1_slideshow_dot_wrapper {
	right: 15px
}
.block1_slideshow_bottom_text {
	width: 135px;
	border-bottom: 20px solid #FFF;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	font-size: 12px
}
.block1_slideshow_bottom_text .table {
	height: 20px
}
.block1_slideshow_bottom_text .arrow {
	width: 15px;
	height: 15px;
	bottom: 20px
}
.block2 .section_top .left, .block2 .section_top .right {
	width: auto;
	float: left
}
.block2 .section_top .left .title {
	padding-right: 15px
}
.block2 .h_line {
	height: 20px;
	width: 60px
}
.block2 .col_2_slideshow_wrapper {
	height: auto;
	margin-top: 0px
}
.block2 .col_2_image_slideshow_wrapper {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	margin: 10px 0px 0px;
	overflow: hidden;
	height: 400px
}
}
@media only screen and (max-width: 1300px) and (max-width: 990px) {
.block2 .col_2_image_slideshow_wrapper {
	height: 300px
}
}
@media screen and (max-width: 1300px) {
.block2 .col_2_text_slideshow_wrapper {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	margin: -20px 15px 0px;
	overflow: hidden
}
.block2 .col_2_text_slideshow_item {
	padding: 30px 20px
}
.block2 .col_2_text_slideshow_wrapper .date {
	font-size: 38px
}
.block2 .col_2_text_slideshow_wrapper .title {
	font-size: 20px
}
.block2 .col_2_text_slideshow_wrapper .description {
	font-size: 14px
}
.block2 .col_2_text_slideshow_wrapper .btn_wrapper {
	margin-top: 20px
}
.block2 .col_2_slideshow_nav {
	position: absolute;
	right: 25px;
	left: auto;
	top: 290px;
	bottom: auto;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	z-index: 20
}
.block2 .col_2_slideshow_nav a {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px
}
.block2 .col_2_text_slideshow_wrapper .btn_wrapper .polygon_btn {
	width: 150px
}
.block2 .col_2_text_slideshow_wrapper .btn_wrapper .polygon_btn .text {
	line-height: 35px
}
.block3 {
	height: auto !important
}
.block3 .auto_col {
	height: 400px
}
.block3 .auto_col .text_wrapper .icon {
	height: 45px;
	width: 45px;
	margin-top: 20px;
	margin-bottom: 20px
}
.block3 .auto_col .text_wrapper .title {
	font-size: 32px
}
.block3 .auto_col .text_wrapper .dropdown {
	font-size: 18px
}
.block3 .auto_col:hover .text_wrapper .dropdown {
	margin-top: -65px
}
.block3 .auto_col .text_wrapper .dropdown a {
	padding: 10px
}
.block4 .h_line {
	height: 20px
}
.block4 .section_top .left .title {
	padding-right: 15px
}
.block4 .auto_col_wrapper {
	height: auto
}
.block4 .auto_col {
	height: 225px
}
.block4 .upper {
	margin-top: 0px
}
.block4 .name {
	left: 20px;
	bottom: 35px;
	font-size: 24px
}
.block4 .section_top .title {
	margin-bottom: 10px
}
.block5 .text_wrapper {
	padding: 40px 15px;
	text-align: center;
	position: relative;
	z-index: 10
}
.block5 .smalltext {
	font-size: 14px
}
.block5 .title {
	font-size: 50px;
	margin-top: 25px
}
.block5 .btn_wrapper {
	margin-top: 20px
}
.block5 .full_btn {
	font-size: 28px;
	padding: 25px 15px
}
.block5 .polygon_btn {
	width: 200px
}
.block5 .polygon_btn .text {
	line-height: 35px
}
.top_btn {
	letter-spacing: 0.04em;
	font-size: 14px;
	padding: 10px
}
.block .block_heading, .block .sblock_heading {
	font-size: 40px;
	max-width: none
}
.block .titleline {
	padding-top: 25px
}
.block .titleline::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px
}
.block .stitleline::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px
}
.block_content {
	padding-top: 0px
}
.block_small_content {
	max-width: none
}
.block_content .title_wrapper {
	margin: 20px;
	margin-bottom: 0px;
	max-width: none
}
.block_content .block_spacing .title_wrapper {
	margin-left: 0px;
	margin-right: 0px
}
.block_content .title_wrapper:first-child {
	margin-top: 0px
}
.block_content .big_image_wrapper {
	margin: 20px
}
.block_content .block_spacing .big_image_wrapper {
	margin-left: 0px;
	margin-right: 0px
}
.block_content .big_image_wrapper:first-child {
	margin-top: 0px
}
.block_content .overlay_bg_box {
	width: auto;
	height: auto;
	font-size: 20px
}
.block_content .overlay_bg_box:first-child {
	margin-top: 0px
}
.block_content .small_image_wrapper {
	margin: 20px;
	max-width: none
}
.block_content .block_spacing .small_image_wrapper {
	margin-left: 0px;
	margin-right: 0px
}
.block_content .small_image_wrapper:first-child {
	margin-top: 0px
}
.block_content .text_wrapper {
	padding-right: 0px;
	font-size: 14px;
	margin: 20px;
	max-width: none;
	margin-bottom: 0px
}
.block_content .block_spacing .text_wrapper {
	margin-left: 0px;
	margin-right: 0px
}
.block_content .text_wrapper:first-child {
	margin-top: 0px
}
.free_text img {
	width: 100%;
	margin-left: 0
}
.block_video {
	padding-top: 0px
}
.block_video .title_wrapper {
	margin: auto 20px
}
.block_video .video_wrapper {
	margin: 20px auto;
	max-width: none
}
.block_video .video_thumb_inwrapper {
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: none
}
.video_thumb_slideshow a {
	font-size: 12px
}
.block_content_col+.block_content_col {
	margin-top: 40px
}
.block_download {
	margin-top: 0px;
	padding-top: 35px;
	padding-bottom: 35px
}
.block_download .text_wrapper {
	margin-top: 0px;
	text-align: center
}
.block_download .title_wrapper {
	text-align: center
}
.block_download .title_wrapper::before {
	left: 0px;
	right: 0px;
	margin: auto
}
.block_submenu {
	margin-top: -50px;
	overflow: visible
}
.block_submenu .submenu_wrapper {
	height: 50px
}
.block_submenu .submenu {
	height: 60px
}
.block_submenu .submenu li a {
	padding: 0px 20px;
	font-size: 18px;
	height: 50px
}
.block_submenu .subsubmenu li a {
	padding: 25px 20px
}
.block_submenu .submenu li a.active::after {
	border-width: 6px 6px 0 6px
}
.mobile_subsubmenu {
	display: none
}
.mobile_subsubmenu.active {
	display: block
}
.mobile_subsubmenu ul {
	border-bottom: 1px solid #afb4b0
}
.mobile_subsubmenu li+li {
	border-top: 1px solid #afb4b0
}
.mobile_subsubmenu a {
	padding: 15px 20px;
	display: block;
	font-family: "Teko", Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif, simsun;
	letter-spacing: 0.06em;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #353535;
	text-align: left
}
.mobile_subsubmenu a:hover, .mobile_subsubmenu a.active {
	color: #00b700
}
.block_top_banner {
	height: 290px
}
.block_top_banner .title_wrapper {
	font-size: 36px
}
.block_submenu .date_subsubmenu_wrapper .subsubmenu li a {
	font-size: 24px;
	padding: 20px 20px
}
.blog_item_wrapper .blog_item_inwrapper {
	margin-top: -50px
}
.blog_item_wrapper .col_spacing {
	margin-top: 50px
}
.blog_search {
	width: 260px;
	box-sizing: border-box
}
.block_intro .text_wrapper {
	padding-top: 20px;
	font-size: 14px
}
.block_intro .text_wrapper:first-child {
	padding-top: 0px
}
.block_intro .text_wrapper.titleline:first-child {
	padding-top: 20px
}
.block_intro .overlay_bg_box {
	left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: auto;
	max-width: none;
	float: none;
	height: auto;
	width: auto;
	font-size: 20px
}
.block_content .overlay_bg_box::after {
	width: 50px;
	height: 50px;
	background-size: 50px 50px
}
.block_content .overlay_bg_box::before {
	width: 50px;
	height: 50px;
	background-size: 50px 50px
}
.block.block_download {
	overflow: visible;
	z-index: 10
}
.block_download .btn .download_dropdown a {
	font-size: 14px
}
.block_download .icon {
	height: 22px
}
.block_download .btn {
	width: 200px
}
.block_blog_detail_right {
	width: 100%;
	margin-left: 0px;
	margin-top: 45px
}
.big_blog_item .overlay .text {
	font-size: 21px
}
.col3.grid_item {
	width: 50%
}
.block_content .logo_wrapper {
	margin-top: 20px;
	padding-right: 0px;
	max-width: none
}
.block_content .logo_wrapper img {
	max-height: 60px
}
.block_company1 {
	height: 400px
}
.block_company1 .text1 {
	font-size: 18px
}
.block_company1 .text2 {
	font-size: 170px
}
.block_company1 .text3 {
	font-size: 18px
}
.block_company2 {
	height: 400px
}
.block_company2 .table2 .table, .block_company2 .table2 .tr, .block_company2 .table2 .td {
	display: block
}
.block_company2 .col4 {
	width: 100%;
	display: block;
	float: none
}
.block_company2 .text1 {
	font-size: 18px
}
.block_company2 .text2 {
	font-size: 75px;
	margin-top: 20px
}
.block_company2 .text3 {
	font-size: 18px;
	margin-top: 0px
}
.company3_box {
	width: 100%;
	float: none;
	height: 300px
}
.company3_box.col6+.company3_box.col6 {
	margin: 0
}
.company3_box .padding {
	padding: 20px
}
.company3_questionbox {
	font-size: 40px
}
.question_top {
	width: 160px;
	margin-bottom: 30px
}
.question_btn {
	width: 30px;
	height: 30px
}
.company3_box .title+.text {
	margin-top: 20px
}
.company3_box .title {
	font-size: 30px
}
.border_box_block .title {
	font-size: 25px;
	margin-bottom: 20px
}
.border_grid_slideshow_wrapper:first-child {
	margin-top: 0px
}
.border_box_block .border_box .name {
	font-size: 25px
}
.border_box_block .border_box .text {
	font-size: 15px
}
.border_box_block .bottom_text {
	font-size: 15px
}
.polygon_btn {
	width: 200px
}
.polygon_btn svg {
	display: block;
	width: 100%;
	height: 35px
}
.polygon_btn .text {
	line-height: 35px
}
.polygon_btn_withicon::after {
	content: "";
	position: absolute;
	right: 35px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 13px;
	height: 12px;
	background-image: url(../images/green_doublearrow_bottom.png);
	background-size: 13px 12px
}
.col6 {
	width: auto;
	float: none
}
.blog_item_wrapper .col6 {
	right: 0
}
.col6+.col6 {
	margin-top: 30px
}
.footer {
	padding: 30px 20px;
	text-align: center
}
.footer1 {
	float: none
}
.footer1 li.footer_logo_wrapper {
	display: block;
	margin: auto;
	margin-bottom: 25px
}
.footer_logo {
	height: 24px;
	margin-right: auto
}
.footer1 ul {
	text-align: center
}
.footer1 li, .footer1 li+li {
	margin-left: 6px;
	margin-right: 6px
}
.footer1 .icon {
	height: 35px
}
.footer2 {
	float: none;
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-top: 15px
}
.footer2 ul {
	text-align: center
}
.footer2 li {
	display: inline-block;
	float: none;
	margin-top: 10px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #1d271c
}
.footer2 li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none
}
.footer2 li+li {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none
}
.footer2 .icon {
	height: 15px
}
.copyright {
	float: none;
	letter-spacing: 0.04em;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 10px
}
.polygon_btn .text {
	font-size: 14px
}
.calendar_wrapper {
	padding-left: 0px;
	padding-right: 0px
}
a.fc-more {
	pointer-events: none
}
.fc-prev-button {
	height: 25px !important;
	width: 25px !important;
	background-size: 25px 25px !important
}
.fc-next-button {
	height: 25px !important;
	width: 25px !important;
	background-size: 25px 25px !important
}
#calendar .fc-toolbar.fc-header-toolbar {
	padding: 10px
}
#calendar .fc-toolbar.fc-header-toolbar h2 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: -10px
}
.fc-day-number {
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin-top: 2px;
	margin-right: 2px;
	font-size: 12px
}
.block_map {
	position: relative;
	height: 450px
}
.side_info_wrapper {
	position: relative;
	top: 0px;
	height: 0px;
	width: 0%
}
.side_info_wrapper.open {
	width: 100%;
	padding-left: 0px;
	height: auto
}
.side_info {
	padding: 0px
}
.side_info_scroll {
	width: 100%
}
.side_info_close {
	display: none
}
.block_mapmenu {
	height: 60px
}
.block_mapmenu ul {
	height: 60px
}
.block_mapmenu li a {
	height: 50px;
	font-size: 18px
}
.block_mapmenu li a .td {
	padding: 0px 20px
}
.block_mapmenu li a:hover, .block_mapmenu li a.active {
	height: 60px
}
.hidden_side_info_box {
	padding-top: 20px
}
.filter_result_table_wrapper {
	position: relative
}
.filter_result_table .download_btn {
	margin-right: 10px
}
.finger_box {
	width: 165px;
	height: 60px;
	position: fixed;
	right: 0px;
	bottom: 10px;
	display: none
}
.finger_box>div {
	color: white;
	font-size: 12px;
	position: absolute;
	left: 9px;
	width: 100px;
	top: calc(50% - 12px);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.finger_pic {
	width: 165px;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 10px
}
.finger_pic1 {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-animation: finger_pic1 3s linear infinite;
	animation: finger_pic1 3s linear infinite
}
@-webkit-keyframes finger_pic1 {
0% {
opacity:0;
-webkit-transform:rotate(-15degg);
transform:rotate(-15deg)
}
10% {
opacity:1;
-webkit-transform:rotate(-15degg);
transform:rotate(-15deg)
}
50% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
80% {
opacity:1;
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
100% {
opacity:0;
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
}
@keyframes finger_pic1 {
0% {
opacity:0;
-webkit-transform:rotate(-15degg);
transform:rotate(-15deg)
}
10% {
opacity:1;
-webkit-transform:rotate(-15degg);
transform:rotate(-15deg)
}
50% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
80% {
opacity:1;
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
100% {
opacity:0;
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
}
.finger_pic2 {
	width: 15px;
	height: 10px;
	position: absolute;
	right: 30px;
	top: 5px;
	-webkit-animation: finger_pic2 3s linear infinite;
	animation: finger_pic2 3s linear infinite
}
@-webkit-keyframes finger_pic2 {
0% {
opacity:0;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
10% {
opacity:1;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
50% {
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
80% {
opacity:1;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
100% {
opacity:0;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
}
@keyframes finger_pic2 {
0% {
opacity:0;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
10% {
opacity:1;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
50% {
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
80% {
opacity:1;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
100% {
opacity:0;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
}
.finger_pic3 {
	width: 15px;
	height: 10px;
	position: absolute;
	right: 35px;
	top: 10px;
	-webkit-animation: finger_pic3 3s linear infinite;
	animation: finger_pic3 3s linear infinite
}
@-webkit-keyframes finger_pic3 {
0% {
opacity:0;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
10% {
opacity:1;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
50% {
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
80% {
opacity:1;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
100% {
opacity:0;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
}
@keyframes finger_pic3 {
0% {
opacity:0;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
10% {
opacity:1;
-ms-transform:translateX(5px);
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
50% {
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
80% {
opacity:1;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
100% {
opacity:0;
-ms-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px)
}
}
.filter_result_table thead td {
	padding: 10px 10px
}
.filter_result_table tbody td {
	padding: 10px 10px
}
.responsive_table {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.border_dropdown_item_wrapper {
	border: none;
	margin-top: 20px
}
.border_dropdown_item {
	float: none;
	border: 1px solid #75b093
}
.border_dropdown_item+.border_dropdown_item {
	margin-top: 10px
}
.border_dropdown_item+.border_dropdown_item .border_dropdown {
	border-left: none
}
.border_dropdown_item+.border_dropdown_item .border_search {
	border-left: none
}
td.mobile_hide {
	display: none
}
}
@media screen and (max-width: 640px) {
.block1_slideshow_item {
	font-size: 24px
}
.submenu_arrow {
	width: 20px
}
.submenu_arrow img {
	height: 10px
}
.block1_slideshow_dot_wrapper {
	right: 8px
}
.block .section_top .title {
	font-size: 38px
}
.block .section_top .h_line {
	height: 13px
}
.block_hideshow .top_padding2 {
	padding-top: 0px
}
.hideshow_item_hide {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 5px
}
.hideshow_item_hide .share_btn_wrapper {
	display: block;
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px
}
.share_btn_wrapper ul {
	white-space: nowrap
}
.share_btn_wrapper li {
	display: inline-block;
	width: 35px;
	height: 35px
}
.hideshow_item_hide .text_wrapper ol li::before, .hideshow_item_hide .text_wrapper ul li::before {
	left: 5px
}
.hideshow_item_hide .text_wrapper ol li, .hideshow_item_hide .text_wrapper ul li {
	padding-left: 20px
}
.share_btn_wrapper li a.circle_btn {
	width: 35px;
	height: 35px
}
.hideshow_item_hide .share_btn_wrapper li+li {
	margin-top: 0px;
	margin-left: 10px
}
.hideshow_item_hide .remark_wrapper {
	font-size: 12px;
	line-height: 1.6em
}
.hideshow_item_hide .remark_wrapper a {
	font-size: 14px
}
.hideshow_item_hide .remark_wrapper table {
	font-size: 15px;
	line-height: 1.6em
}
.hideshow_item_hide .remark_wrapper table td+td {
	padding-left: 5px
}
.hideshow_item_icon {
	width: 10px;
	height: 10px
}
.hideshow_item_icon .line {
	height: 1px
}
.hideshow_item_wrapper {
	margin-top: 15px
}
.hideshow_item_name .nametext1 {
	font-size: 18px
}
.hideshow_item_name .nametext2 {
	font-size: 12px
}
.hideshow_item_hide .text_wrapper .title {
	font-size: 15px
}
.col3.grid_item {
	width: 100%
}
.blog_item_inwrapper {
	margin: 0px
}
.blog_item_wrapper .col_spacing {
	padding: 20px;
	margin: 0px;
	border-top: 1px solid #ebeaea
}
.blog_item_wrapper .col_spacing.big_blog_item {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: none
}
.big_blog_item .thumb_text {
	top: 10px;
	left: 10px;
	margin-right: 10px
}
.block_blog .block_spacing {
	padding: 45px 0px
}
.blog_item .date_text1 {
	font-size: 34px
}
.blog_item .date_text2 {
	font-size: 15px
}
.blog_item .title {
	font-size: 20px;
	margin-top: 5px
}
.blog_item .thumb {
	margin-top: 15px
}
.blog_item .text {
	margin-top: 15px
}
.blog_item .thumb_text {
	top: 10px;
	left: 10px;
	margin-right: 10px
}
.big_blog_item .overlay .date {
	padding-right: 0px
}
.block_blog_detail_left {
	overflow: inherit;
	min-height: 0
}
.block_blog_detail_left .feature_photo_text {
	top: 10px;
	left: 10px;
	margin-right: 10px
}
.block_blog_detail_left .date .date_text1 {
	font-size: 34px
}
.block_blog_detail_left .date .date_text2 {
	font-size: 15px
}
.block_blog_detail_left .image_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px
}
.block_blog_detail_left .name_wrapper {
	font-size: 24px
}
.block_blog_detail_left .text_wrapper {
	font-size: 15px
}
.block_blog_detail_left .name_wrapper, .block_blog_detail_left .text_wrapper {
	margin-top: 20px
}
.block_blog_detail_left a.circle_btn {
	height: 35px;
	position: relative
}
.block_blog_detail_left a.circle_btn .svg_wrapper {
	margin-right: 5px;
	height: 35px;
	width: 35px
}
.block_blog_detail_left a.circle_btn_withtext .text {
	font-size: 14px
}
.block_blog_detail_right {
	width: 100%;
	margin-left: 0px;
	margin-top: 45px
}
.block_blog_detail_right .thumb_text {
	top: 10px;
	left: 10px;
	margin-right: 10px
}
.block_blog_detail_right .date .date_text1 {
	font-size: 34px
}
.block_blog_detail_right .date .date_text2 {
	font-size: 15px
}
.block_blog_detail_right .name {
	font-size: 18px;
	min-height: 100px
}
.block_blog_detail_right .date {
	margin-right: 10px
}
.related_news_item_wrapper {
	margin-top: 40px
}
.related_news_item+.related_news_item {
	margin-top: 60px
}
.block_blog_detail_right .thumb {
	margin-top: 10px
}
.calendar_wrapper {
	padding: 0px;
	margin-top: 40px
}
.calendar_legend {
	float: none;
	width: auto;
	margin-right: 0px
}
.popup .table .td {
	text-align: center;
	vertical-align: middle;
	padding: 0px
}
.calendar_popup_left {
	width: 60px;
	padding: 20px
}
.calendar_popup_content_wrapper {
	width: 100%
}
.calendar_popup_top_table .date_text1 {
	font-size: 12px
}
.calendar_popup_top_table .date_text2 {
	font-size: 65px
}
.calendar_popup_right {
	padding: 20px;
	padding-left: 0px
}
.calendar_event_table, .calendar_event_row, .calendar_event_cell {
	display: block
}
.calendar_event_left {
	width: auto;
	padding: 20px;
	text-align: left;
	display: block
}
.calendar_event_right {
	width: auto;
	padding: 20px;
	padding-top: 0px;
	text-align: left;
	display: block
}
.calendar_event_btn_wrapper {
	margin-top: 10px
}
.calendar_event_table+.calendar_event_table .calendar_event_cell {
	border-top: none
}
.popup_share {
	top: -45px;
	right: 20px
}
.contact_us_form {
	width: 100%
}
.contact_us_form label {
	left: 10px;
	font-size: 14px
}
.contact_us_form input[type="text"] {
	font-size: 18px;
	padding: 10px;
	padding-right: 0px
}
.contact_us_form select {
	font-size: 14px;
	padding: 10px
}
.contact_us_form .select_wrapper.focus select {
	padding: 10px
}
.border_select_wrapper {
	height: 35px;
	background-size: 35px 35px
}
.border_select {
	font-size: 15px;
	line-height: 20px;
	height: 35px;
	padding: 7px
}
}
@media screen and (max-width: 480px) {
.block2 .col_2_image_slideshow_wrapper {
	height: 150px
}
.block2 .col_2_slideshow_nav {
	top: 140px
}
.block2 .h_line {
	height: 13px
}
.block4 .section_top .left {
	text-align: left;
	display: block;
	float: left
}
.block4 .section_top .right {
	display: block;
	float: left
}
.block4 .h_line {
	position: absolute;
	height: 13px
}
.block4 .section_top .left .title {
	padding-right: 15px
}
.mobile_hide2 {
	display: none
}
.mobile_show2 {
	display: block
}
}
@media only screen and (max-width: 990px) {
.mobile_hide {
	display: none
}
.mobile_show {
	display: block
}
.auto_col_wrapper {
	height: auto
}
.auto_col {
	float: none;
	width: auto !important;
	height: auto
}
.block_content .overlay_bg_box {
	float: none;
	margin: 0
}
.block_content .overlay_bg_box::before, .block_content .overlay_bg_box::after {
	width: 30px;
	height: 30px;
	background-size: 30px 30px
}
.block1_slideshow_item .mobile_show {
	display: block !important
}
.block1_slideshow_item .mobile_hide {
	display: none !important
}
.block_content .overlay_bg_box .table {
	min-height: 0
}
.block_content .overlay_bg_box .table .td {
	padding: 40px 40px
}
.company3_box {
	height: auto
}
.subsubmenu_prev, .subsubmenu_next {
	display: none !important
}
}








/******** Mobile Layout ********/
@media only screen and (max-width: 767px) {
.login-and-language-row {
	padding: 0px 3px;
	line-height: 60px;
	border-left: solid 1px #8d95e5;
	padding-left: 9px;
}
.header_menu1 .header-right-side-menu-icon a.menu_btn {
	width: 60px;
	height: 60px;
}
}


/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.login-and-language-row {
	padding: 0px 3px;
	line-height: 60px;
	border-left: solid 1px #8d95e5;
	padding-left: 9px;
}
.header_menu1 .header-right-side-menu-icon a.menu_btn {
	width: 60px;
	height: 60px;
}
}
