/*-------------------- Fonts --------------------*/
@font-face {
	font-family: 'BangkokBankSans-Regular';
	url('../fonts/bblsans-rg.woff2') format('woff2'),
	url('../fonts/bblsans-rg.woff')  format('woff');
}

@font-face {
	font-family: BangkokBankSans-Regular;
	src: url(../fonts/bblsans-rg.woff2);
}

@font-face {
	font-family: BangkokBankSans-Light;
	src: url(../fonts/bblsans-lt.woff2);
}

body {
	font-family: BangkokBankSans-Regular;
	font-size: 16px;
}

h1 {
	color: #002850;
	font-weight: 600;
	font-size: 30px;
	/*margin-bottom: 35px;*/
}

h2 {
	color: #002850;
	font-size: 48px;
	font-weight: 600;
	padding: 5px 50px;
}

h3 {
	color: #002850;
	font-size: 24px;
}

h4 {
	color: #0075C9;
	font-size: 16px;
	padding: 10px 0;
	font-weight: 600;
}

a {
	color: #000;
	text-decoration: none;
}

/*
@media (max-width: 768px){
	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 25px;
		font-weight: 600;
		padding: 0;
		padding-left: 15px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	body,p,a {
		font-size: 15px;
	}
	
	.table td {
		font-size: 13px;
		font-weight: 100	
	}
}
*/

@media only screen and (min-width: 1920px) {
    .inner-container {
        max-width: 1270px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
}

/*-------------------- Table Structure --------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	text-align: left;
	/*font-size: 14px;*/
}

table th,
table td {
	border: 1px solid #000;
	padding: 8px 10px;
	/*word-break: break-word;*/
}

table th {
	background-color: #f2f2f2;
	font-weight: bold;
	color: #000;
	text-align: left;
	/*width: 100px;*/
}

table tr:first-child th[colspan] {
	background-color: #d9d9d9;
	text-align: left;
	width: auto;
	/*font-size: 18px;*/
	font-weight: bold;
}

/*.table-responsive {
	width: 100%;
	overflow-x: auto;   
	-webkit-overflow-scrolling: touch;
}

.table-responsive table {
	width: 100%;
	border-collapse: collapse;
}*/

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
}

.table-responsive table {
    min-width: 600px; /* forces scroll when screen is smaller */
    border-collapse: collapse;
}

.th-no {
	width: 28px;
	text-align: center;
}

.col-no {
	width: 5px;
	text-align: center;
}

.col-concern {
	width: 15%;
}

.col-mode {
	width: 15%;
}

.col-details {
	width: auto;
}

.custom-logo img {
	max-height: 80px !important;
	width: auto !important;
}

@media (max-width: 320px){
	/*table th, table td {
		padding-left: 4px !important;
		font-size: 13px;	//comment
		width: 100px;		//comment
		font-weight: 100;
        color: #000;
	}*/
  
	.col-no {
		width: 28px;
		text-align: center;
	}
  
	.col-mode {
		width: 33%;
		/*font-size: 10px;*/
	}

	.col-concern {
		width: 25%;
		/*font-size: 10px;*/ 
	}

	.col-details {
		width: 70%;
		/*font-size: 10px;*/
	}
	
	.th-no {
		width: 35px;
	}
	
	table th {
		font-weight: bold;
	}
}

@media (min-width: 321px) and (max-width: 768px) {
	/*table {
		display: table;
		white-space: inherit;
	}*/
  
	/*table th, table td {
		padding-left: 4px !important;
		font-size: 10px;
	}*/
  
	.th-no {
		width: 40px;       
		text-align: center;
	}
  
	.col-no {
		width: 25px;
		text-align: center;
	}
	  
	.col-mode {
		width: 25%;
		/*font-size: 10px;*/
	}

	.col-concern {
		width: 25%;
		/*font-size: 10px;*/
	}

	.col-details {
		width: 70%;
		/*font-size: 10px;*/
	}
}


/*-------------------- Navbar --------------------*/
.navbar .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.navbar .nav-link:hover {
	color: #0d6efd !important;
}

.navbar-nav .dropdown-toggle::after,
.no-caret::after {
	display: none !important;
}

.navbar .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 240px;
	padding: 0;
	background-color: #f2f4fc;
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.navbar .dropdown-menu.show {
	display: block;
}

