html{
	font-size:14px;
	scroll-behavior: smooth;
}
@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.75;
	font-size: 1rem;
	color: #003366;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
}
a{
	color:inherit;
	text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}
    
/* Track */
::-webkit-scrollbar-track {
  background: #FFF; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 40px;
	position: relative;
    top: 0rem;
    right: 0rem;
	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: 100%;
    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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 12px;
	width: 75%;
	right: 0;
    left: auto;
}
#nav-icon3 span:nth-child(4) {
	top: 24px;
	width: 40%;
	right: 0;
    left: auto;
}
#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%;
}
.owl-carousel .owl-item img{width: auto;max-width: 100%;}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding:.5rem 0;
    transition: all 0.5s;	
	background-color: rgb(0 0 51 / 50%);
}

.slim.headbar-main{box-shadow: 0 2px 7px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
    margin:0;
	color: #FFF;
	display: flex;
	align-items: center;
    transition: all 0.5s;
	justify-content: flex-start;
}
.navbar-brand h1{
	font-size: 1.2rem;
	margin: 0;
    transition: all 0.5s;
    font-family: 'Kanit-Regular';
}
.navbar-brand p{
	margin: 0;
	font-size: 1rem;
}
body.EN .navbar-brand h1, .navbar-brand.eng h1{
	font-size: 1.2rem;
	text-transform:uppercase;
}
body.EN .navbar-brand p, .navbar-brand.eng p{
	font-size: 0.86rem;
}
.navbar-brand img{
	max-width: 100%;
	width: 4em;
	margin: 0;
	transition: all 0.5s;
}
.navbar-brand.d-lg-none{
	text-align: center;
	display: block;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
}
.navbar-brand:focus, .navbar-brand:hover{color: #FFF;}
.navbar-nav li{
	padding: 0 15px;
	text-align: left;
	font-size: 1.2rem;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding:10px 15px;
	text-decoration: none;
	display: block;
	color: #FFF;
	transition: all 0.5s;
	border-bottom: 1px solid #FFF;
}
.navbar-nav li a:last-child{border: none;}
.navbar-nav li.active a, .navbar-nav li a:hover{
	color: #0093ff;
	background: #FFF;
}

.navbar-nav .dropdown-menu {
	border: none;
	border-radius: 0;	
	width: 100%;
	padding: 0;
	margin: 0;
	background: #87cefa;
}
.navbar-nav .dropdown-menu a{
	display: block;
	text-align: left;
	padding: 10px 15px;
	color: #FFF;
	font-size: 1rem;
	border-radius: 0 !important;
}
.navbar-nav .dropdown-menu a:hover{
	color: #87cefa;
	background: #FFF;
}
.languages-mobile{
	position: fixed;
	top: 6rem;
	right: 1rem;
	z-index: 1031;
}
.languages-btn{
	padding: 0;
	border: 0;
	box-shadow: none;
	background: none;
}
.languages-mobile img{
	width: 45px;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.languages-mobile .dropdown-menu{
	width: 100%;
	min-width: inherit;
	border-radius: 0;
	border: none;
	background: none;
}
.languages-mobile .dropdown-menu li{margin-bottom: .5rem;}

/********************/
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
.fp-is-overflow>.fp-overflow{overflow: inherit;}
#carouselmainslider{height: 100vh;}
.carousel.slide.content-height{padding: 0 !important;}
#carouselmainslider .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#carouselmainslider .carousel-control-prev img,
#carouselmainslider .carousel-control-next img{
	width: 25px;
	filter: brightness(0) invert(1);
}
#carouselmainslider .carousel-indicators{
	align-items: center;
	justify-content: center;
}
#carouselmainslider .carousel-indicators button{
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50px;
	background: #8E8E8E;
	border: 1px solid #8E8E8E;
}
#carouselmainslider .carousel-indicators button.active{
	background: #FFF;
	border-color: #FFF;
	width: 13px;
	height: 13px;
}
.carousel-control-next, .carousel-control-prev{opacity: 0.5;}
.carousel-control-next:hover, .carousel-control-prev:hover{opacity: 1;}
.banner--slide{
	position: relative;
	width: 100%;
	height: 100vh;
}
.banner--slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-caption{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 90%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #FFF;
	padding: 2rem 1rem;
}
.banner-caption::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	
	border-width: 10px;
	border-style: solid;
	background-color: rgb(0, 51, 102);
	opacity: 0.749;
    font-family: 'Kanit-Regular';
	
}
.banner-caption h1{
	font-size: 1.7rem;
	margin-bottom: 0;
}
.banner-caption p{
	font-size: 1.2rem;
	margin: 0;
}
.fp-warning, .fp-watermark a{display: none;}

