@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

body.langTH{
    font-family: 'Noto Sans Thai', sans-serif !important;
	font-weight:400 !important;
	font-size:1.75rem;
}
.navbar.navbar-default {
    font-family: 'Noto Sans Thai', sans-serif;
}
.navbar > .container .navbar-brand {
    font-family: 'Noto Sans Thai', sans-serif;
}
.timelineBox {
    font-size: 17px;
}
body.langTH .privacyBox {
    font-weight: 400;
    text-align: left;
}
body.langTH #main_contents_area {
    font-family: 'Noto Sans Thai', sans-serif;
    color: #555555;
	font-weight:300 !important;
}
body.langTH #STC p{
	text-align:left;
}

body.langTH .businessTopBanner .slideText {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
	background:none;
	padding:0;
    width: 40%;
    color: #fff;
    height: auto !important;
    z-index: 999;
}
body.langTH #EnergyManagementSolutions .darkRedBox{
	text-align:left;
}

body.langTH #industrialSystem p{
	text-align:left;
}

body.langTH .slideText{
	font-size:1.6rem;
}
body.langTH .contentArticle{
	text-align:left;
}
body.langTH #advanceAutomation .aaBox {
    font-size: 1.6rem;
}@media screen and (max-width: 768px) {	body.langTH .businessTopBanner .slideText{		bottom: 0%;		left: 3%;		transform: translate(3%, 0%);		width: 90%;	}	}