/* This stylesheet generated by Transfonter (http://transfonter.org) on January 25, 2017 3:21 AM */
@import "responsive.css";

@font-face {
	font-family: 'Cambria';
	src: url('Cambria.eot');
	src: url('Cambria.eot?#iefix') format('embedded-opentype'),
	url('Cambria.woff') format('woff'),
	url('Cambria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('Gotham-Light.eot');
	src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
	url('Gotham-Light.woff') format('woff'),
	url('Gotham-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('Gotham-Black.eot');
	src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'),
	url('Gotham-Black.woff') format('woff'),
	url('Gotham-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('Gotham-Book.eot');
	src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('Gotham-Book.woff') format('woff'),
	url('Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Ultra';
	src: url('Gotham-Ultra.eot');
	src: url('Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
	url('Gotham-Ultra.woff') format('woff'),
	url('Gotham-Ultra.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('Gotham-Bold.eot');
	src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
	url('Gotham-Bold.woff') format('woff'),
	url('Gotham-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*=====================================icon social awersome=================================================================*/

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.icon { text-align: center; position: relative; float: left; padding-right: 5px; }
.icon > .image { position: relative; z-index: 2; margin: auto; width: 33px; height: 33px; border: 2px solid #333; line-height: 12px; border-radius: 50%; background: rgba(255,255,255,.1); vertical-align: middle; }
.icon:hover > .image { background: #1C3469; }
.icon > .image > i { font-size: 18px !important; color: #5f5c5c !important; padding-top: 7px;}
.icon:hover > .image > i { color: white !important; }
.icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 0px 0 10px 0; }
.icon:hover > .info { background: #1C3469; border-color: #e0e0e0; color: white; }
.icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #1C3469; }
.icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #1C3469; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }



.icon > .image2 { position: relative; z-index: 2; margin: auto; border: 0px solid #333; line-height: 12px; border-radius: 50%; background: transparent; vertical-align: middle; }
.icon:hover > .image2 { background: transparent; }
.icon > .image2 > i { font-size: 18px !important; color: #5f5c5c !important; padding-top: 7px;}
.icon:hover > .image2 > i { color: white !important; }
/*=============================================botton graddient=======================================================*/
.button_example{
	border:0px solid #999999; -webkit-border-radius: 42px; -moz-border-radius: 42px;border-radius: 42px;font-size:14px;font-family: 'Gotham','Kanit';
	padding-left: 15px!important; padding-right: 15px!important;     padding-top: 5px!important;
    padding-bottom: 5px!important; text-decoration:none; display:inline-block;     margin-bottom: 20px; color: #ffffff !important; float:left;
	background-color: #eab92d; background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#98740C));
	background-image: -webkit-linear-gradient(top, #eab92d, #98740C);
	background-image: -moz-linear-gradient(top, #eab92d, #98740C);
	background-image: -ms-linear-gradient(top, #eab92d, #98740C);
	background-image: -o-linear-gradient(top, #eab92d, #98740C);
	background-image: linear-gradient(to bottom, #eab92d, #98740C);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#98740C);
}
.button_example:hover{
	border:0px solid #7A7A7A; text-decoration:none;
	background-color: #C99B15; background-image: -webkit-gradient(linear, left top, left bottom, from(#C99B15), to(#82630A));
	background-image: -webkit-linear-gradient(top, #C99B15, #82630A);
	background-image: -moz-linear-gradient(top, #C99B15, #82630A);
	background-image: -ms-linear-gradient(top, #C99B15, #82630A);
	background-image: -o-linear-gradient(top, #C99B15, #82630A);
	background-image: linear-gradient(to bottom, #C99B15, #82630A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C99B15, endColorstr=#82630A);
}

/*==============================================================================================================*/

.button2{
	border:1px solid #98740C; -webkit-border-radius: 42px; -moz-border-radius: 42px; border-radius: 42px;

	font-size:14px;font-family: 'Gotham','Kanit';
	padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;
	font-weight: bold; color: #777 !important; float:left;
	background-color:  #fff; background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(0,0,0,.0001)), to( rgba(0,0,0,.0001)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: -o-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: linear-gradient(to bottom,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr= rgba(0,0,0,.0001), endColorstr= rgba(0,0,0,.0001));
}
.button2:hover{
	border:1px solid #98740C; text-decoration:none; font-weight: bold; color: #FFFFFF !important;
	background-color: #C99B15; background-image: -webkit-gradient(linear, left top, left bottom, from(#C99B15), to(#82630A));
	background-image: -webkit-linear-gradient(top, #C99B15, #82630A);
	background-image: -moz-linear-gradient(top, #C99B15, #82630A);
	background-image: -ms-linear-gradient(top, #C99B15, #82630A);
	background-image: -o-linear-gradient(top, #C99B15, #82630A);
	background-image: linear-gradient(to bottom, #C99B15, #82630A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C99B15, endColorstr=#82630A);
}

/*==============================================================================================================*/

.button3{
	margin: 10% 4% 4% 4%;
	border:1px solid #1C3469; -webkit-border-radius: 42px; -moz-border-radius: 42px; border-radius: 42px;
	font-size:14px;font-family: 'Gotham','Kanit';
	padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;
	font-weight: bold; color: #1C3469 !important; float:left;
	background-color:  rgba(0,0,0,.0001); background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(0,0,0,.0001)), to( rgba(0,0,0,.0001)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: -o-linear-gradient(top,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));
	background-image: linear-gradient(to bottom,  rgba(0,0,0,.0001),  rgba(0,0,0,.0001));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr= rgba(0,0,0,.0001), endColorstr= rgba(0,0,0,.0001));
}
.button3:hover{
	border:1px solid #98740C; text-decoration:none; font-weight: bold; color: #FFFFFF !important;
	background-color: #C99B15; background-image: -webkit-gradient(linear, left top, left bottom, from(#C99B15), to(#82630A));
	background-image: -webkit-linear-gradient(top, #C99B15, #82630A);
	background-image: -moz-linear-gradient(top, #C99B15, #82630A);
	background-image: -ms-linear-gradient(top, #C99B15, #82630A);
	background-image: -o-linear-gradient(top, #C99B15, #82630A);
	background-image: linear-gradient(to bottom, #C99B15, #82630A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C99B15, endColorstr=#82630A);
}

/*==============================================================================================================*/
html,body {
	overflow-x: hidden !important;
}
img{
	max-width: 100%;
}
span.a-lang {
    text-align: right; margin-left:25px;  text-decoration: none;
  }
.clear {
	clear: both; }

  /* line 26, ../sass/app.scss */
  .wrap-head {
	width: 100%;
	/* max-width: 1280px; */
	max-width: 1530px;
	height: 144px;
	margin: 0 auto;
	background: #FFFFFF;
	  background-size: 53%;
   }

  /* line 34, ../sass/app.scss */
  .logo {
	float: left; }


  /* line 45, ../sass/app.scss */
  .box-menu {
	width: auto;
	margin-top: 20px;
	max-width: 800px;
	display: block;
	min-height: 70px;
	float: right; }
	/* line 51, ../sass/app.scss */
	.box-menu ul {
	  display: block; }
	  /* line 53, ../sass/app.scss */
	  .box-menu ul li {
		display: block;
		float: left;
		width: auto;
		margin-right: 15px;
		padding: 5px 10px 15px 10px;
	  }
		/* line 60, ../sass/app.scss */
		.box-menu ul li:hover, .box-menu ul li.active {
		  border-bottom: 1px solid #fff; }
		/* line 63, ../sass/app.scss */
		.box-menu ul li a {
		  font-family: 'Gotham Book','Kanit';
		  color: #42210B;
		  font-size:14px;
		  text-decoration: none;
		  width: 100%;
		  /*text-align: center;*/
		   }



.navbar-nav>li>a {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000;
}
.navbar-static-top {
	border: none;
}
.navbar-default{
	margin-top: 2%;
	background-color: rgba(248, 248, 248, 0);
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Gotham','Kanit';
	font-size: 18px;
	border-radius: 25px;
}
.container>.navbar-header {
	margin-right: 3%;  margin-left: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	border-radius: 25px;	background-color: #1C3469 !important;	color: #ffffff !important;/* margin: 5%;
	padding-right: 15px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px;*/
}
.dropdown-menu {
	background-color: #1c3469;
}

.navbar-nav li  {
	min-width: 90px;height:30px;	display:block;
}


.navbar-nav  li.dropdown.open .dropdown-toggle  {
	min-width: 100px; height:30px; display:block;
}

.navbar-nav a:hover {
	border-radius: 25px;	background-color: #1C3469 !important;	color: #ffffff !important; /*margin: 5%;
	padding-right: 15px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px;*/
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #FFF;
	background-color: #1C3469;
}

.navbar-nav>li>.dropdown-menu {
/*	border-top-right-radius: 25px;	*/
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(51, 122, 183, 0);
    outline: 0;
}


.dropdown-menu a:hover {
	color: #1C3469 !important;

	background-color: #e1ba4d !important;
}




.clear{
	clear:both;
}

*:focus {
	outline: none;
}



.k{
	padding-top: 15px;
}

.box-caption {
	position: absolute; top:325px; left:240px; z-index: 3; width: 40%;
}

.box-caption h1 {
	font-family: 'Cambria','Kanit'; font-size: 130px; font-weight: bold; color: #1C3469;
}

.box-caption h2 {
	font-family: 'Gotham Book','Kanit'; font-size: 30px; color: #1C3469; margin-bottom: 10px;
}

.box-caption h3 {
	font-family: 'Gotham Book','Kanit'; font-size: 20px; color: #606060; margin-bottom: 25px;
}

.slogan h4 {
	font-family: 'Cambria','Kanit'; font-size: 28px; font-weight: bold; color: #1C3469; font-style: italic;
}

.slogan{        margin: auto;
    width: 88%;
    height: 100px;

		padding-left: 7%;
	padding-right: 7%;
	padding-top: 10px;
}

.ft-icon{min-height: 43px;width: 30%;float: left;}

.footer{
	width: 100%; min-height: 50px; background: #1C3469;
}
.copyright{
	font-family: 'Gotham','Kanit'; font-size: 14px; color: #FFFFFF; float:right; padding-top: 15px;
}
.about-m{
	width: 100%; min-height:480px; margin-top: 3%;
}

.about-L{
	width: 100%; float: left;
}
.about-R{
	width: 100%; float: right;
}

.about-R h1{
	font-family: 'Gotham Ultra','Kanit'; font-size: 50px; color: #1C3469;
}

.about-R h2{
	font-family: 'Gotham Book','Kanit'; font-size: 24px; color: #1C3469;
}

.ab-detail{
	font-family: 'Gotham Book','Kanit';  font-size: 16px; color: #606060; padding-top: 20px; padding-left: 40px; line-height: 20px; word-wrap: break-word;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px; margin-bottom: 2px;
}

.service-m{
	width: 100%; min-height: 700px; word-wrap: break-word;
}

.box-m{
	width: 100%; display:block; min-height: 560px;
}

.service-in{
	width: 100%;	min-height: 500px; background-color: #FFFFFF; float: left; margin: 3% 1% 2% 1%;
}

.service-in2{
	width: 100%;	min-height: 500px; float: left;	margin: 4% 0% 2% 2%;
}

.service-in h2{
	min-height: 30px; display: block; font-family: 'Gotham Bold','Kanit'; font-size: 20px; color: #1C3469; margin: 10% 4% 2% 4%; text-align: center;
}

.service-in h3{
	font-family: 'Gotham Book','Kanit'; font-size: 16px; color: #1C3469; margin: 2% 9% 4% 9%; text-align: left; min-height: 156px;
}

.service-in2 h1{
	font-family: 'Gotham Ultra','Kanit'; font-size: 48px; color: #1C3469; margin: 8% 4% 4% 4%;  word-wrap: break-word;
}

.service-in2 h2{
	font-family: 'Gotham Book','Kanit'; font-size: 18px; color: #1C3469; margin: 5% 4% 4% 4%; min-height: 30px;display: block; word-wrap: break-word;
  line-height: 22px;
}

.ab-company{
	width: 100%; min-height: 420px; margin-top: 120px;
}

.ab-L{
	width:100%; min-height:400px;margin:50px 0px 0px 0px;
}

.ab-L h1{
	font-family: 'Cambria','Kanit'; font-size: 60px; font-weight: bold; color: #1C3469;
}

.ab-L h2{
	font-family: 'Gotham Book','Kanit'; font-size: 26px; color:#E1BA4D;
}

.ab-L h3{
	font-family: 'Gotham Book','Kanit'; font-size: 16px; color:#606060; margin:20px 0 0 20px; text-align: justify; word-wrap: break-word; line-height: 20px;
}

.ab-R{
	width:100%; min-height:400px;  margin:40px 10% 0px 0px;
}


.ab-network{

	text-align: center;

}

.ab-network h1{
	font-family: 'Gotham Ultra','Kanit'; font-size: 50px; color: #FFFFFF; margin-right: 20px;
}

.ab-network h2{
	font-family: 'Gotham Book','Kanit'; font-size: 50px; color: #FFFFFF;
}

.ab-network h3{
	font-family: 'Gotham Book','Kanit'; font-size: 24px; color: #E1BA4D; padding: 10px 0 0 0;
}

.ab-network h4{
	font-family: 'Gotham Book','Kanit'; font-size: 18px; color: #FFFFFF; padding: 1% 1% 0px 1%; line-height: 25px;
}

.ab-network h1, h2 {
	display: inline;
}

.main-icon{
	width: 100%; min-height:200px; margin: 3% 0 3% 0;
}

.box-icon{
	width: 100%;  min-height: 200px; float: left;
}

.box-icon img{
/*	width: 65%;*/
}

.box-icon p {
	font-family: 'Gotham Bold','Kanit'; font-size: 16px; color: #FFFFFF;  padding: 5% 0% 0px 0%; margin-bottom: 0px;
}

.box-icon h5{
	font-family: 'Gotham','Kanit'; font-size: 16px; color: #FFFFFF; padding: 0% 15% 0px 15%; margin-top: 0px;
}

.ab-process{
	width: 100%; min-height: 1000px;  text-align: center;  margin-top: 45px;
}

.ab-process h1, h2 {
	display: inline;
}

.ab-process h1{
	font-family: 'Gotham Ultra','Kanit'; font-size: 50px; color: #1C3469; margin-right: 20px;
}

.ab-process h2{
	font-family: 'Gotham Book','Kanit'; font-size: 50px; color: #1C3469;
}

.ab-process h3{
	font-family: 'Gotham Book','Kanit'; font-size: 24px; color: #E1BA4D; padding: 10px 0 0 0;
}

.box-process{
	width: 100%; min-height: 200px; margin: 0 0% 10% 0%;  float: right;
}

.icn{
	width: 100%; min-height: 200px;     padding-top: 10px;
}

.main-icn{
	width: 100%; min-height: 200px; margin: 5% 5% 0 0%;
}

.box-process h5{
	font-family: 'Gotham Ultra','Kanit'; font-size: 19px; color: #1C3469; float: left;
}

.box-process h4{
	font-family: 'Gotham Book','Kanit'; font-size: 17px; color:#606060;  text-align: left; margin: 45px 0 0 0; padding: 0 5% 0 3%; border-left: 6px solid #E1BA4D; word-wrap: break-word;
    line-height: 25px;
}

.tab-service{
	width: 100%; min-height: 130px;
}

.tab-service h1{
	font-family: 'Cambria','Kanit'; font-size: 60px; font-weight: bold; color: #1C3469;padding-left: 10%; padding-top: 1%; word-wrap: break-word;
}

.tab-service h2{
	font-family: 'Gotham Book','Kanit'; font-size: 20px; color:#E1BA4D;padding-left: 10%; padding-top: 1%; word-wrap: break-word;
}

.main-serv{
	width: 100%; min-height: 890px; margin-top: 140px;
}

.serv-in{
	width: 100%; min-height: 350px; margin: 3% 0% 3% 0%;  padding: 0% 0% 0 0%;
}

.serv-in h3{
	font-family: 'Gotham Bold','Kanit'; font-size: 22px;color: #1C3469;padding-top: 1%; margin-left: 0%; word-wrap: break-word;
}

.serv-in h4{
	font-family: 'Gotham Book','Kanit'; font-size: 16px; color: #1C3469; padding-top: 1%; margin-left: 0%; line-height: 25px;
    word-wrap: break-word;
}

.ser-L{    padding-bottom: 10px;}

.serv-in img{
	/*float: left;*/
}

img.img-sv1 {
	padding-top: 30px; min-height: 45px;
}

/*==================================================================================================================*/
.left2 {
	position: relative; height: 50px; width: 90%; background: #1C3469; float: left; margin-top: 3%; margin-bottom: 4%;
}

.right2{
	position: relative; height: 50px; width: 10%;  float: left;    margin-top: 3%; margin-bottom: 4%;

	background: -moz-linear-gradient(45deg,  #e2b536 0%, #e2b536 100%);
	background: linear-gradient(45deg,  #e2b536 0%,#e2b536 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b536', endColorstr='#e2b536',GradientType=1 );
}

.left2:after {
	content: ''; line-height: 0; font-size: 0; width: 0; height: 0; border-top: 40px solid #1C3469; border-bottom: 50px solid transparent;
	border-left: 0px solid transparent; border-right: 50px solid transparent; position: absolute; top: 0; right: -50px;
}

.right2 {
	margin-left: 0px; width: 10%;
}

.right2:before {  content: ''; line-height: 0; font-size: 0; width: 0; height: 0; border-top: 50px solid transparent;
border-bottom: 50px solid #e2b536;
border-left: 50px solid transparent; border-right: 0px solid #1C3469; position: absolute; top: -50px; left: -50px;
}
/*==================================================================================================================*/

.main-get{
	width: 100%; min-height: 800px; margin-top: 140px;
}

.tab-get{
	width: 100%; min-height: 130px;
}

.tab-get h1{
	font-family: 'Cambria','Kanit'; font-size: 60px; font-weight: bold; color: #1C3469;padding-left: 10%; padding-top: 1%;
}

.tab-get h2{
	font-family: 'Gotham Book','Kanit'; font-size: 20px; color:#E1BA4D;padding-left: 10%; padding-top: 1%;
}

.form-m{
	min-height: 800px; margin: 0px 0%;
}



.form-m label{
	font-family: 'Gotham Book','Kanit'; font-size: 14px; color: #1C3469;
}

.form-control{
	border-radius: 25px !important; border: 1px solid #1C3469 !important;  height: 30px;  margin-bottom: 0px;
}

.tabss{
	background:#E1BA4D; height:30px; margin-top: 23px; border-radius: 25px;
}

.tabss h6{
	padding-left: 20px;padding-top: 10px; 	font-family: 'Gotham Book','Kanit'; font-size: 14px; color: #FFFFFF;
}

.tab-sche{
	width: 100%; min-height: 130px;
}

.tab-sche h1{
	font-family: 'Cambria','Kanit'; font-size: 60px; font-weight: bold; color: #1C3469;padding-left: 10%; padding-top: 1%;
}

.tab-sche h2{
	font-family: 'Gotham Book','Kanit'; font-size: 20px; color:#E1BA4D;padding-left: 10%; padding-top: 1%;
}
.main-schedule{
	width: 100%; min-height: 800px; margin-top: 140px;
}

.tb-title{
	height: 50px;  font-family: 'Gotham Bold','Kanit'; font-size: 18px; color: #1C3469; padding-top: 18px; margin-left: 0px;
}

.ic-next{	 height: 50px; margin-top: 2%;  margin-bottom: 2%; float: left; padding-top: 18px; text-align: center; font-family: 'Gotham Bold'; font-size: 24px; color:#e1ba4d; }

.m-table td{
	height: 50px; vertical-align: middle; padding: 0px;
}

.m-table{
	font-family: 'Gotham Book','Kanit'; font-size: 16px; text-align: center;

}

.m-table th{
	vertical-align: middle; text-align: center;
}

.tab-news{
	width: 100%; min-height: 130px;
}

.tab-news h1{
	font-family: 'Cambria','Kanit'; font-size: 60px; font-weight: bold; color: #1C3469;padding-left: 10%; padding-top: 1%;
}

.tab-news h2{
	font-family: 'Gotham Book','Kanit'; font-size: 20px; color:#E1BA4D;padding-left: 10%; padding-top: 1%;
}

.main-news{
	width: 100%; min-height: 800px; margin-top: 140px;
}

.news-m{ width: 100%; min-height: 400px;
}

.news-L{
	width: 100%;	min-height: 400px; word-wrap: break-word;
}
.news-L img{
	width: 100%;
}

.bg-n{
	width:100%; min-height:130px; margin-top:3%;margin-bottom: 2%;
}

.news-R {
	width: 100%; min-height: 380px; float: left; margin: 0% 1% 2% 1%; padding: 0% 2% 0% 2%;

}
.news-R h1{
	font-family: 'Gotham Bold','Kanit'; font-size: 20px; color: #1C3469; line-height: 25px; margin-bottom: 2%;
}

.news-R h3{
	font-family: 'Gotham Book','Kanit'; font-size: 16px; color: #1C3469; line-height: 25px;word-wrap: break-word; min-height: 250px;
}

.title-news h1{	font-family: 'Gotham Bold','Kanit'; font-size: 32px; color: #1C3469; margin-bottom: 2%; margin-left: 2%;}

.block{width: 100%; min-height: 20px;}

.new-box{ width: 100%; min-height: 500px; margin-bottom: 40px;}

.new-box h2{	font-family: 'Gotham Bold','Kanit'; font-size: 18px; color: #1C3469;}

.new-img{margin:0 0 15px 0;}

.new-txt{font-family: 'Gotham Book','Kanit'; font-size: 16px; color: #1C3469; margin: 10px 0 0 0; word-wrap: break-word; min-height: 150px}

.tab-contact{
	width: 100%; min-height: 130px;
}

.tab-contact h1{
	font-family: 'Cambria','Kanit'; font-size: 60px; font-weight: bold; color: #1C3469;padding-left: 10%; padding-top: 1%;
}

.tab-contact h2{
	font-family: 'Gotham Book','Kanit'; font-size: 20px; color:#E1BA4D;padding-left: 10%; padding-top: 1%;
}

.main-contact{
	width: 100%; min-height: 800px; margin-top: 140px;
}

.txt-add{ width: 100%; min-height: 300px;}

.txt-add h1{	font-family: 'Gotham Bold','Kanit'; font-size: 16px; color:#1c3469;}

.txt-add h2{	font-family: 'Gotham Book','Kanit'; font-size: 16px; color:#1c3469; line-height: 35px;}

.txt-add h1,h2 {display: inline;}

.sh{ width: 90px;     display: inline-block;}

.s-map{
	overflow:hidden;height:437px;width:100%; margin-bottom: 50px;
}

.m-detail{
	width: 100%; min-height: 800px; margin-top: 140px;
}

.news-detail{
	min-height: 500px; font-family: 'Gotham Book','Kanit'; font-size: 16px; color:#1c3469; line-height: 2
	px; padding: 40px 0px 20px 0px; word-wrap: break-word;
}


 .img-sm img{
	 height:180px; margin-bottom: 16px; padding-top: 0px;}

	 .mytap{
	background: url('../img/tapy.png')  no-repeat right center #1C3469;background-size:150px 42px;width:100%; margin: 50px 0px 20px 0px;
	 }

	 .mytap h1{
	 	font-family: 'Gotham Book','Kanit'; font-size: 18px; color: #FFFFFF; text-transform: uppercase; padding-left: 2%; padding-top: 1%; padding-bottom: 1%
	 }

	 a:hover {

	     text-decoration: none;
	 }

	 .s-btn{
	/*float:left; position: absolute;bottom: 10px;left: 50%; margin-left: -79.5px;*/

	 }

	 .s-bg{
		 width:100%;padding-top:10%; min-height: 860px;
		 background:url('../img/bg-ab2.png') no-repeat; background-size:cover;
	 }

.show-mobile{
    display: none; right:0;
}

.show-desktop{  display: block; right:0;}


#rightMenu{
width:200px; right:0; z-index: 5000;
}

.w3-container {

    height: 60px;
	}

	#rightMenu a{

	}

	.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF;
	}

	/* .navbar-right {padding-top: 13px;}
	.navbar-nav{padding-top: 12px;} */


	.bootstrap-select {
		width: 100% !important;
	}
	.bootstrap-select > .btn {
		border-radius: 25px !important;
		border: 1px solid #1C3469 !important;
		height: 30px;
		margin-bottom: 0px;
	}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #e1ba4d;
    text-decoration: none;
 background-color: transparent;
    outline: 0;}

.pn{
height: 25px; padding: 4px 1px 0 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(204, 204, 204, 0.21) !important;}


		.owl-theme .owl-nav [class*=owl-] {
			    background: transparent !important;
		    border-radius: 20px !important;
		    border: 1px solid #c99b15 !important;
		    width: 40px !important;
		    height: 40px !important;
		}

		.owl-next{
			position: absolute;
    top: 55px;
    left: 965px;
		}

		.owl-prev{
		position: absolute;
		top: 55px;
		right : 965px;
		}

	.item p{
		color: #1c3469;
		font-size: 14px;
		padding-top: 10px;
	}

	.thumbnail {
    border: 3px solid transparent;
    border-radius: 0px;
    padding: 0px;}
		a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
		    border-color: #1c3469;
		}




		li.dropdown:hover > ul.dropdown-menu{

		display:block !important;
		/*border-top-right-radius: 25px;
		border-bottom-right-radius:  25px;
		border-bottom-left-radius:  25px;*/

		border-radius: 15px;

		}