.navbar .dropdown-item {
	padding: 12px 20px;
	font-size: 16px;
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #dee2e6;
}

.navbar .dropdown-item:last-child {
	border-bottom: none;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
	background-color: #e6f0ff;
}

.navbar .dropdown-item.active {
	background-color: #2c7be5;
	color: #fff;
	font-weight: bold;
}

.navbar-nav .nav-link {
	position: relative;
	padding-bottom: 5px;
}

.navbar-nav .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

/*-------------------- Business Banking --------------------*/
.business-banking {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px;
}

.business-banking h1 {
	color: #002850;
	font-size: 24px;
	font-weight: bold;
}

.business-banking p {
	color: #666;
	margin-bottom: 32px;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.card {
	padding: 10px;
	border: 1px rgba(0,0,0,.1);
}

.card img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	object-fit: contain;
}

.card .title {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

.card-title {
	font-size: 16px !important;
}

.bb-card {
	padding: 5px;
	border: 1px rgba(0,0,0,.1);
	font-weight: 600;
}

/*.card-body {
    flex: 1 1 auto !important;
    padding: 10px !important;
}*/

@media (max-width: 768px) {
	.card {
	  margin: 0;
	}
}

/*-------------------- Consumer Banking --------------------*/
.consumer-banking-background {
	background-color: #f0f9fd;
	padding: 40px 0;
}

.text-content {
	flex: 1;
	min-width: 250px;
}

.text-content h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}

.text-content p {
	/*font-size: 16px;*/
	margin-bottom: 15px;
	color: #333;
}

.banking-icons {
	display: flow;
	flex: 1;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 0rem;
}

.icon-box {
	text-align: center;
	flex: 0 0 auto;
	margin: 45px;
}

.icon-box img {
	width: 237px;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}

.icon-box p {
	/*font-size: 12px;*/
	font-weight: 600;
}

.menu h1 {
	color: #002850;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	padding: 0px 0 0 50px;
}

/*@media (min-width: 290px) and (max-width: 320px) {
	.banking-icons {
		display: block;
	}
	
	.icon-box {
		margin: 10px;
	}
}

@media (min-width: 321px) and (max-width: 375px) {
	.banking-icons {
		display: block;
		gap: 0 !important;
	}	
}

@media (min-width: 376px) and (max-width: 425px) {
	.banking-icons {
		display: block;
	}

	.icon-box {
		margin: 10px;
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	.banking-icons {
		justify-content: center;
		display: flex;
	}
	
	.icon-box {
		margin: 10px;
	}
	
	.menu h1 {
		padding: 5px 15px 5px 15px;
		font-size: 20px;
	}
}

@media (min-width: 2400px) {
	.col-right {
	    background-color: #f5f9ff;
	    padding: 30px 60px 30px 20px;	
		
	}
	
	.fx-counter-wrapper {
	    margin: 25px;
	}
	
	.col-left {
	    background-color: #f0f9fd;
	    padding: 30px 20px 30px 60px;
	}
}*/

@media (max-width: 375px) {
	.banking-icons {
		display: block;
	}
}

/* Phones */
@media (max-width: 425px) {
	.banking-icons {
		display: block;
	}

	.icon-box {
		margin: 10px;
	}
}

/* Tablets */
@media (min-width: 768px) {
	.banking-icons {
		display: flow;
		text-align: center;
	}

	.menu h1 {
		padding: 5px 15px;
		/*font-size: 20px;*/
	}
	
	.icon-box {
		text-align: center;
		/*flex: 0 0 auto;*/
		margin: 10px;
		display: contents;
	}
	
	.icon-box img {
		width: 200px;
		margin: 3px;
	}
}

@media (min-width: 1025px) {
	.banking-icons {
		display: flex;
		/*flex-wrap: wrap;*/
		gap: 3rem;
	}

	.icon-box {
		text-align: center;
		/*flex: 0 0 auto;*/
		margin: 10px;
	}

	.icon-box img {
		width: 200px;
		margin: 15px;
	}
	
    .menu h1 {
        padding: 5px 50px;
        /*font-size: 25px;*/
    }
}

@media (min-width: 1440px) {
	.banking-icons {
		display: inline-flex;
        flex-wrap: nowrap;
        gap: 0rem;
	}
	
	.icon-box img {
		width: 186px;
	}
	
	.business-banking {
	    max-width: 1300px;
	    margin: 0 auto;
	    padding: 26px;
	}
}

