@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,300;1,700&display=swap); 

/**Logo**/

* {
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}


#logo
{
	float:left;
	padding:0;
	margin-left:50px;
}

#logo img
{
	width:400px;
	height:auto;
	
}


@media screen and (max-width: 500px)
{
	/*#logo
	{
		display:none;
	}

	#logo img
	{
		display:none;
	}*/
}
/**Logo**/


/** global **/
body {
	margin:0px auto;
	padding:0;
	background: #fff;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 1.2em;
	color:#666;
	font-weight: 300;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:100%;
	text-align:left;
	margin-bottom:20px;
}
th, td {
	padding:10px;
}
th {
	color:#fff;
	font-weight: bold;
	border-top:1px solid #222;
	background-color:#008640;
}
td {
	border-bottom:1px solid #95a5a6;
	background-color:#ecf0f1;	
}

td a{
	
	text-decoration:none;
}

td a:hover{	
	text-decoration:none;
	color:#7f8c8d;
}
code, blockquote {
	display:block;
	font-family: "Courier New", Courier, monospace;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height:1.5em;
	margin-bottom:20px;
}
p.sub-p {
	line-height:1.5em;
	font-size: 14px;
}
a {
	color:#008640;
	
	transition: color .3s;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	
}
a:hover {
	color:#4E7BDC;
}
a:focus {
	outline:none;
}
a.button { 
    background-color: #008640;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 13px 22px;
    font-size: 0.9em;
    text-decoration: none;
	text-transform: uppercase;
	
	transition: background-color .3s;
	-o-transition: background-color .3s;
	-moz-transition: background-color .3s;

}

a.button:hover {
	background: #ecf0f1;
	color:#008640;
}

a.button-reversed {
	background-color: #ecf0f1;
	color:#008640;
}
a.button-reversed:hover {
	background: #008640;
	color:#ecf0f1;
}


a.button-slider {
	font-size: 1.3em;
	margin: 5px 0;
	padding: 13px 22px;
}

/*----------------Form Container---------------*/
#form-container
{
	width:100%;
	min-height:10px;
	display:block;
	margin-left:10%;
	margin-top:30px;
	
}

#form-container form
{
	padding-top:15px;
}

#form-container form label
{
	color: #34495e;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#form-container form input
{
	font-size: 1.1em;
	padding: 10px 2%;
	width: 35%;
	background-color: #fff;
	display: block;
	color: #999;
	border: 1px solid #008640;
	float:left;
	margin-right:10px;	
	margin-bottom:10px;
	
}

#form-container form select
{
	font-size: 1.1em;
	padding: 10px 2%;
	width: 39.5%;
	background-color: #fff;
	display: block;
	color: #999;
	border: 1px solid #008640;
	float:left;
	margin-right:10px;	
	margin-bottom:10px;
	
}

#form-container form textarea
{
	font-size: 1.1em;
	padding: 10px 2%;
	width: 76%;
	background-color: #fff;
	display: block;
	color: #999;
	border: 1px solid #008640;
	float:left;
	margin-right:10px;	
	margin-bottom:10px;
	resize:none;
}

#form-container form input[type="submit"]
{
	background-color: #008640;
    border-radius: 5px;
    color: #ecf0f1;
    display: inline-block;
    font-weight: bold;
    padding: 13px 22px;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
	
	transition: background-color .3s;
	-o-transition: background-color .3s;
	-moz-transition: background-color .3s;
}	

#form-container form input[type="submit"]:hover
{
	background: #ecf0f1;
	color:#008640;
}	


/*----------------Form Container---------------*/

/*
fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	border:1px solid #ddd;
	width:50%;
}
fieldset form input.formbutton {
border:none;
    background: #ecf0f1;
    border-radius: 5px;
    color: #008640;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    margin-left: 150px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;

}

fieldset form input.formbutton:hover {
border:none;
    background: #008640;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    margin-left: 150px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;

}*/
form.searchform input {
  	font-size: 1.1em;
    padding: 10px 2%;
	width: 96%;
	background-color: #fff;
	display: block;
	color: #999;
	border: 1px solid #ccc;
}

form.searchform p {
	margin: 5px 0 0;
}

h1 {
	font-size:3em;
	padding-bottom: 10px;
}
h2 {
	color:#444;
	font-size:1.8em;
	text-transform: uppercase;
	font-weight:bold;
	padding:0 0 10px;
	margin:0;
	letter-spacing: -1px;
}
h3 {
	color:#34495e;
	font-weight: bold;
	font-size:1.6em;
	padding-bottom:10px;
	text-transform: uppercase;
}
h4 {
	padding-bottom:10px;
	font-size:1.4em;
	font-weight: bold;
	color:#444;
}
h5 {
	padding-bottom:20px;
	font-size:1.2em;
	color:#666666;
}
ul, ol {
	padding: 0;
	
	list-style: disc;
}
/*
li {
	padding:5px 0;
}
*/


/** wrapper **/
div#wrapper {
	margin:0px auto;
	padding:0;
}

