html,body {
	background: #ffffff;
	font-family: 'KittithadaRoman55';
	font-size: 22px;
	color:#ffffff !important;
	min-width: 100%;
	max-width: 100%;
}


.header_logo{
	width: 6em;
	margin: 38px auto 38px auto;
}

input {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #FFF;
  }

body{
	overflow-x: hidden !important;
	overflow-y: scroll;
}

body.modal-open { overflow: hidden!important; }

/* input.ng-invalid.ng-touched
{
    border: 1px solid red !important;
} */


.btn.focus, .btn:focus, .btn:hover {
	color: #eee !important;
}

.headline-container{
	display: flex;
	flex-direction: column;
}
@media (min-width:768px) {
	.header_logo{
		width: 7em;
		margin: 38px auto 38px auto;
	}
	.headline-container{
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 1.15em;
		margin: .5rem 0 1rem 0;
	}
}
.headline-container > .logo-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem 0;
}
@media (min-width:768px) {
	.headline-container > .logo-container {
		padding: 0;
	}
}

.headline-container > .logo-container > .mini-logo{
	display: block;
	width: 5rem;
	height: auto;
}
@media (min-width:768px) {
	.headline-container > .logo-container > .mini-logo{
		width: 7rem;
	}
}


.headline-container > .text-container {
	display: flex;
	flex-direction: column;
	color: #197595;
	text-align: center;
	padding: 0 0 1rem 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
@media (min-width:768px) {
	.headline-container > .text-container {
		text-align: left;
		padding: .5rem 0rem .5rem 2.25rem;
    border-left: .05rem solid #F28E3D;
    margin-left: 2.25rem;
	}
}
.headline-container > .text-container > .big-intro {
	display: flex;
	flex-direction: column;
}
@media (min-width:768px){
	.headline-container > .text-container > .big-intro {
		flex-direction: row;
	}
}
.headline-container > .text-container > .big-intro > strong{
	display: block;
}
.headline-container > .text-container > .big-intro > span{
	display: block;
}
@media (min-width:768px){
	.headline-container > .text-container > .big-intro > span{
		margin-left: .5rem;
	}
}


.headline-container > .text-container > .sub-intro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width:768px){
	.headline-container > .text-container > .sub-intro {
		flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
		align-items: flex-end;
		line-height: 1rem;
	}
}
.headline-container > .text-container > .sub-intro > span {
	display: inline-block;
	width: 100%;
	color: #F28E3D;
	font-style: italic;
}
@media (min-width:768px){
	.headline-container > .text-container > .sub-intro > span {
		width: auto;
	}
}

.headline-container > .text-container > .sub-intro > small{
	display: inline-block;
	width: 100%;
	font-size: 1rem;
}
@media (min-width:768px){
	.headline-container > .text-container > .sub-intro > small{
		width: auto;
		margin-left: 1rem;
		margin-right: 1rem;
		font-size: 1rem;
	}
}

.headline-container > .text-container > .sub-intro > a{
	display: inline-block;
	background-color: #197595;
	color: #ffffff;
	border-radius: .5rem;
	padding: .15rem 1.3rem;
  font-size: .8rem;
}








.input_custom{
    border: 1px solid red !important;
}

#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status {
    width:100px;
    height:100px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-50px 0 0 -50px;
}

#complete {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
	text-align: center;
	cursor: pointer;
	display: block;
}

#complete2 {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
	text-align: center;
	cursor: pointer;
	display: none;
}

#showcomplete {
	width: 90%;
    max-width: 860px;
    margin: 95px auto;
	display:block;
}

#showcompletem {
	width: 90%;
	max-width: 395px;
	margin: 95px auto;
	display:none;
}

area:focus {
    border: none;
    outline-style: none;
    -moz-outline-style: none;
}


