@charset "utf-8";



/*
--------------------common --------------------
*/
body {
	padding-top: 50px;
	font-family: 'Roboto Condensed', sans-serif, "微軟正黑體", Microsoft JhengHei;
	background-color: #f1f0f0;
}

html,
body {
	height: 100%;
	background-color: #f1f0f0;
	line-height: 1.5;

}

a {
	color: #547889;
}

a:focus {
	text-decoration: none;
}

.dropdown:hover .dropdown-menu {
	/* control dropdown hover down */
	display: block;
	margin-top: 0;
}

.navbar-brand {
	padding: 0
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0
	}
}

select {
	border: 1px solid #717171;
	padding: 5px 15px;
	background-color: transparent;
	color: #707070;
	font-size: 1.5rem;
}

select.form-input {
	padding: 0 1rem;
}

/*
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	background-color:#e5e4e2;
}*/
strong {
	color: #000;
}

input.form-radio[type=checkbox]:not(old),
input.form-radio[type=radio]:not(old) {
	width: 28px;
	margin: 0;
	padding: 0;
	opacity: 0;
}

input.form-radio[type=checkbox]:not(old)+label,
input.form-radio[type=radio]:not(old)+label {
	display: inline-block;

	background: url('../img/redios.png') no-repeat 0 0;
	line-height: 24px;
	padding-left: 25px;
}

input.form-radio[type=checkbox]:not(old):checked+label {
	background-position: 0 -24px;
}

input.form-radio[type=radio]:not(old):checked+label {
	background-position: 0 -48px;

}

.form-input {
	background-color: #e5e4e2;
	border: 0;
	display: block;
	width: 100%;
	min-height: 29px;
	padding: 0px 5px;
}

.btn {
	margin: 0 15px;
}

.btn-default {
	color: #707070;
	background-color: #f1f0f0;
	border-color: #707070;
	border-radius: 0px;
	padding: 6px 30px;
}

.btn-gray {
	color: #707070;
	background-color: #aaaaaa;
	border-color: #aaaaaa;
	border-radius: 0px;
	padding: 6px 30px;
}

.btn-deepgray {
	color: #fff;
	background-color: #707070;
	border-color: #707070;
	border-radius: 0px;
	padding: 6px 80px;
}

.btn-deepgray:hover {
	color: #707070;
	background-color: transparent;
	border-color: #707070;
	border-radius: 0px;
	padding: 6px 80px;
}


label {
	margin-bottom: 0px;
}

.form-inline {
	padding-top: 30px;
}

.form-inline .form-group {
	display: inline-block;
}

.form-inline .form-group {
	margin-bottom: 5px;
}

/*.h4, .h5, .h6{
    margin-top:30px;
    margin-bottom: 30px;
}*/

h3 {
	color: #444;
}

hr {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
	.form-inline {
		text-align: center;
	}

	.form-inline .form-group {
		display: block;
		text-align: left;
	}

	.form-inline .btn-default {
		margin: 0 auto;
	}
}

/* navbar */
.navbar-fixed-top {
	top: 0;
	border: none;
	border-top: 3px solid #00a1df;
}

@media (min-width: 768px) {

	/*menu dropdwon align set to left */
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	/*navigation item gap*/
	.navbar-nav>li>a {
		padding: 15px 15px;
	}
}

@media (max-width: 414px) {
	.navbar-inverse .navbar-brand {
		width: 130px;
		overflow: hidden;
	}
}

/*set dropdown style*/
li a.open {
	color: #7cdefb;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #2e3031;
}

.dropdown-menu>li>a {
	padding: 6px 20px;
	line-height: 1.42857143;
	color: #fff;
}

.dropdown-menu>li>a:hover {
	background-color: #000;
	color: #7cdefb;
}

.dropdown-menu {
	padding: 0 0 5px 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #000;
	color: #7cdefb;
}

.banner {
	/*width:1200px; height:300px; background-position:0 0; margin: 30px 0 25px 0;background-repeat:no-repeat;  */
	margin: 25px 0;
}


@media (max-width: 1024px) {
	.navbar-nav .dropdown:hover .dropdown-menu {

		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 340px;
		overflow-y: auto;
		padding: 0;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 340px;
		max-height: 340px !important;
		overflow-y: auto;
		overflow-y: auto !important;
	}
}





/*  ↓此區暫訂 */
@media (min-width: 769px) and (max-width: 1024px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav {
		float: left !important;
		display: block;
		width: 100%;
	}

	.navbar-collapse.collapse {
		display: none !important;
		display: none;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		display: block;
	}
}

/*  ↑此區暫訂 */

/* Footer Styles */

footer {
	margin: 30px 0 10px 0;
	color: #9c9796;
	font-size: 10px;
}

.footer-nav a {
	color: #9c9796;
	margin: 0 10px;
	font-size: 10px;
}

.footer-nav a:hover,
.footer-nav a:focus {
	color: #3b3b3b;
}


.footer-misc {
	text-align: right;
	padding-right: 0;
}

.footer-misc a:hover.current {
	text-decoration: none;
}

.footer-misc a.current {
	border-bottom: 1px solid #3b3b3b;
	padding-bottom: 2px;
}

@media(max-width:767px) {
	footer {
		text-align: center;
	}

	.footer-misc {
		text-align: center;
	}
}

.show-pc {
	display: block;
}

.show-phone {
	display: none;
}

@media(max-width:1024px) {
	.container {
		width: 100%;
	}

	.show-phone {
		display: block
	}

	.show-pc {
		display: none
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: none;
		width: 100%;
	}
}


/*
--------------------Home --------------------
*/


