.center {
	text-align: center;
}
body {
	background: #ffffff;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	position: relative;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4 {
	font-weight: bold;
	letter-spacing: 2px;
}
.heading {
	font-size: 20px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}
p {
	line-height: 30px;
	font-size: 16px;
}
a {
	outline: none !important;
}
hr {
	width: 180px;
	border-color: #CCC;
}
.section-title strong {
	color: #E80000;
	font-size: 56px;
}
.section-title h1 {
	font-size: 24px;
}
.section-title {
	padding-bottom: 32px;
}
.medium-icon {
	font-size: 32px !important;
}
#services, #about, #team, #portfolio, #pricing, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* ==========================================================================
preloader section
========================================================================== */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
	width: 22px;
	height: 22px;
	position: relative;
}
.sk-spinner-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-spinner-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 20%;
	height: 20%;
	background-color: #E80000;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
	background: rgba(255,255,255,0.95);
	margin-bottom: 0;
}
.custom-navbar .navbar-brand {
	color: #E80000;
	font-weight: 600;
	font-size: 24px;
    height: auto;
    padding:0px;
}
.custom-navbar .navbar-brand .navbar-toggle {
	background: #E80000;
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.custom-navbar .nav li a {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 500;
}
.custom-navbar .nav li a:hover {
	background: transparent;
	color: #6f6f6f;
}
.custom-navbar .nav > li > a:focus {
	background-color: transparent;
	color: #6f6f6f;
	outline: none;
}
.custom-navbar .nav li.active > a {
	color: #E80000;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 49px;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #E80000;
	border-color: transparent;
}
@media(min-width:768px) {
.custom-navbar {
	background: #fff;
	padding: 15px 0;
	border-bottom: 0;
}
.custom-navbar.top-nav-collapse {
/*	padding: 8px;*/
	background: rgba(255,255,255,0.95);
}
   
}
/* ==========================================================================
home section
========================================================================== */
#home {
/*
    background: url('../images/banner1.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    width:100%;
*/
    
/*
    background: #0a0b0f url("../images/homebanner.jpg") center top no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    float:left;
    clear:both;
*/
    background-size: contain;
	background-position: center;
	color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}

