﻿@charset "UTF-8";
/*---------- icon ----------
	.icon:			使用:before (預設)
	.icon--a:		使用:after
	.icon__text:	文字與:before/:after產生margin: 3px
*/
.icon {
  display: inline-block;
}

.icon:before,
.icon:after {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.icon:before {
  content: "";
}

.icon > .icon__text {
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}

.icon.icon--a:before {
  content: none;
}

.icon.icon--a:after {
  content: "";
}

.icon.icon--a > .icon__text {
  margin-left: 0;
  margin-right: 0px;
}

.icon.icon--b:after {
  content: none;
}

.icon.icon--b:before {
  content: "";
}

.icon.icon--b > .icon__text {
  margin-left: 0;
  margin-right: 0px;
}

/*---------- icon - sample ----------*/
/*%i-sample {
	&:before,
	&:after {
		width: 30px;
		height: 30px;
		background-image: url();
	}
}

.i-sample__xxx {
	@extend %i-floorsample;

	&:before,
	&:after {
		background-position: 0 0;
	}
}*/
.iHeaderTools__language:before,
.iHeaderTools__search:before,
.iHeaderTools__language:after,
.iHeaderTools__search:after {
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../images/header__tools.png);
}
/*---------- icon - Sustainable-Management-Outcomes ----------*/
.isprite40_sustainable__outside:before,
.isprite40_sustainable__inside:before,
.isprite40_sustainable__outside:after,
.isprite40_sustainable__inside:after,
.isprite40_sustainable__culture:before,
.isprite40_sustainable__culture:after {
  width: 40px;
  height: 40px;
  background-size: 40px;
}


/*---------- end of icon - Sustainable-Management-Outcomes ----------*/
.iLegend {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
}

.iLegend--white {
  background: #fff;
}

.iLegend--gold {
  background: #c3b893;
}

.iCheck {
  width: 16px;
  height: 13px;
  vertical-align: middle;
}

/* ==========================================================================
   layout.scss
   ========================================================================== */
.container {
  min-width: 1024px;
}

.wrap {
	max-width: 960px;
	margin: auto;
	padding: 0 10px;
}

.main {
  position: relative;
}

.main:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}

.openMega .main {
  overflow: hidden;
}

.openMega .main > * {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
}

.openMega .main:after {
  content: "";
}

.section--poly {
  position: relative;
}

.section--poly:before,
.section--poly:after {
  content: "";
  width: 250px;
  height: 200px;
  position: absolute;
}

.section--poly:before {
  top: 0;
  right: 0;
}
.section--poly:after {
  bottom: 0;
  left: 0;
}

.section--bgGrey {
	background-color: #f7f7f7;
	padding-bottom: 30px;
}

.section--bgDarkBlue {
  background-color: #334655;
}

.section--bgFlower .wrap {
  background-position: left bottom;
  background-repeat: no-repeat;
}

.section--bgChampion {
  background-position: right bottom;
  background-repeat: no-repeat;
}

.section--bgCurtain {
  position: relative;
}

