/*new customs style*/

/*global start*/
.mobile-menu {
	display: none;
}

.header-banner .lcms-1 {
	position: static; 
	z-index: 10; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: inherit; 
	text-decoration: none; 
	color: unset; 
	background-position: top left; 
	background-repeat: repeat; 
	background-size: initial; 
	border-style: solid; 
	border-color: unset; 
	border-radius: 0px 0px 0px 0px;
}

.header-banner .lcms-2 {
	max-width: 1100px; 
	position: static; 
	z-index: 10; 
	padding-top: 30px; 
	padding-right: 10px; 
	padding-bottom: 30px; 
	padding-left: 10px; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: inherit; 
	text-decoration: none; 
	color: unset; 
	background-position: top left; 
	background-repeat: repeat; 
	background-size: initial; 
	border-style: solid; 
	border-color: unset; 
	border-radius: 0px 0px 0px 0px;
}

.header-banner .lcms-2 h1 {
	text-align: center; 
	text-transform: unset;
	display: block;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    position: relative;
}

.header-banner .lcms-3 {
	max-width: 500px; 
	position: static; 
	z-index: 10; 
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 30px; 
	padding-left: 10px; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
	text-decoration: none; 
	color: unset; 
	background-position: top left; 
	background-repeat: repeat; 
	background-size: initial; 
	border-style: solid; 
	border-color: unset; 
	border-radius: 0px 0px 0px 0px;
}

#subhead {
    color: #333;
    background: rgb(251, 246, 236);
    background-image: url(/images/img/subhead-latest.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#subhead h1:after {
    content: "";
    background: #5775d1;
    height: 2px;
    width: 60px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    position: absolute;
}

.header-banner select.lcms-dropdown {
    color: #333;
    width: 80%;
}

#root .overflow-x-hidden {
	background: rgb(251, 246, 236);
}

h1.page-title {
	font-size: 2em !important;
    font-weight: bold !important;
	color: black;
    padding-bottom: 10px;
    margin-bottom: 0.67em !important;
    position: relative;
}

h1.page-title:after {
	content: "";
    background: #5775d1;
    height: 2px;
    width: 60px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.lcms-btn {
    background: #5775d1;
    color: #fff;
    padding: 10px 10px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 10px;
}

table.all-table {
    width: 100%;
    border: none;
}

table.all-table tr.ir_tableTopRow {
	background: #5775d1;
	color: #fff;
}

table.all-table tr.row1 {
	background: #f2f2f2;
}

table.all-table tr th {
	padding: 10px 10px;
}

table.all-table tr td {
	padding: 10px 10px;
	text-align: left;
}

.lcms-accordion-title > h4 {
	display: block;
    background: #7692db !important;
    color: white;
    font-weight: 400;
    padding: 13px 13px;
    font-size: 17px;
    transition: .2s;
}

.lcms-accordion-title:hover > h4 {
	background: #5775d1 !important;
	cursor: pointer;
}

.float-right {
    float: right;
}

.xl\:w-6\/12 {
    width: 50%;
    float: left;
}

.lg\:w-4\/12 {
    width: 33.333333%;
    float: left;
}

.lg\:w-8\/12 {
    width: 66.666667%;
    float: left;
}

.profile-section .row,
.directors-section .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.profile-section .row>*,
.directors-section .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 0;
}

.profile-section .mb-4,
.directors-section .mb-4 {
    margin-bottom: 1.5rem;
}

.profile-section .col-lg-12,
.directors-section .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.profile-section .col-lg-6,
.directors-section .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.profile-section p,
.directors-section p {
	margin-bottom: 1em;
}

.directors-section img {
	height: unset;
	max-width: unset;
}

.directors-section .bod {
    display: inline-flex;
    width: 100%;
}

.directors-section .bod-left {
    margin: 0 25px 0 0;
}

.directors-section .bod-right {

}

.directors-section .lcms-richtext-contents {
	position: relative;
}

.directors-section button {
	position: inherit;
    left: 158px;
    bottom: 40px;
}

.directors-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
}

.directors-section .panel {
    padding: 0;
    margin-bottom: 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*global end*/


/*responsive start*/
@media (max-width: 1535px) {
	.container {
	    padding-left: 140px;
	    padding-right: 140px;
	}
}

@media (max-width: 1255px) {
	.container {
    	padding-left: 135px;
    	padding-right: 135px;
	}
	.column-news {
		width: 33%;
		margin-right: 3px;
	}
	.column-home {
	    float: left;
	    width: 100%;
	    height: 460px;
	    margin-right: 3px;
	}
	.column-home.report {
    	margin-top: 60px;
    	width: 48% !important;
	}
	.column-home.link {
    	margin-top: 60px;
    	width: 48% !important;
	}
	.highlight-box {
    	width: 100%;
    	padding: 20px;
	}
	.report-box {
    	width: 100%;
	}
	.chart-bl > .chart-wrap .chartBody .y2014 p.caption {
		padding: 3.2px 0 !important;
	}
}

@media (max-width: 1099px) {
	
}

@media (max-width: 991px) {
	.desktop-menu {
		display: none;
	}
	.mobile-menu {
		display: block;
		background: #fff;
	}
	.submenu-mobile .h-full {
		background: #fff !important;
	}
	.xl\:w-6\/12,
	.lg\:w-4\/12,
	.lg\:w-8\/12 {
    	width: 100%;
    	float: unset;
	}
	.profile-section .col-lg-6,
	.directors-section .col-lg-6 {
    	flex: 0 0 auto;
    	width: 100%;
	}
	.bar-chart > .chart-wrap .chartBody .barLayer p.caption, 
	.bar-chart:not(.chart-tr) > .chart-wrap .chartBody .barLayer .mainSection .tooltiptext span.tooltip-content {
    	font-size: 10px !important;
	}
}

@media (max-width: 983px) {
	.container {
	    padding-left: 2rem;
	    padding-right: 2rem;
	}
}

@media (max-width: 599px) {
	.container {
	    padding-left: 0;
	    padding-right: 0;
	}
	.header-banner select.lcms-dropdown {
    	width: 100%;
	}
}

@media (max-width: 425px) {
	.directors-section img {
		width: 100px;
	}
	.directors-section button {
    	left: 125px;
    	bottom: 16px;
	}
}
/*responsive end*/