

/*color = or =#F26622 bkack blue #043B89 ,blue #0071BA  gray #58595B  red=#BA091F*/

/*font-family: 'IBM Plex Sans Thai', sans-serif;
font-family: 'Kanit', sans-serif;*/
/*gobal*/
#wrapper {
	width: 100%;
 
	margin: 0 auto;
	 
}
#header {
	background: rgba(255, 255, 255,1);
	position: fixed;
	width: 100%;
	z-index: 888;
	top: 0;
	padding: 0 0;
/*	height: 90px;*/
transition: 0.3s;
box-shadow: 0 5px 10px  rgba(0, 0, 0, 0.2);
}


 #header.sticky {
	background: rgba(255, 255, 255,1);
 
	transition: 0.3s;

	 
} 

.sticky-inner {
	background: rgba(255, 255, 255,0.8);
	box-shadow: 0 0 10px #f5f5f5;
	height: 90px;
	top: 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	z-index: -1;
}
.hide-menu {
	transition: 0.3s;
}
/*.head-inner #header.sticky {
	background: rgba(255, 255, 255,0.8);
	box-shadow: 0 0 10px #f5f5f5;
}*/
 
#container {
	width: 100%;
	padding-top: 0;
}
.logo-menu {
	text-align: left;
}
.logo {
	text-align: left;
	 
}
 .logo img {
	width: 100%;
	max-width:195px;
	margin:5px 0;
} 
 
.top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 45px;
	z-index: 99;
	color: #fff;
	opacity: 0.8;
}
.top a {
	color: #04b36e;
}
/*menu*/
 
/*menu*/
 .box-menu {
 	text-align: right;
  
 }
 .icon-menu {
 	display: none;
 }
.lang {
	padding: 0 20px;
}
ul.menu li.lang:hover{
	background: none;
}
ul.menu {
	margin: 0 0 0 0;
	padding: 0;
}
ul.menu li {
	margin: 0 0 0 0;
	padding: 30px 18px;
	list-style: none;
	display: inline-block;
	color: #fff;
	font-family: "Prompt", sans-serif;
	 font-weight: 500;
	 font-size:20px;
	 position: relative;
}

ul.menu>li>a {
	  display:inline-block;
	 
		color: #707070;
}
ul.menu>li>a:hover {
	color: #04639b;
	 
}
ul.menu>li>a.active-menu {
	color: #04639b;
 
}  
ul.menu>li>a.active-menu:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}
span.arrow-mn {
	display:none;
}

ul.menu>li img {
	width: 25px;
}
.icon-social-top img {
	width: 33px;
}
 
ul.menu>li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
	top: 111px;
	z-index: 1;
}
.dropdown {
    background: #f4f4f4;
    position: absolute;
    top: 118px;
    padding: 0;
    width: 220px;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 0;
    box-shadow: 0 0 5px #ccc;
}
.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown ul li{
	list-style: none;
	display: block !important;
	padding: 0;
	color: #58595b;
	margin: 0;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	border-bottom:1px solid  #d1d3d4;
}
.dropdown ul li a {
	color: #58595b !important;
	padding:8px 15px;
	display: block;
}
.dropdown ul li a:hover {
	color: #58595b;
	background: #d1d3d4;
}
.dropdown ul li img {
	width: 18px;
	margin: 0 10px 0 0;
	display: inline-block;
}
/*banner*/
.bg-banner {
 	height: 100vh; 
	width:  100% ;
/*	max-width: 1920px;*/
	margin: 0 auto;
	overflow: hidden;
}
.banner {
    display: flex;
    margin-top: 0;
}

.bg-banner-inner {
 	height: 400px; 
	width:  100% ;
/*	max-width: 1920px;*/
	margin: 0 auto;
	overflow: hidden;
}

.bg-banner-inner .box-text-hero {
	top: 18%;
}

.banner-hero {
 	position: relative;
	width: 100%; 
	overflow: hidden;
	margin-top: 0; 
}
.banner-hero.inner {
	margin-top: 100px;
	background: #034DA2;
}
.show-mb{
	display: none;
}
.hide-mb {
	display: block;
}
.box-bg-hero {
	 
	width: 100%;
	height: 100%;
	 
/*	background: rgba(0, 0, 0, 0.5);*/
	
}
.box-text-hero {
	position: absolute;
	top: 42%;
	width: 100%;
	text-align: center;
	right: 0;
	z-index: 99;
}
.box-text-hero h1 {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	text-transform:  uppercase;
	position: relative;
	display: inline-block;
}
.box-text-hero h1:after {
    content: '';
    background: #00b772;
    height: 3px;
    width: auto;
    bottom: 10px;
    display: block;
}
 
.box-text-hero h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
 
 .box-text-hero.inner {
 	width: 100%;
 	top: 32%;
 	text-align: center;
 }