#home h1 {
	font-size: 40px;
}
#home h3 {
	font-size: 14px;
}
#home hr {
	width: 240px;
}
#home .btn {
	background: transparent;
	border: 4px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 12px 42px;
	margin-top: 40px;
	margin-right: 16px;
	transition: all 0.4s ease-in-out;
}
#home .btn:hover {
	background: #E80000;
	border-color: transparent;
}
#home .btn-danger {
	background: #E80000;
	border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
}
/* ==========================================================================
Services section
========================================================================== */
#services {
	text-align: center;
}
#services .col-md-4 {
	padding: 28px;
	position: relative;
	transition: all 0.4s ease-in-out;
}
#services .col-md-4:hover {
	background-color: #ffffff;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#services h3 {
	font-size: 18px;
}
#services p{
    text-align: justify;
}
/* ==========================================================================
about section
========================================================================== */
#about {
	background: rgb(40,41,47);
	color: #ffffff;
}
#about p{
    text-align: justify;
}
#about img{
    padding-top:9px;
    max-width: 96.5%;
}
.nav-tabs {
	margin-top: 20px;
	border-bottom: 1px solid #606060;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	background-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #E80000;
	cursor: default;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-color: transparent;
}
.tab-content {
	padding-top: 20px;
}
.tab-content a {
	color: #0CC;
}
.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}
/* ==========================================================================
team section
========================================================================== */
#team {
	text-align: center;
}
#team h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#team .col-md-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#team .team-wrapper {
	overflow: hidden;
	position: relative;
}
#team .team-des {
	background-color: rgba(232,00,00,0.85);
	position: absolute;
	color: #ffffff;
	opacity: 0;
	max-width: 500px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.4s ease-in-out;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#team .team-des:hover {
	opacity: 1;
}
#team img {
	margin: 0 auto;
}
#team .social-icon li a {
	color: #fff;
}
#team .social-icon li a:hover {
	color: #E80000;
}
#team img.big {
    width:50%;
}
#team img.big1 {
    width:46%;
}
/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
	background-color: #f6f6f6;
	text-align: center;
}
#portfolio .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#portfolio img {
	width: 100%;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.5;
}
/* FILTER CSS */
.filter-wrapper {
	width: 100%;
	margin: 40px 0 24px 0;
	overflow: hidden;
	text-align: center;
}
.filter-wrapper li {
	display: inline-block;
	margin: 4px;
}
.filter-wrapper li a {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 8px 17px;
	display: block;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected, .filter-wrapper li a:focus, .filter-wrapper li a:hover {
	color: #E80000;
	outline: none;
}
/* ISOTOPE BOX CSS */
.iso-box-section {
	width: 100%;
}
.iso-box-wrapper {
	width: 100%;
	padding: 0;
	clear: both;
	position: relative;
}
.iso-box {
	position: relative;
	min-height: 50px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.iso-box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.iso-box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fluid-img {
	width: 100%;
	display: block;
}
/* ==========================================================================
pricing section
========================================================================== */
#pricing {
	text-align: center;
}
#pricing h2 {
	font-size: 52px;
}
#pricing h3 {
	font-size: 16px;
}
#pricing .plan {
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
	padding-top: 40px;
	padding-bottom: 80px;
	margin-bottom: 32px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
	font-weight: 300;
	letter-spacing: 2px;
	padding: 30px;
	margin-bottom: 20px;
}
#pricing .medium-icon {
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
	border-radius: 50%;
	font-size: 52px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin-bottom: 32px;
}
#pricing .plan ul {
	padding: 0px;
}
#pricing .plan ul li {
	display: block;
	font-weight: 500;
	padding: 12px 0px;
}
#pricing .plan .btn {
	border: none;
	border-radius: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 60px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
	text-transform: uppercase;
}
#pricing .plan-one .btn {
	background-color: #E80000;
}
#pricing .plan-two .btn {
	background-color: #ffa400;
}
#pricing .plan-three .btn {
	background-color: #009988;
}
#pricing .plan .btn:hover {
	background-color: #3B3B3B;
}
/* ==========================================================================
contact section
========================================================================== */
#contact {
	background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
	background-size: cover;
	color: #ffffff;
}
#contact h2 {
	padding-bottom: 20px;
}
#contact h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#contact .medium-icon {
/*	padding-top: 10px;*/
	padding-right: 10px;
}
#contact .contact-info div {
	padding-top: 14px;
	padding-bottom: 14px;
    padding-left:0px;
}
#contact form {
	padding-top: 0px;
}
#contact .form-control {
	border: 2px solid #ffffff;
	border-radius: 0;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}
