/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/

.nav-dropdown {
	max-height: 70vh !important;
	overflow-y: scroll;
	overflow-x: hidden;
}
.nav-dropdown>li {
	flex: 1;
}
.mbws_coltextscginvestorrelations a{
	color: #000000;
}
.mbws_coltextscginvestorrelations .hexagon-text:hover a, .mbws_coltextscginvestorrelations .hexagon-text:hover a h3{
	color: var(--fs-experimental-link-color) !important;
}
@media (max-width: 1200px){
	.mbws_colcorporate {
		overflow-x: scroll;
	}
}
.banner h1, 
.banner h2 {
	line-height: 1.35;
}

@media (max-width: 480px) {
	.banner h1, 
	.banner h2 {
		font-size: 1.5rem;
	}
}