.wrap-header .container {
							overflow: initial !important;
						}
						.wrap-header .head-navi .li_1 {
							position: relative;
						}
						.top_language_wrapper {
							position: absolute;
							top: 80px;
							left: 50%;
							display: none;
							width: 160px;
							margin-left: -80px;
							background-color: #fff;
							z-index: -1;
							opacity: 0;
							transition: all 0.2s ease-in-out;
						}

						.top_language_wrapper.active {
							display: block;
							opacity: 1;
							z-index: 10;
						}

						.top_language_wrapper > ul {
							display: block;
						}

						.top_language_wrapper > ul:after {
							display: block;
							content: "";
							clear: both;
						}

						.top_language_wrapper > ul > li {
							float: left;
							width: calc(50% + 1px);
							margin-left: -1px;
							border: 1px solid #000000
						}

						.top_language_wrapper > ul > li > a {
							display: block;
							width: 100%;
							height: 38px;
							text-align: center;
							color: #333333;
							font-size: 15px;
							line-height: 38px;
							font-weight: 400;
						    transition: all 0.2s ease-in-out;
						}

						.top_language_wrapper > ul > li > a:hover {
							background-color: #006cc7;
							color: #fff;
						}

						.top_language_wrapper > ul > li > a:focus {
							outline: rgb(254, 0, 245) dashed 3px;
						}

						@media (max-width: 1023px) {
							.top_language_wrapper {
								position: static;
								top: 0;
								left: 0;
								width: 100%;
								margin-left: 0;
								background-color: #f9f9f9;
								z-index: 0;
								opacity: 1;
							}


							.top_language_wrapper > ul > li {
								float: none;
								width: 100%;
								margin-left: 0;
								border: 0;
								border-bottom: 1px solid #ccc;
							}

							.top_language_wrapper > ul > li > a {
								display: block;
								width: 100%;
								height: auto;
								text-align: left;
								padding: 10px 15px;
								font-size: 15px;
								line-height: 24px;
								color: #333333 !important;
								background-color: #fff !important;
							}
						}
