@charset "utf-8";
/*--------------------------common--------------------------*/
@font-face { /* declare fonts */
	font-family: MuseoLight;
	src: url("../fonts/Museo300-Regular.eot");
	src: local("Museo 300"), local("Museo-300"),
			url("../fonts/Museo300-Regular.woff") format("woff"),
			url("../fonts/Museo300-Regular.otf") format("opentype"),
			url("../fonts/Museo300-Regular.svg#Museo-300") format("svg");
}
*{padding:0; margin:0;}
body {
	/*font-family: "museo_sans300";*/
	/*font-family: MuseoLight;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	line-height: 30px;
	/*
	background-color: #F5F5F5;
	color: #EFEFEF;
	*/
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	/*color: #5B7984;*/
	/*color: #EFEFEF;*/
	color: #84AAB3;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}
h1 { font-size:34px; margin-bottom: 35px  }
h2 { font-size:26px; margin-bottom: 30px; line-height: 30px; }
h3 { font-size:20px; line-height: 24px; margin-bottom: 20px; }
h4 { font-size:18px }
h5 { font-size:16px }
h6 { font-size:12px }
p {margin: 0; padding: 0;}
img {
	height: auto;
  	width: 100%;
  	border: 0;
}
.container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	clear: both;
	/*padding: 15px 0;*/
	/*border: 1px solid #00F;*/
}
.clear { clear: both; }
.seperator {
	margin-top: 10px;
	height: 20px;
	background-image: url(../img/seperator.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.seperator2 {
	height: 20px;
	background-image: url(../img/seperator2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.space {
	height: 20px;
}
.type1 {
	text-align: justify;
	padding: 15px 0;
}
/*
.type2 { width: 380px;}
.type3 { width: 240px; }
.type4 { width: 170px; float: left; margin: 0 15px 0 15px }
.type2, .type3 { float: left; margin: 0 40px 0 0; }
*/
.type2 { width: 585px;}
.type3 { width: 280px; }
.type4 { width: 205px; float: left; margin: 0 10px 0 10px }
.type2, .type3 { float: left; margin: 0 30px 0 0; }
.go_right {margin-right:0 !important;}
#circle {
	float: left;
	border: 1px solid #808080;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	margin: 0 10px 0 10px;
	cursor: pointer;
}

#circle:hover {
}
.article {
	width: 80%;
	float: left;

}
.more {
	text-align: center;
}
.read_more {
	max-width: 100px;
	max-height: 20px;
	/*border: 1px solid #5B7984;*/
	border: 1px solid #EFEFEF;
	/*color: #5B7984;*/
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 7px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.read_more:hover {
	background-color: #5B7984;
	color: #FFF;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
figure figcaption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: auto;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	font-size: 28px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	font-family: "MS Serif", "New York", serif;
	font-weight: bold;
	text-shadow: 2px 5px 10px #000000;
}
/*---------------------------main---------------------------*/
.header, .content, .footer {
	background-color: #FEFEFE;
	padding: 0 10px;
}
.wrapper, .content, .footer {
	padding: 15px 0;
}
.header {
	border-bottom: 1px solid #F6F6F6;
	margin: 0 0 0px 0;
	-webkit-box-shadow: 0px 0px 5px 0px #F6F6F6;
	-moz-box-shadow: 0px 0px 5px 0px #F6F6F6;
	-ms-box-shadow: 0px 0px 5px 0px #F6F6F6;
	-o-box-shadow: 0px 0px 5px 0px #F6F6F6;
	box-shadow: 0px 0px 5px 0px #F6F6F6;
}
.logo {
	max-width: 200px;
	/*max-width: 253px;*/
	height: auto;
	padding: 10px;
	float: left;
}
.logo2{ display: none; }
.content {
	background-color: #F5F5F5;
	/*
	background-image: -webkit-linear-gradient(top,rgba(132, 170, 179, 0),rgba(132, 170, 179, 0.2),rgba(132, 170, 179, 0.3));
	background-image: -moz-linear-gradient(top,rgba(132, 170, 179, 0),rgba(132, 170, 179 ,0.2),rgba(132, 170, 179, 0.3));
	background-image: -ms-linear-gradient(top,rgba(132, 170, 179, 0),rgba(132, 170, 179, 0.2),rgba(132, 170, 179, 0.3));
	background-image: -o-linear-gradient(top,rgba(132, 170, 179, 0),rgba(132, 170, 179, 0.2),rgba(132, 170, 179, 0.3));
	*/
}
.content .container .type1 .article ul, .article2 ul {
	padding: 0 20px;
}
.imp li {
	list-style: none;
	text-indent: -.9em;
	margin: 0 0 0 .9em;
}
.imp li:before {
    content: "* ";
}
.partner {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	max-width: 900px;
}
td, th {
	border: 1px solid #CCC;
	height: 30px;
	color: #999;
}
th {
	background: #F3F3F3;
	font-weight: bold;
	text-align: center;
}
td {
	background: #FAFAFA;
	width: 50%;
}
tr:nth-child(even) td { background: #F1F1F1; }  
tr:nth-child(odd) td { background: #FEFEFE; }
/*--------------------------footer--------------------------*/
.footer {
	background-color: #393939;
	height: auto;
}
.link {
	
}

.copyright {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	/*margin: 20px 0 0 0;*/
}

/*--------------------------------------------------------------------------------------------------------------------------*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box
}

#cssmenu:after,#cssmenu > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

#cssmenu #head-mobile{display:none}
#cssmenu {
	/*z-index: 15;*/
	max-width: 900px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 40%;
	/*bottom: 0;*/
}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li > a{
	padding: 12px 17px;
	font-size:14px;
	letter-spacing:1px;
	text-decoration:none;
	color:#000;
	font-weight:700;
	display: block;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
	cursor: pointer;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#78ACC4;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
	/*background:#F5F5F5!important;*/
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	-ms-transition:background .3s ease;
	-o-transition:background .3s ease;
	transition:background .3s ease;
}
#cssmenu ul li .selected {
	/*background:#F5F5F5;
	color: #84AAB3;*/
	border-bottom: 3px solid #78ACC4;
}
#cssmenu ul ul li .selected {
	background:#78ACC4;
	/*border: 1px solid #84AAB3;*/
	color: #FFFFFF;
}

#cssmenu > ul > li.has-sub > a{padding-right:30px;}
#cssmenu > ul > li.has-sub > a:after{
	position:absolute;
	top:18px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#000;
	content:'';
}
#cssmenu > ul > li.has-sub > a:before{
	position:absolute;
	top:15px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#000;
	content:'';
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after{background: #78ACC4;}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0;}
#cssmenu ul ul{
	position:absolute;
	left:-9999px;
}
#cssmenu ul ul li{
	width: 200px;
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	z-index: 15;
	text-align: left;
	background-color: #FFF;	
/*	background: -moz-linear-gradient(top, #F9F9F9 0%, #F2F2F2 50%, #F9F9F9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(50%, #F2F2F2, color-stop(100%, #F9F9F9)));
	background: -webkit-linear-gradient(top, #F9F9F9 0%, #F2F2F2 50%, #F9F9F9 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%, #F2F2F2 50%, #F9F9F9 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%, #F2F2F2 50%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #F9F9F9 0%, #F2F2F2 50%, #F9F9F9 100%);
*/
}
#cssmenu ul ul li:hover{background: #78ACC4;}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:auto; width: 100%;}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{
	border-bottom:1px solid #F6F6F6;
	padding: 11px 28px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	width: 250px;
}

