/* CSS Document */


/* center */
body{ margin:0px;padding:0px;
	background-color:#fff;
	/* background-image: url(../images/bg.jpg); */
}
body, table, tr, td, p
{
	/*font:normal 12px/16px Arial;*/
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
img {
	border:0px;
}
.clear{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
a, a:hover{
	text-decoration:none;
}
.overflow-hidden{ overflow:hidden;}


.page{
	width:100%;
}
.container{
	width:1140px;
	margin:0 auto;
	padding:0;
}

.divCenter{
	padding-bottom:70px;
}

.mgT20{ margin-top:20px; }
.mgT30{ margin-top:30px; }
.pdT9{ padding-top:9px; }



/* top nav */
.divTop{
	width:1140px;
	margin:0 auto;
	padding:20px 0;
}

.divTop-right{
	float:right;
	text-align:right;
}
.divTop-right .boxLang{
	font:normal 12px/16px Arial;
	color:#999;
	text-decoration:none;
}
.divTop-right .boxLang a{
	font:normal 12px/16px Arial;
	color:#999;
	text-decoration:none;
}
.divTop-right .boxLang a:hover, .divTop-right .boxLang a.actived{
	font:normal 12px/16px Arial;
	color:#d01f3e;
	text-decoration:none;
}

.divTop-right .nav{
	padding-top:15px;
}
.divTop-right .nav ul > li{
	float:left;
	margin-left:20px;
	list-style:none;
}
.divTop-right .nav li > a{
	color:#555;
	font-size:16px;
}
.divTop-right .nav li > a:hover, .divTop-right .nav li.actived > a{
	color:#d01f3e;
}
.divTop-right .nav li.actived > a:hover{
	color:#d01f3e;cursor:default;
}
.divTop-right .nav .open > a,
.divTop-right .nav .open > a:hover,
.divTop-right .nav .open > a:focus {
  background-color: #fff;
  border-color:transparent;
}

.navbar-nav > li > .dropdown-menu{
	padding-top:20px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding:0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  /*background-color: #5e5e5e;*/
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
          box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.navbar-nav > li > .dropdown-menu > li{
	margin:0;
	float:none;
	padding:0px;
	background-color: #5e5e5e;
	color:#fff;
}
.navbar-nav > li > .dropdown-menu > li > a {
  display: block;
  padding:2px 10px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  line-height:25px;
  font-family:Arial;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #929292;
  text-decoration: none;
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu > .active > a,
.navbar-nav > li > .dropdown-menu > .active > a:hover,
.navbar-nav > li > .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
.divNav-searchBg {
    margin-top: 10px;
	padding-top:10px;
	position:absolute;
	right:-4px;
	z-index:9999;
}
.divNav-searchBg{
	background:url(image/bg_search.png) no-repeat left top;
	width:311px;
	height:69px;
}
.divNav-searchBg .boxInput{
	width:190px;
	height:30px;
	background-color:#7e7e7e;
	float:left;
	margin:10px 0 0 11px;
	border:0;
	color:#fff;
}
.divNav-searchBg .boxBtn{
	width:80px;
	height:30px;
	background-color:#959595;
	float:left;
	margin:10px 0 0 10px;
}
.form-control {
  color: #777;
  border-radius: 0px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.breadcrumb {
  padding: 8px 0px;
  background-color: #fff;
  border-bottom:1px solid #f2f2f2;
  border-radius: 0px;
  color: #999;
}
.breadcrumb > li + li:before {
  color: #999;
}
.breadcrumb > .active {
  color: #333;
}
.breadcrumb > li > a {
  color: #999;
}
.breadcrumb > li > a:hover {
  color: #d01f3e;
}



/* footer */
.divFooter{
	width:1140px;
	margin:0 auto;
	border-top:2px solid #d40039;
	padding-top:30px;
	font:normal 12px/18px Arial;
	color:#333;
	text-decoration:none;
}
.divFooter-header, .divFooter-header a{
	font:normal 16px/20px Arial;
	color:#333;
	text-decoration:none;
	padding-bottom:10px;
}
.divFooter-list{
	padding-bottom:20px;
	font:normal 13px/20px Arial;
	color:#777;
}
.divFooter-list a{
	display:block;
	font:normal 13px/20px Arial;
	color:#777;
	text-decoration:none;
}
.divFooter-list a:hover, .divFooter-header a:hover{
	color:#d40039;
	text-decoration:none;
}
.divFooter .boxCopyright{
	padding:20px 0;
	margin-top:40px;
	border-top:1px solid #f2f2f2;
	font:normal 12px/18px Arial;
	color:#333;
	text-decoration:none;
	overflow:hidden;
}
.divFooter .boxCopyright a{
	color:#333;
	text-decoration:none;
}
.divFooter .boxCopyright a:hover{
	color:#d40039;
	text-decoration:none;
}
.divFooter a.txtlink{
	color:#333;
	text-decoration:none;
}
.divFooter a.txtlink:hover{
	color:#d40039;
	text-decoration:none;
}

.divFooter-social{
	display:inline-block;
}
.divFooter-social a.boxFb{
	display:block;
	float:left;
	background-image:url(image/img_social.png);
	background-repeat:no-repeat;
	background-position:0 -37px;
	width:37px;
	height:37px;
	margin-right:10px;
}
.divFooter-social a.boxFb:hover{
	background-position:0 0;
}
.divFooter-social a.boxYt{
	display:block;
	float:left;
	background-image:url(image/img_social.png);
	background-repeat:no-repeat;
	background-position:-46px -37px;
	width:37px;
	height:37px;
	margin-right:10px;
}
.divFooter-social a.boxYt:hover{
	background-position:-46px 0;
}
.divFooter-social a.boxTw{
	display:block;
	float:left;
	background-image:url(image/img_social.png);
	background-repeat:no-repeat;
	background-position:-92px -37px;
	width:37px;
	height:37px;
}
.divFooter-social a.boxTw:hover{
	background-position:-92px 0;
}


/* HOME */
.divHome-boxJob-bg{
	background:url(image/index/bg_job.jpg) no-repeat center top;
	width:1140px;
	margin:0 auto;
	height:313px;
}
.divHome-boxJob-container{
	padding:15px 0 0 25px;
}
.divHome-boxJob-bg h1{
	font-size:30px;
	color:#333;
	margin:0;
}
.divHome-boxJob-bg h2{
	font-size:20px;
	color:#d20039;
	margin:0;
}
.divHome-boxJob-bg p{
	/*font-size:12px;
	line-height:20px;*/
	color:#333;
	margin:10px 0 0 0;
	width:570px;
}
.divHome-boxJob-bg .boxBtn{
	padding-top:20px;
}

.divHome-boxNews{
	padding:50px 0 80px 0;
}
.divHome-boxNews h3{
	font-size:24px;
	color:#333;
	margin:0;
}
.divHome-boxNews-bar{
	border-bottom:1px solid #ebebeb;
	position:relative;
	margin-top:50px;
	margin-bottom:30px;
}
.divHome-boxNews-bar .boxTab-news, .divHome-boxNews-bar .boxTab-news_th{
	position:absolute;
	bottom:0;
	left:0;
}
.divHome-boxNews-bar a .boxTab-news {
	display:block;
	background:url(image/index/tab_news.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a:hover .boxTab-news , .divHome-boxNews-bar a.actived .boxTab-news {
	display:block;
	background:url(image/index/tab_news_o.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a .boxTab-news_th {
	display:block;
	background:url(image/index/tab_news_th.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a:hover .boxTab-news_th , .divHome-boxNews-bar a.actived .boxTab-news_th {
	display:block;
	background:url(image/index/tab_news_th_o.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar .boxTab-activities, .divHome-boxNews-bar .boxTab-activities_th{
	position:absolute;
	bottom:0;
	left:100px;
}
.divHome-boxNews-bar a .boxTab-activities {
	display:block;
	background:url(image/index/tab_activities.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a:hover .boxTab-activities , .divHome-boxNews-bar a.actived .boxTab-activities {
	display:block;
	background:url(image/index/tab_activities_o.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a .boxTab-activities_th {
	display:block;
	background:url(image/index/tab_activities_th.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a:hover .boxTab-activities_th , .divHome-boxNews-bar a.actived .boxTab-activities_th {
	display:block;
	background:url(image/index/tab_activities_th_o.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar .boxTab-csr{
	position:absolute;
	bottom:0;
	left:200px;
}
.divHome-boxNews-bar a .boxTab-csr {
	display:block;
	background:url(image/index/tab_csr.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar a:hover .boxTab-csr , .divHome-boxNews-bar a.actived .boxTab-csr {
	display:block;
	background:url(image/index/tab_csr_o.png) no-repeat left top;
	width:112px;
	height:30px;
}
.divHome-boxNews-bar .divHome-boxMore{
	position:absolute;
	right:0;
	bottom:8px;
}
.divHome-boxNews-bar .divHome-boxMore img{
	display:inline-block;
	margin-top:-2px;
	margin-right:5px;
}
.divHome-boxNews-bar .divHome-boxMore a{
	font-size:14px;
	color:#333;
}
.divHome-boxNews-bar .divHome-boxMore a:hover{
	color:#d20039;
	text-decoration:none;
}
.divHome-boxNews .txtTitle{
	padding:15px 0;
	border-bottom:1px solid #f2f2f2;
	font-size:16px;
	line-height:20px;
	color:#333;
}
.divHome-boxNews .txtDate{
	padding:14px 0 10px 0;
	font-size:12px;
	line-height:16px;
	color:#333;
}
.divHome-boxNews .txtDetail{
	font-size:13px;
	line-height:18px;
	color:#777;
}

.divHome-banner-boxText{
	position:absolute;
	left:0;
	top:120px;
}
.divHome-banner-boxText .txt01{
	font-size:48px;
	color:#333;
}
.divHome-banner-boxText .txt02{
	font-size:26px;
	color:#d40039;
}


/* Career */
.divCareer-bannerBg{
	/*background-color:#d61f35;*/
	width:100%;
}
.divCareer-banner{
	background-image:url(image/img_bar.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:1140px;
	height:150px;
	margin:0 auto;
}
.divCareer-banner h1{
	font-size:30px;
	color:#fff;
	padding:58px 0 0 30px;
	margin:0;
}

.divCareer-content{
	padding-top:20px;
}
.divCareer-boxHeader{
	font-size:24px;
	color:#d20039;
}
.divCareer-boxTitle{
	font-size:24px;
	color:#8e8e8e;
	padding:20px 0;
}
.divCareer-boxText{
	font-size:14px;
	line-height:20px;
	color:#333;
	width:450px;
}

.divCareer-boxTalk{
	overflow:hidden;
	padding:10px 0;
}
.divCareer-boxTalk .imgTalk{
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
}
.divCareer-boxTalk .imgTalk span{
	background:url(image/cycle_border.png) no-repeat left top;
	width:120px;
	height:120px;
	position:absolute;
	display: block;
}
.divCareer-boxTalk .txtTalk{
	float:left;
	width:380px;
	margin-left:20px;
}
.divCareer-boxTalk .txtTalk .boxName{
	font-size:24px;
	color:#d20039;
}
.divCareer-boxTalk .txtTalk .boxPosition{
	font-size:16px;
	line-height:20px;
	font-family:Verdana;
	color:#333;
}
.divCareer-boxTalk .txtTalk .boxText{
	font-size:13px;
	color:#777;
	padding-top:10px;
}
.glyphicon-201c:before{
	content:"\201C";
	font-size:20px;
	color:#777;
}
.glyphicon-201d:before{
	content:"\201D";
	font-size:20px;
	color:#777;
}

.divCareer-boxHeader2{
	font-size:24px;
	padding:35px 0 10px 0;
	border-bottom:4px solid #f2f2f2;
}
.divCareer-rowDetail{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;
	background:#fff;
}
.divCareer-rowDetail:hover{
	background:#f2f2f2;
	cursor:pointer;
}
.divCareer-rowDetail .boxPosition{
	font-size:16px;
	color:#555;
	float:left;
}
.divCareer-rowDetail .boxPosition span.txtDep{
	color:#888;
	display:inline-block;
	font-size:16px;
}
.divCareer-rowDetail .boxPosition span{
	display:block;
	font-size:12px;
	color:#777;
	padding-top:5px;
}
.divCareer-boxMore{
	text-align:right;
	padding-top:15px;
}
.divCareer-boxMore img{
	display:inline-block;
	margin-top:-2px;
	margin-right:5px;
}
.divCareer-boxMore a{
	font-size:14px;
	color:#333;
}
.divCareer-boxMore a:hover{
	color:#d20039;
	text-decoration:none;
}

.divCareer-position-boxHeader{
	padding:5px 0 10px 0;
	border-bottom:4px solid #f2f2f2;
	overflow:hidden;
}
.divCareer-position-boxHeader .boxTitle{
	font-size:24px;
	/*line-height:30px;*/
	float:left;
	width:700px;
}
.divCareer-position-boxHeader .boxTitle span{
	display:block;
	margin-top:5px;
}
.divCareer-position-boxHeader .boxForm-search{
	float:right;
}
.divCareer-position-boxHeader .boxForm-search .inputSearch{
	float:left;
	width:175px;
	margin-right:10px;
}
.divCareer-position-boxHeader .boxForm-search .inputBtn{
	float:left;
}
.btn{
  border: 0px solid transparent;
  border-radius: 0px;
}
.btn-default {
  color: #fff;
  background-color: #d20039;
  font-weight:700;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
  color: #fff;
  background-color: #999999;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 20px;
}


.pageNav {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0 0;
  border-radius: 0px;
  float:right;
}
.pageNav > li {
  display: inline;
  float: left;
  font-size:14px;
}
.pageNav > li > a{
  position: relative;
  padding: 6px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #777;
  text-decoration: none;
}
.pageNav > li > a:hover,
.pageNav > li > a:focus{
  color: #d40039;
}
.pageNav > .active > a,
.pageNav > .active > a:hover,
.pageNav > .active > a:focus{
  color: #d40039;
}

.divCareer-detailContent{
	padding-top:25px;
}
.divCareer-detailContent .txtTitle{
	font-size:14px;
	font-weight:700;
	color:#333;
	padding-bottom:15px;
}
.divCareer-detailContent .txtDetail{
	font-size:14px;
	color:#777;
}
.divCareer-detailContent .txtDetail > li{
	background:url(image/icn_bull.jpg) no-repeat left top;
	list-style:none;
	padding:0px 0 0 20px;
	margin-bottom:5px;
}
.divCareer-btnApply{
	padding:25px 0;
}


/* Career : Apply */
.divCareer-apply{
	padding:30px 0 20px 0;
	font-family:Arial;
}
.divCareer-row{
	padding:5px 0;
}
.divCareer-row:before,
.divCareer-row:after{
  display: table;
  content: " ";
}
.divCareer-row:after{clear: both;}
.boxForm-01{
	float:left;
	width:160px;
}
.boxForm-02{
	float:left;
	width:210px;
}
.boxForm-02Date{
	float:left;
	width:180px;
	margin-right:30px;
}
.boxForm-03{
	float:left;
	width:120px;
}
.boxForm-04{
	float:left;
	width:500px;
}
.boxForm-05{
	float:left;
	width:600px;
	margin-top:6px;
}
.divCareer-imgProfile{
	float:right;
	width:100px;
	height:136px;
	padding:3px;
	border:1px solid #ddd;
}
.divCareer-imgProfile img{
	width:92px;
	height:128px;
}
.boxLable01{
	font-size:13px;
	line-height:16px;
	color:#777;
}
.boxLable02{
	font-size:13px;
	line-height:16px;
	color:#777;
}
.boxLable03{
	font-size:13px;
	line-height:16px;
	color:#777;
	padding-top:2px;
}
.boxLable-icnCalandar{
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.boxLable-txt01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	margin:6px 0 0 8px;
}
.boxLable-radio1{
	float:left;
	color:#777;
	padding:0 15px 0 10px;
	margin-right:15px;
	border-right:1px solid #ddd;
}
.boxLable-radio2{
	float:left;
	color:#777;
	padding:0 10px;
}
.boxLable-radio3{
	float:left;
	color:#777;
	padding:5px 10px 0 0;
}


.divCareer-tabApply{
	font-family:Arial;
}
.divCareer-tabApply .icnRight{
	background:url(image/career/icn_right.png) no-repeat right top;
	width:14px;
	height:9px;
	display:inline-block;
	float:right;
	margin-top:5px;
}
.input-group .form-control {
	border-right:0;
}
.input-group-addon {
  padding: 0px 6px;
  background-color:#fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.radio-inline input[type="text"]{
  margin-left: -20px;
}

.myQuestion{ /*header of 1st demo*/
cursor: pointer;
border-bottom:1px solid #ebebeb;
background:#fff;
/*width:865px;940*/
/*height:45px;60*/
padding:15px 0;
	font-size:18px;
	color:#333;
	text-decoration:none;
	margin:0;
}
.myQuestion:hover{ /*header of 1st demo*/
	background:#f8f8f8;
	/*color:#d20039;*/
	text-decoration:none;
}
.openAnswer{ /*class added to contents of 1st demo when they are open*/
	background:#fff;
	/*color:#d20039;*/
	text-decoration:none;
}
.theAnswer{
	background:#f8f8f8;
	/*width:900px;*/
	padding:20px;
}
.myQuestion span.txtTh{
	font-size:24px;
	font-family:"FreesiaUPC";
}

span.txtMark{ color:#d20039; }


.boxTab-form{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
}
.boxTab-form01{
	width:150px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
}
.boxTab-form02{
	width:150px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	text-align:right;
	padding-right:10px;
}
.boxTab-form03{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	margin-left:10px;
}
.boxTab-form04{
	width:150px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding:0 10px 0 20px;
}


.boxTab-txtTitle{
	font-size:14px;
	color:#333;
	padding-bottom:10px;
}
.boxTab-txtHeader{
	font-size:16px;
	color:#333;
	padding-bottom:10px;
}
.boxTab-txtHeader span.txtTh{
	font-size:22px;
	font-family:"FreesiaUPC";
}

.boxTab-children01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	margin-right:10px;
	margin-top:6px;
}
.boxTab-children02{
	float:left;
	width:250px;
	margin-right:20px;
}
.boxTab-children03{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding-right:10px;
}
.boxTab-children04{
	float:left;
	width:50px;
	margin-right:10px;
}
.boxTab-children05{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding:0 10px 0 15px;
}
.boxTab-children06{
	float:left;
	color:#777;
	padding:5px 0 0 10px;
}

.boxTab-family01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	text-align:right;
	width:177px;
	padding-right:10px;
}
.boxTab-family02{
	float:left;
	width:250px;
	margin-right:10px;
}
.boxTab-family03{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding:0 10px;
}
.boxTab-family04{
	float:left;
	width:50px;
}

.boxTab-Refer01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	text-align:right;
	width:120px;
	padding-right:10px;
}
.boxTab-Refer02{
	float:left;
	width:250px;
	margin-right:10px;
}
.boxTab-Refer03{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding:0 10px;
}
.boxTab-Refer04{
	float:left;
	width:630px;
}


.table-bordered tr th{
	background:#f0f0f0;
	text-align:center;
	font-size:14px;
	line-height:16px;
	color:#777;
	vertical-align:middle;
}
.table-bordered tr td{
	font-size:14px;
	line-height:16px;
	color:#777;
	background:#fff;
	vertical-align:middle;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  vertical-align:middle;
}
.table input[type="text"],
.table select{
	border:0;
	background-color:#fff;
}

.boxTab-other01{
	float:left;
	padding:5px 10px 0 0;
}
.boxTab-other02{
	float:left;
}
.boxTab-other02 input.inputOther{
	background:#f0f0f0;
	border:1px solid #e0e0e0;
}

.boxTab-othersHeader{
	font-size:13px;
	line-height:16px;
	color:#777;
	font-weight:bold;
}
.boxTab-othersHeader02{
	font-size:13px;
	line-height:16px;
	color:#777;
	font-weight:normal;
	padding-left:15px;
}
.boxTab-others03{
	color:#777;
	padding:5px 0 5px 15px;
}
.boxTab-others03 textarea.textareaOthers{
	width:700px;
	height:60px;
}
.boxTab-others04{
	font-size:13px;
	line-height:16px;
	color:#777;
	padding-top:20px;
}

.boxLable-browse01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding:6px 10px 0 0;
}
.boxLable-browse02{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	width:170px;
	margin-right:10px;
}


.divApply-boxBtn{
	padding-top:20px;
}
.divApply-boxBtn .btn-default {
  color: #fff;
  background-color: #999;
}
.divApply-boxBtn .btn-default:hover,
.divApply-boxBtn .btn-default:focus,
.divApply-boxBtn .btn-default:active{
  color: #fff;
  background-color: #d20039;
}


/* style Scrollbar */
.content{
	overflow: auto;
	position: relative;
	padding: 0px;
	margin:0;
	/*width: 520px;*/
	max-width: 99%;
	height: 280px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content.hidden{ display: none; }

.fb-share-button{ float:left;}
.tw-share-button{ float:left; margin-left:10px;}




/* Company Profile */
.divComp-boxHeader{
	padding:15px 0 10px 0;
	border-bottom:4px solid #f2f2f2;
}
.divComp-boxHeader .txtHead{
	font-size:24px;
	line-height:30px;
}
.divComp-Content{
	padding:25px 0 0 30px;
}
.divComp-Content .boxTitle{
	font-size:20px;
	line-height:20px;
}
.divComp-Content .boxText01{
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	width:700px;
}
.divComp-Content ul{
	padding:0 0 0 13px;
	margin:0;
}
.divComp-Content ul li{
	font-size:14px;
	line-height:18px;
	padding-top:5px;
	list-style:disc;
}
.divComp-bg1{
	background:#fff url(image/company/bg01.jpg) no-repeat right top;
	width:1140px;
	height:500px;
	margin:40px 0 0px 0;
}

.divComp-boxContent{
	overflow:hidden;
}
.divComp-boxContent .boxLeft{
	float:left;
	width:260px;
}
.divComp-boxContent .boxRight{
	float:left;
	width:855px;
	margin-left:25px;
}

.divComp-boxContent .boxLeft ul{
	padding:0;
	margin:0;
	list-style:none;
}
.divComp-boxContent .boxLeft ul li{
	padding:13px 0;
	border-bottom:1px solid #f2f2f2;
	width:260px;
}
.divComp-boxContent .boxLeft ul li a{
	background:#fff url(image/company/bg_nav.jpg) no-repeat left top;
	width:260px;
	/*height:16px;*/
	display:block;
	font-size:14px;
	color:#333;
	padding-left:25px;
}
.divComp-boxContent .boxLeft ul li a:hover, .divComp-boxContent .boxLeft ul li.actived a{
	background:#fff url(image/company/bg_nav_o.jpg) no-repeat left top;
}

.divComp-boxRight-txtTitle{
	padding:20px 0 5px 0;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.divComp-boxRight-th{
	overflow:hidden;
	border-bottom:4px solid #c20b3b;
	padding:20px 0 5px 0;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.divComp-boxRight-td{
	overflow:hidden;
	border-bottom:1px solid #f2f2f2;
	padding:15px 0;
	font-size:14px;
	color:#333;
}
.divComp-td02{
	padding:5px 0;
}
.divComp-boxRight-td a{
	display:block;
	font-size:14px;
	color:#333;
	background:#fff;
}
.divComp-boxRight-td:hover{
	background:#f3f3f3;
}
.divComp-boxRight-col01{
	float:left;
	width:400px;
	margin-left:10px;
}
.divComp-boxRight-col02{
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
}
.divComp-boxRight-col03{
	float:left;
	width:225px;
	text-align:right;
	margin-right:10px;
}
.divComp-boxRight-col04{
	float:left;
	width:700px;
	margin-left:10px;
}
.divComp-boxRight-col05{
	float:left;
	width:135px;
	text-align:right;
	margin-right:10px;
}

.divComp-boxMore{
	text-align:right;
	margin-top:25px;
}
.divComp-boxMore img{
	display:inline-block;
	margin-top:-2px;
	margin-right:5px;
}
.divComp-boxMore a{
	font-size:14px;
	color:#333;
}
.divComp-boxMore a:hover{
	color:#d20039;
	text-decoration:none;
}

.divComp-tabNav{
	margin-top:15px;
	border-bottom:4px solid #c20b3b;
	overflow:hidden;
}
.divComp-tabNav > li{
	float:left;
	margin-right:10px;
}
.divComp-tabNav > li a{
	display:block;
	padding:8px 20px;
	background-color:#555;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.divComp-tabNav > li a:hover, .divComp-tabNav > li.active a{
	background-color:#c20b3b;
	font-size:14px;
	color:#fff;
}
.divComp-tabDetail{
	margin-top:25px;
}
.divComp-tabDetail .boxTopic{
	font-size:18px;
	line-height:24px;
	padding-bottom:5px;
}
.divComp-tabDetail p{
	padding-top:15px;
	font-size:14px;
	line-height:18px;
}
.divComp-tabDetail .boxNumber > ul{
	padding-left:15px;
}
.divComp-tabDetail .boxNumber > ul li{
	list-style:decimal;
	font-size:14px;
	line-height:18px;
	padding-top:15px;
}

.divComp-tabDetail .boxList{
	font-size:14px;
}
.divComp-tabDetail  .boxList > ul li{
	background:url(image/icn_bull.jpg) no-repeat left top;
	list-style:none;
	padding:0px 0 0 20px;
	margin-bottom:5px;
}
.divComp-tabDetail .btnDownload{
	padding-top:15px;
}
.divComp-tabDetail .btnDownload a{
	font-size:14px;
	font-weight:bold;
	color:#777;
}
.divComp-tabDetail .btnDownload img{
	width:17px;
	height:20px;
	margin-right:5px;
}


/* News */
.divNews-detail{
	padding:30px 0;
	overflow:hidden;
}
.divNews-detail .imgLeft{
	float:left;
	width:550px;
	margin-right:20px;
}
.divNews-detail .txtRight{
	float:left;
	width:550px;
	margin-left:20px;
}
.divNews-detail .txtHeader{
	font-size:18px;
	line-height:22px;
	color:#333;
}
.divNews-detail .txtDate{
	font-size:12px;
	color:#333;
	padding-top:30px;
}
.divNews-detail p{
	font-size:12px;
	line-height:18px;
	color:#333;
	padding:10px 0;
}

.divCareer-boxText-th{
	font-size:20px;
	line-height:22px;
	color:#333;
	width:450px;
	font-family:"FreesiaUPC";
}
.boxNewsContent{
	padding:30px 0;
	border-bottom:1px solid #f2f2f2;
}


/* search */
.divSearch-boxHeader{
	padding:5px 0 10px 0;
	border-bottom:4px solid #f2f2f2;
	overflow:hidden;
}
.divSearch-boxHeader .boxTitle{
	font-size:24px;
	float:left;
	padding-right:15px;
}
.divSearch-boxHeader .boxTxtSearch{
	font-size:24px;
	line-height:24px;
	color:#777;
	float:left;
}
.divSearch-rowDetail{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
	background:#fff;
}
.divSearch-rowDetail:hover{
	background:#f2f2f2;
}
.divSearch-rowDetail .boxHeader{
	font-size:16px;
	color:#333;
}
.divSearch-rowDetail .boxDetail{
	font-size:14px;
	color:#888;
	padding:2px 0;
}
.divSearch-rowDetail .boxLink a{
	font-size:12px;
	color:#d01f3e;
}
.divSearch-rowDetail .boxLink a:hover{
	font-size:12px;
	color:#333;
}




/* career apply preview */
.divPreview-txt01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	margin:0px 0 0 8px;
}
.divPreview-box01{
	float:left;
	padding:0px 5px 0 0;
}
.divPreview-radio3{
	float:left;
	color:#333;
	padding:0px 10px 0 0;
}
.divPreview-form01{
	width:150px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#333;
}
.divPreview-family02{
	float:left;
	width:250px;
	margin-right:10px;
	font-size:13px;
	line-height:16px;
	color:#333;
}
.divPreview-family04{
	float:left;
	width:50px;
	text-align:center;
}
.divPreview-children02{
	float:left;
	width:250px;
	margin:4px 20px 0 0;
}
.divPreview-children04{
	float:left;
	width:50px;
	margin:0px 10px 0 0;
	text-align:center;
}
.divPreview-children06{
	float:left;
	color:#333;
	padding:0px 0 0 10px;
}
.divPreview-form{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#333;
}
.divPreview-formOther{
	margin-left:20px;
}
tr.divPreview-td > td, td.divPreview-td{
	font-size:14px;
	line-height:16px;
	color:#333;
	text-align:center;
}
.divPreview-other02{
	float:left;
	padding:5px 0 0 0;
	color:#333;
}
.divPreview-Refer04{
	float:left;
	width:630px;
	font-size:13px;
	line-height:16px;
	color:#333;
}
.divPreview-Refer02{
	float:left;
	width:250px;
	margin-right:10px;
	font-size:13px;
	line-height:16px;
	color:#333;
}
.divPreview-others03{
	color:#333;
	padding:5px 0 5px 15px;
}
.divPreview-browse02{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#333;
	width:170px;
	margin:6px 10px 0 0;
}


.divPreview-form02{
	width:150px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding-right:10px;
}
.divPreview-form04{
	width:150px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	padding:0 10px 0 0px;
}
.divPreview-family01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	width:177px;
	padding-right:10px;
}
.divPreview-family01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	width:177px;
	padding-right:10px;
}
.divPreview-Refer01{
	float:left;
	font-size:13px;
	line-height:16px;
	color:#777;
	width:120px;
	padding-right:10px;
}

.divPreview-form05{
	width:450px;
	float:left;
	font-size:13px;
	line-height:16px;
	color:#333;
	padding-right:20px;
}



.divComp-col04{
	float:left;
	width:400px;
	margin-left:10px;
	padding:5px 0;
}
.divComp-col05{
	float:left;
	width:600px;
	margin-right:10px;
	padding:5px 0;
}
.divComp-txtBottom{
	font-size:14px;
	line-height:16px;
	color:#333;
	padding:30px 0 0 10px;
}

