@charset "utf-8";
/* CSS Document */

/* Global */
@font-face {
	font-family: Roboto;
	src: url(font/Roboto-Regular.ttf);
}

@font-face {
	font-family: RobotoLight;
	src: url(font/Roboto-Light.ttf);
}

html,
body {
	font-family: "Roboto", Helvetica, Arial, "Apple LiGothic Medium", "微软正黑体", "Microsoft JhengHei", sans-serif;
	font-size: 18px;
}

a:visited,
a:focus {
	text-decoration: none;
}

p {
	line-height: 30px;
	margin: 0 0 30px 0;
	text-align: justify;
}

h3 {
	margin-bottom: 30px;
}

.break {
	display: block;
}

header {
	padding: 25px 0;
	height: 85px;
	position: relative;
}

footer {
	background: #f0f7fa;
}

header .topnav {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 99;
	display: none;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid rgba(232, 232, 232, 1.00);
}

header .container {
	position: relative;
}

header .topnav ul.navigation {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

header .topnav ul.navigation>li {
	display: block;
	font-size: 19px;
	position: relative;
	border-bottom: 1px solid rgba(232, 232, 232, 1.00);
}

header .topnav ul.navigation>li:first-child a {
	background: none;
	padding: 15px 25px;
}

header .topnav ul.navigation li a {
	padding: 15px 25px;
	color: #333333;
	background: none;
	background-position: left;
	font-weight: 600;
	display: block;
}

header .topnav ul.navigation li a:after {
	content: ">";
	color: #333333;
	position: absolute;
	right: 30px;
}

header .topnav ul.navigation li a:hover {
	text-decoration: none;
}

header .topnav ul.subnav {
	position: absolute;
	background: #395798;
	padding: 0 15px 0 15px;
	margin-top: 0px;
	visibility: hidden;
}

header .topnav ul.navigation li ul.subnav.act {
	visibility: visible;
	position: relative;
}

header .topnav ul.subnav li {
	display: block;
	border-top: 1px solid #758ab7;
}

header .topnav ul.subnav li:first-child {
	border-top: 0;
}

header .topnav ul.subnav li a {
	background: none;
	color: #ffffff;
	font-size: 18px;
	display: block;
	padding: 12px 25px;
	min-width: 270px;
	position: relative;
	font-weight: normal;
}

header .topnav ul.subnav li a:after {
	content: "";
}

body.mobileAct .topnav {
	display: block;
}

header ul.language a {
	color: #333333;
}

ul.language {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

header ul.language li,
.mobile-language a {
	display: inline-block;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #666666;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

header ul.language li.act,
.mobile-language a.act {
	background: #67c3b0;
	color: #ffffff;
	border: 1px solid #67c3b0;
}

header ul.language li.act a {
	color: #ffffff;
}

header ul.language li a {
	text-decoration: none;
	font-size: 16px;
}

.mobile-language a {
	padding: 10px;
	color: #333333;
	font-size: inherit;
	line-height: 18px;
}

.mobile-language {
	padding: 20px;
	flex-direction: row;
}

.sitemap {
	padding-top: 70px;
	padding-bottom: 50px;
}

.sitemap .title {
	color: #67c3b0;
	font-size: 22px;
}

.sitemap ul {
	list-style: none;
	padding-left: 0;
	margin: 0 20px 76px 0;
}

.sitemap a {
	color: #666666;
	border-bottom: 1px solid #dddddd;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 15px 15px 15px 0;
}

footer .copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

.footer-copyright {
	text-align: center;
}

.hamburger {
	padding: 15px;
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
}

.hamburger-box,
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {}

.mobileAct .mobile-language{
	display: flex;
}

.btn {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
	border: 2px solid #ffffff;
	padding: 6px 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.btn:hover {
	color: #ffffff;
}

.btn.green {
	background: #4dad38;
}

.btn.blue {
	background: #395798;
}

.btn.grey {
	background: #7c859c;
}

.footer-disclaimer {
	text-align: center;
}

ul.listDot li {
	margin-bottom: 20px;
}

table thead {
	font-weight: bold;
}


/* Home */
.homeBanner {
	height: 400px;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
	overflow-y: hidden;
}

.homeBanner .banner-prev {
	color: #ffffff;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	width: 20px;
}

.homeBanner .banner-next {
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	width: 20px;
}

.banner01 {
	background: url(../images/home/banner01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
}

.banner02 {
	background: url(../images/home/banner02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
}

.banner03 {
	background: url(../images/home/banner03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
}

.homeBanner .slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 980px;
	width: 90%;
	padding: 0 35px;
}

.homeBanner .slick-dots {
	position: absolute;
	bottom: 30px;
}

.homeBanner .slick-dots li button:before {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.6;
}

.mobile01 {
	background: url(../images/home/mobileBanner01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.mobile02 {
	background: url(../images/home/mobileBanner02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.mobile03 {
	background: url(../images/home/mobileBanner03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}


.mobile01.tc {
	background: url(../images/home/mobileBanner01_tc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.mobile02.tc {
	background: url(../images/home/mobileBanner02_tc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.mobile03.tc {
	background: url(../images/home/mobileBanner03_tc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}


.mobile01.sc {
	background: url(../images/home/mobileBanner01_sc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.mobile02.sc {
	background: url(../images/home/mobileBanner02_sc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.mobile03.sc {
	background: url(../images/home/mobileBanner03_sc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

.home-stock {
	color: #666666;
}

.home-stock table {
	width: 100%;
	font-size: 18px;
}

.home-stock table tbody td {
	padding: 7px 0;
}

.home-stock .time {
	font-size: 12px;
	margin: 15px 0 0 0;
}

.home-stock .irasia a {
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
}

.home-stock .stockcode {
	font-size: 23px;
	padding: 11px 10px;
}

.home-stock .code {
	font-size: 18px;
	text-align: right;
	padding: 6px 0 0 0;
}

.home-stock .price {
	border-top: 2px solid #67c3b0;
	border-bottom: 2px solid #67c3b0;
	padding: 15px 10px 15px 10px;
}

.home-stock .price .value {
	font-size: 30px;
}

.home-stock .btn {
	background: #7c859c;
	color: #ffffff;
	border: 0;
	padding: 13px 40px;
	font-size: 18px;
	margin: 15px auto 20px auto;
}

.home-business .width50 img,
.home-business .width33 img {
	width: 100%;
}

.home-business .width50 a {
	max-width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
}

.home-business .width50 a:last-child,
.home-business .width33 a:last-child {
	margin-right: 0;
}

.home-business .width33 a {
	max-width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
}

.home-news {
	text-align: center;
	margin: 50px 0 50px 0;
}

.home-news h1 {
	color: #67c3b0;
}

.home-news a {
	color: #333333;
}

.home-news .news-group {
	margin: 50px 0;
}

.home-news .news .news-content {
	background: #f0f7fa;
	padding: 80px 40px 20px 40px;
	margin-top: -78px;
	z-index: 97;
	position: relative;
	min-height: 190px;
	font-size: 18px;
}

.home-news .news .dateContainer {
	z-index: 98;
	position: relative;
}

.home-news .news .dateContainer .date {
	width: 130px;
	height: 130px;
	text-align: center;
	padding: 11px 0;
	margin: 0 auto 20px auto;
}

.home-news .news .dateContainer .date.bordered {
	background: #ffffff;
	border: 5px solid #395798;
	border-radius: 1000%;
}

.home-news .news .dateContainer .date .month,
.home-news .news .dateContainer .date .day {
	display: block;
	color: #395798;
}

.home-news .news .dateContainer .date .month {
	font-size: 24px;
	font-weight: bold;
}

.home-news .news .dateContainer .date .day {
	font-size: 56px;
	line-height: normal;
}

.home-news .slick-dots {
	bottom: -40px;
}

.home-news .slick-dots li button:before {
	font-size: 16px;
	color: #395798;
	opacity: 0.6;
}

.home-news .slick-dots li.slick-active button:before {
	opacity: 1;
}

.home-report {
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 70px;
}

.home-report .report {
	background: url(../images/home/homeReportBG.jpg) no-repeat;
	min-height: 800px;
	background-size: cover;
	text-align: center;
	padding: 90px 50px 30px 50px;
	margin-bottom: 30px;
}

.home-report .report h2 {
	margin-bottom: 25px;
}

.home-report .esg {
	background: url(../images/home/homeEsgBG.jpg) no-repeat;
	height: 800px;
	background-size: cover;
	text-align: center;
	padding: 40px 35px 30px 35px;
}

.home-report .esg p {
	font-size: 16px;
	padding: 15px 0;
}

.home-report .report .cover {
	margin-top: 20px;
}

.dataContainer {
	margin: 65px 0;
}

.home-data {
	height: 660px;
	background: url(../images/home/homeData.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	text-align: center;
	padding: 50px 0;
}

.home-data .number {
	font-size: 48px;
}

.home-data .slick-dots li button:before {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.6;
}

.home-data .slick-dots li.slick-active button:before {
	opacity: 1;
}

/* Content */
.subBanner {
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}

.subBanner .title {
	max-width: 1400px;
	height: 400px;
	padding: 0 15px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aboutBanner {
	background: url(../images/global/subabout.jpg);
}

.newsBanner {
	background: url(../images/global/subnews.jpg);
}

.bdBanner {
	background: url(../images/global/subbd.jpg);
}

.irBanner {
	background: url(../images/global/subir.jpg);
}

.csrBanner {
	background: url(../images/global/subcsr.jpg);
}

.careerBanner {
	background: url(../images/global/subcareer.jpg);
}

.contentWrapper {
	padding: 60px 0;
	min-height: 500px;
}

.contentWrapper h2 {
	color: #67c3b0;
}

.contentWrapper .sectionTitle {
	margin-top: 0;
	margin-bottom: 30px;
}

ul.listsquare {
	list-style: none;
	padding-left: 0;
	margin-bottom: 25px;
}

ul.listsquare li {
	position: relative;
	padding-left: 20px;
	line-height: 32px;
}

ul.listsquare li:before {
	content: "■";
	color: #395798;
	font-size: 18px;
	padding-right: 15px;
	position: absolute;
	top: -1px;
	left: 0;
	display: inline-block;
}

/* IR */
.pdfItem {
	margin-bottom: 20px;
}

.pdfItem a {
	color: inherit;
}

.pdfItem .dateContainer {
	display: table-cell;
	padding: 0 20px 0 0;
}

.pdfItem .dateContainer .date {
	width: 90px;
	height: 90px;
	background: #395798;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #395798;
}

.pdfItem .dateContainer .date .month,
.pdfItem .dateContainer .date .day {
	display: block;
}

.pdfItem .dateContainer .date .month {
	font-size: 14px;
}

.pdfItem .dateContainer .date .day {
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
}

.pdfItem .pdfLink {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 20px 0;
	max-width: 780px;
}

.pdfItem .pdfLink a {
	font-size: 15px;
}

.pdfItem .dateContainer .date.bordered {
	background: none;
	border: 5px solid #395798;
	padding: 9px;
}

.pdfItem .dateContainer .date.circle {
	border-radius: 1000%;
}

.pdfItem .dateFormat .date {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.year {
	margin-bottom: 30px;
}

.ir .cover img,
.video-cover img {
	border: 1px solid rgba(227, 227, 227, 1.00);
	margin-bottom: 20px;
}

.ir .reportlink {
	margin-bottom: 40px;
	font-size: 21px;
}

.corpinfo-row {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}

.presentation {
	margin-bottom: 40px;
}

.presentation .cover {
	display: block;
	vertical-align: top;
	margin: 0 30px 20px 0;
	width: 100%;
}

.presentation .cover img {
	border: 1px solid rgba(216, 216, 216, 1.00);
}

.presentation .link {
	display: block;
	vertical-align: top;
}

.presentation .link a {
	font-size: 28px;
	color: #395798;
}

ul.container-filter {
	list-style: none;
	text-align: center;
	padding-left: 0;
}

.container-filter li a.active {
	background: #395798;
}

ul.container-filter li {
	display: inline-block;
	margin-bottom: 10px;
}

ul.container-filter li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	min-width: 60px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #fff;
	background: #67c3b0;
}

ul.container-filter li a:hover {
	text-decoration: none;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
	width: 100%;
	min-height: 1px;
	padding: 15px;
	position: relative;
}

.nf-col-4 .nf-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.nf-col-4 .nf-item .cover {
	margin-bottom: 10px;
}

/* About */
.management {
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 0 15px 0;
}

.management h3 {
	font-weight: bold;
}

.culture-img img {
	padding-bottom: 20px;
}

section.timeline::after {
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -60px;
	width: 3px;
	z-index: 0;
	opacity: 0.35;
}

section.timeline {
	width: 100%;
	margin: 70px 0 0 0;
	position: relative;
	float: left;
	padding-bottom: 120px;
}

section.timeline .timeline-date {
	width: 160px;
	padding: 10px 0;
	line-height: 30px;
	height: inherit;
	background: #37559b;
	border-radius: 6px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto 10px;
	z-index: 1;
}

section.timeline .timeline-date h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
	font-family: 'OpenSans', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section.timeline .timeline-box {
	margin: 20px 0px 30px 0px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid #375699;
	border-radius: 4px;
	padding: 10px;
	position: relative;
	max-width: 90%;
	float: left;
	z-index: 1;
	margin-bottom: 30px;
	background: #FFF;
	width: auto;
}

section.timeline .timeline-box .portfolio-item {
	padding: 20px;
}

section.timeline .timeline-box .month {
	color: #00944a;
	font-size: 24px;
	padding: 0 0 15px 0;
}

section.timeline .timeline-box .portfolio-item p {
	margin-bottom: 20px;
	text-align: left;
}

section.timeline .timeline-box.right {
	clear: right;
	float: right;
	right: -1px;
	margin-top: 40px;
}

section.timeline .timeline-box.left {
	clear: both;
}

ul.event-details {
	list-style-type: none;
	padding: 0;
	position: relative;
	font-size: 18px;
}

ul.event-details li:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	background: #48b22c;
	top: 7px;
}

ul.event-details li {
	padding-left: 15px;
	text-align: justify;
	position: relative;
	margin-bottom: 25px;
}

ul.event-details li:last-child {
	margin-bottom: 0;
}

ul.event-details li span img {
	max-width: 110px;
	padding: 0 10px 0 0;
}

ul.event-details .awards-bold {
	font-weight: bold;
	color: #523e25;
}

ul.awards-details li:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/about/milestoneIcon.jpg) no-repeat;
	background-size: 20px 20px;
	top: 3px;
}

ul.awards-details li {
	padding-left: 30px;
}

/* Business */
.business img {
	margin-bottom: 30px;
	border: 1px solid rgba(231, 231, 231, 1.00);
}

.business .popup-gallery img {
	margin-bottom: 0;
}



/* Media */
.gallery .form-control {
	float: right;
}

.popup-gallery .caption {
	padding: 10px 0;
	text-align: center;
	display: block;
}

.popup-gallery a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.break {
		display: inline;
	}

	.homeBanner .banner-prev {
		width: 51px;
		left: 60px;
	}

	.homeBanner .banner-next {
		width: 51px;
		right: 60px;
	}

	.banner01 {
		height: 650px;
	}

	.banner02 {
		height: 650px;
	}

	.banner03 {
		height: 650px;
	}

	.homeBanner {
		height: 650px;
	}

	.home-report .esg {
		padding: 90px 50px 30px 50px;
	}

	header .container {
		width: 100%;
	}

	.mobile-language {
		display: block;
		background: rgba(236, 236, 236, 1.00);
		padding: 20px;
	}

	.footer-disclaimer {
		text-align: left;
	}

	/* IR */
	.pdfItem .pdfLink a {
		font-size: 18px;
	}

	.presentation .cover {
		display: inline-block;
		width: 300px;
	}

	.presentation .link {
		display: inline-block;
	}

	.nf-col-4 .nf-item,
	.nf-col-4 .grid-sizer {
		width: 50%;
		padding: 15px;
	}

	/* About */
	section.timeline .timeline-box {
		width: 90%;
	}
}

@media (max-width: 991px) {
	section.timeline .timeline-box {
		margin: 25px auto;
		float: none;
		right: auto;
		left: auto;
		max-width: 90%;
		width: auto;
	}

	section.timeline .timeline-box.right {
		float: none;
	}
}


@media (min-width: 992px) {
	header .container {
		width: 970px;
	}


}

@media (min-width: 1024px) {
	header .topnav ul.navigation>li {
		font-size: 14px;
	}

	header {
		padding: 25px 0;
		height: 170px;
	}

	.hamburger {
		display: none;
	}

	header .topnav {
		position: absolute;
		top: 94px;
		left: 15px;
		z-index: 99;
		display: block;
		width: 100%;
		background: none;
		border-top: 0;
	}

	header .topnav ul.navigation li {
		display: table-cell;
		border-bottom: 0;
	}

	header .topnav ul.subnav {
		position: absolute;
	}

	header .topnav ul.navigation li a {
		padding: 25px 15px;
		color: #333333;
		background: url(../images/global/navbg.jpg) no-repeat;
		background-position: left;
		display: inline;
		white-space: nowrap;
	}

	header .topnav ul.navigation>li.act a {
		color: #758ab7;
	}

	header .topnav ul.navigation>li:first-child a {
		background: none;
		padding: 25px 40px 25px 0;
	}

	header .topnav ul.subnav {
		position: absolute;
		background: #395798;
		padding: 0 15px 0 15px;
		margin-top: 20px;
		visibility: hidden;
	}

	header .topnav ul.navigation li ul.subnav.act {
		visibility: visible;
		position: absolute;
	}

	header .topnav ul.subnav li {
		display: block;
	}

	header .topnav ul.subnav li a {
		color: #ffffff !important;
		display: block;
	}

	header .topnav ul.subnav li a {
		padding: 12px 25px;
		background: none;
	}

	header .topnav ul.navigation>li:first-child a {
		background: none;
		padding: 25px 15px 25px 0;
	}

	header .topnav ul.navigation li a:after {
		content: "";
		color: #333333;
		position: absolute;
		right: 30px;
	}

	.mobile-language {
		display: none;
	}

	/* IR */
	.nf-col-4 .nf-item,
	.nf-col-4 .grid-sizer {
		width: 25%;
	}

	/* About */
	section.timeline .timeline-box {
		width: 45.7%;
	}

	section.timeline .timeline-box.left:before {
		background: none repeat scroll 0 0 #ea202d;
		border-radius: 50%;
		box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #ea202d;
		content: "";
		display: block;
		height: 7px;
		margin-right: -5px;
		position: absolute;
		right: -6.8%;
		top: 22px;
		width: 8px;
	}

	section.timeline .timeline-box.right:before {
		background: none repeat scroll 0 0 #ea202d;
		border-radius: 50%;
		box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #ea202d;
		content: "";
		display: block;
		height: 7px;
		margin-left: -5px;
		position: absolute;
		left: -7.2%;
		top: 32px;
		width: 8px;
	}

	section.timeline .timeline-box.left:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #FFF;
		border-right: 1px solid #375699;
		border-top: 1px solid #375699;
		content: "";
		display: block;
		height: 14px;
		position: absolute;
		right: -8px;
		top: 20px;
		width: 14px;
		z-index: 0;
	}

	section.timeline .timeline-box.right:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #FFF;
		border-left: 1px solid #375699;
		border-bottom: 1px solid #375699;
		content: "";
		display: block;
		height: 14px;
		position: absolute;
		left: -8px;
		top: 30px;
		width: 14px;
		z-index: 0;
	}

	section.timeline .timeline-box.left::before {
		margin-right: -16px;
	}

	section.timeline .timeline-box.right::before {
		margin-left: -16px;
	}

	section.timeline .timeline-box.left::before,
	section.timeline .timeline-box.right::before {
		box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #ffffff;
		background: #4aad2f;
	}

	section.timeline .timeline-box.left:before {
		margin-right: -16px;
	}

	section.timeline .timeline-box.right:before {
		margin-left: -16px;
	}
}



@media (min-width: 1200px) {

	header .topnav ul.subnav li a {
		padding: 12px 25px;
		background: none;
	}

	header .topnav ul.navigation>li:first-child a {
		background: none;
		padding: 25px 30px 25px 0;
	}

	/* About */
	section.timeline .timeline-box.left:before {
		margin-right: -18px;
	}

	section.timeline .timeline-box.right:before {
		margin-left: -18px;
	}

}

@media (min-width: 1400px) {
	header .container {
		width: 1400px;
	}

	header .topnav ul.navigation>li {
		font-size: 19px;
	}

	header .topnav ul.navigation li a {
		padding: 25px 30px;
	}

	.home-stock .stockcode {
		padding: 15px 10px;
	}

	.home-stock .price {
		padding: 20px 10px 20px 10px;
	}

	.home-stock table tbody td {
		padding: 13px 0;
	}


}