.section--bgCurtain:before {
  content: "";
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section--bgCurtain .wrap {
  position: relative;
  z-index: 1;
}

.section--horizonPadding > .wrap {
  padding: 60px 0;
}

.section--horizonPadding30 > .wrap {
  padding: 30px 0;
}

.section--paddingTop > .wrap {
  padding-top: 60px;
}

.section--paddingTop25 > .wrap {
  padding-top: 25px;
}

.section--paddingTop35 > .wrap {
  padding-top: 35px;
}

.section--divider > .wrap {
  border-bottom: 1px solid #d2d2d2;
}

.section--paddingBottom > .wrap {
  padding-bottom: 60px;
}

.section--paddingBottom35 > .wrap {
  padding-bottom: 35px;
}

.section--banner {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section--banner2 {
  display:none;
}
.section__flower {
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -60px;
  left: -200px;
  background-size: cover;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: -1;
}

.section__flower--rightBottom {
  bottom: -50px;
  right: 50px;
  left: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.section__flower--rightBottomRotate {
  bottom: -60px;
  right: 0;
  left: auto;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.section__flower--bgCover {
  z-index: -1;
}

.section__title {
  margin-bottom: 40px;
  position: relative;
}

.section__title--printer {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
}

.section__title--printer > a {
  color: #b6b6b6;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.section__title--printer > a:hover {
  color: #f26f28;
}

.section__title--back {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
}

.section__title--back > a {
  color: #b6b6b6;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.section__title--back > a:hover {
  color: #f26f28;
}

.section__title--checkInfo {
  position: absolute;
  right: 0;
  top: -4px;
}

.section__title--checkInfo > a {
  color: #f26f28;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.8;
  font-size: 16px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.section__title--checkInfo > a:hover {
  opacity: 1;
}

.section--withFlower {
  overflow: hidden;
}

.section--withFlower .wrap {
  position: relative;
}

.section__bulding {
  position: absolute;
  width: 510px;
  height: 680px;
  bottom: -20px;
  left: 0;
  background-size: cover;
  z-index: -1;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  position: relative;
}

.header:before,
.header:after {
  content: "";
  display: table;
}

.header:after {
  clear: both;
}

.header__logo {
  font-size: 0;
  float: left;
}

.header__tools {
  float: right;
  width: 40px;
}

.openLanguage .header__language {
  position: relative;
  z-index: 1;
}

.header__languages {
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	top: 0;
	right: 0px;
	position: absolute;
	height: 40px;
	width: 80px;
}

.header__languages:before,
.header__languages:after {
  content: "";
  display: table;
}

.header__languages:after {
  clear: both;
}

.header__languages a {
  display: block;
  float: left;
  background: #0067b3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__languages a.active,
.header__languages a:hover {
  background: #0b7fde;
}

.header__languages a.active {
  pointer-events: none;
}

.header__languages a:first-child {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__languages a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.05s;
  -o-transition: all 0.3s ease 0.05s;
  transition: all 0.3s ease 0.05s;
}

.header__languages a:last-child {
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.openLanguage .header__languages {
  visibility: visible;
  opacity: 1;
}

.openLanguage .header__languages a {
  left: 0;
  opacity: 1;
}

.header__nav {
	float: right;
	margin-right: 0px;
}

.header__nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__nav > ul:before,
.header__nav > ul:after {
  content: "";
  display: table;
}

.header__nav > ul:after {
  clear: both;
}

.header__nav > ul > li {
  float: left;
 
}

.header__nav > ul > li.active > a {
  border-bottom: 4px solid #025da3;
}

.header__nav > ul > li:hover {
  background: #025da3;

}

.header__nav > ul > li:hover > a {
  color: #fff;
}

.header__nav > ul > li:hover > a:after {
  /*content: '';*/
  opacity: 1;
  bottom: -12px;
}

.header__nav > ul > li:hover .megaMenu {
  display: block;
}

.header__nav > ul > li > a {
	color: #111111;
	padding: 0 10px;
	line-height: 76px;
	height: 80px;
	border-bottom: 4px solid transparent;
	display: inline-block;
	text-decoration: none;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.header__nav > ul > li > a:after {
	/*content: '';*/
  position: absolute;
	left: 30%;
	bottom: 0;
	margin-left: -12px;
	opacity: 0;
	z-index: 101;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #025da3;
	border-bottom: none;
}

.header__nav > ul > li > a.noMega:after {
  content: none;
}

.header__overlay {
  display: none;
}

.openLanguage .header__overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.header__searchBar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.megaMenu {
  display: none;
  min-width: 1024px;
  width: 100%;
  padding: 40px 20px;
  left: 0;
  z-index: 100;
  background-color: #005da1;
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.megaMenu__flower {
  content: "";
  width: 300px;
  height: 300px;
  background-size: 300px;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  z-index: 101;
  bottom: 0;
  right: 20%;
}

.megaMenu--small {
  min-height: 250px;
}

.megaMenu--small ul > li:nth-child(1):after,
.megaMenu--small ul > li:nth-child(3):after,
.megaMenu--small ul > li:nth-child(5):after {
  height: 200px;
}

.megaMenu--big {
  min-height: 600px;
}

.megaMenu--big ul > li:nth-child(1):after,
.megaMenu--big ul > li:nth-child(3):after,
.megaMenu--big ul > li:nth-child(5):after {
  height: 550px;
}

.megaMenu > ul {
  padding: 0;
  max-width: 1050px;
  margin: 0 auto;
  list-style: none;
}

.megaMenu > ul:before,
.megaMenu > ul:after {
  content: "";
  display: table;
}

.megaMenu > ul:after {
  clear: both;
}

.megaMenu > ul > li {
  width: 16.6666666667%;
  float: left;
  padding-bottom: 20px;
  position: relative;
}

.megaMenu > ul > li:nth-child(1):after,
.megaMenu > ul > li:nth-child(3):after,
.megaMenu > ul > li:nth-child(5):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #005da1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005da1 0%, #045793 50%, #005da1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005da1 0%,
    #045793 50%,
    #005da1 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005da1 0%, #045793 50%, #005da1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005da1', endColorstr='#005da1',GradientType=0 );
  /* IE6-9 */
}

.megaMenu > ul > li:nth-child(7) {
  clear: left;
}

.megaMenu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.megaMenu__lv1Title {
  font-size: 16px !important;
  font-weight: bold;
  color: #fff;
}

.megaMenu__lv1Title a {
  font-size: 16px;
}

.megaMenu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.megaMenu a:before {
  content: "";
  color: #feae2a;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  height: 0.4em;
  position: absolute;
  left: -10px;
  opacity: 0;
  top: 16px;
  vertical-align: top;
  width: 0.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.megaMenu a:not(.megaMenu__lv1Title):hover {
  color: #feae2a;
}

.megaMenu a:not(.megaMenu__lv1Title):hover:before {
  opacity: 1;
  left: 5px;
}

.search {
  position: relative;
  opacity: 0;
  top: -120px;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.openSearch .search {
  opacity: 1;
  top: 0;
}

.search .wrap {
  padding: 0 30px;
  position: relative;
}

.search__input {
  margin-right: 60px;
}

.search__input input {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 24px;
  border-radius: 30px;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search__input input:focus {
  outline: 0;
}

.search__submit {
  border: 0;
  background: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  top: 0;
  right: 100px;
}

.search__submit:focus {
  outline: 0;
}

.search__submit i:before {
  line-height: 60px;
}

.search__reset {
  padding: 10px 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: 0;
}

.search__reset:focus {
  outline: 0;
}

.search__reset:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footerMembers {
  position: relative;
  color: #fff;
  font-size: 14px;
}

.footerMembers .wrap:before,
.footerMembers .wrap:after {
  content: "";
  display: table;
}

.footerMembers .wrap:after {
  clear: both;
}

.footerMembers a {
  color: #fff;
  padding-left: 30px;
  display: inline-block;
  text-align: right;
  line-height: 60px;
  text-decoration: none;
}

.footerMembers:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: #01538f;
}

.footerMembers:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  background: #0067b3;
}

.footerMembers > div {
  position: relative;
  z-index: 1;
}

.footerMembers__title {
  vertical-align: top;
  background: #01538f;
  line-height: 60px;
  float: left;
  width: 8%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footerMembers__triangle {
  width: 60px;
  height: 60px;
  background: #0067b3;
  vertical-align: top;
  position: relative;
  float: left;
  width: 8%;
}

.footerMembers__triangle:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #01538f transparent transparent transparent;
}

.footerMembers__list {
  background: #0067b3;
  vertical-align: top;
  margin-left: -4px;
  float: left;
  width: 84%;
}

.footerMembers__list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
}

.footerMembers__list ul > li {
  display: table-cell;
  vertical-align: middle;
}

.footerCopyright {
  background: #007fe0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #007fe0 0%, #009ae7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #007fe0 0%, #009ae7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #007fe0 0%, #009ae7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fe0', endColorstr='#009ae7',GradientType=0 );
  /* IE6-9 */
  padding: 15px 0;
  margin: 0px;
  text-align: center;
}

.footerCopyright:before,
.footerCopyright:after {
  content: "";
  display: table;
}

.footerCopyright:after {
  clear: both;
}

.footerCopyright__left {
  /*float: left;*/
}

.footerCopyright__list {
  margin: 0;
  list-style: none;
  padding: 10px 0;
  display: inline-block;
}

.footerCopyright__list:before,
.footerCopyright__list:after {
  content: "";
  display: table;
}

.footerCopyright__list:after {
  clear: both;
}

.footerCopyright__list > li {
  float: left;
  border-right: 1px solid #fff;
}

.footerCopyright__list > li:last-child {
  border-right: 0;
}

.footerCopyright__list > li a {
  display: block;
  padding: 0 5px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footerCopyright__right {
  /*float: right;*/
  color: #fff;
  font-size: 13px;
  /*line-height: 60px;*/
}

/* ==========================================================================
   gotop
   ========================================================================== */
.goTop {
  position: fixed;
  bottom: 140px;
  width: 100%;
  z-index: 999;
}

.goTop .wrap {
  position: relative;
  max-width: none;
}

.goTop__printer {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(195, 184, 147, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.goTop__printer:hover {
  background: #c3b893;
}

.goTop__action {
  position: absolute;
  top: 85px;
  right: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

.goTop i {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}

/* ==========================================================================
   Loading
   ========================================================================== */
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.95);
}

.loading__img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 48%;
  left: 48.8%;
  right: 0;
  overflow: hidden;
  z-index: 9999999;
  background-size: cover;
}

/* ==========================================================================
   section class
   ========================================================================== */
/*---------- index ----------*/
.indexSlider ul {
  margin: 0;
}

.indexSlider__item {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.indexNews {
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}

.indexNews .wrap:before,
.indexNews .wrap:after {
  content: "";
  display: table;
}

.indexNews .wrap:after {
  clear: both;
}

.indexNews__container {
  display: table;
  width: 100%;
  height: 0;
}

.indexNews__left,
.indexNews__right {
  display: table-cell;
  vertical-align: top;
}

.indexNews__left > *,
.indexNews__right > * {
  height: 100%;
}

.indexNews__left {
  width: 60%;
  padding-right: 2%;
}

.indexNews__right {
  width: 38%;
}

.indexNews__image {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 250px;
}

.indexNews__image img {
  width: 100%;
}

.indexNews__title {
  position: relative;
  top: -20px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  height: 50px;
}

.indexNews__title span {
  text-align: center;
  display: inline-block;
  position: relative;
}

.indexNews__title span:before,
.indexNews__title span:after {
  content: "";
  width: 980px;
  height: 1px;
  background: #bc935b;
  position: absolute;
  top: 20px;
}

.indexNews__title span:before {
  left: -1000px;
}

.indexNews__title span:after {
  right: -1000px;
}

.indexNews .tabs__handlers {
  font-size: 18px;
}

.news {
  text-align: left;
  text-decoration: none;
  color: #111111;
}

.news > a {
  text-decoration: none;
  color: #111111;
}

.news > a:hover {
  color: #f26f28;
}

.news__photo {
  display: none;
  width: 250px;
  position: absolute;
  left: -270px;
}

.news__photo img {
  width: 100%;
}

.news__title {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
  max-height: 3.2em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.news__title:before {
  content: "...";
  position: absolute;
  width: 1em;
  height: 1.6em;
  right: 1em;
  bottom: 0;
  text-align: right;
  background: #fff;
}

.news__title:after {
  content: "";
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1.6em;
  margin-top: 0.2em;
  background: #fff;
}

.news__date {
  margin-bottom: 5px;
  color: #b6b6b6;
  vertical-align: top;
}

.news__year,
.news__month,
.news__day {
  display: inline;
}

.news__day:after,
.news__month:after {
  content: "/";
}

.news__content {
  display: none;
  color: #111111;
  font-size: 14px;
  margin-bottom: 20px;
}

.news__tags {
  padding: 1px 9px;
  border-radius: 3px;
  border: solid 1px #bc935b;
  text-align: center;
  margin-left: 10px;
}

.news__tags:before {
  content: "New";
  color: #bc935b;
  font-size: 14px;
}

ul.CSRNewsUl {
  margin: 0;
  margin-left: 270px;
  padding: 0;
  list-style: none;
}

ul.CSRNewsUl > li {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

ul.CSRNewsUl > li:last-child:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

ul.CSRNewsUl > li:first-child .news__photo {
  display: block;
}

ul.CSRNewsUl > li:first-child .news__title {
  font-size: 18px;
  font-weight: bold;
}

ul.CSRNewsUl > li:first-child .news__title:before,
ul.CSRNewsUl > li:first-child .news__title:after {
  content: none;
}

ul.CSRNewsUl > li:first-child .news__content {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
  max-height: 4.8em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  word-break: break-all;
}

ul.CSRNewsUl > li:first-child .news__content:before {
  content: "...";
  position: absolute;
  width: 1em;
  height: 1.6em;
  right: 1em;
  bottom: 0;
  text-align: right;
  background: #fff;
}

ul.CSRNewsUl > li:first-child .news__content:after {
  content: "";
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1.6em;
  margin-top: 0.2em;
  background: #fff;
}

ul.CSRNewsUl > li:first-child .news__date {
  position: absolute;
  left: -80px;
  background: #c3b893;
  padding: 0 10px;
  width: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.CSRNewsUl > li:first-child .news__date:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #c3b893 transparent transparent transparent;
}

ul.CSRNewsUl > li:first-child .news__year {
  display: none;
}

ul.CSRNewsUl > li:first-child .news__day:after,
ul.CSRNewsUl > li:first-child .news__month:after {
  content: none;
}

ul.CSRNewsUl > li:first-child .news__month {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 2px 0;
  font-size: 24px;
  font-weight: bold;
}

ul.CSRNewsUl > li:first-child .news__day {
  color: #fff;
  display: block;
  padding: 2px 0;
  font-size: 24px;
  font-weight: bold;
}

ul.hotNewsUl {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.hotNewsUl > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

ul.hotNewsUl > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.webBank__banner {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 190px;
}

.indexMembers {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #f7f7f7;
}

.indexMembers .tabs__handlers {
  margin-bottom: 0;
}

.indexMembers .tabs__handlers a {
  padding-bottom: 15px;
}

.indexMembers .tabs__handlers a:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.memberCard {
  display: table;
  width: 100%;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.memberCard__image {
  width: 250px;
  display: table-cell;
  vertical-align: top;
}

.memberCard__content {
  display: table-cell;
  vertical-align: top;
  padding-left: 35px;
  padding-bottom: 60px;
  position: relative;
}

.memberCard__title {
  font-weight: bold;
  margin-bottom: 10px;
}

.memberCard__desc {
  margin-bottom: 20px;
}

.memberCard__link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.indexPanels {
  display: table;
  width: 100%;
}

.indexPanels__left {
  width: 33.3333333333%;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  background-size: cover;
  background-position: left bottom;
}

.indexPanels__left > div {
  text-align: left;
  display: inline-block;
  width: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.indexPanels__right {
  width: 66.6666666667%;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
}

.indexStock {
  padding-top: 45px;
  padding-left: 15px;
  padding-right: 50px;
  padding-bottom: 90px;
}

.indexStock__title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.indexStock__date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}

.stock {
  margin-bottom: 50px;
}

.stock:last-child {
  margin-bottom: 0;
}

.stock__name {
  color: #c3b893;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-weight: bold;
}

.stock__content {
  border: 1px solid #c3b893;
  padding: 20px 3px;
  display: inline-block;
  vertical-align: middle;
}

.stock__price {
  color: #fff;
  background: #324554;
  position: relative;
  left: 30px;
  padding: 3px 0;
}

.stock__price span[data-holdings],
.stock__price span[data-futures] {
  font-size: 30px;
  font-weight: bold;
}

.stock__offset {
  color: #fff;
  background: #324554;
  padding: 5px;
  position: relative;
  left: 5px;
  text-align: right;
  vertical-align: middle;
}

.stock__offset--raise:before,
.stock__offset--decrease:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position-x: 0;
}

.stock__offset--raise:before {
  background-position-y: -40px;
}

.stock__offset--decrease:before {
  background-position-y: -60px;
}

.indexStatus {
  background: rgba(255, 255, 255, 0.8);
}

.indexStatus > div {
  padding: 40px 0 40px 40px;
  width: 680px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.indexStatus__title {
  margin-bottom: 50px;
}

.indexStatus__container {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #c3b893;
  border-right: 1px solid #c3b893;
  border-bottom: 1px solid #c3b893;
}

.indexStatus__caption {
  color: #bc935b;
  font-size: 18px;
  position: relative;
  top: -15px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}

.indexStatus__caption span {
  display: inline-block;
  position: relative;
  left: 20px;
}

.indexStatus__caption span:before,
.indexStatus__caption span:after {
  content: "";
  width: 990px;
  height: 1px;
  background: #c3b893;
  position: absolute;
  top: 15px;
}

.indexStatus__caption span:before {
  left: -1000px;
}

.indexStatus__caption span:after {
  right: -1000px;
}

.indexStatus__table {
  width: 100%;
}

.indexStatus__table th,
.indexStatus__table td {
  text-align: right;
  font-weight: normal;
  padding: 10px;
}

.indexDownload > div {
  display: inline-block;
  padding-left: 45px;
  padding-top: 25px;
  width: 680px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.indexDownload__title {
  margin-bottom: 30px;
}

.indexDownload__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.indexDownload__list > li {
  width: 33.3333333333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.indexDownload__link {
  padding-left: 70px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
  color: #111111;
  text-align: center;
  position: relative;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.indexDownload__link:hover {
  opacity: 1;
}

.indexDownload__link:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50px;
  top: 0;
  background-position-x: 0;
  background-position-y: -20px;
  display: inline-block;
}

.quote {
  color: #bc935b;
  padding: 30px 50px;
  position: relative;
  text-align: justify;
  line-height: 2;
}

.quote:before,
.quote:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-position-x: 0;
}

.quote:before {
  top: 0;
  left: 10px;
  background-position-y: 0;
}

.quote:after {
  bottom: 0;
  right: 30px;
  /*background-position-y: -20px;*/
  transform: rotate(180deg);
}

.aboutBasic {
  background-position: bottom left;
  background-repeat: no-repeat;
}

.aboutBasic__container {
  padding-left: 240px;
  padding-right: 30px;
}

.aboutBasic__container:before,
.aboutBasic__container:after {
  content: "";
  display: table;
}

.aboutBasic__container:after {
  clear: both;
}

.aboutBasic__list {
  padding: 25px 0;
  margin: 0;
  list-style: none;
}

.aboutBasic__list:before,
.aboutBasic__list:after {
  content: "";
  display: table;
}

.aboutBasic__list:after {
  clear: both;
}

.aboutBasic__list > li {
  float: left;
  width: 33.3333333333%;
  padding: 20px 0;
  text-align: right;
}

.aboutBasic__key {
  margin-bottom: 5px;
}

.aboutBasic__value > span {
  color: #bc935b;
}

.aboutBasic__value > span:first-child {
  color: #111111;
  font-size: 30px;
  margin-right: 10px;
}

.aboutInfo {
  margin-top: 20px;
  display: table;
  padding: 25px 20px;
  border: 1px solid #c3b893;
}

.aboutInfo__title {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  padding-left: 30px;
}

.aboutInfo__content {
  display: table-cell;
  vertical-align: middle;
}

.aboutInfo__item {
  width: 100%;
  padding-right: 20px;
  float: left;
  margin-top: 25px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aboutInfo__item:first-child {
  margin-top: 0;
}

.aboutInfo__item--half {
  width: 50%;
}

.aboutBusinessModel .wrap {
  position: relative;
}

.aboutBusinessModel__title {
	margin-bottom: 20px;
}
.aboutBusinessModel {
	color: #111;
	padding-top: 60px;
	background-image: url(../images/Corporate-Structure.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 60px;
}

.aboutBusinessModel__paperPlane {
  position: absolute;
  width: 50%;
  left: 60%;
  top: 0;
}

.aboutBusinessModel__paperPlane img {
  width: 100%;
  max-width: 465px;
}

.aboutFuture {
	color: #fff;
	padding-top: 60px;
	background-image: url(../images/aboutFuture.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 60px;
}

.aboutFuture__title {
  margin-bottom: 35px;
}

.aboutFuture__image {
	height: 530px;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/aboutFuture.jpg);
	background-repeat: no-repeat;
}

.EN .aboutFuture__image {
	background-image: url(../images/aboutFuture.jpg);
}


.awardsYears {
  padding-left: 40px;
  padding-right: 40px;
  max-height: 45px;
  max-width: 800px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.1s linear;
  -o-transition: max-height 0.1s linear;
  transition: max-height 0.1s linear;
}

.awardsYears a {
  text-decoration: none;
  color: #111111;
  padding: 10px 10px 5px 10px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin-right: 25px;
  margin-bottom: 10px;
}

.awardsYears a.active {
  color: #f26f28;
  border-bottom: 2px solid #f26f28;
}

.awardsYears.active {
  max-height: 100px;
}

.awardsYears.active .iChevron--bottom {
  display: none;
}

.awardsYears.active .iChevron--top {
  display: inherit;
}

.awardsYears .iChevron {
  color: #f26f28;
  font-size: 18px;
}

.awardsYears .iChevron--top {
  display: none;
}

.awardsYears__toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.awardContent__title {
  width: 120px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  color: #bc935b;
}

.awardContent__title:before,
.awardContent__title:after {
  content: "";
  height: 1px;
  width: 420px;
  position: absolute;
  top: 0.8em;
  margin-top: 20px;
}

.awardContent__title:before {
  left: -420px;
}

.awardContent__title:after {
  right: -420px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.awardList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.awardList > li:before,
.awardList > li:after {
  content: "";
  display: table;
}

.awardList > li:after {
  clear: both;
}

.awardList > li:nth-child(2n) {
  background: -moz-linear-gradient(
    left,
    rgba(240, 240, 240, 0) 0%,
    #f0f0f0 20%,
    #f0f0f0 80%,
    rgba(240, 240, 240, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(240, 240, 240, 0) 0%,
    #f0f0f0 20%,
    #f0f0f0 80%,
    rgba(240, 240, 240, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(240, 240, 240, 0) 0%,
    #f0f0f0 20%,
    #f0f0f0 80%,
    rgba(240, 240, 240, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#00f0f0f0',GradientType=1 );
  /* IE6-9 */
}

.awardList__label {
  width: 25%;
  text-align: center;
  padding: 20px 0;
  float: left;
}

.awardList__table {
  float: left;
  width: 75%;
  margin: 20px 0;
}

.awardList__table td {
  padding: 15px 0;
  vertical-align: top;
}

.awardList__table td:first-child {
  width: 240px;
}

.awardList__table ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.awardList__table li {
  margin-top: 10px;
}

.awardList__table li:first-child {
  margin-top: 0;
}

.organizationalChart {
  position: relative;
}

.organizationalChart__image area {
  outline: 0;
  cursor: default;
}

.organizationalChart__image area[data-desc] {
  cursor: pointer;
}

.organizationalChart__tooltip {
  position: absolute;
  display: none;
  width: 300px;
  margin-left: -150px;
  z-index: 1;
}

.tooltip {
  background: #334655;
  padding: 20px;
  position: relative;
  margin-top: 10px;
}

.tooltip__title {
  color: #c3b893;
  font-size: 18px;
  font-weight: bold;
}

.tooltip__desc {
  color: #fff;
  margin-top: 10px;
}

.tooltip:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #334655;
  border-top: none;
}

.tooltip--upside {
  margin-top: -10px;
  z-index: 999999;
}

.tooltip--upside:before {
  bottom: -10px;
  top: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #334655;
  border-bottom: none;
}

.managementTeam {
  border-radius: 10px;
  padding: 60px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
}

.managementTeam__title {
  margin-bottom: 20px;
}

.managementTeam__title i {
  margin-right: 5px;
}

.managementTeam__content {
  padding: 0 40px;
}

.teamMember + .teamMember {
  margin-top: 60px;
}

.teamMember__header {
  padding: 0 30px;
  margin-bottom: 20px;
  background-color: #f8f7f3;
}

.teamMember__header > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}

.teamMember__name {
  min-width: 3em;
}

.teamMember__position {
  margin-left: 20px;
  margin-right: 30px;
  min-width: 4em;
}

.teamMember__body ul {
  padding: 0 25px;
  margin: 0;
  list-style: none;
}

.teamMember__body ul:before,
.teamMember__body ul:after {
  content: "";
  display: table;
}

.teamMember__body ul:after {
  clear: both;
}

.teamMember__body ul > li {
  padding-left: 50px;
  position: relative;
  width: 50%;
  float: left;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.teamMember__body ul > li:first-child,
.teamMember__body ul > li:nth-child(2) {
  margin-top: 0;
}

.teamMember__body ul > li:before {
  content: "";
  background: #111111;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 22px;
}

.teamMember__body--mt0 ul > li {
  margin-top: 0px;
}

.globalMap {
  height: 550px;
  background-size: cover;
  background-position: center center;
}

.globalMap .wrap {
  position: relative;
}

.globalMap__pins {
  margin: 0;
  padding: 0;
  list-style: none;
}

.globalMap .tabs__handlers {
  width: 220px;
  height: 40px;
  position: relative;
  top: -20px;
  margin: 0 auto;
}

.globalMap .tabs__handlers > a {
  border-bottom: 0;
  background: #fff;
  color: #bebebe;
  vertical-align: middle;
  padding: 0;
}

.globalMap .tabs__handlers > a.active {
  background: #025da3;
  color: #fff;
}

.dialog {
  position: absolute;
  top: 50px;
  right: 0;
  width: 550px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.dialog:before,
.dialog:after {
  content: "";
  display: table;
}

.dialog:after {
  clear: both;
}

.active .dialog {
  pointer-events: auto;
  opacity: 1;
  z-index: 2;
}

.dialog__closeBtn {
  background: #334655;
  height: 40px;
  width: 40px;
  display: block;
  float: right;
  position: relative;
}

.dialog__closeBtn:after,
.dialog__closeBtn:before {
  content: "";
  height: 24px;
  width: 2px;
  left: 18px;
  top: 8px;
  background: #fff;
  position: absolute;
}

.dialog__closeBtn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dialog__closeBtn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dialog__container {
  background: #334655;
  width: 550px;
  padding: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dialog__content {
  color: #fff;
  height: 350px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dialog__content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dialog__content > ul > li {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 20px;
  border-bottom: 1px solid #293845;
  border-top: 1px solid #42586a;
}

.dialog__content > ul > li:first-child {
  border-top: 0;
}

.dialog__content > ul > li:last-child {
  border-bottom: 0;
}

.pin {
  position: absolute;
}

.pin:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: 50px 100px;
  background-position: 0 -50px;
}

.active .pin:after {
  background-position: 0 0;
  -webkit-animation: jump 0.5s ease 1;
  -o-animation: jump 0.5s ease 1;
  animation: jump 0.5s ease 1;
}

.pin:before {
  content: "";
  width: 24px;
  height: 5px;
  border-radius: 50%;
  background: #aaa;
  position: absolute;
  bottom: 3px;
  left: 13px;
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.active .pin:before {
  -webkit-animation: shadow 0.5s ease 1;
  -o-animation: shadow 0.5s ease 1;
  animation: shadow 0.5s ease 1;
}

.aboutHistory {
  background-color: #334655;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
  background-repeat: no-repeat;
  background-position-x: right;
}

.aboutHistory.bgFixed {
  background-attachment: fixed;
}

.aboutHistory:before,
.aboutHistory:after {
  content: "";
  width: 250px;
  height: 200px;
  position: absolute;
}

.aboutHistory:before {
  top: 0;
  right: 0;
}

.aboutHistory:after {
  bottom: 0;
  left: 0;
}

.aboutHistory__body {
  margin: 0 30px;
  position: relative;
  padding-bottom: 80px;
  -webkit-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}

.aboutHistory__body:before {
  content: "";
  width: 1px;
  position: absolute;
  top: -65px;
  bottom: 0;
  left: 50%;
  background-repeat: repeat-y;
}

.aboutHistory__header,
.aboutHistory__footer {
  text-align: center;
  font-size: 18px;
}

.aboutHistory__header {
  margin-bottom: 65px;
}

.aboutHistory__footer {
  position: relative;
}

.aboutHistory__footer:before {
  content: "";
  width: 80px;
  height: 45px;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  position: absolute;
}

.aboutHistoryItem {
  width: 50%;
  position: absolute;
  opacity: 1;
  /*@include scale(1);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*@include transition(all 0.2s ease);*/
}

.aboutHistoryItem.hiding {
  /*opacity: 0;
  @include scale(0);*/
  display: none;
}

.aboutHistoryItem:before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 17px;
  position: absolute;
  margin-left: -11px;
}

.aboutHistoryItem:after {
  content: "";
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 10px;
  position: absolute;
  margin-left: -18px;
}

.aboutHistoryItem--left {
  padding-right: 50px;
  padding-left: 0;
  left: 0;
}

.aboutHistoryItem--left:before,
.aboutHistoryItem--left:after {
  left: 100%;
}

.aboutHistoryItem--right {
  padding-right: 0;
  padding-left: 50px;
  left: 50%;
}

.aboutHistoryItem--right:before,
.aboutHistoryItem--right:after {
  left: 0;
}

.aboutHistoryItem__year {
  font-size: 30px;
  font-style: italic;
}

.aboutHistoryItem__title {
  font-size: 24px;
  font-weight: bold;
  color: #c3b893;
  margin-bottom: 15px;
}

.aboutHistoryItem__desc {
  margin-bottom: 15px;
  text-align: justify;
}

.aboutHistoryItem__image {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.aboutHistoryItem__image img {
  width: 100%;
}

.aboutHistoryItem__tags > span {
  border: 1px solid #617687;
  border-radius: 3px;
  font-size: 14px;
  padding: 4px 6px;
  color: #617687;
  margin-right: 5px;
}

.CSRPolicy:before,
.CSRPolicy:after {
  content: "";
  display: table;
}

.CSRPolicy:after {
  clear: both;
}

.CSRPolicy__left {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.CSRPolicy__right {
  width: 50%;
  float: left;
}

.CSRPolicy__right img {
  width: 100%;
}

.CSRPolicy__download {
  margin-top: 30px;
  padding-right: 50px;
}

.CSRPolicy__download a {
  padding: 20px;
  display: block;
  vertical-align: middle;
  color: #111111;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.CSRPolicy__download a > i {
  opacity: 0.8;
}

.CSRPolicy__download a:hover {
  opacity: 1;
  color: #f26f28;
}

.CSRPolicy__download a:hover > i {
  opacity: 1;
}

.CSRFoundation__content {
  margin: 10px auto;
}

.CSRFoundation {
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.CSRFoundation__list {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.CSRFoundation__list:before,
.CSRFoundation__list:after {
  content: "";
  display: table;
}

.CSRFoundation__list:after {
  clear: both;
}

.CSRFoundation__list > li {
  width: 23.5%;
  margin-left: 2%;
  float: left;
}

.CSRFoundation__list > li:first-child {
  margin-left: 0;
}

.CSRFoundation__more {
  text-align: right;
}

.CSRFoundation__more a {
  color: #f26f28;
  text-decoration: none;
}

.CSRCard {
  position: relative;
  z-index: 1;
  text-align: center;
  border-left: 1px solid #c3b893;
  border-right: 1px solid #c3b893;
  border-bottom: 1px solid #c3b893;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.CSRCard__title {
  position: relative;
  top: -12px;
  overflow: hidden;
}

.CSRCard__title span {
  text-align: center;
  display: inline-block;
  position: relative;
}

.CSRCard__title span:before,
.CSRCard__title span:after {
  content: "";
  width: 980px;
  height: 1px;
  background: #c3b893;
  position: absolute;
  top: 12px;
}

.CSRCard__title span:before {
  left: -1000px;
}

.CSRCard__title span:after {
  right: -1000px;
}

.CSRCard__percentage {
  font-size: 36px;
  margin-bottom: 10px;
}

.CSRCard__amount {
  margin-bottom: 20px;
}

.CSRCard__desc {
  background: #c3b893;
  padding: 20px;
  text-align: left;
  color: #111111;
  height: 4.8em;
}

.CSROrganization {
  text-align: center;
}

.CSROrganization__title {
  margin-bottom: 10px;
  font-size: 18px;
}

.CSRPerformance__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.CSRPerformance__list:before,
.CSRPerformance__list:after {
  content: "";
  display: table;
}

.CSRPerformance__list:after {
  clear: both;
}

.CSRPerformance__list > li {
  float: left;
  width: 32%;
  margin-left: 2%;
  height: 460px;
  padding: 10px;
  border: 1px solid #c3b893;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.CSRPerformance__list > li:first-child {
  margin-left: 0;
}

.CSRPerformance__title {
  margin-bottom: 50px;
}

.CSRCenter__content {
  margin: 30px auto;
}

.boxTypeTab__title {
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  width: 110px;
  background-color: #fff;
  top: -28px;
}

.boxTypeTab__desc {
  margin-bottom: 30px;
  text-align: justify;
}

.boxTypeTab__item:before,
.boxTypeTab__item:after {
  content: "";
  display: table;
}

.boxTypeTab__item:after {
  clear: both;
}

.boxTypeTab__item--mh200px {
  min-height: 200px;
}

.boxTypeTab__item + .boxTypeTab__item {
  margin-top: 30px;
}

.boxTypeTab__itemTitle {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.boxTypeTab__image {
  text-align: center;
}

.boxTypeTab__tabs {
  position: absolute;
  padding: 0 20px;
  background-color: #fff;
  width: 110px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}

.boxTypeTab__tabs:before,
.boxTypeTab__tabs:after {
  content: "";
  display: table;
}

.boxTypeTab__tabs:after {
  clear: both;
}

.boxTypeTab__tabs > a {
  width: 28%;
  margin-left: 8%;
  padding: 14px 0;
  float: left;
  display: block;
}

.boxTypeTab__tabs > a:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #dfdfdf;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.boxTypeTab__tabs > a:first-child {
  margin-left: 0;
}

.boxTypeTab__tabs > a:hover:before {
  background-color: #aaa;
}

.boxTypeTab__tabs > a.active:before {
  background-color: #f26f28;
}

.boxTypeTab__lastYear {
  color: #b6b6b6;
  float: left;
  margin-top: 6px;
}

.boxTypeTab__thisYear {
  float: right;
  line-height: 1.2;
}

.boxTypeTab__listTitle {
  margin: 20px auto;
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
}

.boxTypeTab__img > img {
  width: 100%;
}

.boxTypeTab__content {
  margin-bottom: 80px;
}

.boxTypeTab__content > li {
  list-style-type: none;
  text-align: justify;
  margin-right: 20px;
  margin-left: -5px;
  margin-bottom: 20px;
  position: relative;
}

.boxTypeTab__content > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -14px;
  top: 10px;
}

.boxTypeTab__download {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.8;
}

.boxTypeTab__download > a {
  color: #f26f28;
  text-decoration: none;
}

.boxTypeTab__download:hover {
  opacity: 1;
}

.boxTypeTab--border {
  border: 1px solid #bc935b;
  position: relative;
}

td .boxTypeTab {
  height: 100%;
}

.tatolConut {
  position: absolute;
  top: 205px;
  right: 0;
  left: 0;
}

.tatolConut__num > span {
  font-style: normal;
  padding-left: 5px;
}

.CSRChart__title > div {
  display: inline-block;
}

.CSRChart__content {
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.CSRChart__content:before,
.CSRChart__content:after {
  content: "";
  display: table;
}

.CSRChart__content:after {
  clear: both;
}

.CSRChart__content:first-child {
  border-top: none;
  padding-top: 0;
}

.CSRChart__left {
  float: left;
  width: 75%;
}

.CSRChart__right {
  float: right;
  width: 25%;
  text-align: right;
}

.historyReport {
  width: 100%;
  text-align: center;
  float: left;
}

.historyReport__line {
  position: relative;
  margin-top: 10px;
}

.historyReport__line > a {
  color: #0767b1;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
}

.historyReport__line li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

.historyReport__line li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -14px;
  top: 10px;
}

.historyReport__line:before {
  content: "";
  display: inline-block;
  width: 170.5px;
  height: 26.5px;
  border-left: solid 2px #39a8fd;
  border-bottom: solid 2px #39a8fd;
  position: absolute;
  top: 0;
  left: 15px;
}

.historyReport__line:after {
  content: "";
  display: inline-block;
  width: 170.5px;
  height: 26.5px;
  border-right: solid 2px #39a8fd;
  border-bottom: solid 2px #39a8fd;
  position: absolute;
  top: 0;
  right: 30px;
}

.CSRtabSidebar {
  /*position: absolute;
  left: 0;
  right: 0;*/
  text-align: center;
  bottom: 30px;
}

.CSRtabSidebar > a {
  display: inline-block;
  width: 40px;
  color: #f26f28;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.CSRtabSidebar > a:hover {
  opacity: 0.8;
}

.CSRtabSidebar > a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.CSRtabSidebar__pager {
  margin: auto 5px;
}

.CSRtabSidebar__pager > a {
  display: inline-block;
  margin: auto 5px;
  width: 25px;
  color: #111111;
  text-decoration: none;
  -webkit-transition: color 0.1s ease, background-color 0.1s ease;
  -o-transition: color 0.1s ease, background-color 0.1s ease;
  transition: color 0.1s ease, background-color 0.1s ease;
}

.CSRtabSidebar__pager > a:hover,
.CSRtabSidebar__pager > a.active {
  color: #fff;
  background-color: #f26f28;
}

.CSRtabSidebar__pager > a.active {
  pointer-events: none;
}

.CSRtabSidebar__pager.disabled {
  pointer-events: none;
  opacity: 0.3;
}

ul.reportNewsUl {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.reportNewsUl li + li {
  padding: 15px 0px 5px;
  border-top: 1px solid #d2d2d2;
}

ul.reportNewsUl .news__title {
  margin-right: -2em;
  padding-right: 2em;
}

ul.reportNewsUl .news__title--report {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.reportNewsUl .news__title--report.inblock {
  max-width: 87%;
}

.goalList {
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.goalList__content {
  padding-left: 140px;
}

.goalList__content li {
  display: inline-block;
  font-size: 18px;
  padding-left: 40px;
}

.goalList__title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #c3b893;
  color: #fff;
  font-size: 18px;
  padding: 20px 45px 20px 60px;
}

.purchase {
  padding-left: 30px;
}

.purchase__year {
  font-size: 22px;
}

.groupMain__content {
  margin-bottom: 10px;
}

.groupMain__image {
  text-align: center;
}

.groupBrand__desc {
  margin-top: 30px;
  margin-bottom: 60px;
}

.groupBrand__paragraph {
  padding: 0 20px;
}

.groupBrand__paragraph:before,
.groupBrand__paragraph:after {
  content: "";
  display: table;
}

.groupBrand__paragraph:after {
  clear: both;
}

.groupBrand__paragraph + .groupBrand__paragraph {
  margin-top: 60px;
}

.groupBrand__paragraph:nth-child(odd) .groupBrand__article {
  float: right;
}

.groupBrand__paragraph:nth-child(odd) .groupBrand__image {
  float: left;
}

.groupBrand__paragraph:nth-child(odd) .groupBrand__image figure {
  margin-left: 20px;
  margin-right: 80px;
}

.groupBrand__paragraph:nth-child(odd) .groupBrand__image img {
  width: 100%;
}

.groupBrand__paragraph:nth-child(even) .groupBrand__article {
  float: left;
}

.groupBrand__paragraph:nth-child(even) .groupBrand__image {
  float: right;
}

.groupBrand__paragraph:nth-child(even) .groupBrand__image figure {
  margin-left: 80px;
  margin-right: 20px;
}

.groupBrand__article {
  width: 50%;
  text-align: justify;
  padding-top: 20px;
}

.groupBrand__image {
  width: 50%;
}

.groupChart {
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #fff;
}

.groupChart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.groupChart__container {
  margin-top: 35px;
}

.groupChart__header {
  text-align: center;
  position: relative;
  font-size: 14px;
}

.groupChart__legend {
  display: inline-block;
}

.groupChart__legend span {
  margin: 0 15px;
}

.groupChart__date {
  position: absolute;
  right: 20px;
  top: 0;
  color: #7c7c7c;
  text-shadow: 0 0 5px #000;
}

.groupChart__stage {
  padding: 20px;
}

.groupChart__stage:before,
.groupChart__stage:after {
  content: "";
  display: table;
}

.groupChart__stage:after {
  clear: both;
}

.groupChart__yAxis {
  width: 6%;
  float: left;
  position: relative;
  top: 33px;
  color: rgba(255, 255, 255, 0.3);
}

.groupChart__yAxis > ul {
  height: 100%;
  position: relative;
}

.groupChart__yAxis > ul > li {
  text-align: right;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.groupChart__yAxis > ul > li:first-child {
  position: absolute;
  width: 100%;
}

.groupChart__xAxis {
  width: 94%;
  margin-left: 6%;
  float: left;
  margin-top: 25px;
}

.groupChart__xAxis:before,
.groupChart__xAxis:after {
  content: "";
  display: table;
}

.groupChart__xAxis:after {
  clear: both;
}

.groupChart__xAxis ul > li {
  float: left;
}

.groupChart__xAxis span {
  margin-left: 22px;
  width: 1em;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;
}

.groupChart__seriesGroup {
  width: 94%;
  float: left;
  position: relative;
}

.groupChart__grid {
  height: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 0;
}

.groupChart__grid > li:before {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
}

.groupChart__bars {
  height: 100%;
  z-index: 1;
  position: relative;
}

.groupChart__bars:before,
.groupChart__bars:after {
  content: "";
  display: table;
}

.groupChart__bars:after {
  clear: both;
}

.groupChart__bars > li {
  height: 100%;
  float: left;
}

.groupChart__bars > li:before,
.groupChart__bars > li:after {
  content: "";
  display: table;
}

.groupChart__bars > li:after {
  clear: both;
}

.groupChart__bar {
  height: 100%;
  float: left;
  margin-left: 10px;
  position: relative;
}

.groupChart__bar span {
  width: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
}

.groupChart__bar:first-child {
  margin-left: 20px;
}

.groupChart__bar--yuanta.animated span:after {
  opacity: 1;
}

.groupChart__bar--yuanta span {
  background: #c3b893;
}

.groupChart__bar--yuanta span:after {
  content: attr(data-text);
  color: #c3b893;
  border-left: 4px solid #c3b893;
  display: inline-block;
  padding-left: 5px;
  position: absolute;
  top: 0;
  left: 1px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.1s;
  -o-transition: opacity 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s;
}

.groupSidebar {
  position: relative;
  width: 100%;
  right: 0;
  text-align: right;
}

.groupSidebar > a {
  color: #111111;
  text-decoration: none;
  position: relative;
}

.groupSidebar > a > i {
  color: #f26f28;
  font-size: 15px;
}

.groupSidebar > a:hover {
  color: #f26f28;
}

.groupSidebar > a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.angleLine {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(
    to top right,
    #c3b893 49.5%,
    #fff,
    #c3b893 50.5%
  );
}

.groupSubMenu {
  height: 210px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.groupSubMenu__content {
  text-align: left;
  width: 850px;
}

.groupSubMenu__content .grid__col--1of4 {
  width: 24%;
}

.groupSubMenu__content > div {
  display: inline-block;
}

.groupSubMenu__content > div > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 175px;
  padding: 8px 5px;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  box-sizing: border-box;
}

.groupSubMenu__content > div > a:hover {
  background-color: #f26f28;
}

.groupSubMenu__content > div > a > i {
  font-size: 14px;
}

.groupContact {
  margin-bottom: 40px;
  position: relative;
}

.groupContact a {
  text-decoration: none;
  color: #f26f28;
  transition: opacity 0.1s ease;
  opacity: 0.8;
}

.groupContact a:hover {
  opacity: 1;
}

.groupContact i {
  margin-right: 5px;
}

.groupContact__title {
  display: block;
  margin-bottom: 20px;
}

.groupContact__title--sub {
  margin-bottom: 10px;
}

.groupContact__item {
  display: inline-block;
  margin-right: 20px;
}

.groupContact__item--phone {
  position: absolute;
  left: 50%;
}

.groupContact__item--website {
  display: block;
  margin-top: 1.5em;
}

.groupContact__item .content {
  display: inline-block;
  padding-left: 10px;
}

.groupContact__item--reportphone {
  position: absolute;
  margin-top: 1.5em;
}

@-moz-keyframes bump {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@-webkit-keyframes bump {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@keyframes bump {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@-moz-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes shadow {
  0% {
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    opacity: 0.6;
    -moz-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
  }

  100% {
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes shadow {
  0% {
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    opacity: 0.6;
    -moz-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
  }

  100% {
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes shadow {
  0% {
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    opacity: 0.6;
    -moz-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
  }

  100% {
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.IRMain {
  display: table;
  width: 100%;
  height: 0;
}

.IRMain__container {
  display: table-cell;
  vertical-align: top;
}

.IRMain__container > * {
  height: 100%;
}

.IRMain__container--one {
  width: 25%;
}

.IRMain__container--two {
  width: 44%;
}

.IRMain__container + .IRMain__container {
  padding-left: 3%;
}

.IRMain .stock {
  text-align: left;
  margin-bottom: 15px;
}

.IRMain .stock__content {
  border: 0;
  padding: 30px 3px 10px 3px;
}

.IRMain .stock__price {
  left: 0;
  background: transparent;
  color: #bc935b;
  line-height: 1;
}

.IRMain .stock__price span {
  margin-left: 10px;
}

.IRMain .stock__offset {
  background: transparent;
  text-align: center;
  margin-left: 20px;
  color: #bc935b;
}

.IRMain .tag {
  margin-left: 25px;
}

.IRMain__downloadList {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
}

.IRMain__downloadList > li {
  height: 33%;
}

.IRMain__downloadList > li a {
  padding-bottom: 30px;
  padding-left: 40px;
  display: block;
  position: relative;
  color: #111111;
  text-decoration: none;
}

.IRMain__downloadList > li a i {
  position: absolute;
  left: 0;
  top: 0;
}

.IRStockHolder__table {
  margin-right: 50px;
}

.performance {
  position: relative;
}

.performance:after {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: bump 1s ease-in infinite both;
  -o-animation: bump 1s ease-in infinite both;
  animation: bump 1s ease-in infinite both;
}

.performance:before {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
}

.performance__inner {
  padding-top: 80px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.performance__bg {
  padding-top: 80px;
  height: 350px;
  position: absolute;
  z-index: 0;
  width: 115%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: left center;
}

.performance__list {
  height: 350px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.performance .wrap {
  position: relative;
}

.performance__draggable {
  position: absolute;
  left: 0;
}

.performance__item {
  width: 190px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #bc935b;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.performance__item:before {
  content: "";
  height: 50px;
  width: 4px;
  position: absolute;
  background-color: #bc935b;
  top: 0;
  left: 0;
}

.performance__item:nth-child(3n + 1) {
  top: 0;
}

.performance__item:nth-child(3n + 2) {
  top: -40px;
}

.performance__item:nth-child(3n) {
  top: 30px;
}

.performance__itemTitle {
  margin-bottom: 10px;
}

.performance__itemGroup {
  line-height: 25px;
  margin-bottom: 20px;
}

.performance__hoverShow {
  opacity: 0;
  position: relative;
  left: -50px;
  text-shadow: 0 0 2px #fff;
  -webkit-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.performance__hoverShow--delay {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.performance__item:hover .performance__hoverShow {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.performance__item:hover .performance__hoverShow--delay {
  -webkit-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#subTitleCalendar > i {
  position: relative;
  bottom: 10px;
}

.IRCalendar + .IRCalendar {
  margin-top: 60px;
}

.IRCalendar__content > ul {
  float: left;
  width: 100%;
  padding: 0px;
}

.IRCalendar__content > ul li {
  padding: 12px 2% 12px 3%;
  width: 33.3%;
  font-weight: bold;
  border-right: 1px solid #d2d2d2;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.IRCalendar__content > ul li:before,
.IRCalendar__content > ul li:after {
  content: "";
  display: table;
}

.IRCalendar__content > ul li:after {
  clear: both;
}

.IRCalendar__content > ul li:nth-child(3n) {
  border-right: none;
}

.IRCalendar__content > ul li > span {
  float: left;
  width: 55%;
}

.IRCalendar__content > ul li > span:last-child {
  width: 45%;
}

.documents {
  padding: 20px 30px;
  background-color: #f8f7f3;
}

.documents__title {
  margin-bottom: 20px;
}

.downLoadList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.downLoadList > li a {
  display: block;
  color: #111111;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 30px;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  -o-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.downLoadList > li a:before,
.downLoadList > li a:after {
  content: "";
  display: table;
}

.downLoadList > li a:after {
  clear: both;
}

.downLoadList > li a > i {
  opacity: 0.8;
}

.downLoadList > li a:hover {
  color: #f26f28;
}

.downLoadList > li a:hover i {
  opacity: 1;
}

.downLoadList > li:nth-child(even) {
  background-color: #fff;
}

.downLoadList__title {
  float: left;
}

.downLoadList .icon {
  float: right;
}

.downLoadList--bgWhite > li:nth-child(even) {
  background-color: #f8f7f3;
}

.downLoadList--goldTheme > li:nth-child(odd) {
  background-color: #fff;
}

.downLoadList--goldTheme > li:nth-child(even) {
  background-color: transparent;
}

.downLoadList--goldTheme > li:first-child {
  background-color: #c3b893;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.downLoadList--goldTheme > li:first-child a {
  color: white;
  font-weight: bold;
}

.downLoadList--goldTheme > li:first-child:hover {
  background-color: rgba(195, 184, 147, 0.9);
}

/*RegulatoryDisclosures.html*/
.exposure {
  float: left;
  width: 100%;
}

.exposure + .exposure {
  margin-top: 60px;
}

.exposure > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exposure > ul > li {
  float: left;
  margin-left: 3%;
  width: 22.75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.exposure > ul > li:first-child {
  margin-left: 0;
}

.exposure__item {
  padding: 30px 40px;
  background-color: #f7f7f7;
  text-align: center;
}

.exposure__name {
  margin: 0 auto 15px;
  font-weight: bold;
}

.exposure__name > span {
  padding: 0 10px;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
}

.exposure__action {
  height: 40px;
}

.exposure--1of4 {
  width: 22.75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.exposure--1of4 > ul > li {
  width: 100%;
}

.exposure--1of4 + .exposure--1of4 {
  margin-left: 3%;
  position: relative;
}

.exposure--1of4 + .exposure--1of4:before {
  content: "";
  width: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
}

/*PresentationsAndEvents.html*/
.linkService {
  position: relative;
}

.linkService__download {
  position: absolute;
  left: 75px;
}

.linkService__text {
  position: absolute;
  top: 50%;
  left: 440px;
}

.linkService__QRcode {
  position: absolute;
  top: 0;
  right: 140px;
}

.rightTopTool {
  position: relative;
  height: 40px;
}

.rightTopTool--noHeight {
  height: 0px;
}

.rightTopTool__link {
  position: absolute;
  top: -30px;
  right: 30px;
  color: #b6b6b6;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.rightTopTool__link:hover {
  opacity: 1;
}

.rightTopTool__link--file {
  color: #111111;
  font-size: 16px;
  right: 10px;
}

.rightTopTool__link--left {
  left: 30px;
  right: 0;
}

.rightTopTool__link--especial {
  right: 0;
  top: 85px;
  z-index: 5;
}

.rightTopTool__date {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 16px;
}

.rightTopTool--borderTop:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d2d2d2;
}

/*AnnualReports.html*/
.annualReports > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.annualReports > ul > li {
  float: left;
  width: 39%;
  padding: 30px 25px 40px 35px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}

.annualReports > ul > li:nth-child(even) {
  margin-left: 60px;
}

.annualReports__item {
  text-align: left;
}

.annualReports__name {
  margin: 0 auto 15px;
  font-weight: bold;
}

.annualReports__select {
  display: inline-block;
}

.annualReports__action {
  display: inline-block;
}

/*StockPerformance.html*/
.stockInfo {
  background-color: #f8f7f3;
  line-height: 45px;
}

.stockInfo > span {
  display: inline-block;
  vertical-align: middle;
}

.stockInfo__date {
  margin-right: 10px;
  margin-left: 30px;
}

.stockInfo__item {
  margin-right: 20px;
  margin-left: 40px;
}

.stockInfo__value {
  font-size: 24px;
  color: #bc935b;
}

.performanceChart__action {
  position: relative;
}

.performanceChart__title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 8px;
  width: 75px;
}

.performanceChart__select {
  margin-left: 75px;
}

.performanceChart__select > button {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border-radius: 0px;
  border: none;
  background: transparent;
  opacity: 0.8;
  position: relative;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.performanceChart__select > button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f26f28;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

.performanceChart__select > button:focus {
  outline: 0;
}

.performanceChart__select > button.active:before,
.performanceChart__select > button:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.performanceChart__select > a {
  display: inline-block;
  padding: 0px 15px;
  color: #111111;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.performanceChart__select > a:focus,
.performanceChart__select > a:hover {
  color: #f26f28;
}

.performanceChart__chart {
  margin-top: 30px;
}

.stockHistoryBar {
  display: inline-block;
  position: relative;
  float: left;
  text-align: right;
}

.stockHistoryBar > a {
  color: #111111;
  text-decoration: none;
  position: relative;
}

.stockHistoryBar > a > i {
  color: #f26f28;
  font-size: 15px;
}

.stockHistoryBar > a:hover {
  color: #f26f28;
}

.stockHistoryBar > a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.stockHistoryBar__select {
  display: inline-block;
}

.stockStarting__title {
  display: inline-block;
}

.stockStarting__date {
  display: inline-block;
  position: relative;
}

.stockStarting__date > i {
  position: absolute;
  top: 9px;
  right: 10px;
}

.StockInformation + .StockInformation {
  margin-top: 60px;
}

.StockInformation__content > ul {
  float: left;
  width: 100%;
  padding: 0px;
}

.StockInformation__content > ul li {
  padding: 12px 3% 12px 2%;
  width: 33.3%;
  font-weight: bold;
  border-right: 1px solid #d2d2d2;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.StockInformation__content > ul li:before,
.StockInformation__content > ul li:after {
  content: "";
  display: table;
}

.StockInformation__content > ul li:after {
  clear: both;
}

.StockInformation__content > ul li:nth-child(3n) {
  border-right: none;
}

.StockInformation__content > ul li > span {
  float: left;
  width: 55%;
}

.StockInformation__content > ul li > span:last-child {
  width: 45%;
  text-align: right;
}

.compareCB:before,
.compareCB:after {
  content: "";
  display: table;
}

.compareCB:after {
  clear: both;
}

.compareCB__item {
  float: left;
  width: 20%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.compareCB__item > label {
  cursor: pointer;
}

.compareCB__label {
  width: 20px;
  height: 20px;
  border: 1px solid #888888;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contactInfo__phoneMail > a {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #f26f28;
}

.contactInfo__phoneMail > a:hover {
  opacity: 1;
}

/* ==========================================================================
   other.scss
   ========================================================================== */
.NAM__container {
  display: table;
  width: 100%;
  height: 0;
}

.NAM__container ul.reportNewsUl .news__title {
  margin-right: -1em;
  padding-right: 2em;
}

.NAM__container ul.reportNewsUl .news__title--report {
  max-width: 100%;
}

.NAM__left,
.NAM__right {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.NAM__left > *,
.NAM__right > * {
  height: 50em;
}

.NAM__left {
  width: 460px;
}

.NAM__right {
  width: 460px;
  padding-left: 30px;
}

.siteMap {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
}

.sitePage:last-child {
  margin-bottom: 30px;
}

.sitePage + .sitePage {
  margin-top: 30px;
}

.sitePage__title {
  position: relative;
  opacity: 0.8;
}

.sitePage__title a {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  color: #f26f28;
  text-decoration: none;
  font-weight: bold;
}

.sitePage__title a:hover {
  opacity: 1;
}

.sitePage__title a:hover .iChevron {
  left: 120px;
}

.sitePage__title .iChevron {
  position: absolute;
  top: 0;
  left: 115px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sitePage__body {
  border-bottom: 1.5px solid #d2d2d2;
  padding-bottom: 30px;
}

.sitePage__body > ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}

.sitePage__body > ul:before,
.sitePage__body > ul:after {
  content: "";
  display: table;
}

.sitePage__body > ul:after {
  clear: both;
}

.sitePage__body > ul > li {
  padding-left: 35px;
  position: relative;
  width: 25%;
  float: left;
  margin-top: 10px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sitePage__body > ul > li:before {
  content: "";
  background: #111111;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 14px;
}

.sitePage__body > ul > li:nth-child(4n + 1) {
  clear: left;
}

.sitePage__body > ul > li > a {
  display: block;
  color: #111111;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sitePage__body > ul > li:hover > a {
  color: #f26f28;
}

.sitePage__body > ul > li:hover:before {
  background-color: #f26f28;
}

.sitePage__lv1Title > li > ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.sitePage__lv1Title > li > ul:before,
.sitePage__lv1Title > li > ul:after {
  content: "";
  display: table;
}

.sitePage__lv1Title > li > ul:after {
  clear: both;
}

.sitePage__lv1Title > li > ul > li {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sitePage__lv1Title > li > ul > li > a {
  display: block;
  color: #111111;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sitePage__lv1Title > li > ul > li > a:before {
  content: "";
  color: #f26f28;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  height: 0.3em;
  position: absolute;
  left: -10px;
  opacity: 0;
  top: 8px;
  vertical-align: top;
  width: 0.3em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sitePage__lv1Title > li > ul > li a:hover {
  color: #f26f28;
}

.sitePage__lv1Title > li > ul > li a:hover:before {
  opacity: 1;
  left: -15px;
}

.searchBar {
  width: 100%;
  position: relative;
}

.searchBar input[type="search"],
.searchBar input[type="text"] {
  padding-left: 30px;
  font-size: 24px;
  height: 60px;
  width: 100%;
  margin: 10px auto;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  border: none;
  outline: none;
  vertical-align: middle;
}

.searchBar input[type="search"]::placeholder,
.searchBar input[type="text"]::placeholder {
  color: #d2d2d2;
}

.searchBar__submit {
  position: absolute;
  top: 24px;
  right: 35px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.searchBar__submit:hover {
  opacity: 1;
}

.searchResult__result {
  margin-bottom: 40px;
  font-weight: bold;
}

.searchResult__content + .searchResult__content {
  margin-top: 60px;
}

.searchResult__header {
  margin-bottom: 20px;
  background-color: #f8f7f3;
}

.searchResult__header > div {
  font-weight: bold;
  vertical-align: middle;
  padding: 20px 30px;
}

.searchResult__body {
  padding: 0 30px;
}

.digiInfo {
  width: 100%;
}

.digiInfo__line > div {
  padding: 15px 20px;
  vertical-align: middle;
}

.digiInfo__line:nth-child(2n) > div {
  padding: 35px 20px;
}

.digiInfo__title > div {
  color: #ffffff;
  font-weight: bold;
  background-color: #c3b893;
  padding: 17px 20px;
}

.digiInfo__name {
  font-size: 18px;
  font-weight: bold;
  color: #bb925b;
}

.digiInfo__name > div {
  display: inline-block;
}

.digiInfo__name > div > span {
  margin-left: 10px;
}

.digiInfo__name > div > i {
  margin-left: 5px;
  display: inline-block;
}

.digiInfo__linkBar > a {
  display: block;
  font-weight: bold;
  color: #111111;
  margin-bottom: 3px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.digiInfo__linkBar > a > i {
  color: #f26f28;
  display: inline-block;
  margin-left: 5px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.digiInfo__linkBar > a > span {
  position: relative;
}

.digiInfo__linkBar > a:hover {
  color: #f26f28;
}

.digiInfo__linkBar > a:hover i {
  opacity: 1;
}

.digiInfo__fans > a {
  position: relative;
  display: block;
  color: #111111;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.digiInfo__fans > a > i {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.digiInfo__fans > a:hover {
  color: #f26f28;
}

.digiInfo__fans > a:hover i {
  opacity: 1;
}

.name__img {
  display: inline-block;
}

.name__word {
  display: inline-block;
}

/* ==========================================================================
   main.scss
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #111111;
}

body {
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

/* ==========================================================================
   plugin overWrite
   ========================================================================== */
div.bx-wrapper {
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.bx-wrapper .bx-pager {
  bottom: 30px;
}

div.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  width: 25px;
  height: 3px;
  padding: 10px 0;
  margin: 0 10px;
}

div.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: "";
  display: block;
  border-radius: 0;
  background: #fff;
  width: 25px;
  height: 3px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
}

div.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: transparent;
}

div.bx-wrapper .bx-pager.bx-default-pager a.active,
div.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: transparent;
}

div.bx-wrapper .bx-pager.bx-default-pager a.active:after,
div.bx-wrapper .bx-pager.bx-default-pager a:hover:after {
  background: #bc935b;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------- fancybox----------*/
.popup {
  display: none;
  width: 700px;
  padding: 0px !important;
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.33s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.fancybox-slide--current .popup {
  transform: translateY(0);
}

.popup--small {
  width: 450px;
}

.popup--contract {
  padding: 40px;
  width: auto;
  max-width: 960px;
}

.popup__title {
  padding: 11px 0px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background-color: #025da3;
  color: #ffffff;
}

.popup__content {
  padding: 30px;
  max-height: 65vh;
  overflow-y: auto;
}

.popup__close,
.popup .fancybox-close-small {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup__close:focus:before,
.popup__close:focus:after,
.popup .fancybox-close-small:focus:before,
.popup .fancybox-close-small:focus:after {
  outline: 0;
}

.popup__close:hover:before,
.popup__close:hover:after,
.popup .fancybox-close-small:hover:before,
.popup .fancybox-close-small:hover:after {
  background: none;
}

.popup__close:before,
.popup__close:after,
.popup .fancybox-close-small:before,
.popup .fancybox-close-small:after {
  content: "";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 14px;
  background-color: transparent;
  border-radius: 0;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.popup__close:before,
.popup .fancybox-close-small:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close:after,
.popup .fancybox-close-small:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*---------- form ----------*/
.questionnaire {
  border: 1px solid #c3b893;
  position: relative;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.questionnaire--pd40 {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 0px;
}

.questionnaire__legend {
  padding: 0 20px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -0.8em;
  left: 10px;
}

.questionnaire__title {
  margin-bottom: 25px;
}

.questionnaire__action {
  text-align: center;
  padding: 30px 0;
}

.questionnaire__action .btn {
  margin: 0 10px;
}

.questionnaire > ul > li:not(:first-child) {
  margin-top: 60px;
}

.questionnaire .list--three > li {
  margin-bottom: 20px;
}

.questionnaire__label {
  margin-bottom: 25px;
  display: inline-block;
}

.contact {
  padding-bottom: 30px;
  position: relative;
}

.contact__label {
  position: absolute;
  left: 0;
  top: 0.5em;
  padding-right: 10px;
  width: 100px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact__control {
  margin-left: 100px;
}

.contact__control input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
}

.contact__control.error input {
  outline: #ff0000 auto 2px;
}

.contact__control.error input:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact__control.error > .contact__errorAlert {
  visibility: visible;
}

.contact__control ul {
  margin-top: 5px;
}

.contact__control textarea {
  border: 1px solid #d2d2d2;
}

.contact__errorAlert {
  line-height: 2em;
  color: #ff0000;
  visibility: hidden;
}

/*---------- input ----------*/
input[type="text"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="file"],
.textbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="file"]::-webkit-inner-spin-button,
input[type="file"]::-webkit-outer-spin-button,
.textbox::-webkit-inner-spin-button,
.textbox::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

input[type="checkbox"] + label {
  cursor: pointer;
}

input[type="checkbox"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  background-size: 20px 40px;
  background-position-x: 0;
  background-position-y: 0;
}

input[type="checkbox"]:checked + label:before {
  background-position-y: -20px;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

input[type="radio"] + label {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  cursor: pointer;
}

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  vertical-align: top;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: boder 0.15s ease;
  -o-transition: boder 0.15s ease;
  transition: boder 0.15s ease;
}

input[type="radio"] + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #025da3;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}

input[type="radio"]:checked + label:before {
  border: 1px solid #025da3;
}

input[type="radio"]:checked + label:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*---------- button ----------*/
.btn {
  display: inline-block;
  padding: 0 15px;
  line-height: 38px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #f26f28;
  color: #f26f28;
  text-decoration: none;
  background: transparent;
  opacity: 0.8;
  font-weight: bold;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn .icon:before,
.btn .icon:after {
  vertical-align: middle;
}

.btn:hover {
  opacity: 1;
}

.btn:focus {
  outline: 0;
}

.btn--disabled {
  pointer-events: none;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
}

.btn--main {
  background: #f26f28;
  color: #fff;
}

.btn--large {
  padding: 0 30px;
  font-size: 18px;
}

.link {
  display: inline-block;
  text-decoration: none;
  color: #f26f28;
}

.link--black {
  color: #111111;
}

.CTA {
  padding-top: 20px;
}

.CTA a {
  text-decoration: none;
  color: #f26f28;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.CTA a:hover {
  opacity: 1;
}

.downLoad {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  color: #111111;
  opacity: 0.9;
  background-color: #f8f7f3;
  -webkit-transition: opacity 0.2s ease, color opacity 0.2s ease;
  -o-transition: opacity 0.2s ease, color opacity 0.2s ease;
  transition: opacity 0.2s ease, color opacity 0.2s ease;
}

.downLoad--bgNone {
  padding: 0;
  background-color: transparent;
}

.downLoad:hover {
  opacity: 1;
  color: #f26f28;
}

.downLoad:hover i {
  opacity: 1;
}

.downLoad i {
  opacity: 0.8;
  margin-left: 10px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.downLoad--bgNone {
  padding: 0;
  background-color: transparent;
}

/*---------- divTable ----------*/
.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

table.vat td {
  vertical-align: top;
}

table.vam td {
  vertical-align: middle;
}

table.vab td {
  vertical-align: bottom;
}

.divTable {
  display: table;
}

.divRow {
  display: table-row;
}

.divCol {
  display: table-cell;
}

/*---------- breadCrumb ----------*/
.breadCrumb {
  padding-top: 20px;
  font-size: 14px;
}

.breadCrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadCrumb ul:before,
.breadCrumb ul:after {
  content: "";
  display: table;
}

.breadCrumb ul:after {
  clear: both;
}

.breadCrumb li {
  float: left;
}

.breadCrumb li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}

.breadCrumb a {
  color: #111111;
  text-decoration: none;
}

.breadCrumb + .section .wrap {
  padding-top: 40px;
}

/*---------- tabs ----------*/
.tabs__handlers {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*季度改Q1~Q4*/
}

.tabs__handlers a {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  color: #b6b6b6;
  padding-bottom: 6px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.tabs__handlers a.active {
  color: #111111;
  font-weight: bold;
  border-bottom: 2px solid #f37026;
}

.tabs__handlers--two {
  display: block;
  table-layout: auto;
}

.tabs__handlers--two:before,
.tabs__handlers--two:after {
  content: "";
  display: table;
}

.tabs__handlers--two:after {
  clear: both;
}

.tabs__handlers--two a {
  display: block;
  float: left;
  width: 50%;
}

.tabs__handlers--two a:nth-child(2n + 1) {
  clear: left;
}

.tabs__handlers--three {
  display: block;
  table-layout: auto;
}

.tabs__handlers--three:before,
.tabs__handlers--three:after {
  content: "";
  display: table;
}

.tabs__handlers--three:after {
  clear: both;
}

.tabs__handlers--three a {
  display: block;
  float: left;
  width: 33.3333333333%;
}

.tabs__handlers--three a:nth-child(3n + 1) {
  clear: left;
}

.tabs__handlers--four {
  display: block;
  table-layout: auto;
}

.tabs__handlers--four:before,
.tabs__handlers--four:after {
  content: "";
  display: table;
}

.tabs__handlers--four:after {
  clear: both;
}

.tabs__handlers--four a {
  display: block;
  float: left;
  width: 25%;
}

.tabs__handlers--four a:nth-child(4n + 1) {
  clear: left;
}

.tabs__handlers--five {
  display: block;
  table-layout: auto;
}

.tabs__handlers--five:before,
.tabs__handlers--five:after {
  content: "";
  display: table;
}

.tabs__handlers--five:after {
  clear: both;
}

.tabs__handlers--five a {
  display: block;
  float: left;
  width: 20%;
}

.tabs__handlers--five a:nth-child(5n + 1) {
  clear: left;
}

.tabs__handlers--six {
  display: block;
  table-layout: auto;
}

.tabs__handlers--six:before,
.tabs__handlers--six:after {
  content: "";
  display: table;
}

.tabs__handlers--six:after {
  clear: both;
}

.tabs__handlers--six a {
  display: block;
  float: left;
  width: 16.6666666667%;
}

.tabs__handlers--six a:nth-child(6n + 1) {
  clear: left;
}

.tabs__handlers .quarter {
  padding: 0px 20px;
}

.tabs__containers > div {
  display: none;
}

.tabs--managementTeam .tabs__handlers {
  margin-bottom: 0;
  padding: 0 10px;
}

.tabs--managementTeam .tabs__handlers a {
  font-size: 16px;
}

.tabs--managementTeam .tabs__handlers .icon:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

.tabs--panel .tabs__handlers {
  margin-bottom: 0;
  padding: 0 10px;
}

.tabs--panel .tabs__handlers a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabs--panel .tabs__containers {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
}

.tabs--panel .tabs__containers > div {
  padding: 60px 30px;
}

.tabs--panel .tabs__containers > .stockPerformance {
  padding: 15px 30px 60px;
}

/*---------- borderPanel ----------*/
.borderPanel {
  text-align: center;
  border-left: 1px solid #c3b893;
  border-right: 1px solid #c3b893;
  border-bottom: 1px solid #c3b893;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

td .borderPanel {
  height: 100%;
}

.borderPanel__title {
  position: relative;
  top: -0.8em;
  overflow: hidden;
}

.borderPanel__title > span {
  position: relative;
  display: inline-block;
}

.borderPanel__title > span:before,
.borderPanel__title > span:after {
  content: "";
  width: 980px;
  height: 1px;
  background: #bc935b;
  position: absolute;
  top: 0.8em;
}

.borderPanel--h3 .borderPanel__title > span:before,
.borderPanel--h3 .borderPanel__title > span:after {
  width: 995px;
}

.borderPanel__title > span:before {
  left: -1000px;
}

.borderPanel__title > span:after {
  right: -1000px;
}

.borderPanel__content {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.borderPanel__content--minH {
  min-height: 290px;
}

.borderPanel__content--pd30 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.borderPanel__content--IR {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.borderPanel__more > a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.8;
  color: #f26f28;
}

.borderPanel--left {
  text-align: left;
}

.borderPanel--left .borderPanel__title {
  padding-left: 30px;
}

.borderPanel__img {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 400px;
}

/*---------- collapse----------*/
.collapse + .collapse {
  margin-top: 60px;
}

.collapse--small + .collapse--small {
  margin-top: 30px;
}

.collapse--small .collapse__handler {
  padding: 12px 30px;
}

.collapse__handler {
  background-color: #c3b893;
  padding: 15px 30px;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}

.collapse__handler:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 20px;
  display: inline-block;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  height: 0.6em;
  width: 0.6em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.collapse__handler.active {
  background-color: #bb925b;
}

.collapse__handler.active:after {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.collapse__content {
  display: none;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

.collapse__content--small {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

/*---------- laurel ----------*/
.laurel {
  padding: 12px 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #bc935b;
}

.laurel:before,
.laurel:after {
  content: "";
  background-size: 70px 55px;
  width: 35px;
  height: 55px;
  position: absolute;
  top: 0;
  background-position-y: 0;
}

.laurel:before {
  background-position-x: 0;
  left: 0;
}

.laurel:after {
  background-position-x: -35px;
  right: 0;
}

/*---------- tag ----------*/
.tag {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.tag--gold {
  color: #bc935b;
  border-color: #bc935b;
}

/*---------- aritcle ----------*/
figure {
  margin: 20px 40px;
}

figure.fr,
.fr > figure {
  margin-right: 0;
}

figure.fr25 {
  margin-right: 25px;
}

.figure {
  margin: 0;
}

.figure img {
  width: 100%;
}

.article {
  text-align: justify;
  text-justify: distribute;
}

.article p {
  margin: 30px 0;
}

.article__title {
  margin-bottom: 1em;
}

.article__title + p {
  margin-top: 0;
}

.article__title .icon {
  margin-right: 10px;
}

.article__paragraph {
  margin-top: 60px;
}

.article__paragraph--noMargin {
	margin-top: 0;
	margin-right: 10px;
	margin-left: auto;
}

.article__list {
  margin: 0;
}

.article__list li {
  margin-top: 10px;
}

.article__list li:first-child {
  margin-top: 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.imageGoldFrame {
  display: block;
  border: 2px solid #c3b893;
  margin: 20px 50px;
}

.imageGoldFrame img {
  position: relative;
  left: -20px;
  top: -20px;
}

.timeline {
  padding-right: 15px;
  /*.table {
  	td {
  		height: 0;
  	}
  }*/
}

.timeline__text {
  display: block;
  position: relative;
}

.timeline__text__circle {
  display: inline-block;
  text-align: center;
  margin: 10px 20px 10px 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-weight: bold;
}

.timeline__text__des {
  position: absolute;
  top: 0px;
  left: 90px;
  font-weight: normal;
}

.timeline__text__title {
  position: absolute;
  top: 24px;
  left: 90px;
  font-weight: bold;
}

.timeline__header {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: relative;
}

.timeline__header:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  right: -15px;
  top: 0;
}

.timeline__header:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  left: 0;
  bottom: -15px;
  z-index: 2;
}

.timeline__header--twoLine {
  height: 70px;
}

.timeline__header--twoLine:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  right: -15px;
  top: 0;
}

.timeline__header--one .timeline__text {
  background: #38a8fd;
  z-index: 40;
}

.timeline__header--one .timeline__text__circle {
  color: #38a8fd;
  margin: 10px 20px;
}

.timeline__header--one .timeline__text__des {
  left: 80px;
}

.timeline__header--one .timeline__text__title {
  left: 80px;
}

.timeline__header--one .timeline__shadow {
  z-index: 39;
}

.timeline__header--one:after {
  border-color: transparent transparent transparent #38a8fd;
  z-index: 40;
}

.timeline__header--one:before {
  border-color: transparent #2c88ce transparent transparent;
}

.timeline__header--two .timeline__text {
  background: #0b7fde;
  z-index: 30;
}

.timeline__header--two .timeline__text__circle {
  color: #0b7fde;
}

.timeline__header--two .timeline__shadow {
  z-index: 29;
}

.timeline__header--two:after {
  border-color: transparent transparent transparent #0b7fde;
  z-index: 30;
}

.timeline__header--two:before {
  border-color: transparent #095da1 transparent transparent;
}

.timeline__header--three .timeline__text {
  background: #0767b1;
  z-index: 20;
}

.timeline__header--three .timeline__text__circle {
  color: #0767b1;
}

.timeline__header--three .timeline__shadow {
  z-index: 19;
}

.timeline__header--three:after {
  border-color: transparent transparent transparent #0767b1;
  z-index: 20;
}

.timeline__header--three:before {
  border-color: transparent #04508a transparent transparent;
}

.timeline__header--four .timeline__text {
  background: #0767b1;
  z-index: 10;
}

.timeline__header--four .timeline__shadow {
  z-index: 9;
}

.timeline__header--four:after {
  border-color: transparent transparent transparent #0767b1;
  z-index: 10;
}

.timeline__header--four:before {
  border-color: transparent #0454a1 transparent transparent;
}

.timeline__header--noShadow:before {
  border-color: transparent;
}

.timeline__body {
  margin: 0 15px;
  padding: 20px 15px;
  background: #f7f7f7;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline__body > ul {
  margin: 0;
  padding-left: 30px;
}

.timeline__body > ul > li {
  margin-bottom: 5px;
}

.timeline__body--bigCircle {
  background: transparent;
  padding: 0px 15px 0px 30px;
  margin: 0px 0px 0px -30px;
}

.timeline__body--bigCircle > ul > li {
  margin: 35px 0 40px 0;
  padding-left: 45px;
}

.timeline__body--bigCircle > ul > li:before {
  width: 30px;
  text-align: center;
  padding-top: 5px;
  padding-left: 3px;
  left: -14px;
  top: -10px;
  font-size: 24px;
  width: 47px;
  height: 45px;
  border-radius: 50px;
  color: #ffffff;
}

.timeline__body--one > ul > li:before {
  background-color: #38a8fd;
}

.timeline__body--two > ul > li:before {
  background-color: #0b7fde;
}

.timeline__body--three > ul > li:before {
  background-color: #0767b1;
}

.timeline__shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.timeline__shadow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  right: -15px;
  top: 0;
  z-index: 1;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
}

.timeline__shadow--twoLine {
  height: 70px;
}

.timeline__shadow--twoLine:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  right: -15px;
  top: 0;
  z-index: 1;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
}

.linkBar {
  position: relative;
  z-index: 1;
}

.linkBar:before,
.linkBar:after {
  content: "";
  display: table;
}

.linkBar:after {
  clear: both;
}

.linkBar > a {
  display: inline-block;
  float: left;
  margin-left: 2%;
  margin-bottom: 30px;
  text-decoration: none;
  font-weight: 600;
  width: 32%;
  position: relative;
}

.linkBar > a:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

.linkBar > a:hover > span {
  letter-spacing: 2px;
}

.linkBar > a:hover img {
  opacity: 1;
}

.linkBar__img img {
  opacity: 0.85;
  width: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.linkBar__title {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

.linkBar__title > span {
  display: block;
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  -webkit-transition: letter-spacing 0.2s ease;
  -o-transition: letter-spacing 0.2s ease;
  transition: letter-spacing 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.linkBar__title--short > span {
  padding: 11px 0;
  font-size: 16px;
}

.linkBar__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  background-position: center bottom;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.linkBar--one > a {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 2%;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
  width: 35%;
}

.linkBar--one > a:nth-child(3n + 1) {
  clear: none;
  margin-left: 2%;
}

.linkBar--one > a:nth-child(4n + 1) {
  clear: left;
  margin-left: 0;
}

.linkBar--four > a {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 2%;
  margin-bottom: 30px;
  text-decoration: none;
  font-weight: 300;
  width: 23.5%;
}

.linkBar--four > a:nth-child(3n + 1) {
  clear: none;
  margin-left: 2%;
}

.linkBar--four > a:nth-child(4n + 1) {
  clear: left;
  margin-left: 0;
}

/*---------- font & title ----------*/
.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 24px;
}

.h3 {
  font-size: 18px;
}

.h4 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font16 {
  font-size: 16px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.f-hei {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.fBold {
  font-weight: bold;
}

.fNormal {
  font-weight: normal;
}

.fBlack {
  color: #111111;
}

.fGold {
  color: #bc935b;
}

.fHighLight {
  color: #f26f28;
}

.fLightGold {
  color: #c3b893;
}

.fGray {
  color: #b6b6b6;
}

.fWhite {
  color: #fff;
}

.fItalic {
  font-style: italic;
}

/*---------- background ----------*/
.bgGold {
  background: #bc935b;
}

.bgLightGold {
  background: #c3b893;
}

.bgLightGray {
  background: #f8f7f3;
}

.bgWhite {
  background-color: #ffffff;
}

/*---------- list ----------*/
.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list--three:before,
.list--three:after {
  content: "";
  display: table;
}

.list--three:after {
  clear: both;
}

.list--three > li {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list--three > li:nth-child(3n + 1) {
  clear: left;
}

.list--five:before,
.list--five:after {
  content: "";
  display: table;
}

.list--five:after {
  clear: both;
}

.list--five > li {
  float: left;
  width: 20%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list--five > li:nth-child(5n + 1) {
  clear: left;
}

.list--square {
  list-style: none;
  position: relative;
}

.list--square > li {
  position: relative;
  padding-left: 20px;
}

.list--square > li:before {
  content: "";
  position: absolute;
  background-color: #bc935b;
  width: 5px;
  height: 5px;
  left: 3px;
  top: 10px;
}

.list--pseudo {
  margin: 0;
  padding: 0;
}

.list--pseudo > li {
  padding-left: 3em;
  position: relative;
  margin-bottom: 10px;
}

.list--pseudo > li:before {
  content: attr(data-pseudo);
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  width: 3em;
}

.regionArticle .list--pseudo > li {
  padding-left: 30px;
  margin-bottom: 0;
}

.regionArticle .list--pseudo > li:before {
  width: 30px;
  text-align: center;
}

.list--checkIcon {
  margin: 0;
  padding: 0;
}

.list--checkIcon > li {
  padding-left: 3em;
  position: relative;
  margin-bottom: 25px;
}

.list--checkIcon > li:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  text-align: right;
  left: 0;
  top: 0.5em;
  width: 3em;
  height: 16px;
}

.list--disc {
  list-style: disc;
  padding-left: 40px;
}

.list--mb10 > li + li {
  margin-top: 10px;
}

.cl {
  clear: left;
}

/*---------- note ----------*/
.note {
  color: #b6b6b6;
  padding-left: 2em;
  position: relative;
}

.note:before {
  content: "註：";
  width: 2em;
  position: absolute;
  left: 0;
  top: 0;
}

/*---------- table ----------*/
.table {
  width: 100%;
}

.table th {
  font-weight: normal;
}

.table--thBold {
  font-weight: bold;
}

.table--centered th,
.table--centered td {
  text-align: center;
}

.table--left th {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.table--left td {
  text-align: left;
}

.table--gold th {
  background-color: #c3b893;
  color: #111111;
}

.table--gold tr {
  border-top: 1px solid #c3b893;
}

.table--gold td {
  color: #fff;
}

.table--goldBlack th {
  background-color: #c3b893;
  color: #fff;
}

.table--goldBlack tr {
  border-top: 1px solid #c3b893;
  border-bottom: 1px solid #c3b893;
  border-left: 1px solid #c3b893;
  border-right: 1px solid #c3b893;
  background-color: #fff;
}

.table--goldBlack td {
  color: #111111;
}

.table--pd7 th {
  padding: 10px;
}

.table--pd7 td {
  padding: 7px;
  padding-left: 10px;
}

.table--pd10 th,
.table--pd10 td {
  padding: 10px;
}

.table--pd12 th {
  padding: 12px;
}

.table--pd12 td {
  padding: 12px;
  padding-right: 30px;
  padding-left: 30px;
}

.table--pd15 th,
.table--pd15 td {
  padding: 15px;
}

.table--pd20 th,
.table--pd20 td {
  padding: 20px;
}

.table--equal {
  table-layout: fixed;
}

.table--equal th {
  width: 100px;
}

.table--gridLike {
  height: 0;
}

.table--gridLike td {
  padding-left: 10px;
  padding-right: 10px;
}

.table--gridLike td:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.table--gridLike td:last-child {
  padding-right: 0;
  padding-left: 20px;
}

.table--goldLine th,
.table--goldLine td {
  border: 1px solid #c3b893;
}

.table--goldLine tr {
  background: #fff;
}

.table--goldLine tr:nth-child(2n) > td:nth-child(2n) {
  background: #f8f7f3;
}

.table--goldLine tr:nth-child(2n + 1) > td:nth-child(2n + 1) {
  background: #f8f7f3;
}

.table--goldTheme th {
  border-top: 1px solid #c3b893;
  border-bottom: 1px solid #c3b893;
  border-left: 1px solid #c3b893;
  border-right: 1px solid #fff;
  background: #c3b893;
  color: #fff;
}

.table--goldTheme th:last-child {
  border-right: 1px solid #c3b893;
}

.table--goldTheme td {
  border: 1px solid #bc935b;
}

.table--goldTheme td a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.table--goldTheme td a:hover {
  color: #f26f28;
}

.table--goldTheme td a i {
  opacity: 0.8;
  margin-left: 10px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.table--goldTheme td a:hover i {
  opacity: 1;
}

.table--goldTheme tr {
  background: #fff;
}

.table--goldTheme tr:nth-child(2n) {
  background: #f8f7f3;
}

.table--goldBorder tr {
  border-bottom: 1px solid #bc935b;
}

.table--goldBorder tr:last-child {
  border: 0;
}

.table--goldBorder th,
.table--goldBorder td {
  padding-bottom: 30px;
  padding-top: 30px;
}

.table--goldWhite th {
  background: #c3b893;
  color: #fff;
}

.table--goldWhite tr:nth-child(2n) {
  background: #f8f7f3;
}

/*---------- position ----------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.t10 {
  top: 10px;
}

.l15 {
  left: 10px;
}

/*---------- text word-break ----------*/
.break-word {
  -ms-word-break: break-word;
  word-break: break-word;
}

/*---------- text align ----------*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
  text-justify: distribute;
}

/*---------- display ----------*/
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.initial {
  text-align: initial;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.viewDisabled {
  pointer-events: none;
}

/*---------- float ----------*/
.dataLoading {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  pointer-events: none;
  -webkit-transition: filter 0.1s ease;
  -o-transition: filter 0.1s ease;
  transition: filter 0.1s ease;
}

/*---------- float ----------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*---------- margin & padding & width----------*/
.h100pct {
  height: 100%;
}

.w20pct {
  width: 20%;
}

.w33pct {
  width: 33%;
}

.w50pct {
  width: 50%;
}

.w80pct {
  width: 80%;
}

.w100pct {
  width: 100%;
}

.w100px {
  width: 100px;
}

.w110px {
  width: 110px;
}

.w120px {
  width: 120px;
}

.w160px {
  width: 160px;
}

.w200px {
  width: 200px;
}

.w260px {
  width: 260px;
}

.w300px {
  width: 300px;
}

.w350px {
  width: 350px;
}

.w400px {
  width: 400px;
}

.w460px {
  width: 460px;
}

.w480px {
  width: 480px;
}

.w560px {
  width: 560px;
}

.w620px {
  width: 620px;
}

.w700px {
  width: 700px;
}

.w900px {
  width: 900px;
}

.maxW100pct {
  max-width: 100% !important;
}

.mAuto {
  margin: auto;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml60 {
  margin-left: 60px;
}
.ml80 {
  margin-left: 80px;
}
.ml105 {
  margin-left: 105px;
}

.ml120 {
  margin-left: 120px;
}
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr65 {
  margin-right: 65px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr30 {
  padding-right: 30px;
}

.pr85 {
  padding-right: 85px;
}

.pr100 {
  padding-right: 100px;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl40 {
	padding-left: 40px;
	clear: both;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.nowrap {
  white-space: nowrap;
}

/*---------- grid ----------*/
.grid:before,
.grid:after {
  content: "";
  display: table;
}

.grid:after {
  clear: both;
}

.grid__col {
  float: left;
}

.grid__col--1of1 {
  width: 100%;
}

.grid__col--1of2 {
	width: 50%;
	float: left;
}

.grid__col--1of3 {
  width: 32%;
}

.grid__col--1of4 {
  width: 24.625%;
}

.grid__col--1of5 {
	width: 85%;
	float: left;
}
.grid__col--1of6 {
	width: 15%;
	float: right;
}
.grid__col--1of7 {
	width: 50%;
	float: left;
}
.grid__col--1of8 {
	width: 50%;
	float: right;
}
.grid--line > div {
  border-left: 1px solid #d2d2d2;
}

.grid--line > div:first-child {
  border-left: none;
}

@media (max-width: 480px) {
  .grid:before,
  .grid:after {
    content: "";
    display: table;
  }

  .grid:after {
    clear: both;
  }

  .grid__col {
    float: left;
  }

  .grid__col--1of2 {
    width: 100%;
  }

  .grid--line > div {
    border-left: 1px solid #d2d2d2;
  }

  .grid--line > div:first-child {
    border-left: none;
  }
}

/*---------- width ----------*/
/*---------- height ----------*/
/*---------- line height ----------*/
.lineH22 {
  line-height: 2.2;
}

.lineH0 {
  line-height: 0;
}

/*---------- box sizing ----------*/
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* highchart credit enable */
.highcharts-credits {
  display: none !important;
}

/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.inblockFix {
  margin-left: -4px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    /*background: transparent !important;*/
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    /*content: " (" attr(href) ")";*/
    content: none;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: none;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: auto;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .section.section--banner,
  .indexSlider,
  .footer,
  .goTop,
  .webBank {
    display: none;
  }

  .section--poly:before,
  .section--poly:after,
  .laurel:before,
  .laurel:after {
    content: none;
  }

  /*=============列印間距調整=============*/
  /*Home/index*/
  .section--bgCurtain:before {
    content: none;
  }

  .indexNews {
    padding-bottom: 0px;
  }

  .indexMembers {
    padding-top: 10px;
    padding-bottom: 200px;
  }
}
/*---------- Home Digital Commnnity----------*/
.Digital {
  background-position: center center;
  color: #fff;
  width: 100%;
  position: relative;
  height: auto;
  margin: auto;
  display: block;
}
.Digital:before,
.Digital:after {
  content: "";
  display: table;
}

.Digital:after {
  clear: both;
}
.Digital a {
  color: #fe8c4e;
  font-weight: bold;
}
.Digital a:hover {
  color: #f26f28;
  font-weight: bold;
}
.Digital__left {
  width: 70%;
  float: left;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Digital__right {
  width: 30%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.life_eps_block .nodisplay {
  display: none !important;
}
/*---------- End of Digital ----------*/
/*---------- Home Sustainable-value----------*/
#sustainableValue .icon {
  display: table-cell;
  width: 150px;
  text-align: center;
}
#sustainableValue .Processtitle {
  width: 200px;
}
.year_item {
	font-weight: bold;
	display: inline-block;
	padding-right: 5px;
	width: 50px;
}

/*---------------EN_patch-----------------------------*/
[multi-lang] {
  display: none !important;
}

html.TW [multi-lang].TW {
  display: initial !important;
}
html.TW span[multi-lang].TW {
  display: inline-block !important;
}

html.TW a[multi-lang].TW {
  display: inline-block !important;
}
html.TW img[multi-lang].TW {
  display: inline-block !important;
}

html.CN [multi-lang].CN {
  display: initial !important;
}
html.CN span[multi-lang].CN {
  display: inline-block !important;
}
html.CN a[multi-lang].CN {
  display: inline-block !important;
}
html.CN img[multi-lang].CN {
  display: inline-block !important;
}
 /*checkbox align*/
html.TW span[multi-lang].TW_reportingMechanism  {
  display: inline!important;
  display: initial!important;
}
/*checkbox align*/
html.CN span[multi-lang].CN_reportingMechanism  {
  display: inline!important;
  display: initial!important;
}
 /*checkbox align*/
html.EN span[multi-lang].EN_reportingMechanism  {
  display: inline!important;
  display: initial!important;
}

html.EN {
  /*=== Common ===*/
  /*---------- table ----------*/
  /*---------- laurel ----------*/
  /*---------- form ----------*/
  /*===== _layout =====*/
  /*=== index ===*/
  /*Stock upDown icon color change*/
  /*===== AboutYuanta =====*/
  /*===== Gruop =====*/
  /*===== CSR =====*/
  /*Foundation*/
  /*===== _IR =====*/
  /*END*/
}
html.EN [multi-lang].EN {
  display: initial !important;
}
html.EN span[multi-lang].EN {
  display: inline-block !important;
}
html.EN a[multi-lang].EN {
  display: inline-block !important;
}
html.EN img[multi-lang].EN {
  display: inline-block !important;
}
html.EN .initial {
  text-align: initial;
}
html.EN .tac {
  text-align: center !important;
}
html.EN .taInt, html.EN p, html.EN .quote, html.EN li {
  text-align: left;
  text-align: initial;
}
html.EN .taInt > span, html.EN p > span, html.EN .quote > span, html.EN li > span {
  text-align: left;
  text-align: initial;
}
html.EN .h1 {
  font-size: 28px;
}
html.EN .article {
  text-align: left;
  text-align: initial;
}
html.EN .article p {
  text-align: left;
  text-align: initial;
}
html.EN .article p > span {
  text-align: left;
  text-align: initial;
}
html.EN .article__list {
  text-align: left;
  text-align: initial;
}
html.EN .article__list > span {
  text-align: left;
  text-align: initial;
}
html.EN .borderPanel__title, html.EN .memberCard__title, html.EN .indexStatus__title, html.EN .indexDownload__title, html.EN .tabs__handlers, html.EN .article__title {
  font-family: 'Helvetica' !important;
}
html.EN .news__title {
  font-family: 'Helvetica' !important;
  text-align: left;
  text-align: initial;
  margin-right: 0;
  padding-right: 0;
}
html.EN .news__title:before, html.EN .news__title:after {
  content: none;
}
html.EN .list--pseudo > li {
  padding-left: 3.5em;
}
html.EN .list--pseudoLonger {
  margin: 0;
  padding: 0;
}
html.EN .list--pseudoLonger > li {
  padding-left: 6em;
  position: relative;
  margin-bottom: 10px;
}
html.EN .list--pseudoLonger > li:before {
  content: attr(data-pseudo);
  position: absolute;
  text-align: right;
  left: 0;
  top: 0;
  width: 3em;
}
.regionArticle html.EN .list--pseudoLonger > li {
  padding-left: 30px;
  margin-bottom: 0;
}
.regionArticle html.EN .list--pseudoLonger > li:before {
  width: 30px;
  text-align: center;
}
html.EN .timeline {
  padding-right: 15px;
}
html.EN .timeline__text {
  display: block;
  position: relative;
}
html.EN .timeline__text__circle span.EN {
  font-size: 13px;
  margin: 5px;
  line-height: 20px;
}
html.EN .timeline__text__des {
  position: absolute;
  top: 5px;
  left: 90px;
  font-weight: normal;
  font-size: 14px;
}
html.EN .timeline__text__title {
  position: absolute;
  top: 24px;
  left: 90px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
}
html.EN .timeline__header {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: relative;
}
html.EN .timeline__header--enOneLineHeight {
  line-height: 1.6em;
}
html.EN .timeline__header--enTwoLineHeight {
  line-height: 3.2em;
}
html.EN .timeline__header--twoLine {
  height: 70px;
}
html.EN .timeline__header--twoLine:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  right: -15px;
  top: 0;
}
html.EN .enTwoLineheight {
  line-height: 3.1em;
}
html.EN .table--goldBorder tr {
  border-bottom: 1px solid #bc935b;
}
html.EN .table--goldBorder tr:last-child {
  border: 0;
}
html.EN .table--goldBorder th > div, html.EN .table--goldBorder td > div {
  word-break: break-word;
  padding-right: 10px;
}
html.EN .table--equal th {
  width: 90px;
}
html.EN .laurel {
  padding: .5em 25px;
}
html.EN .contact__label {
  position: absolute;
  left: 0;
  top: 0.5em;
  padding-right: 10px;
  width: 100px;
}

html.EN .contact__label--enTwoLine {
  top: -0.4em;
  padding-right: 0;
  padding-left: 30px;
  text-align: center;
}
html.EN .header__nav {
  margin-right: 0px;
}
html.EN .footerMembers a {
  padding-left: 0px;
}
html.EN .footerMembers__title {
  width: 95px;
  padding: 0;
}
html.EN .footerMembers__triangle {
  width: 60px;
}
html.EN .footerMembers__triangle:before {
  content: '';
  border-width: 60px 64px 0 0;
}
html.EN .footerMembers__list {
  width: 804px;
}
html.EN .footerMembers__list ul {
  display: block;
}
html.EN .footerMembers__list ul > li {
  text-align: center;
  display: inline-block;
  padding-left: 30px;
}
html.EN .footerCopyright__list {
 /* width: 400px;*/
  line-height: 1.2;
}
html.EN .footerCopyright__list > li {
  margin-bottom: 10px;
}
html.EN .footerCopyright__right {
   /*line-height: 6em;*/
}
html.EN .stock__name {
  width: 4em;
}
html.EN .stock__offset--raise:before {
  background-position-y: -60px;
  transform: rotate(180deg);
  vertical-align: top;
}
html.EN .stock__offset--decrease:before {
  background-position-y: -40px;
  transform: rotate(180deg);
  vertical-align: top;
}
html.EN .iSprite20__raise:before, html.EN .iSprite20__decrease:before, html.EN .iSprite20__raise:after, html.EN .iSprite20__decrease:after {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
html.EN html.EN .iSprite20__raise:before, html.EN html.EN .iSprite20__decrease:before, html.EN html.EN .iSprite20__raise:after, html.EN html.EN .iSprite20__decrease:after {
	background-image: url(../images/sprite20.png);
}
.CN html.EN .iSprite20__raise:before, .CN html.EN .iSprite20__decrease:before, .CN html.EN .iSprite20__raise:after, .CN html.EN .iSprite20__decrease:after {
 background-image: url(../images/sprite20.png);
}
.TW html.EN .iSprite20__raise:before, .TW html.EN .iSprite20__decrease:before, .TW html.EN .iSprite20__raise:after, .TW html.EN .iSprite20__decrease:after {
  background-image: url(../images/sprite20.png);
}
html.EN .iSprite20__raise {
  transform: rotate(180deg);
}
html.EN .iSprite20__raise:before, html.EN .iSprite20__raise:after {
  background-position: 0 -60px;
  vertical-align: middle;
}
html.EN .iSprite20__decrease {
  transform: rotate(180deg);
}
html.EN .iSprite20__decrease:before, html.EN .iSprite20__decrease:after {
  background-position: 0 -40px;
  vertical-align: bottom;
}
html.EN .aboutInfo__item {
  white-space: initial;
}
html.EN .organizationalChart {
  position: relative;
}
html.EN .organizationalChart__image {
  margin-bottom: 130px;
}
html.EN .organizationalChart__image area {
  outline: 0;
  cursor: default;
}
html.EN .organizationalChart__image area[data-desc] {
  cursor: pointer;
}
html.EN .organizationalChart__tooltip {
  position: absolute;
  display: none;
  width: 300px;
  margin-left: -150px;
  z-index: 1;
}
html.EN .tabs__handlers--en > a span[multi-lang].EN:after {
  content: "";
  height: 32px;
  display: inline-block;
}
html.EN .tabs__handlers--en > a span[multi-lang].EN > span {
  display: inline-block;
  vertical-align: middle;
}
html.EN .teamMember__header.fGray {
  display: inline-block;
}
html.EN .teamMember__name {
  font-size: 22px;
}
html.EN .teamMember__body ul > li {
  font-size: 14px;
}
html.EN .aboutHistoryItem__title {
  font-size: 20px;
  margin-bottom: 13px;
}
html.EN .aboutHistoryItem__desc {
  font-size: 15px;
  text-align: left;
}
html.EN .groupChart__xAxis {
  width: 94%;
  margin-left: 6%;
  float: left;
  margin-top: 25px;
}
html.EN .groupChart__xAxis:before, html.EN .groupChart__xAxis:after {
  content: "";
  display: table;
}
html.EN .groupChart__xAxis:after {
  clear: both;
}
html.EN .groupChart__xAxis span {
  margin-left: -8px;
  width: 5em;
  text-align: center;
}
html.EN .groupSubMenu__content > div {
  display: inline-block;
}
html.EN .groupSubMenu__content > div > a {
  width: 190px;
  padding: 8px 7px;
}
html.EN .groupSubMenu__content .grid__col--1of4 {
  width: 24.5%;
}
html.EN .groupContact__item--address {
  display: block;
}
html.EN .groupContact__item--phone {
  position: static;
  display: block;
  margin-top: 1.5em;
}
html.EN .groupContact__item--website {
  display: block;
  margin-top: 1.5em;
}
html.EN .CSRPerformance__list > li {
  height: 560px;
}
html.EN .CSROrganization__title {
  font-size: 22px;
}
html.EN .boxTypeTab__title {
  text-align: center;
}
html.EN .boxTypeTab__desc {
  text-align: left;
  padding: 0 5px;
  min-height: 180px;
}
html.EN .goalList {
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
html.EN .goalList__content {
  padding-left: 140px;
}
html.EN .goalList__content li {
  display: inline-block;
  font-size: 18px;
  padding-left: 40px;
}
html.EN .goalList__title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #c3b893;
  color: #fff;
  font-size: 18px;
  padding: 30px 53px 30px 52px;
}
html.EN .historyReport__line {
  margin-bottom: 20px;
}
html.EN .historyReport__line > a {
  display: block;
}
html.EN .historyReport__line:before {
  width: 75.5px;
  height: 55.5px;
}
html.EN .historyReport__line:after {
  width: 75.5px;
  height: 55.5px;
}
html.EN .awardList__table {
  float: left;
  width: 73.5%;
  margin: 20px 0px;
  margin-left: 1.5%;
}
html.EN #imageMap {
  height: 100%;
}
html.EN .CSRChart__left {
  float: left;
  width: 85%;
}
html.EN .CSRChart__right {
  float: right;
  width: 15%;
  text-align: right;
}
html.EN .IRMain .stock__content {
  padding: 20px 3px 10px 3px;
}
html.EN .IRMain .stock__content > span {
  margin-left: 0px;
  font-size: 30px;
  color: #bc935b;
}
html.EN .IRMain .stock__price {
  left: 15px;
  line-height: inherit;
  font-size: 20px;
}
html.EN .IRMain .stock__offset {
  margin-left: 0px;
  color: #bc935b;
}
html.EN .IRStockHolder__note {
  font-style: italic;
  font-size: 14px;
}
html.EN .IRStockHolder__table {
  margin-right: 0;
}
html.EN .IRStockHolder__table > table.table--pd10 td {
  padding: 10px 5px;
}
html.EN .IRStockHolder__table > table.table--pd10 td:first-child {
  position: relative;
}
html.EN .IRStockHolder__table > table.table--pd10 td:first-child > i {
  position: absolute;
  top: 17px;
  left: 0;
}
html.EN .IRStockHolder__table > table.table--pd10 td:first-child .maxW {
  max-width: 235px;
}
html.EN .IRStockHolder__table > table.table--pd10 td > span {
  padding-left: 10px;
}
html.EN .IRStockHolder__table > div {
  margin-top: 10px;
}
html.EN .IRCalendar + html.EN .IRCalendar {
  margin-top: 60px;
}
html.EN .IRCalendar .borderPanel__content {
  padding-left: 5px;
  padding-right: 5px;
}
html.EN .IRCalendar__content > ul {
  float: left;
  width: 100%;
  padding: 0px;
}
html.EN .IRCalendar__content > ul li {
  padding: 12px 2% 12px 3%;
  width: 33.3%;
  font-weight: bold;
  border-right: 1px solid #d2d2d2;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.EN .IRCalendar__content > ul li:before, html.EN .IRCalendar__content > ul li:after {
  content: "";
  display: table;
}
html.EN .IRCalendar__content > ul li:after {
  clear: both;
}
html.EN .IRCalendar__content > ul li:nth-child(3n) {
  border-right: none;
}
html.EN .IRCalendar__content > ul li > span {
  float: left;
  width: 55%;
}
html.EN .IRCalendar__content > ul li > span:last-child {
  width: 45%;
  text-align: right !important;
}
html.EN .questionnaire__action {
  text-align:center;  
}
/*=== 首頁news靠左 ===*/
 ul.CSRNewsUl > li:first-child .news__content {
  text-align: left;    
}
#sustainableValue .icon{
    display: table-cell;
    width: 250px;
}

.iChevron:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    margin-left: 5px;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    vertical-align: middle;
}

.iChevron--left:after {
    top: -2px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.iChevron--right:after {
    top: -2px;
    left: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iChevron--top:after {
    left: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.iChevron--bottom:after {
    top: -5px;
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


.corevalues:before, .corevalues:after {
    content: "";
    display: table;
}

.corevalues:after {
    clear: both;
}

.corevalues_left {
	width: 50%;
	float: left;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.corevalues_right {
    width: 50%;
    float: left;
}
.corevalues_right img {
        width: 100%;
    }

.corporatecitizenship:before, .corporatecitizenship:after {
    content: "";
    display: table;
}

.corporatecitizenship:after {
    clear: both;
}

.corporatecitizenship_left {
	width: 50%;
	float: left;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.corporatecitizenship_right {
    width: 50%;
    float: left;
}
.corporatecitizenship_right img {
        width: 100%;
    }
.imageGoldFrame {
    display: block;
    border: 2px solid #c3b893;
    margin: 20px 50px;
}

.imageGoldFrame img {
        position: relative;
        left: -20px;
        top: -20px;
    }