.hidden{
	display: none;
}
.active{
	display: block;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
/*.fullpage-wrapper .fp-section{
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: ease-out 0.7s;
}
.fullpage-wrapper .fp-section.active{
	opacity: 1;
	visibility: visible;
	transition: ease-out 0.7s;
	transform: translateY(0);
}
#fullpage .section{
	height: 100vh;
	width: calc(100vw - (2 * var(--pad)));
	padding-left: var(--pad);
	padding-right: var(--pad);
}*/
.content-height{
	width: 100%;
	min-height: 100vh;
	/*padding: 26% 0 5%;
	padding: 4rem 0 0 0 !important;*/
	padding: 0 !important;
}
.content-heightnav{
	/*background: #f00;*/
	height: 11rem;
}
.about-con{
	background: url("../images/bg-about.png") left bottom no-repeat #FFF;
	background-attachment: fixed !important;
	background-size: 768px !important;
}

.aboutus-box{
	color: #003366;
	max-height: 567px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* width */
.aboutus-box::-webkit-scrollbar {
  width: 5px;
}

#collapsereadmore .card-body{
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}
.aboutus-box h1, .address-footer h1{
	font-size: 1.8rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.aboutus-box h2{
	font-size: 1rem;
	margin-bottom: 0;
    font-family: 'Kanit-regular';
}
.address-footer h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-family: 'Kanit-regular';
}
.aboutus-box h3{
	font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-light';
}
.address-footer h3{
	font-size: 1.2rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-light';
}
.aboutus-box p{margin-bottom: 1rem;}
.readmore-btn{
	padding: 5px;
	display: block;
	width: 160px;
	color: #FFF;
	margin: 1rem 0 0;
	border: 1px solid #003366;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
/* Sweep To Right */
/*.readmore-btn {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #003366;
 
}
.readmore-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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;

}
.readmore-btn:hover, .readmore-btn:focus, .readmore-btn:active {
  color: #003366;
}
.readmore-btn:hover:before, .readmore-btn:focus:before, .readmore-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/
.readmore-btn{
	padding: 5px;
	display: block;
	width: 160px;
	color: #FFF;
	margin: 1rem 0 0;
	border: 1px solid #003366;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
  background: #003366;
}
.readmore-btn:hover {
  color: #003366;
  background: #FFF;
}
.img-box{
	text-align: center;
	width: 100%;
	overflow: hidden;
	/*background: #000;*/
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}



.structure-con{
	height: 100vh;
	overflow-y: auto;
	padding: 25% 0% 10%;
	background: url("../images/bg-blue.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
	color: #FFF;
}
.title-structure{
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1rem;
	padding: 0 5%;
    font-family: 'Kanit-Medium';
}
.structure-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.structure-list ul li{
	width: 100%;
	padding: 5%;
	position: relative;
	transition: ease-out 0.5s;
	z-index: 1;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.structure-list li::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: ease-out 0.5s;
	background-color: rgb(0 51 154 / 50%);
	

	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	
}
.structure-list ul li:hover::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}
.structure-list li a{
	display: flex;
	align-items: center;
}
.structure-list li .fa-circle-chevron-right{
	opacity: 0;
	cursor: pointer;
	font-size: 33px;
	transition: ease-out 0.5s;
	transform: scale(0);
	
}
.structure-list ul li:hover .fa-circle-chevron-right{
	opacity: 1;
	transform: scale(1);
}
.structure-list img{
	width: 3em;
	margin: 0;
	margin-right: 8px;
	transition: ease-out 0.5s;
	filter: brightness(0) invert(1);
}
.structure-list li:hover img{transform: translateX(-10px);}

.services-con{
	height: 100vh;
	overflow-y: auto;
	padding: 25% 0 10%;
	background: url("../images/bg-content.png") top center no-repeat;
	background-size: cover !important;
}
.services-con .title-structure{
	text-align: center;
	color: #003366;
}
.services-con .col-6:nth-child(2n+1){border-right: 3px solid #FFF;}
.services-con .col-6{border-bottom: 3px solid #FFF;}
.services-con .col-6:nth-of-type(5), .services-con .col-6:nth-of-type(6){border-bottom: none;}
.icon-services{
	color: #003366;
	padding: .75rem;
	text-align: center;
	margin: 1rem auto;
	background: rgba(255,255,255,65%);
	transition: ease-out 0.5s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.icon-services:hover{
	background: rgb(0 51 154 / 65%);
	color: #FFF;
}
.icon-services img{
	width: 3em;
	max-width: 100%;
	transition: ease-out 0.5s;
	filter: invert(15%) sepia(17%) saturate(7315%) hue-rotate(192deg) brightness(97%) contrast(103%);
}
.icon-services:hover img{
	transform: scale(.95);
	filter: brightness(0) invert(1);
}
.icon-services p{
	margin: 1rem auto 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2);
}

.customers-con{
	height: 100vh;
	overflow-y: auto;
	padding: 25% 0 10%;
	background: url("../images/bg-customer.png") top center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.customers-con #carouselCustomers{
	min-height:inherit;
	height: 100%;
	padding: 4% 5% 2%;
}
#carouselCustomers .carousel-control-prev{
	justify-content: flex-start;
	opacity: 1;
}
#carouselCustomers .carousel-control-next{
	justify-content: flex-end;
	opacity: 1;
}
#carouselCustomers .carousel-control-prev img, #carouselCustomers .carousel-control-next img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.customers-con .title-structure{
	color: #FFF;
	text-align: center;
}
.cus-logoimg{
	text-align: center;
	overflow: hidden;
	display: block;
	margin-bottom: 1rem;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.24);
}
.cus-logoimg img{ transition: all 0.5s; max-width: 100%;}
.cus-logoimg:hover img{transform: scale(1.05);}

