
.t_inline {
    display: inline-block;
}
.thumbnail{
	text-align: center;
}

.on-des{
	display: none;
}
.on-mb{
	display: block;
}
.nav-menu{
	position: fixed;
	z-index: 100;
	background: -moz-linear-gradient(rgba(0,42,64,1) 0%, rgba(8, 62, 97,0.47) 53%, rgba(8, 62, 97, 0) 100%); 
	background: -webkit-linear-gradient(rgba(0,42,64,1) 0%, rgba(8, 62, 97,0.47) 53%, rgba(8, 62, 97, 0) 100%); 
	background: linear-gradient(to bottom, rgba(0,42,64,1) 0%,rgba(8, 62, 97,0.47) 53%,rgba(8, 62, 97, 0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a40', endColorstr='#00096794',GradientType=0 );
}
.nav-menu.active{
	background:  #114863;
	/*background: #3398cb;*/
}
.nav-menu img{
	padding-top: 7px;
	float: left;
	margin-left: 15px;
	width: 100px;
}



/*hamburger*/
input + label {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  z-index: 5;
}

input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #fff;
  transition: .5s;
}

input + label span:first-child { top: 3px; }

input + label span:last-child { top: 16px; }

label:hover { cursor: pointer; }

input:checked + label span {
  opacity: 0;
  top: 50%;
}

input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}

input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
input{
	background: none;
	opacity: 0;
}
input ~ nav {
  background:  #114863;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}

input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 20%;
  right: 20%;
}

input ~ nav > ul > li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
}

input ~ nav > ul > li > a {
  text-decoration: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 20px 30px 20px 30px;
}
input ~ nav > ul > li > a:hover{
  text-decoration: none;
  text-shadow: 0 0 3px #fff;
  color: #fff;
}
input:checked ~ nav {
  height: 80%;
  transition-delay: 0s;
}

input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}


.main-header{
	width: 100%;
}
.header-website{
	width: 100%;
	height: 50%;
	position: relative;

}
.header-website video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -10;
    top: 0;
    left: 0;
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(8, 62, 97, 0.6);
    z-index: -0;
}
.text-header{
	width: 100%;
	height: 100%;
	z-index: 1;
	align-items: center!important;
	text-align: center;
	align-items: center;
    display: flex;

}
.box-text{
	width: 100%;
}
.box-text h1{
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 700;
	/*padding-top: 40%;*/
	color: #fff;	
	z-index: 1;
	font-size: 30px;
	line-height: 0.1;
}
.box-text h2{
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 700;
	color: #fff;	
	z-index: 1;
	font-size: 20px;
	line-height: 0.3;
}
.text-p p{
		font-family: 'Kanit', sans-serif;
		font-weight: 600;
		color: #fff;	
		z-index: 1;
		line-height: 0.5;

	}

	.text-p1 p{
	font-family: 'Kanit', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 400;
	color: #fff;	
	z-index: 1;
	line-height: 0.5;

	}

section#about{
	width: 100%;
	background-color: #303030;
}
.text-head {
	padding: 0px 0 0px 0;
	text-align: center;
}
.text-head h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-top: 60px;
	color: #fff;
	font-weight: 700;

}
.content-about{
	width: 100%;
	padding: 0px 50px 0px 50px;
}
.content-about p{
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	padding: 10px 5px 0 5px;
}
.content-about .slide_viewer{
	height: 330px;
}
.content-about .directional_nav {
  height: 120px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -120px;
}
.content-about .previous_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 200;
  left: 140;
}

.content-about .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 130;
  top: 200;
}

.content-about .previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.content-about .previous_btn:hover, .next_btn:hover {
  opacity: 1;
}


section#service{
	width: 100%;
	background-color: #f3f3f3;
	padding-bottom: 50px;
}

