#RWD_CHECKER {
	position: fixed;
	display: none;
	width: 1000px;
}

a img {
	border: none;
}

.no-scroll {
	overflow-y: hidden;
}

.bg_orange {
	background: #f2902f
}

.bg_green {
	background: #8dc556
}

.bg_lightblue {
	background: #32bfe2
}

.bg_blue {
	background: #0063b0
}

html,
body {
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	max-width: 1920px;
	font-family: Arial, "Microsoft JhengHei";
	font-size: 16px;
	line-height: 26px;
}

html.menu_on,
html.popMenu_on {
	overflow: hidden;
	height: 100%;
}

a {
	text-decoration: none;
	color: #000
}

.link {
	color: #3c8ab5;
	text-decoration: underline;
}

.wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.sub-wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.mobile {
	display: none;
}



#main {
	margin-top: 95px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	display: block;
}

#menu {
	width: 50%;
	min-width: 327px;
	height: 100%;
	position: fixed;
	left: 100%;
	top: 0px;
	z-index: 30;
	background: #FFF;
	transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;

}

#menuBg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: url("../img/bg_black_50.png") center repeat \9;
	top: 999%;
	left: 0px;
	z-index: 29;
	opacity: 0.5;
	display: none \9;
	opacity: 0;
	transition: 300ms opacity;
	-o-transition: 300ms opacity;
	-ms-transition: 300ms opacity;
	-moz-transition: 300ms opacity;
	-webkit-transition: 300ms opacity;
}

.menu_on #menu {
	left: 100%;
	margin-left: -364px;
}

.menu_on #menuBg {
	display: block \9;
	opacity: 1;
	top: 0%;
}

#menu .wrap {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

#menu .menuWrap {
	width: 100%;
	max-width: 320px;
	margin-left: 24px;
	position: relative;
	margin-top: 100px;
}

#menu .menu-close-toggle {
	height: 95px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 0px;
	left: 24px;
	right: 24px;
	background: #FFF;
	z-index: 9;
}

.narrow #menu .menu-close-toggle {
	height: 76px;
}

#icon-menu-close {
	width: 65px;
	height: 65px;
	background: url("../img/btn_close.png") center center no-repeat;
	margin-top: 15px;
	cursor: pointer;
}

.narrow #icon-menu-close {
	width: 52px;
	height: 52px;
	margin-top: 12px;
	background-size: 50%;
}

#menu .search {
	width: 100%;
	height: 65px;
}

#menu .search .gsc-control-cse {
	padding: 13px 0px;
}

#menu .search .gsc-results-wrapper-overlay {
	height: 80%;
	padding: 30px;
	width: 70%;
	top: 10%;
	left: 15%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#menu .category {
	color: #FFF;
	padding: 0px 0px;
	overflow: auto;
	margin-bottom: 48px;
}

#menu .category h2 {
	padding: 0px;
	margin: 24px;
	margin-bottom: 12px;
	font-size: 24px;
}

#menu .category ul {
	list-style: none;
	margin: 24px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 60px;
	font-size: 16px;
}

#menu .category ul li {
	border-bottom: 1px solid #FFF;
}

#menu .category ul li:last-child {
	border-bottom: 0px solid #FFF;
}

#menu .category ul li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

#header {
	background: url("../img/bg_header.png") center top repeat-x;
	width: 100%;
	height: 105px;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 20;
}

.narrow #header {
	height: 105px;
}

#header .wrap {
	height: 84px;
}

.narrow #header {
	height: 76px;
}

#nav {
	float: right;
	height: 60px;
	margin-top: 18px;
}

.narrow #nav {
	height: 48px;
	margin-top: 14px;
}

.navItem {
	float: left;
	padding-left: 25px;
}

.narrow .navItem {
	padding-left: 20px;
}

.navItem1 {
	font-size: 16px;
	width: 100px;
	line-height: 60px;
	height: 30px;
	text-decoration: none;
	color: #000;
}

.narrow .navItem1 {
	font-size: 13px;
	width: 100px;
	line-height: 48px;
	height: 24px;
}

.navItem1 img {
	vertical-align: middle;
	margin-right: 7px;
}

.narrow .navItem2 img {
	height: 48px;
}

#lang-toggle {
	float: right;
	width: 85px;
	height: 31px;
	margin-top: 32px;
	background: url("../img/btn_lang_tw.png") center center no-repeat;
	margin-left: 17px;
	display: none;
}