.slide-customers .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50px;
	background: #8E8E8E;
	border: 1px solid #8E8E8E;
}
.slide-customers .carousel-indicators button.active{
	background: #FFF;
	border-color: #FFF;
}
.slide-customers .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}

.structure-popup .modal-dialog{
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: inherit;
}
.structure-popup .modal-content{
	margin: 0;
	border-radius: 0;
	border: none;
	background: #000;
	color: #FFF;
	height: 100%;
}
.structure-popup span.close-btn {
    color: #FFF;
    font-size: 33px;
    opacity: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
	cursor: pointer;
    z-index: 11;
    padding: 0.3rem 0.5rem;
    background-color: rgba(0,0,0,0.5);
    display: block;
    line-height: 1;
}
.structure-popup .modal-body{
	padding: 0;
	background: #FFF;
}

.showbanner-structure{
	height: 100vh;
	overflow-y: scroll;
	background: #FFF;
}
.img-titlebox{
	width: 100%;
	max-height: 220px;
	position: relative;
    overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;

}
.img-titlebox img{
	height: 100%;
	width: 100%;
    transition: all 0.5s;
	flex-grow: 0;
	object-fit: cover;
}
.detail-bannershow{
	padding:2rem 1rem;
	position: relative;
	margin-top: -4rem;
	background: #FFF;
	z-index: 1;
	height: 100%;
	color: #003366;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-top: 7px solid #003366;
} 
.detail-bannershow hr{
	opacity: .75;
	margin: 2rem auto;
}
.detail-bannershow h1{
    font-family: 'Kanit-Medium';
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.detail-bannershow h2{
    font-family: 'Kanit-Regular';
	font-size: 1.1rem;
	margin-bottom: .5rem;
}
.detail-bannershow span{font-family: 'Kanit-Medium';}
.detail-bannershow p{
	margin-bottom: 1rem;   
}
.structure-con .modal-body{background: #FFF;}
.detail-bannershow .img-box{margin-bottom: 1rem;}

.project-box{
	margin-bottom: 2rem;
	overflow: hidden;
	padding: .5rem;
	box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	border-bottom: 2px solid #003366;
}
.project-box h1{
	color: #003366;
	font-size: 1rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
	
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 3);
}
.project-box:hover img{transform: scale(1.05);}


.his-link{margin-bottom: 2rem;}
.his-link ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	font-size: .9rem;
	color: #969696;
}
.his-link ul li:first-child{margin-left: 0;}
.his-link ul li{margin-left: 10px;}
.his-link ul li a{padding: 0 5px;}
.his-link ul li a.active{color: #003366;}

.fancybox__container{z-index: 1070;}


.img-service{
	text-align: center;
	overflow: hidden;
	max-height: 515px;
	margin: auto;
}
.img-service img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.slide-services{
	padding: 10% 0;
	background: -webkit-linear-gradient(rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
}
#carouselservices .carousel-indicators{
	position: inherit;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin:1rem auto;
}
#carouselservices .carousel-indicators button{
	width: 65px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	text-indent: 0;
	opacity: 1;
	border: none;
	margin: 0 8px;
	transition: all 0.5s;
}
#carouselservices .carousel-indicators .active, #carouselservices .carousel-indicators button:hover {
	transform: scale(1.08);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