/*section#service{
	width: 100%;
	background-color: #f3f3f3;
	padding-bottom: 100px;
}*/
section#service h1 {
	font-family: 'Poppins', sans-serif;
	color: #3398cb;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	padding-top: 60px;
}
section#service .row{
	margin-bottom: 50px;
}
.wrap-service{
	position: relative;
}
.wrap-card-service{
	margin-top: 30px;
}
.card-service{
	background: #fff;
	border-radius: 10px;
	height: 470px;
	-webkit-box-shadow: 0px -1px 15px -1px rgba(181,181,181,0.20);
	-moz-box-shadow: 0px -1px 15px -1px rgba(181,181,181,0.20);
	box-shadow: 0px -1px 15px -1px rgba(181,181,181,0.20);
}
.card-service img{
	
	width: 50%;
	padding-top: 20px;
}
.card-service h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #303030;
	font-size: 22px;
	text-align: center;
}
.card-service p{
	font-family: 'Kanit', sans-serif;
	padding: 15px 30px 50px 30px;
	font-weight: 300;
	color: #303030;
	font-size: 18px;
	text-align: center;
}
.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
 
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}


.q-and-a{
	position: none;
	width: 100%;
	background: #fff;
	height: 90%;
	border-radius: 10px;
	-webkit-box-shadow: 0px -1px 15px -1px rgba(181,181,181,0.20);
	-moz-box-shadow: 0px -1px 15px -1px rgba(181,181,181,0.20);
	box-shadow: 0px -1px 15px -1px rgba(181,181,181,0.20);
}
.img-head{
	width: 90%;
	padding-top: 40px;
	padding-left: 100px;
	
}
.img-head img{
	width: 60%;
	margin: 0 auto;

}
.content-q-and-a{
	padding:50px 15px 70px 15px;
	width: 100%;
	float: left;
	background: #fff;
	height: auto;
	border-radius: 10px;
}
.line{
	clear: left;
    border: 0;
    border-top: 2px solid #e1f0f7;
}
.answer{
	padding-top: 100px 0 100px 0;
}
.answer p{
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #303030;
	font-size: 18px;
	padding:20px 0px 0px 10px;
	line-height: 1.6em;
}

section#product{
	width: 100%;
	background-color: #fff;
}
section#product h1 {
	font-family: 'Poppins', sans-serif;
	color: #3398cb;
	font-weight: 700;
	text-align: center;
	padding-top: 60px;
}

/*slide*/
section#product .slider {
  margin: 0 auto;
  max-width: 100%;
}

section#product .slide_viewer {
  height: 570px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  top: 50;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  padding: 0px 40px;
}

.slide:first-child {
  display: block;
}
section#product .directional_nav {
  height: 120px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -450px;
}
.pic-product{
	width: 100%;
	text-align: center;
	/*float: left;*/
}
.pic-product img{
	width: 100%
}
.content-product{
	width: 100%;
	/*float: right;*/
	padding-top: 20px;
	padding-left: 0px;
	text-align: center;
}
.content-product h2{
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 24px;
}
.content-product h3{
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	/*padding-bottom: 10px;*/
}
.content-product p{
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 18px;
	padding-bottom: 10px;
}
.btn-download{
	padding: 10px 20px;
  	border-radius: 50px; 
  	background: #3398cb;
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
  	font-weight: 400;
  	font-size: 14px;

}
.btn-download:hover{
	color: #3398cb;
	text-decoration: none;
	background: #fff;
	transition: .5s;
}
section#product .previous_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

section#product .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

section#product .previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

section#product .previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

section#client{
	width: 100%;
	background-color: #fff;
	padding-bottom: 100px;
}
section#client h1 {
	font-family: 'Poppins', sans-serif;
	color: #3398cb;
	font-weight: 700;
	text-align: center;
	padding-top: 0px;
}
.client-logo{
	width: 100%;
	padding-bottom: 50px;
}
.client-logo img{
	width: 60%;
	filter: grayscale(1);
    opacity: 0.4;	
    vertical-align: middle;
    text-align: center;
}
.client-logo img:hover{
	width:60%;
	filter: none;
    opacity: 1;	
    transition: filter 0.3s, opacity 0.3s
}
section#activities{
	width: 100%;
	height: 670px;
	/*background-image: url(../img/test-ac.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
}
.activities-box{
	
	background: #3398cb;
	height: 300px;
	position: relative;
}
.activities-box h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-top: 90px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.activities-box img{
	padding-left: 110px;

}
.photo-team{
	width: 100%;
	/*background: #333;*/
	height: 370px;
}
.item{
	width: 100%;
	height: 370px;
	position: relative;
}
.item img{
	width: 700px;

}
.overlay{
	position: absolute;
	width: 100%;
	height:367px;
	background: rgba(17,72,99,0.7);
	opacity: 0;
	text-align: center;
	padding-top: 30%;
	font-family :'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
}

