html{
	font-size:14px;
}
@font-face {
   font-family: 'Kanit-Medium';
   src: url('fonts/Kanit-Medium.eot');
   src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Medium.woff') format('woff'),
      url('fonts/Kanit-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Regular';
   src: url('fonts/Kanit-Regular.eot');
   src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Regular.woff') format('woff'),
      url('fonts/Kanit-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Light';
   src: url('fonts/Kanit-Light.eot');
   src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Light.woff') format('woff'),
      url('fonts/Kanit-Light.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 30px;
	height: 30px;
	position: relative;
    top: 0rem;
    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: 2px;
	width: 33px;
    background: #FFF;
    border-radius: 6px;
	opacity: 1;
	left: 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: 75%;
	left: auto;
	right: 0;
}
#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);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.contactbar{
	padding: 10px 0;
	background: #ff6600;
	color: #FFF;
	display: none;
}
.textname{
	text-transform: uppercase;
}
.textmail{text-align: right;}
.textmail img{
	width: 25px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.headbar-main{
    padding:.5rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#000066;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 100px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li{
	padding: 0;
	color: #bcbcbc;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 8px 10px;
	display: block;
	color: #bcbcbc;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #ff6600;
}

/* Underline From Left */
.hvr-underline-from-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ff6600;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}
/*.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #fdf5e6;
	color: #4f4f4f;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 5px 25px;
	color: #4f4f4f;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #fdf5e6;
	background: #006400;
}*/
.social-header{
	text-align: center;
	padding: 0 10px;
	color: #4f4f4f;
	margin: 2rem auto;
}
.social-header img, .textname img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #006400;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}


.language-box.pcdisplay{display: none;}
.language-box a.active{color: #ff6600;}
.language-box a:hover{color: #ff6600;}
.language-box a{
	display: inline;
	padding: 0 5px;
	color: #FFF;
}
.language-box .dropdown-menu{
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
	border: none;
	width: 100%;
	min-width: inherit;
	background: #000066;
	font-size: .95rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.language-box .dropdown-menu a{
	color: #FFF;
	padding:8px;
	display: block;
	text-align: center;
}
.language-box .dropdown-menu a:hover{
	background: #ff6600;
}

.language-box.mobiledisplay{
	position: absolute;
	top: 2rem;
	right: 1rem;
	padding:0 2rem;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
.carousel-banner{
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.carousel-banner img{width: 100%;}
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border: none;
	border-radius: 50%;
	background: rgb(0 51 153 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background:rgb(0 51 153 / 100%);
}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}

.img-box{
	text-align: center;
	overflow: hidden;
}

.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
	font-family: 'Kanit-Regular';
}
.title-box h1{
	font-size: 1.8rem;
	color: #000066;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;}
.title-box h2{
	font-size: 1.2rem;
	margin: 0;
	color: #ff6600;
	text-transform: uppercase;
}

.aboutcenter-home{
	color: #000066;
	text-align: center;
	margin-bottom: 2rem;
}
.aboutcenter-home h1{
	font-size: 1.4rem;
	color: #ff6600;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.aboutcenter-home p{margin: 0;font-size: 1.1rem;}
.aboutcenter-home h2{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}

.icon-content{
	padding: 5% ;
	background: url( "../images/bg-about.png") center center no-repeat;
	background-size: cover !important;
}

.icon-about{
	padding: 1rem;
	color: #FFF;
	background: rgb(0 0 102 / 80%);
	margin-bottom: 2rem;
}
.icon-about img{
	width: 45px;
	transition: all 0.6s;
	filter: invert(45%) sepia(73%) saturate(3181%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.icon-about:hover{background: rgb(0 0 102 / 100%);}
.icon-about:hover img{transform: scale(.95);}
.icon-about p{
	margin: 1rem auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.3* 4);
}
.readmore-btn{
	width:200px;
	padding:8px 10px;
	color: #FFF;
	text-align: center;
	margin: 1rem auto;
	border: 1px solid #ff6600;
	overflow: hidden;
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn img{
	width: 25px;
	margin: 0;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.readmore-btn:hover img{filter: invert(55%) sepia(89%) saturate(3945%) hue-rotate(359deg) brightness(99%) contrast(110%);}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ff6600;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #ff6600;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.content-box.servicescontent{padding-top: 0;}
.servicelist-fullcontent{position: relative;}
.img-services{
	text-align: center;
	overflow: hidden;
	margin: 1rem auto;
}
.img-services img{
	width: auto;
	max-width: 100%;
}
.services-list{
	position: absolute;
	z-index: 1;
	width: 100%;
}
.services-list img{
	width: 45px;
	opacity: 0;
	transition: all 0.5s;
}
.services-list ul p{
	color: #ff6600;
	margin: 0;
	opacity: 0;
	transition: all 0.7s;
	position: absolute;
	z-index: 2;
}
.services-list ul{
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
}
.services-list ul li{
	position: relative;
	width: auto;
	text-align: center;
	margin: 0;
}
.services-list.toplist ul li:nth-of-type(1){margin-top: 2rem;margin-left: 1rem;}
.services-list.toplist ul li:nth-of-type(2){margin: -2rem -1rem -1rem 0;}
.services-list.toplist ul li:nth-of-type(3){margin: -3rem -1rem -1rem 2rem;}
.services-list.toplist ul li:nth-of-type(4){margin: -3rem -1rem -1rem 3rem;}
.services-list.toplist li:nth-of-type(1) p {
    top: -3rem;
    left: -1rem;
}
.services-list.toplist li:nth-of-type(2) p {
    top: -3rem;
    left: 0;
}
.services-list.toplist li:nth-of-type(3) p {
    top: -3rem;
    left: 0;
}
.services-list.toplist li:nth-of-type(4) p {
    top: 0;
    right: -5rem;
}

.services-list.toplist ul li:hover img{opacity: 1;}
.services-list.toplist ul li:hover p{opacity: 1;}

.services-list.bottomlist{
	left: 0;
	bottom: -10%;
}
.services-list.bottomlist ul li:nth-of-type(1){margin: -13.5rem -1rem -1rem 1.5rem;}
.services-list.bottomlist ul li:nth-of-type(2){margin: -7rem -1rem -1rem 0.5rem;}
.services-list.bottomlist ul li:nth-of-type(3){margin: -9rem -1rem -1rem 1rem;}
.services-list.bottomlist ul li:nth-of-type(4){margin: -11rem -1rem -1rem .9rem;}
.services-list.bottomlist ul li:nth-of-type(5){margin: -13rem -1rem -1rem .7rem;}
.services-list.bottomlist ul li:nth-of-type(6){margin: -16rem -1rem -1rem .5rem;}
.services-list.bottomlist ul li:nth-of-type(7){margin: -22rem -1rem -1rem -.2rem ;}

.services-list.bottomlist ul li:nth-of-type(4) p{left: .5rem;}
.services-list.bottomlist ul li:nth-of-type(6) p{left: 1rem;}
.services-list.bottomlist ul li:nth-of-type(7) p{
	left: 0rem;
	top: -2rem;
}
.services-list.bottomlist ul li:hover img{opacity: 1;}
.services-list.bottomlist ul li:hover p{opacity: 1;}

.content-box.todaysteelcontent{
	padding: 4% 0;
	background-attachment: fixed !important;
	background-size: cover !important;
	background: url("../images/bg-steeltoday.png") center bottom no-repeat;
	
}
.todaysteel{
	text-align: center;
	color: #FFF;
}
.todaysteel img{
	width: auto;
	max-width: 70%;
	filter: brightness(0) invert(1);
	
	-webkit-animation: scale 2.3s ease-in-out ;
	-moz-animation: scale 2.3s ease-in-out ;
	animation: scale 2.3s ease-in-out ;
	animation-iteration-count: 2;
}
.todaysteel h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

@-webkit-keyframes scale {
    0% {filter: none;}
    50% {filter:brightness(0) invert(1);}
    100% {filter: none;}
}
@-moz-keyframes scale {
    0% {filter: none;}
    50% {filter:brightness(0) invert(1);}
    100% {filter: none;}
}
@keyframes scale {
    0% {filter: none;}
    50% {filter:brightness(0) invert(1);}
    100% {filter: none;}
}

.workbox{
	margin-bottom: 2rem;
	position: relative;
	height: 280px;
	overflow: hidden;
}
.workbox .img-box{
	height: 100%;
	width: 100%;
}
.workbox .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.workbox:hover img{transform: scale(1.03);}
.text-work{
	text-align: center;
	padding: 1rem;
	color: #FFF;
	background: rgb(0 0 102 / 62%);
	
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 1;
	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	
	opacity: 0;
	transition: all 0.6s;
}
.workbox:hover .text-work{
	opacity: 1;
	top: 0;
}
.text-work h1{
	width: 100%;
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.text-work p{
	width: 100%;
	margin: 0;
}

.content-box.workcontent{background: #f7f7f7;}
.title-work {
	text-align: center;
	margin-bottom: 2rem;
	font-family: 'Kanit-Regular';
}
.title-work h1{
	font-size: 1.8rem;
	color: #000066;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}

.customers:hover .customerswrapper {
  animation-play-state: paused;
}
.customers {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.customers .customerswrapper {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
  display: flex;
  width: calc(230px * 15);
}
.customers .img-box {
	height:150px;
	width: 150px;
	margin: 0 15px;
	aspect-ratio: 2/2;
	transition: all 0.6s;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.customers .img-box:hover{transform: scale(1.05);}
.customers .img-box img {
  height:150px;
  width: 150px;
  object-fit: scale-down;
}
.customers::before,
.customers::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.customers::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.customers::before {
  left: 0;
  top: 0;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-230px * 7.5));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-230px * 7.5));
  }
}


.content-box.contactformcontent{padding-bottom: 0;}
.img-contactform{text-align: center;overflow: hidden;}
.img-contactform img{width: 100%;}
.formcontact-home{
	color: #000;
	margin: 2rem auto;
	padding: 2rem 1rem;
}
.formcontact-home h1{
	color: #000066;
	font-size: 1.3rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.formcontact-home p{
	margin: 0;
}
.formcontact-home form{margin-top: 2rem;}

.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #ff6600;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text, 
.control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
	border: 1px solid #bbbbbb;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
    background:#FFF;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #7686FF;
}
.form-text::placeholder{color: #909090;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff6600;
    color: #FFF;
    background: #ff6600;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
	color: #ff6600;
	transform: scale(.98);
}

.img-boxcustomer{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}
.img-boxcustomer img{
	width: 100%;
	object-fit: scale-down;
	aspect-ratio:3/2;
	transition: all 0.6s;
}
.img-boxcustomer:hover img{transform: scale(.95);}

.contact-box,
.social-box,
.address-box{margin-bottom: 2rem;}

.contact-box h1,
.social-box h1,
.address-box h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
   font-family: 'Kanit-Medium';
}
.contact-box a:hover{color: #ff6600;}
.contact-box ul{list-style: none;}
.social-box img{
	width: 35px;
	transition: all 0.6s;
}
.social-box img:hover{transform: scale(.95);}
.mapbox {
	width: 100%;
	height: 315px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.content-box.contactpage{padding: 0;}

.bannerpaage{
	position: relative;
	overflow: hidden;
	height: 315px;
	background: #000066;
}
.bannerpaage video,
.bannerpaage source{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}
.bannerpaage .title-box{
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0 ,-50%);
	z-index: 1;
	width: 100%;
}
.bannerpaage .title-box h1{color: #FFF;}
.hispage{margin-bottom: 1rem;}
.hispage{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #FFF;
}
.hispage li.active a,
.hispage li a:hover{
	color: #ff6600;
}
.hispage li{margin-right: 5px;}
.hispage li:last-child{margin-right: 0;}

.service-box{
	margin-bottom: 1rem;
	padding: 1rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-box .readmore-btn{
	float: inherit;
	margin: .5rem auto 0;
}
.service-box .img-box{
	aspect-ratio:3/2;
	height: 230px;
}
.service-box:hover img{transform: scale(1.05);}
.text-service {
	padding: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #ff6600;
}
.text-service h1{
	font-size: 1rem;
	margin-bottom: 0;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.2 * 2);
 


}

.service-text1 p{margin-bottom: 1rem;}
.service-text1 h2{
	font-size: 1.1rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.service-text1 .fa-angles-right{
	margin-right: 10px;
	font-size: 14px;
	vertical-align: middle;
}
.service-text1  ul{list-style: none;margin-left: 1rem;}

#accordionservices.accordion{margin: 4rem auto 2rem;}
#accordionservices.accordion,
#accordionservices .accordion-item{
	border: none;
	padding: 0;
	border-radius: 0;
}
#accordionservices .accordion-button{
	padding: .75rem 1rem;
	border: 1px solid #000066;
	border-radius: 10px;
	background: #000066;
	box-shadow: none;
	color: #FFF;
}
#accordionservices .accordion-button::after{
	background: url("../ourservices/images/down-arrow.png") center center no-repeat;
	background-size: 30px; 
	filter: brightness(0) invert(1);
}

.policytext h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.policytext h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	padding-left: 1rem;
	font-family: 'Kanit-Regular';
}
.policytext p{
	margin-bottom: 1rem;
	padding-left: 1rem;
}
.policypage ul{list-style: none;padding-left: 1rem;}

.textblue{color: #000066;}
.about-text1 h1{
	font-size: 1.4rem;
	margin-bottom: .75rem;
	color: #ff6600;
	font-family: 'Kanit-Medium';
}
.about-text1 span{
	color: #000066;
	font-size: 1rem;
	font-family: 'Kanit-Medium';
}
.about-text1 p.textblue{margin: 0;font-family: 'Kanit-Regular';}
.about-text1 p{margin-bottom: 1rem;}
.about-text1 h2{
	font-size: 1.1rem;
	margin: 0;
	color: #000066;
	font-family: 'Kanit-Regular';
}

.readmore-btn.backbtn a{justify-content: center;}
.readmore-btn.backbtn img{
	transform: rotate(180deg);
	margin: 0 15px;
}

.relatedbox{margin-top: 4rem;}
/*///////////End-Content///////////////*/

/*///////////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;
	color: #003399;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #003399;
    justify-content: center;
	border-radius: 27px;
	background:#003399;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #003399;
}


/*///////////End-Policy///////////////*/
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color: #155570;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #777 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #777;
}
/********************/
/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/******************************/
.slider-nav .slick-list .slick-slide{
	height: 150px;
	background: #f7f7f7;	
	display: flex !important;
	align-items: center;
}
.imgproducts{
	text-align: center;
	overflow: hidden;
	height: 100%;


}
.imgproducts img {
    max-width: 100%;
    transition: all 0.6s;
   /* aspect-ratio: 3 / 3;*/
    object-fit: scale-down;
}
 
 
.slideshow .slider-nav{padding: 0 1rem;margin: 1rem 0;}
.slideshow .slider-nav .slick-slide{margin: 0 5px;}
 
 
.slideshow .slider-nav .slick-prev:before, .slideshow .slider-nav .slick-next:before{display: none;}
.slideshow .slider-nav .slick-prev{
	z-index: 1;
	left: -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url("images/arrow-left.png") center center no-repeat;
	background-size: 100% !important;
	filter: invert(95%) sepia(10%) saturate(352%) hue-rotate(62deg) brightness(98%) contrast(87%);
}
.slideshow .slider-nav .slick-next{
	right:  -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url("images/arrow-next.png") center center no-repeat;
	background-size: 100% !important;
	filter: invert(95%) sepia(10%) saturate(352%) hue-rotate(62deg) brightness(98%) contrast(87%);
}
.pdfdownload{margin: 2rem 0;}
.pdfdownload a{
	display: flex;
	align-items: center;
	color: #006400;
}
.pdfdownload img{
	width: 35px;
	margin-right: 15px;
	transition: all 0.6s;
	filter: invert(19%) sepia(88%) saturate(2301%) hue-rotate(98deg) brightness(92%) contrast(108%);
}
.pdfdownload:hover img{transform: scale(.95);}
.videoproduct{
	width: 100%;
    aspect-ratio: 3 / 2;
	border-radius: 5px;
	overflow: hidden;
}
.videoproduct iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #000066;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.1rem;
	margin: .5rem auto;
   font-family: 'Kanit-Medium';
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{
	width: auto;
	max-width: 100%;
	filter: none;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #ff6600;}
.address-footer{margin-bottom: 2rem;}

.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #FFF;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 30px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover{
	transform: scale(.95);
}
.text-right{text-align: right;}
.text-left{text-align: left;}

/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 85%;
		background-color:#000066;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		transition: all .8s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		left: 0;
		opacity: 1;
		transition: all .8s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		opacity: 1;
		transition: all .8s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .8s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .8s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .8s;
	}
}



@media (min-width: 360px){
	.services-list.toplist ul li:nth-of-type(1) { margin-top: 2.5rem; margin-left: 1.2rem; }
	.services-list.toplist ul li:nth-of-type(2) { margin: -2rem -1rem -1rem .75rem; }
	.services-list.toplist ul li:nth-of-type(3) { margin: -3.2rem -1rem -1rem 2.3rem; }
	.services-list.toplist ul li:nth-of-type(4) { margin: -2.8rem -1rem -1rem 3.7rem; }
	.services-list.bottomlist { bottom: -6%; }
	.services-list.bottomlist ul li:nth-of-type(1) {margin: -13.5rem -1rem -1rem 2rem;}
	.services-list.bottomlist ul li:nth-of-type(2) {margin: -6.8rem -1rem -1rem .75rem;}
	.services-list.bottomlist ul li:nth-of-type(3) {margin: -9rem -1rem -1rem 1.5rem;}
	.services-list.bottomlist ul li:nth-of-type(4) {margin: -10.5rem -1rem -1rem 1.2rem;}
	.services-list.bottomlist ul li:nth-of-type(5) {margin: -13rem -1rem -1rem 1rem;}
	.services-list.bottomlist ul li:nth-of-type(6) {margin: -16.5rem -1rem -1rem .8rem;}
	.services-list.bottomlist ul li:nth-of-type(7) {margin: -23.2rem -1rem -1rem .4rem;}
}
@media (min-width: 375px){
	.services-list.bottomlist {bottom: 0%;}
	.services-list.toplist ul li:nth-of-type(1) { margin-top: 2.8rem; margin-left: 1.3rem; }
	.services-list.toplist ul li:nth-of-type(2) { margin:-1.8rem -1rem -1rem .8rem; }
	.services-list.toplist ul li:nth-of-type(3) { margin: -3.2rem -1rem -1rem 2.8rem; }
	.services-list.toplist ul li:nth-of-type(4) { margin: -2.8rem -1rem -1rem 3.9rem; }
	.services-list.bottomlist ul li:nth-of-type(1) {margin: -11.8rem -1rem -1rem 2.2rem ;}
	.services-list.bottomlist ul li:nth-of-type(2) {margin: -4.8rem -1rem -1rem 1rem;}
	.services-list.bottomlist ul li:nth-of-type(3) {margin: -7rem -1rem -1rem 1.5rem;}
	.services-list.bottomlist ul li:nth-of-type(4) {margin: -8.5rem -1rem -1rem 1.4rem;}
	.services-list.bottomlist ul li:nth-of-type(5) {margin: -11rem -1rem -1rem 1rem;}
	.services-list.bottomlist ul li:nth-of-type(6) {margin: -14.7rem -1rem -1rem 1.1rem;}
	.services-list.bottomlist ul li:nth-of-type(7) {margin: -22rem -1rem -1rem .4rem;}
}
@media (min-width: 390px){
	.services-list img{width: 50px;}
	.services-list.toplist ul li:nth-of-type(3) { margin: -3.2rem -1rem -1rem 2.3rem; }
	.services-list.bottomlist ul li:nth-of-type(1) {margin: -12rem -1rem -1rem 2.2rem ;}
	.services-list.bottomlist ul li:nth-of-type(2) {margin: -4.8rem -1rem -1rem .75rem;}
	.services-list.bottomlist ul li:nth-of-type(3) {margin: -7rem -1rem -1rem 1.4rem;}
	.services-list.bottomlist ul li:nth-of-type(4) {margin: -8.7rem -1rem -1rem 1.2rem;}
	.services-list.bottomlist ul li:nth-of-type(5) {margin: -11.5rem -1rem -1rem .8rem;}
	.services-list.bottomlist ul li:nth-of-type(6) {margin: -15.2rem -1rem -1rem .8rem;}
	.services-list.bottomlist ul li:nth-of-type(7) { margin: -22.5rem -1rem -1rem 0rem;}
}
@media (min-width: 412px){
	.services-list img{width: 55px;}
	.services-list.toplist ul li:nth-of-type(1) { margin-top: 3rem;}
	.services-list.toplist ul li:nth-of-type(2) { margin: -2rem -1rem -1rem .75rem; }
	.services-list.toplist ul li:nth-of-type(3) { margin: -3.4rem -1rem -1rem 2.3rem; }
	.services-list.toplist ul li:nth-of-type(4) { margin: -3rem -1rem -1rem 3.7rem; }
	.services-list.bottomlist ul li:nth-of-type(1) {margin: -13.5rem -1rem -1rem 2rem;}
	.services-list.bottomlist ul li:nth-of-type(2) {margin: -5rem -1rem -1rem .75rem;}
	.services-list.bottomlist ul li:nth-of-type(3) {margin: -8rem -1rem -1rem 1.5rem;}
	.services-list.bottomlist ul li:nth-of-type(4) {margin: -10rem -1rem -1rem .8rem;}
	.services-list.bottomlist ul li:nth-of-type(5) {margin: -12.7rem -1rem -1rem 0.7rem;}
	
	.services-list.bottomlist ul li:nth-of-type(7) {margin: -23.9rem -1rem -1rem -0.2rem;}
}
@media (min-width: 420px){
	.services-list img{width: 58px;}
	.services-list.bottomlist ul li:nth-of-type(6) {margin: -17.2rem -1rem -1rem .8rem; }
	.services-list.bottomlist ul li:nth-of-type(7) {margin: -25rem -1rem -1rem -0.2rem;}
	
	
	.services-list.toplist ul li:nth-of-type(3) { margin: -3.4rem -1rem -1rem 2.7rem; }
	.services-list.toplist ul li:nth-of-type(4) { margin: -3rem -1rem -1rem 4rem; }
	
	.services-list.bottomlist ul li:nth-of-type(2) {margin: -5rem -1rem -1rem 1rem;}
	.services-list.bottomlist ul li:nth-of-type(4) {margin: -10rem -1rem -1rem 1rem;}
	.services-list.bottomlist ul li:nth-of-type(6) {margin: -17rem -1rem -1rem 1rem;}
	.services-list.bottomlist ul li:nth-of-type(7) {margin: -24.7rem -1rem -1rem 0.1rem;}
}







