body, nav, ul, li, a  {margin: 0; padding: 0;}
body {
	background-position: center top;
	background-repeat:repeat;
	background-color:#FFF;
	font-family:kanit;
	font-size:13px;
	line-height:20px;
	margin: 0px;
	padding: 0px;
	//overflow-y:hidden;
	overflow-x:hidden;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
@font-face {
    font-family: Boon;
    src: url('Boon-300.ttf');
}
@font-face {
    font-family: kanit;
    src: url('Kanit-Light.ttf');
}
#loadMain{
	background:url(../images/loading.gif);
	background-repeat:no-repeat;
	width: 126px;
	height: 22px;
	margin-top: 25%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45%;
}
#loadMain1{
	background:url(../images/loading1.gif);
	background-repeat:no-repeat;
	width: 32px;
	height: 32px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 600px;
}
#divMain {
	text-align:left;
	background-position:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height:auto;
}
.line-top{
	float:left;
	width:100%;
	height:5px;
	background-color:#457b1f;
	position:fixed;
	top:0px;
	z-index:11;
}
.boxHead{
	float: left;
	width: 100%;
}
#boxHead{/*responsive*/
	width:100%;
	height:auto;
	margin-top: 5px;
	z-index:11;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
}
.boxSlide{
	float: left;
	width: 100%;
}
.box-content{/*responsive*/
	width:1200px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	clear: both;
}
.logo{
	float:left;
	width:10%;
	margin-top: 20px;
}
.boxMenu{
	float:left;
	width: 90%;
}
.box-content-in{
	float:left;
	width:100%;
	height:auto;
	padding-top:50px;
}
.boxRow{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.boxCol-2{
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxCol-2-3{
	float: left;
	width: 60%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxCol-3{
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxCol-4{
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;	
}
.boxCol-w36{
	float: left;
	width: 36%;
	margin-left: 1%;
	margin-right: 1%;	
}
.boxCol-Per20{
	float: left;
	width: 20%;
}
.boxCol-Per80{
	float: left;
	width: 80%;
}
.boxTopic{
	float:left;
	width:100%;	
	color:#333;
	font: 16px Boon;
	font-weight: bold;
	text-align: center;
}
.boxTopic-2{
	float:left;
	width:100%;	
	color:#333;
	font-size: 14px;
	font-weight: bold;
}
.boxTitle{
	float:left;
	width:100%;
	padding-bottom:5px;
	font: 30px Boon;
	color:#666;
	border-bottom:1px solid #48bed7;
}
.boxTitle-2{
	float:left;
	width:100%;
	padding-bottom:20px;
	font-weight:bold;
	font-size:18px;
	color: #333;	
}
.boxDetail{
	float:left;
	width:100%;
	margin-top:20px;
	line-height:24px;
	color:#666;
}
.boxDetail-2{
	float:left;
	width:100%;
	line-height:24px;
	color:#666;
}
.boxSDetail{/*responsive*/
	float:left;
	width:40%;
	margin-left:5%;
	margin-right:5%;
}
.boxSItem{/*responsive*/
	float:left;
	width:27%;
	margin-left:3%;
	margin-right:3%;
}
.boxSDIcon{
	float:left;
	width:100%;
	text-align:center;
}
.boxSDIcon img{
	width:30%;
}
.boxSDName{
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-top:10px;
}
.boxSDDetail{
	float:left;
	width:100%;
	color:#666;
	text-align:left;
	margin-top:10px;
}
.footer{
	float:left;
	width:100%;
	background-color:#363839;
	border-top:5px solid #eeeeee;
	border-bottom:10px solid #2e2e2e;
	margin-top:20px;
	text-align:center;
	color:#FFF;
	line-height:30px;
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mTitle{
	float:left;
	width:100%;
	height:60px;
	line-height:60px;
	display:none;
}
.menuTitle{
	float:left;
	margin-left:15px;
	font-size:15px;
	font-weight:bold;
}
.menuIconClose{
	float:left;
	margin-left:35px;
	margin-top:17px;
	color:#333;
}
.boxColIcon{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 50px;
	color: #111;
}
.boxCircle{
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #457b1f;
	border-radius: 50%;
}
.boxCircle i{
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 20px;
	color: #FFF;
}
#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:13px;
	margin:0;
	padding:0;
	width:100%;
}

	#toggle-view li {
		float: left;
		width: 100%;
		margin: 5px;
		border-bottom:1px solid #ccc;
		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3 {
		margin:0;
		font-size:14px;
		color: #666;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#ccc;
		font-size:13px;
	}
	
	#toggle-view .panel {
		margin:5px 0;
		display:none;
	}

.boxOur{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.boxTeam-img{
	float: left;
	width: 70%;
	height: 160px;
	margin-left: 15%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.boxTeam-img img{
    width: 100%;
    height: auto;
}
.boxOur:hover .boxTeam-img{
    border-radius: 50%;
    border-color: #6e9ecf;
}
.boxOur-name{
	float: left;
	width: 100%;
	font: 18px boon;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.boxOur-job{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #333;
	text-align: center;
}
.boxEmsHL{
	float: left;
	width: 30%;
	color: #FFF;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 60px;
	font-weight: bold;
	margin-top: 3%;
	text-align: center;
	margin-bottom: 2%;
}
.boxEmsHR{
	float: left;
	width: 50%;
	color: #FFF;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 25px;
	margin-top: 2%;
	font-size: 14px;
	margin-bottom: 2%;
}
.boxEmsHL .h1{
	font-size: 75px;
}
.boxEmsHL .h2{
	font-size: 40px;
}
.boxEmsHL .h3{
	font-size: 17px;
}
.boxHBene1{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	margin-top: 10px;
	font-weight: bold;
}
.boxHBene2{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.boxHBeneL{
	float: left;
	width: 30%;
	font-size: 20px;
	text-align: left;
	color: #29acd8;
}
.boxHBeneR{
	float: left;
	width: 70%;
	font-size: 50px;
	text-align: left;
	color: #29acd8;
	margin-top: 5px;
}
.boxHBeneHTitle{
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #25aae2;
	margin-top: 20px;
}
.boxEmsPlat{
	float: left;
	width: 50%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	color: #FFF;
	background-color: #69c5b6;
	font-weight: bold;
	font-size: 30px;
}
.boxPlat1{
	float: left;
	width: 300px;
	position: absolute;
	margin-top: 50px;
	margin-left: 380px;
}
.boxPlat2{
	float: left;
	width: 300px;
	position: absolute;
	margin-top: 480px;
	margin-left: 20px;
}
.boxPlat3{
	float: left;
	width: 300px;
	position: absolute;
	margin-top: 430px;
	margin-left: 370px;
}
.boxPlat4{
	float: left;
	width: 300px;
	position: absolute;
	margin-top: 370px;
	margin-left: 700px;
}
.boxPlatH{
	float: left;
	width: 100%;
	color: #2175a3;
	font-size: 20px;
	font-weight: bold;
}
.boxPlatB{
	float: left;
	width: 100%;
	color: #333;
	margin-top: 5px;
}
#feature{
	float: left;
	margin-top: 100px;
}
.boxEmsFeatureT{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.boxEmsFeatureTL{
	float: left;
	width: 25%;
}
.boxEmsFeatureTR{
	float: left;
	width: 70%;
	margin-left: 5%;
	font-size: 15px;
	font-weight: bold;
	color: #74a434;
}
.boxEmsFeatureB{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color:#d3d3d5;
	margin-bottom: 10%;
}
.boxEmsFeatureBL{
	float: left;
	width: 25%;
	margin-top: -60px;
}
.boxEmsFeatureBL img{
	float: left;
	width: 100%;
}
.boxEmsFeatureBR{
	float: left;
	width: 67%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxRowImg{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.boxRowImg img{
	float: left;
	width: 98%;
	margin-left: 1%;
}
.boxRowImg-m{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.boxRowImg-m img{
	float: left;
	width: 70%;
	margin-left: 15%;
}
.boxProTitle{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.boxProTitleL{
	float: left;
	width: 100%;
	font: 23px Boon;
}
.boxProTitleR{
	float: left;
	width: 100%;
	text-align: right;
}
.boxBtnCate{
	float: left;
	width: 98%;
	margin-left: 1%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	box-shadow: 0px 0px 1px #333;
	margin-bottom: 10px;
	background-color: #EEE;
	color: #333;
	display: none;
}
.boxCon2-l0{
	float: left;
	width: 25%;
}
.boxCon3-r0{
	float: left;
	width: 72%;
	background-color: #FFF;
	border-left: 30px solid #FFF;
}
.boxProList{
	float: left;
	width: 31%;
	height: 270px;
	margin-left: 1%;
	margin-right: 1%;
	//background-color: #FF0;
	box-shadow: 0px 0px 1px #333;
	//border: 1px solid #DDD;
	margin-bottom: 20px;
}
.boxProImg{
	float: left;
	width: 94%;
	height: 200px;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 3%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #EEE;
}
.boxProName{
	float: left;
	width: 94%;
	margin-left: 3%;
	text-align: center;
	margin-top: 10px;
	font: 15px Boon bold ;
	color: #333;
}
.boxShowCImg{
	float:left;
	width:100%;
	height:200px;
	margin-top:10px;
	margin-bottom:10px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.boxConHead{
	float:left;
	width:100%;
	text-align:center;
	font:20px Fontcraft;
	color:#31660e;
	margin-bottom:10px;
}
.boxBottomLine{
	float:left;
	width:100%;
	text-align:center;
	margin-top: -18px;
}
.boxBottomLine img{
	margin:auto;
	width:100%;
}
.boxPort{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.txtCenter{
	text-align: center;
}
.boxClient{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	//box-shadow: 0px 0px 2px 0px #333;
}


@media only screen and (min-width: 40.063em) and (max-width: 79.063em)  {/*tablet*/
	.box-content{/*responsive*/
		width:94%;
		height:auto;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		clear: both;
	}
	.menuIcon{
		display:block;
	}
	.mTitle{
		display:block;
	}
	.boxTeam-img{
		width: 80%;
		margin-left: 10%;
		height: 150px;
	}

	.boxEmsHL .h1{
		font-size: 55px;
	}
	.boxEmsHL .h2{
		font-size: 30px;
	}
	.boxEmsHL .h3{
		font-size: 13px;
	}
	.boxHBeneL{
		width: 40%;
		font-size: 17px;
	}
	.boxHBeneR{
		width: 60%;
		font-size: 32px;
	}
	.boxEmsPlat{
		width: 100%;
	}
	.imgPlat{
		display: none;
	}
	#feature{
		margin-top: 30px;
	}
	.boxPlat1{
		width: 48%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxPlat2{
		width: 48%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxPlat3{
		width: 48%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxPlat4{
		width: 48%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxCon3-r0{
		float: left;
		width: 75%;
		background-color: #FFF;
		border-left: 0px solid #FFF;
	}
	.boxProDName,.boxProDTxt{
		width: 96%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 40em){/*smartphone*/
	.line-top{
		position:relative;
	}
	#boxHead{/*responsive*/
		width:100%;
		height:auto;
		position:relative;
	}
	.logo{
		float:left;
		width:40%;
		margin-left:30%;
	}
	.box-content{/*responsive*/
		width:94%;
		height:auto;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		clear: both;
	}
	.boxSlide{
		display:none;
	}
	.boxSDetail{/*responsive*/
		float:left;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:2em;
	}
	.boxSItem{/*responsive*/
		float:left;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:2em;
	}
	.boxMenu{
		float:left;
		width: 100%;
		margin-left: 0%;
	}
	.boxEmsHL,.boxEmsHR{
		width: 90%;
	}
	.boxEmsHL .h1{
		font-size: 55px;
	}
	.boxEmsHL .h2{
		font-size: 30px;
	}
	.boxEmsHL .h3{
		font-size: 13px;
	}
	.boxHBeneL{
		width: 40%;
		font-size: 17px;
	}
	.boxHBeneR{
		width: 60%;
		font-size: 32px;
	}
	.boxEmsPlat{
		width: 100%;
		font-size: 20px;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.imgPlat{
		display: none;
	}
	#feature{
		margin-top: 30px;
	}
	.boxPlat1{
		width: 98%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxPlat2{
		width: 98%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxPlat3{
		width: 98%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxPlat4{
		width: 98%;
		position:relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxCol-2,.boxCol-2-3,.boxCol-4,.boxCol-3,.boxCol-w36{
		width: 98%;
		margin-bottom: 10px;
	}
	.boxHTitle{
		margin-bottom: 20px;
	}
	.boxProList{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.boxCon2-l0{
		display: none;
		width: 100%;
		background-color: #FFF;
	}
	.boxCon3-r0{
		float: left;
		width: 100%;
		background-color: #FFF;
		border-left: 0px solid #FFF;
	}
	.boxProDName,.boxProDTxt{
		width: 96%;
		margin-left: 2%;
	}
	.boxBtnCate{
		display: block;
	}
	.boxTeam-img{
		width: 70%;
		height: 200px;
		margin-left: 15%;
	}
	.boxCircle{
		width: 40px;
		height: 40px;
	}
	.boxCircle i{
		margin-top: 10px;
	}
}


.toggleMenu {
	margin-top: 10px;
	padding: 2%;
	width: 96%;
    display:  none;
    background: #666;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 200px;
}
.nav a {
    padding: 10px 15px;
    color:#333;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    border-right: 1px solid #FFF;
}
.nav a:hover {
	background-color: #457b1f;
	color: #fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #ffffff;
    position: relative;
    z-index:100;
    border-top: 1px solid #b1d8f2;
    height: 25px;
    line-height: 25px;
}
.nav li li a:hover {
    background: #457b1f;
    color: #FFF;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 40em){/*smartphone*/
	.nav a {
	    padding: 10px 15px;
	    color:#333;
	    font-size: 15px;
	    height: 25px;
	    line-height: 25px;
	    border-right: 1px solid #FFF;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/icon/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
#main-nav {
				float:left;
                width: 100%;
                padding: 0;
                }

#main-nav li {
                list-style: none;
                padding-bottom: 1px;
                text-align: left;
                }

#main-nav li a.nav-top-item {
	background-color: #457b1f;
                padding: 10px 5px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#main-nav li a.nav-top-itemAc {
	background-color: #457b1f;
                padding: 10px 5px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }
				
#main-nav li a.no-submenu {
	background-color: #8cc63f;
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: left;
				padding: 0;
                }

#main-nav ul li a {
	background-color: #8cc63f;
                padding: 5px 15px;
                display: block;
                color: #FFF;
                font-size: 13px;
                line-height: 1.2em;
                }

#main-nav ul li a:hover,
#main-nav ul li a.current,
#main-nav ul li a.current:hover {
                color: #333;
                font-weight: bold;
                }
#nav-top-itemAcsup{
	color: #333;
}