/* 202501160810 UTC */
.st-header{
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(109,109,109,0.3) ,0 2px 6px 2px rgba(109,109,109,0.15);
}

.st-footer{
	text-align: center;
	padding-top: 30px;
	background-color: #025192;	
}

.st-main-fixed{
	padding-top: 80px;	
}

.st-main{
	color: #4B4D4E;
	overflow: hidden;
}

.st-main h1, h2, h3, h4, h5, h6 {
	color: #2B2B2B;
}

.st-lg-menu{
	margin-top: 15px;
	display: block;
	clear: both;
	overflow: hidden;
}

.st-lg-menu-nav{
	text-align: center;
	padding-top: 18px;
}

.st-lg-menu-link{
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 10px;
}

.st-lg-menu-link-size{
	font-size: 1em;
}

.st-lg-menu-nav .st-lg-menu-link{
	margin-right: 40px;
}

.st-lg-menu-link-active{
	color: #025192;
	border-bottom: 2px solid #FF8700;
}

.st-lg-menu-link-active:hover{
	color: #025192;
	border-bottom: 2px solid #FF8700;
}

.st-lg-menu-link-inactive{
	color: #2B2B2B;
	border-bottom: none;
}

.st-lg-menu-link-inactive:hover{
	color: #025192;
	border-bottom: 2px solid #FF8700;
}

.st-lg-menu-button{
	display:inline-block;
	padding: 10px 20px 10px;
	background-color: #FF8700;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
}

.st-lg-menu-button:hover{
	background-color: #025192;
}

.st-lg-menu-side{
	margin-top: 15px;
	margin-right: 10px;
}

.st-lg-menu-side .st-lg-menu-button{
	margin-top: 8px;
}

.st-lg-menu-lang{
	float: right;
}

.st-lg-menu-lang-size{
	padding: 17px 25px 0px 0px;
}

.st-lg-menu-lang-box{
	color: #2B2B2B;
	cursor: pointer;
	font-size: 0.9em;
}

.st-lg-menu-lang-box:hover{
	color: #025192;
}

.st-lg-menu-lang-box img{
	float: right;
	border: 1px solid #2B2B2B;
}

.st-lg-menu-lang-box-txt{
	display: inline-block;
	line-height: 20px;
	margin-right: 5px;
}

.mn-sm-menu-state-hidden .st-sm-menu-lang-box{
	display: none;	
}

.mn-sm-menu-state-showing .st-sm-menu-lang-box{
	display: block;	
}

.st-sm-menu-lang-box{
	color: #2B2B2B;
	cursor: pointer;
	font-size: 0.9em;
	float: left;
	padding-left: 10px;
	margin-top: 6px;
}

.st-sm-menu-lang-box:hover{
	color: #025192;
}

.st-sm-menu-lang-box img{
	float: right;
	border: 1px solid #2B2B2B;
}

.st-sm-menu-lang-box:hover img{
	border: 1px solid #025192;
}

.st-sm-menu-lang-box-txt{
	display: inline-block;
	line-height: 20px;
	margin-right: 5px;
}

.st-sm-menu-nav{
	padding-top: 15px;
	padding-right: 10px;
}

.mn-sm-menu-state-hidden .st-sm-menu-nav{
	background-color: white;
}

.mn-sm-menu-state-showing .st-sm-menu-nav{
	background-color: #D7F3FF;
}

.st-sm-menu-link{
	display: block;
	cursor: pointer;
	font-weight: normal;  
	margin-bottom: 7px;	
	padding: 10px;
	text-decoration: none;
}

.st-sm-menu-link-active{ 
	color: #025192;  
	border-bottom: 2px solid #FF8700;
	margin-bottom: 5px;	
}

.st-sm-menu-link-active:hover{
	color: #025192;
	border-bottom: 2px solid #FF8700;
	margin-bottom: 5px;
}

.st-sm-menu-link-inactive{
	color: #2B2B2B;
}

.st-sm-menu-link-inactive:hover{
	color: #025192;
	border-bottom: 2px solid #FF8700;
	margin-bottom: 5px;
}

.st-lg-lang{
  	display: none;
  	position: absolute;
  	background-color: #FFFFFF;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
 	margin-top: 10px;
 	margin-left: -80px;
}

.st-sm-lang{
  	display: none;
  	position: absolute;
  	background-color: #FFFFFF;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
 	margin-top: 30px;
 	margin-left: 10px;
}

.st-lang-content{
	background-color: #FFFFFF;
	margin: 30px auto;
	padding: 0px 20px;
	/*border: 1px solid #888;
	width: 80%;*/
}