#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background: #78ACC4;}
#cssmenu ul ul li.has-sub > a:after{
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#000;
	content:'';
}
#cssmenu ul ul li.has-sub > a:before{
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#000;
	content:'';
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:after{ background: #FFF; }
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0;}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}
/*--------------------------------------------------------------------------------------------------------------------------*/
.table {
	display: inline-block;
	width: 100%;
}
.table > li {
	float: left;
	list-style: none;
	width: 50%;
	text-align: left;
	font-weight: bold;
}
.table ul li {
	text-align: left;
	font-weight: normal;
	padding: 5px 0;
	margin: 0 0 0 20px;
}
/*---------------------------tab---------------------------*/
.mode {
	border-bottom: 1px solid #A7CCE5;
}
.mode:after {
	display: block;
	clear: both;
	content: '';
}
.mode li {
	float: left;
	list-style: none;
}
.mode li:last-child {
	margin: 0 0 0 10px;
}
.mode a {
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
	transition: all linear 0.15s;
	color: #84AAB3;
}
.mode a:hover {
	background: #FFFFFF;
	text-decoration: none;
}

li.active a, li.active a:hover {
	background: #A7CCE5;
	color: #FFFFFF;
}

.tab_content {
	border-radius: 3px;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.enquiry {
	/*margin-bottom: 80px;*/
}
.enquiry .icon {
	/*text-align:center;*/
	margin: 0 0 30px 0;
	font-weight: bold;
}
.enquiry .icon .title {
	font-weight: bold;
	font-size: 20px;
	border-left: 1px solid #000;
	padding-left: 8px;
}
.enquiry .icon .dialog {
	font-size: 14px;
	margin-left: 10px;
}
.enquiry .icon .dialog img {
	max-width: 13px;
	height: auto;
	margin-right: 10px;
}
.enquiry .icon .dialog a {
	color: #5B7984;
	font-weight: bold;
	text-decoration: none;
}
/*
.enquiry {
	margin: 100px 0;
}
.enquiry .icon {
	position: relative;
}
.enquiry .icon img {
	border: 1px solid #CCC;
	width: 200px;
	padding: 5px;
	border-radius: 50%;
	margin: auto;
	display: block;
	cursor: pointer;
}
.enquiry .icon .title {
	margin: 10px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.enquiry .dialog {
	border: 1px solid #CCC;
	/* position: absolute; 
	padding: 5px 10px;
	/* bottom: 25%; 
	/* left: 50%; 
	display: none;
	z-index: 1;
	background-color: #FFF;
	border-radius: 8px;
}

.enquiry .dialog:before {
	content: '';
	width: 0;
    height: 0;
	position: absolute;
	left: -20px;
	top: 5px;
	border-style: solid;
    border-width: 10px;
    border-color: transparent #CCC transparent transparent;
}
.enquiry .dialog:after {
	content: '';
	width: 0;
    height: 0;
	position: absolute;
	left: -18px;
	top: 6px;
	border-style: solid;
    border-width: 9px;
    border-color: transparent #FFF transparent transparent;
}
.enquiry .dialog img {
	border: 0;
	border-radius: 0;
	max-width: 13px;
	height: auto;
	margin: 5px 5px 0 0;
	padding: 0px;
	float: left;
}
.enquiry .dialog a {
	font-size: 14px;
	color: blue;
	text-decoration: underline;
}
.enquiry .icon:hover > .dialog {
	display: block;
	position:fixed;
    overflow:hidden;
}
*/
#google_map { width: 100%; height: 500px; outline: 0; }

#apply_form {
	margin: auto;
	/*font-size: 18px;*/
	/*width: 380px;*/
}
#apply_form input[type=text], #apply_form input[type=email], #apply_form textarea, #apply_form #business_type {
	width: 300px;
	padding: 15px 40px;
	border-radius: 3px;
	border: 1px solid #999;
}
#apply_form #business_type {
	width: 383px;
}
#apply_form #business_type select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
#apply_form .error_msg {
	font-size: 12px;
	color: #F00;
}
#apply_form textarea {
	resize: vertical;
}
#apply_form #submit_form, #apply_form #submitf_form {
	padding: 15px 20px;
	/*float: right;*/
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #78ACC4;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 14px;
	width: 380px;
}

.feedback_menu {
	z-index: 999;
	position: fixed;
	right: -2%;
	top: 50%;
	border: 1px solid #78ACC4;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	line-height: normal;
	background-color: #78ACC4;
}
.feedback_menu a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	border: 1px solid #FFF;
	letter-spacing: 2px;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}