@font-face {
	font-family: "zihun";
	/* Project id  */
	src: url('/wp-content/themes/oukai/fonts/zihun.ttf') format('truetype');
}

@font-face {
	font-family: "AkzidenzGroteskBEBolCnTi";
	/* Project id  */
	src: url('/wp-content/themes/oukai/fonts/AkzidenzGroteskBEBolCnTi.ttf') format('truetype');
}

@font-face {
	font-family: "hyzbi";
	/* Project id  */
	src: url('/wp-content/themes/oukai/fonts/hyzbi.woff2') format('truetype');
}

@font-face {
	font-family: "RyS7m";
	/* Project id  */
	src: url('/wp-content/themes/oukai/fonts/RyS7m.woff2') format('truetype');
}

@font-face {
	font-family: "FRABK";
	/* Project id  */
	src: url('/wp-content/themes/oukai/fonts/FRABK.TTF') format('truetype');
}

body {
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a {
	display: inline-block;
}

.p-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.p-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.w-70 {
	padding-left: 15%;
	padding-right: 15%;
	width: 100%;
}

@media (max-width:1400px) {
	.w-70 {
		padding-left: 10%;
		padding-right: 10%;
		width: 100%;
	}
}

@media (max-width:980px) {
	.w-70 {
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
	}
	.p-100 {
	padding-top: 80px;
	padding-bottom: 80px;
	}

}
@media (max-width:768px) {
	.w-70 {
		width: 100%;
	}
	.p-100 {
	padding-top: 40px;
	padding-bottom: 40px;
	}

}
@media (max-width:1200px) {
.p-150 {
	padding-top: 120px;
	padding-bottom: 120px;
}
}
@media (max-width:980px) {
.p-150 {
	padding-top: 90px;
	padding-bottom: 90px;
}
}
@media (max-width:768px) {
.p-150 {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
header {
	height: 120px;
	background-color: #FFFFFF;
	display: flex;
	flex-flow: wrap;
	border-bottom: 1px solid #dcdcdc;
}

header .header-L {
	width: calc(15% + 250px);
	padding-left: 15%;
	background-color: #006EBD;
	height: 100%;
}

header .header-R {
	width: calc(85% - 250px);
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

header .header-L .img {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	height: 100%;
}

header .header-L .img img {
	height: 50px;
}

header .header-R ul.nav {
	display: flex;
	flex-flow: wrap;
}

header .header-R ul.nav>li {
	min-width: 120px;
	height: 120px;
	border-right: 1px solid #dcdcdc;
	padding: 0px;
	position: relative;
}

header .header-R ul.nav>li>a {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #535353;
}

header .header-R ul.nav>li img {
	height: 26px;
}
header .header-R ul.nav>li ul.sub-menu{
	position: absolute;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	display: none;
}
header .header-R ul.nav>li:hover ul.sub-menu{
	display:block;
}
header .header-R ul.nav>li ul.sub-menu li{
	padding: 10px 5px;
}
header .header-R ul.nav>li ul.sub-menu li + li{
	border-top: 1px solid #ffffff;
}
header .header-R ul.nav>li ul.sub-menu li:hover{
	background-color: #006EBD
}
header .header-R ul.nav>li ul.sub-menu li a{
	color: #ffffff;
}
header .header-R ul.language {
	width: 120px;
	padding: 0;
}

header .header-R ul.language>li {
	background-color: #1a1a1a;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 120px;
}

header .header-R ul.language>li a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

header .nav-meun {
	width: 26px;
	height: 30px;
	margin: 10px 12px;
	display: none;
	overflow: hidden;
	position: relative;
}

header .nav-meun.nav-x {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}

header .nav-meun span {
	display: inline-block;
	width: 100%;
	height: 3px;
	line-height: 1;
	background-color: #000000;
	position: absolute;
}

header .nav-meun span:nth-of-type(1) {
	top: 4px;
}

header .nav-meun span:nth-of-type(2) {
	top: calc(50% - 1.5px);
}

header .nav-meun span:nth-of-type(2):before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

header .nav-meun span:nth-of-type(2):after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

header .nav-meun span:nth-of-type(3) {
	bottom: 4px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}

header .nav-meun.nav-x span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 18.5px;
	display: none;
	background-color: #FF6900;
}

header .nav-meun.nav-x span:nth-of-type(2) {
	background-color: rgba(0, 0, 0, 0);
}

header .nav-meun span:nth-of-type(2):before {
	transform: rotate(0deg);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

header .nav-meun span:nth-of-type(2):after {
	transform: rotate(0deg);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

header .nav-meun.nav-x span:nth-of-type(2):before {
	transform: rotate(45deg);
	top: 0;
	left: 0%;
	background-color: red;
}

header .nav-meun.nav-x span:nth-of-type(2):after {
	top: 0;
	left: 0%;
	transform: rotate(-45deg);
	background-color: red;
}

header .nav-meun.nav-x span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 18.5px;
	display: none;
	background-color: #FF6900;
}

@media (max-width:1400px) {
	header .header-L {
		width: calc(10% + 250px);
		padding-left: 10%;
	}
	header .header-R {
		width: calc(90% - 250px);
	}
}

@media (max-width:1280px) {
	header {
		height: 90px;
	}
	header .header-L {
		width: calc(10% + 200px);
		padding-left: 10%;
	}
	header .header-R {
		width: calc(90% - 200px);
	}
	header .header-L .img img {
		height: 40px;
	}
	header .header-R ul.nav>li {
		min-width: 90px;
		height: 90px;
	}
	header .header-R ul.language {
		width: 90px;
	}
	header .header-R ul.language>li {
		min-width: 90px;
		height: 90px;
	}
}

@media (max-width:980px) {
	header {
		height: 60px;
	}
	header .header-L {
		width: calc(5% + 150px);
		padding-left: 5%;
	}
	header .header-R {
		width: calc(95% - 150px);
	}
	header .header-L .img img {
		height: 30px;
	}
	header .header-R ul.nav>li {
		min-width: 60px;
		height: 60px;
	}
	header .header-R ul.nav>li a {
		padding: 0 15px;
	}
	header .header-R ul.nav>li img {
		height: 20px;
	}
	header .header-R ul.language {
		width: 60px;
	}
	header .header-R ul.language>li {
		min-width: 60px;
		height: 60px;
	}
}

@media (max-width:768px) {
	header {
		height: 50px;
		border: 0;
		width: 100%;
		overflow: hidden;
	}
	header .header-L {
		width: 165px;
		padding-left: 30px;
	}
	header .header-R {
		width: calc(100% - 165px);
		position: relative;
	}
	header .header-L .img img {
		height: 25px;
	}
	header .header-R ul.nav {
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
		height: 100vh;
		padding-top: 20px;
		background-color: rgba(0, 0, 0, 0.75);
		align-content: flex-start;
		opacity: 1;
		transform: translateX(100%);
		-webkit-transition: all 0.5s linear;
		transition: all 0.5s linear;
		z-index: 999;
	}
	header .header-R ul.nav>li {
		min-width: 100%;
		height: 50px;
		border-right: none;
	}
	header .header-R ul.language {
		width: 50px;
	}
	header .header-R ul.language>li {
		min-width: 50px;
		height: 50px;
	}
	
	header .nav-meun {
		display: inline-block;
	}
	header .header-R ul.nav>li a {
		color: #ffffff;
	}
	header .header-R ul.nav>li:hover a{
		color:#000000;
	}
}

footer {
	background-image: url(/wp-content/themes/oukai/images/footer.png);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	background-color: #006ebd;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 50px;
}

footer .footer-list {
	display: flex;
	flex-flow: wrap;
}

footer .footer-list .list-img {
	width: 40%;
}

footer .footer-list .list-ul {
	width: 30%;
	padding-left: 20%;
}

footer .footer-list .list-logo {
	width: 30%;
}

footer .footer-list .list-img .img {
	padding-bottom: 50px;
}

footer .footer-list .list-img .img img {
	width: 100%;
	opacity: 0.95;
}

footer .footer-list .list-img p {
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 20px;
	letter-spacing: 5px;
	opacity: 0.75;
}

footer .footer-list .list-ul ul {
	padding: 0;
}

footer .footer-list .list-ul ul li {
	padding: 10px 0;
	position: relative;
}

footer .footer-list .list-ul ul li a {
	color: #FFFFFF;
	opacity: 0.75;
	font-size: 16px;
}

footer .footer-list .list-ul ul li.current-menu-item:before,
footer .footer-list .list-ul ul li:hover:before {
	content: url('/wp-content/themes/oukai/picture/meter1.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -50px;
	top: 10px;
}

footer .footer-list .list-ul ul li.current-menu-item a,
footer .footer-list .list-ul ul li a:hover {
	color: #00edff;
	opacity: 1;
}

footer .footer-list .list-logo .img {
	text-align: right;
}

footer .footer-list .list-logo .img img {
	width: 50%;
}

footer .footer-list .list-logo p {
	text-align: right;
	padding-top: 100px;
}

footer .footer-list .list-logo p a {
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.75;
	line-height: 1.8;
}
@media (max-width:980px){
	footer{
		padding-top: 100px;
		padding-bottom: 40px;
	}
}

@media (max-width:980px){
	footer{
		padding-top: 100px;
		padding-bottom: 40px;
	}
}

@media (max-width:768px){
	footer{
		padding-top:40px;
		padding-bottom: 5px;
	}
	footer .footer-list .list-img{
		width: 100%;
	}
	footer .footer-list .list-img .img{
		padding-bottom: 20px;
	}
	footer .footer-list .list-img .img img{
		width: 60%;
	}
	footer .footer-list .list-img p{
		padding-bottom: 0px;
	}
	footer .footer-list .list-ul{
		width: 100%;
		display: none;
	}
	footer .footer-list .list-logo{
		width: 100%;
	}
	footer .footer-list .list-logo .img{
		text-align: left;
		display: none;
	}
	footer .footer-list .list-logo p{
		text-align: left;
		padding-top: 0px;
	}
}
