@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*:not(i) {
    font-family: 'Prompt', sans-serif !important;
}

.sarabun{
	font-family: 'Sarabun', sans-serif !important;
}

.baijamjuree{
	font-family: "Bai Jamjuree", sans-serif!important;
}

.amounttext>div>span {
    background: linear-gradient(0deg, rgba(0,212,255,1) 0%, rgba(0,255,153,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-blue {
    color: skyblue;
}

#thaimap {
    height: 800px;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.card-row {
    justify-content: center;
}

.card-row>.col {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.card-row>.col>.innercardrow {
    width: 100%;
}

.business-solutions .module-iconbox-1:hover .lqd-iconbox-heading {
    color: white;
    fill: white;
    margin-bottom: 0.8rem;
}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.card {
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid rgba(208, 202, 239, .3);
    box-shadow: 0 14px 55px 0 rgba(208, 202, 239, .3);
    padding: 15px;
    margin: 0px;
}

.head {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.label {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.label>a.labelname {
    color: #fff;
}

.labelval {
    color: #444;
}

.labels {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.multipielabel:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.multipielabel {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.multipielabelname {
    align-items: center;
    display: flex;
    justify-content: center;
}

.newscontainer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10vh;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #39a7df;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
    background-color: rgba(255, 255, 255, 0.5);
}

.position {
    padding: 10px;
    margin-bottom: 0px;
}

.weblogo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.newscate {
    padding: 10px;
    margin: 0;
}

.page-link {
    font-size: 14px;
    font-weight: 500;
}

.pagenumber>a {
    border-radius: 50%;
}

.relatednews:not(:last-child) {
    margin-bottom: 0.5rem;
}

/* megamenu */
.navbar-brand {
    font-size: 1.4em;
}

.navbar-dark .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 1.1em;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
    top: 100%;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 748px) {
    .dropdown-menu {
        display: flex;
        max-height: 400px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
		
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}

.dropdown-menu li:not(:first-child) .dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #516beb;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li a {
    color: gray;
    padding: 0.5em 1em;
}

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.1em;
    color: #516beb;
    cursor: default;
}

@media screen and (min-width: 993px) {
    
    .dropdown-menu.show {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }
}

#legionlist {
    padding-left: 2rem;
}

#legionlist>ul>li {
    padding-left: 2rem;
}

.hidden {
    display: none;
}

.showup {
    display: block;
}

.charticon::before {
    background-image: url('../images/icon.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    margin-right: 15px;
}
.navbar-brand-inner{
	display: inherit;
}
.iconbox h3,.iconbox h4{
	line-height: normal;
}
.iconbox h3{
	font-size: 24px;
}
.iconbox h4{
	font-size: 18px;
}
.Chart2{
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
.loading {
	margin-top: 10em;
	text-align: center;
	color: gray;
}
.Chart3{
	width: 100%;
	height: 800px;
}
.card-title{
	padding: 0 0 40px;
}
.chartCard{
	padding-top: 30px;
	padding-bottom: 30px;
}
.Chart4,.Chart5{
	width: 480px!important;
	height: 480px!important;
	margin: auto;
}




@media only screen and (max-width: 767px) {
	.navbar-brand img{
		max-height: 60px;
	}
	.lqd-mobile-sec .navbar-brand{
		padding: 10px 0;
	}
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
		line-height: normal;
	}
	h1,
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 18px;
	}
	h3,
	.h3 {
		font-size: 16px;
	}
	h4,
	.h4 {
		font-size: 15px;
	}
	h5,
	.h5 {
		font-size: 14px;
	}
	h6,
	.h6 {
		font-size: 13px;
	}
	.iconbox h3{
		font-size: 15px;
	}
	.iconbox h4{
		font-size: 13px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.Chart2,.Chart3{
		height: 500px;
	}
	.card-title{
		padding: 0 0 20px;
	}
	.chartCard{
		padding: 0px;
	}
	.Chart4,.Chart5{
		width: 300px!important;
		height: 300px!important;
		margin: auto;
	}
	.ChartRight4{
		padding-bottom: 30px;
	}
	.ChartRight4 .labels,.head{
		margin-top: 0.5rem;
    	margin-bottom: 0.5rem;
	}
	.ChartLeft5 .multipielabel {
		padding-top:  0.5rem;
		padding-bottom:  0.5rem;
	}
	.ChartLeft5, .labelname{
		font-size: 12px;
	}
	.main-footer .ld-fancy-heading ul{
		margin: 0 0 0 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img{
		max-height: 80px;
	}
	.lqd-mobile-sec .navbar-brand{
		padding: 10px 0;
	}
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
		line-height: normal;
	}
	h1,
	.h1 {
		font-size: 30px;
	}
	h2,
	.h2 {
		font-size: 24px;
	}
	h3,
	.h3 {
		font-size: 18px;
	}
	h4,
	.h4 {
		font-size: 16px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
	.iconbox h3{
		font-size: 18px;
	}
	.iconbox h4{
		font-size: 16px;
	}
	.Chart2,.Chart3{
		height: 600px;
	}
	.card-title{
		padding: 0 0 20px;
	}
	.chartCard{
		padding: 0px;
	}
	.Chart4,.Chart5{
		width: 300px!important;
		height: 300px!important;
		margin: auto;
	}
	.ChartRight4 .labels,.head{
		margin-top: 0.5rem;
    	margin-bottom: 0.5rem;
	}
	.ChartLeft5 .multipielabel {
		padding-top:  0.5rem;
		padding-bottom:  0.5rem;
	}
	.ChartLeft5, .labelname{
		font-size: 13px;
	}
	.main-footer .ld-fancy-heading ul{
		margin: 0 0 0 15px;
	}
	
	
}

