@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600,700&display=swap');
@font-face {
    font-family: 'NotoSansThaiUILight';
    src: url('NotoSansThaiUI-Light/fonts/NotoSansThaiUI-Light.eot');
    src: local('â˜º'), url('NotoSansThaiUI-Light/fonts/NotoSansThaiUI-Light.woff') format('woff'), url('NotoSansThaiUI-Light/fonts/NotoSansThaiUI-Light.ttf') format('truetype'), url('NotoSansThaiUI-Light/fonts/NotoSansThaiUI-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    /* font-family: 'NotoSansThaiUILight', sans-serif; */
    font-family: 'Prompt', sans-serif;
	color: #333;
	font-weight: 300;
}
.btn{
	border-radius: 0;
}
a{
	color: #333;
}
a:hover{
	color: #033053;
}
h1,h2,h3,h4,h5,strong{
	font-weight: 400;
}
#ifm{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	height: 300px;
	z-index: 9999;
}

.Error404{
	padding: 150px 0;
	text-align: center;
	color: #ccc;
	font-size: 30px;
}
#mainloading{
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.lds-ripple {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.mainnav{
	padding:10px;
	border-radius: 0;
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(7, 53, 91, 1);
	margin-bottom: 0;
	color: #fff;
}
.navbar-nav>li>a,
.mainnav .logo{
	display: inline-block;
	color: #fff;
}
.mainnav .logo > img{
	float: left;
}
.mainnav .logo strong,
.mainnav .logo p{
	padding-left: 80px;
	display: block;
	margin: 0;
	font-weight: normal;
}
.mainnav .logo strong{
	padding-top: 15px;
	font-size: 18px;
}
.mainnav .logo p{
	font-size: 10px;
}
.navbar-nav>li>a{
	font-size: 16px;
	padding: 15px 13px;
}
.navbar-collapse{
	margin-top: 15px;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: rgba(255, 255, 255, 0.2);
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover{
	background: rgba(255, 255, 255, 0.4);
}
.dropdown-menu{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	border: none;
}
.navmenu{

}
.mainnav .logo{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	margin: auto;
	display:block;
	z-index: 1;
	transition: all 0.2s ease;
}
.mainnav .logo:hover{
	transform: rotate(10deg) scale(1.1);
}
.mainnav .logo > :not(img){
	display: none;
}

.navbar-main-menu{
	text-align: center;
	margin-top: 0;
}
.navbar-main-menu .navbar-nav{
		float: none;
}
.navbar-main-menu .navbar-nav>li{
	float: none;
	display: inline-block;
}
.navbar-main-menu .navbar-nav>li:nth-child(3){
	padding-right: 50px;
}
.navbar-main-menu .navbar-nav>li:nth-child(4){
	padding-left: 50px;
}
.navbar-main-menu .navbar-nav>li>a{
	min-width: 150px;
	font-size: 16px;
}
.navbar-main-menu .navbar-nav>li.active > a{
	background: none;
	position: relative;
	display: block;
}
.navbar-main-menu .navbar-nav>li.active > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    width: 0px;
    height: 0px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid rgba(7, 53, 91, 0.9);
    margin-top: 10px;
}
footer{
  background: #d9d9d9;
  padding: 100px 0;
}
.footermenu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footermenu > li > a{
	font-size: 16px;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #aaa;
	padding: 10px 0;
}
.footermenu > li:last-child > a{
	border-bottom: none;
}
footer h4{
	font-weight: 500;
	font-size: 16px;
}
footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul > li > a{
	color: #6f6f70;
	display: block;
	padding: 7px 0;
}
.footerdesc{
	color: #6f6f70;
	padding-bottom: 5px;
}
.footerdesc strong{
	color: #333;
	font-weight: 500;
}
footer address{
	margin-bottom: 15px;
}
.btn-googlemap{
	background: #d42131;
	color: #fff;
}
.btn-googlemap:hover{
	color: #fff;
	background: #A40D12;
}
.btn-facebook{
	background: #3B5DA0;
	color: #fff;
}
.btn-facebook:hover{
	color: #fff;
	background: #256bb3;
}
.btn-main{
	color: #fff;
	background: #ff904b;
}
.btn-main:hover{
	background: #ff904b;
}
footer .social{
	padding-top: 10px;
}
footer .social > a{
	display: inline-block;
	font-size: 20px;
	padding-right: 10px;
}
footer .btn-googlemap{
	margin-top: 20px;
}
.clientslide{
	background: #ccc;
}
.clientslide .slider-client{
	max-width: 1920px;
	margin: auto;
}
#aboutus{
	padding: 7vw 0;
}
#aboutus .titlepage h1{
	font-size: 200px;
	font-weight: 600;
	margin: 0;
}
#aboutus .mdmessage{
	position: relative;
}
#aboutus .mdmessage img{
	max-width: 100%;
}
#aboutus .mdmessage .ms1{
	position: absolute;
	width: 50%;
	font-size: 18px;
	padding-top: 20px;
}
#aboutus .mdmessage .ms2{
	position: absolute;
	width: 50%;
	font-size: 18px;
	bottom: 0;
	color: #fff;
	padding: 60px;
	padding-left: 150px;
}
#aboutus .mdmessage .ms2 .year{
	font-size: 140px;
	font-weight: 600;
}
#aboutus .mdexp{
	text-align: center;
	padding-top: 100px;
}
#aboutus .mdexp > img{
	width: 100%;
	max-width: 1920px;
}
#aboutus .mdvision{
	padding: 100px 0;
	padding-bottom: 0px;
}
#aboutus .mdvision img{
	max-width: 100%;
}
#aboutus .mdvision h3{
	font-size: 180px;
	font-weight: 600;
}
#aboutus .mdvision h4{
	font-size: 40px;
	margin: 0;
	margin-bottom: 10px;
}
#aboutus .mdvision p{
	font-size: 18px;
}
#workflow .sec1{
	max-width: 1920px;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	background: url('/web-assets/img/workflow/bg.png') center 200px no-repeat;
	min-height: 1000px;
	background-size: 100%;
}
#workflow .sec1 h1{
	font-size: 250px;
	font-weight: 600;
	max-width: 900px;
	margin: auto;
	text-align: center;
	margin-top: 150px;
}
#workflow .sec1 h2{
	font-size: 40px;
}
#workflow .sec1 h3{
	font-size: 100px;
	font-weight: 600;
	max-width: 900px;
	margin: auto;
	margin-top: 200px;
}
#workflow .sec2{
	padding-top: 100px;
	padding-bottom: 100px;
}
#workflow .sec2 > div{
	position: relative;
}
#workflow .sec2 .stepwork{
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}
#workflow .sec2 .stepwork > li{
	position: absolute;
	top: 0;
	left: 80px;
	width: 300px;
	text-align: center;
}
#workflow .sec2 .stepwork > li.step1,
#workflow .sec2 .stepwork > li.step3{
	top: 140px;
}
#workflow .sec2 .stepwork > li.step11,
#workflow .sec2 .stepwork > li.step8,
#workflow .sec2 .stepwork > li.step5,
#workflow .sec2 .stepwork > li.step2{
	left: 450px;
}
#workflow .sec2 .stepwork > li.step9,
#workflow .sec2 .stepwork > li.step6,
#workflow .sec2 .stepwork > li.step3{
	left: 825px;
}
#workflow .sec2 .stepwork > li.step4,
#workflow .sec2 .stepwork > li.step5,
#workflow .sec2 .stepwork > li.step6{
	top: 475px;
}
#workflow .sec2 .stepwork > li.step5{
	top: 330px;
}
#workflow .sec2 .stepwork > li.step7,
#workflow .sec2 .stepwork > li.step8,
#workflow .sec2 .stepwork > li.step9{
	top: 810px;
}
#workflow .sec2 .stepwork > li.step8{
	top: 650px;
}
#workflow .sec2 .stepwork > li.step10,
#workflow .sec2 .stepwork > li.step11{
	top: 1140px;
}
#workflow .sec2 .stepwork > li.step11{
	top: 980px;
}
#workflow .sec3{
	background: url('/web-assets/img/workflow/bg3.jpg') center top no-repeat;
	background-size: cover;
	color: #fff;
	padding: 150px 0;
}
#workflow .sec3 h3,
#workflow .sec3 h4{
	font-size: 80px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 0;
}
#workflow .sec3 p{
	font-size: 20px;
	text-align: center;
	max-width: 700px;
	margin: auto;
}
#workflow .sec3 .webtools{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 150px;
	margin-top: 50px;
}
#workflow .sec3 .webtools > li{
	float: left;
	width: 33.33%;
	font-size: 18px;
	padding: 15px 0;
}
#workflow .sec3 .webtools > li > span{
	margin-right: 5px;
	width: 25px;
}
#experience .sec1{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}
#experience .sec1 h1{
	font-size: 150px;
	font-weight: 600;
	max-width: 900px;
	margin: auto;
}
#experience .sec2{
	text-align: center;
	padding: 10vw;
	padding-bottom: 15vw;
	background: url('/web-assets/img/exp/bg.png') top center no-repeat;
	background-size: cover;
}
#experience .sec2 img{
	max-width: 100%;
}
#showcase .sec1{
	padding-top: 150px;
	padding-bottom: 100px;
	text-align: center;
}
#showcase .sec1 h1{
	font-size: 150px;
	font-weight: 600;
}
#showcase .sec1 h2{
	margin-bottom: 5px;
}
#showcase .sec1 p{
	font-size: 20px;
}
.slick-slide{
	outline: none;
}
.slider-client .slick-slide{
  outline: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  position: relative;
}
.slider-client .slick-slide img{
  width: 100%;
  max-width: 100%;
  height: 6vw;
  object-fit: cover;
  object-position: bottom;
}
.slider-client .slick-slide a{
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	height: 0;
	font-size: 1vw;
	outline: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.slider-client .slick-slide a .fas{
	font-size: 2vw;
	margin-bottom: 10px;
}
.slider-client .slick-slide:hover a{
	opacity: 1;
	height: 100%;
	padding-top: 50px;
}
#showcase .sec2 .slider-showcase{
	position: relative;
}
#showcase .sec2 .slider-showcase::before{
	content: '';
	background: #b5bdc2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 0;
}
#showcase .sec2 .slider-showcase::after{
	content: '';
	background: #194c70;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 0;
}
#showcase .sec2 .slider-showcase .slick-list::after{
	content: '';
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	z-index: 0;
	width: 350px;
}
#showcase .sec2 .slider-showcase .slick-list{
	z-index: 1;
}
#showcase .sec2 .slider-showcase .slick-list .slick-track{
	z-index: 2;
	padding: 100px 0;
}
#showcase .sec2 .slider-showcase .slick-list .slick-slide > img.display{
	margin: auto;
	max-width: 100%;
}
.slider-showcase .info{
	padding-left: 50%;
	position: relative;
	min-height: 250px;
	color: #fff;
}
.slider-showcase .info .logo{
	position: absolute;
	right: 50%;
	top: 0;
}
.slider-showcase .info .desc{
	font-size: 20px;
	padding-left: 100px;
	max-width: 700px;
}
.slider-showcase .info .desc .name_en{
	font-size: 40px;
}
.slider-showcase .info .desc .name_th{
	font-size: 24px;
}
#contact_us .sec1{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}
#contact_us .sec1 h1{
	font-size: 150px;
	font-weight: 600;
	margin: auto;
}
#contact_us .sec_form{
	background: #194c70;
	color: #fff;
	padding: 150px 0;
	padding-top: 100px;
}
#contact_us .contactmap iframe{
	width: 100%;
	height: 35vw;
	float: left;
}
#contact_us .col_left,
#contact_us .col_right{
	min-height: 450px;
}
#contact_us .col_left > h2{
	font-size: 34px;
}
#contact_us .col_left > address{
	font-size: 18px;
}
#contact_us .col_left > p{
	font-size: 16px;
	display: block;
	width: 100%;
}
#contact_us .col_left > p strong{
	display: inline-block;
	width: 170px;
}
#contact_us .col_left .social{
	padding-bottom: 25px;
	padding-top: 15px;
}
#contact_us .col_right > img{
	width: 90%;
	position: absolute;
}
#contact_us .sec_form h3{
	font-size: 40px;
}
#contact_us .infolayour{
	padding-top: 50px;
}
#contact_us .infolayour form > ul{
	margin: 0 -20px;
}
#contact_us .infolayour form > ul > li{
	width: 50%;
	float: left;
	padding: 10px;
}
#contact_us .infolayour form > ul > li.fullrow{
	width: 100%;
}
#contact_us .infolayour form > ul > li .form-control{
	border-radius: 0;
	border: none;
	min-height: 45px;
}
#contact_us .formcontact ul.list-inline > li select.form-control {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
#contact_us .btn-main{
	padding: 22px 30px;

}
#contact_us .btn-main span{
	font-size: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#contact_us span.error{
	color: #ff904b;
}