/*上邊界顏色*/
a.box-left {
	border-top: 5px solid #b2bf4e;
}

a.box-center {
	border-top: 5px solid #cf94ba;
}

a.box-right {
	border-top: 5px solid #e2943b;
}

/*指定半透明色：左,中,右*/
#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-left:hover {
	background: rgba(153, 166, 53, .8);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-center:hover {
	background: rgba(180, 84, 146, .8);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-right:hover {
	background: rgba(230, 131, 40, .8);
}

#portfolio .portfolio-item .portfolio-link img {
	width: 100%;
	margin-top: -28px;
}




.welcome-header {
	color: #9c9796;
}

h1.welcome-header {
	padding-top: 0.5em;
}

p.welcome-header {
	padding: 0px 0 30px 0;
	font-size: 1.5em;
}


/* portfolio session */

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	height: 250px;
	overflow: hidden;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	/*opacity: 0;*/
	top: 0;
	height: 310px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.portfolio-hover h4.portfolio-title {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	padding-left: 15px;
	background: rgba(0, 0, 0, .8) !important;
	color: #fff;
}

/*animation on hover*/
#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-left:hover,
#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-center:hover,
#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-right:hover {
	top: -60px;
	/*background:rgba(153, 166, 53, .8);*/
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 20px;
	color: #fff;
	padding-left: 15px;
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}


#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
	margin: 0;
	font-size: 16px;
	font-style: italic;
}

#portfolio * {
	z-index: 2;

}

@media(min-width:767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

@media(max-width:767px) {
	p.welcome-header {
		padding: 0px 0 30px 0;
		font-size: 1.2em;
	}
}

/*
--------------------sidenav --------------------
*/
.sidenav {
	color: #444;
}

.sidenav a {
	color: #444;
}

.sidenav-list a {
	display: block;
}

.sidenav-list a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
}

.sidenav-heading a {
	padding: 10px 15px;
	color: #444;
	font-size: 1.1em;
}

.collapse {
	padding: 0 0 5px 0;
}

.sidenav-list ul,
.sidenav-list li {
	margin: 0;
	padding: 0;
}

.sidenav-list li {
	list-style-type: none;
}

.sidenav-list li a {
	color: #888;
	padding: 10px 0 10px 45px;
}

.sidenav-heading .accordion-toggle:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	float: right;
	color: #717171;
	margin-top: 5px;
}

.sidenav-heading .accordion-toggle.collapsed:after {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}

.sidenav-list a:hover,
.sidenav-list .current {
	background-color: #23527c;
	color: #fff;
}

/*
--------------------Inner --------------------
*/
/*mod for sides*/
.page-banner {
	margin: 30px 0 25px 0;
}

.list-group-item:first-child {
	font-weight: bolder;
	padding: 0 15px 8px 15px;
	font-size: 1.42em;
	color: #333;
	border-radius: 0;

}

.list-group-item:first-child a {
	color: #333;
}

.list-group-item {
	background: none;
	border: none;
	font-size: 1.1em;
	padding-top: 18px;
	padding-bottom: 3px;
	border-radius: 0;
}

.list-group-item a {
	color: #fff;
}

.caret {
	margin-left: 6px;
}

.fa.arrow:before {
	content: "\f0d7";
	margin-left: 4px;
}

.open>a>.fa.arrow:before {
	content: "\f0d7";
}


.left-menu {
	margin: 0;
	padding: 0;
}

.left-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.left-menu li a {
	padding: 10px 15px;
	display: block;
	color: #444;
	font-size: 1.1em;
}

.left-menu li a:hover,
.left-menu .dropdown-menu>li>a:hover {
	text-decoration: none;
}

.left-menu .fa {
	float: right;
	color: #717171;
	margin-top: 5px;
}

.left-menu .fa.arrow:before {
	content: "\f107";
}

.left-menu .open>a>.fa.arrow:before {
	content: "\f107";
}

.open>a>.fa.arrow {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	/* Safari and Chrome */
	-moz-transform: rotateX(180deg);
	/* Firefox */
}

.left-menu .dropdown-menu {
	position: static;
	float: none;
	border: 0;
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
	margin: 0;
}

.list-group .left-menu li ul li {
	border: 0;
}

.left-menu .dropdown-menu>li>a {
	color: #888;
	padding: 10px 0 10px 45px;
}

.left-menu .dropdown-menu>li>a:hover {
	color: #fff;
}


.list-group-item:last-child {
	margin-top: 40px;
	color: #999;
	font-weight: 400;
	font-size: 1.6em;
	border-bottom: none;
}

.list-group-item.active {
	background-color: transparent;
	color: inherit;
}

.list-group-item.active a:hover {
	background-color: inherit;
}



.page-content {
	color: #707070;
	font-size: 1.5rem;
	line-height: 1.5em;
	padding-left: 50px;
	/* 與上方banner對齊 */
}

@media (max-width: 1199px) {
	.page-content {
		padding-left: 40px;
	}
}

@media (max-width: 1024px) {
	.page-content {
		padding-left: 15px;
	}
}



.page-content p {
	margin-bottom: 30px;
	line-height: 1.9;
}

.page-content h3 {
	margin: 0 0 10px 0;
}

.page-content h4 {
	margin: 0;
}

.page-content p:last-of-type {
	margin-bottom: 0px;
}

.page-content ul {
	margin-bottom: 30px;
	margin-top: -20px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
	color: #000;
}

.page-content h4 {
	font-weight: bold;
}

.page-content img {
	margin-bottom: 15px;
}

.page-content p img {
	display: block;
	max-width: 100%;
	margin-top: 1rem;
}