#contact input {
	height: 40px;
}
#contact input[type="submit"] {
	background: #E80000;
	border: 3px solid #E80000;
	letter-spacing: 1px;
	margin-top: 18px;
	height: 50px;
	color: #ffffff;
}
#contact input[type="submit"]:hover {
	color: #000000;
}
/* ==========================================================================
footer section
========================================================================== */
footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p {
	padding-top: 20px;
}
.social-icon {
	padding: 0;
	margin: 0;
}
.social-icon li {
	list-style: none;
	display: inline-block;
	padding: 6px;
}
.social-icon li a {
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
	color: #808080;
	font-size: 20px;
	width: 56px;
	height: 56px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
	color: #E80000;
}
 @media screen and (min-width: 992px) {
 @-moz-document url-prefix() {
 #portfolio .col-lg-4,  #portfolio .col-md-4 {
 width: 33.333%;
}
}
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {

#home h1 {
	font-size: 22px;
}
#home h3 {
	font-size: 12px;
}
     
}
/*
.top-nav-collapse .navbar-brand {
	padding: 0px !important;
}
*/
.top-nav-collapse .navbar-brand img {
/*	width: 75%;*/
    transition: all 0.4s ease-in-out;
}
#name-error, #contact-error, #email-error, #message-error, #txtInput-error {
	display: none !important;
}
.error {
	border: 1px solid #E80000 !important;
}
.errorbox {
	background: #E80000;
	border-radius: 6px;
	padding: 5px 12px;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
	content: "\002a"
}
.glyphicon-plus:before {
	content: "\002b"
}
.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20ac"
}
.glyphicon-minus:before {
	content: "\2212"
}
.glyphicon-cloud:before {
	content: "\2601"
}
.glyphicon-envelope:before {
	content: "\2709"
}
.glyphicon-pencil:before {
	content: "\270f"
}
.glyphicon-glass:before {
	content: "\e001"
}
.glyphicon-music:before {
	content: "\e002"
}
.glyphicon-search:before {
	content: "\e003"
}
.glyphicon-heart:before {
	content: "\e005"
}
.glyphicon-star:before {
	content: "\e006"
}
.glyphicon-star-empty:before {
	content: "\e007"
}
.glyphicon-user:before {
	content: "\e008"
}
.glyphicon-film:before {
	content: "\e009"
}
.glyphicon-th-large:before {
	content: "\e010"
}
.glyphicon-th:before {
	content: "\e011"
}
.glyphicon-th-list:before {
	content: "\e012"
}
.glyphicon-ok:before {
	content: "\e013"
}
.glyphicon-remove:before {
	content: "\e014"
}
.glyphicon-zoom-in:before {
	content: "\e015"
}
.glyphicon-zoom-out:before {
	content: "\e016"
}
.glyphicon-off:before {
	content: "\e017"
}
.glyphicon-signal:before {
	content: "\e018"
}
.glyphicon-cog:before {
	content: "\e019"
}
.glyphicon-trash:before {
	content: "\e020"
}
.glyphicon-home:before {
	content: "\e021"
}
.glyphicon-file:before {
	content: "\e022"
}
.glyphicon-time:before {
	content: "\e023"
}
.glyphicon-road:before {
	content: "\e024"
}
.glyphicon-download-alt:before {
	content: "\e025"
}
.glyphicon-download:before {
	content: "\e026"
}
.glyphicon-upload:before {
	content: "\e027"
}
.glyphicon-inbox:before {
	content: "\e028"
}
.glyphicon-play-circle:before {
	content: "\e029"
}
.glyphicon-repeat:before {
	content: "\e030"
}
.glyphicon-refresh:before {
	content: "\e031"
}
.glyphicon-list-alt:before {
	content: "\e032"
}
.glyphicon-lock:before {
	content: "\e033"
}
.glyphicon-flag:before {
	content: "\e034"
}
.glyphicon-headphones:before {
	content: "\e035"
}
.glyphicon-volume-off:before {
	content: "\e036"
}
.glyphicon-volume-down:before {
	content: "\e037"
}
.glyphicon-volume-up:before {
	content: "\e038"
}
.glyphicon-qrcode:before {
	content: "\e039"
}
.glyphicon-barcode:before {
	content: "\e040"
}
.glyphicon-tag:before {
	content: "\e041"
}
.glyphicon-tags:before {
	content: "\e042"
}
.glyphicon-book:before {
	content: "\e043"
}
.glyphicon-bookmark:before {
	content: "\e044"
}
.glyphicon-print:before {
	content: "\e045"
}
.glyphicon-camera:before {
	content: "\e046"
}
.glyphicon-font:before {
	content: "\e047"
}
.glyphicon-bold:before {
	content: "\e048"
}
.glyphicon-italic:before {
	content: "\e049"
}
.glyphicon-text-height:before {
	content: "\e050"
}
.glyphicon-text-width:before {
	content: "\e051"
}
.glyphicon-align-left:before {
	content: "\e052"
}
.glyphicon-align-center:before {
	content: "\e053"
}
.glyphicon-align-right:before {
	content: "\e054"
}
.glyphicon-align-justify:before {
	content: "\e055"
}
.glyphicon-list:before {
	content: "\e056"
}
.glyphicon-indent-left:before {
	content: "\e057"
}
.glyphicon-indent-right:before {
	content: "\e058"
}
.glyphicon-facetime-video:before {
	content: "\e059"
}
.glyphicon-picture:before {
	content: "\e060"
}
.glyphicon-map-marker:before {
	content: "\e062"
}
.glyphicon-adjust:before {
	content: "\e063"
}
.glyphicon-tint:before {
	content: "\e064"
}
.glyphicon-edit:before {
	content: "\e065"
}
.glyphicon-share:before {
	content: "\e066"
}
.glyphicon-check:before {
	content: "\e067"
}
.glyphicon-move:before {
	content: "\e068"
}
.glyphicon-step-backward:before {
	content: "\e069"
}
.glyphicon-fast-backward:before {
	content: "\e070"
}
.glyphicon-backward:before {
	content: "\e071"
}
.glyphicon-play:before {
	content: "\e072"
}
.glyphicon-pause:before {
	content: "\e073"
}
.glyphicon-stop:before {
	content: "\e074"
}
.glyphicon-forward:before {
	content: "\e075"
}
.glyphicon-fast-forward:before {
	content: "\e076"
}
.glyphicon-step-forward:before {
	content: "\e077"
}
.glyphicon-eject:before {
	content: "\e078"
}
.glyphicon-chevron-left:before {
	content: "\e079"
}
.glyphicon-chevron-right:before {
	content: "\e080"
}
.glyphicon-plus-sign:before {
	content: "\e081"
}
.glyphicon-minus-sign:before {
	content: "\e082"
}
.glyphicon-remove-sign:before {
	content: "\e083"
}
.glyphicon-ok-sign:before {
	content: "\e084"
}
.glyphicon-question-sign:before {
	content: "\e085"
}
.glyphicon-info-sign:before {
	content: "\e086"
}
.glyphicon-screenshot:before {
	content: "\e087"
}
.glyphicon-remove-circle:before {
	content: "\e088"
}
.glyphicon-ok-circle:before {
	content: "\e089"
}
.glyphicon-ban-circle:before {
	content: "\e090"
}
.glyphicon-arrow-left:before {
	content: "\e091"
}
.glyphicon-arrow-right:before {
	content: "\e092"
}
.glyphicon-arrow-up:before {
	content: "\e093"
}
.glyphicon-arrow-down:before {
	content: "\e094"
}
.glyphicon-share-alt:before {
	content: "\e095"
}
.glyphicon-resize-full:before {
	content: "\e096"
}
.glyphicon-resize-small:before {
	content: "\e097"
}
.glyphicon-exclamation-sign:before {
	content: "\e101"
}
.glyphicon-gift:before {
	content: "\e102"
}
.glyphicon-leaf:before {
	content: "\e103"
}
.glyphicon-fire:before {
	content: "\e104"
}
.glyphicon-eye-open:before {
	content: "\e105"
}
.glyphicon-eye-close:before {
	content: "\e106"
}
.glyphicon-warning-sign:before {
	content: "\e107"
}
.glyphicon-plane:before {
	content: "\e108"
}
.glyphicon-calendar:before {
	content: "\e109"
}
.glyphicon-random:before {
	content: "\e110"
}
.glyphicon-comment:before {
	content: "\e111"
}
.glyphicon-magnet:before {
	content: "\e112"
}
.glyphicon-chevron-up:before {
	content: "\e113"
}
.glyphicon-chevron-down:before {
	content: "\e114"
}
.glyphicon-retweet:before {
	content: "\e115"
}
.glyphicon-shopping-cart:before {
	content: "\e116"
}
.glyphicon-folder-close:before {
	content: "\e117"
}
.glyphicon-folder-open:before {
	content: "\e118"
}
.glyphicon-resize-vertical:before {
	content: "\e119"
}
.glyphicon-resize-horizontal:before {
	content: "\e120"
}
.glyphicon-hdd:before {
	content: "\e121"
}
.glyphicon-bullhorn:before {
	content: "\e122"
}
.glyphicon-bell:before {
	content: "\e123"
}
.glyphicon-certificate:before {
	content: "\e124"
}
.glyphicon-thumbs-up:before {
	content: "\e125"
}
.glyphicon-thumbs-down:before {
	content: "\e126"
}
.glyphicon-hand-right:before {
	content: "\e127"
}
.glyphicon-hand-left:before {
	content: "\e128"
}
.glyphicon-hand-up:before {
	content: "\e129"
}
.glyphicon-hand-down:before {
	content: "\e130"
}
.glyphicon-circle-arrow-right:before {
	content: "\e131"
}
.glyphicon-circle-arrow-left:before {
	content: "\e132"
}
.glyphicon-circle-arrow-up:before {
	content: "\e133"
}
.glyphicon-circle-arrow-down:before {
	content: "\e134"
}
.glyphicon-globe:before {
	content: "\e135"
}
.glyphicon-wrench:before {
	content: "\e136"
}
.glyphicon-tasks:before {
	content: "\e137"
}
.glyphicon-filter:before {
	content: "\e138"
}
.glyphicon-briefcase:before {
	content: "\e139"
}
.glyphicon-fullscreen:before {
	content: "\e140"
}
.glyphicon-dashboard:before {
	content: "\e141"
}
.glyphicon-paperclip:before {
	content: "\e142"
}
.glyphicon-heart-empty:before {
	content: "\e143"
}
.glyphicon-link:before {
	content: "\e144"
}
.glyphicon-phone:before {
	content: "\e145"
}
.glyphicon-pushpin:before {
	content: "\e146"
}
.glyphicon-usd:before {
	content: "\e148"
}
.glyphicon-gbp:before {
	content: "\e149"
}
.glyphicon-sort:before {
	content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}