.item:hover .overlay{
	opacity: 1;
	transition: 0.5s;
	cursor: pointer;
}
section#career{
	width: 100%;
	background-color: #fff;
}
section#career h1{
	font-family: 'Poppins', sans-serif;
	color: #3398cb;
	font-weight: 700;
	text-align: center;
	padding-top: 50px;
}
.bg-career{
	background-size: 100%; 
}

.bhoechie-tab-menu{
	width: 100%;
	padding-bottom: 20px;
	background: #303030;
	text-align: left;
}
.list-group{
	padding: 50px 0px 70px 0;
	text-align: center;
}

.bhoechie-tab-menu .list-group>a{
	font-family: 'Poppins', sans-serif;
	color: #848484;
	font-weight: 700;
	padding-left: 0px;
	padding-top: 20px;
}
.bhoechie-tab-menu .list-group>a.active{
  	position: relative;
}
.name-position{
	position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
   
}
.bhoechie-tab-menu .list-group>a:hover{
 	color: #fff;
 	text-decoration: none;
 	transition: .5s;
}
.bhoechie-tab-menu .list-group>a.active{
  color: #fff;
}
.list-group>a.active:before{
  content: '';
  position: absolute;
  top: 110%;
  margin-top: 2px;
  width: 120px;
  height: 6px;
  border-radius: 10px; 
  background: #3398cb;
  transition: .7s;
  margin-left: -59px;
}

.bhoechie-tab-content{
	background: #f3f3f3;
	width: 100%;
	padding-bottom: 42px;
}

.bhoechie-tab .bhoechie-tab-content:not(.active){
  display: none;
}
.detail-position{
	width: 100%;
	padding: 40px 20px 0 20px;
	height: 45%;
	overflow: scroll;
}
.detail-position h3{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-weight: 700;
	float: left;
	padding-left: 0px;
}
.detail-position h5{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-weight: 400;
	float: left;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 10px
}
.detail-position p{
	font-family: 'Kanit', sans-serif;
	color: #333;
	font-weight: 300;
	float: left;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 10px
}
.detail-position::-webkit-scrollbar {
    width: 3px;
    padding-top: 10px;
    background: #f3f3f3;
}
/* Track */
.detail-position::-webkit-scrollbar-track {
	 	background: #f3f3f3;
}
/* Handle */
.detail-position::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px; 
    padding: 0 0 0 0;
    
}
/* Handle on hover */
.detail-position::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.btn-apply{
	padding: 10px 20px;
  	border-radius: 50px; 
  	background: #3398cb;
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
  	font-weight: 400;
  	font-size: 18px;

}
.btn-apply:hover{
	color: #3398cb;
	text-decoration: none;
	background: #fff;
	transition: .5s;
}

section#map-web{
	width: 100%;
	
}

section#footer-web{
	width: 100%;
	background: #3398cb;
}
.head-contact {
	padding: 50px 0 100px 0;
	text-align: center;
}
.head-contact h1{
	font-family: 'Poppins', sans-serif; 
	font-weight: 700;
	padding-top: 30px;
	color: #fff;
}
.facebook{
	width: 100%;
	padding-top: 50px;
}

.content-contact {
	width:100%;
	padding: 0px 10px 0 10px; 

}
.box-contact{
	width: 100%;
	padding-bottom: 50px;
}
.box-contact img{
	width: 4%;
	float: left;
	margin-right: 20px;
}

.box-icon img{
	width: 6%;
	float: left;
	margin-right: 2px;
}


.box-contact p{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
	padding-top: 2px;
}
.copy-right{
	width: 100%;
	background: #2186b9;
	text-align: center;
	padding: 30px 0 30px 0;
}
.copy-right p{
	font-family: 'Poppins', sans-serif;
	color: #cccccc;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}

