html , body {
	width:100%;
	padding:0px;
	margin:0px;
	height:100%;
	font-family:'Kanit',tahoma,verdana,arial,sans-serif,"lucida grande"!important;
}
body {
	color:#333333;
	/*background-color:#519600;*/
	font-size:11px;
	background-color:#ffffff!important;
}

body , input , textarea , select {
	font-size:14px;
	font-family:'Kanit',tahoma,verdana,arial,sans-serif,"lucida grande";

}

img { border:none;vertical-align:bottom }

h1,h2,h3,h4,h5 {	padding:0px;margin:0px; 	}


a { text-decoration:none; color:#20628f; }

.clearfix { clear:both  }

.swiper-pagination { z-index:1!important}
.swiper-pagination-bullet { margin:0px 3px!important;height:10px!important;width:10px!important; }
.swiper-pagination-bullet-active { background-color:#ea7504!important; }

.web-header { background-color:#292929;position:relative; }
.web-header .top-menu  > .wrapper { position:relative;max-width:1240px;margin:0px auto;padding:0px;  }
.web-header .top-menu ul { float:right;margin:0px 0px;left:0px;padding:0px;list-style-type:none;border-left:0px #aadaeb solid; }
.web-header .top-menu ul li { color:#ffffff;font-size:14px;border:1px #aadaeb solid;border-width:0px;padding:10px 3px;float:left; }
.web-header .top-menu ul li a { color:#ffffff;text-decoration:none; }
.web-header .top-menu ul li.txt { margin-top:2px;margin-right:10px;}
.web-header .top-menu ul li.lang {  }
.web-header .top-menu ul li.lang img { height:20px;margin-right:3px; }
.web-header .top-menu ul li.social {  }
.web-header .top-menu ul li.social img { height:24px; }


.web-header .web-h { position:relative;padding-top:5px;padding-bottom:15px; }
.web-header .web-h > .wrapper { padding:0px 20px;overflow:auto;max-width:1280px;margin:0px auto; }
.web-header .web-h .logo { position:absolute;top:-29px;bottom:10px;z-index:2; }
.web-header .web-h .logo a { display:inline-block;height:100%; }
.web-header .web-h .logo img { height:100%;  }
.web-header .web-h .menu-list { float:right;list-style-type:none;margin:0px;padding:0px 0px; }
.web-header .web-h .menu-list li { float:left;padding:3px 20px;color:#ffffff;font-size:16px; }
.web-header .web-h .menu-list li:first-of-type { border:none; }
.web-header .web-h .menu-list li a { color:#ffffff;text-decoration:none; }
.web-header .web-h .menu-list li.active { color:#ffffff; }
.web-header .web-h .menu-list li.active a { color:#ffffff;border-bottom:1px #ffffff solid; }




.web-nav-mobi { display:none;position:relative;position:fixed;top:0px;left:0px;right:0px;z-index:3;transition:.5s all; }
.web-nav-mobi > .top-area {
	height:50px;padding:15px 10px 15px 10px;overflow:visible;position:relative;z-index:3;background-color:#292929;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.web-nav-mobi > .top-area > .logo { height:100%;text-align:center; }
.web-nav-mobi > .top-area > .logo img  { height:100%; }
.web-nav-mobi > .menu-area {
	font-size:28px;transition:all .5s;opacity:0;background-color:#ffffff;
	position:fixed;top:80px;left:0px;right:0px;bottom:100%;z-index:2;overflow:auto;
}
.web-nav-mobi > .menu-area > .wrapper {  }
.web-nav-mobi > .menu-area .menu-list { margin:5% 15%;padding:0px;list-style-type:none;overflow:auto; }
.web-nav-mobi > .menu-area .menu-list > li { text-align:center;padding:20px 0px;border-bottom:1px #ececfb solid; }
.web-nav-mobi > .menu-area .menu-list > li a {
  color:#515151;font-size:18px;text-decoration:none;
  display:block;padding:0px;
}
.web-nav-mobi > .menu-area .menu-list > li a:hover , .web-nav-mobi > .menu-area .menu-list > li.active a {
  color:#515151;font-weight:bold;
}

body.show-menu .web-nav-mobi { }
body.show-menu .web-nav-mobi > .menu-area  { bottom:0px;opacity:.95; }

#nav-btn-hbg {
	position:absolute; right:10px;top:15px;
  width: 40px;
  height: 40px;
  margin:15px 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}

#nav-btn-hbg span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  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;
	box-shadow: 0px 0px 2px #cccccc;
}

#nav-btn-hbg span:nth-child(1) {
  top: 0px;
}

#nav-btn-hbg span:nth-child(2),#nav-btn-hbg span:nth-child(3) {
  top: 10px;
}

#nav-btn-hbg span:nth-child(4) {
  top: 20px;
}
#nav-btn-hbg.open span { box-shadow:none; }
#nav-btn-hbg.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-btn-hbg.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-btn-hbg.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-btn-hbg.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



.web-footer {}
.web-footer > .wrapper { max-width:1200px;margin:0px auto; }
.web-footer > .web-info { background-color:#ea7504;color:#ffffff;font-size:14px;text-align:center;padding:20px; }
.web-footer > .web-info br.a { display:none; }

@media screen and (max-width:800px) {
	.web-header { display:none; }
	.web-nav-mobi  { display:block }

	.headroom--unpinned { top:-140px; }
	.headroom--pinned  { top:0px; }

	body { padding-top:80px;height:auto; }
	body.show-menu { overflow:hidden; }
}

@media screen and (max-width:450px) {

	.web-footer > .web-info br.a { display:block; }
}

@media screen and (max-width:360px) {

	.web-footer > .web-info { font-size:12px; }
}
