﻿/*
First Bank Theme
---------------------------
TABLE OF CONTENTS:
1 - Global Libraries
2 - Global Defaults
3 - Layouts
  3.1 - Header / Navbar
  3.2 - Content Area
  3.3 - Footer
  3.4 - Popup
  3.5 - Popup Search
  3.6 - Off-canvas Menu
  3.7 - Landing Page
  3.8 - Masonry
---------------------------
*/

/* Global Libraries
================================================== */

@import url(font-awesome.css);
@import url(pe-icon-7-stroke.css);
@import url(magnific-popup.css);
@import url(flexslider.css);
@import url(jquery.mmenu.all.css);
@import url(animate.css);
@import url(bootstrap.min.css);
@import url(green.css);
@import url(elements.css);
@import url(banners.css);
@import url(tools.css);
/* Global Defaults
================================================== */

html {
	box-sizing: border-box;
	overflow-y: scroll !important;
	overflow-x: hidden;
}
body {
	font-family: "微軟正黑體", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	-webkit-text-size-adjust: none;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga", "kern";
	-moz-font-feature-settings: "liga", "kern";
	font-feature-settings: "liga", "kern";
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	font-kerning: normal;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: inherit;
}
a:focus, a:active {
	outline: 0;
}
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
button, input {
	font-family: "微軟正黑體", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
::-webkit-input-placeholder {
color:#787878;
}
::-moz-placeholder {
color:#787878;
}
:-ms-input-placeholder {
color:#787878;
}
input:-moz-placeholder {
color:#787878;
}
.no-padding {
	padding: 0!important;
}
.no-margin {
	margin: 0!important;
}
.no-bankground {
	background: none!important;
}
.overflow-visible {
	overflow: visible;
}
.vertical-align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
hr {
	border: 0;
	height: 1px;
	background-color: #888;
	background-color: rgba(0,0,0,.22);
	display: block;
	margin: 32px 0;
}
hr.md {
	margin: 8px 0 16px;
}
hr.sm {
	margin: 0px 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.bold {
	font-weight: bold !important;
}
.inline {
	display: inline;
}
.no-scroll {
	overflow: hidden !important;
}
.visible-ie8 {
	display: none;
}
.visible-ie9 {
	display: none;
}
.hidden-ie8 {
	display: inherit;
}
.hidden-ie9 {
	display: inherit;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
img.align-left {
	margin: 5px 16px 10px 0 !important;
}
img.align-right {
	margin: 5px 0 10px 10px !important;
}
/******* No Javascript ********/
.no-js .preloader, .no-js #container, .no-js #main-menu, .no-js #popup-search {
	display: none;
}
.no-js body {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999;
	top: 0;
	color: #000;
	font-size: 16px;
	background: #e7eaa4;
}
.no-js body:after {
	content: "您的瀏覽器不支援Javascript, 本網站需要Javasctip才能正常瀏覽, 請使用可執行Javascript的瀏覽器！"
}
/******* Zero Grid ********/
.zero-grid .row {
	margin-left: 0px;
	margin-right: 0px;
}
.zero-grid .col-xs-1, .zero-grid .col-sm-1, .zero-grid .col-md-1, .zero-grid .col-lg-1, .zero-grid .col-xs-2, .zero-grid .col-sm-2, .zero-grid .col-md-2, .zero-grid .col-lg-2, .zero-grid .col-xs-3, .zero-grid .col-sm-3, .zero-grid .col-md-3, .zero-grid .col-lg-3, .zero-grid .col-xs-4, .zero-grid .col-sm-4, .zero-grid .col-md-4, .zero-grid .col-lg-4, .zero-grid .col-xs-5, .zero-grid .col-sm-5, .zero-grid .col-md-5, .zero-grid .col-lg-5, .zero-grid .col-xs-6, .zero-grid .col-sm-6, .zero-grid .col-md-6, .zero-grid .col-lg-6, .zero-grid .col-xs-7, .zero-grid .col-sm-7, .zero-grid .col-md-7, .zero-grid .col-lg-7, .zero-grid .col-xs-8, .zero-grid .col-sm-8, .zero-grid .col-md-8, .zero-grid .col-lg-8, .zero-grid .col-xs-9, .zero-grid .col-sm-9, .zero-grid .col-md-9, .zero-grid .col-lg-9, .zero-grid .col-xs-10, .zero-grid .col-sm-10, .zero-grid .col-md-10, .zero-grid .col-lg-10, .zero-grid .col-xs-11, .zero-grid .col-sm-11, .zero-grid .col-md-11, .zero-grid .col-lg-11, .zero-grid .col-xs-12, .zero-grid .col-sm-12, .zero-grid .col-md-12, .zero-grid .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
/******* Smallest Grid ********/
.smallest-grid .row {
	margin-left: -2px;
	margin-right: -2px;
}
.smallest-grid .col-xs-1, .smallest-grid .col-sm-1, .smallest-grid .col-md-1, .smallest-grid .col-lg-1, .smallest-grid .col-xs-2, .smallest-grid .col-sm-2, .smallest-grid .col-md-2, .smallest-grid .col-lg-2, .smallest-grid .col-xs-3, .smallest-grid .col-sm-3, .smallest-grid .col-md-3, .smallest-grid .col-lg-3, .smallest-grid .col-xs-4, .smallest-grid .col-sm-4, .smallest-grid .col-md-4, .smallest-grid .col-lg-4, .smallest-grid .col-xs-5, .smallest-grid .col-sm-5, .smallest-grid .col-md-5, .smallest-grid .col-lg-5, .smallest-grid .col-xs-6, .smallest-grid .col-sm-6, .smallest-grid .col-md-6, .smallest-grid .col-lg-6, .smallest-grid .col-xs-7, .smallest-grid .col-sm-7, .smallest-grid .col-md-7, .smallest-grid .col-lg-7, .smallest-grid .col-xs-8, .smallest-grid .col-sm-8, .smallest-grid .col-md-8, .smallest-grid .col-lg-8, .smallest-grid .col-xs-9, .smallest-grid .col-sm-9, .smallest-grid .col-md-9, .smallest-grid .col-lg-9, .smallest-grid .col-xs-10, .smallest-grid .col-sm-10, .smallest-grid .col-md-10, .smallest-grid .col-lg-10, .smallest-grid .col-xs-11, .smallest-grid .col-sm-11, .smallest-grid .col-md-11, .smallest-grid .col-lg-11, .smallest-grid .col-xs-12, .smallest-grid .col-sm-12, .smallest-grid .col-md-12, .smallest-grid .col-lg-12, .smallest-grid .col-xs-15, .smallest-grid .col-sm-15, .smallest-grid .col-md-15, .smallest-grid .col-lg-15, .smallest-grid .col-xs-25, .smallest-grid .col-sm-25, .smallest-grid .col-md-25, .smallest-grid .col-lg-25 {
	padding-left: 2px;
	padding-right: 2px;
}
/******* Smaller Grid ********/
.smaller-grid .row {
	margin-left: -4px;
	margin-right: -4px;
}
.smaller-grid .col-xs-1, .smaller-grid .col-sm-1, .smaller-grid .col-md-1, .smaller-grid .col-lg-1, .smaller-grid .col-xs-2, .smaller-grid .col-sm-2, .smaller-grid .col-md-2, .smaller-grid .col-lg-2, .smaller-grid .col-xs-3, .smaller-grid .col-sm-3, .smaller-grid .col-md-3, .smaller-grid .col-lg-3, .smaller-grid .col-xs-4, .smaller-grid .col-sm-4, .smaller-grid .col-md-4, .smaller-grid .col-lg-4, .smaller-grid .col-xs-5, .smaller-grid .col-sm-5, .smaller-grid .col-md-5, .smaller-grid .col-lg-5, .smaller-grid .col-xs-6, .smaller-grid .col-sm-6, .smaller-grid .col-md-6, .smaller-grid .col-lg-6, .smaller-grid .col-xs-7, .smaller-grid .col-sm-7, .smaller-grid .col-md-7, .smaller-grid .col-lg-7, .smaller-grid .col-xs-8, .smaller-grid .col-sm-8, .smaller-grid .col-md-8, .smaller-grid .col-lg-8, .smaller-grid .col-xs-9, .smaller-grid .col-sm-9, .smaller-grid .col-md-9, .smaller-grid .col-lg-9, .smaller-grid .col-xs-10, .smaller-grid .col-sm-10, .smaller-grid .col-md-10, .smaller-grid .col-lg-10, .smaller-grid .col-xs-11, .smaller-grid .col-sm-11, .smaller-grid .col-md-11, .smaller-grid .col-lg-11, .smaller-grid .col-xs-12, .smaller-grid .col-sm-12, .smaller-grid .col-md-12, .smaller-grid .col-lg-12, .smaller-grid .col-xs-15, .smaller-grid .col-sm-15, .smaller-grid .col-md-15, .smaller-grid .col-lg-15, .smaller-grid .col-xs-25, .smaller-grid .col-sm-25, .smaller-grid .col-md-25, .smaller-grid .col-lg-25 {
	padding-left: 4px;
	padding-right: 4px;
}
/******* Small Grid ********/
.small-grid .row {
	margin-left: -10px;
	margin-right: -10px;
}
.small-grid .col-xs-1, .small-grid .col-sm-1, .small-grid .col-md-1, .small-grid .col-lg-1, .small-grid .col-xs-2, .small-grid .col-sm-2, .small-grid .col-md-2, .small-grid .col-lg-2, .small-grid .col-xs-3, .small-grid .col-sm-3, .small-grid .col-md-3, .small-grid .col-lg-3, .small-grid .col-xs-4, .small-grid .col-sm-4, .small-grid .col-md-4, .small-grid .col-lg-4, .small-grid .col-xs-5, .small-grid .col-sm-5, .small-grid .col-md-5, .small-grid .col-lg-5, .small-grid .col-xs-6, .small-grid .col-sm-6, .small-grid .col-md-6, .small-grid .col-lg-6, .small-grid .col-xs-7, .small-grid .col-sm-7, .small-grid .col-md-7, .small-grid .col-lg-7, .small-grid .col-xs-8, .small-grid .col-sm-8, .small-grid .col-md-8, .small-grid .col-lg-8, .small-grid .col-xs-9, .small-grid .col-sm-9, .small-grid .col-md-9, .small-grid .col-lg-9, .small-grid .col-xs-10, .small-grid .col-sm-10, .small-grid .col-md-10, .small-grid .col-lg-10, .small-grid .col-xs-11, .small-grid .col-sm-11, .small-grid .col-md-11, .small-grid .col-lg-11, .small-grid .col-xs-12, .small-grid .col-sm-12, .small-grid .col-md-12, .small-grid .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
/******* Five Columns ********/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
.col-xs-25 {
	width: 40%;
	float: left;
}
.col-xs-35 {
	width: 60%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
.col-sm-25 {
	width: 40%;
	float: left;
}
.col-sm-35 {
	width: 60%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
.col-md-25 {
	width: 40%;
	float: left;
}
.col-md-35 {
	width: 60%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
.col-lg-25 {
	width: 40%;
	float: left;
}
.col-lg-35 {
	width: 60%;
	float: left;
}
}
/******* Loader ********/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999;
	top: 0;
	color: #747552;
	background: #e7eaa4;
	background: rgba(231,234,164,.9);
}
.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 128px;
	margin-left: 17px;
	transform: translate(-50%, -50%);
}
.la-timer, .la-timer > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.la-timer {
	display: block;
	font-size: 0;
	color: #fff;
}
.la-timer.la-dark {
	color: #747552;
}
.la-timer > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-timer {
	width: 32px;
	height: 32px;
}
.la-timer > div {
	width: 32px;
	height: 32px;
	background: transparent;
	border-width: 2px;
	border-radius: 100%;
}
.la-timer > div:before, .la-timer > div:after {
	position: absolute;
	top: 14px;
	left: 14px;
	display: block;
	width: 2px;
	margin-top: -1px;
	margin-left: -1px;
	content: "";
	background: currentColor;
	border-radius: 2px;
	-webkit-transform-origin: 1px 1px 0;
	-moz-transform-origin: 1px 1px 0;
	-ms-transform-origin: 1px 1px 0;
	-o-transform-origin: 1px 1px 0;
	transform-origin: 1px 1px 0;
	-webkit-animation: timer-loader 1250ms infinite linear;
	-moz-animation: timer-loader 1250ms infinite linear;
	-o-animation: timer-loader 1250ms infinite linear;
	animation: timer-loader 1250ms infinite linear;
	-webkit-animation-delay: -625ms;
	-moz-animation-delay: -625ms;
	-o-animation-delay: -625ms;
	animation-delay: -625ms;
}
.la-timer > div:before {
	height: 12px;
}
.la-timer > div:after {
	height: 8px;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-delay: -7.5s;
	-moz-animation-delay: -7.5s;
	-o-animation-delay: -7.5s;
	animation-delay: -7.5s;
}
.la-timer.la-3x {
	width: 96px;
	height: 96px;
}
.la-timer.la-3x > div {
	width: 96px;
	height: 96px;
	border-width: 6px;
}
.la-timer.la-3x > div:before, .la-timer.la-3x > div:after {
	top: 42px;
	left: 42px;
	width: 6px;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 6px;
	-webkit-transform-origin: 3px 3px 0;
	-moz-transform-origin: 3px 3px 0;
	-ms-transform-origin: 3px 3px 0;
	-o-transform-origin: 3px 3px 0;
	transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
	height: 36px;
}
.la-timer.la-3x > div:after {
	height: 24px;
}
@-webkit-keyframes timer-loader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-moz-keyframes timer-loader {
 0% {
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-o-keyframes timer-loader {
 0% {
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes timer-loader {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* Layouts
================================================== */
body {
	margin: 0;
	color: #252525;
	background-color: #fff;
	font-size: 16px;
	position: relative;
}
body.modal-open {
	overflow-y: auto !important;
	padding-right: 0 !important;
}
.fullscr {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
#container {
	position: reltive;
}
.wrapper {
	margin: 0;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
.ajax-container {
	padding: 64px;
}
.fullscr .wrapper {
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
	color: #17755e;
	line-height: 1.3333em;
}
p {
	line-height: 1.5333em;
}
h1 {
	font-size: 52px;
	font-weight: lighter;
	letter-spacing: -2px;
}
h2 {
	font-size: 34px;
	font-weight: lighter;
	letter-spacing: -1px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
/*
3.1 - Header / Navbar
*/

.header {
	position: fixed;
	width: 100%;
	display: block;
	table-layout: auto;
	top: 0 !important;
	border-bottom: 0;
	margin: 0;
	z-index: 999 !important;
}
.header.full-height {
	height: 70px;
}
.header .navbar {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 70px;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-transition: all 0.52s;
	-webkit-transition: all 0.52s;
	-ms-transition: all 0.52s;
	-o-transition: all 0.52s;
	transition: all 0.52s !important;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.24);
	overflow: hidden;
}
.header a.navbar-brand {
	margin: 8px 0 0 0;
	padding: 0;
	padding-left: 40px;
}
.header a.navbar-brand img {
	margin-left: 0px;
	height: 55px;
	width: auto !important;
	-moz-transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
	transition: all 0.36s;
}
.header #navbar {
	margin-right: 0;
}
.header .navbar-nav li a {
	font-size: 21px;
	font-weight: normal;
	padding: 0 28px;
	line-height: 70px;
	border-left: 1px solid #efefef;
	color: #555 !important;
	position: relative;
	display: block;
	-moz-transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
	transition: all 0.36s;
}
.header .navbar-nav li.lang-link a {
	padding-bottom: 4px;
	line-height: 66px;
}
.header .navbar-nav li a:hover {
	color: #17755e !important;
}
.header .navbar-nav li a span.lang-btn {
	font-size: 12px;
	line-height: 12px;
	padding: 3px;
	color: #fff;
	background-color: #555;
	border-radius: 3px;
}
.header .navbar-nav li a:hover span.language-trigger {
	background-color: #17755e !important;
}
.header .navbar-nav li a.language-trigger:before, 
.header .navbar-nav li a.search-trigger:before, 
.header .navbar-nav li a.menu-trigger:before {
	font-family: 'FontAwesome';
	font-size: 21px;
	font-weight: normal;
	display: inline-block;
	/*margin-right: 8px;*/
	content: "\f0ac";
}
.header .navbar-nav li a.search-trigger:before {
	content: "\f002";
}
.header .navbar-nav li a.menu-trigger:before {
	content: "\f0c9";
}
.header.compact-height, .header.compact-height .navbar {
	height: 50px;
}
.header.compact-height a.navbar-brand img {
	height: 34px;
}
.header.compact-height .navbar-nav li a {
	font-size: 18px;
	line-height: 50px;
	-moz-transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
	transition: all 0.36s;
}
.header.compact-height .navbar-nav li.lang-link a {
	padding-bottom: 4px;
	line-height: 46px;
}
.header.compact-height .navbar-nav li a.language-trigger:before, 
.header.compact-height .navbar-nav li a.search-trigger:before, 
.header.compact-height .navbar-nav li a.menu-trigger:before {
	font-size: 18px;
	line-height: 50px;
	-moz-transition: all 0.36s;
	-webkit-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-o-transition: all 0.36s;
	transition: all 0.36s;
}
/*
3.2 - Content Area
*/
.content {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
.content img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto !important;
}
.content img.fixed-size {
	width: auto;
	max-width: inherit;
	height: auto !important;
}
/******* Breadcrumbs ********/
.page-nav {
	padding: 0 30px;
	height: 62px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 90;
	background-color: #17755e;
	background-color: rgba(23,117,94,.7);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.page-nav.section-map {
	position: relative;
	bottom: auto;
}
.page-nav .navbar {
	background: none;
	margin: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 62px;
}
.page-nav .navbar-header {
	color: #fff;
	color: rgba(255,255,255,.75);
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: -2px;
	width: 240px;
	height: 62px;
	padding: 0;
	line-height: 62px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.page-nav .navbar-nav > li {
	margin-left: 3px;
	margin-right: 3px;
}
.page-nav .navbar-nav > li.trailor {
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
	color: rgba(255,255,255,.38);
	line-height: 62px;
}
.page-nav .navbar-nav > li.no-link {
	line-height: 62px;
	color: #96c0b6;
	color: rgba(255,255,255,.6);
	overflow : hidden;
  	text-overflow : ellipsis;
  	white-space : nowrap;
  	max-width : 560px;
}
.page-nav .navbar-nav > li > a {
	padding: 0 6px;
	line-height: 62px;
}
.page-nav .navbar-nav > li > a:hover, .page-nav .navbar-default .navbar-nav > .open > a, .page-nav .navbar-default .navbar-nav > .open > a:hover, .page-nav .navbar-default .navbar-nav > .open > a:focus {
	background-color: #000;
	background-color: rgba(0,0,0,.35);
}
.page-nav .navbar li.normal-link a, .page-nav .navbar li.dropdown a.dropdown-toggle {
	color: #fff;
}
.page-nav .navbar-nav > li.dropdown > .dropdown-menu > li.active-parent a {
	color: #fff;
	background-color: #17755e;
}
.page-nav .navbar li.dropdown a.dropdown-toggle .caret {
	width: 16px;
	height: 30px;
	text-align: center;
	margin-left: 3px;
	margin-top: -3px;
	line-height: 30px;
	border: none;
}
.page-nav .navbar li.dropdown ul.dropdown-menu {
	padding: 0;
	border-radius: 0;
	margin-top: -1px !important;
}
.page-nav .navbar li.dropdown ul.dropdown-menu li a {
	width: 250px;
	height: auto;
	line-height: 1.2em;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
}
.page-nav .navbar li.dropdown ul.dropdown-menu li a span.fa {
	color: #bbb;
	margin-left: 3px;
}
.page-nav.fixed {
	position: fixed;
	top: 50px;
	left: 0;
	background-color: #17755e;
	background-color: rgba(23,117,94,.9);
	z-index: 22;
}
.page-nav.fixed, .page-nav.fixed .navbar, .page-nav.fixed .navbar a.navbar-brand {
	height: 42px;
}
.page-nav.fixed .navbar-header, .page-nav.fixed .navbar-nav > li > a, .page-nav.fixed .navbar li.trailor, .page-nav.fixed .navbar-nav > li.no-link {
	line-height: 42px;
}
.page-nav.fixed .navbar-header {
	font-size: 22px;
	margin-left: 0px;
}
/******* Content Container ********/
.content-container {
	margin: 64px 0;
	width: 100%;
	min-height: 500px;
}
.one-col-wrapper {
	box-sizing: border-box;
}
.two-col-wrapper {
	margin-right: 290px;
	box-sizing: border-box;
}
.two-col-wrapper:before, .two-col-wrapper:after {
	display: table;
	content: "";
}
.two-col-wrapper:after {
	clear: both;
}
.two-col-wrapper .col-left {
	float: left;
	width: 100%;
	padding-right: 30px;
	position: relative;
	min-height: 550px;
}
.two-col-wrapper .col-right {
	float: right;
	width: 290px;
	position: relative;
	margin-right: -290px;
}
/******* Content Title / Body ********/
h2.content-title {
	font-size: 42px;
	display: block;
	margin-bottom: 48px !important;
	width:  calc(100% - 175px);
}
h2.content-title small {
	font-size: 20px;
}
.font-adjust-holder {
	position: absolute;
	right: 30px;
	top: 0px;
}
.content-body {
	line-height: 1.3em;
	position: relative;
}
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
	margin-bottom: 32px;
}
.content-body h3 {
	padding-left: 8px;
	border-left: 4px solid #17755e;
}
.content-body p {
	text-align: justify;
	display: block;
	margin-bottom: 32px;
}
.content-body p:only-child, .content-body p:last-child {
	margin-bottom: 32px;
}
.content-body small {
	font-size: 14px;
}
.content-body ul, .content-body ol {
	padding-left: 0px;
	margin: 0;
	margin-bottom: 32px !important;
	display: block;
}
.content-body ul ul, .content-body ol ul {
	margin-top: 16px;
	margin-bottom: 16px;
}
.content-body ol li {
	list-style: decimal;
	margin-left: 26px;
	line-height: 1.5em;
}
.content-body ul li {
	list-style: disc;
	margin-left: 26px;
	line-height: 1.5em;
}
.content-body ul ul li {
	list-style: circle;
}
.content-body ul.arrow-list, .content-body ul.direction-list {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.content-body ul.arrow-list li, .content-body ul.direction-list li {
	list-style: none;
	margin-left: 18px;
	display: block;
}
.content-body ul.direction-list li {
	margin-left: 26px;
}
.content-body ul.direction-list li {
	margin-left: 22px;
}
.content-body ul.arrow-list li:before, .content-body ul.direction-list li:before {
	font-family: 'FontAwesome';
	font-size: 11px;
	margin-left: -16px;
	display: inline-block;
	position: absolute;
	content: "\f105";
	color: #ababab;
}
.content-body ul.direction-list li:before {
	font-size: 16px;
	margin-left: -20px;
	content: "\f061";
}
.content-body img {
	margin-bottom: 32px;
}
.content-body a {
	text-decoration: none;
}
.content-body p a, .content-body li a {
	text-decoration: underline;
}
/******* Content Search ********/
.content-search {
	padding: 30px 0 0 0 !important;
	position: absolute;
	width: 100%;
	bottom: 62px;
	background-color: #000;
	background-color: rgba(0,0,0,.37);
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.content-search.map-search {
	position: relative;
	bottom: auto;
	background-color: #17755e;
}
.content-search h2.content-title {
	margin-bottom: 24px !important;
}
.content-search-wrapper {
	margin: 0 auto 30px;
	padding: 0;
	width: 76%;
	position: relative;
}
#content-search-form .input-content-search {
	height: 65px;
	margin: 0;
	width: 100% !important;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	border: none;
	padding: 0 24px;
	background-color: #fff;
	background-color: rgba(255,255,255,.95);
	font-size: 26px;
}
#content-search-form .btn-content-search {
	position: absolute !important;
	top: 8px;
	right: 20px;
	width: 40px !important;
	background: none;
	border: none;
	font-size: 32px;
	color: #666;
}
#content-search-form .btn-content-search:hover {
	color: #222;
}
.content-search-filter-trigger {
	box-sizing: border-box;
	display: block;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.45);
	padding: 12px 32px 12px;
	cursor: pointer;
}
.content-search-filter-trigger:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f107";
	margin-right: 16px;
}
.content-search-filter-trigger.expanded:before {
	content: "\f106";
}
.content-search-filter {
	color: #fff;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0,0,0,.45);
	padding: 16px 32px 12px;
	display: none;
}
.content-top-action {
	position: absolute;
	top: 0;
	right: 0;
}
.content-top-action.overseas {
	top: 100px;
}
/******* Notes ********/
.notes {
	margin-top: 80px;
	padding-top: 8px;
	display:block;
	border-top: 1px solid #ccc;
	color: #787878;
	font-size: 14px !important;
	text-align: left;
}
.notes.no-border {
	margin-top: 0px !important;
	border-top: none !important;
}
.notes p, .notes ul, .notes ol {
	color: #787878;
	font-size: 14px !important;
	margin-top: 0;
	text-align: left;
}
.notes p {
	margin-bottom: 16px;
}
small.notes-lead {
	margin-top: 16px;
	margin-bottom: 8px;
	display: block;
	font-size: 13px !important;
}
.inline-notes {
	font-size: 14px !important;
	color: #787878;
}
/******* News ********/
.date {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #17755e;
}
ul.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-list li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #dedede;
}
ul.news-list li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
/******* Map ********/
.responsive-map {
	height: 588px;
	position: relative;
}
.responsive-map.inline-map {
	height: 450px;
}
.responsive-map img {
	max-width: none !important;
}
.map-thumbnail {
	margin-top: 3px;
}
.map-content {
	padding: 12px;
	font-family: "微軟正黑體", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.map-content h5 {
	font-size: 20px;
	margin-bottom: 6px;
}
.map-content p {
	font-size: 16px;
	margin-bottom: 0 !important;
	color: #000;
}
.map-direction-holder {
	text-align: right;
}
.map-direction-holder a {
	line-height: 28px !important;
}
.map-direction {
	margin-right: 6px;
	margin-bottom: 0 !important;
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
	vertical-align: middle;
	display: inline;
}
/******* Sidebar ********/
.sidebar-body {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar-body.fixed {
	top: 120px;
	position: fixed;
	z-index: 5;
	width: 290px;
}
h4.sidebar-title {
	margin-top: 64px;
}
h4.sidebar-title:first-child {
	margin-top: 0px;
}
.sidebar-body .panel .panel-body {
	padding: 0;
}
#sidebar-slides.flexslider {
	margin: 0 0 40px;
}
#sidebar-slides.flexslider ul.slides li img {
	border-radius: 3px 3px 0 0;
	width: 100%;
	height: auto !important;
}
#sidebar-slides.flexslider .flex-control-nav {
	bottom: -38px;
}
#sidebar-slides.flexslider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.25);
}
#sidebar-slides.flexslider .flex-control-paging li a.flex-active {
	background: #17755e;
	cursor: default;
}
.sidebar-banner {
	margin-bottom: 16px;
}
.sidebar-banner img {
	border-radius: 3px;
}
/******* iFrame ********/

.iframe-wrapper iframe {
	width: 100%;
	height: 1000px;
}
.iframe-wrapper.lg iframe {
	width: 100%;
	height: 1500px;
}
.login-iframe-wrapper iframe {
	width: 100%;
	height: 410px;
}
.login-iframe-wrapper.sm iframe {
	width: 100%;
	height: 250px;
}
.iframe-login-container {
	padding: 0px;
}
h4.iframe-login-title {
	color: #17755e;
	font-weight: bold;
	font-size: 17px;
}
.iframe-login-container .nav-tabs li a {
	font-size: 17px;
}
.responsive-iframe-wrapper {
	position: relative;
	padding-bottom: 50.25%;
	padding-top: 25px;
	height: 0;
}
.responsive-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/******* Sitemap ********/
#sitemap ul {
	margin: 0 0 6px 0!important;
}
#sitemap ul, #sitemap li {
	list-style: none;
}
#sitemap li {
	margin-left: 0px;
}
#sitemap li li li {
	margin-left: 16px;
}
#sitemap li a {
	display: block;
	text-decoration: none;
	color: #565656;
}
#sitemap li a:hover {
	color: #232323;
	text-decoration: underline;
}
#sitemap li a:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	display: inline-block;
	content: "\f105";
	margin-right: 6px;
}
#sitemap ul> li a.sitemap-title {
	border-bottom: 1px solid #cdcdcd;
	padding: 8px 0;
	margin: 16px 0 8px;
	font-size: 18px;
	color: #17755e;
}
#sitemap li a.sitemap-title:before {
	content: "";
	margin-right: 0px;
}
#sitemap li a span.fa {
	color: #ababab;
}
/******* Online Chat ********/
.online-chat-holder {
	display:  none;
}
.cs-holder {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0;
	width: 60px;
	z-index: 999;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.cs-holder.onscroll {
	bottom: 60px;
}
.btn-cs {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/btn-cs.png);
	background-repeat: no-repeat;
}
.btn-cs.cs-head {
	background-position: 0 0;
}
.btn-cs.cs-chat {
	background-position: 0 -60px;
}
.btn-cs.cs-phone {
	background-position: 0 -120px;
}
.btn-cs.cs-text {
	background-position: 0 -180px;
}
.btn-cs.cs-video {
	background-position: 0 -240px;
}
/******* Branch List ********/
.branch-item {
	position: relative;
	-moz-transition: all 0.52s;
	-webkit-transition: all 0.52s;
	-ms-transition: all 0.52s;
	-o-transition: all 0.52s;
	transition: all 0.52s;
}
.branch-item:hover {
	transform: scale(1.02);
}
h4.branch-title {
	margin-bottom: 8px !important;
}
h4.branch-title small {
	margin-left: 12px !important;
}
h4.branch-title span.branch-id, h4.branch-title span.city-id  {
	font-size: 18px;
	background-color: #787878;
	color: #fff;
	padding: 0 12px;
	margin-right: 12px;
	border-radius: 5px;
	font-weight: bold;
}
h4.branch-title span.city-id {
	background-color:#0e362e;
	margin-right: 4px;
}
ul.branch-list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
ul.branch-list li {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 36px !important;
	display: block;
	position: relative;
	color: #898989;
}
ul.branch-list li span.fa {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #898989;
}
.branch-direction {
	position: absolute;
	top: 16px;
	right: 16px;
}
/*
3.3 - Footer
*/
.footer {
	padding: 42px 0px;
	background-color: #0f4a3c;
	color: #fff;
}
.footer-list {
	list-style: none;
}
.footer-list li {
	font-size: 13px;
	display: block;
	color: rgba(255,255,255,.75);
}
.footer-list li > span.company-name {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.footer-list li a {
	font-size: 15px;
	color: #fff;
}
.footer-list li a span.fa {
	margin-left: 5px;
	color: #fff;
	color: rgba(255,255,255,.35);
}
.footer-qr {
	padding: 2px;
	background-color: #fff;
	width: 120px;
}
.footer-qr img {
	width: 100%;
}
.footer-tools .go-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0;
	cursor: pointer;
	z-index: 99;
	background-color: #0e362e;
	width: 60px;
	height: 60px;
	background-image: url(../images/go-top.png);
	background-position: center center;
	display: none;
}
.footer-tools .go-top:hover {
	background-position: center top 2px;
}
/******* Social Nav ********/
ul.social-nav {
	margin-right: 0px;
	font-size: 0;
}
ul.social-nav li {
	margin-right: 5px;
	display: inline-block;
}
ul.social-nav li a {
	width: 26px;
	height: 26px;
	font-size: 26px;
	display: block;
	color: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}