#menu-toggle {
	width: 65px;
	height: 60px;
	float: right;
	background: url("../img/btn_menu.png") center center no-repeat;
	margin-top: 17px;
	margin-left: 17px;
	cursor: pointer;
}

.narrow #menu-toggle {
	width: 52px;
	height: 48px;
	background-size: 100%;
	margin-top: 14px;
	margin-left: 14px;
}

#logo {
	float: left;
	width: 290px;
	height: 56px;
	background: url("../img/img_logo.png") center center no-repeat;
	margin-top: 20px;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.narrow #logo {
	width: 232px;
	height: 44px;
	background-size: 100%;
	margin-top: 16px;
	background: url("../img/img_logo_narrow.png") center center no-repeat \9;
}

#content {
	padding-top: 93px;
	width: 100%;
	overflow: hidden;
}

.narrow #content {
	padding-top: 73px;
}

#pageBanner {
	width: 100%;
	height: 410px;
	position: relative;
}

#pageBanner .slideItem {
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#pageBanner .slideItem a {
	display: block;
	width: 100%;
	height: 100%;
}

.slideItem {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: 800ms;
	-o-transition: 800ms;
	-ms-transition: 800ms;
	-moz-transition: 800ms;
	-webkit-transition: 800ms;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url("../img/load.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.initaled .slideItem {
	display: block;
	opacity: 1;

}

.slideItem .alt {
	position: absolute;
	left: 10px;
	bottom: 3px;
	color: #FFF;
}

.slideItem.prev {
	left: -100%;
	top: 0px;
}

.slideItem.next {
	left: 100%;
	top: 0px;
}

.slideItem.on {
	left: 0%;
	top: 0px;
}

.photoSlide {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 0px;
}

.photoSlide.disMobile.initaled .dotBox {
	display: none;
}

.photoSlide.initaled .dotBox {
	position: absolute;
	bottom: 10px;
	width: 100%;
	/*max-width:1000px;*/
	height: 16px;
	margin-left: -50%;
	left: 50%;
	text-align: right;
	line-height: 16px;
	z-index: 2;

}

.photoSlide.initaled .dotBox .dot {
	width: 16px;
	height: 16px;
	margin: 0px 5px;
	display: inline-block;
	background: url("../img/banner_dot_off.png") center center no-repeat;
	cursor: pointer;
}

.photoSlide.initaled .dotBox .dot.on {
	background: url("../img/banner_dot_on.png") center center no-repeat;
}

.floor {
	width: 100%;
	height: 208px;
	overflow: auto;
}

.floor .wrap {
	width: 100%;
	max-width: 500px;
	height: 100%;
}

.blockLeft {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
}

.floor .blockLeft .wrap {
	float: right;
}

.blockRight {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
}


.floor .blockRight .wrap {
	float: left;
}

.floor .block {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	cursor: pointer;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;

}

.floor .block.hidden {
	overflow: hidden;
}

.floor .block a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;

}

.floor .block img {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	bottom: 0px;
	z-index: 1;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
	height: 100%;
}

.floor .block .cover {
	left: 100%;
	margin-left: 0px;
	z-index: 2;
	width: 100%;
	position: absolute;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	background: url("../img/bg_black_50.png") center center repeat \9;
	color: #FFF;
	line-height: 208px;
	text-align: center;
	font-weight: bold;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
}

.floor .block:hover .cover {
	left: 0%;
}

.block .hover_block {
	position: absolute;
	width: 0%;
	height: 100%;
	z-index: 0;
	top: 0px;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
}

.block .hover_block.left {
	left: 0px;
}

.block .hover_block.right {
	right: 0px;
}


.block:hover .hover_block {
	width: 60%;
}

.block .hover_block.right.out {
	left: 1000%;
}

.block:hover .hover_block.right.out {
	left: 40%;
	width: 1000%;
}

.block .hover_block.left.out {
	left: inherit;
	right: 1000%;
}

.block:hover .hover_block.left.out {
	left: inherit;
	right: 40%;
	width: 1000%;
}

#newsBanner .dotBox {
	/*display:none;*/
}

#newsBanner .dotBox .wrap {
	margin-right: 10px;
}

#newsBanner .bannerItem0 {
	width: 100%;
	height: 100%;
	background: url("../img/index/img_index_news.png") left center no-repeat;
	background-size: auto 100%;
}

