@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;900&display=swap);
@font-face {
	font-family: "AvantGardeBookBT";
	/* Project id  */
	src: url('/wp-content/themes/qimai/fonts/AvantGardeBookBT.ttf') format('truetype');
}

@font-face {
	font-family: "Swis721WGL4BTRoman";
	/* Project id  */
	src: url('/wp-content/themes/qimai/fonts/Swis721WGL4BTRoman.ttf') format('truetype');
}

@font-face {
	font-family: "Swis721WGL4BTBold";
	/* Project id  */
	src: url('/wp-content/themes/qimai/fonts/Swis721WGL4BTBold.ttf') format('truetype');
}

* {
	font-family: "Inter", sans-serif, arial;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-120 {
	padding-bottom: 120px;
}
.w-1600{
	width: 100%;
	max-width: 1660px;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0 auto;
}
.w-75 {
	padding-left: 12.5%;
	padding-right: 12.5%;
}

.w-85 {
	width: 100%;
	padding-left: 7.5%;
	padding-right: 7.5%;
}

@media (max-width:1550px) {
	.w-85 {
		padding-left: 6.5%;
		padding-right: 6.5%;
	}
	.w-1600{
		padding-right: 35px;
		padding-left: 35px;
	}
}

@media (max-width:980px) {
	.w-85 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pb-40 {
		padding-bottom: 30px;
	}
	.pb-60 {
		padding-bottom: 40px;
	}
	.pb-120 {
		padding-bottom: 80px;
	}
	.w-1600{
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width:768px) {
	.w-85 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pb-40 {
		padding-bottom: 20px;
	}
	.pb-60 {
		padding-bottom: 20px;
	}
	.pb-120 {
		padding-bottom: 40px;
	}
	.w-1600{
		padding-right: 10px;
		padding-left: 10px;
	}
}


		header{
			width: 100%;
			height: 90px;
			padding-left: 60px;
			border-bottom:1px solid rgba(255,255,255,0.2) ;
			position: fixed;
			top: 0;
			left: 0;
			display: flex;
			flex-flow: wrap;
    		justify-content: space-between;
    		align-items: center;
    		align-content: center;
    		z-index: 9999;
		}
		header .header-logo{
		}
		header .header-logo a{
			display: inline-block;
		}
		header .header-logo img{
			height: 40px;
		}
		header .header-nav{
			display: flex;
			flex-flow: wrap;
			column-gap: 70px;
    		align-items: center;
    		align-content: center;
		}
		header .header-nav ul{
			display: flex;
			flex-flow: wrap;
			column-gap: 70px;
		}
		header .header-nav ul li a{
			color: #ffffff;
			font-size: 15px;
			position: relative;
			line-height: 90px;
			display: inline-block;
		}
		header .header-nav .nav ul li a{
		}
		header .header-nav .nav ul li a:after{
			content: '';
			width: 0%;
			height: 2px;
			background-color: #ffffff;
			display: inline-block;
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
    		transition:all 0.2s ease 0s;
		}
		header .header-nav .nav ul li.current-menu-item a:after, header .header-nav .nav ul li:hover a:after{
			width: 100%;
		}
		header .header-nav .lang{
			width: 90px;
			height: 90px;
			border-left:1px solid rgba(255,255,255,0.2) ;
			display: flex;
			flex-flow: wrap;
			justify-content: center;
    		align-items: center;
    		align-content: center;
		}
		header .header-nav .lang ul li a{
			font-size: 18px;
		}
		header.header{
			background-color: #002D62;
		}
		.header-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

@media (max-width:1080px) {
	.header-mobile {
		display: block;
	}
	header {
		display: none;
	}
}

.header-mobile .header-mobile-top {
	width: 100%;
	height: 70px;
	background-color: #002D62;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.header-mobile .logo {
	padding: 15px 35px;
}

.header-mobile .logo img {
	height: 40px;
	display: block;
}

.header-mobile .meun {
	padding: 18px;
	background-color: rgba(0, 0, 0, 0.2);
}

.header-mobile .meun img {
	display: none;
	width: 34px;
}

.header-mobile .meun img.meun-1 {
	display: block;
}

.header-mobile ul.nav {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	min-height: calc( 100vh - 70px);
	padding: 70px 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 1;
	transform: translateX(-0%);
	transition: all 0.5s ease 0s;
}

.header-mobile ul.nav.nav-1 {
	opacity: 0;
	transform: translateX(-100%)
}

.header-mobile ul.nav>li {
	border-top: 1px solid #ffffff;
	width: 60%;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 400px;
	font-size: 18px;
}

.header-mobile ul.nav>li.menu-item-has-children {
	padding-bottom: 0;
}

.header-mobile ul.nav>li.lang-item {
	border-bottom: 1px solid #ffffff;
}

.header-mobile ul.nav>li a {
	color: #ffffff;
}

.header-mobile ul.nav>li ul {
	margin-top: 20px;
	border-top: 1px solid #ffffff;
}

.header-mobile ul.nav>li ul li {
	padding: 15px 0;
	font-size: 16px;
}

.header-mobile ul.nav>li ul li+li {
	border-top: 1px solid #dddddd;
}

.header-mobile ul.nav>li ul li a {
	color: #dddddd;
}

@media (max-width:768px) {
	.header-mobile .logo {
		padding: 12px 15px;
	}
	.header-mobile .header-mobile-top {
		height: 50px;
	}
	.header-mobile .logo img {
		height: 26px;
	}
	.header-mobile .meun {
		padding: 12px;
	}
	.header-mobile .meun img {
		width: 26px;
	}
	.header-mobile ul.nav {
		top: 50px;
		min-height: calc( 100vh - 50px);
		padding: 50px 0;
	}
	.header-mobile ul.nav>li a {
		font-size: 16px;
	}
}
@media (max-width:500px){
	.header-mobile ul.nav>li{
		padding: 10px 0;
	}
}


footer {
	background-color: #002D62;
	padding-top: 80px;
	padding-bottom: 30px;
	width: 100%;
}

footer>.w-1600>ul {
	display: flex;
	flex-flow: wrap;
}

footer>.w-1600>ul>li {
	width: 25%;
}

footer>.w-1600>ul>li:nth-of-type(1) {
	width: 40%;
	padding-right: 15%;
}

footer>.w-1600>ul>li:nth-of-type(4) {
	width: 10%;
}

footer>.w-1600>ul>li:last-child {
	display: flex;
	justify-content: flex-end;
}

footer>.w-1600>ul>li .logo img {
	width: 80%;
	max-width: 300px;
}

footer>.w-1600>ul>li .footer-contact {
	padding-top: 50px;
}

footer>.w-1600>ul>li .footer-contact .tel {
	padding-bottom: 30px;
}

footer>.w-1600>ul>li .footer-contact span {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}

footer>.w-1600>ul>li .footer-contact span+span {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 500;
}

footer>.w-1600>ul>li .footer-contact .tel span+span {
	font-size: 36px;
	color: #d31e1e;
	font-weight: 600;
}

footer>.w-1600>ul>li .img {
	width: 80%;
	max-width: 160px;
}

footer>.w-1600>ul>li .img img {
	width: 100%;
	padding-bottom: 10px;
}

footer>.w-1600>ul>li .img p {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}

footer>.w-1600>ul>li h4 {
	font-size: 20px;
	margin: 0;
	color: #ffffff;
}

footer>.w-1600>ul>li ul {
	padding-top: 30px;
}

footer>.w-1600>ul>li ul li {
	padding: 15px 0;
}

footer>.w-1600>ul>li ul li a {
	font-size: 16px;
	color: #ffffff;
}

footer .footer-bottom {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	border-top: 1px solid #888;
	padding-top: 10px;
	margin-top: 40px;
}

footer .footer-bottom a {
	color: #AAAAAA;
	font-size: 14px;
}
@media (max-width:1200px){
	footer>.w-1600>ul>li {
		width: 200px;
	}
	footer>.w-1600>ul>li:nth-of-type(1) {
		width: calc(100% - 570px);
		padding-right: 50px;
	}
	footer>.w-1600>ul>li:nth-of-type(4) {
		width: 120px;
	}
}
@media (max-width:980px){
	footer>.w-1600>ul>li{
		display: none;
	}
	footer>.w-1600>ul>li:nth-of-type(1){
		width: calc(100% - 340px);
		display: block;
	}
	footer>.w-1600>ul>li:nth-of-type(2){
		display: block;
	}
	footer>.w-1600>ul>li:nth-of-type(4) {
		width: 140px;
		display: block;
	}
}
@media (max-width:768px){
	footer>.w-1600>ul>li:nth-of-type(2),footer>.w-1600>ul>li:nth-of-type(4){
		display: none;
	}
	footer>.w-1600>ul>li:nth-of-type(1){
		width: 100%;
	}
	footer{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	footer>.w-1600>ul>li .footer-contact{
		padding-top: 20px;
	}
	footer>.w-1600>ul>li .footer-contact .tel{
		padding-bottom: 10px;
	}
	footer .footer-bottom{
		margin-top: 15px;
	}
	footer .footer-bottom a{
		width: 100%;
		display: inline-block;
		font-size: 12px;
	}
	footer>.w-1600>ul>li .footer-contact span{
		font-size: 14px;
	}
	footer>.w-1600>ul>li .footer-contact .tel span+span{
		font-size: 28px;
	}
}