.width {
	width: 79.75%;
	margin: 0 auto;
}




/** header **/
header {
	padding:30px 0 30px;
	margin:0 auto;
	background-color: #fff;
	min-height: 80px;
}
header h1 { 
	padding-bottom: 0;
	text-align: left;
}

header h1 a,
header h1 a:hover,
header h1 a:visited {
	color: #fff !important;
	font-weight: 300;
	text-decoration: none;
	text-shadow: 1px 1px 0 #008640;
	letter-spacing: -2px;
	text-transform: uppercase;
}

header h1 a strong { font-weight: bold; }

header h2 {
	color:#bdc3c7;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom:0;
	letter-spacing:0;
	text-transform: uppercase;
}

/*-----------NAVIGATION-------------*/

.mainnav{
	background-color: #ecf0f1;
	border-bottom: 0px solid #000;
}

.topnav {
  margin-left:50px;
	z-index: 9999;
  background-color: #ecf0f1;
  padding:10px;
}

.topnav a {
  float: left;
  display: block;
  color: #008640;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  text-transform:uppercase;
  /* font-weight:bold; */

  transition: background-color .3s;
  -o-transition: background-color .3s;
  -moz-transition: background-color .3s;
}

.topnav a.selected-item {
	color:#fff;
	font-weight:bold;
	background-color: #008640;
}

.topnav a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #008640;
}

.topnav .icon {
  display: none;
  padding:15px;
 color:#008640;
}

.topnav ul li ul li,
.topnav ul li ul,
.topnav ul li,
.topnav ul {
	list-style: none;
}
.topnav > ul > li {
	display: inline-block;
	position: relative;

}
.parent-nav li {
	position: relative;
}
.parent-nav:hover .sub-nav {
	display: block;
}
.sub-nav a {
	width: 100%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #008640;
}
.sub-nav li a:hover {
	color: #fff;
}
.sub-nav {
	display: none;
	width: 240px;
	position: absolute;
	background: #ecf0f1;
	color: #fff;
	top: 36px;
}

@media screen and (max-width: 600px) 
{
  .topnav {margin-left:0px;}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative; margin-left:0px;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	margin:10px;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

/*dropdown*/
.dropdown ul
{
	background:#000;
	display:none;
}
/*dropdown*/
/*
nav#mainnav {
	background-color: #ecf0f1;
	border-top: 1px solid #111;
	border-bottom: 1px solid #000;
}

nav#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
nav#mainnav ul li {
	border-bottom:none;
	padding: 10px 0;
	display: block;
	float: left;
}
nav#mainnav li.selected-item a,
nav#mainnav li.selected-item a:hover {
	color:#fff;
	font-weight:bold;
	background-color: #008640;
	
}
nav#mainnav li a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #008640;
}
nav#mainnav li a {
	color: #008640;
	float: left;
	display: inline-block;
	padding: 15px 20px;
	border-top: 1px solid transparent;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	
}
/*-----------NAVIGATION-------------*/

/** intro **/
.intro {
	background-image: url('../img.jpg');
	background-position: 50% 25%;
	background-size: cover;
	padding: 100px 0;
}

.intro .width {
	margin-bottom: 0;
	color: #fff;
}

.intro h2 {
	color: #fff;
}


/** body **/
section#body {
	padding: 0;
	background: #ccc;
}


