html{
	font-size:16px;
	scroll-behavior : smooth ;
}
@font-face {
	font-family: 'IBMPlexSansThai-SemiBold';
	src: url('fonts/IBMPlexSansThai-SemiBold.eot');
	src: url('fonts/IBMPlexSansThai-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-SemiBold.woff') format('woff'),
		url('fonts/IBMPlexSansThai-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IBMPlexSansThai-Bold';
	src: url('fonts/IBMPlexSansThai-Bold.eot');
	src: url('fonts/IBMPlexSansThai-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-Bold.woff') format('woff'),
		url('fonts/IBMPlexSansThai-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IBMPlexSansThai-Regular';
	src: url('fonts/IBMPlexSansThai-Regular.eot');
	src: url('fonts/IBMPlexSansThai-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-Regular.woff') format('woff'),
		url('fonts/IBMPlexSansThai-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IBMPlexSansThai-Medium';
	src: url('fonts/IBMPlexSansThai-Medium.eot');
	src: url('fonts/IBMPlexSansThai-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-Medium.woff') format('woff'),
		url('fonts/IBMPlexSansThai-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'IBMPlexSansThai-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	overflow-x: hidden;
	color: #696969;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
    top: 0;
    right: 1rem;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
}
#nav-icon3 p{
	margin: 0;
	transition: all 0.7s;
	font-size: 18px;
}
#nav-icon3[aria-expanded="true"] p.menuopen{display: none;transition: all 0.7s;}
#nav-icon3 p.menuopen{display: block;}
#nav-icon3 p.closemenu{display: none;}
#nav-icon3[aria-expanded="true"] p.closemenu{display: block;transition: all 0.7s;}

/*///////////Start-Header///////////////*/

.headbar-main{
    padding:.5rem 0;
    transition: all 0.6s;
	background-color: #FFF;
	box-shadow: 1px -1px 8px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: auto;
    text-align: left;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width:75px;
	transition: all 0.5s;
	margin: 0;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: 0 auto 1rem;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #FFF;
}
.navbar-collapse .navbar-brand img{
	width: auto;
	max-width: 45%;
}

.navbar-nav li{
	padding: 0 50px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .75rem;
	color: #212121;
	font-family: 'IBMPlexSansThai-Medium';
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.8s;
	position: relative;
	color: #212121;
	border-radius: 6px;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #212121;
	background: #d1d1d1;
}
.social-header{
	margin: 2rem auto;
	padding: 0 30px;
	text-align: center;
	
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.social-header ul img{
	width: 22px;
}
.social-header ul{
	list-style: none;
	margin-bottom: 2rem;
}
.social-header p{margin: 0;}
.social-header a:hover{color: #F00;}
.social-header img{
	width: 40px;
	transition: all 0.6s;
}
.social-header img:hover{transform: scale(1.05);}
.social-header ul li{margin-bottom: 1rem;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
.content-slide{
	position: relative;
}
#carouselmainSlide .carousel-item{
	height: 100vh;
	transition: all 1s;
}
.carousel-item img{
	transition: all 12s;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.carousel-item:hover img{transform: scale(1.05);}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselmainSlide .carousel-indicators button{
	width: 11px;
	height: 11px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
}
#carouselmainSlide .carousel-indicators button.active{
	background: #FFF;
}
#carouselmainSlide .carousel-control-prev,
#carouselmainSlide .carousel-control-next{z-index: 4;}

.captionbanner{
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #FFF;
	padding: 2rem 1rem;
}
.tagest .fa-circle{
	color: #ff6200;
	font-size: 10px;
}
.tagest {
    padding: 8px;
    text-align: center;
    background: rgb(113 63 31 / 38%);
    border: 2px solid rgb(255 98 0 / 38%);
    border-radius: 7px;
    color: #FFF;
	width: 80%;
}
.captionbanner hr{
	width: 7rem;
	opacity: 1;
	margin: 0 0 2rem;
	border-width: 4px;
	border-color: rgb(255 98 0 / 100%);
}
.captionbanner .row.addborderwhite{
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #FFF;
}
.captionbanner p{margin-bottom: 1rem;}
.captionbanner h1{
	font-size: 36px;
	font-family: 'IBMPlexSansThai-SemiBold';
	margin:2rem 0;
}
.buttonbanner{
	text-align: center;
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 2rem auto;
	padding: 8px;
	transition: all 0.6s;
	font-family: 'IBMPlexSansThai-Medium';
}
.buttonbanner.leftbtn{
	color: #000000;
	background: rgb(255 98 0 / 100%);
	border-color: rgb(255 98 0 / 100%);
}
.buttonbanner.rightbtn{
	color: #FFF;
	background: rgb(121 121 121 / 34%);
	border-color: rgba(255,255,255,0.34);
}
.buttonbanner:hover{transform: scale(.98);}
.buttonbanner.rightbtn:hover{
	background: rgb(205 205 205 / 55%);
    border-color: rgb(205 205 205 / 55%);
}
.buttonbanner.leftbtn:hover{
	background: rgb(229 92 7);
    border-color: rgb(229 92 7);
}
.runnumber{
	text-align: center;
	margin-bottom: 2rem;
	color: #FFF;
}
.runnumber h1{
	font-size: 36px;
	margin: 0;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.runnumber p{margin: 0;}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/ 

.content-box{
	padding: 10% 0;
	color: #000;
	background: #f8f9fa;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 36px;
	margin: 0;
	color: #0e171f;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.title-box h2{
	font-size: 15px;
	margin: 0 auto 1rem;
	padding: 7px;
	border-radius: 5px;
	width: 55%;
	color: #1e4166;
	text-align: center;
	background: #dbdfe4;
    border: 1px solid #797979;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}
.title-box p{margin: 0;}
.title-box hr{
	width: 7rem;
	opacity: 1;
	margin: 1rem auto;
	border-width: 5px;
	border-color: rgb(255 98 0 / 100%);
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content:  flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .6;}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.textpolicy{margin-bottom: 1rem;}
.textpolicy h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	/* font-family: 'IBMPlexSansThai-Medium'; */
	font-family: 'IBMPlexSansThai-SemiBold';
	
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	/* font-family: 'IBMPlexSansThai-Regular'; */
	font-family: 'IBMPlexSansThai-Medium';
}
.textpolicy .fa-angle-right{
	font-size: .9rem;
	margin-right: 10px;
}
.textpolicy .fa-circle{
	font-size: 14px;
	margin-right: 10px;
}
.textpolicy p{
	margin-bottom: 1rem;
	text-indent: 3%;
}
.textpolicy a:hover{color: #0071bc;}
.textpolicy ul.nonelist{list-style: none;}
.textpolicy ul{
	/* list-style: none; */
	list-style: disc;
	padding-left: 3%;
	margin: .5rem auto;
}


.abouttexthome h1{
	margin: 0;
	font-size: 36px;
	color: #0e171f;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.abouttexthome hr{
	width: 7rem;
	opacity: 1;
	margin: 1.5rem 0;
	border-width: 5px;
	border-color: rgb(255 98 0 / 100%);
}
.abouttexthome p{margin-bottom: 1rem;}
.abouttexthome h2{
	font-size: 15px;
	margin: 0 0 1rem;
	padding: 7px;
	border-radius: 5px;
	width: 50%;
	color: #1e4166;
	text-align: center;
	background: rgb(224 229 234 / 34%);
    border: 1px solid rgb(121 121 121 / 34%);
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}
.cardcompany{
	margin: 2rem auto;
	border-radius: 3px;
	padding: 1rem;
	background: #FFF;
	border: 1px solid #797979;
}
.cardcompany ul{
	list-style: none;
}
.cardcompany img{
	width: 24px;
	margin-right: 10px;
	margin-top: -5px;
	filter: invert(16%) sepia(94%) saturate(571%) hue-rotate(175deg) brightness(99%) contrast(86%);
}
.cardcompany h1{
	font-size: 22px;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-SemiBold';
	text-transform: uppercase;
}
.cardcompany span{font-family: 'IBMPlexSansThai-Medium';}
.cardcompany p{margin: 0;}
.cardcompany ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.imgabout{
	text-align: center;
	padding: 1rem;
	background: url("../images/bg-img1.png") center center no-repeat;
	background-size: 100% !important;
	margin-bottom: 2rem;
}
.imgabout img{
	width: 100%;
	transition: all 0.6s;
}


.content-box.expertisehome{background: #f0f0f0;}
.cardecpertise{
	border-radius: 3px;
	padding: 1rem;
	background: #FFF;
	border: 1px solid #797979;
	margin-bottom: 2rem;
	transition: all 0.6s;
}
.iconcard{
	width: 80px;
	height: 80px;
	padding: .75rem;
	text-align: center;
	transition: all 0.6s;
	background: #e7eaee;
	margin-bottom: 1rem;
}
.iconcard img{
	width: auto;
	max-width: 100%;
}
.cardecpertise h1{
	font-size: 22px;
	margin: 0;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.cardecpertise ul img{
	width: 20px;
	margin-right: 10px;
	margin-top: 3px;
	filter: invert(47%) sepia(33%) saturate(6910%) hue-rotate(3deg) brightness(103%) contrast(107%);
}
.cardecpertise ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: .75rem;
}
.cardecpertise ul{
	list-style: none;
	margin: 1rem auto;
	font-size: .9rem;
}
.cardecpertise i{font-size: .85rem;}
.cardecpertise p{margin-bottom: 1rem;}

.cardecpertise.cardcenter .iconcard{
	border-radius: 50%;
	margin: auto;
	background: #fef0e9;
	padding: 1rem;
	width: 85px;
	height: 85px;
}
.cardecpertise.cardcenter{text-align: center;}
.cardecpertise.cardcenter p{margin-bottom: 0;}
.cardecpertise.cardcenter h1{margin: 1rem auto;}

.cardsolutions{
	border-radius: 10px;
	padding: 1rem;
	background: #FFF;
	border: 1px solid #797979;
	margin-bottom: 2rem;
	position: relative;
	transition: all 0.6s;
}
.cardsolutions .fa-circle{
	font-size: 10px;
	margin-right: 10px;
	color: rgb(255 98 0 / 100%);
}
.cardsolutions .iconcard{margin-top: 1.5rem;}
.cardsolutions h2{
	margin-top: 1.5rem;
	color: #0e171f;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
}

.cardsolutions ul{
	list-style: none;
	margin: 1rem auto;
	font-size: .9rem;
}
.cardsolutions ul li{
	margin-bottom: .5rem;
	position: relative;
	display: flex;
	align-items: baseline;
}
.cardsolutions ul li::before {
	content: "\f111"; /* Unicode for fa-circle */
	font-family: "Font Awesome 6 Free"; /* Ensure this matches your FA version */
	font-weight: 900; /* Required for 'Solid' icons */
	margin-right: 10px;
	color: rgb(255 99 3); /* Change to your preferred color */
	font-size: 10px; /* Adjust size as needed */
  }
  
.linecard{
	width: 100%;
	margin: auto;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 1rem;
	z-index: 1;
	background-image: -moz-linear-gradient( 0deg, rgb(31,64,99) 0%, rgb(226,98,21) 94%);
	background-image: -webkit-linear-gradient( 0deg, rgb(31,64,99) 0%, rgb(226,98,21) 94%);
	background-image: -ms-linear-gradient( 0deg, rgb(31,64,99) 0%, rgb(226,98,21) 94%);
}
.cardsolutions p{margin: 0;}
.cardsolutions h1{
	font-size: 22px;
	margin: 0;
	font-family: 'IBMPlexSansThai-SemiBold';
}


.cardregional{
	border-radius: 10px;
	padding: 1rem;
	background: #FFF;
	border: 1px solid #797979;
	margin-bottom: 2rem;
	text-align: center;
	transition: all 0.6s;
}
.cardecpertise:hover,
.cardsolutions:hover,
.cardregional:hover{
	transform: scale(1.02);
	border-color: transparent;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 6px;
}
.cardregional ul img {
    width: 20px;
    margin-right: 10px;
	margin-top: 2px;
    filter: invert(47%) sepia(33%) saturate(6910%) hue-rotate(3deg) brightness(103%) contrast(107%);
}
.cardregional ul{
	list-style: none;
	text-align: left;
	margin-top: 1rem;
}
.cardregional ul li {
    display: flex;
    align-items: flex-start;
}
.cardregional img{
	width: 50px;
	margin-bottom: 1rem;
}
.cardregional h1 {
    font-size: 22px;
    margin: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.cardregional h2 {
    font-size: 18px;
    margin:1rem 0;
	color: #193f65;
    font-family: 'IBMPlexSansThai-Medium';
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 2);
}


.cardcontact .iconcard{
	width: 70px;
	height: 70px;
}
.cardcontact:hover .iconcard{
	transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cardcontact p{margin: 0;}
.cardcontact h1{
    font-size: 20px;
	margin-bottom: .5rem;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.cardcontact a:hover{color: #ff6200;}
.cardcontact .iconcard img{filter: invert(16%) sepia(94%) saturate(571%) hue-rotate(175deg) brightness(99%) contrast(86%);}
.cardcontact{
	border-radius: 10px;
	padding: 2rem 1rem;
	background: #FFF;
	border: 1px solid #797979;
	margin-bottom: 2rem;
	text-align: left;
}


.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #000;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: transparent;
	border: 1px solid #797979;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-collapse:#e36211;
}
.form-text::placeholder{color: #d2d2d2;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 100%;
    padding: 10px 20px;
    color: #000;
    margin:.5rem auto 1rem;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 3px;
	border: 1px solid #e36211;
	box-shadow: none;
	background: #e36211;
	display: block;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}
.sendus-btn:hover{
	transform: scale(.97);
	background: #FFF;
	color: #e36211;
}


.content-box.expertisehome .row{justify-content: center;}

.bannerpage{
	padding: 5% 0;
	background-size: cover !important;
	background-attachment: fixed!important;
}
.bannerpage.aboutpage{background: url("../images/banner-2.png") center center no-repeat;}
.bannerpage.expertisepage{background: url("../images/banner-3.png") center center no-repeat;}
.bannerpage.solutionspage{background: url("../images/banner-1.png") center center no-repeat;}
.bannerpage.regionalpage{background: url("../images/banner-4.png") center center no-repeat;}
.bannerpage .title-box{
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: left;
}
.bannerpage .title-box h2{margin: 0 0 1rem;}
.bannerpage .title-box h1{
	margin: 0;
	color: #FFF;
}


.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #133d63;
	border: none !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 6px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 3px;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #133d63;
}
.pageclick ul{justify-content: center;}

.pdf-load a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 15px 0 10px;
}
.pdf-load img{
	width: 35px;
	margin: 0 10px 0 0;
}
.pdf-load {
    border-radius: 6px;
    text-align: center;
    margin: 1rem 0;
    width: 200px;
    padding: 6px 0;
    background: #f5f5f5;
	font-size: .9rem;
	transition: all 0.6s;
	box-shadow: 1px 1px 2px #c7c7c7;
}
.pdf-load:hover{
	transform: scale(.97);
}


.content-box.solutionspage{background: #FFF;}
.cardecpertise.cardecpertise2,
.cardsolutions.cardsolutions2{
	padding: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	box-shadow: none;
}
.cardecpertise.cardecpertise2:hover,
.cardsolutions.cardsolutions2:hover{transform: scale(1);}
.cardecpertise.cardecpertise2.iconcard,
.cardsolutions.cardsolutions2 .iconcard{margin:1rem 0;}
.cardsolutions.cardsolutions2 h2,
.cardsolutions.cardsolutions2 h2{
	text-align: left;
	margin: 0;
}

.slidedetailnews{margin: 0 auto 2rem;}
.slidedetailnews .slider-for{margin-bottom: 1rem;}
.slidedetailnews .slider-nav{padding: 0 1rem;}
.slidedetailnews .slider-nav .slick-list{padding: 0 1rem;}
.slidedetailnews .slider-nav .img-box{
	height: 100%;
	object-fit: cover;
	opacity: .5;
	aspect-ratio:3/2;
}
.slidedetailnews .slider-nav .img-box img{height: 100%;object-fit: scale-down;}
.slidedetailnews .slider-nav .slick-slide{
	margin: 0 5px;
	background: #FFF;
	aspect-ratio:3/2;
}
.slidedetailnews .slick-prev:before, .slidedetailnews .slick-next:before{display: none;}
.slidedetailnews .slick-prev,
.slidedetailnews .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slidedetailnews .slick-prev:hover,
.slidedetailnews .slick-next:hover{filter: none;}
.slidedetailnews .slick-prev{
	left: 0;
	background: url("../newsandblog/images/left.png") center center no-repeat;
}
.slidedetailnews .slick-next{
	right: 0;
	background: url("../newsandblog/images/right.png") center center no-repeat;
}
.slidedetailnews .slider-nav .slick-slide.slick-current.slick-active .img-box{ opacity: 1; }
.videopresents{
	width: 100%;
	overflow: hidden;
	margin: 1rem auto;
	aspect-ratio:3/2;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresents iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.details-solutions{
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #ccc;
}
.details-solutions h1{
	font-size: 24px;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}


.title-expertise{
	padding: 1rem;
	background: #FFF;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.title-solutions hr {
    width: 5rem;
    opacity: 1;
    margin: 1rem auto;
    border-width: 5px;
    border-color: rgb(255 98 0 / 100%);
}
.title-expertise  hr {
    width: 3rem;
    opacity: 1;
    margin: 1rem 0;
    border-width: 5px;
    border-color: rgb(255 98 0 / 100%);
}
.title-solutions{text-align: center;margin-bottom: 2rem;}
.title-solutions h1,
.subtitle-solutions h1,
.title-expertise h1{
	font-size: 24px;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.title-solutions h2,
.subtitle-solutions h2,
.title-expertise h2{
	font-size: 20px;
	margin: 1rem auto;
	font-family: 'IBMPlexSansThai-Medium';
}
.title-solutions p{margin-bottom: 1rem;}
.subtitle-solutions p,
.title-expertise p{margin-bottom: 0;}
.title-expertise ul{
	list-style: disc;
	padding-left: 2rem;
	margin: 1rem auto;
}
.title-expertise ul li{margin-bottom: .3rem;}
.subtitle-solutions{
	padding: 1rem;
	background: #FFF;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-bottom: 5px solid rgb(255 98 0 / 100%);
}
.subtitle-solutions img{
	width: 50px;
	margin: 0 0 1rem;
	transition: all 0.6s;
	filter: invert(16%) sepia(94%) saturate(571%) hue-rotate(175deg) brightness(99%) contrast(86%);
}
.subtitle-solutions:hover img{transform: scale(1.03);}
.readmore-btn{
	text-align: center;
	padding: 8px;
	color: #000;
	background: #d1d1d1;
	border-radius: 6px;
	margin: 1rem auto 0;
}
.readmore-btn.requestbtn{
	color: #FFF;
	background: #ff6200;
}
.readmore-btn:hover{background: #8e8e8e;}
.readmore-btn.requestbtn:hover{background: #b8500f;}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	font-family: 'IBMPlexSansThai-Medium';
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;color:#e36211;}
.policy-box .btn-policy{
    width: 210px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #133d63;
	background: #133d63;
	border-radius: 5px;
}
.btn-policy:hover{
	color: #133d63;
	background: #FFF;
}

/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #133d63;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 18px;
	margin-bottom: .75rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.footer hr{
	width: 2em;
	margin: .5rem 0 .75rem;
	opacity: 1;
	border-color: #FFF;
}
.footer a{display: inline-block;}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #e36211;text-decoration: underline;}
.social-footer {text-align: center;}
.social-footer  img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{
	transform: scale(.95);
	filter: none;
}
.copyright-box{
	text-align: center;
	margin-top: 2rem;
	border-top: 1px solid #FFF;
	padding-top: 1rem;
}
.text-right{text-align: right;}
.text-left{text-align: left;}


.footerbox{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.footerbox p{
	margin: 0;
	font-size: 18px;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.logofooter{
	width: 60px;
	height: 60px;
	padding: .5rem;
	border-radius: 50%;
	background: #FFF;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logofooter img{
	width: auto;
	max-width: 100%;
}
.textfooter,
.menu-footer,
.contact-footer{margin-bottom: 1rem;}
.contact-footer ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: .75rem;
}
.contact-footer img{
	width: 25px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -20%;
        margin: 0 !important;
        z-index: 55;
		opacity: 0;
		transition: all .5s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}

	
}


@media (min-width: 412px){
}