.glyphicon-sort-by-order:before {
	content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}
.glyphicon-sort-by-attributes:before {
	content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}
.glyphicon-unchecked:before {
	content: "\e157"
}
.glyphicon-expand:before {
	content: "\e158"
}
.glyphicon-collapse-down:before {
	content: "\e159"
}
.glyphicon-collapse-up:before {
	content: "\e160"
}
.glyphicon-log-in:before {
	content: "\e161"
}
.glyphicon-flash:before {
	content: "\e162"
}
.glyphicon-log-out:before {
	content: "\e163"
}
.glyphicon-new-window:before {
	content: "\e164"
}
.glyphicon-record:before {
	content: "\e165"
}
.glyphicon-save:before {
	content: "\e166"
}
.glyphicon-open:before {
	content: "\e167"
}
.glyphicon-saved:before {
	content: "\e168"
}
.glyphicon-import:before {
	content: "\e169"
}
.glyphicon-export:before {
	content: "\e170"
}
.glyphicon-send:before {
	content: "\e171"
}
.glyphicon-floppy-disk:before {
	content: "\e172"
}
.glyphicon-floppy-saved:before {
	content: "\e173"
}
.glyphicon-floppy-remove:before {
	content: "\e174"
}
.glyphicon-floppy-save:before {
	content: "\e175"
}
.glyphicon-floppy-open:before {
	content: "\e176"
}
.glyphicon-credit-card:before {
	content: "\e177"
}
.glyphicon-transfer:before {
	content: "\e178"
}
.glyphicon-cutlery:before {
	content: "\e179"
}
.glyphicon-header:before {
	content: "\e180"
}
.glyphicon-compressed:before {
	content: "\e181"
}
.glyphicon-earphone:before {
	content: "\e182"
}
.glyphicon-phone-alt:before {
	content: "\e183"
}
.glyphicon-tower:before {
	content: "\e184"
}
.glyphicon-stats:before {
	content: "\e185"
}
.glyphicon-sd-video:before {
	content: "\e186"
}
.glyphicon-hd-video:before {
	content: "\e187"
}
.glyphicon-subtitles:before {
	content: "\e188"
}
.glyphicon-sound-stereo:before {
	content: "\e189"
}
.glyphicon-sound-dolby:before {
	content: "\e190"
}
.glyphicon-sound-5-1:before {
	content: "\e191"
}
.glyphicon-sound-6-1:before {
	content: "\e192"
}
.glyphicon-sound-7-1:before {
	content: "\e193"
}
.glyphicon-copyright-mark:before {
	content: "\e194"
}
.glyphicon-registration-mark:before {
	content: "\e195"
}
.glyphicon-cloud-download:before {
	content: "\e197"
}
.glyphicon-cloud-upload:before {
	content: "\e198"
}
.glyphicon-tree-conifer:before {
	content: "\e199"
}
.glyphicon-tree-deciduous:before {
	content: "\e200"
}
.glyphicon-cd:before {
	content: "\e201"
}
.glyphicon-save-file:before {
	content: "\e202"
}
.glyphicon-open-file:before {
	content: "\e203"
}
.glyphicon-level-up:before {
	content: "\e204"
}
.glyphicon-copy:before {
	content: "\e205"
}
.glyphicon-paste:before {
	content: "\e206"
}
.glyphicon-alert:before {
	content: "\e209"
}
.glyphicon-equalizer:before {
	content: "\e210"
}
.glyphicon-king:before {
	content: "\e211"
}
.glyphicon-queen:before {
	content: "\e212"
}
.glyphicon-pawn:before {
	content: "\e213"
}
.glyphicon-bishop:before {
	content: "\e214"
}
.glyphicon-knight:before {
	content: "\e215"
}
.glyphicon-baby-formula:before {
	content: "\e216"
}
.glyphicon-tent:before {
	content: "\26fa"
}
.glyphicon-blackboard:before {
	content: "\e218"
}
.glyphicon-bed:before {
	content: "\e219"
}
.glyphicon-apple:before {
	content: "\f8ff"
}
.glyphicon-erase:before {
	content: "\e221"
}
.glyphicon-hourglass:before {
	content: "\231b"
}
.glyphicon-lamp:before {
	content: "\e223"
}
.glyphicon-duplicate:before {
	content: "\e224"
}
.glyphicon-piggy-bank:before {
	content: "\e225"
}
.glyphicon-scissors:before {
	content: "\e226"
}
.glyphicon-bitcoin:before {
	content: "\e227"
}
.glyphicon-btc:before {
	content: "\e227"
}
.glyphicon-xbt:before {
	content: "\e227"
}
.glyphicon-yen:before {
	content: "\00a5"
}
.glyphicon-jpy:before {
	content: "\00a5"
}
.glyphicon-ruble:before {
	content: "\20bd"
}
.glyphicon-rub:before {
	content: "\20bd"
}
.glyphicon-scale:before {
	content: "\e230"
}
.glyphicon-ice-lolly:before {
	content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}