/*-------------------- Trade Finance --------------------*/
.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.trade-finance-sidebar {
	padding: 20px 0 0 50px;
	box-sizing: border-box;
	width: 400px;
}

.trade-finance-content {
	flex: 3 1 600px;
	min-width: 0;
	padding: 20px 30px 0 30px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	min-height: 250px;
	text-align: justify;
}

.trade-finance-description {
	padding: 0 30px 0 50px;
	text-align: justify;
}

.trade-finance-sidebar h2 {
	color: #003366;
}

.trade-finance-sidebar ul {
	list-style: none;
	padding-left: 30px;
}

.trade-finance-sidebar li {
	cursor: pointer;
	margin: 10px 0;
	color: #1e2f71;
	position: relative;
}

.trade-finance-sidebar li:hover > span,
.trade-finance-sidebar li:hover > a {
	text-decoration: underline;
}

.section {
	display: none;
}

.section.active {
	display: block;
}

.benefits-heading {
	color: #0075C9;
}

.benefits-list {
	list-style: none;
	padding-left: 0;
}

.benefits-list li {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}

.benefits-list i {
	color: #0075C9;
	margin-right: 10px;
	/*font-size: 16px;*/
	line-height: 1.4;
}

.menu-list li.active {
	color: #0075C9;
	font-weight: bold;
}

@media (max-width: 991.98px) {
	ol{
		padding: 0 0 0 20px;
	}
	
	.flex-container {
		flex-direction: column;
	}

	.trade-finance-sidebar {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 15px;
	}
  
	.trade-finance-content p,
	.trade-finance-sidebar p {
		color: #000 !important;
		text-decoration: none;
		/*font-size: 14px;*/
		font-weight: 100;
		text-align: justify;
	}

	.menu-list,
	.menu-list li
	.menu-list li.active {
		color: #000 !important;
		display: block;
		padding: 0;
		margin: 0 0 15px 0;
	}

	.menu-list li {
		/*list-style: none;*/
		margin-bottom: 10px;
		padding: 0 0 0 5px;
		border-radius: 6px;
		color: #000 !important;
		/*text-align: justify;*/
		font-weight: 100;
	}

	.menu-list li.active {
		font-weight: bold;
		color: #002850 !important;
		/*font-size: 18px;*/
		list-style: none;
	}

	.trade-finance-content {
		width: 100%;
		padding: 15px;
		border-left: none;
		border-top: 1px solid #ccc;
		display: none;
	}

	.trade-finance-mobile-content {
		display: none;
		margin-top: 10px;
		padding: 10px;
		border-top: 1px solid #eee;
		/*font-size: 13px;*/
		text-align: left;
	}

  .menu-list li.active .mobile-content {
		display: block;
		/*font-size: 12px;*/
	}

	.trade-finance-sidebar ul {
		padding-left: 0;
	}
	  
	.trade-finance-description {
		padding: 0 20px 0 20px;
		/*font-size: 14px;*/
	}
}

/*-------------------- Menu Description --------------------*/
.sidebar {
	padding: 20px 0 0 50px;
	box-sizing: border-box;
	width: 235px;
}

.content {
	flex: 3 1 600px;
	min-width: 0;
	padding: 20px 30px 0 30px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	min-height: 250px;
	text-align: justify;
}

.sidebar h2 {
	color: #003366;
}

.sidebar ul {
	/*list-style: none;*/
	padding-left: 30px;
}

.sidebar li {
	cursor: pointer;
	margin: 10px 0;
	color: #1e2f71;
	position: relative;
	/*font-size: 14px;*/
}

.sidebar li:hover > span,
.sidebar li:hover > a {
	text-decoration: underline;
}

ul {
	padding-left: 30px;
}


@media (max-width: 768px){  
	ul {
		list-style: inside;
		padding-left: 0 !important;
	}
	
	.sidebar li {
		/*font-size: 13px;*/
	}
	
	b, strong {
	    font-weight: 600;
	}
}