/** content+sidebar styles **/
section#content {
	/*width: 54%;
	padding: 20px 14% 20px 1%;
	background-color: #fff;*/

	width: 60%;
	padding: 20px 1%;
	background-color: #fff;
	margin-right: 8%;

}
.column-left {
	float:left;
}
.column-right {
	float:right;
}
aside#sidebar {
	width:22.75%;
	padding:5px 0.25% 5px 7%;
	/*width: 28.75%;
	padding: 5px 0.25% 5px 1%;*/
	font-size: 0.8em;
}


aside#sidebar .block {
	padding: 25px 0;
}

aside#sidebar p.text-block {
		
	margin-bottom: 0;
	padding: 10px;
	line-height: 1.7em;
	background-color: #999;
	color: #008640;

}

aside#sidebar p.text-block a {
	color: #555;
}

aside#sidebar p.text-block a.readmore {
	font-weight: bold;
}

aside#sidebar p.coloured-text-block {
	background-color: #ccc;
	color: #008640;
}

aside#sidebar p.coloured-text-block a {
	color: #fff;
}

aside#sidebar h4 { 
	color:#999;
	text-shadow: 1px 1px 0 #eee;
	font-size: 1.6em;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
}
aside#sidebar a {
	color: #fff;
}
aside#sidebar a:hover {
	color:#008640;
}
aside#sidebar ul {
	list-style: none;
	margin: 0;
}
/*
aside#sidebar ul li {
	padding: 7px 0px;
}*/

.responsive-buttons { display: none; }

article {
    padding: 10px 10px 30px;
	font-size: 0.95em;
	border-bottom: 1px solid #eee;
	min-height:500px;
	display:inline-block;
	min-width:90%;

 }

article h2 {
	font-size: 2.0em;
	color:#008640;
}

article .article-info {
  color: #CCC;
font-size: 0.8em;
padding: 0px 0px 10px;
}

article .article-info a { 
	color: #ccc;
}

.side-menu-container
{	
	width:100%;
	min-height:100px;
	background:#ccc;
	display:inline-block;
}

.side-menu-container ul
{
	list-style-type: none;
	margin:10px;
	text-align:center;
}


.side-menu-container li a
{
	display:block;
	min-width:70%;
	height:25px;
	background:#008640;
	margin:15px;
	padding:5px;
	border-radius: 5px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	line-height:25px;
}

.side-menu-container li a:hover
{	
	background:#ecf0f1;
	
}


/*--------Article Container--------*/
.article-container
{
	width:100%;
	min-height:100px;
	margin-top:20px;
	display:inline-block;
	border-top:2px solid #ecf0f1;
}

.article-box
{
	width:45%;
	min-height:10px;
	float:left;
	background:#ecf0f1;
	margin:15px;
	display:inline-block;
	
}

.article-box p
{
	margin-left:10px;
	margin-right:10px;
}


.article-box-header
{
	min-height:50px;	
	width:100%;
	background:#008640;
	
}

.article-box-bottom
{
	min-height:20px;
	background:#008640;
	width:100%;
	
	
}

.article-box-title
{
	color:#ecf0f1;
	font-weight:bold;
	padding:5px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	
}

.article-box-more
{	color:#ecf0f1;
	font-weight:bold;
	padding:5px;
	float:right;
	margin-top:10px;
	margin-right:30px;	
}

.article-box-menu
{
	min-height:10px;
	min-width:94%;
	margin:10px;
	display:inline-block;
}

.article-box-menu ul
{
	list-style-type:none;
}

.article-box-menu li
{
	width:93%;
	color:#000;
	padding:5px;
	border-bottom:1px solid #7f8c8d;
}

.article-box-menu li a
{
	color:#7f8c8d;	
	padding:5px;
	font-size:14px;	
	text-decoration:none;
}

.article-box-menu li a:hover
{
	color:#008640;
	padding:5px;
	font-size:14px;
	
}

.article-box-menu li a:before
{
	color:#7f8c8d;	
	margin-right:10px;
	font-size:10px;
	content:">>";
	font-weight:bold;
	text-decoration:none;
}





@media screen and (max-width: 970px)
{
	.article-box-more
	{
		display:none;		
	}
	
	.article-box
	{
		width:43%;
		
	}
	
}

