nav, .navbar, .navbar-fixed {
	background-color: none;
    border: none;
}
.navbar {
	min-height: 60px;
}
.nav-head {
	border-radius: 0px;
	/*padding-top: 7px;*/
}
.nav-head.trans {
	background: transparent;
}
.border-top1:after {
	content: "";
    display: block;
    width: 90%;
    margin: 0 auto 0;
    border-bottom: 1px solid rgba(234, 234, 234, 0.2);
}
/* .lang{
	text-align: right;
	list-style: none;
	padding: 0;
	height: 30px;
	margin-top: 15px;
    display: inline-flex;
}
.lang li {
    width: 56px;
	height: 30px;
	line-height: 16px;
	padding: 8px;
    text-align: center;
	font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
	cursor: pointer;
	font-weight: lighter;
}
.lang li.active {
    background-color: var(--secondary-color);
	color: var(--primary-color);
} */
.back i {
	font-size: 20px;
	margin-top: 16px;
}
.navbar .title {
	font-size: 20px;
}
/* end nav bar */