.nav-tabs.nav-justified>li a {
	padding-left: 0;
	padding-right: 0;
}

/*
--------------------TABLE --------------------
*/
/* Common rwdtable */


.rwdtable {
	margin: 20px 0 30px 0;
}

.rwdtable::after,
.revenue-table .seclayer::after,
.rwdtable ul::after,
.css_table ul::after,
.css_table-inner ul::after {
	display: block;
	content: ' ';
	clear: both;
}

.rwdtable ul,
.css_table ul {
	list-style: none;
}

.rwdtable ul,
.rwdtable li,
.rwdtable h5,
.rwdtable p,
.rwdtable span,
.css_table-inner ul,
.css_table-inner li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.rwdtable .separate-50 {
	width: 50%;
	display: inline-block;
}

.rwdtable p,
.rwdtable h5 {
	min-height: 30px;
	line-height: 30px;
	padding: 0 0.5rem 0 0rem;
}


.css_table,
.css_table-inner {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.css_thead,
.css_thead-inner {
	display: table-header-group;
}

.css_tbody,
.css_tbody-inner {
	display: table-row-group;
}

#wrap .css_td span a {
	color: #707070;
}

.css_tr,
.css_tr-inner {
	display: table-row;
	font-size: 0;
}

.css_td,
.css_th,
css_td,
.css_th-inner,
.css_td-inner {
	display: table-cell;
	line-height: 1.8;
	padding: 10px;
	border: 0px solid #666;
	word-break: break-all;
	vertical-align: top;
	font-size: 1.5rem;
	color: #707070;
}

.css_th {
	font-weight: bolder;
	color: #000;
}

.clearpadding {
	padding: 0;
	height: auto;
	margin: 0;
}

.css_td,
.css_th {
	border: 0px solid #666;
	padding-right: 30px
}

.rwdtable h5 {
	border-bottom: 1px solid #000;
	font-weight: bolder;
}

.fakes-title {
	font-weight: bolder;
	color: #000;
}

.css_table .icon-download,
.rwdtable .icon-download {
	margin: 0.8rem 0.5rem;
}

.base-fixed-table .tmark,
.base-fixed-line-table .tmark {
	width: 100px;
}

.base-fixed-line-table .css_th,
.base-fixed-line-table .css_td,
.turn-line-table .css_th,
.turn-line-table .css_td {
	border-bottom: 1px solid #000;
}

.no-border-line .css_td {
	border: 0;
}

.turn-line-table,
.turn-line-shareholderMeeting-table,
.base-fixed-line-table {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.dis-noe {
		display: none;
	}
}

.turn-line-table .css_th {
	width: 20%;
}

@media (max-width: 768px) {
	.turn-line-table .css_thead {
		display: none;
	}

	.turn-line-table .css_tr {
		border-bottom: 35px solid transparent;
	}

	.turn-line-table .css_td {
		display: block;
	}

	.turn-line-table .css_td span {
		width: 50%;
		display: inline-block;
	}

	.turn-line-table .css_td:before {
		content: attr(data-title);
		width: 50%;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		color: #000;
		padding: 0;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
	}

	.turn-line-table .css_td:nth-of-type(3),
	.turn-line-table .css_td:nth-of-type(4) {
		width: 50%;
		display: inline-block;
		border: 0;
	}

	.turn-line-table .css_td:nth-of-type(3):before,
	.turn-line-table .css_td:nth-of-type(3) span,
	.turn-line-table .css_td:nth-of-type(4):before,
	.turn-line-table .css_td:nth-of-type(4) span {
		width: 100%;
		display: block;
	}

	.turn-line-table .css_td:last-of-type {
		border: 0;
		border-top: 1px solid #000;
	}



	.interestedPartyt-table .css_thead {
		display: none;
	}

	.interestedPartyt-table .css_td {
		display: block;
		border-bottom: 0px solid #000;
		padding: 0;
	}

	.interestedPartyt-table .css_td span {
		display: block;
		padding: 10px 0;
	}

	.interestedPartyt-table .css_td:before {
		content: attr(data-title);
		width: 100%;
		white-space: nowrap;
		display: block;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		padding: 10px;
		padding: 10px 0;
		font-weight: bold;
		font-size: 1.5rem;
		color: #000;
	}

}

.monthlyRevenues-table .marge {
	height: 30px;
}

.monthlyRevenues-table .rwd-head {
	display: none;
}

.monthlyRevenues-table h5.single-title {
	border: 0;
	border-bottom: 1px solid #000;
}

.monthlyRevenues-table .rwd-inner,
.monthlyRevenues-table ul {
	font-size: 0;
}

.monthlyRevenues-table .rwd-inner p {
	margin-left: 20px;
	font-size: 1.5rem;
	padding-bottom: 0;
}

.monthlyRevenues-table .rwd-inner p:first-of-type {
	border-bottom: 1px solid #000;
}

.monthlyRevenues-table li:last-of-type h5,
.monthlyRevenues-table li:last-of-type p {
	display: inline-block;
	width: 50%;
	border-bottom: 1px solid #000;
}

.monthlyRevenues-table li:last-of-type p {
	padding-bottom: 5px;
}