@media screen and (max-width: 870px)
{
	.article-box-more
	{
		display:none;		
	}
	
	.article-box
	{
		width:93%;
		
	}
	
}	

@media screen and (max-width: 480px)
{
	.article-box-more
	{
		display:none;		
	}
	
	.article-box
	{
		width:93%;
		
	}
	
}	

/*--------Article Container--------*/



/** footer **/
footer {
	margin:0px auto;
	background: #2a2a2a;
	font-size: 0.85em;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	font-size: 0.8em;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a {
 	color: #fff;
	border-bottom-color:#505050;
}

footer .footer-content li {
 	color: #505050;
	line-height: 1.5em;
	font-size: 0.95em;
}

footer .footer-content li a:hover { 
	color: #008640;
	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #008640;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #444;
}

footer .footer-bottom p {
	text-align: center;
	padding: 30px 0  50px;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #ecf0f1;
	border-bottom-color: #666;
}




/** clear fix **/
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	clear: both;
	display: block;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

.responsive-buttons a, 
.responsive-buttons a:hover {
	color: #ccc;
	display: block;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;	
	background-color: #ccc; 
	border: 1px solid #c0c0c0;
	text-decoration: none;
	
}



@media screen and (max-width: 600px) {

	body { font-size: 0.9em; }	


	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	.column-left, .column-right { margin:0 5px; }
	
	section#content, aside#sidebar { position: relative; float: none; width: auto; padding: 2%;  }
	
	.responsive-sidebar-hide { display: none; }

	.responsive-buttons { display: block; }

	div.intro { padding: 10px 0; }
	
	.intro p { margin-left: 0; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }


	footer .footer-content ul { width: auto; float: none; }


}


@media screen and (max-width: 450px) {

	body { font-size: 0.8em; }


	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0; font-size: 1.1em; }
	
	header h1 { text-align: center; }

	header h2 { display: none; }

	nav#mainnav ul li a   { display: block; margin-top: 0; padding: 8px 1em; }

	aside#sidebar nav#mainnav ul li { padding: 2px 0; }
}


/*---------------Footer Links------------------*/

/*---------------Footer Links------------------*/


/*--------------------Slider-------------------*/
#slideshow {
  position: relative;
  width:100%;
  min-height: 240px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  float:left;
}

#slideshow > div {
	
  left: 10px;
  right: 10px;
  bottom: 10px;
 
}

@media screen and (max-width: 670px)
{

	.mainnav.show-mobile {
		min-height: 44px;
	}
	.show-mobile {
		display:block;
	}

	.hide-mobile,
	aside#sidebar,
	#slideshow
	{
		display:none;
	}

	section#content{
		width: 100%;
		padding: 0;
		margin-right: 0;
	}
}
/*--------------------Slider-------------------*/

strong {
	font-weight: 600;
}

h5.header-title {
	line-height: 1.3em;
	font-weight: 400;
}

ol.list.decimal {list-style: decimal;}
ol.list.lower-alpha {list-style: lower-alpha;}
ul.list.lower-alpha {
	list-style: lower-alpha;
}
ol.list,
ul.list {
	margin-left: 20px;
}
ul.list.no-bullet{
	list-style: none;
}

ol.list li,
ul.list li {
	margin-bottom: 20px;
}

article {
	min-height: 0;
}
aside#sidebar .rss-item a {
	color: #008640;
}
.rss-item {
	padding: 10px;
	margin-top: 10px;
	background-color: #ccc;
	color: #2c3e50;
}
.rss-description {
	color: inherit;
}
.rss-title {
	font-weight: 600;
}
.rss-regulationasia,
.rss-einnews {
	margin-bottom: 30px;
}

.header-container,
.mainnav,
footer,
.intro,
#body {
	max-width: 1366px;
	margin: 0 auto;
}
.topnav {
	padding: 0 10px;
}
.topnav a {
	padding:10px 16px;
}

.header-container {
	position: relative;
}
.lang-select a {
	font-size: 14px;
}
.lang-select {
	position: absolute;
	right:20px;
}

ul.tab {
	display: none;
}
ul.show-tab {
	display: initial;
}

h5.tab.selected-tab {
	color: #0066bb;
	font-weight: 600;
}
h5.tab {
	cursor: pointer;
}

.full-width {width:100%}