@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Good Times";
	src: url('../fonts/444396973-GoodTimesRg-Regular.eot');
	src: url('../fonts/444396973-GoodTimesRg-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/444396973-GoodTimesRg-Regular.svg#Good Times') format('svg'), url('../fonts/444396973-GoodTimesRg-Regular.woff') format('woff'), url('../fonts/444396973-GoodTimesRg-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/leelawad.eot");
	src: url("../fonts/leelawad.eot#iefix") format("../fonts/embedded-opentype"),  url("../fonts/leelawad.woff") format("woff"),  url("../fonts/leelawad.ttf") format("truetype"),  url("../fonts/leelawad.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 100%;
}
body p {
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
.wraper {
	width: 100%;
	background: url(../images/bg.png) repeat;
	margin:0 auto;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
.clearer {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both
}
.headtop {
	background: #18489f;
	height: 10px;
}
.header {
	width: 100%;
	height: 131px;
	margin: 0 auto;
}
.innerheader {
	width: 980px;
	margin: 0 auto;
	height: 131px;
	background: url(../images/bg.png) repeat;
}
.logo {
	float: left;
	width: 230px;
	margin-top: 40px;
}
 @-webkit-keyframes buzz-out {
 10% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 20% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 30% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 40% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 50% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 60% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 70% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 80% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 90% {
 -webkit-transform: translateX(1px) rotate(0);
 transform: translateX(1px) rotate(0);
}
 100% {
 -webkit-transform: translateX(-1px) rotate(0);
 transform: translateX(-1px) rotate(0);
}
}
 @keyframes buzz-out {
 10% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 20% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 30% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 40% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 50% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 60% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 70% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 80% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 90% {
 -webkit-transform: translateX(1px) rotate(0);
 transform: translateX(1px) rotate(0);
}
 100% {
 -webkit-transform: translateX(-1px) rotate(0);
 transform: translateX(-1px) rotate(0);
}
}
.buzz-out {
	display: inline-block;
}
.buzz-out:hover, .buzz-out:focus, .buzz-out:active {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-animation-name: buzz-out;
	animation-name: buzz-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
/* Menu CSS */#cssmenu,  #cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {
	content: "";
	display: table;
}
#cssmenu:after, #cssmenu > ul:after {
	clear: both;
}
#cssmenu {
	width: 750px;
	zoom: 1;
	float: right;
	margin-top: 58px;
	font-family: "Flaticon";
}
#cssmenu > ul {
	background: url(../images/menu-bg.png) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	height: 65px;
}
#cssmenu > ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}
#cssmenu > ul > li {
	float: left;
	position: relative;
	padding: 0px 22px 0px 22px;
	left: 30px;
	border-right: 1px solid #AABFED;
	top: 23px;
}
.last {
	border: none!important;
}
#cssmenu > ul > li > a {
	display: block;
	color: white;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #c28130;
	text-shadow: 0 -1px 0 rgba(151, 99, 33, 0.43);
	line-height: 18px;
}
#cssmenu > ul > li > a:last-child {
	padding-right: 0px;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	/*background: url(../images/hover.png) repeat;*/
	border-bottom: 4px solid #fff;
}
#cssmenu > ul > li > a > span {
	line-height: 18px;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li > a:active {
/* background: url(../images/highlight-bg.png) repeat;*/
}
/* Childs */
#cssmenu > ul ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 120px;
	background: url(../images/hover.png) repeat;
	margin: 0;
	padding: 0;
	z-index: -1;
	-webkit-transition: all 0.35s 0.2s ease-in-out;
	-moz-transition: all 0.35s 0.2s ease-in-out;
	-ms-transition: all 0.35s 0.2s ease-in-out;
	transition: all 0.35s 0.2s ease-in-out;
}
#cssmenu > ul li:hover ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	color: #000;
	z-index: 2;
	top: 64px;/*left: 0;*/
}
#cssmenu > ul ul:before {
	content: "";
	position: absolute;
	top: -10px;
	width: 100%;
	height: 20px;
	background: transparent;
}
#cssmenu > ul ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	color: white;
}
#cssmenu > ul ul li a {
	padding: 12px 26px;
	display: block;
	color: white;
	font-size: 13px;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
	border-left: 4px solid transparent;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	text-shadow: 0 -1px 0 #c28130;
	text-shadow: 0 -1px 0 rgba(151, 99, 33, 0.43);
}
#cssmenu > ul ul li a:hover {
	border-left: 4px solid #055988;
	background: url(../images/highlight-bg.png) repeat;
}
#cssmenu > ul ul li a:active {
	background: url(../images/menu-bg.png) repeat;
}
.logo_menu {
	border-bottom: 3px solid #18489f;
	height: 120px;
	width: 980px;
}
.slider {
	width: 980px;
	margin: 0 auto;
	height: 438px;
	box-sizing: border-box;
	background: url(../images/box-shadow.png) bottom center no-repeat;
}
.innerslider {
	height: 400px;
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
.innercontent {
	/*	min-height:200px;
*/	display: table;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 10px;
	max-height: 1500px;
}
.content {
	min-height: 200px;
	display: table;
	width: 980px;
	margin: 0 auto;
}
.innercontent h2 {
	font-family: "Flaticon";
	font-size: 20px;
	text-transform: uppercase;
	color: #18489f;
	padding: 10px;
}
.innercontent h3 {
	font-family: "Flaticon";
	font-size: 17px;
	text-transform: uppercase;
	color: #18489f;
	padding: 10px;
}
.innercontent h4 {
	padding: 10px;
}
.welcome {
	float: left;
	width: 625px;
	min-height: 200px;
}

.innercontent ul {
	font-family: "Flaticon";
	font-size: 15px;
	color: #585756;
	text-align: justify;
	padding-left: 20px;
	line-height: 25px;
}
.vv
{
	position:relative;
	left:5px;
}
.innercontent p {
	font-family: "Flaticon";
	font-size: 15px;
	color: #585756;
	text-align: justify;
	padding: 10px;
	line-height: 23px;
}
.innercontent a {
	text-decoration: none;
	padding: 10px;
	color: #fff;
}
.login-window {
	background: #18489f;
}
.PDFTABLE h4 {
	font-family: "Flaticon";
}
.video {
	float: left;
	width: 480px;
	margin-left: 10px;
	margin-top: 10px;
}
.video1 {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-top: 10px;
}
.welcome p {
	font-family: "Flaticon";
	font-size: 15px;
	color: #585756;
	text-align: justify;
	padding: 10px;
	line-height: 23px;
}
.left {
	float: left;
	margin-right: 10px;
	display: table;
}
.IMG {
	float: left;
	margin: 5px;
}
.welcome a {
	background: url(../images/readmore.png) no-repeat;
	height: 45px;
	width: 127px;
	float: right;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: "Flaticon";
	box-sizing: border-box;
	padding-top: 14px;
}
/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
 to {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes pulse-shrink {
 to {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
.pulse-shrink {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-shrink:hover, .pulse-shrink:focus, .pulse-shrink:active {
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	color: #fff;
}
.welimginner {
	border: 1px solid #eb7511;
	box-sizing: border-box;
	height: 203px;
}
.clear {
	clear: both;
}
.global {
	width: 615px;
	height: 330px;
	float: left;
}
.global img {
/*margin-top:35px;*/
}
.brouchre {
border: 1px solid #666;
  width: 345px;
  height: 144px;
  float: right;
  margin-top: 5px;

}
.brouchre h4 {
	font-family: "Flaticon";
	font-size: 20px;
	color: #fff;
	background: #18489f;
	padding-top: 8px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
}
.points li {
	background: url(../images/man.png) left no-repeat;
	padding-left: 30px;
	list-style: none;
	list-style-position: inside;
	font-family: "Flaticon";
	padding-top: 7px;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-left: 19px;
	font-size: 15px;
	color: #585756;
	height: 29px;
}
.points li a {
	text-decoration: none;
	color: inherit;
}
ul.points {
	margin-top: 20px;
}
/* Skew Forward */
.skew-forward {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew-forward:hover, .skew-forward:focus, .skew-forward:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	font-weight: bold;
}
.global_brouchre {
	margin-bottom: 35px;
	height: 322px;
}
.footer {
	min-height: 208px;
	background: #18489f;
	width: 100%;
	margin: 0 auto;
}
.innerfooter {
	min-height: 192px;
	width: 980px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 17px;
	box-sizing: border-box;
}
.copy {
	width: 360px;
	min-height: 136px;
	border-right: 1px dotted #fff;
	float: left;
}
.copy p {
	font-family: "Flaticon";
	font-size: 15px;
	color: #fff;
	padding-top: 37px;
	box-sizing: border-box;
	padding-left: 10px;
}
.copy a {
	text-decoration: none;
	color: #fff;
}
.copy a:hover {
	color: #000;
}
.site_map {
	min-height: 136px;
	border-right: 1px dotted #fff;
	width: 322px;
	float: left;
}
.site_map h5 {
	font-family: "Flaticon";
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.innersite {
	width: 250px;
	margin: 0 auto;
	display: block;
	margin-top: 8px;
	margin-left: 40px;
}
.innersite li {
	font-family: "Flaticon";
	font-size: 14px;
	list-style: none;
	list-style-position: inside;
	color: #fff;
	background: url(../images/menu_foot.png) no-repeat left;
	padding-left: 25px;
	margin-bottom: 6px;
}
.innersite li a {
	text-decoration: none;
	color: #fff;
}
.innersite li a.active {
	color: #000;
}
.social {
	float: right;
	margin-right: 10px;
}
.social h5 {
	font-family: "Flaticon";
	font-size: 15px;
	color: #fff;
	text-align: right;
	font-weight: normal;
}
.innersocial li {
	list-style: none;
	color: #fff;
	font-family: "Flaticon";
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 20px;
}
.innersocial li a {
	text-decoration: none;
	color: #fff;
}
.innersocial li img {
	/* padding-top: 10px; */
	position: relative;
	top: 10px;
}
.wobble-skew1 {
	background: url(../images/fb.png) no-repeat left;
	padding-left: 40px;
	height: 28px;
}
.wobble-skew2 {
	background: url(../images/tw.png) no-repeat left;
	padding-left: 40px;
	height: 24px;
}
ul.innersocial {
	margin-top: 21px;
	margin-left: 17px;
}

/* Wobble Skew */
@-webkit-keyframes wobble-skew {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
 @keyframes wobble-skew {
 16.65% {
 -webkit-transform: skew(-12deg);
 transform: skew(-12deg);
}
 33.3% {
 -webkit-transform: skew(10deg);
 transform: skew(10deg);
}
 49.95% {
 -webkit-transform: skew(-6deg);
 transform: skew(-6deg);
}
 66.6% {
 -webkit-transform: skew(4deg);
 transform: skew(4deg);
}
 83.25% {
 -webkit-transform: skew(-2deg);
 transform: skew(-2deg);
}
 100% {
 -webkit-transform: skew(0);
 transform: skew(0);
}
}
/*.wobble-skew {
  display: block;
  -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -mox-transform: translateZ(0);

  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-skew:hover, .wobble-skew:focus, .wobble-skew:active {
  -webkit-animation-name: wobble-skew;
  animation-name: wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}*/

/* Skew Backward */
.skew-backward {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew-backward:hover, .skew-backward:focus, .skew-backward:active {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
	color: #333;
}
 @-webkit-keyframes spinner {
 from {
 -webkit-transform: rotateY(0deg);
}
to {
	-webkit-transform: rotateY(-360deg);
}
}
#stage {
	margin: 1em auto;
	-webkit-perspective: 1200px;
}
#spinner {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;
	-webkit-transform-style: preserve-3d;
}
#spinner:hover {
	-webkit-animation-play-state: paused;
}
#spinner img {
	position: absolute;
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.8);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
}
.welcome_img {
	border: 1px solid #666;
	width: 345px;
	height: 250px!important;
	float: right;
}
.welcome_img h4 {
	/* width: 345px; */
	font-family: "Flaticon";
	font-size: 20px;
	color: #fff;
	/* height: 46px; */
	background: #18489f;
	padding-top: 8px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
}
.company {
	float: left;
	width: 90px;
}
.desc {
	width: 170px;
	float: left;
	text-align: center;
	margin-top: 11px;
}
.memeber_img {
	float: right;
}
.testi_member {
	border-bottom: 1px dotted #fff;
	min-height: 110px;
	margin-bottom: 5px;
}
.testimonial_text {
	font-family: "Flaticon";
	text-align: justify;
}
.desc h3 {
	font-family: "Good Times";
	font-size: 12px;
	margin-top: 2px;
}
.desc h5 {
	font-family: "Flaticon";
	font-size: 13px;
}
.desc p {
	font-family: "Flaticon";
	font-size: 10px;
	margin-top: 2px;
}
.testimonial_text p {
	font-size: 14px;
	padding: 10px;
	line-height: 19px;
}
.testimonial {
	min-height: 15opx;
	padding-bottom: 6px;
	margin-bottom: 15px;
	min-height: 120px;
}
/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
	box-sizing: content-box;
}
#sliderFrame {
	position: relative;
	width: 1000px;/*  margin:0 auto;*/ /*center-aligned*/
}
#slider, #slider div.sliderInner {
	width: 1000px;
	height: 400px;/* Must be the same size as the slider images */
}
#slider {
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
	position: relative;
	width: 980px;
	transform: translate3d(0, 0, 0);
	box-shadow: 0px 1px 5px #999999;
}
/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#slider .video {
	background: transparent url(../images/video.html) no-repeat 50% 50%;
}
/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 10px 0;/* 10px will increase the height.*/
	left: 0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom: 0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index: 3;
	overflow: hidden;
	font-size: 0;
}
#slider div.mc-caption-bg {
	/* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background: Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
	background: none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color: #EEE;
	z-index: 4;
	text-align: center;
	background: none;
	display: none;
}
#slider div.mc-caption a {
	color: #FB0;
}
#slider div.mc-caption a:hover {
	color: #DA0;
}
/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper {
	top: 400px;/* Its position is relative to the #slider */
	text-align: center;
	background: none;
	position: relative;
	z-index: 5;
}
/* each bullet */
#slider div.navBulletsWrapper div {
	width: 11px;
	height: 11px;
	font-size: 0;
	color: White;/*hide the index number in the bullet element*/
	background: transparent url(../images/bullet.png) no-repeat 0 0;
	display: inline-block;