ul.social-nav li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
/*
3.4 - Popup
*/
.mfp-bg {
	background: #000;
}
.mfp-container {
	top: -2px;
	padding: 0px;
	margin: 0px;
}
.white-popup, .popup-search {
	width: 100%;
	background-color: #fff;
	position: relative;
	margin: 0 auto 0;
}
.popup-content {
	width: 100%;
	padding: 60px;
	min-height: auto;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-close {
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 48px;
	color: #fff;
	right: 10px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	margin-top: -20px;
}
.mfp-wrap {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/*
3.5 - Popup Search
*/

.popup-search {
	color: #fff;
	background-color: #0f4a3c;
}
.popup-search .mfp-close {
	color: #fff;
	position: fixed !important;
}
.popup-search-wrapper {
	margin: 0 auto 16px;
	padding: 0;
	position: relative;
}
#popup-search-form .input-popup-search {
	height: 65px;
	line-height: 65px;
	margin: 0;
	width: 100% !important;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	border: none;
	padding: 0 24px;
	background-color: #092b22;
	color: #fff;
	font-size: 26px;
}
#popup-search-form .btn-popup-search {
	position: absolute !important;
	top: 8px;
	right: 20px;
	width: 40px !important;
	background: none;
	border: none;
	font-size: 32px;
	color: #fff;
	color: rgba(255,255,255,.55);
}
#popup-search-form .btn-popup-search:hover {
	color: #fff;
}
.popup-search-result {
	color: #23bc96;
	margin-bottom: 32px;
	font-size: 16px;
}
ul.popup-search-list, ul.search-list {
	list-style: none !important;
	margin: 0 0 52px 0 !important;
	padding: 0 !important;
	display: block;
}
ul.popup-search-list li, ul.search-list li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	padding: 16px 0 0 !important;
	border-top: 1px solid #23bc96
}
ul.popup-search-list li a, ul.search-list li a {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 15px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.search-list li a {
	color: #252525;
}
ul.popup-search-list li a strong, ul.search-list li a strong {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
	display: block;
}
ul.search-list li a strong {
	color: #252525;
}
ul.popup-search-list li a:hover, 
ul.popup-search-list li a:focus, 
ul.popup-search-list li a:active, 
ul.search-list li a:hover, 
ul.search-list li a:focus, 
ul.search-list li a:active {
	text-decoration: none;
}
ul.popup-search-list li a:hover strong, ul.search-list li a:hover strong {
	text-decoration: underline;
}
/*
3.6 - Off-canvas Menu
*/
#main-menu li a span.fa {
	color: #777;
	margin-left: 3px;
}
.mm-menu {
	display: none;
}
.mm-listview {
	font-size: 16px;
}
.mm-navbar.mm-navbar-top {
	border: none;
}
.mm-search {
	padding: 20px;
}
.mm-search ::-webkit-input-placeholder {
color:#dedede;
}
.mm-search ::-moz-placeholder {
color:#dedede;
}
.mm-search :-ms-input-placeholder {
color:#dedede;
}
.mm-search input:-moz-placeholder {
color:#dedede;
}
.mm-panels {
	margin-top: 20px;
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
	background: #1a5345;
}
/*
3.7 - Landing Page
*/
.landing-boxes-container {
	width: 100%;
	padding: 160px 6% 6% 6%;
}
.landing-boxes-container.section-boxes {
	padding-top: 60px;
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
}
.landing-page-title {
	margin-bottom: 96px;
	width: 480px;
}
.landing-box {
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.landing-box:hover {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	transform: scale(1.05, 1.05);
}
.landing-btn {
	width: 100%;
	display: block;
	height: 120px;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: lighter;
	color: #fff !important;
	padding: 6px 16px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.landing-btn span.fa {
	color: rgba(255,255,255,.5);
	margin-left: 5px;
}
.landing-btn.green-lighter {
	background-color: #17755e;
	background-color: rgba(23,117,94,.92);
}
.landing-btn.news {
	background-image: url(../assets/landing-buttons/news.png);
}
.landing-btn.money-stack {
	background-image: url(../assets/landing-buttons/money-stack.png);
}
.landing-btn.safe {
	background-image: url(../assets/landing-buttons/safe.png);
}
.landing-btn.saving {
	background-image: url(../assets/landing-buttons/saving.png);
}
.landing-btn.exchange {
	background-image: url(../assets/landing-buttons/exchange.png);
}
.landing-btn.offshore-finance {
	background-image: url(../assets/landing-buttons/offshore-finance.png);
}
.landing-btn.money-rmb {
	background-image: url(../assets/landing-buttons/money-rmb.png);
}
.landing-btn.import {
	background-image: url(../assets/landing-buttons/import.png);
}
.landing-btn.export {
	background-image: url(../assets/landing-buttons/export.png);
}
.landing-btn.e-banking {
	background-image: url(../assets/landing-buttons/e-banking.png);
}
.landing-btn.contact {
	background-image: url(../assets/landing-buttons/contact.png);
}
.landing-btn.query-stats {
	background-image: url(../assets/landing-buttons/query-stats.png);
}
.landing-btn.query-currency {
	background-image: url(../assets/landing-buttons/query-currency.png);
}
.landing-btn.global-payment {
	background-image: url(../assets/landing-buttons/global-payment.png);
}
.landing-btn.wealth-management {
	background-image: url(../assets/landing-buttons/wealth-management.png);
}
.landing-btn.mortgage {
	background-image: url(../assets/landing-buttons/mortgage.png);
}
.landing-btn.credit-loan {
	background-image: url(../assets/landing-buttons/credit-loan.png);
}
.landing-btn.write-off {
	background-image: url(../assets/landing-buttons/write-off.png);
}
.landing-btn.agent {
	background-image: url(../assets/landing-buttons/agent.png);
}
.landing-btn.like {
	background-image: url(../assets/landing-buttons/like.png);
}
.landing-btn.funds {
	background-image: url(../assets/landing-buttons/funds.png);
}
.landing-btn.endorse {
	background-image: url(../assets/landing-buttons/endorse.png);
}
.landing-btn.building {
	background-image: url(../assets/landing-buttons/building.png);
}
.landing-btn.assemblage {
	background-image: url(../assets/landing-buttons/assemblage.png);
}
.landing-btn.shield {
	background-image: url(../assets/landing-buttons/shield.png);
}
.landing-btn.chart {
	background-image: url(../assets/landing-buttons/chart.png);
}
.landing-btn.firstbank {
	background-image: url(../assets/landing-buttons/firstbank.png);
}
.landing-btn.environment {
	background-image: url(../assets/landing-buttons/green.png);
}
.landing-btn.e-query {
	background-image: url(../assets/landing-buttons/e-query.png);
}
.landing-btn.green-energy {
	background-image: url(../assets/landing-buttons/green-energy.png);
}
.landing-btn.gold-stack {
	background-image: url(../assets/landing-buttons/gold-stack.png);
}
.landing-btn.economic-index {
	background-image: url(../assets/landing-buttons/economic-index.png);
}
.landing-btn.scholar {
	background-image: url(../assets/landing-buttons/scholar.png);
}
.landing-btn.customer-hotline {
	background-image: url(../assets/landing-buttons/customer-hotline.png);
}
.landing-btn.form-download {
	background-image: url(../assets/landing-buttons/form-download.png);
}
.landing-btn.lookup {
	background-image: url(../assets/landing-buttons/lookup.png);
}
.landing-btn.customer-right {
	background-image: url(../assets/landing-buttons/customer-right.png);
}
.landing-btn.email {
	background-image: url(../assets/landing-buttons/email.png);
}
.landing-btn.local-service {
	background-image: url(../assets/landing-buttons/local-service.png);
}
.landing-btn.global-service {
	background-image: url(../assets/landing-buttons/global-service.png);
}
.landing-btn.atm {
	background-image: url(../assets/landing-buttons/atm.png);
}
.landing-btn.clock {
	background-image: url(../assets/landing-buttons/clock.png);
}
.landing-btn.phone-banking {
	background-image: url(../assets/landing-buttons/phone-banking.png);
}
.landing-btn.mobile-banking {
	background-image: url(../assets/landing-buttons/mobile-banking.png);
}
.landing-btn.house-info {
	background-image: url(../assets/landing-buttons/house-info.png);
}
.landing-btn.house-hold {
	background-image: url(../assets/landing-buttons/house-hold.png);
}
.landing-btn.house {
	background-image: url(../assets/landing-buttons/house.png);
}
.landing-btn.announcement {
	background-image: url(../assets/landing-buttons/announcement.png);
}
.landing-btn.news-release {
	background-image: url(../assets/landing-buttons/news-release.png);
}
.landing-btn.calendar {
	background-image: url(../assets/landing-buttons/calendar.png);
}
.landing-btn.card {
	background-image: url(../assets/landing-buttons/card.png);
}
.landing-btn.gift {
	background-image: url(../assets/landing-buttons/gift.png);
}
.landing-btn.heart-chat {
	background-image: url(../assets/landing-buttons/heart-chat.png);
}
.landing-btn.global-pass {
	background-image: url(../assets/landing-buttons/global-pass.png);
}
.landing-btn.building {
	background-image: url(../assets/landing-buttons/building.png);
}
.landing-btn.info {
	background-image: url(../assets/landing-buttons/info.png);
}
.landing-btn.calendar-heart {
	background-image: url(../assets/landing-buttons/calendar-heart.png);
}
.landing-btn.gold-bar {
	background-image: url(../assets/landing-buttons/gold-bar.png);
}
.landing-btn.gold-platform {
	background-image: url(../assets/landing-buttons/gold-platform.png);
}
.landing-btn.gold-passbook {
	background-image: url(../assets/landing-buttons/gold-passbook.png);
}
/*07042016*/
.landing-btn.card-event {
	background-image: url(../assets/landing-buttons/card-event.png);
}
.landing-btn.card-shopping-bag {
	background-image: url(../assets/landing-buttons/card-shopping-bag.png);
}
.landing-btn.card-registration {
	background-image: url(../assets/landing-buttons/card-registration.png);
}
.landing-btn.card-payment {
	background-image: url(../assets/landing-buttons/card-payment.png);
}
.landing-btn.card-online-service {
	background-image: url(../assets/landing-buttons/card-online-service.png);
}


.landing-btn:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	transform: scale(1.05, 1.05);
}
.landing-btn:active, .landing-btn:focus {
	text-decoration: none;
}
.landing-btn:hover:after {
	font-family: 'FontAwesome';
	margin-left: 10px;
	content: "\f105";
}
h3.landing-title {
	height: 40px;
	line-height: 40px;
	margin: 0 !important;
}
h3.landing-title.green-lighter {
	background-color: #17755e;
	background-color: rgba(23,117,94,.92);
}
h3.landing-title a {
	font-size: 19px;
	color: #fff !important;
	padding: 0 16px;
	display: block;
	margin: 0;
}
h3.landing-title a:hover {
	color: #fff !important;
	text-decoration: none;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
h3.landing-title a:hover:after {
	font-family: 'FontAwesome';
	margin-left: 10px;
	content: "\f105";
}
.landing-slider {
	padding: 0 0 0 0;
	min-height: 360px;
	background-color: #fff;
}
.landing-slider.txt-only {
	min-height: 220px;
}
.landing-box.green .landing-slider {
	background-color: #a6d668;
	background-color: rgba(166,214,104,.92);
}
#landing-slides.flexslider {
	background: transparent !important;
}
.landing-slider ul.slides li {
	background-color: transparent !important;
}
.landing-slider ul.slides li .landing-slide-content {
	padding: 24px;
}
.landing-slider ul.slides li .landing-slide-content a {
	color: #0f4a3c;
}
#landing-slides.flexslider .flex-control-nav {
	top: -24px;
	bottom: auto;
	right: 10px;
	text-align: right;
}
#landing-slides.flexslider .flex-control-paging li a {
	width: 8px;
	height: 8px;
	text-indent: 9999px;
	background: #72ac98;
	background: rgba(255, 255, 255, 0.25);
}
#landing-slides.flexslider .flex-control-paging li a:hover {
	background: #fff;
}
#landing-slides.flexslider .flex-control-paging li a.flex-active {
	background: #fff;
}
.flex-direction-nav a:before {
	color: rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	font-family: 'FontAwesome';
	content: "\f104";
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.landing-content {
	padding: 24px 24px 48px 24px;
}
.landing-box.green .landing-content {
	background-color: #a6d668;
	background-color: rgba(166,214,104,.92);
}
.landing-content h5 a:hover {
	text-decoration: none;
}
.landing-content h5 a:hover:after {
	font-family: 'FontAwesome';
	margin-left: 10px;
	content: "\f105";
}
ul.landing-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.landing-list li {
	position: relative;
	margin: 0 0 5px 0;
}
ul.landing-list li a {
	color: #252525;
	display: block;
	padding: 0 20px 0 25px;
}
ul.landing-list li a span.fa {
	color: #000;
	color: rgba(0,0,0,.45);
	margin-left: 3px;
}
ul.landing-list li a:hover {
	text-decoration: none;
	background-color: #fff;
	background-color: rgba(255,255,255,.45);
	border-radius: 5px;
}
ul.landing-list li a:active, ul.landing-list li a:focus {
	text-decoration: none;
}
ul.landing-list li a:before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	color: rgba(0,0,0,.35);
	font-size: 16px;
	position: absolute;
	top: 1px;
	left: 5px;
}
ul.landing-list li a:hover:before {
	text-decoration: none;
}
ul.landing-list li a:hover:after {
	font-family: 'FontAwesome';
	margin-left: 10px;
	content: "\f105";
	position: absolute;
	right: 5px;
	top: 0;
}
/*
3.8 - Masonry
*/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	transition-duration: 0.15s;
}
.isotope[style] {
	overflow: visible !important;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
#masonry-nav, #masonry-content {
	margin: 0 auto 0;
	width: 100%;
}
#masonry-content:before, #masonry-content:after {
	display: table;
	content: "";
}
#masonry-content:after {
	clear: both;
}
.button-group {
	padding-bottom: 16px;
	text-align: center;
}
.button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	background: #eee;
	border: none;
	border-radius: 3px;
	color: #222;
	cursor: pointer;
}
.button:hover {
	background-color: #ddd;
	color: #222;
}
.button:active, .button.is-checked {
	color: #fff;
	background-color: #0f4a3c;
}
.button:focus, .button:active {
	outline: none;
}
.event-item, .news-item, .cef-event-item {
	margin-bottom: 8px;
}
.event-item a:hover, .news-item a:hover {
	color: #353535;
	text-decoration: none;
	z-index: 66;
}
.event-item img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.element {
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.inner-page .element {
	background: #f4f4f4;
}
.element:hover {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	transform: scale(1.05, 1.05);
	z-index: 99;
}
.element-tag {
	position: absolute;
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
}
.element-tag.blue {
	background-color: #03a9f4;
}
.element-tag.green {
	background-color: #259b24;
}
.element-tag.red {
	background-color: #e91e63;
}
.element-tag.purple {
	background-color: #673ab7;
}
.element-tag.orange {
	background-color: #ff5722;
}
.element-photo {
	position: relative;
	background-color: #fff;
	width: 100%;
}
.element-photo img {
	margin-bottom: 0px !important;
}
.element-photo.void {
	height: 30px;
}
a.element-play {
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
	text-align: center;
	width: 60px;
	color: #000;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	position: absolute;
	z-index: 112;
}
.element-content {
	padding: 12px;
}
.news-item .element-content {
	height: 160px;
}
.cef-event-item .element-content {
	height: 100px;
}
.element-content p {
	margin-bottom: 0px !important;
}
.element-content h4 {
	font-size: 19px;
	margin-bottom: 8px !important;
}
.element-content h4 a {
	color: #17755e;
}
.element-content h4:hover:after {
	font-family: 'FontAwesome';
	margin-left: 10px;
	line-height: 1em;
	content: "\f105";
}
.element-footer {
	padding: 0 12px;
	background-color: #e5e5e5;
}
.element-footer a {
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	color: #787878;
}
.element-footer a.element-share {
	font-size: 22px;
	/*margin-right: 12px;*/
	margin-right: 3px;
}
.touch-screen .element-footer a.element-share.line {
	margin-right: 0px;
	margin-bottom: -2px !important;
	background-image: url(../images/ico-line.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
/*Foundation Events*/

ul.nav-tabs.tabs-switch {
	margin-top: -80px;
	padding: 0;
	border: none;
	float: right;
}
ul.nav-tabs.tabs-switch li a{
	border: 1px solid #dedede;
	border-radius: 3px;
}
ul.nav-tabs.tabs-switch li.active a{
	border: 1px solid #0faa3c;
	border-radius: 3px;
}

.tab-content.tabs-switch-content {
	padding-top: 0 !important;
}
.event-list-item {
	padding: 8px !important;
	min-height: 120px;
	margin-bottom: 6px;
}
.event-list-photo {
	position: absolute;
	width: 160px;
	height: 120px;
	overflow: hidden;
}
.event-list-photo img{
	width: 100%;
	min-width:100%;
	height: auto !important;
}
.event-list-content {
	padding-left: 180px;
}
.event-list-content p {
	margin-bottom: 6px !important;
}
.event-list-content h4 {
	font-size: 19px;
	margin-bottom: 8px !important;
}
.event-list-content h4 a {
	color: #17755e;
}
.event-list-content h4:hover:after {
	font-family: 'FontAwesome';
	margin-left: 10px;
	line-height: 1em;
	content: "\f105";
}
.event-list-content .element-footer {
	background-color: transparent;
	text-align: right;
	padding-bottom: 0 !important;
}
.event-list-content .element-footer a {
	line-height: 20px;
}
.product-panel.panel .panel-image img {
	width:100%;
	height:auto !important;
}
.sitemap-row.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 32px;
}
.sitemap-row.row  [class*="col-"] {
	display: flex;
	flex-direction: column;
}
.sitemap-row.row ul{
	padding-bottom: 16px;
}
/*0901 revised*/
.page-nav .navbar-header, .page-nav .navbar-nav > li > a {
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  max-width : 240px;
}
.page-nav .navbar-nav > li > a {
  max-width : 250px;
}
.ie8 .page-nav .navbar-header {
  max-width : 176px;
}
@media only screen and (max-width: 960px) {
.page-nav .navbar-header {
  max-width : 100%;
}	
}
.news-item > .element > .element-content h4 {
  display: block;
  display: -webkit-box;
  max-width: 450px;
  height: 100px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.login-iframe-wrapper iframe {
  height: 470px;
}
.modal-dialog.login .modal-body {
  height: 510px!important;
}
@media only screen and (max-width: 767px) {
.branch-direction {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  text-align: right;
  margin-right: 0px;
}
}

/*1004 revised*/
@media only screen and (max-width: 960px) {
.content-search {
bottom: 42px;
}
}
@media only screen and (max-width: 767px) {
.banner-container.lg {
height: 480px!important;
}
.content-search-filter {
padding: 16px 8px 12px;
}
.content-search-filter .row .col-sm-3, .content-search-filter .row .col-sm-4{
width:50%;
float: left;
}
.content-search-filter .row .col-sm-4:last-child{
width: 100%;
float: none;
}
}
@media only screen and (max-width: 370px) {
.content-search h2.content-title {
font-size: 34px;
}
}

@media only screen and (max-width: 767px) {
.content-search-filter .row .col-sm-4:last-child{
float: left;
}
}

/*1028 revised*/
@media only screen and (max-width: 767px) {
	.tabs-left {
		border-right: 1px solid transparent;
		border-bottom: 1px solid #ddd;
	}
	.tabs-left > li {
		display: inline-block !important;
	}
	.tabs-left > li > a {
		border-radius: 4px 4px 0 0;
		margin-right: 0;
	}
	.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
		border-bottom-color: #fff;
		border-right-color: #ddd;
	}
	.tabs-left > li {
		margin-bottom: -1px;
	}
	.tab-content .event-item {
		margin-bottom: 20px;
	}
}

/*1104 revised*/
.accordion .panel-heading [data-toggle="collapse"]:after {
	content: "\f077";
}
.accordion .panel-heading [data-toggle="collapse"].collapsed:after {
	content: "\f078";
}
.comparison-feature-row .row [class*="col-"] {
	border-left: 1px solid #eee;
}
.comparison-feature-row .row  [class*="col-"]:first-child {
	border-left: 1px solid transparent;
}
.comparison-feature-row:last-child {
	border-bottom: none;
	margin:0;
}
.comparison-table .panel, .comparison-table .panel-heading, .comparison-table .panel-body{
	border-radius: 0px !important;
	margin:0 !important;
}
.comparison-table .panel-heading{
	padding: 10px 10px;
	border-bottom:none!important;
	text-align: center;
}
.comparison-table .panel-body{
	padding: 0 0px;
	border-bottom: none!important;
	border-top: 1px solid #eee !important;
}
.comparison-table .panel-body p, .comparison-table .panel-body ul, .comparison-table .panel-body ol{
	margin-bottom: 0!important;
}

/*0503 revised*/
.feature-wells .well, .feature-wells .well.double, .feature-wells .well.double-more, .feature-wells .well.tripple {
height: auto!important;
}