@media (max-width: 991.98px) {
	.sidebar {
		width: 100%;
		border-right: none;
		/*border-bottom: 1px solid #ccc;*/
		padding: 15px;
	}
  
	.content p,
	.sidebar p {
		color: #000 !important;
		text-decoration: none;
		/*font-size: 13px;*/
		font-weight: 100;
		text-align: justify;
	}

	.content {
		width: 100%;
		padding: 15px;
		border-left: none;
		border-top: 1px solid #ccc;
		/*display: none;*/
	}

	.mobile-content {
		display: none;
		margin-top: 10px; 
		padding: 10px;
		/*border-top: 1px solid #eee;*/
		/*font-size: 13px;*/
		text-align: left;
	}

	.sidebar ul {
		padding-left: 0;
	}
	  
	.sidebar h2 {
		/*font-size: 15px;*/
	}
	  
	li::marker {
		list-style: inside;
	}

	ul {
		list-style: inside;
		padding-left: 10px !important;
	}
}

/*-------------------- Home Loan --------------------*/
.center-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
}

.description-home-loan {
	text-align: center;
}


/*li::marker {
	color: #0075C9;
	font-weight: bold;
}*/

.description {
	/*font-size: 14px;*/
	margin-bottom: 32px;
	text-align: justify;
	padding: 0 30px 0 30px;
}

.accordion {
	width: 100%;
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-header {
	padding: 16px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.accordion-button:not(.collapsed) {
	background-color: #fff !important;
}

.accordion-header:hover {
	background-color: #f9f9f9;
}

.accordion-content {
	padding: 0 20px 15px 40px;
	display: none;
}

.accordion-body {
	padding: 20px;
	word-wrap: break-word;
	box-sizing: border-box;
	text-align: justify;
	overflow: visible !important;
	max-height: none !important;
}

.accordion-body table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.accordion-body img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 16px;
}

.accordion-body td,
.accordion-body th {
	word-break: break-word;
	padding: 8px;
}

.product-disclosure {
	display: inline-block;
	color: #002850;
	text-decoration: none;
	border: 1px solid #002850;
	background: #0d6efd;
}

/*.product-disclosure {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}*/

.product-disclosure h3 {
	color: #1e2f71;
	margin-bottom: 20px;
}

.footer-note {
	text-align: center;
	/*font-size: 14px;*/
	margin-top: 30px;
	color: #333;
}

@media (max-width: 600px) {
	.buttons {
		flex-direction: column;
		gap: 16px;
	}

	.buttons a {
		width: 100%;
	}

	.accordion-content {
		padding-left: 20px;
	}
	  
	.center-wrapper {
		padding: 10px 20px;
		text-align: center;
	}
	  
	.accordion-header {
		padding: 0;
	}
		
	.accordion-button {
		font-size: 13px
	}
}

@media (max-width: 991.98px) {
	.description {
		/*font-size: 13px;*/
		padding: 0 10px 0 10px;
		text-align: justify;
	}
	  
	.description-home-loan {
		text-align: center;
	}
}

/*-------------------- BOD --------------------*/
.name, .position {
	cursor: pointer;
}

.position {
	margin-left: 5px;
}

.director-description {
	display: none; 
	width: 100%;
	margin-top: 10px;
	text-align: justify;
	text-align-last: center;
}

.director-header {
	display: block;
}

.director-item {
	display: grid;
	grid-template-columns: 3fr 1fr;
	padding: 4px 0;
	align-items: center; 
	display: block;  
}

.director-item.name {
	font-weight: 500;
	text-align: left;
	color: #002850;
}

.director-item .position {
	color: #666;
	font-style: italic;
	text-align: left;
}

.bod-title {
	padding-top: 50px;
}

.bod-desc {
	padding: 25px 0 50px;
}

@media (max-width: 600px) {
	.director-item {
		grid-template-columns: auto;
	}
		
	.director-item.name {
		text-align: center;
	}
		
	.director-item.position {
		text-align: center;
	}
		
	.bod-desc {
		padding: 10px 0 30px;
	}
		
	.name,.position {
		/*font-size: 13px;*/
	}
		
	.accordion-button {
		display: flow !important;
	}
}

/*-------------------- Vision Mission --------------------*/
.vm-item {
	padding: 4px 0;
	align-items: center;
}

.vm-title {
	padding-top: 30px;
}

.vm-desc {
	padding: 25px 0 50px;
}

.vm-desc ul {
	list-style-position: inside;
	margin: 0 auto;     
	padding: 0;  
	display: inline-block;   
	text-align: left;
}

@media (max-width: 600px) {
	.vm-desc {
		padding: 0;
		text-align: justify;
	}
		
	.vm-title {
		padding-top: 20px;
	}
}

@media (max-width: 768px) {	
	.vm-title {
	  padding-top: 0;
	}
	
	.vm-desc {
	  padding: 25px;
	}
}

/*-------------------- Footer --------------------*/
#footer a,
#footer p,
#footer div {
	/*font-size: 14px;*/
	color: #fff;
	text-decoration: none;
}

