html{font-size:16px;}
@font-face {
	font-family: 'PlayfairDisplay-Bold';
	src: url('fonts/PlayfairDisplay-Bold.eot');
	src: url('fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
		url('fonts/PlayfairDisplay-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-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-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-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: #00000f;
}
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: 0;
	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 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
    background: #77121B;
    border-radius: 6px;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 100%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*///////////Start-Header///////////////*/
.headbar-main{
    padding:.75rem 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: 230px;
	transition: all 0.5s;
	margin: 0;
	border-radius: 30px;
}

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

.navbar-nav li{
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .75rem;
	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;
}
.navbar-nav li.languagebox a:hover{transform: none;}
.navbar-nav li.languagebox .dropdown-menu{
	border-radius: 0;
	background: #FFF;
	padding: 0;
	overflow: hidden;
	border: none;
	/*display: none;*/
	height: auto;
}
.navbar-nav li.languagebox .dropdown-menu a{
	text-align: center;
	color: #000;
	padding:10px 0;
}
.navbar-nav li .fa-circle-chevron-right{margin-right: 10px;}
.navbar-nav li .dropdown-menu a:hover{padding-left: 20px;}
.navbar-nav li.languagebox .dropdown-menu a:hover,
.navbar-nav li.languagebox .dropdown-menu a.active{
	color: #FFF;
	background: #77121B;
}
.navbar-nav li.active a, .navbar-nav a:hover{color: #77121B;}

.navbar-nav li .dropdown-menu{
	border-radius: 0;
	background: #2A2A2A;
	padding: 0;
	border: none;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 10px 8px;
	text-align: center;
	color: #FFF;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	background: #77121B;
}
.languagebox img{
	width: 24px;
	vertical-align: top;
}


.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 a:hover{color: #F00;}
.social-header img{
	width: 40px;
	transition: all 0.6s;
	filter: invert(18%) sepia(20%) saturate(7032%) hue-rotate(333deg) brightness(79%) contrast(106%);
}
.social-header img:hover{transform: scale(1.05);}
.social-header ul li{margin-bottom: 1rem;}

/*///////////End-Header///////////////*/



/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
.carousel-item {
	position: relative;
	background: #000;
	height: 667px;
}
.carousel-item img{
	transition: all 12s;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.carousel-item:hover img{transform: scale(1.07);}
#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;
}

.banner-captions{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	top: 50%;
	padding: 0 2rem;
	transform: translate(0,-50%);
	font-family: 'IBMPlexSansThai-Medium';
}
.banner-captions.banner3 h1{margin: 0;}
.banner-captions h1{
	font-size: 45px;
	margin:  0;
	line-height: 1;
	/*color: #FFF;*/
	font-family: 'IBMPlexSansThai-Bold';
	
	-webkit-animation: slidebottom 0.8s linear both;
	animation: slidebottom .8s linear both;
	-webkit-animation-delay: 0.4s;
	animation-delay:  0.4s;
}
.banner-captions.banner2{top: 30%;text-align: center;}
.banner-captions.banner3{text-align: center;}
.banner-captions.banner3 h2{margin: 0;}
.banner-captions h2{
	font-size: 30px;
	margin: 2rem auto;
	/*color: #FFF;*/
	-webkit-animation: slidetop 0.9s linear both;
	animation: slidetop .9s linear both;
	-webkit-animation-delay: 0.4s;
	animation-delay:  0.4s;
}
.banner-captions p{
	margin: 0;
	/*color: #FFF;*/
	-webkit-animation: slidetop 1s linear both;
	animation: slidetop 1s linear both;
	-webkit-animation-delay: 0.5s;
	animation-delay:  0.5s;
}
.banner-captions h3{
	margin: 0;
	/*color: #FFF;*/
	-webkit-animation: slidetop 1s linear both;
	animation: slidetop 1s linear both;
	-webkit-animation-delay: 0.5s;
	animation-delay:  0.5s;
}
.banner-captions img{
	width: 100%;
	margin-bottom: 1rem;
	transition: none;
	-webkit-animation: slidebottom 0.7s linear both;
	animation: slidebottom .7s linear both;
	-webkit-animation-delay: 0.3s;
	animation-delay:  0.3s;
}



/********************/

.box-loading #overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000; /*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}

.box-loading #progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

/*banner*/
.banner-captions {
  position: absolute;
  width: 100%;
  /*color: #fff;*/
  /*text-transform: uppercase;*/
  text-shadow: 0px 1px 0.98px rgba(0, 0, 0, 0.49);
}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1 {
  left: 2rem;
  top: 2rem;
}
.caption2 {
  top: 2rem;
  text-align: center;
}
.caption3 {
  top: 2rem;
  text-align: right;
  right: 2rem;
}
.caption4 {
  left: 2rem;
  top: 35%;
}
.caption5 {
  text-align: center;
  top: 35%;
  transform: translate(0, -50%);
}
.caption6 {
  right: 2rem;
  top: 35%;
  text-align: right;
}
.caption7 {
  left: 2rem;
  bottom: 2rem;
}
.caption8 {
  bottom: 2rem;
  text-align: center;
}
.caption9 {
  bottom: 2rem;
  text-align: right;
  right: 2rem;
}



@-webkit-keyframes slidetop {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slidebottom {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}






/*///////////End-mainSlide///////////////*/

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

.content-box{
	padding: 10% 0;
	color: #000;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 28px;
	margin: 0;
	color: #c1272d;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.title-box img{
	width: 55px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.title-box h2{
	font-size:20px;
	margin:1rem 0;
	color: #000;
}
.title-box.titlenetwork h3{margin: 0;}
.title-box.titlesolution h3{color: #5b5e63;}
.title-box h3{
	font-size:22px;
	margin:1rem 0;
	color: #670001;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content:  flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.title-box p{
	margin:1rem 0;
	color: #5b5e63;
	font-family: 'IBMPlexSansThai-Medium';
}
.title-box.titlewhychose p,
.title-box.titlenetwork p{
	font-family: 'IBMPlexSansThai-Regular';
}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .7;}
.title-box ul li.active{
	text-decoration: underline;
	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';
	
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Regular';
}
.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: #275cab;}
.textpolicy ul{
	list-style: none;
	padding-left: 3%;
	margin: .5rem auto;
}


.videoabout{
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio:3/2;
	margin: 2rem auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.videoabout video,
.videoabout source{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.textbox1{margin-bottom: 2rem;}
.textbox1 img{
	width: 55px;
	margin-right: 10px;
	vertical-align: middle;
}
.textbox1 h1{
	font-size: 33px;
	margin: 0;
	color: #c1272d;
	font-family: 'IBMPlexSansThai-Medium';
}
.textbox1 ul img{
	width: 23px;
	margin-right: 5px;
	filter: invert(18%) sepia(20%) saturate(7032%) hue-rotate(333deg) brightness(79%) contrast(106%);
}
.textbox1 ul {color: #323232; list-style: none;}
.textbox1 ul li{
	font-family: 'IBMPlexSansThai-Medium';
	margin-bottom: .5rem;
}
.textbox1 p{
	color: #5b5e63;
	margin-bottom: 1rem;
}
.textbox1 h2{
	font-size: 22px;
	margin:1rem 0;
}
.imgbox1{
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio:3/2;
	margin-bottom: 1rem;
	transition: all 0.6s;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.imgbox1:hover{transform: translateY(-5px);}
.imgbox1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.textbox2{
	padding: 1.5rem 1rem;
	border-radius: 10px;
	color: #5b5e63;
	margin-bottom: 1rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.textbox2 p{
	margin: 0;
}
.textbox2 h1{
	color: #000000;
	font-size: 20px;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-Medium';
}

.content-box.content2{background: #f4f4f4;}


.imgwork{
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	background: #FFF;
	padding: 1rem .5rem;
	margin: auto;
	aspect-ratio:3/3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	transition: all 0.6s;
}
.imgwork h1{
	font-size: 1rem;
	width: 100%;
	margin: .3rem auto;
}
.imgwork img{
	width: 100px;
	margin: auto;
	transition: all 0.6s;
}
.imgwork:hover{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.imgwork:hover img{
	transform: scale(.96);
	filter: grayscale(100%);
}
.slidenetwork{margin: 0 auto 2rem;} 
.slidenetwork .slick-dots li{
	width: auto;
	height: auto;
	margin: 0;
}
.slidenetwork .slick-dots li button{
	width: 35px;
    height: 3px;
    border-radius: 0;
    padding: 0;
    margin: 0 5px;
	opacity: .3;
    background: #5b5e63;
}
.slidenetwork .slick-dots li.slick-active button{opacity: 1;}
.slidenetwork .slick-dots li button:before{display: none;}
.slidenetwork .slick-slide{margin: 10px;}

.services-box{
	padding: 1rem;
	color: #5b5e63; 
	border-radius: 10px;
	margin-bottom: 1rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background: #FFF;
	position: relative;
	height: 415px;
}
.services-box img{
	width: 100px;
	margin: 0;
	transition: all 0.6s;
}
.services-box .fa-circle{
	color: #670001;
	font-size: 9px;
	margin-right: 5px;
}
.services-box a{color: #670001;transition: all 0.6s;}
.services-box a:hover{text-decoration: underline;transform: translateX(5px);}
.services-box ul li{margin-bottom: .5rem;}
.services-box ul{list-style: none;margin: 1rem auto 2rem;}
.services-box p{margin-bottom: .5rem;}
.services-box h1{
	font-size: 20px;
	margin: 0;
	color: #000;
	font-family: 'IBMPlexSansThai-Medium';
}
.services-box:hover img{transform: scale(.96);}
.choose-box{margin-bottom: 2rem;}
.choose-box .img-box{
	border-radius: 10px;
	position: relative;
	aspect-ratio:3/2;
	margin-bottom: .75rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.choose-box .img-box img{
	object-fit: cover;
	height: 100%;
}
.choose-box:hover img{transform: scale(1.05);}
.choose-box .img-box p{
	width: 100%;
	padding: 8px;
	background: rgb(103 0 1 / 75%);
	color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 1;
}
.imglogis{
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
	aspect-ratio:3/4;
}
.imglogis img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.imgbox2{
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	aspect-ratio:4/2;
	padding: .5rem;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background: #FFF;
	transition: all 0.6s;
}
.imgbox2:hover img{filter: grayscale(100%);}
.imgbox2 img{
	object-fit: scale-down;
	height: 100%;
	width: 100%;
}
.text-logis span{color: #670001;}
.text-logis {text-align: center;}
.text-logis p{
	margin-bottom: 2rem;
	color: #5b5e63;
}
.cutomerfull-content{
	padding: 1rem;
	background: #fef3f2;
	margin: 1rem auto;
	display: none;
}
.img-customers{
	text-align: center;
	padding:.5rem;
	background: #FFF;
	overflow: hidden;
	aspect-ratio:3/2;
	border-radius: 10px;
	margin-bottom: 1rem;
	border: 1px solid #d5d5d5;
	
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.img-customers:hover{box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.img-customers img{
	width: 100%;
	aspect-ratio:3/2;
	object-fit: scale-down;
	transition: all 0.6s;
}
.img-customers:hover img{
	transform: scale(.96);
	filter: grayscale(100%);
}

.text-choose p{
	margin: 0;
	color: #5b5e63;
}

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


.slideabout{margin: 2rem auto 3rem;}
.slideabout .slick-slide{margin: 10px;}
.slideabout .slick-dots{bottom: -10px;}
.slideabout .slick-dots li{
	width: auto;
	height: auto;
	margin: 0;
}
.slideabout .slick-dots li button{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px;
	opacity: .3;
    background: #5b5e63;
}
.slideabout .slick-dots li.slick-active button{opacity: 1;}
.slideabout .slick-dots li button:before{display: none;}





.content-otherpage{padding: 10% 0;}
.bannerpage{
	padding: 10% 0 5%;
	background-size: cover !important;
}
.bannerpage.contactpage{background: url("../contactus/images/bannercontact.png") center bottom no-repeat;}
.bannerpage.newsblogpage{background: url("../images/bgbanner.png") center center no-repeat;}
.bannerpage.customerspage{background: url("../images/bgbanner2.png") center center no-repeat;}
.bannerpage.servicespage{background: url("../images/bgbanner3.png") center center no-repeat;}
.bannerpage.aboutpage{background: url("../images/bgbanner4.png") center center no-repeat;}
.bannerpage .title-box ul{margin: 0;}
.bannerpage .title-box{margin: 0;color: #FFF;}
.bannerpage .title-box h1{
	color: #FFF;
	margin-top: 4rem;
	text-transform: uppercase;
}
.title-box.subtitle{text-align: left;}

.bannerpage.aboutpage .title-box{text-align: center;}
.bannerpage.aboutpage .title-box p{color: #FFF;}
.bannerpage.aboutpage .title-box h1{margin:2rem 0 0;}
.cardcontact{
	padding: 2rem 1rem;
	background: #77121B;
	color: #FFF;
}
.cardcontact h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.cardcontact a:hover{color: rgba(255,255,255,0.4);}
.cardcontact img{
	width: 20px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.cardcontact.socialbox a {
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #FFF;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	transition: all 0.6s;
}
.cardcontact.socialbox a:hover{
	transform: scale(1.03);
	border-color: #000;
}
.cardcontact.socialbox img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
	margin: 0;
}
.cardcontact.socialbox img:hover{filter: none;}
.cardcontact p{margin: 0;}
.cardcontact ul{list-style: none;}
.cardcontact.contactbox{
	background: #2A2A2A;
	color: #FFF;
}
.cardcontact.contactbox ul li{margin-bottom: .5rem;}
.cardcontact.contactbox ul li:last-child{padding-left: 5rem;}
.mapbox{
	width: 100%;
	height: 285px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contactform p{margin: 0;}
.contactform h1{
    font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.contactform a:hover{color: #77121B;}

.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{
	margin-bottom: .5rem;
}
.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: 8px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color:#77121B;
}
.form-text::placeholder{color: #d2d2d2;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 250px;
    padding: 10px 20px;
    color: #FFF;
    margin: 1rem auto 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 8px;
	border: 1px solid #77121B;
	box-shadow: none;
	background: #77121B;
	display: block;
	text-transform: uppercase;
}
.sendus-btn:hover{
	transform: scale(.97);
	background: #FFF;
	color: #77121B;
}


.content-otherpage.contactpage{padding: 0;}
.cardform{
	color: #FFF;
	padding: 3rem 1rem 20rem;
	background: url("../contactus/images/contactform.png") center center no-repeat;
	background-size: cover !important;
}
.cardform .title-box h1,
.cardform .title-box h2{color: #FFF;}
.cardform .title-box{
	margin: 0;
	color: #FFF;
}
.contactform{padding: 2rem;}


.newsbox{
	margin-bottom: 2rem;
	border-radius: 10px;
	transition: all 0.6s;
	overflow: hidden;
	padding: .5rem;
	border: 1px solid #ebebeb;
	background: #FFF;
}
.newsbox .img-box img{height: 100%;object-fit: cover;}
.newsbox .img-box{
	border-radius: 10px;
	aspect-ratio:3/2;
}
.newsbox:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-color: transparent;
}
.newsbox:hover img{transform: scale(1.05);}
.textnews{padding: 10px 0;}
.textnews h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-SemiBold';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.5* 2);
}
.textnews a{
	color: #77121B;
	text-decoration: underline;
	transition: all 0.6s;
}
.textnews a:hover{
	color: #000;
	text-decoration: none;
	padding-left: 5px;
}
.textnews p{
	margin-bottom: .75rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 3);
}

.pageclick{margin: 2rem auto 0;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #77121B;
	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: #77121B;
}
.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);
}

.textdetail-products{margin-bottom: 2rem;}
.textdetail-products .boxprice h1{font-size: 22px;}
.textdetail-products h1{
	font-size: 1.4rem;
	margin-bottom: .75rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.textdetail-products h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.textdetail-products hr{
	margin:.5rem 0;
}
.textdetail-products span{font-family: 'IBMPlexSansThai-SemiBold';}
.textdetail-products p{
	margin-bottom: 1rem;
	text-indent: 3%;
}
.textdetail-products ul{
	list-style: disc;
	margin: .5rem auto ;
	padding-left: 2rem;
}
.textdetail-products ul li{margin-bottom: .5rem;}
.textdetail-products ul.nonelist{list-style: none;}
.textdetail-products ul.numberlist{list-style: auto;}

.slideproducts{margin: 2rem auto;}
.slideproducts .slider-for{margin-bottom: 1rem;}
.slideproducts .slick-slide{
	margin: 0 5px;
	background: #FFF;
	aspect-ratio:3/2;
}
.slideproducts .slick-slide .img-box{aspect-ratio:3/2;}
.slideproducts .slick-slide .img-box img{object-fit: cover;}
.slideproducts .slider-nav{padding: 0 1rem;}
.slideproducts .slider-nav .slick-list{padding: 0 1rem;}
.slideproducts .slider-nav .img-box{
	height: 100%;
	object-fit: cover;
	opacity: .5;
	aspect-ratio:3/2;
}
.slideproducts .slider-nav .img-box img{height: 100%;object-fit: scale-down;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before{display: none;}
.slideproducts .slick-prev,
.slideproducts .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideproducts .slick-prev:hover,
.slideproducts .slick-next:hover{filter: none;}
.slideproducts .slick-prev{
	left: 0;
	background: url("../articleknowledge/images/left.png") center center no-repeat;
}
.slideproducts .slick-next{
	right: 0;
	background: url("../articleknowledge/images/right.png") center center no-repeat;
}
.slideproducts .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;
}

.content-otherpage.relatedcontent{background: #f5f5f5;}

.readmore-btn{
	width: 155px;
	text-align: center;
	margin: .5rem 0 0;
	color: #FFF;
	border-radius: 30px;
	padding: 5px;
	transition: all 0.6s;
	border: 1px solid #77121B;
	background: #77121B;
}
.readmore-btn:hover{
	color: #77121B;
	background: #FFF;
}

.title-box.subtitle{text-align: center;}


.address-box h1{
	color: #c1272d;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.address-box a:hover{color: #c1272d;}
.address-box a{display: inline-block;}
.address-box .iconsize{margin-right: 7px;}
.address-box p{margin-bottom: .7rem;}
.address-box ul{list-style: none;margin-bottom: 1rem;}
.textbox1 .fa-circle{
	font-size: 13px;
	margin-right: 5px;
}
.indusbox{margin-bottom: 1rem;}
.indusbox h1{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.indusbox p{margin: 0;color: #5b5e63;}
.textbox1.solutioncardbox img,
.indusbox img{
	width: 65px;
	margin-bottom: 1rem;
	transition: all 0.6s;
	filter: invert(13%) sepia(41%) saturate(4138%) hue-rotate(336deg) brightness(99%) contrast(103%);
}
.textbox1.solutioncardbox ul img{width: 23px;margin: 0 10px 0 0;}
.imgabout{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
	border-radius: 15px;
	margin-bottom: 2rem;
}
.imgabout.certificateimg{aspect-ratio:2/3;}
.imgabout.certificateimg  img{object-fit: scale-down;}
.imgabout img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutioncardbox h2{font-family: 'IBMPlexSansThai-Medium';}
.solutioncardbox{
	height: 285px;
	padding: 1rem;
	border-radius: 15px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-bottom: 2rem;
}
.solutioncardbox ul li{
	display: flex;
	align-items: flex-start;
}


.textservices{
	color: #5b5e63;
	margin-bottom: 2rem;
}
.qandacontent h1,
.textservices h1{
	color: #000;
	font-size: 1.4rem;
	margin-bottom: .75rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.textservices p{
	margin-bottom: 1rem;
}
.textservices ul img{
	width: 23px;
	margin-right: 8px;
	filter: invert(18%) sepia(20%) saturate(7032%) hue-rotate(333deg) brightness(79%) contrast(106%);
}
.textservices .col-md-4 img{
	width: 65px;
	margin: 0 0 1rem;
	filter: invert(18%) sepia(20%) saturate(7032%) hue-rotate(333deg) brightness(79%) contrast(106%);
}
.textservices i{opacity: .6;}
.textservices a:hover{color: #77121B;}
.textservices ul{
	list-style: none;
	padding-left: 1rem;
	margin: 1rem auto;
}
.textservices ul li{
	margin-bottom: .75rem;
	display: flex;
	align-items: flex-start;
}
.textservices .iconsize{margin-right: 10px;}
.textservices h2{
	color: #000;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.qandacontent{margin: 1rem auto 2rem;}
#accordionqanda .accordion-button,
#accordionqanda .accordion-header,
#accordionqanda .accordion-item{
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	border-radius: 0;
}
#accordionqanda .accordion-button{color: #000;}
#accordionqanda .accordion-header{
	padding: 1rem;
	border-radius: 50px;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
}
#accordionqanda .accordion-body{
	background: #f5f5f5;
	border-radius: 15px;
	margin: 1rem auto;
	padding: 2rem 1rem;
}
#accordionqanda .accordion-item{margin-bottom: 1rem;}
#accordionqanda .accordion-button::after{
	border-radius: 50%;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-position: center center;
}
.tablehistory{
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 2rem;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	scrollbar-width: thin;
    scrollbar-color: rgba(233, 225, 216, 0.8) rgba(233, 225, 216, 0.1);
}
.tablehistory table{
	width: 100%;
	background: #e6e6e6;
	border: 1px solid #eee;
	overflow: hidden;
	min-width: 768px;
}
.tablehistory table th {
    padding: 15px;
    vertical-align: top;
    background: #bf262c;
    font-family: 'IBMPlexSansThai-SemiBold';
    color: #FFF;
}
.tablehistory table td{
	vertical-align: top;
	padding: 15px;
}
.tablehistory table td:first-child{font-family: 'IBMPlexSansThai-SemiBold';}
.tablehistory table td:last-child{font-family: 'IBMPlexSansThai-SemiBold'; color: #bf262c;}
.tablehistory table tr:nth-child(2n+1) td{background: #FFF;}
.fiximg{
	text-align: center;
	overflow: hidden;
	background: url("../aboutus/images/imgabout8.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
	height: 285px;
}


.numberabout{
	text-align: center;
	background: #151520;
	color: #FFF;
	padding: 1rem;
	height: 100%;
	border-bottom: 1px solid #FFF;
}
.numberabout p{margin: 0;}
.numberabout h1{
	font-size: 26px;
	color: #c1272d;
	margin-bottom: .5rem;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.iconabouts{
	text-align: center;
	margin-bottom: 1rem;
	padding:1rem .5rem;
	border-radius: 10px;
	aspect-ratio:3/3;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.iconabouts img{
	height:100px;
}
.iconabouts span{
	font-size: 24px;
	transition: all 0.6s;
}
.iconabouts p{margin: 0;}
.iconabouts h1{
	font-size: 22px;
	color: #c1272d;
	margin-bottom: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.row.borderred{border-top: 5px solid #c1272d; }
.row.borderred .col-12:last-child .textcenter-aboutpage{border-bottom: none;}
.textcenter-aboutpage{
	text-align: center;
	padding: 1rem;
	background: #f5f5f5;
	border-bottom: 1px solid #d7d7d7;
}
.textcompany{
	padding: 1rem;
	text-align: center;
	background: #FFF;
	aspect-ratio:3/3;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.textcertificate p{margin: 0;}
.textcompany p{margin: 0;}
.textcenter-aboutpage p{margin: .5rem auto;}
.textcompany h1{
	font-size: 1rem;
	color: #c1272d;
	margin-bottom: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.textcertificate h1{
	font-size: 1rem;
	color: #c1272d;
	margin-bottom: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.textcenter-aboutpage h1{
	font-size: 22px;
	color: #c1272d;
	margin-bottom: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.slidecertificate .slick-slide{margin: 10px;}
.slidecompany .slick-slide{
	margin: 10px;
	aspect-ratio:3/3;
}
.content-otherpage.redbgcolor{
	color: #FFF;
	background: #c1272d;
}
.content-otherpage.redbgcolor .readmore-btn:hover{background-color: transparent;color: #FFF;}
.content-otherpage.redbgcolor .title-box p{color: #FFF;}
.content-otherpage.redbgcolor .title-box{text-align: center;margin: 0;}
.content-otherpage.redbgcolor .title-box h1{color: #FFF;}

.tabletimeline .timelinehead{display: none;}
.tabletimeline .timelinehead h1{
	font-size: 20px;
	margin: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.tabletimeline .timelinebody span{
	font-family: 'IBMPlexSansThai-SemiBold';
	font-size: 1rem;
	color: #c1272d;
	margin-right: 10px;
}
.tabletimeline .timelinebody p{margin: 0;}
.tabletimeline .timelinebody h1{
	font-size: 22px;
	margin: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}
.tabletimeline .timelinehead h2{
	font-size: 20px;
	margin: 0;
    font-family: 'IBMPlexSansThai-SemiBold';
}

.readmore-btn.readservices:hover{background: #c1272d;color: #FFF;}
.readmore-btn.readservices{width: 230px;margin: 1rem auto 0;}
.content-otherpage.bluedrakbgcolor {padding: 10% 0;}
.content-otherpage.bluedrakbgcolor .title-box p{color: #FFF;margin: 0;}
.content-otherpage.bluedrakbgcolor .title-box h1{color: #FFF;}
.content-otherpage.bluedrakbgcolor{background: #151520;}
/*///////////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;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;color: #77121B;}
.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 #77121B;
	background: #77121B;
	border-radius: 5px;
}
.btn-policy:hover{
	color: #77121B;
	background: #FFF;
}

.numbercounter{
	text-align: center;
	margin-bottom: 2rem;
}
.numbercounter h1{
	font-size: 45px;
	margin: 0;
	color: #670001;
	font-family: 'IBMPlexSansThai-SemiBold';
}
.numbercounter  p{
	margin: 0;
	color: #5b5e63;
}
/*///////////End-Policy///////////////*/
.videopresent iframe{
	width:100%;
	height:400px;
}
/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #2A2A2A;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 20px;
	margin-bottom: .75rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.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: #c1272d;text-decoration: underline;}
.contact-footer{margin: 2rem auto;}
.address-footer img {
    width: auto;
    max-width: 80%;
	filter: brightness(0) invert(1);
}
.address-footer p{margin: 1rem auto;}
.contact-footer ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}
.social-footer{margin: 2rem auto;text-align: left;}
.social-footer  img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-footer a{
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #FFF;
	transition: all 0.6s;
}
.social-footer a:hover{border-color:  #000;}
.social-footer img:hover{
	transform: scale(.95);
	filter: none;
}
.copyright-box{
	text-align: center;
	margin-top: 2rem;
	font-size: .9rem;
	border-top: 1px solid #FFF;
	padding-top: 1rem;
}
.text-right{text-align: right;}
.text-left{text-align: left;}

.menu-footer{margin: 1rem auto;}
.menu-footer ul li{margin-bottom: .5rem;}
.contact-footer ul li h1{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Regular';
}
.contact-footer img{
	width: 28px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: -40%;
        display: block;
        left: 0%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		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{
		top: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		top: 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;
	}

	
}