.btn-tel {
	background: #04b46c;
	color: #fff !important;
	 padding: 7px 20px 4px 20px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.btn-tel:hover {
	background: #035c98;
	color: #fff !important;
}
 .btn-tel.green {
 	background: #57BB7F;
	color: #fff !important;
	padding: 7px 25px;
 }
  .btn-tel.green:hover {
  	background: #034DA2;
	color: #fff !important;
  }
.btn-more { 
    background: #57BB7F;
    color: #fff;
    padding: 7px 20px 4px 20px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    border:none;
}
.btn-more:hover {
	background: #000;
	color: #fff !important;
}
.btn-more i {
	font-size: 14px;
	padding-left: 15px;
}
.btn-more.black {
	background: #000;
}
.box-close {
	width: 35px; 
	padding: 5px 0 0 0;
	text-align: center;
	background: #f5f5f5;
	 color: #000;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}
/*about*/
.section-about {
 	 
	padding: 110px 0;
} 
  .txt-about h1 {
 	font-size: 35px;
 	font-weight: 600;
 	color: #044EA3;
 	text-transform: uppercase;
 } 
.txt-about h2 {
      font-size:22px;
    color:#111;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
 
}
 .txt-about h2 span {
 	display: block;

 }

h2.txthead {
		font-size: 35px;
 	font-weight: 500;
 	color: #044EA3;
 	text-transform: uppercase;
}
.box-service {
	text-align: center;
	margin: 25px 0 0 0;
	padding: 0 5%;
}
.box-service img {
	width: 150px;
	margin: 0 auto;
}
.box-service h3 {
	font-size: 24px;
	font-weight: 600;
	margin:25px 0 15px 0;
	padding: 0;
}


.section-service {
 
	padding: 110px 0 110px 0;
 
	position: relative;
}
.txthead-red {
		font-size: 45px;
 	color:#034DA2;
 	font-weight: 600;
 	margin: 0 0 35px 0;
 	padding: 0;
}
.txthead-white {
		font-size: 35px;
 	color: #fff;
 	font-weight: 600;
 	margin: 0 0 0 0;
 	padding: 0;
}

 
 .section-gallery {
 	background: #f5f5f5;
 	padding: 120px 0;
 	text-align: center;
 }
 .section-gallery-inner {
 	padding: 60px 0;
 	background: #f5f5f5;
 	text-align: center;
 }

ul.tab_gallery {
	margin: 0;
	padding: 0;
	text-align: center;
}
 
ul.tab_gallery li {
	margin: 0;
	padding: 0;
	list-style:none ;
	display: inline-block;
}
ul.tab_gallery li a {
	display: block;
	padding: 5px 0;
	margin: 10px 15px;
	font-weight: 500;
	border-bottom: 5px solid #f5f5f5;
	font-size: 22px;
}
ul.tab_gallery li a:hover {
	color: #04b46c;
}
ul.tab_gallery li a.active-tab {
	border-bottom: 5px solid #04b36e;
	color: #04b46c;
}
.txt-item {
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
}


.section-article {
	padding: 120px 0;
	background: #fff;
}

.box-article h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
}
.box-article p {
	font-size: 18px;
	line-height: normal;
}
.box-article img {
	transition: 0.3s;
}
.box-article:hover img {
	box-shadow: 0 0 10px #ccc;
	transition: 0.3s;
}
.box-article:hover h3 {
	color: #04b46c;
}
.padding-inner {
	padding-top: 160px;
}
.box-article-detail h2 {
		font-size: 25px;
	font-weight: 500;
	margin: 15px 0;
}
/*footer*/
 
.footer {
 	background: #016299; 
 	color: #fff;
	width: 100%;
	background-size: cover;
	padding: 80px 0 0 0;
 
 
 
}
 .logo-footer {
 	width: 195px;
 	margin: 0 35px 0 0;
 }
.footer-address {
	width:100%;
	margin: 0 0 0 0  ;
	 
	font-size: 16px;
	color: #fff;
}
.footer-address h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	color:#fff; 
	font-weight: 600;
}
.footer-address p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.footer-address a {
	color: #111;
	display: inline-block;
}
.txt-sitemap h2 {
	font-size: 22px;
}
.txt-sitemap h2 a {
	color: #fff;
}
.txt-sitemap h2 a:hover {
	color: #04b46c;
}


  img.icon-hover {
 
	transition: 0.3s;
}
 img.icon-hover:hover {
 	transform: scale(1.1);
 	transition: 0.3s;
 }

.icon-online img {
	margin: 0 10px 0 0;
	transition: 0.3s;
}
 .icon-online img:hover {
 	transform: scale(1.1);
 	transition: 0.3s;
 }

.footer-copy {
	 
	text-align: left;
	color: #fff;
	font-size: 16px;
	padding-top: 75px;
}
.footer-copy p {
	padding: 0;
	margin: 0;
}
.footer-copy a {
	color: #fff;
}
.footer-copy a:hover {
	color: #F26622;
}
.icon-fb {
	width: 35px;
}

/*content*/
.section-content {
	padding: 80px 0;
}

.section-content-bg {
	padding: 80px 0;
	background:#F6F9FB;
}
.txtnamepro {
	font-size: 30px;
	font-weight: 500;
	color: #034DA2;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.section-logo {
	background: #fff;
	padding: 80px 0;
	text-align: center;
}

.logo-brand {
	width: 250px;
	height: 250px;
	padding: 20px;
	 
	background: #fff;
/*	border:1px solid #cccc;*/
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 0 30px;
	transition: 0.3s;
}
.logo-brand img {
 	width: 100%;
 	 
}
.logo-brand:hover {
	/*box-shadow: 0 0 10px #ccc;
	transition: 0.3s;*/
}

.section-whyus {
	background: #fff;
	padding: 150px 0;
	text-align: center;
	background: url(../images/bg-why.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
}

ul.list-why {
	margin: 0;
	padding: 0;
}

ul.list-why li {
	list-style: none;
	width: 16%;
	display: inline-block;
}

.box-icon-why {
	background: #05b36b;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	color: #fff;
	font-size: 45px;
	margin: 0 auto 10px auto;
	text-align: center;
	position: relative;
	vertical-align: top;
}
.box-icon-why span {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}