.portlet-title-text {
	display: none;
}

.footer-background {
	background: #002850;
}

.copyright {
	/*font-size: 14px;*/
}

.footer-logo {
	max-height: 30px;
	height: 30px;
	width: auto;
	object-fit: contain;
	display: block;
	gap: 12px;
}

/*-------------------- Global Reset --------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	overflow-x: hidden;
	max-width: 100%;
	height: 100%;
	width: 100%;
}

.accordion-button {
	background-color: #fff;
	font-weight: 600;
	color: #002850;
}

.upload-link {
	margin: 16px 0;
}

.upload-link a {
	color: #007bff;
	text-decoration: underline;
	word-break: break-word;
}

.dropdown-menu.dropdown-scrollable {
	max-height: 400px;
	overflow-y: auto;
	white-space: normal;
	width: max-content;
	min-width: 200px;
	column-count: 1;
	column-gap: 16px;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	word-wrap: break-word;
	padding: 8px 16px;
}

@media (max-width: 768px) {
	.accordion-body {
		padding: 16px;
	}
		
	.flex-container {
		display: flex;
		flex-direction: column;
	}
	
	.dropdown-menu.dropdown-scrollable {
		max-height: 60vh;
	}
}


/*-------------------- FX Counter Rate --------------------*/
.col-left {
	background-color: #e3f6fd;
	padding: 30px 20px 30px 60px;
}

.col-right {
	background-color: #f0fafe;
	padding: 30px 30px 30px 20px;
}

/*.fx-counter-wrapper {
	margin: 50px;
}*/

.fx-counter-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 40px;
	padding: 30px 40px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	/*font-size: 18px;*/
	margin: 20px auto;
}

.fx-counter-link i {
	font-size: 40px;
	color: #d9534f;
}

.col-left h1,
.col-right h1 {
	/*text-align: left;*/
	margin: 0;
	/*font-size: 25px;*/
}

@media (max-width: 991.98px) {
	.col-right h1 {
		text-align: center;
	}
		
	.col-left {
	    padding: 20px;
	}
	
	.fx-counter-wrapper {
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.fx-counter-link {
	    padding: 30px;
	}
	
    /*.fx-counter-wrapper {
		margin: 30px 30px 30px 150px;    
	}*/
}

/*-------------------- General --------------------*/
.content-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	width: 100%;
	margin: 0;
}

.content-wrapper .content-box {
	width: 100%;
	padding: 0 20px;
}

.content-wrapper h3 {
	color: #002850;
	margin-bottom: 8px;
	text-align: left;
}

.content-wrapper p {
	margin-bottom: 16px;
	text-align: left;
	word-wrap: break-word;
}

.content-wrapper table {
	margin: 16px 0;
	width: 100%;
	border-collapse: collapse;
}

.content-wrapper table th,
.content-wrapper table td {
	border: 1px solid #000;
	padding: 15px;
	text-align: left;
}

@media (max-width: 768px) {
  .content-wrapper .content-box {
		padding: 0;
	}
	  
	.content-wrapper table {
		/*font-size: 10px;*/
	}
}

@media (min-width: 992px) {
  .content-wrapper .content-box {
		padding: 0 100px;
	}
}


/*-------------------- Career Page --------------------*/
.career-icons {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 7rem;
}

.icon-box-career {
	flex: 0 0 auto;
	padding: 20px;
}

.description-career {
	/*font-size: 14px;*/
	margin-bottom: 32px;
	padding: 0 30px 0 30px;
}

.highlight-section {
	background-color: #F0F9FD;
	width: 100%;
	padding: 80px 20px;
	text-align: center;
}

.highlight-box {
	max-width: 1200px;
	margin: 0 auto;
}

