html {
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5 {
	margin-top: 0;
}
#kso-page .page-section-header {
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #333;	
}
#kso-page .page-section {
	margin-bottom: 4rem;
	line-height: 1.8;
}
#kso-page .page-title {	
	margin-top: 0;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	font-size: 42px;
	text-align: center;
	border-bottom: 1px solid #333;
}
#kso-page .page-header2 {	
	margin-top: 0;
	margin-bottom: 3rem;
	font-size: 42px;
	text-align: center;
}
#kso-page .page-section p {
	font-size: 17px;
}

#kso-page .page-section.people .anchor {
	transform: translateY(-10rem);
}
#kso-page .page-section.people figcaption {
	min-height: 60px;
	font-size: 16px;
	line-height: 1.8;
}
#kso-page .page-section.people figcaption h4 {
	font-weight: 500;
}
#kso-page .page-section.people figcaption p {
	font-size: 15px;
	color: #888;
}
#kso-page .page-section.people .summary {
	font-size: 16px;
	line-height: 1.8;
}

#kso-page hr {
	margin: 5rem 0;
}
.fw-light {font-weight: 400;}
.text-info {color: #3bc1f5;}
.text-gray {color: #888;}
#kso-page ul>li,
#kso-page ol>li {
	font-size: 17px;
}

.line-left {
	padding-left: 10px;
	border-left: 4px solid #337ab7;
}

.mt-3 {margin-top: 1.5rem;}
.mt-4 {margin-top: 2rem;}
.mt-5 {margin-top: 3rem;}
.mb-3 {margin-bottom: 1.5rem;}
.mb-4 {margin-bottom: 2rem;}
.mb-5 {margin-bottom: 3rem;}
.ps-4 {padding-left: 2rem !important;}

.line-height-6 {line-height: 1.6;}
/*------------------------------------------------------------
**
** table
**
--------------------------------------------------------------*/
.table.table-bordered{
    border-top: 2px solid #333;
}
.table-bordered thead th {
    background-color: #f8f8f8;
}
.table-bordered thead th:first-child,
.table-bordered tbody td:first-child {
    border-left: 0;
}
.table-bordered thead th:last-child,
.table-bordered tbody td:last-child {
    border-right: 0;
}
.table-bordered th, 
.table-bordered td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered thead th, 
.table-bordered thead td {
    border-bottom-width: 1px;    
}
.table-bordered tbody td {
    font-size: 14px;
    line-height: 1.8 !important;
}
.table-bordered th {
    background-color: #f8f8f8;
    white-space: nowrap;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 12px 8px;
}
.td-left td {
	text-align: left;
}
.table-organi th {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.table-organi td {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.table-organi th {font-size: 18px;}
.table-organi td {font-size: 17px !important;}