/*CSS by Natthan Senteni - Header and Blog */

h1,h2,h3,h4 {
	font-family: "Caladea",serif ;
}

#header {
	background-color: #fff;
}

#top-nav {
	height:20px;
	width:100%;
	background-color: #212459;
	text-align: right;
	padding-top:3px;
}

#top-nav li {
	display:inline-block;
	padding:0 10px;
	border-right: solid 1px #fff;
}

#top-nav li a {
	color:#fff;
	text-decoration: none;
}

.logoContainer {
	padding:2% 25px;
}

.logoContainer img {
	width:38%;
	display: :inline-block;
	margin-right: 5%;
}

.quoteContainer {
	display: inline-block;
	width: 53%;
	position: relative;
	top:30px;
	font:;
}

.quoteContainer span {
	color:grey;
}

.logoContainer h1 {
	text-transform: uppercase;
	line-height: 1em;
	font-size: 18px;
}

.mainNav {
	height: 50px;
	background-color:#dfe0eb;
	border-top: solid #212459 5px;
}

.mainNav ul {
	height: 100%;
}

.mainNav li {
	width:12.1%;
	height: 35px;
	display: inline-block;
	text-align: center;
	padding-top:15px;
	border-right:solid 1px #000;
}

.mainNav li:hover {
	background-color:#212459; 
}

.mainNav li:hover > a {
	color:#fff;
}

.mainNav li:last-child,
#top-nav li:last-child {
	border:none;
}

.mainNav a {
	color:#000;
	font-size:14px;
	font-weight: 700;
	text-decoration: none;
}

.sliderContainer {
  position:relative;
}

.slider {
	height:272px;
  width:100%;
	display: flex;
	overflow: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  margin-bottom: -20px;

}

.sliderNav {
	display: block;
	position: absolute;
	bottom:-15px;
	right:40px;

}

.sliderNavDot {
	display:inline-block;
	width:15px;
	border-radius: 50%;
	border: solid 2px #fff;
	background-color:#212459;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	padding:5px;
	margin-right: 5px;
	color:#fff;
	text-decoration: none;
	-webkit-box-shadow: 3px 2px 7px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 7px -1px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 7px -1px rgba(0,0,0,0.75);
}

.slide {
	width: 100%;
	height:272px;
	background-color: #a81d20;
	display: inline-block;
	text-align: center;
	flex-shrink:0;
	scroll-snap-align:start;
	background-size: 100%;
	position: relative;
}

.slide img {
	width:58%;
	position: absolute;
	right:20px;
	top:22px;
	-webkit-box-shadow: 5px 9px 13px 2px rgba(0,0,0,0.54);
	-moz-box-shadow: 5px 9px 13px 2px rgba(0,0,0,0.54);
	box-shadow: 5px 9px 13px 2px rgba(0,0,0,0.54);
}

.slide h2 {
	color:#fff;
	font-weight: 400;
	position: absolute;
	left:35px;
	top:50px;
	display: inline-block;
	font-size:20px;
}

.slide ul {
	left: 55px;
	color: #fff;
	top:80px;
	position: absolute;
	text-align: left;
	line-height: 3em;
	font-size: 16px;
	list-style: initial;
}

.blog {
	padding-bottom: 25px;
	border-bottom: solid 3px #000;
	margin-bottom: 25px;
	font-size: 14px;
}

.blog p {
	color:#000 !important;
	margin-bottom: 15px;
}

.blog h2 { 
	text-align: center; 
	margin-bottom: 25px;
}

.corner-top-left p {
	text-align:center;
}

/*Old CSS*/

* {
	margin: 0;
	padding: 0;
}

html, body { 
	height:100%;
}
.ero02{
	text-decoration: none !important;
	float: left !important;
	color: #888;
	font-size: 12px;
	margin-right: 4px !important;
}
.ero01{
	float: left !important;
	margin-left: 30px;
margin-top:8px;
color: #888;

}
#submit {
    border: none !important;
    background: none !important;
    color: #999 !important;
    text-decoration: underline !important;
    cursor: pointer;
    float: left !important;
    font-size: 17px !important;
    width: 40px !important;
