
/* GHTCS */

html {
	direction: ltr;
	margin: 0;
	padding: 0;
	cursor: default;
}

body {
	direction: ltr;
	background: #ffffff;
	margin: 0px;
	padding: 0;
	cursor: default;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	outline: 0;
}

body > header {
	background: #2d5378;
	border-radius: 5px;
	margin: 15px auto;
	padding: 0px;
	width: 1480px;
	height: 100px;
	z-index: -1;
	position: relative;
	box-sizing: border-box;
}


/* TC */

.TemplateClass8 {
	width: 1480px;
	min-height: 100px;
	position: relative;
	background: #dce4f2;
	font-family: Arial,Helvetica,sans-serif;
	color: #4f669c;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #b2c8ce;
	border-radius: 5px;
	margin: 15px 0px;
	overflow: hidden;
}


/* TIDC */

.TemplateInner8 {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* TM */

header > div > nav li ul {
	display: none;
}

li {
	position: relative;
}

.open::before, .open::after {
	transform: rotate(45deg) !important;
}

.lefthamburger {
	display: none;
}

.opensubmenu {
	display: block !important;
}

@media only screen and (min-width: 990px) {  /* Desktop ViewPort */

/* GHTCS */

main {
	padding: 0;
	margin: 0px auto;
	width: 1480px;
	display: flex;
	z-index: 2;
}

body > footer {
	margin-right: auto;
	margin-left: auto;
}

header > a {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

main aside {
	padding: 0px;
	margin: 0px 15px 0px 0px;
	flex: 0 0 250px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow:hidden;
}

aside div {
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 500px;
	background: #ffd738;
}

main > article:first-of-type, main > section:first-of-type {
	padding: 0px;
	margin: 0px;
	flex: 1;
	box-sizing: border-box;
	flex-wrap: wrap;
	background: #FFFFFF;
}


/* TM */

body > header {
	z-index: 99;
}

header > div > nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 25px;
	transform: translate(0, -50%);
	width: 350px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	direction: ltr;
	z-index: 100;
}

header div ul {
	list-style-type: none;
	flex: 1;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
}

header div nav > ul {
	display: flex;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	flex: 1;
}
header div li {
	width: 100px;
	height: 35px;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	z-index: 99 !important;
}
header ul:nth-child(2) {
	position: absolute;
	margin-top: 34px;
	margin-right: -1px;
}
header div li:hover > ul {
	display: block;
}
header ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	position: relative;
	background: #aed1d7;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	z-index: 5 !important;
	box-sizing: border-box;
	height: 35px;
}

header > div li ul li:not(:last-child) {
	border-bottom: none;
}

header ul li ul li ul:nth-child(2) {
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 98px !important;
}

header ul li:hover {
	background-color: #FFFFFF;
}

header ul li:last-child {
	padding: 0px;
	margin: 0px;
}

header ul li ul li {
	background-color: #;
	border-color: #;
	color: #;
}

header ul li ul li:hover {
	background-color: #;
	border-color: #;
	color: #;
}

header > div > nav a {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 96px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

header > div > nav a:hover {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.hover-fix {
	display: block !important;
}

.tmarrow::after {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(135deg);
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {  /* Tablet ViewPort */

/* GHTCS */

body {
	margin: 0;
}

header > a {
	position: absolute;
	margin: 0px auto 0px auto;
	left: 0;
	right: 0;
	top: 10px;
	width: 60px;
	height: 60px;
}

body > header {
	width: 100% !important;
	height: 100px;
	top: 0px;
	margin: 0;
	z-index: 4 !important;
	background: #2d5378;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #000000;
}

main {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

body > footer {
	width: 100% !important;
	box-sizing: border-box;
}

main {
	top: 100px;
	margin-bottom: 100px;
}

main > aside {
	display: none;
}

main > article:first-of-type, main > section:first-of-type {
	margin: 0px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
}


/* TM */

header div nav {
	margin: 0px auto;
	padding:0;
	width: 100vw;
	background-color: #f3e5b0;
	flex: 1;
	direction: ltr;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}

header div nav a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	width: max-content;
}

header div nav ul {
	padding: 25px 0px 0px 15px;
	margin: 0px;
	list-style-type: none;
	flex: 1;
}

header > div > nav > ul:first-of-type {
	padding-bottom: 1px;
}

header div li {
	text-align: left;
	padding: 15px 0px 0px 15px;
}

header > div:first-of-type {
	position: fixed;
	top: 100px;
	max-height: 100vh;
	overflow-y: hidden;
	overflow-x: hidden;
	direction: ltr;
	z-index: 3;
	display: none;
}
header ul li {
	background: transparent !important;
	border: none !important;
	margin: 0px 0px 25px 0px;
}

.tmarrow::before {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-45deg);
}
.lefthamburger {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	height: 0.8em;
	left: 2vw;
	border-top: 0.2em solid #ffd738;
	border-bottom: 0.2em solid #ffd738;
	cursor: pointer;
}

.lefthamburger::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0px;
	width: 100%;
	border-style:solid;
	border-width: .2em 0 0 0;
	border-color: inherit;
}

.navtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
}

}
@media only screen and (min-width: 320px) and (max-width: 767px) {  /* Mobile ViewPort */

/* GHTCS */

body {
	margin: 0;
}

header > a {
	position: absolute;
	margin: 0px auto 0px auto;
	left: 0;
	right: 0;
	top: 10px;
	width: 60px;
	height: 60px;
}

body > header {
	width: 100% !important;
	height: 80px;
	top: 0px;
	margin: 0;
	z-index: 4 !important;
	background: #2d5378;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #000000;
}

main {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

body > footer {
	width: 100% !important;
	box-sizing: border-box;
}

main {
	top: 80px;
	margin-bottom: 80px;
}

main > aside {
	display: none;
}

main > article:first-of-type, main > section:first-of-type {
	margin: 0px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
}


/* TM */

header div nav {
	margin: 0px auto;
	padding:0;
	width: 100vw;
	background-color: #f3e5b0;
	flex: 1;
	direction: ltr;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}

header div nav a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	width: max-content;
}

header div nav ul {
	padding: 25px 0px 0px 15px;
	margin: 0px;
	list-style-type: none;
	flex: 1;
}

header > div > nav > ul:first-of-type {
	padding-bottom: 1px;
}

header div li {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

header > div:first-of-type {
	position: fixed;
	top: 80px;
	max-height: 100vh;
	overflow-y: hidden;
	overflow-x: hidden;
	direction: ltr;
	z-index: 3;
	display: none;
}
header ul li {
	background: transparent !important;
	border: none !important;
	margin: 0px 0px 25px 0px;
}

.tmarrow::before {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	transform: rotate(-45deg);
}
.lefthamburger {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	height: 0.8em;
	left: 2vw;
	border-top: 0.2em solid #ffd738;
	border-bottom: 0.2em solid #ffd738;
	cursor: pointer;
}

.lefthamburger::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0px;
	width: 100%;
	border-style:solid;
	border-width: .2em 0 0 0;
	border-color: inherit;
}

.navtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
}

}