@media (min-width: 769px) {

	.monthlyRevenues-table li:last-of-type h5,
	.monthlyRevenues-table li:last-of-type p {
		display: block;
		width: 100%;
		border-bottom: 0px solid #000;
		padding-bottom: 0;
	}

	.monthlyRevenues-table li:last-of-type h5 {
		border-bottom: 1px solid #000;
	}

	.monthlyRevenues-table .rwd-head {
		display: block;
		font-weight: bold;
		font-size: 0;
	}

	.monthlyRevenues-table .rwd-head p,
	.monthlyRevenues-table .rwd-head h5 {
		border-bottom: 1px solid #000;
		color: #000;
		width: 25%;
		display: inline-block;
		font-size: 1.5rem;
		padding-bottom: 2px;
	}

	.monthlyRevenues-table h5.single-title {
		border: 0;
		margin-left: 18.75%;
	}

	.monthlyRevenues-table .rwd-inner p,
	.monthlyRevenues-table .rwd-inner h5 {
		width: 25%;
		display: inline-block;
		margin-left: 0px;
		border-bottom: 1px solid #000;
		padding: 0 0 2px 0;
	}

	.monthlyRevenues-table .rwd-inner:last-of-type p,
	.monthlyRevenues-table .rwd-inner:last-of-type h5 {
		border: 0;
	}

	.monthlyRevenues-table .rwd-inner span {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}

	.monthlyRevenues-table ul {
		border-bottom: 1px solid #000;
	}

	.monthlyRevenues-table li {
		display: inline-block;
		vertical-align: top;
	}

	.monthlyRevenues-table li:nth-of-type(1) {
		width: 75%
	}

	.monthlyRevenues-table li:nth-of-type(2) {
		width: 25%;
	}

	.monthlyRevenues-table .rwd-inner .fakes-title {
		display: none;
	}

	.monthlyRevenues-table .marge {
		height: 60px;
	}

	.monthlyRevenues-table {
		margin-bottom: 60px;
	}
}


.turn-line-shareholderMeeting-table .css_th,
.turn-line-shareholderMeeting-table .css_td {
	border-bottom: 1px solid #000;
}

.turn-line-shareholderMeeting-table .css_th:nth-of-type(1) {
	width: 75%
}

.turn-line-shareholderMeeting-table .css_th:nth-of-type(2) {
	width: 25%
}

.page-content .richEditorArea .turn-line-shareholderMeeting-table .css_td ul {
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.turn-line-shareholderMeeting-table .css_td {
		border-bottom: 0px solid #000;
	}

	.turn-line-shareholderMeeting-table .css_table {
		border-bottom: 1px solid #000;
	}

	.turn-line-shareholderMeeting-table .css_th {
		display: none;
	}

	.turn-line-shareholderMeeting-table .css_td {
		display: block;
	}

	.turn-line-shareholderMeeting-table .css_td:before {
		content: attr(data-title);
		width: 100%;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		color: #000;
		padding: 0;
		border-bottom: 1px solid #000;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
	}
}


.turn-line-dividendHistory-table .css_th {
	border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
	.turn-line-dividendHistory-table .css_thead {
		display: none;
	}

	.turn-line-dividendHistory-table .css_tr {
		border-bottom: 35px solid transparent;
	}

	.turn-line-dividendHistory-table .css_td {
		display: block;
		border-bottom: 1px solid #000;
	}

	.turn-line-dividendHistory-table .css_td span {
		width: 50%;
		display: inline-block;
	}

	.turn-line-dividendHistory-table .css_td:before {
		content: attr(data-title);
		width: 50%;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		color: #000;
		padding: 0;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
	}

	.turn-line-dividendHistory-table .css_td:nth-of-type(4),
	.turn-line-dividendHistory-table .css_td:nth-of-type(5),
	.turn-line-dividendHistory-table .css_td:nth-of-type(6) {
		width: 33.33%;
		display: inline-block;
		border: 0;
	}

	.turn-line-dividendHistory-table .css_td:nth-of-type(4):before,
	.turn-line-dividendHistory-table .css_td:nth-of-type(4) span,
	.turn-line-dividendHistory-table .css_td:nth-of-type(5):before,
	.turn-line-dividendHistory-table .css_td:nth-of-type(5) span,
	.turn-line-dividendHistory-table .css_td:nth-of-type(6):before,
	.turn-line-dividendHistory-table .css_td:nth-of-type(6) span {
		width: 100%;
		display: block;
	}

}

.commitmentPolicyor-table li {
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
}

.commitmentPolicyor-table li li {
	margin: 0;
}

.commitmentPolicyor-table ul {
	font-size: 0;
}

.commitmentPolicyor-table li li {
	border-bottom: 0px solid transparent;
	vertical-align: top;
}

.commitmentPolicyor-table li li:first-of-type {
	display: block;
	font-size: 0;
}