height: 24px !important;
margin-top: 2px;
margin-left: 1px;
font-weight: 400 !important;
}
#submit:hover {
    text-decoration:none !important;
}
.clear_form{
	float: left ;
    border: none !important;
    background: none !important;
    margin-left: 178px;
    color: #999 !important;
padding-top: 8px;
font-size: 14px;
font-weight: 400 !important;

}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #499ec4;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: #efefef url(images/body-tail.gif) repeat-x 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	padding: 0 0 9px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #565656;
}

	h2 span {
		letter-spacing: -1px;
	}

	h2 strong {
		display: block;
		padding: 0 0 1px 0;
		font-weight: 400;
	}
	
	h2 b {
		display: block;
		padding: 0 0 3px 0;
		font-weight: 400;
	}
	
	h2 big {
		display: block;
		padding: 0 0 6px 0;
		font-size: 1em;
		font-weight: 400;
	}

h3 {
	padding: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #004760;
}

h4 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 11px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 400;
	color: #565656;
}

	h4 img {
		float: left;
		margin: 0 11px 0 0;
	}
	
	h4 span {
		display: block;
		float: left;
		padding: 3px 0 0 0;
	}
	
	h4 em {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 -1px 0;
		font-style: normal;
	}
	
	h4 strong {
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 0 0 3px 0;
		font-weight: 400;
	}
	
	h4 b {
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 0 0 5px 0;
		font-weight: 400;
	}
	
	h4 small {
		display: block;
		margin: -7px 0 -5px 0;
		font-size: 1em;
	}

h5 {
	line-height: 1.667em;
	font-size: 1em;
	color: #969797;
}

h6 {
	padding: 0 0 6px 0;
	line-height: 1.667em;
	font-size: 1em;
	color: #499ec4;
}

	h6 span {
		display: block;
		line-height: 1.5em;
	}
	
	h6 strong {
		display: block;
		padding: 0 0 12px 0;
	}

.fleft {
	float: left;
}

	img.fleft {
		margin: 5px 23px 36px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 52px 0 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#tail-top-right {
	background: url(images/tail-top-right.gif) repeat-x 50% 0%;
	width: 50%;
	height: 490px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#main-tail-ver {
	background: url(images/main-tail-ver.gif) repeat-y 50% 0%;
}

#main-bg-top {
	background: url(images/main-bg-top.jpg) no-repeat 50% 0%;
	position: relative;
}

#main {
	position: relative;
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
}

#content {
	width: 100%;
}

	#content .indent {
		padding: 24px 20px 26px 20px;
	}
	
	#content .indent-1 {
		padding: 24px 20px 21px 20px;
	}
	
	#content .indent-2 {
		padding: 24px 20px 33px 20px;
	}
	
	#content p {
		padding: 0 0 4px 0;
		line-height: 1.667em;
		font-size: 1em;
		color: #969797;
	}
	
		#content p.extra {
			padding: 0 0 10px 0;
		}
	
		#content p.extra-style {
			padding: 0 0 8px 0;
			line-height: 1.5em;
		}
		
		#content p.extra-style1 {
			padding: 0 0 12px 0;
			line-height: 1.5em;
		}
		
		#content p.extra-style2 {
			padding: 0 0 17px 0;
			line-height: 1.5em;
		}
	
		#content blockquote p {
			padding: 0 0 21px 0;
			line-height: 1.667em;
			font-size: 1em;
			font-style: italic;
			color: #969797;
		}
		
			#content blockquote p em {
				display: block;
				padding: 6px 0 2px 10px;
				line-height: 1.2em;
				font-size: 1.75em;
				font-weight: 400;
				font-style: italic;
				color: #616161;
			}
			
			#content blockquote p b {
				display: block;
				font-weight: normal;
			}

#column-left {
	float: left;
	width: 317px;
	padding: 0 20px 0 0;
	overflow: hidden;
}

#column-right {
	float: left;
	width: 603px;
	padding: 25px 0 0 0;
}