.btn-primary-custom-th {
	letter-spacing: 0.05em;
    font-size: 20px !important;
    position: relative;
    display: inline-block;
    color: #ffffff;
    background-color: #966b4b;
    border-radius: 0em;
    padding: .25em 1em;
    background: linear-gradient(to bottom,#966b4b 0%,#966b4b 100%);
}



.btn-primary-custom {
	margin-top: 1em;
	border: 1px solid #FFF;
    letter-spacing: 0.05em;
    font-size: 20px !important;
    width: 150px;
    height: 42px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    background-color: #966b4b;
    border-radius: 0em;
    padding: .25em 1em;
    /* background: linear-gradient(to bottom,#b85126 0%,#b85126 100%); */
}
/* 
.btn-primary-custom::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 95%;
	bottom: 0;
	left: 0;
	border-top: -0.9em solid rgba(255,255,255,.2);
	border-radius: .5em;
}
.btn-primary-custom::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 95%;
	top: 0;
	left: 0;
	border-bottom: .05em solid rgba(255,255,255,.4);
	border-radius: .5em;
} */


.container {
	padding-left: 0px;
	padding-right: 0px;
	/* padding-top: 20px; */
	position: relative;
  width: 100%;
  max-width: 1100px;
}

.background{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background: linear-gradient(to bottom,#E5E5E5 0%,#E5E5E5 100%);
	/* background-image: url("../../images/bg_thank.png"); */
}
.background .message-box{
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: auto;
	padding: 2em;
	min-width: 400px;
	max-width: 450px;
	box-shadow: 0 .1em .25em rgba(0,0,0,.0);
}
@media (min-width:768px){
	.btn-primary-custom {

		margin-top: 0em;
	}
	.background .message-box{
		position: absolute;
		background-color: #fff;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		width: 43em;
		padding: 4em 7em;
		min-width: 300px;
		max-width: 750px;
		box-shadow: 0 0.1em 0.25em rgba(0,0,0,.0);
	}
}


.background .message-box .logo{
	display: inline-block;
	/* width: auto; */
	margin: 0;
}
.background .message-box .message{
	display: inline-block;
	width: 100%;
	margin: 1em 0;
	color: #333;
}
.background .message-box .button{
	position: relative;
	display: inline-block;
	color: #ffffff;
	background-color: blue;
	border-radius: .5em;
	padding: .25em 1em;
	background: linear-gradient(to bottom,#304e89 0%,#21274b 100%);
}
.background .message-box .button::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 95%;
	bottom: 0;
	left: 0;
	border-top: .1em solid rgba(255,255,255,.2);
	border-radius: .5em;
}
.background .message-box .button::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 95%;
	top: 0;
	left: 0;
	border-bottom: .05em solid rgba(255,255,255,.4);
	border-radius: .5em;
}


.box_header{
	background: #ffffff ;
	float: left;
	width: 100%;
	height: auto;
	margin:  0;
	position: relative;
	z-index: 1;
	background-color: #CCC;
}
.box_header > .background-image-container-desktop{
	display:  block;
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.box_header > .background-image-container-mobile{
	display:  none;
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}


.clickable-area-xs,
.clickable-area-sm{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 0;
}
.clickable-area-xs {
	background-color: #fff;
	padding: 20px 36px;
	width: 100%;
}

.clickable-area-sm{
	display: none;
	position: absolute;
	z-index: 1;
	top: 33%;
	right: 16%;
	max-width: 400px;
}
@media (min-width:768px){
	.clickable-area-xs{
		display: none;
	}
	.clickable-area-sm{
		display: block;
	}
}
.clickable-area-xs a,
.clickable-area-sm a{
	display: inline-block;
	width: 50%;
}
.clickable-area-xs a img,
.clickable-area-sm a img{
	float: left;
	display: block;
	width: 100%;
	height: auto;
	cursor: default;
}



.logo {
	width: 6em;
	margin-left: 34px;
	margin-top:48px;
}

.logolh {
	width: 200px;
}

.logobox {
	padding-top: 24px;
	text-align: right;
}

.contact {
	width: 264px;
}

.contactbox {
	padding-top: 24px;
	text-align: right;
}


.leaddesktop {
	width:  100%;
	margin-top:  0px;
	display:  block;
	/* max-width: 1100px; */
}

.leadmobile{	width:  100%;
	margin-top:  0px;
	display:  none;}

.row_title {
		color: #FFF;
	padding-left: 15px;
	font-size: 1.3em;
}

.row_filed {
		padding-left: 15px;
		color: #FFF;
		font-size: 23px;
		margin-top: 15px;
		margin-bottom: -15px;
}
.row_filed_share {
		padding-left: 15px;
		color: #888888;
		font-size: 17px;
		margin-top: 15px;
		margin-bottom: -15px;
}

@media (max-width: 767px) {
	.row_filed_share {
			padding-left: 15px;
			color: #888888;
			font-size: 17px;
			margin-top: 15px;
			margin-bottom: -15px;
			text-align: center;
			margin-right: 10px;
	}
}

.boxproject {
		/* margin-left: 3px; */
		padding-left: 10px;
		margin-top: 20px;
	  width: 90%;
	  height: 60px;
	  background-color: #cad4dd;
}

.logoproject {
		margin-left: 20px;
		width: 100px;
}

.boxSubmit {
  width: 100%;
  padding: 1em 0;
  background-color: #966b4b;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	margin-top: -1px;
}
@media (min-width:768px){
	.boxSubmit{
		text-align: left;
		padding: 2em 100px;
		margin-top: -1px;
	}
}

.boxBottom {
  width: 100%;
  height: 75px;
  object-fit: contain;
  /* background-color: #839fb1; */
	margin-left: 0px;
	margin-right: 0px;
}

.projectBtn{
	border: 0;
	background: transparent;
	margin-left:-15px;
	padding-top: 20px;
	padding-left: 100px;
}

.submitBtn {
	border: 0;
	background: transparent;
	padding: 0;
	display: inline-block;
}
.boxorange-top {
	background: #ffffff ;
	/* background-image: -webkit-linear-gradient(bottom, #ffffff, #859FAF); */
	/* background-image: -o-linear-gradient(bottom, #ffffff, #859FAF); */
	/* background-image: linear-gradient(to top, #859FAF, #ffffff); */
	padding-top: 10px;
	padding-right: 100px;
	/* padding-bottom: 100px; */
	padding-left: 100px;
	width: 100%;
	margin:  0;
	margin-top: 10px;
}

.boxorange {

	background: #966b4b;
	/* background-image: -webkit-linear-gradient(bottom, #ffffff, #859FAF); */
	/* background-image: -o-linear-gradient(bottom, #ffffff, #859FAF); */
	/* background-image: linear-gradient(to top, #859FAF, #ffffff); */
	/* background-image: url("../../images/bg.png"); */
	/* padding-top: 30px; */
	padding-right: 100px;
	/* padding-bottom: 100px; */
	padding-left: 100px;
	width: 100%;
	margin:  0;
	padding-bottom: 0px;
	/* margin-top: 10px; */
}
.form-control-inboxproject {
		margin-top: 12px;
		margin-left: -10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px !important;
    font-size: 20px;
	  color: #6b6b6b;
    background-color: #ffffff;
    background-image: none;
    border: 1px #315177 solid !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


.form-control-lh {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px !important;
    font-size: 20px;
	  color: #F5AD72;
    background-color: #ffffff;
    background-image: none;
    border: 1px #F5AD72 solid !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.form-control-lh::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #F5AD72;
    opacity: 1; /* Firefox */
}



.form-control-lhx {
	display: block;
    width: 100%;
    height: 34px;
    /* padding: 0 10px !important; */
    font-size: 23px;
    /* color: #003f5e; */
    /* background-color: #ffffff; */
    /* background-image: none; */
    /* border: 1px #003f5e solid !important; */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); */
    /* box-shadow: inset 0 0 0 rgba(0,0,0,0); */
    /* -webkit-transition: none !important; */
    -o-transition: none !important;
    transition: none !important;
}
.form-control-lhx::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
	padding: 0px 0px 0px 0px !important;
    font-size: 23px;
    color: #FFF !important;
    background-color: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #FFF;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
}

.form-control option{
	color: #000;
}

.fstformgroup {
	padding-top: 15px;
}

.sndformgroup {
	padding-top: 15px;
}

.form-control::placeholder {
  color: #FFF;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.btn-primary {
    color: #ffffff;
    background-color: #00395b !important;
    border-color: #00395b !important;
		font-size: 20px !important;
		width: 65%;
		padding: 1px 0;
		margin-top: 212px;
}

select{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
  
  
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  -webkit-border-radius: 0px;
	  appearance: none;
	  outline-width: 0;
  
	  padding: 10px 10px 10px 5px;
	  display: block;
	  width: 10em;
	  border: none;
	  font-size: 1rem;
  
	  border-bottom: 1px solid #315177;
	}

.box2go {
	text-align: left;
}

.iconsocial {
    width: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.triangle-border.left {
    margin-left: 12px;
    width: 40px;
    text-align: center;
}
.triangle-border {
    position: relative;
    padding: 4px;
    margin: 0 0 0;
    border: 1px solid #d6d2d2;
    color: #252525;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.triangle-border.left:before {
    top: 7px;
    bottom: auto;
    left: -16px;
    border-width: 9px 16px 8px 0;
    border-color: transparent #d6d2d2;
}
.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #5a8f00 transparent;
    display: block;
    width: 0;
}
.triangle-border.left:after {
    top: 9px;
    bottom: auto;
    left: -14px;
    border-width: 7px 14px 7px 0;
    border-color: transparent #fff;
}
.triangle-border:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.headerleft {
 color: #252525;
	font-size:  16px;
	text-align: left;
	padding-top: 4px;
}

.headerright{
	text-align: right;
	font-size: 19px;
	padding-top: 28px;
}

.bottomleft{
	text-align: left;
	font-size: 19px;
	padding-top: 28px;
}

.botfooter {
	margin-top: 0;
	margin-bottom: 0;
}

.buttonbot {
	text-align: left;
}

.line-it-button{
	/* float: none;
	 position: relative; */

		/* float: right;margin-right: 402px; */
}


.boxfinal{
	text-align: left;
}

.headerright{
	color: #9b9b9b;
}



@media (max-width: 767px) {

		.boxproject {
				/* margin-left: 3px; */
				padding-left: 10px;
				margin-top: 20px;
			  width: 90%;
			  height: 60px;
			  background-color: #cad4dd;
		}
		.boxorange-top {
			background: #ffffff ;
			/* padding-top: 30px; */
			padding-right: 20px;
			padding-left: 20px;
			width: 100%;
			margin:  0;
			margin-top: 10px;
		}

		.boxorange {
			background: #966b4b;
			padding-right: 20px;
			padding-bottom: 40px;
			padding-left: 20px;
			width: 100%;
			margin: 0;
			padding: 0em 1.5em;

		}



		.boxfinal{
			text-align: center;
		}




		.box2go {
			text-align: center;
		}


			body {
				padding-bottom: 35px !important;
			}

			.sndformgroup {
				padding-top: 0px !important;
			}


		.buttonbot {
			text-align: center;
		}

		.headerleft{
			text-align: center;
		}

		.headerright{
		    padding-top: 15px;
		    text-align: center;
			color: #9b9b9b;
		}

		.btn-primary {
			margin-top: 15px;
		}

			.logobox {
			padding-top: 40px;
			text-align: center;
		}

		.contactbox {
			padding-top: 15px;
			text-align: center;
		}

			.logo {
			/* width:100%; */
			max-width: 200px;
				margin-left: 0;
		}


		.contact {
				width:100%;
			max-width: 264px;
			text-align: center;
		}

			.line-it-button
		{float: none;margin-left: 12px; vertical-align:middle;}

}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }
  .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    direction: ltr; }
  .btn-file + .fileupload-preview {
    padding: 0 5px 0 10px;
    vertical-align: middle; }