.commitmentPolicyor-table h5,
.commitmentPolicyor-table p {
	width: 50%;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table .css_th {
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table li li:first-of-type span,
.commitmentPolicyor-table li li:first-of-type h5 {
	height: auto;
	line-height: 1.5;
	padding: 0.8rem 0.5rem 0.8rem 0;
	font-size: 1.5rem;
}

.commitmentPolicyor-table .css_th:nth-of-type(1),
.commitmentPolicyor-table .css_td:nth-of-type(1) {
	width: 50%;
}

.commitmentPolicyor-table .css_th:nth-of-type(2),
.commitmentPolicyor-table .css_td:nth-of-type(2) {
	width: 30%;
}

.commitmentPolicyor-table .css_th:nth-of-type(3),
.commitmentPolicyor-table .css_td:nth-of-type(3) {
	width: 20%;
}

.commitmentPolicyor-table li li:first-of-type p {
	line-height: auto;
	height: auto;
}

.commitmentPolicyor-table .css_td,
.commitmentPolicyor-table .css_th {
	padding: 0.8rem 0.5rem 0.35rem 0;
}

.commitmentPolicyor-table .css_table .icon-download,
.rwdtable.commitmentPolicyor-table .icon-download {
	margin: 0;
}

@media (min-width: 769px) {

	.commitmentPolicyor-table li {
		border-bottom: 0px solid transparent;
		margin-bottom: 0px;
	}

	.commitmentPolicyor-table li ul {
		font-size: 0;
		border-bottom: 1px solid #000;
	}


	.commitmentPolicyor-table li li:first-of-type {
		display: inline-block;
		width: 25%;
	}

	.commitmentPolicyor-table li li:nth-of-type(2) {
		display: inline-block;
		width: 75%;
	}

	.commitmentPolicyor-table h5,
	.commitmentPolicyor-table p {
		display: block;
		width: 100%;
	}

	.commitmentPolicyor-table li li:first-of-type span,
	.commitmentPolicyor-table li li:first-of-type h5 {
		min-height: 30px;
		line-height: 30px;
	}

	.commitmentPolicyor-table li li:first-of-type p {
		border: 0;
	}

	.commitmentPolicyor-table .css_tbody {
		border-bottom: 1px solid #000;
	}

	.commitmentPolicyor-table .css_tbody:last-of-type {
		border-bottom: 0px solid #000;
	}

	.commitmentPolicyor-table li h5,
	.commitmentPolicyor-table .css_th {
		display: none;
	}

	.commitmentPolicyor-table li:first-of-type li:first-of-type h5 {
		border-bottom: 1px solid #000;
		display: inline-block;
		padding: 0.4rem 0;
	}

	.commitmentPolicyor-table li:first-of-type .css_th {
		display: table-cell;
	}

	.commitmentPolicyor-table li li:first-of-type pan {
		line-height: auto;
		height: auto;
	}

}




.talentDevelopmentPlan-table .css_th:nth-of-type(1),
.talentDevelopmentPlan-table .css_td:nth-of-type(1) {
	width: 20%;
}

.talentDevelopmentPlan-table .css_th:nth-of-type(2),
.talentDevelopmentPlan-table .css_td:nth-of-type(2) {
	width: 50%;
}

.talentDevelopmentPlan-table .css_th:nth-of-type(3),
.talentDevelopmentPlan-table .css_td:nth-of-type(3) {
	width: 30%;
}

/* 證書及查證聲明5-7-1.qualityGreenProduct.html table  */
.commitmentPolicyor-table2 {
	padding-bottom: 30px;
}

.commitmentPolicyor-table2 li {
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
}

.commitmentPolicyor-table2 li li {
	margin: 0;
}

.commitmentPolicyor-table2 ul {
	font-size: 0;
}

.commitmentPolicyor-table2 li li {
	border-bottom: 0px solid transparent;
	vertical-align: top;
}

.commitmentPolicyor-table2 li li:first-of-type {
	display: block;
	font-size: 0;
}

.commitmentPolicyor-table2 p {
	width: 50%;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table2 .css_th {
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table2 li li:first-of-type span,
.commitmentPolicyor-table2 li li:first-of-type h5 {
	height: auto;
	line-height: 1.5;
	padding: 0.8rem 0.5rem 0.8rem 0;
	font-size: 1.5rem;
}

.commitmentPolicyor-table2 .css_th:nth-of-type(1),
.commitmentPolicyor-table2 .css_td:nth-of-type(1) {
	width: 50%;
}

.commitmentPolicyor-table2 .css_th:nth-of-type(2),
.commitmentPolicyor-table2 .css_td:nth-of-type(2) {
	width: 50%;
}

.commitmentPolicyor-table2 li li:first-of-type p {
	line-height: auto;
	height: auto;
}




.commitmentPolicyor-table2 li {
	border-bottom: 0px solid transparent;
	margin-bottom: 0px;
}

.commitmentPolicyor-table2 li ul {
	font-size: 0;
}

.commitmentPolicyor-table2 li li .css_tr {
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table2 li li:first-of-type {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table2 li li:nth-of-type(2) {
	display: block;
	width: 100%;
}

.commitmentPolicyor-table2 h5,
.commitmentPolicyor-table2 p {
	display: inline-block;
	width: auto;
}

.commitmentPolicyor-table2 li li:first-of-type span,
.commitmentPolicyor-table2 li li:first-of-type h5 {
	min-height: 30px;
	line-height: 30px;
}

.commitmentPolicyor-table2 li li:first-of-type p {
	border: 0;
}

.commitmentPolicyor-table2 .css_tbody {
	border-bottom: 1px solid #000;
}

.commitmentPolicyor-table2 .css_tbody:last-of-type {
	border-bottom: 0px solid #000;
}

.commitmentPolicyor-table2 li li h5 {
	border-bottom: 0px solid #000;
	display: inline-block;
	padding: 0.4rem 1rem 0.4rem 0;
}

.commitmentPolicyor-table2 li:first-of-type .css_th {
	display: table-cell;
}

.commitmentPolicyor-table2 li li:first-of-type pan {
	line-height: auto;
	height: auto;
}

.commitmentPolicyor-table2 li li span {
	display: inline-block;
}

.page-content .commitmentPolicyor-table2 p:last-of-type {
	margin-bottom: 0px;
}





/*    ↓5-7-2.restrictionHazardousSubstances.html      */
.harmfulSubstance {
	border-top: 1px solid #000;
}

.harmfulSubstance .tmark {
	color: #000;
}

.harmfulSubstance .css_td,
.harmfulSubstance .css_th {
	border-bottom: 1px solid #000;
}

.harmfulSubstance .css_td:nth-of-type(1) {
	width: 30%;
}

.harmfulSubstance .css_td:nth-of-type(2) {
	width: 70%;
}







/* page style layout 
.psl-imgnone
.psl-imgleft
.psl-imgright
.psl-col-3
.psl-col-2
*/
.psl-container h4 {
	margin-top: 0;
}

h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

h3 img {
	margin-right: 10px;
}

h3 span.note {
	color: #000;
	font-size: 1.8rem;
	font-weight: bolder;
	padding-left: 10px;
}

h4 {
	line-height: 1.5;
}

h4 span.title {
	padding-right: 30px;
}

h4 span.note-righth4,
h3 span.note-right {
	color: #707070;
	font-size: 1.5rem;
	float: right;
}

h4 span.note {
	color: #8b8a8a;
	font-size: 1.5rem;
	font-weight: bolder;
	padding-left: 10px;
}

.redfont {
	color: #ff0000;
	padding-left: 5px;
}

.orangefont {
	color: #e2943b;
}

.page-style-layout h3 {
	margin-top: 30;
	margin-bottom: 10px;
}

.page-style-layout ul {
	padding-left: 20px;
}

.page-style-layout li {
	font-size: 1.5rem;
}

.page-style-layout:last-of-type::after {
	display: none;
}

.page-style-layout::after {
	/* border-top:1px solid #dedede;*/
	display: block;
	content: ' ';
	margin-top: 5px;
	margin-bottom: 20px;
}

.page-style-layout h4 {
	font-weight: bolder;
}

.page-style-layout .psl-container {
	font-size: 0px;
}

.page-style-layout .text>div,
.page-style-layout .text>p {
	font-size: 1.54rem;
	line-height: 1.9;
}

.page-style-layout .photo img {
	max-width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.psl-col-3.page-style-layout .psl-colum,
.psl-col-2.page-style-layout .psl-colum {
	min-height: 100px;
	_height: 100px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}

.psl-imgnone.page-style-layout .photo {
	display: none;
}

.psl-imgleft.page-style-layout .photo {
	float: left;
	width: 400px;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.psl-imgcenter.page-style-layout .photo {
	width: auto;
	margin-bottom: 1rem;
	margin: 1rem auto;
	text-align: center;
}


.psl-imgright.page-style-layout .photo {
	float: right;
	width: 400px;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.psl-imgright.page-style-layout .single-photo {
	text-align: right;
	;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.psl-col-3.page-style-layout h4 {
	text-align: center;
}

.page-style-layout.psl-col-3 .psl-container {
	margin-left: -15px;
	margin-right: -15px;
}

.psl-col-3.page-style-layout .psl-colum {
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.psl-col-3.page-style-layout .photo {
	width: 250px;
	margin: 0 auto 10px auto;
}

.page-style-layout.psl-col-2 .psl-container {
	margin-left: -15px;
	margin-right: -15px;
}

.psl-col-2.page-style-layout .psl-colum {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.psl-col-2.page-style-layout .photo {
	width: 400px;
	margin: 0 auto 10px auto;
}

.psl-col-2.page-style-layout .text {
	margin-top: 30px;
}

@media (max-width: 1200px) {

	.psl-col-3.page-style-layout .psl-colum,
	.psl-col-2.page-style-layout .psl-colum {
		width: 100%;
	}
}

@media (max-width: 768px) {

	.psl-imgleft.page-style-layout .photo,
	.psl-imgright.page-style-layout .photo {
		float: none;
	}
}

@media (max-width: 460px) {

	.psl-imgleft.page-style-layout .photo,
	.psl-imgright.page-style-layout .photo,
	.psl-col-3.page-style-layout .photo,
	.psl-col-2.page-style-layout .photo {
		width: 100%;
		margin: 0 0 15px 0;
	}
}


.radio+.radio,
.checkbox+.checkbox {
	margin-top: 10px;
}

.single-box {
	font-size: 1.5rem;
	clear: both;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.single-box:after {
	clear: both;
	content: ' ';
}

.single-box-btn {
	text-align: center;
	margin: 0;
	padding: 15px 0;
}

/* 圖+文 list */
.photo-cont {
	margin-bottom: 40px;
	padding: 0;
}

.photo-cont:after {
	display: block;
	content: ' ';
	clear: both;
}

.photo-cont .photo-left {
	float: left;
	padding-right: 10px;
}

.photo-cont .list {
	/*display: table-cell;  */
	vertical-align: top;
}

.photo-cont .list h4 {
	margin-bottom: 0;
	border-bottom: 1px solid #000;
	text-align: center;
	padding-bottom: 5px;
}

.photo-cont-list.upright h4 {
	border-bottom: 0px solid #000;
}

.photo-cont-list.upright .photo-left {
	float: none;
	text-align: center;
}

.photo-cont-list.upright .list {
	text-align: center;
	display: block;
}

@media(max-width:1023px) {
	.photo-cont-list.upright .col-md-3 {
		width: 25%;
		float: left;
	}
}

@media(max-width:767px) {
	.photo-cont-list.upright .col-md-3 {
		width: 50%;
		float: left;
	}
}

@media(max-width:414px) {
	.photo-cont-list.upright .col-md-3 {
		width: 100%;
		float: none;
	}
}

#wrap .photo-cont .list a {
	color: #707070;
}

.photo-cont ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

.photo-cont li {
	line-height: 1.5;
	padding: 10px 0;
}

.icon-pdf {
	background: url(../img/icon-pdf.png) 0 0 no-repeat;
	width: 23px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}

.icon-vedio {
	background: url(../img/icon-video.png) 0 0 no-repeat;
	width: 23px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.icon-download {
	background: url(../img/icon-download.png) 0 0 no-repeat;
	width: 23px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

/* widget  */

.widget .page-style-layout::after {
	display: none;
}

.widget .page-style-layout.psl-col-2 .psl-colum {
	border: 1px solid #d2d2d2;
	width: 48%;
	min-height: 200px;
	padding: 10px 15px;
}

.widget .page-style-layout.psl-col-2 .psl-colum:first-of-type {
	margin-right: 4%;
}

.widget .page-style-layout.psl-col-2 .psl-container {
	margin: 0;
}

.widget-list {
	font-size: 1.5rem;
	color: #707070;
	font-weight: bolder;
	padding: 0;
}

.widget-list ul,
.widget-list {
	list-style-type: none;
}

.widget-list ul {
	padding-left: 36px;
	padding-top: 5px;
	margin-top: 0;
}

.widget-list li {
	margin-bottom: 10px;
}

.widget-list .date {
	font-size: 1rem;
}

.widget .more {
	text-align: right;
}

#wrap .widget-list a {
	color: #707070;
	text-decoration: underline;
	display: block;
}

#wrap .widget-list a:hover,
#wrap .widget-list a:focus {
	color: #707070;
	text-decoration: none;
}

.newsstyle h3 {
	margin: 0 0 10px 0;
}

.event-date {
	display: block;
	padding-bottom: 5px;
	font-size: 1rem;
}

.page_box {
	color: #000;
	text-align: center;
}

.page_box .now {
	padding: 0 30px;
}

#wrap .page_box a {
	color: #7b7b7b;
	text-decoration: underline;
}

#wrap .page_box a:hover {
	color: #000;
	text-decoration: none;
}




/*----------- 項目的顏色定義 -----------*/
.banner img {
	width: 100%;
}

/* L2 style  原color:#37b2d7; */
.navbar-inverse .navbar-nav li:nth-of-type(1)>a:hover,
.navbar-inverse .navbar-nav li:nth-of-type(1)>a.current,
.navbar-inverse .navbar-nav>li:nth-of-type(1) li>a:hover,
.navbar-inverse .navbar-nav>li:nth-of-type(1)>a:focus {
	background-color: #000;
	color: #1f6eb0;
}



.L2 .page-content h4,
.L2 .page-content a {
	color: #1f6eb0;
}

.L2 .left-menu a:hover,
.L2 .left-menu a:active,
.L2 .left-menu .current {
	background-color: #1f6eb0;
	color: #fff;
}

.L2 .sidenav-list a:hover,
.L2 .sidenav-list .current {
	background-color: #1f6eb0;
	color: #fff;
}

/* L3 style */
.navbar-inverse .navbar-nav>li:nth-of-type(2)>a:hover,
.navbar-inverse .navbar-nav li:nth-of-type(2)>a.current,
.navbar-inverse .navbar-nav>li:nth-of-type(2) li>a:hover,
.navbar-inverse .navbar-nav>li:nth-of-type(2)>a:focus {
	background-color: #000;
	color: #6bb5cf;
}


.L3 .page-content h4,
.L3 .page-content a {
	color: #6bb5cf;
}

.L3 .left-menu .open .current {
	background-color: transparent;
	color: #444;
}

.L3 .left-menu a:hover,
.L3 .left-menu a:active,
.L3 .left-menu .current,
.L3 .left-menu a:hover.current,
.L3 .left-menu .open .dropdown-menu .current {
	background-color: #6bb5cf;
	color: #fff;
}

.L3 .sidenav-list a:hover,
.L3 .sidenav-list .current {
	background-color: #6bb5cf;
	color: #fff;
}



/* L4 style */
.navbar-inverse .navbar-nav>li:nth-of-type(3)>a:hover,
.navbar-inverse .navbar-nav li:nth-of-type(3)>a.current,
.navbar-inverse .navbar-nav>li:nth-of-type(3) li>a:hover,
.navbar-inverse .navbar-nav>li:nth-of-type(3)>a:focus {
	background-color: #000;
	color: #d398bc;
}


.L4 .page-content h4,
.L4 .page-content a {
	color: #d398bc;
}

.L4 .left-menu .open .current {
	background-color: transparent;
	color: #444;
}

.L4 .left-menu a:hover,
.L4 .left-menu a:active,
.L4 .left-menu .current,
.L4 .left-menu a:hover.current,
.L4 .left-menu .open .dropdown-menu .current {
	background-color: #d398bc;
	color: #fff;
}

.L4 .sidenav-list a:hover,
.L4 .sidenav-list .current {
	background-color: #d398bc;
	color: #fff;
}

/* L5 style */
.navbar-inverse .navbar-nav>li:nth-of-type(4)>a:hover,
.navbar-inverse .navbar-nav li:nth-of-type(4)>a.current,
.navbar-inverse .navbar-nav>li:nth-of-type(4) li>a:hover,
.navbar-inverse .navbar-nav>li:nth-of-type(4)>a:focus {
	background-color: #000;
	color: #b2bf4e;
}


.L5 .page-content h4,
.L5 .page-content a {
	color: #b2bf4e;
}

.L5 .left-menu .open .current {
	background-color: transparent;
	color: #444;
}

.L5 .left-menu a:hover,
.L5 .left-menu a:active,
.L5 .left-menu .current,
.L5 .left-menu a:hover.current,
.L5 .left-menu .open .dropdown-menu .current {
	background-color: #b2bf4e;
	color: #fff;
}

.L5 .sidenav-list a:hover,
.L5 .sidenav-list .current {
	background-color: #b2bf4e;
	color: #fff;
}

/* L6 style */
.navbar-inverse .navbar-nav>li:nth-of-type(5)>a:hover,
.navbar-inverse .navbar-nav li:nth-of-type(5)>a.current,
.navbar-inverse .navbar-nav>li:nth-of-type(5) li>a:hover,
.navbar-inverse .navbar-nav>li:nth-of-type(5)>a:focus {
	background-color: #000;
	color: #e2943b;
}



.L6 .page-content h4,
.L6 .page-content a {
	color: #e2943b;
}

.L6 .page-content a.btn-deepgray {
	color: #fff;
}

.L6 .page-content a.btn-deepgray:hover {
	color: #707070;
}

.L6 .left-menu .open .current {
	background-color: transparent;
	color: #444;
}

.L6 .left-menu a:hover,
.L6 .left-menu a:active,
.L6 .left-menu .current,
.L6 .left-menu a:hover.current,
.L6 .left-menu .open .dropdown-menu .current {
	background-color: #e2943b;
	color: #fff;
}

.L6 .sidenav-list a:hover,
.L6 .sidenav-list .current {
	background-color: #e2943b;
	color: #fff;
}

.navbar-inverse .navbar-nav li li:nth-of-type(6) a {
	color: #fff;
}

.navbar-inverse .navbar-nav li:nth-of-type(6) a {
	color: #abacac;
}

.navbar-inverse .navbar-nav li:nth-of-type(6) a:hover {
	background-color: #000;
	color: #abacac;
}


/* L_7 style */

.L7 .list-group {
	visibility: hidden;
}

@media (max-width: 1023px) {
	.L7 .list-group {
		display: none;
	}
}

/* L_8_9_10 style */
.L8_9_10 .list-group {
	visibility: hidden;
}

@media (max-width: 1023px) {
	.L8_9_10 .list-group {
		display: none;
	}
}

/* collapse style*/
/* fix bootstrap */
.dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #2e3031;
}


.pc-style .panel-default>.panel-heading {
	color: #000;
	background-color: transparent;
	border: 0px;
	padding: 0;
}

.pc-style .panel-default>.panel-heading {
	border: 0px;
	padding: 0;
}

.pc-style .panel {
	background-color: transparent;
	border: 0px;
	padding: 0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

.pc-style .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0px;
	padding: 0;
}

#wrap .pc-style h4 a {
	text-decoration: underline;
}


.pc-style h4 a:after {
	content: "\e260";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.pc-style h4 a.collapsed:after {
	content: "\e259";
}

/* 
.page-content ins{ display:block; color:#1f6eb0;}
blockquote{    font-size: 1.5rem;line-height: 1.9;padding: 0px 20px;}
.img-center{margin: 0 auto;}*/

/* richEditorArea */
.richEditorArea p {

	margin: 0;
	padding: 0 0 10px 0;
}

.page-content .richEditorArea p img,
.richEditorArea img {
	display: inline;
	max-width: 100%;
	margin-top: 1rem;
}

.page-content .richEditorArea ul {
	margin-bottom: 10px;
	margin-top: 0px;
}


/* sitemap */
.sitemap-box {
	padding: 30px 0;
}

.sitemap-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.sitemap-box li {
	font-size: 18px;
	font-weight: bolder;
	color: #000;
	padding: 0 0 60px 0;
}

.sitemap-box li.map-L2 a {
	color: #1f6eb0;
}

.sitemap-box li.map-L3 a {
	color: #6bb5cf
}

.sitemap-box li.map-L4 a {
	color: #d398bc
}

.sitemap-box li.map-L5 a {
	color: #b2bf4e
}

.sitemap-box li.map-L6 a {
	color: #e2943b
}

.sitemap-box li.map-L2 li li a,
.sitemap-box li.map-L3 li li a,
.sitemap-box li.map-L4 li li a,
.sitemap-box li.map-L5 li li a,
.sitemap-box li.map-L6 li li a {
	color: #000;
}


.sitemap-box li a {
	font-size: 18px;
	font-weight: bolder;
	color: #000;
	border-bottom: 1px solid #000;
	display: block;
	padding: 5px 0;
}

.sitemap-box li li {
	width: 25%;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0;

	min-height: 20px;
	_height: 20px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;

}

.sitemap-box li li a {
	font-size: 15px;
	font-weight: normal;
	border-bottom: 0px solid #000;
	display: inline-block;
}

.sitemap-box li li li {
	width: 100%;
	min-height: auto;
	_height: auto;
	display: -moz-block;
	display: block;
	;
	padding: 0;
}

.sitemap-box li li li a:before {
	display: inline-block;
	content: '-';
	padding-right: 2px;
}


.form-group {
	padding-left: 0;
	padding-right: 0;
}

.contact-form h4 {
	margin-bottom: 20px;
}

.contact-form .single-box-btn {
	margin-bottom: 80px;
}

before_ready {
	display: none;
}

.navbar-nav {
	margin: 0;
}


/* richEditorArea */
.richEditorArea h3 {
	font-size: 24px;
	margin: 30px 0 10px 0;
}

.richEditorArea h3:first-of-type {
	font-size: 24px;
	margin-top: 0px;
}

.richEditorArea h4 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 5px;
}

.richEditorArea strong {
	color: #000;
}

.richEditorArea p {
	font-size: 15px;
	margin: 0;
	padding: 0 0 30px 0;
	line-height: 1.9;
	color: #707070;
}


.page-content .richEditorArea p img,
.richEditorArea img {
	display: inline;
	max-width: 100%;
	margin-top: 1rem;
}

.page-content .richEditorArea ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 20px;
}

.richEditorArea table {
	border-spacing: 0;
	border-collapse: separate;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
	border-spacing: 1px;

}

.commitmentPolicyor-table li li:first-of-type p {
	padding-bottom: 0;
}

.page-content .richEditorArea ul {
	padding-left: 0;
}