#newsBanner .slideItem a {
	display: block;
	width: 100%;
	height: 100%;
}

.narrow #newsBanner .slideItem {
	background-position: center;
	background-size: auto 100%;
}

#subBanner-bulid {
	height: 326px;
	background: #0063b0;
	background-image: url("../img/subbanner/bg_bulid.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;


}

#subBanner-bulid .wrap {
	position: relative;
	height: 100%;
	overflow: auto;
}

#subBanner-bulid .subBanner-title {
	margin-top: 68px;
	margin-bottom: 0px;
	text-align: center;
	color: #FFF;
	font-size: 50px;
	line-height: 60px;
	white-space: 10px;
}

#subBanner-bulid .subBanner-subtitle {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFF;
}

#subBanner-bulid .subBanner-img {
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 1
}

.subBanner .cloud1 {
	top: 87px;
	margin-left: -460px;
}

.narrow .subBanner .cloud1 {
	top: 37px;
}

.subBanner .cloud2 {
	top: 27px;
	margin-left: 390px;
}

.subBanner .cloud3 {
	top: 90px;
	margin-left: 350px;
}

.subBanner .cloud4 {
	top: 43px;
	margin-left: -860px;
}

.subBanner .cloud5 {
	top: 117px;
	margin-left: 660px;
}

.narrow .subBanner .cloud5 {
	top: 100px;
}

.subBanner .cloud {
	width: 110px;
	height: 66px;
	background: url("../img/subbanner/img_cloud.png") center center no-repeat;
	position: absolute;
	left: 50%;
	background-size: 100%
}

.narrow .subBanner .cloud {
	width: 88px;
	height: 52px;
}

.subBanner .cloud.style2 {
	width: 60px;
	height: 35px;
	background: url("../img/subbanner/img_cloud2.png") center center no-repeat;
	background-size: 100%
}

.narrow .subBanner .cloud.style2 {
	width: 52px;
	height: 30px;
}

.subBanner .cloud.on {
	animation: slidein 3s infinite;
	-webkit-animation: slidein 3s infinite;
	-moz-animation: slidein 3s infinite;
	-webkit-animation-timing-function: ease-in-out;
	/* Chrome, Safari, Opera */
	animation-timing-function: ease-in-out;
}

@keyframes slidein {
	0% {
		margin-top: 0px;
	}

	25% {
		margin-top: -2px;
	}

	50% {
		margin-top: 0px;
	}

	75% {
		margin-top: 2px;
	}

	100% {
		margin-top: 0px;
	}
}

@-webkit-keyframes slidein {
	0% {
		margin-top: 0px;
	}

	25% {
		margin-top: -2px;
	}

	50% {
		margin-top: 0px;
	}

	75% {
		margin-top: 2px;
	}

	100% {
		margin-top: 0px;
	}
}

@-moz-keyframes slidein {
	0% {
		margin-top: 0px;
	}

	25% {
		margin-top: -2px;
	}

	50% {
		margin-top: 0px;
	}

	75% {
		margin-top: 2px;
	}

	100% {
		margin-top: 0px;
	}
}

.narrow #subBanner-bulid {
	height: 260px;
}

.narrow #subBanner-bulid .subBanner-title {
	margin-top: 54px;
	font-size: 40px;
	line-height: 50px;
}

.narrow #subBanner-bulid .subBanner-img {
	height: 120px;
	right: 0px;
}

.blockBG_wihte {
	background-color: #FFF;
}

.blockBG1_1 {
	background: url("../img/blockBG/bg1.png") left top repeat;
	background-color: #f2902f;
}

.blockBG1_1:hover {
	background-color: #f3a75b;
}

.blockBG1_2 {
	background: url("../img/blockBG/bg1.png") left top repeat;
	background-color: #eb6143;
}

.blockBG1_2:hover {
	background-color: #ed9683;
}


.blockBG2_1 {
	background: url("../img/blockBG/bg2.png") left top repeat;
	background-color: #0063b0;
}

.blockBG2_1:hover {
	background-color: #337fbb
}

.blockBG2_2 {
	background: url("../img/blockBG/bg2.png") left top repeat;
	background-color: #32bfe2;
}

.blockBG2_2:hover {
	background-color: #66cce5
}



.blockBG3_1 {
	background: url("../img/blockBG/bg3.png") left top repeat;
	background-color: #f7af00;
}