.box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 11px 0;
}

	.box .border-top {
		background: #fff url(images/border-top.gif) repeat-x 0% 0%;
		position: relative;
	}
	
	.box .border-bot {
		background: url(images/border-bot.gif) repeat-x 0% 100%;
		position: relative;
	}
	
	.box .border-left {
		background: url(images/border-left.gif) repeat-y 0% 0%;
		position: relative;
	}
	
	.box .border-right {
		background: url(images/border-right.gif) repeat-y 100% 0%;
		position: relative;
	}
	
	.box .corner-top-left {
		background: url(images/corner-top-left.gif) no-repeat 0% 0%;
		position: relative;
	}
	
	.box .corner-top-right {
		background: url(images/corner-top-right.gif) no-repeat 100% 0%;
		position: relative;
	}
	
	.box .corner-bot-left {
		background: url(images/corner-bot-left.gif) no-repeat 0% 100%;
		position: relative;
	}
	
	.box .corner-bot-right {
		background: url(images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
		position: relative;
	}
	
	.box .inner {
		padding: 25px 22px 15px 22px;
	}
	
	.box .inner-1 {
		padding: 25px 20px 15px 22px;
	}
	
	.box p {
		padding: 0 0 5px 0 !important;
		line-height: 1.5em !important;
		font-size: 1em !important;
		color: #969797 !important;
	}
	
	.box p.extra {
		padding: 0 0 13px 0 !important;
	}
	
	.box p.extra1 {
		padding: 0 0 20px 0 !important;
	}

.box-1 {
	width: 100%;
	overflow: hidden;
}

	.box-1 .inner {
		padding: 20px 21px 11px 21px;
	}
	
	.box-1 p {
		line-height: 1.5em !important;
	}

.line-ver-1 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.list {
	padding: 0 0 8px 0;
	overflow: hidden;
}

	.list li {
		background: url(images/line-hor.gif) repeat-x 0% 28px;
		line-height: 2.5em;
		font-size: 1em;
		color: #004962;
	}
	
		.list li a {
			background: url(images/marker.gif) no-repeat 0% 5px;
			padding: 0 0 0 14px;
			text-decoration: none;
			color: #004962;
		}
		
		.list li a:hover {
			color: #666;
		}

.list-1 {
	overflow: hidden;
}

	.list-1 li {
		background: url(images/marker-1.gif) no-repeat 0% 7px;
		padding: 0 0 0 21px;
		line-height: 2.167em;
		font-size: 1em;
		color: #2a8fc3;
	}
	
		.list-1 li a {
			text-decoration: none;
			color: #2a8fc3;
		}
		
		.list-1 li a:hover {
			text-decoration: underline;
		}

.list-2 {
	overflow: hidden;
	margin: 0 0 -11px 0;
}

	.list-2 dt {
		background: url(images/marker-2.gif) no-repeat 0% 5px;
		padding: 0 0 0 12px;
		line-height: 1.286em;
		font-size: 1.167em;
		font-style: italic;
		color: #3baedc;
	}
	
		.list-2 dt a {
			text-decoration: none;
			color: #3baedc;
		}
		
		.list-2 dt a:hover {
			text-decoration: underline;
		}
		
	.list-2 dd {
		padding: 0 0 19px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #969797;
	}
	
		.list-2 dd strong {
			display: block;
		}

.list-3 {
	padding: 2px 0 2px 0;
	overflow: hidden;
}

	.list-3 li {
		padding: 0 0 18px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #969797;
	}
	
		.list-3 li a {
			color: #3baedc;
		}

.list-4 {
	margin: 0 0 -2px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	.list-4 li {
		width: 100%;
		padding: 0 0 25px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.667em;
		font-size: 1em;
		color: #969797;
	}
	
		.list-4 li img {
			float: left;
			margin: 5px 23px 0 0;
		}
		
		.list-4 li strong {
			display: block;
			padding: 0 0 6px 0;
			color: #499ec4;
		}
		
		.list-4 li b {
			display: block;
			font-weight: normal;
		}
		
			.list-4 li b a {
				background: url(images/link-arrow1.gif) no-repeat 0% 10px;
				padding: 0 0 0 12px;
				float: left;
				line-height: 2.083em;
				font-size: 1em;
				font-style: italic;
				color: #3baedc;
			}

.list-5 {
	padding: 0 0 20px 0;
	overflow: hidden;
	line-height: 1.667em;
	font-size: 1em;
	color: #969797;
}

	.list-5 dt {
		font-weight: bold;
		color: #3baedc;
	}
	
		.list-5 dt a {
			text-decoration: none;
			color: #3baedc;
		}
		
		.list-5 dt a:hover {
			text-decoration: underline;
		}
		
	.list-5 dd {
		padding: 0 0 14px 0;
	}

.list-6 {
	padding: 1px 0 0 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #969797;
}

	.list-6 dt {
		font-weight: bold;
		color: #3baedc;
	}
	
	.list-6 dd {
		width: 100%;
		padding: 0 0 18px 0;
		overflow: hidden;
	}
	
		.list-6 dd small {
			float: right;
			padding: 0 38% 0 0;
			font-size: 1em;
		}

.list-indent {
	padding: 0 0 7px 0 !important;
}

.list-indent1 {
	padding: 0 0 22px 0 !important;
}

.list-indent2 {
	padding: 0 0 4px 0 !important;
}

.title {
	padding: 0 0 7px 0;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1.5em;
	font-weight: 400;
	color: #262626;
}

.title-1 {
	line-height: 1.667em;
	font-size: 1em;
	color: #499ec4;
}

	.title-1 a {
		color: #499ec4;
	}

.title-2 {
	padding: 0 0 18px 0;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
	color: #3baedc;
}

.link {
	background: url(images/link-arrow.gif) no-repeat 0% 5px;
	padding: 0 0 0 12px;
	line-height: 1.786em;
	font-size: 1.167em;
	color: #9b9a9a;
}

.link-1 {
	background: url(images/link-arrow1.gif) no-repeat 0% 10px;
	padding: 0 0 0 12px;
	float: right;
	line-height: 2.083em;
	font-size: 1em;
	font-style: italic;
	color: #3baedc;
}

.link-2 {
	background: url(images/link-arrow1.gif) no-repeat 0% 10px;
	padding: 0 0 0 12px;
	float: left;
	line-height: 2.083em;
	font-size: 1em;
	font-style: italic;
	color: #3baedc;
}

.link-position {
	margin: -4px 0 0 0;
	padding: 0 3px 0 12px;
}

.link-position1 {
	margin: -8px 0 0 0;
	padding: 0 3px 33px 12px;
}

.link-indent {
	margin: 0 0 34px 0 !important;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.pic-indent {
	margin: 0 0 18px 0;
}

#data-form {
	width: 600px;
	padding: 3px 0 0 0;
}

	#data-form p {
		width: 100%;
		height: 30px;
		overflow: hidden;
		padding: 0 !important;
		line-height: 1.5em !important;
		font-size: 1em !important;
	}
	
		#data-form p.extra {
			height: 40px;
		}

	#data-form strong {
		display: block;
		width: 60px;
		float: right;
		margin: -2px 0 0 0;
		line-height: 1.5em;
		text-align: right;
	}
	
	#data-form strong.extra {
		float: left;
		padding: 0 0 0 11px;
	}
	
		#data-form strong a {
			color: #969797;
		}
		
	#data-form b {
		display: block;
		width: 115px;
		overflow: hidden;
		float: left;
		margin: -2px 0 0 0;
		padding: 0 10px 0 0;
		overflow: hidden;
		line-height: 1.5em;
	}
	
	#data-form input {
		background: #f9f9f9;
		width: 386px;
		height: 17px;
		margin: 3px 0 0 0;
		padding: 4px 12px 4px 12px;
		border: 1px solid #ececec;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #004962;
	}
	
	#data-form em {
		display: block;
		width: 192px;
		float: left;
		padding: 0 28px 0 0;
		font-style: normal;
	}
	
		#data-form em input {
			width: 166px;
		}
		
	#data-form i {
		display: block;
		width: 192px;
		float: left;
		font-style: normal;
	}
	
		#data-form i input {
			width: 166px;
		}

	#data-form big {
		display: block;
		float: left;
		padding: 0 17px 0 15px;
		font-size: 1em;
	}
	
		#data-form big span {
			display: block;
			float: left;
			padding: 0 11px 0 0;
			line-height: 30px;
			color: #004962;
		}
	
		#data-form big input {
			background: #f9f9f9;
			width: 25px;
			height: 25px;
			margin: 3px 0 0 0;
			padding: 0;
			float: left;
			border: none;
		}
		
		#data-form small {
			font-size: 1em;
		}

		#data-form small a {
			background: url(images/link-arrow1.gif) no-repeat 0% 10px;
			padding: 0 0 0 12px;
			float: right;
			margin: 21px 2px 0 16px;
			line-height: 2.083em;
			font-size: 1em;
			font-style: italic;
			color: #3baedc;
		}
		
	#data-form a.data-link {
		float: left;
		margin: 24px 0 0 0;
		line-height: 1.5em;
		font-weight: bold;
		color: #969797;
	}