.glyphicon-education:before {
	content: "\e233"
}
.glyphicon-option-horizontal:before {
	content: "\e234"
}
.glyphicon-option-vertical:before {
	content: "\e235"
}
.glyphicon-menu-hamburger:before {
	content: "\e236"
}
.glyphicon-modal-window:before {
	content: "\e237"
}
.glyphicon-oil:before {
	content: "\e238"
}
.glyphicon-grain:before {
	content: "\e239"
}
.glyphicon-sunglasses:before {
	content: "\e240"
}
.glyphicon-text-size:before {
	content: "\e241"
}
.glyphicon-text-color:before {
	content: "\e242"
}
.glyphicon-text-background:before {
	content: "\e243"
}
.glyphicon-object-align-top:before {
	content: "\e244"
}
.glyphicon-object-align-bottom:before {
	content: "\e245"
}
.glyphicon-object-align-horizontal:before {
	content: "\e246"
}
.glyphicon-object-align-left:before {
	content: "\e247"
}
.glyphicon-object-align-vertical:before {
	content: "\e248"
}
.glyphicon-object-align-right:before {
	content: "\e249"
}
.glyphicon-triangle-right:before {
	content: "\e250"
}
.glyphicon-triangle-left:before {
	content: "\e251"
}
.glyphicon-triangle-bottom:before {
	content: "\e252"
}
.glyphicon-triangle-top:before {
	content: "\e253"
}
.glyphicon-console:before {
	content: "\e254"
}
.glyphicon-superscript:before {
	content: "\e255"
}
.glyphicon-subscript:before {
	content: "\e256"
}
.glyphicon-menu-left:before {
	content: "\e257"
}
.glyphicon-menu-right:before {
	content: "\e258"
}
.glyphicon-menu-down:before {
	content: "\e259"
}
.glyphicon-menu-up:before {
	content: "\e260"
}



/* Client slider CSS
==============================*/
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Kanit', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Kanit', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -50px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -50px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 320px) and (max-width: 768px) {
	.carousel-showmanymoveone .carousel-control.left {
      margin-left: -10px;
    }
    .carousel-showmanymoveone .carousel-control.right {
      margin-right: -10px;
    }
    .custom-navbar .navbar-brand{
        padding: 15px 0px 0px 10px;
    }
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}


.carousel-control, .carousel-control:focus{color:#333;}
.carousel-control:hover {color:#333;}

.map{margin-top:5px; float:left; clear:both; width:100%; border-radius:15px;}
.map iframe {width:100%;}

.navbar-right{
    margin-top: 38px;
}
.navbar-brand{
    height: 75px;
}


#content{ text-align: justify;} 
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}
.redcolor {color:#e80000;}
.navbar-brand > img{
    max-width:80%;
}