.blockBG3_1:hover {
	background-color: #fbd558
}

.blockBG3_2 {
	background: url("../img/blockBG/bg3.png") left top repeat;
	background-color: #8dc556;
}

.blockBG3_2:hover {
	background-color: #abd485
}

#block_intro .hover_block {
	background: #f2902f;
}

#block_job .hover_block {
	background: #eb6143;
}

#block_benefits .hover_block {
	background: #32bfe2;
}

#block_join .hover_block {
	background: #0063af;
}

#block_train .hover_block {
	background: #8dc556;
}

#block_people .hover_block {
	background: #f7af02;
}

/*--START : subBanner--*/
#subBanner {
	height: 338px;
	position: relative;
}

#subBanner .wrap {
	height: 100%;

}

#subBanner .bg-left {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#subBanner .sense-left {
	width: 426px;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left;
}

.narrow #subBanner .sense-left {
	background-position-y: -10px \9;
}

/*--END : SubBanner--*/
#subBanner #headline {
	width: 574px;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left;
}

#subBanner #headline .wrap {
	padding: 26px 44px;
}

#headline .headline-item:hover .headline-item-date {
	background: #ed7156
}

#headline .headline-item .headline-item-date {
	color: #FFF;
	background: #81511c;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	margin: 0px;
}

#headline .headline-item .headline-item-title {
	margin-top: 10px;
	margin-bottom: 20px;
}

#news-list {
	padding: 56px 0px;
	min-height: 400px;
	max-height: 400px;
	transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
}

#news-list.on {
	max-height: 9999px;
}

#news-list .news-list-item:hover .news-list-item-date {
	background: #ed7156
}

#news-list .news-list-item .news-list-item-date {
	color: #FFF;
	background: #81511c;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 5px 10px;
	margin: 0px;
}

#news-list .news-list-item .news-list-item-title {
	margin-top: 10px;
	margin-bottom: 38px;
}

#news-content {
	padding: 56px 0px;
	min-height: 400px;
}

#news-content .news-content-title {
	color: #eb6143;
	font-size: 20px;
}

#news-content .attachment {
	text-align: center;
}

#news-content .attachment-item {
	width: 100px;
	display: none;
	margin: 40px 46px;
}

#news-content .attachment-item.on {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#page-wrap {
	width: 100%;
	text-align: center;
}

#page-wrap #pre {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
	width: 30px;
	height: 30px;
	background: url("../img/img_pre_page.png") center center no-repeat;
	margin: 0px 10px;
}

#page-wrap #next {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
	width: 30px;
	height: 30px;
	background: url("../img/img_next_page.png") center center no-repeat;
	margin: 0px 10px;
}

#page-wrap #news-page {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: 30px;
	line-height: 30px;
}

#page-wrap #page a {
	margin: 0px 4px;
}

#footer {
  width: 100%;
  background: #232323;
  height: 80px;
  z-index: 30;
}

#footer #gotop {
	width: 78px;
	height: 47px;
	background: url("../img/footer/icon_gotop.png") center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -39px;
	margin-top: -32px;
	z-index: 5;
	cursor: pointer;
}

#footer .contentLeft {
	width: 80%;
}


#footer .contentRight {
	width: 20%;
	height: 80px;
	float: right;
}

#copyright {
	padding: 30px 0px;
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	float: left;
}

#visitor {
	width: 200px;
	float: left;
	height: 80px;
	line-height: 80px;
	color: #fff;
	padding-left: 20px;
}

.traffic {
	height: 24px;
	width: 200px;
	max-width: 200px;
	vertical-align: middle;
	max-width: 200px;
	width: 100%;
	position: relative;
}

#socialBox {
	width: 100%;
	float: right;
	height: 80px;
}

#socialBox .socialItem {
	width: 40px;
	height: 40px;
	float: right;
	margin: 20px 5px;
}

.social_line {
	background: url("../img/footer/social_line.png") center center no-repeat;
}

.social_linkin {
	background: url("../img/footer/social_linkin.png") center center no-repeat;
}

.social_bird {
	background: url("../img/footer/social_bird.png") center center no-repeat;
}



#popMenu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -999px;
	left: 0px;
	z-index: 29;
	display: none \9;
	overflow: auto;

}

#popBG {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 0%
}

.popMenu_on #popBG {
	width: 100%;
	height: 100%
}