.st-lang-content a{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.st-lang-content a:hover{
	background-color: #FCFCFC;
}

.st-lang-content-link{
	cursor: pointer;
	color: #2B2B2B;
	display: block;
	overflow: hidden;
	clear: both;
}

.st-lang-content-link:hover{
	color: #025192;  
}

.st-lang-content-link img{
	float: right;
	border: 1px solid #2B2B2B;
	margin-left: 5px;
}

.st-lang-content-link:hover img{
	border: 1px solid #025192;
}

.st-lang-content-link-txt{
	display: inline-block;
	text-align: left;
}

.st-lang-close{
	cursor: pointer;
  	color: #2B2B2B;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
  	text-decoration: none;
  	margin-right: 10px;
}

.st-lang-close:hover,
.st-lang-close:focus{
  color: #025192;  
}

.st-box-text{
	font-weight: normal;
	display: block;
	text-align: left;
	width: 100%;	
	line-height: 2em;
}

.st-box-text label{
	float: left;
	min-width: 7em;	
}

.st-box-text a{
	cursor: pointer;
	color: #025192; 				
	text-decoration: none;
}

.st-box-text a:hover{
	color: #FF8700;
}

.st-box-text-inline{
	display: inline-block;
	margin-right: 5px;
}	

.st-box-text-inline-margin{
	display: inline-block;
	margin: 0px 10px;	
}		

.st-footer-menu{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 0.88em;	
}

.st-footer-menu h3{
	display: block;	
	color: #BABABA;
}

.st-footer-menu a{
	display: block;
	color: #DEF0FF;
	cursor: pointer;	
	text-decoration: none;
	line-height: 2.2em;
}

.st-footer-menu a:hover{
	color: #FF8700;
	text-decoration: underline;
}

.st-footer-menu-last{
	width: 180px;
	display: inline-block;
	font-size: 0.88em;
	color: #BABABA;	
}

.st-footer-menu-last h3{
	display: block;
	color: #BABABA;		
	text-align: left;
}

.st-footer-menu-box{
	width: 100%;
}

.st-footer-menu-box img{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.st-footer-menu-box a{
	float: left;
	color: #DEF0FF;
	cursor: pointer;	
	text-decoration: none;
	line-height: 2.5em;
}

.st-footer-menu-box a:hover{
	color: #FF8700;
	text-decoration: underline;
}

.st-footer-menu-box div{
	float: left;
	margin-top: 7px;
}

.st-footer-social{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}

.st-footer-social-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 7px;		
}

.st-footer-social-icon-fb{
	background-image: url("../images/img-social-facebook.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-fb:hover{
	background-image: url("../images/img-social-facebook-hover.png");
	 background-repeat: no-repeat;
}

.st-footer-social-icon-in{
	background-image: url("../images/img-social-linkedin.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-in:hover{
	background-image: url("../images/img-social-linkedin-hover.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-tw{
	background-image: url("../images/img-social-twitter.png");
	background-repeat: no-repeat;
}

.st-footer-social-icon-tw:hover{
	background-image: url("../images/img-social-twitter-hover.png");
	background-repeat: no-repeat;
}

.st-footer-copyright{
	font-size: 0.75em;
	line-height: 2.25em;
	color: #BABABA;
}

.st-footer-validation{
	
}


	
@media only screen and (min-width:1401px){	
	.st-header-logo{
		cursor: pointer;
		width: 260px;
		height: 70px;
		background-image: url("../images/img-logo.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}

	.st-lg-menu-nav{
		text-align: center;
		padding-top: 18px;
	}

	.st-lg-menu-side{
		margin-top: 15px;
		margin-right: 10px;
	}

	.st-lg-menu-nav .st-lg-menu-link{
		margin-right: 30px;
	}
	
	.st-lg-menu-link-size{
		font-size: 1em;
	}

	.st-lg-menu-lang-size{
		padding: 17px 25px 0px 0px;
	}

	.st-main-fixed{
		padding-top: 80px;
	}
}

@media only screen and (min-width: 1301px) and (max-width:1400px){	
	.st-header-logo{
		cursor: pointer;
		width: 260px;
		height: 70px;
		background-image: url("../images/img-logo.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}
	
	.st-lg-menu-nav{
		text-align: center;
		padding-top: 18px;
	}
	
	.st-lg-menu-side{
		margin-top: 15px;
		margin-right: 10px;
	}
		
	.st-lg-menu-nav .st-lg-menu-link{
		margin-right: 25px;
	}

	.st-lg-menu-link-size{
		font-size: 1em;
	}
	
	.st-lg-menu-lang-size{
		padding: 17px 25px 0px 0px;
	}

	.st-main-fixed{
		padding-top: 80px;
	}
}

@media only screen and (min-width: 1101px) and (max-width:1300px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}
	
	.st-lg-menu-nav{
		text-align: center;
		padding-top: 8px;
	}

	.st-lg-menu-side{
		margin-top: 5px;
		margin-right: 10px;
	}

	.st-lg-menu-nav .st-lg-menu-link{
		margin-right: 10px;
	}

	.st-lg-menu-link-size{
		font-size: 0.95em;
	}
	
	.st-lg-menu-lang-size{
		padding: 17px 20px 0px 0px;
	}
		
	.st-main-fixed{
		padding-top: 80px;
	}
}

@media only screen and (min-width: 1001px) and (max-width:1100px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;
	}

	.st-lg-menu-nav{
		text-align: center;
		padding-top: 8px;
	}
	
	.st-lg-menu-side{
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.st-lg-menu-nav .st-lg-menu-link{
		margin-right: 10px;
		font-size: 0.88em;
	}

	.st-lg-menu-link-size{
		font-size: 0.88em;
	}
	
	.st-lg-menu-lang-size{
		padding: 17px 10px 0px 0px;
	}
	
	.st-main-fixed{
		padding-top: 80px;
	}
}

@media only screen and (min-width: 501px) and (max-width:1000px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;
		margin: 5px 0px 5px 0px;	
	}
	
	.st-main-fixed{
		padding-top: 40px;
	}
}

@media only screen and (max-width:500px){	
	.st-header-logo{
		cursor: pointer;
		width: 170px;
		height: 50px;
		background-image: url("../images/img-logo-mob.png");
		background-repeat: no-repeat;		
		margin: 5px 0px 5px 0px;	
	}
	
	.st-main-fixed{
		padding-top: 40px;
	}
}