/*@import url('Fonts/SFUTheSansLightPlain/font.css');*/
/*@import url('Fonts/Quicksand/font.css');
@import url('Fonts/SunWorld/font.css');*/
@import url('/assets/fonts/SFUGillSans/font.css');
@import url('/assets/fonts/SFUGillSans/font.css');
@import url('/assets/fonts/Awesome/css/all.min.css');
@import url('/assets/fonts/Flaticon/flaticon.css');

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
em {
    font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#008240;
	text-decoration:none;
    cursor: pointer;
    
}
a:hover{
	text-decoration:none;
	color:#00B359;
    
	/*border-bottom:1px dotted #00AEC5;*/
	/*text-shadow: 0 0 1px rgba(255,255,255,0.5), 0 0 6px rgba(255,255,255,0.5);*/
}
a:focus, a:active {
    text-decoration:none;
}
/*body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
html {
    font-size:100%;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}*/
body
{
	margin:0 auto;	 
    /*font: 14px "Quicksand-Regular",'Arial' SFU Bembo SFU AdineKirnberg;*/
    font: 15px "SVN-Futura";
	color:#333;
    /*background: #FFF;*/
    line-height: 22px;
	-webkit-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-weight: 300;
    overflow-x: hidden;
    
}
body:after{
    display:none;
    /*content: url(../Images/Icons/social_icon_hover.png) url(../Images/footer_logo_hover.png);*/
}
strong{
    font-weight: bold;
    color: #008240;
    /*font-family: "SFUGillSans";
    color: #333;
    text-shadow: 0 0 1px rgba(18,18,18,0.5);*/
}
strong.gold{
    color: #008240;
    font-family: "SFUGillSans";
}
.no_padding{
	padding-left:0;
	padding-right:0;
}
.col_no_padding{
	padding:0 !important;
}
.row_no_padding [class*='col-']{
	padding:0;
}
.home_slideshow
{
    position: absolute;
    z-index:0;
	position:relative;
	width:100%;
    max-height: 100vh;
    overflow: hidden;
}
/*=============================================Header=============================================*/
header{	
	position:fixed;
	z-index:90;
	height:89px;
    width: 100%;
    top: 0;
    left: 0;
    /*background: url(../Images/header_bg.png) repeat-x;
    background: rgba(0, 0, 0, 0.48);*/
    /*background: #fff;*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    border-top: 3px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
header.full{
  /*  background: rgba(0, 0, 0, 0.88);*/
}
.header_left {
    position: absolute;
    z-index: 0;
    width: 200px;
    height: 86px;
    background: #fff;
    left: 0;
    top: 0;
}
.logo_bg 
{
    position: absolute;
    z-index: 99;
    float: left;
    width: 300px;
    height: 86px;
    background: url(/assets/logo_bg.png) right no-repeat;
}
.logo {
    float: left;
    width: 200px;
    height: 46px;
    margin: 10px 0 0 15px;
}
.logo img{
    width: 100%;
    height: auto;
}
.menu_right {
    position: relative;
    float: right;
    width: 80px;
    height: 86px;
}
.lang_menu_bg {
    position: absolute;
    width: 65px;
    height: 22px;
    right: 15px;
    bottom: 8px;
    text-align: center;
    line-height: 22px;
}
.lang_menu_bg span{
    float: left;
    margin: 3px 9px 0 6px;
    width: 1px;
    height: 13px;
    background: rgba(255,255,255,0.48);
}
.lang_menu_bg a{
    float: left;
    width: 20px;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    background: none;
    margin: 0;
    font-family: 'SFUGillSans';
}
.lang_menu_bg a.selected,
.lang_menu_bg a:hover {
    color: #00B359;
    /*background: #fff;*/   
}
.search_bg {
    position: absolute;
    top: 10px;
    right: 36px;
    height: 32px;
    /*width: 380px;*/
    width: 32px;
    z-index: 99;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.search_bg:hover{
    width: 390px;
    background: rgba(255,255,255,1);
}
.search_tf {
    float: right;
    width: 338px;
    height: 30px;
    margin-left: 15px;  
    /*font-family: "SFUGillSans";*/
    background: none;
    border: none;
    outline: none;  
}
.search_btn {
    float: right;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    /*background: rgba(255, 255, 255, 0.8);*/
    color: #008240;
    text-align: center;
    font-size: 13px;
}
.search_btn i{
    line-height: 32px;
}
.menu_left {
    position: relative;
    float: right;
    height: 86px;
    margin-right: 5px;
    width: 820px;    
}
.menu_info {
    float: right;
    width: 100%;
    margin-top: 11px;
}
.menu_info a {
    float: right;
    /*margin-left: 20px;*/
    font-size: 13px;
    color: #000;
    height: 30px;
    padding: 0 12px;
    line-height:30px;  
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;  
}
.menu_info a:hover{
    background: #008240;
}
.menu_info a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
}
.header_connect {
    float: right;
    height: 30px;
    margin-right: 8px;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header_connect a {
    float: left;
    width: 30px;
    height: 30px;
    /*text-align: center;*/
    /*border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;*/
    margin: 0 10px 0 0;
    color: #000;
    text-shadow: none !important;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;

}
.header_connect a i,
.header_connect a em {
    font-size: 20px;
    line-height:29px;
    color: #000;
    text-shadow: none !important;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;
}
.header_connect a:hover{ 
    border-bottom: none !important;
    text-shadow: none !important;
}
.header_connect a:hover i{
    color:#008240;  
    text-shadow: none;
    border-bottom: none;
    /*-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); */
}
/*=============================================Body=============================================*/
.body_bg {
    padding-top: 90px;
}
.body_bg.body_blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
.page_banner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
.page_banner img
{
    width: 100%;
    height: auto;
}
/*.page_bg {
    float: left;
    width: 100%;
    min-height: 360px;
    /*padding-bottom: 16px;!1!
}
.page_acticle_bg {
    position: relative;
    width: 100%;
}
.page_acticle_bg.gray{
    background: #FCFCFC;
}
.page_title 
{
    float: left;
    width: 100%;         
    margin-bottom: 16px;    
}
.page_title a,
.page_title span{
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #008240;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.page_title a:after,
.page_title span:after {
    position: absolute;
    content: '';
    width: 68px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #00b359;
}
.page_title a:hover
{
    color: #00b359;
}*/
.font_normal {
    font-style: normal !important;
}
.page_detail_img img{
    width:100%;
    height:auto;
}
/*=============================================Footer=============================================*/
footer 
{
    position: relative;
    width: 100%;
    /*height: 320px;*/
    overflow: hidden;
    margin: 0 auto;
    background:#FAFAFA;
}
.footer_info_bg 
{
    float: left;
    width: 100%;
    height: 228px;
    /*height: 126px;*/
}
.footer_info_bg .container {
    position: relative;
}
.footer_logo {
    float: left;
    /*width: 126px;*/
    margin:35px 22px 50px 0;
}
.footer_logo img{
    width: 200px;
    height: auto;
}
.footer_info {
    float: left;
    margin: 25px 0 0 0;    
}
.footer_info .item{
    float: left;
    width: 356px;
    /*width: 236px;*/
    margin-left: 22px;
}
.footer_info .item .title{
    float: left;
    width: 100%;
    color: #008240;
    /*font-family: 'SFUGillSans';*/
    margin-bottom: 6px;
    text-transform: uppercase;
}
.footer_info .item .info{
    float: left;
    width: 100%;
    color: #333;
    /*text-shadow: 0px 0px 1px rgba(0,0,0,0.3);*/
    font-size: 13px;
    /*font-family: 'SFUGillSansLight';*/
    line-height: 22px;
}
.footer_info .item .info strong{
    color: #555;
}
.footer_info .item .info a{
    color: #333;
    /*text-shadow: 0px 0px 1px rgba(0,0,0,0.3);*/
}
.footer_info .item .info a:hover{
    color: #666;
    border-bottom: 1px dotted #666;
}
.footer_info .connect{
    width: 206px;
    text-shadow: none !important;
}
.footer_info .connect.item .info a {
    float: left;
    width: 30px;
    height: 30px;
    /*text-align: center;*/
    /*border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;*/
    margin: 5px 18px 0 0;
    color: #008240;
    text-shadow: none !important;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;

}
.footer_info .connect.item .info a i,
.footer_info .connect.item .info a em {
    font-size: 20px;
    line-height:29px;
    color: #00b359;
    text-shadow: none !important;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;
}
.footer_info .connect.item .info a:hover{ 
    border-bottom: none !important;
    text-shadow: none !important;
}
.footer_info .connect.item .info a:hover i,
.footer_info .connect.item .info a:hover em{
    color:#008240;  
    text-shadow: none;
    border-bottom: none;
    /*-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); */
}
.privacy-menu-bg {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.privacy-menu-bg a {
    float: left;
    width: 100%;
    color: #008240;
    margin-bottom: 6px;
}
.footer_news_letter_bg {
    position: absolute;
    right: 25px;
    float: right;
    width: 260px;
    margin-top: 42px;
    /*margin-top: -8px;*/
}
.news_leter_title{
	float:right;
    width: 100%;
	text-align:left;
    text-transform: uppercase;
	margin:0 0 1px 0;
	color:#008240;
	font-size:13px;
    font-weight: bold;
    /*font-family: 'SFUGillSans';*/
}
.footer_news_letter_bg div{
	float:left;
}
.news_letter_btn{
	float:left;
    width: 100%;
	background:#008240;
	font-size:12px;	
    text-transform: uppercase;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.3);
    width: 100%;
	height:30px;
	/*padding: 6px 22px 6px 22px;*/	
    overflow: hidden;
    margin-top: 8px;
}
.news_letter_btn:hover
{
    color: #ffffff;
	border:none;	
	background:#00b359;
    text-shadow: none;
}
.news_letter_btn .text 
{
    display: inline-block;
    float: left;
    color:#fff;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 31px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_letter_btn .icon 
{
    display: inline-block;
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
    /*background: url(../Images/Icons/send_01.png) center no-repeat;*/
}
.news_letter_btn:hover .text
{
     margin-top:-32px;
}
/*.news_letter_btn:hover .icon
{
    margin-left: 0;
}*/
.news_letter_btn:active{
	background:#008240;
}
.news_letter_bg{
	position:relative;
	float:left;
	width:100%;
	height:32px;
	font-size:12px;
	/*font-style:italic;*/
	background:none;
	border-bottom: 1px dotted rgba(77,123,88,0.3);
}
.news_letter_tf{
	position: absolute;
    z-index: 11;
	float:left;
	width:100%;
	margin:0 0 0 0;
	/*width:186px;*/
	color:#333;
	background:none;	
	border:none;
	outline:none;
    padding: 5px 0 0 0;
    font-size:14px;
    /*font-family: 'SFUGillSans';*/
}
.news_letter_bg label{
	position: absolute;
    z-index: 10;
    top: 0;
    left: 0;    
    margin: 4px 0 0 10px;
    color:rgba(255,255,255,0.68);
}
.news_letter_bg .error_box {
    top: -26px;
    left: -8px;
    font-size: 13px;
    color: orangered;
}
.footer_partner {
    float: left;
    width: 100%;
    background: #fff;
    height:100px;
}
.partner_title_bg{
	float:left;
    width: 228px;
	height:86px;
    line-height: 89px;
	font-size:15px;
	text-transform:uppercase;
	/*text-shadow: 0px 0px 1px rgba(102,102,102,0.3);*/
	color:#008240;
    margin-left: -15px;
	/*font-family: 'SFUGillSans';*/
}
.partner_bg{
	padding: 23px 0 0 12px;
	height:86px;
	overflow:hidden;
    border-left: 3px solid #f9f9f9;	
}
.partner_bg li{
	float:left;
	/*width:190px;*/
	/*margin:0 16px;*/
	text-align:center;	
}
.partner_bg img{
	opacity:0.5;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   /* filter: grayscale(100%);*/
	max-width:206px;
	max-height:74px;
}
.partner_bg img:hover{
	opacity:1;	
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.footer_copyright_bg {
    float: left;
    width: 100%;   
    
    font-size: 11px;
    padding: 8px 0 8px 0;
    background: #008240;
    color: rgba(255, 255, 255, 0.8);
}
.footer_copyright {
    float: left;
    width: 100%; 
    text-align: center;
    /*text-align: right;*/
}
.privacy-link {
    float: right;
    color: #fff;
    text-transform: uppercase;
}
.privacy-link:hover {
    color: #FFF; 
    border-bottom: 1px dotted #fff;
}
.footer_copyright a, .footer_copyright span
{
    color: #FFF; 
}
.to_top_btn{
	position:fixed;
	width:42px;
	height:42px;
    text-align: center;    
    font-size: 22px;
	left:20px;
	bottom:20px;
	background:#008240;
	-webkit-transition:background 0.25s ease-in-out;
    -moz-transition:background 0.25s ease-in-out;
    -o-transition:background 0.25s ease-in-out;
    transition:background 0.25s ease-in-out;
    z-index: 990;
    display: none;
}
.to_top_btn i{
    color: #fff;
    height:42px;
    line-height: 42px;    
}
.to_top_btn:hover{
	background:#00b359;
}

.call-btn-bg {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 45%;
    width: 48px;
    height: 48px;
    background: #008240;
    border-radius: 100%;
}
.call-btn-bg::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 3px solid #008240;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
.call-btn-bg::before {
  content: '';
  width: 48px; height: 48px;
  border-radius: 100%;
  border: 5px solid #00B359;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 2.5s infinite;
}
.call-btn-bg i{
    float: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
@keyframes ring {
  0% {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  100% {
    width: 68px;
    height: 68px;
    opacity: 0;
  }
}