.popMenu_on #menuBg,
.popMenu_on #popMenu {
	top: 0px;
	display: block \9;
	opacity: 1;
	;
}

.pop_block {
	width: 735px;
	height: 590px;
	display: none \9;
	opacity: 0;
	margin: 0 auto;
	margin-top: 100px;
	position: absolute;
	top: -999%;
	left: 50%;
	margin-left: -367px;
	margin-top: -295px;
	perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;

}

.pop_block.style2 {
	width: 588px;
	margin-left: -299px;
}

#popMenu .pop_block.on {
	top: 50%;
	display: block \9;
	opacity: 1;
}


.pop_subblock {
	width: 130px;
	height: 130px;
	background: #FFF;
	position: absolute;
	transform-style: preserve-3d;
	transition: all 0.3s linear;
	transform: rotateX(50deg);
	opacity: 0;
}

.pop_block.on .pop_subblock {
	transform: rotateY(0deg);
	opacity: 1;
}

.style2 .pop_subblock {
	position: relative;
	float: left;
	margin-right: 8px;
}

.style2 .pop_subblock:last-child {
	margin-right: 0px;
}

.pop_subblock.item1 {
	right: 0px;
	top: 0px;
	transition-delay: 0.0s;
}

.pop_subblock.item2 {
	right: 0px;
	top: 147px;
	transition-delay: 0.1s;
}

.pop_subblock.item3 {
	right: 0px;
	top: 294px;
	transition-delay: 0.2s;
}

.pop_subblock.item4 {
	right: 0px;
	top: 441px;
	transition-delay: 0.3s;
}

.pop_subblock.item5 {
	right: 147px;
	top: 441px;
	transition-delay: 0.4s;
}

.pop_subblock.item6 {
	right: 294px;
	top: 441px;
	transition-delay: 0.5s;
}

.style2 .pop_subblock.item1,
.style2 .pop_subblock.item2,
.style2 .pop_subblock.item3,
.style2 .pop_subblock.item4,
.style2 .pop_subblock.item5,
.style2 .pop_subblock.item6 {
	right: 0px;
	top: 0px;
}

.pop_block .head {
	width: 588px;
	height: auto;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.3s linear;
	transform: rotateX(50deg);
}

.pop_block.on .head {
	transform: rotateY(0deg);
}

.pop_block .head img {
	width: 100%;
}

.pop_block .head .popClose {
	width: 50px;
	height: 50px;
	background: url("../img/btn_close_w.png") center center no-repeat;
	background-size: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	border-radius: 100%;
	transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
}

.pop_block .head .popClose:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.pop_subblock a {
	display: block;
	padding: 36px 16px;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
}

#pop_people .pop_subblock {
	border: 5px solid #f7af00;
}

#pop_people .pop_subblock a {
	color: #f7af00;

}

#pop_people .pop_subblock a:hover {
	background: #f7af00;
	color: #FFF;

}

#pop_train .pop_subblock {
	border: 5px solid #8dc556;
}

#pop_train .pop_subblock a {
	color: #8dc556;
}

#pop_train .pop_subblock a:hover {
	background: #8dc556;
	color: #FFF;
}

#pop_intro .pop_subblock {
	border: 5px solid #f2902f;
}

#pop_intro .pop_subblock a {
	color: #f2902f;
}

#pop_intro .pop_subblock a:hover {
	background: #f2902f;
	color: #FFF;
}

#pop_join .pop_subblock {
	border: 5px solid #0063b0;
}

#pop_join .pop_subblock a {
	color: #0063b0;
}

#pop_join .pop_subblock a:hover {
	background: #0063b0;
	color: #FFF;
}

#pop_benefits .pop_subblock {
	border: 5px solid #32bfe2;
}

#pop_benefits .pop_subblock a {
	color: #32bfe2;
}

#pop_benefits .pop_subblock a:hover {
	background: #32bfe2;
	color: #FFF;
}



.f_blue_l {
	color: #32bfe2;
}

.f_red {
	color: #eb6143;
}

.f_green {
	color: #8dc556;
}

.f_yellow {
	color: #f7af00;
}

.f_orange {
	color: #f2902f
}

.f_blue {
	color: #0063b0;
}

.f_bold {
	font-weight: bold;
}

.imgCenter {
	display: block;
	margin: 0 auto;
}

.nav-link {
  color: #0a0a0a;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0080ff;
}