.white-section {
	background-color: #fff;
	width: 100%;
	padding: 50px 20px;
	text-align: center;
}

.career-page-button a {
    text-decoration: none;
    padding: 25px 120px;
    color: #002850;
    /*border: 2px solid #c0c7e0;*/
    text-align: center;
    min-width: 180px;
    font-weight: 600;
    background: #0d6efd;
}

@media (max-width: 768px) {
	.career-page-button a {
		padding: 25px 80px;
	}
	  
	.icon-box-career {
		padding-left: 0;
	}
		
	.description-career {
		padding: 0;
		text-align: justify;
	}
		
	.career-icons {
		gap: 1rem;
	}
		
	.white-section {
		padding: 0 20px;
	}
}

@media (min-width: 993px) {
	.career-icons {
		gap: 7rem;
	}
}

@media (min-width: 1024px) {
	.career-icons {
		gap: 2rem;
	}
}

@media (min-width: 1440px) {
	.career-icons {
		gap: 0;
	}
}


/*-------------------- Announcement --------------------*/
.content-text {
	text-align: justify;
}


/*-------------------- About Us --------------------*/
.title-aboutUs {
	text-align: center;
}

.desc-aboutUs {
	text-align: center;
}

@media (max-width: 768px) {
	.desc-aboutUs {
		text-align: justify;
	}
}


/*-------------------- Our Branches --------------------*/
.center-branches {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	text-align: center;
	width: 100%;
}

.center-branches p,
.center-branches ul,
.center-branches table {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 700px;
	width: 100%;
}

.center-branches ul {
	list-style-position: inside;
	padding: 0;
}


@media (max-width: 576px) {
	.center-branches {
		text-align: left;
		padding: 5px;
	}

	.center-branches p,
	.center-branches ul,
	.center-branches table {
		max-width: 100%;
	}
}

@media (min-width: 577px) and (max-width: 992px) {
	.center-branches p,
	.center-branches ul,
	.center-branches table {
		max-width: 90%; 
	}
}

/*@media (min-width: 993px) {
	.center-branches p,
	.center-branches ul,
	.center-branches table {
		max-width: 700px;
	}
}*/


/*-------------------- Complaints & Feedback --------------------*/
.CF-desc {
	text-align: start;
}

/*
.info-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
}

.info-item {
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: start;
}

.info-item .label {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
	white-space: nowrap;
}

.info-item .value {
	text-align: left;
}

.label {
	border-style: none !important;
	font-size: 14px;
	font-weight: 100 !important;
	padding-left: 0 !important;
}
*/

.CF-desc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.CF-desc p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	text-indent: 0;
}

.CF-desc p:has(:not(li)):has(span):not(:empty),
.CF-desc p:has(:not(li)):not(:empty) {
	align-items: flex-start;
}

.CF-desc p {
	white-space: pre-wrap;
}

.CF-desc p {
	display: grid;
}

.CF-desc p::before {
	content: attr(data-label);
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.CF-desc ul {
	list-style: disc;
	padding-left: 10px;
	margin: 5px 0;
}

.CF-desc ol {
	list-style: decimal;
	padding-left: 25px;
	margin: 5px 0;
}

.CF-desc table {
	border: none !important;
	border-collapse: collapse;
	width: 100%;
}

.CF-desc .table-borderless,
.CF-desc .table-borderless th,
.CF-desc .table-borderless td {
	border: none !important;
	background: transparent !important;
	border-collapse: collapse;
	/*padding: 0;
	text-indent: -7px;*/
}

.CF h2 {
	color: #002850;
	/*font-size: 30px;*/
	padding-top: 50px;
	text-align: start;
}

.CF-desc .info-table td:first-child {
	width: 140px;
}

.CF-desc .info-table table td:nth-child(2) {
	text-indent: -6px;
	width: 150px;
}

.CF-desc .info-table table td:nth-child(3) {
	width: 130px;
}

.CF-desc table td {
	padding: 8px 6px;
}

@media (max-width: 768px) {
	.CF-desc .info-table td:first-child {
		width: 110px;
	}

	.CF-desc .table-borderless,
	.CF-desc .table-borderless td {
		text-indent: 0;
	}
	
	.form-control {
    	/*font-size: 13px;*/
	}
	
	.select-from-list__dropdown-menu {
	    /*font-size: 13px;*/
	}
}


/*-------------------- Latest Financial Reports --------------------*/
.download-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	min-width: 200px;
	padding: 10px 14px;

	background-color: #e6eef4;
	color: var(--text-color);
	border: none;
	border-radius: 8px;

	/*font-size: 13px;*/
	font-weight: 600;
	text-align: center;

	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.3s ease;
}

