.new-top-menu-right {
	background-color: #FFE921;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding: 0 15px;
}

.new-top-menu-right li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-top-menu-right li a {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 15px;
	line-height: 30px;
	display: block;
	transition: 0.2s linear;
}

.new-top-menu-right li a img {
	max-width: 100%;
	margin-bottom: -1px;
	margin-right: 3px;
}

.new-top-menu-right li a.red {
	color: #F13A30;
}

.new-top-menu-right li a:hover {
	transition: 0.2s linear;
	color: #666666;
	text-decoration: underline;
}

.new-top-menu-right li a.red:hover {
	color: #F13A30;
	transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
	.new-top-menu-right {
		justify-content: center;
	}
}