.fileupload .form-control {
  height: 34px;
  display: inline-block;
  box-shadow: none; }
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text; }
.fileupload .img-thumbnail {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 0; }
  .fileupload .img-thumbnail > img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%; }
.fileupload .btn {
  vertical-align: middle;
  margin: 0 2px 0 -1px; }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
  display: none; }

.fileupload-inline .fileupload-controls {
  display: inline; }

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.thumbnail-borderless .img-thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.fileupload-new.thumbnail-borderless .im-thumbnail {
  border: 1px solid #dddddd; }

.fileupload .fileupload-preview + .close {
  vertical-align: middle; }

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c; }
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c; }
.control-group.warning .fileupload .img-thumbnail {
  border-color: #a47e3c; }
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48; }
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48; }
.control-group.error .fileupload .img-thumbnail {
  border-color: #b94a48; }
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847; }
.control-group.success .fileupload .fileupload-preview {
  color: #468847; }
.control-group.success .fileupload .img-thumbnail {
  border-color: #468847; }




@media (max-width: 767px) {

	.box_header > .background-image-container-mobile{display:block;}
	.box_header > .background-image-container-desktop{display:none;}

	.leadmobile{display:block;}
	.leaddesktop{display:none;}

	#showcomplete{display:none;}
	#showcompletem{display:block;}
	#complete{display:none;}
	#complete2{display:block;}

}

select {
	background-image: url(../../images/dropdown.png) !important;
	background: url(../../images/dropdown.png) no-repeat right center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
