@font-face {
    font-family: 'thai_sans_literegular';
    src: url('../fonts/thaisanslite_r1-webfont.woff2') format('woff2'),
         url('../fonts/thaisanslite_r1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {

}
body {
	font-family: 'thai_sans_literegular','PT sans','Arial',sans-serif;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
p {
	font-size: 18px;
}
#language {
	display: block;
	background: #232323;
}
#language ul {
	float: right;
	margin: 0px;
	padding: 5px;
}
#language ul li {
	list-style: none;
	display: inline;
}
#language ul li a {
	opacity: 0.5;
}
#language ul li a.active {
	opacity: 1.0;
}
#site-logo {
	max-width: 100%;
	text-align: center;
}
#site-logo img {
	width: 160px;
	height: auto;
}
#nav_dropdown {
	width: 100%;
	background-color: #080808;
}
#nav_dropdown li a {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav_dropdown li a:hover {
	background-color: #58a9e0;
}
#site-headtext {
	display: block;
	padding: 10px;
	margin-top: 65px;
}
 @media (max-width: 992px) {
    #site-headtext {
		margin-top: 0px;
	}
}
#site-headtext h1 {
	font-size: 38px;
	margin: 0px;
}
#site-headtext h1 span {
	color: #58a9e0;
}
#site-headtext p {
	font-size: 20px;
	color: #686868;
}
#review-slider {
	display: block;
	text-align: center;
}
#review-slider ul {
	padding: 0px;
}
#review-slider ul li {
	list-style: none;
	width: 220px;
	display: inline-block;
	border: 1px solid #eee;
	padding: 5px;
	transition: 0.5s all ease;
}
#review-slider ul li:hover {
	border: 1px solid #d2d2d2;
}
#review-slider a {
}
#review-slider a div.left {
	text-align: center;
	width: 40%;
	float: left;
	font-size: 20px;
	color: #000;
	padding: 5px;
}
#review-slider a div.left p {
	width: 100%;
	overflow: hidden;
}
#review-slider a div.right {
	width: 60%;
	float: right;
	text-align: left;
	display: block;
}
#review-slider a div.right p {
	max-height: 60px;
	font-size: 16px;
    overflow: hidden;
}
#review-slider a div.right span {
	color: #ffba00;
}
#review-slider a img {
	width: 50px;
	height: 50px;
	margin:auto;
	border: 1px solid #eee;
}
.banner {
	padding: 15px 50px 50px 15px;
	background-image: url(../img/banner-bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#banner-text {
	display: block;
}
#banner-text h1 {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(43, 43, 43, 1);
}
#banner-text h1 span {
	color: #58a9e0;
}
#banner-text p {
	width: 80%;
	position:relative;
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	margin:auto;
	padding: 10px;
	font-size: 16px;
	text-indent: 1.5em;
}
#btn-contact2 {
	text-align: center;
	margin-top: 5px;
}
#btn-contact {
	text-align: center;
	margin-top: 5px;
}
#btn-contact a {
    font-size: 26px;
    padding: 5px 49px;
    background: #58a9e0;
    text-shadow: 1px 1px 0px rgba(43, 43, 43, 0.4);
}
.services-website {

}
#header-website {
	text-align: center;
}
#header-website span {
	color: #58a9e0;
}
#header-website p {
	font-size: 24px;
}
#services-detail-page{
	display: block;
	padding: 20px 0px;
}
#services-detail-page-blue{
	display: block;
	background-color: #4BC1DD;
}
#services-detail {
	display: block;
	background-color: #f5f5f5;
}
#services-img {
	padding: 10px;
}
#services-text {
	padding: 10px;
}
#services-text span {
	color: #58a9e0;
}
#services-text p {
	line-height: 20px;
	font-size: 18px;
	color: #333;
}
#services-text2 {
	padding: 10px;
	color: #fff;
}
#services-text2 span {
	color: #58a9e0;
}
#services-text2 p {
	line-height: 20px;
	font-size: 18px;
	color: #fff;
}
#services2-menu {
	padding-left: 10px;
}
#services2-menu li {
	background: transparent url(../img/listsideicon2.gif) no-repeat scroll 0 10px;
    padding-left: 20px;
    list-style: none;
  	transition: 0.15s all ease;
}
#services2-menu li:hover {
	padding-left: 30px;
}
#services2-menu li a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
#services2-menu li a:hover {
	text-decoration: none;
}
.contact-btn {
	color: #fff;
	padding: 5px 20px;
	font-size: 28px;
	border: 1px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	margin:auto;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.contact-btn:hover {
	text-decoration: none;
	color: #383838;
	border-color: #383838;
}
.services-promote {

}
#header-promote {
	text-align: center;
}
#header-promote span {
	color: #ff8300;
}
#header-promote p {
	font-size: 24px;
}
#services-text-promote {
	border-bottom: 1px solid #d3d3d3;
	padding: 10px;
}
#services-text-promote span {
	color: #58a9e0;
}
#services-text-promote p {
	line-height: 25px;
	font-size: 24px;
	color: #333;
}
.orange {
	color: #ff8300;
}
.blue {
	color: #0066ff;
}
.services-domain {
	text-align: center;
}
.services-domain img {
	margin: auto;
}
#header-domain {
	text-align: center;
}
#header-domain span {
	color: #58a9e0;
}
#header-domain p {
	font-size: 24px;
}
#services-text-domain {
	border-bottom: 1px solid #d3d3d3;
	padding: 10px;
}
#services-text-domain span {
	color: #58a9e0;
}
#services-text-domain p {
	line-height: 25px;
	font-size: 20px;
	color: #333;
}
#services-text-showcase {
	border-bottom: 1px solid #d3d3d3;
	padding: 10px;
	text-align: center;
}
#services-text-showcase span {
	color: #58a9e0;
}
#services-text-showcase p {
	line-height: 25px;
	font-size: 20px;
	color: #333;
}
#showcase-thumb {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 15px;
}
#showcase-img {
	overflow: hidden;
}
#showcase-thumb img {
	width: 100%;
	height: 150px;
	transition: all 300ms ease-in-out 0s;
}
#showcase-thumb img:hover {
	transform: scale(1.1, 1.1);
}
#showcase-text {
	padding: 5px;
}
#showcase-text a {
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#showcase-text p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
#showcase-text p.status {
	font-size: 18px;
}
#showcase-text p.status span {
	color: green;
}
#services-text-showcase p {
	text-indent: 20px;
	text-align: left;
}
.main-footer {
	background-color: #212121;
	border-top: 3px solid #58a9e0;
	padding-bottom: 20px;
}
.end-footer {
	background-color: #000;
	color: #ababab;
	text-align: center;
	border-top: 3px solid #3c3c3c;
}
#copy-right {
	padding: 5px;
}
#site-footer {
	padding: 20px;
}
#site-footer h1 {
	font-size: 26px;
	color: #58a9e0;
}
@media (min-width: 992px) {
	#footer-col {
		border-right: 1px solid #474747;
	}
	#footer-col:last-child  {
		border-right: none;
	}
}
#footer-menu {
	padding-left: 0px;
}
#footer-menu li {
	background: transparent url(../img/listsideicon.gif) no-repeat scroll 0 10px;
    line-height: 26px;
    padding-left: 20px;
    list-style: none;
}
#footer-menu li a {
    color: #7d7d7d;
    font-size: 16px;

}
#footer-detail {
	padding-left: 0;
	padding-left: 20px;
}
#footer-detail li {
	list-style: none;
	line-height: 26px;
	list-style: none;
	color: #7d7d7d;
    font-size: 16px;
}
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
.s-Overview {
	margin-top: 30px;
	border-radius: 10px;
}
#overview-list {
	padding: 10px;
}
#overview-list ul {
	padding-left: 0px;
}
#overview-list ul li {
	list-style: none;
	background: url(../img/globe.png) no-repeat scroll 0 8px;
	padding: 10px 10px 10px 75px;
	border-bottom: 1px dashed #c5c5c7;
}
#btn-readmore {
	font-size: 18px;
    padding-left: 20px;
    background: url(../img/listsideicon.gif) no-repeat scroll 0 9px;
    font-style: italic;
}
#other-menu {
	padding: 10px;
}
#other-menu ul {
	padding-left: 0;
}
#other-menu ul li {
	list-style: none;
	padding-left: 20px;
	background: url(../img/listsideicon.gif) no-repeat scroll 0 13px;
	transition: 0.15s all ease;
}
#other-menu ul li:hover {
	padding-left: 30px;
}
#other-menu ul li a {
	font-size: 18px;
	line-height: 30px;
}
#other-menu ul li a:hover {
	text-decoration: none;
	color: #000;
}
#show-list {
	padding: 10px;
}
#show-list ul {
	padding-left: 0;
	border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 0;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
}
#show-list ul:hover {
	background-color: #f0fcff;
}
#show-list ul li {
	list-style: none;
	float: left;
	padding: 10px;
}
#show-list ul li img {
	width: 130px;
	height: 80px;
}
#show-list ul li p {
	line-height: 16px;
}
#show-list ul li p b {
	color: #58a9e0;
}
#show-list ul li p#status-on span {
	color: green;
}
#show-list ul li p#status-off span {
	color: red;
}
#showcase-head span {
	color: #58a9e0;	
}
#about-showcase {
	display: block;
	line-height: 30px;
	display: block;
    line-height: 30px;
    padding: 20px 10px 10px 20px;
    border: 2px solid;
    opacity: 0.7;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  margin-bottom: 20px;
}
#about-showcase:hover {
	opacity: 1.0;
}
.text-indent {
	text-indent: 20px;
}
#showexp {

}
#showexp span {
	color: #58a9e0;
}
.about-us p {
	margin-bottom: 30px;
	line-height: 30px;
}
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#address-ddc-text {
	padding: 0px 10px 10px 25px;
    border: 2px solid;
    margin-bottom: 20px;
    opacity: 0.5;
    transition: 0.5s all ease;
}
#address-ddc-text:hover {
	opacity: 1.0;
}
.aboutme-right {
    background-color: #252525;
    border-radius: 20px;
    padding: 10px;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.aboutme-right span {
	color: #58a9e0;
}
.aboutme-right ul {
	padding-left: 10px;
}
.aboutme-right ul li {
	list-style: none;
	padding-left: 10px;
	background: url(../img/listsideicon.gif) no-repeat scroll 0 13px;
	transition: 0.15s all ease;
	font-size: 18px;
}
.aboutme-right ul li:hover {
	padding-left: 20px;
}
.aboutme-right ul li a {
	line-height: 30px;
}
.aboutme-right ul li a:hover {
	text-decoration: none;
	color: #000;
}
#ok {
	font-size: 18px;
	padding-right: 10px;
}
.center {
	text-align: center;
}
#gg-exam img {
	float: left;
	padding: 10px;
}
#gg-exam img:first-child {
	float: none;
}
.auto {
	margin: auto;
}
.web-partner {
	text-align: center;
}
#partner-area {
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
    background-color: #272727;
    border-radius: 10px;
}
#partner-area ul {
	padding-left: 0;
}
#partner-area ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
}
#partner-area ul li img {
	width: 100px;
	height: 100px;
}
ul#social-left {
	float: left;
}
ul#social-left li a img {
	width: 25px;
	height: 25px;
}