#carouselservices .carousel-indicators button img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#carouselservices .carousel-control-next, #carouselservices .carousel-control-prev {
	opacity: 1;
}
#carouselservices .carousel-control-next img, #carouselservices .carousel-control-prev img{
	width: 20px;
	filter: brightness(0) invert(1);
} 
.slide-services .title-structure, .detail-services--show{
	color: #000;
	font-size: 1rem;
	font-family: 'Kanit-Light';
}
.slide-services .title-structure h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	text-align: center;
	font-family: 'Kanit-Medium';
}
.detail-services--show h1{
	font-size: 1.2rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.slide-services .title-structure p{margin-bottom: 0;}
.detail-services--show p{
	margin-bottom: 1rem;
	text-indent: 5%;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/

.policy-box{
    position: fixed;
    bottom: 2%;
    right: 5%;
    width: 345px;
    text-align: left;
    padding: 1rem ;
    color: #FFF;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background-color: rgb(0 0 51 / 70%);
	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{
    margin-bottom: 0;
    font-size: 20px !important; 
}
.policy-box a{color: #Fff;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #003366 ;
    border-radius: 0;
    margin: .5rem auto;
    border: 1px solid #FFF;
	background-color: #FFF;
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn-policy:hover{
	transform: scale(.98);
	background: #003366;
	color: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

body.EN .address-footer img {
    width: 17px;
	margin-right: 6px;
}
.footer {
	/*padding: 25% 0 5%;*/
 
	position: relative;
	background:url("../images/bg-footer.png") bottom center no-repeat;
	background-size: cover !important;
}
.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer a{
	text-decoration: none;
	color: #003366;
}
.footer p{margin-bottom: 1rem;}
.footer h1{
	font-size: 1.8rem;
    margin-bottom: 1rem;
	line-height: 1;
    font-family: 'Kanit-Medium';
}
.footer a:hover{color: #87cefa;}
.address-footer span{font-family: 'Kanit-Medium';}
.qr-scan{margin-top: 1rem ;}
.qr-scan img{
	width: 100px;
	max-width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.24);
}
.address-footer img{
	width: 20px;
	margin-right: 10px;
	filter: invert(12%) sepia(47%) saturate(4192%) hue-rotate(196deg) brightness(99%) contrast(101%);
}
.address-footer li{padding-bottom: 5px;}
.copyright-box {
    text-align: center;
	padding: 15px;
	background: #003366;
	color: #FFF;
	width: 100%;
	margin-top: 1rem;
}
.copyright-box a{
	text-decoration: none;
}
.social-footer{
	text-align: center;
	margin: 1rem auto;
}
.social-footer a{
	display: inline-block;
	margin: 0 ;
}
.social-footer img{
	width: 45px;
	transition: all 0.5s;
	filter: invert(76%) sepia(12%) saturate(1301%) hue-rotate(164deg) brightness(100%) contrast(96%);
}
.social-footer img:hover{
	transform: scale(.95);
	filter: none;
}

.maplink{margin: 1rem auto 0;}
.maplink ul{
	display: flex;
	align-items: flex-end;
}
.maplink img{
	width: 20px;
	margin-right: 10px;
	filter: invert(12%) sepia(47%) saturate(4192%) hue-rotate(196deg) brightness(99%) contrast(101%);	
}
.maplink ul li:first-child{margin-right: 15px;}
.mapclick{
	color: #003366;
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
}
.mapbox{
	width: 100%;
	margin-bottom: 1rem;
	box-shadow: 0 0 15px rgba(0,0,0,0.24);
}
.mapbox img{
	width: auto !important;
	max-width: 100%;
	object-fit: cover;
	filter: none;
}
/********************************/
.vdo-present{
    width: 100%;
    height: 315px;
    overflow: hidden;
    margin: 2rem auto;
}
.vdo-present iframe{
    width: 100%;
    height: 100%;
}
.bt-doc {
    padding: 5px 10px;
    background: #d61212;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
/****************************/
.logocom-box{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}
.logocom-box img{  
	width: 5rem;
}
/*/////////////////////////////////////////////////////////////////media////////////////////////////////////////////////////////////////*/

@media (max-width: 960px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		padding: 10% 0;
		background: url( "../images/bg-customer.png") bottom center no-repeat #FFF;
		background-size: cover !important; 
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
		
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.7s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