#contact-form {
	width: 317px;
	padding: 7px 0 0 0;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: #f9f9f9;
		width: 294px;
		height: 17px;
		padding: 4px 10px 4px 10px;
		float: left;
		border: 1px solid #ececec;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #004962;
	}
	
	#contact-form textarea {
		background: #f9f9f9;
		width: 294px;
		height: 267px;
		padding: 4px 10px 4px 10px;
		
		overflow: auto;
		border: 1px solid #ececec;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #004962;
		
	}
	
	#contact-form a {
	/*	background: url(images/link-arrow.gif) no-repeat 0% 11px;
		padding: 0 0 0 12px;
		float: right;
		margin: 9px 0 0 24px;
		line-height: 1.786em;
		font-size: 1.167em;
		color: #9b9a9a; */
	}

.privacy {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 3px 0;
}

	.privacy p {
		padding: 0 0 20px 0 !important;
	}
	
	.privacy p.extra {
		padding: 0 0 16px 0 !important;
	}
	
	.privacy p.no-indent {
		padding: 0 !important;
	}

#footer {
	background: #f0f0f0 url(images/footer-top.gif) no-repeat 0% 0%;
}

	#footer .inner {
		background: url(images/footer-bot.gif) no-repeat 0% 100%;
		min-height: 129px;
		height: auto !important;
		height: 129px;
		padding: 31px 20px 50px 20px;
	}
	
	#footer .line-ver-1 {
		background-position: 336px 0%;
	}
	
	#footer .line-ver-2 {
		background-position: 630px 0%;
	}
	
	#footer .block-1 {
		width: 318px;
		padding: 0 20px 0 0;
	}
	
	#footer .block-2 {
		width: 254px;
		padding: 0 20px 0 20px;
	}
	
	#footer .block-3 {
		width: 261px;
		padding: 0 0 0 47px;
	}
	
	#footer p {
		background: url(images/footer-text_02.png) no-repeat 0% 0%;
		margin: 25px 0 9px 0;
		padding: 12px 0 0 117px;
		line-height: 1.5em;
		font-size: 1em;
		color: #404040;
	}
	
		#footer p a {
			text-decoration: none;
			color: #404040;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
		
	#footer strong {
		display: block;
		width: 125px;
		float: left;
		padding: 1px 27px 15px 0;
		line-height: 1.667em;
		font-weight: normal;
		color: #7a7a7a;
	}
	
	#footer b {
		display: block;
		width: 166px;
		float: left;
		line-height: 1.667em;
		font-weight: normal;
		color: #7a7a7a;
	}
	
		#footer b small {
			float: right;
			padding: 0 2% 0 0;
			font-size: 1em;
		}
		
		#footer b em {
			font-style: normal;
			color: #209fc7;
		}
		p.thankyou {
font-size: 16px !important;
color: rgba(79, 130, 147, 0.99) !important;
font-family: -webkit-pictograph;
}