*display:inline;
	zoom: 1;
	overflow: hidden;
	cursor: pointer;
	margin: 0 6px;/* set distance between each bullet*/
	position: relative;
	top: 10px;
}
#slider div.navBulletsWrapper div.active {
	background-position: 0 -11px;
}
/* --------- Others ------- */

#slider div.loading {
	width: 100%;
	height: 100%;
	background: transparent url(../images/loading.gif) no-repeat 50% 50%;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
#slider img, #slider>b, #slider a>b {
	position: absolute;
	border: none;
	display: none;
}
#slider div.sliderInner {
	overflow: hidden;
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position: absolute;
	top: 0;
	left: 0;
}
#slider>a, #slider video, #slider audio {
	display: none;
}
#slider div {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 36px;
	margin-left: 23px;
}
#tabs li {
	float: left;
}
#tabs a {
	display: block;
	padding: 10px 20px;
	border-radius: 2px 2px 0 0;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Roboto', helveti;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
#tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
	background: #fff;
}
#tabs a:focus {
	outline: 0;
}
#tabs a::after {
}
#tabs #current a, #tabs #current a::after {
	background: #eb7511;
	color: white;
	top: 0;
}
/* ------------------------------------------------- */

#servicecontent {
	height: 220px;
	position: relative;
	z-index: 0;
	display: table;
	margin-left: 23px;
}
#servicecontent1 {
	height: 220px;
	position: relative;
	z-index: 0;
	display: table;
}
#servicecontent p {
}
/* ------------------------------------------------- */

#servicecontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#servicecontent li {
	float: left;
	margin: 5px;
}
#servicecontent1 p {
}
/* ------------------------------------------------- */

#servicecontent1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#servicecontent1 li {
	float: left;
	margin: 5px;
}
.leftcontact {
	width: 480px;
	float: left;
}
.rightcontact {
	float: right;
	width: 480px;
}
.login-popup {
	display: none;
	background: #ffffff;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
}
img.btn_close {
	float: right;
	margin: -28px -28px 0 0;
}
fieldset {
	border: none;
}
form.signin .textbox label {
	display: block;
	padding-bottom: 7px;
}
form.signin .textbox span {
	display: block;
}
form.signin p, form.signin span {
	color: #999;
	font-size: 11px;
	line-height: 18px;
}
form.signin .textbox input {
	background: #666666;
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 6px 6px 4px;
	width: 200px;
}
 form.signin input:-moz-placeholder {
color:#bbb;
text-shadow:0 0 2px #000;
}
form.signin input::-webkit-input-placeholder {
color:#bbb;
text-shadow:0 0 2px #000;
}
.button {
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background: -o-linear-gradient(top, #f3f3f3, #dddddd);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color: #000;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 6px 6px 4px;
	margin-top: 10px;
	font: 12px;
	width: 214px;
}
.button:hover {
	background: #ddd;
}
.form_hint, .required_notification {
	font-size: 11px;
}
/* === List Styles === */
.contact_form ul {
	width: 550px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.contact_form li {
	padding: 12px;
	position: relative;
}
.contact_form li:first-child, .contact_form li:last-child {
}
.contact_form {
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0 50px #ccc;
	-moz-box-shadow: 0px 0 50px #ccc;
	box-shadow: 0px 0 15px #ccc;
}
/* === Form Header === */
.contact_form h3 {
	font-family: "Good Times";
	font-size: 20px;
	text-transform: uppercase;
	color: #18489f;
	padding: 10px;
	font-weight: 500;
}
.contact_form p {
	color: #eae7e7;
	font-family: Verdana;
	line-height: 25px;
	font-size: 13px;
	padding-right: 15px
}
.required_notification {
	color: #d45252;
	margin: 5px 0 0 0;
	margin-left: 420px;
	display: inline;
	font-size: 14px;
	font-family: Verdana;
}
/* === Form Elements === */
.contact_form label {
	width: 150px;
	margin-top: 3px;
	display: inline-block;
	float: left;
	padding: 3px;
	font-family: sans-serif;
	color: #515151;
	font-size: 14px;
}
.contact_form input {
	height: 20px;
	width: 220px;
	padding: 5px 8px;
}
.contact_form textarea {
	padding: 8px;
	width: 220px;
}
.contact_form button {
	margin-left: 156px;
}
/* form element visual styles */
.contact_form input, .contact_form textarea {
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	padding-right: 30px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding-right: 70px;
}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
 background: #fff url(images/red_asterisk.html) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
 background: #fff url(images/valid.html) no-repeat 98% center;
 box-shadow: 0 0 5px #5cd053;
 border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
 background: #fff url(images/invalid.html) no-repeat 98% center;
 box-shadow: 0 0 5px #d45252;
 border-color: #b03535
}
/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left: 8px;
	padding: 1px 6px;
	font-family: Verdana;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color: #d45252;
	position: absolute;
	top: 1px;
	left: -6px;
}
.contact_form input:focus + .form_hint {
	display: inline;
}
.contact_form input:required:valid + .form_hint {
background: #28921f;
}
.contact_form input:required:valid + .form_hint::before {
color:#28921f;
}
/* === Button Style === */
button.submit {
	background-color: #18489f;
	border-radius: 3px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 10px;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity: .85;
	cursor: pointer;
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset;
	-webkit-box-shadow: 0 0 10px 5px #356b0b inset;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}
.marker {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 23px;
	outline: none;
	background: url(../images/marker.png) no-repeat;
	cursor: pointer;
}
.marker1 {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 23px;
	outline: none;
	background: url(../images/marker1.png) no-repeat;
	cursor: pointer;
}
.marker2 {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 23px;
	outline: none;
	background: url(../images/marker2.png) no-repeat;
	cursor: pointer;
}
.popup {
	width: 300px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.popup h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: normal;
	font-size: 20px;
}
.popup .close {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	outline: none;
	background: url(../images/close.html) no-repeat;
	cursor: pointer;
}
.demo1 {
	float: left;
	width: 620px;
	height: 278px;
}
.relative {
	position: relative;
}
.controls {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}
.controls a {
	background: #2a2a2a;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 4px;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
}
.controls a:hover {
	background: #0AA51D;
	color: #FFFFFF;
}
.controls .active {
	background: #D7363A;
	color: #fff;
}
.PDFTABLE h4 {
	min-height: 40px;
}
.dong {
	color: #f46e39;
}
.sm {
	text-transform: lowercase!important;
}
.pl {
	margin-top: 5px;
	font-family: "Flaticon";
  font-size: 20px;
}
.img {
	width: 310px;
	float: left;
	margin: 8px;
}
.desc {
	text-align: center;
}
.desc p {
	text-align: center;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
	left: 70px;
	font-weight: bold;
}
#news-container {
	height: 200px!important;
}

/*------------------ My Css -------------------------*/