.download-btn:hover {
	/*background-color: var(--primary-hover-color, #0056b3);*/
	transform: translateY(-1px);
}

.download-btn i {
	font-size: 16px;
}

.card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.explore-more {
	padding-top: 30px;
	/*font-size: 12px;*/
}

.latest-financial-wrapper {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 38px 0;
}

.lfr-card {
	padding: 10px;
	border: 1px solid rgba(0,0,0,.1);
}

.flex-container {
	display: flex;
	gap: 1rem;
}

.sidebar {
	width: 280px;
}

.menu-item,
.submenu-item {
	cursor: pointer;
}

.menu-item.active,
.submenu-item.active {
	color: #0075C9;
	font-weight: 600;
}

.mobile-content {
	display: none; 
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .flex-container {
    	flex-direction: column;
  }

  .sidebar {
    	width: 100% !important;
  }

  .content {
    	display: none; 
  }

  .menu-list ul {
    	padding-left: 16px;
  }

  .mobile-content.active {
	    display: block;
	    margin-top: 8px;
	    padding-left: 20px;
	    border-left: 2px solid #0075c9;
  }
  
  .mobile-content h2 {
		display: none !important;
  }
  
  .sidebar li .section-content {
		display: block;
		margin-top: 8px;
		padding-left: 20px;
		border-left: 2px solid #0075c9;
	}
}

/*-------------------- Object CSS --------------------*/
.image-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.image-row p {
    margin: 0;
}

.download-btn span {
	display: block;
	line-height: 1.2;
	max-height: 2.4em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portlet {
	margin-bottom: 0 !important;
}


/*-------------------- Tools and Assistance Icon --------------------*/
.thumb-square {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.thumb-item {
    text-decoration: none;
    color: inherit;
}

.thumb-box {
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 150px;
}

.thumb-image {
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.thumb-text {
    /*font-size: 16px;*/
    padding-top: 20px;
}


/*-------------------- Responsive Font Size --------------------*/
@media (max-width: 768px) {
	h2 {
		font-size: 22px !important;
		padding: 0 20px 0 20px;
	}
	
	h3 {
		font-size: 21px !important;
	}
	
	h4 {
		font-size: 14px !important;
	}
	
	body,p,a {
		font-size: 14px !important;
	}
}

@media (min-width: 1024px) {
	h2 {
		font-size: 48px;
	}
	
	h3 {
		font-size: 24px !important;
	}
	
	h4 {
		font-size: 16px !important;
	}
	
	body,p,a {
		font-size: 16px !important;
	}
}

/*-------------------- Our Branches Layout --------------------*/
.department-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

.department-box {
    width: 24%;
}

.department-box table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    table-layout: auto;   /* auto adjust */
}

.department-box th,
.department-box td {
    padding: 8px;
    vertical-align: top;
    word-break: break-word;
}

iframe {
    border: 0;
    max-width: stretch;
}

/*-------------------- Button --------------------*/
.dw-button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 50px;
    background: #0d6efd;
    color: #fff;
    gap: 10px;
    border-radius: 5px;
}

.buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    height: 50px;
    padding: 0 65px;
    margin: 40px 0 20px 0;

    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;

    font-weight: 600;
    transition: .2s;
    
    flex: 1;              
    text-align: center;
    padding: 18px 20px;
    background: #1f6cf0;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.buttons a:hover {
    background: #0b5ed7;
    color: #fff;
}

.button-left {
    text-align: left;
}

.button-center {
    text-align: center;
}

.button-right {
    text-align: right;
}

.lfs-button {
	gap: 8px;
    width: 100%;
    max-width: 420px;
	padding: 10px;
    background-color: #e6eef4;
    border-radius: 8px;
    font-weight: 600;
}

.menu-wrapper {
    display: flex;
    gap: 8px;
}

.card-body {
    flex: 1 1 auto;
    color: var(--bs-card-color);
    padding: 16px 0 16px 0;
}
