	#ddlLang {
		background-repeat: no-repeat;
		background-image: url("images/uk.png");
		background-position: left center;
		padding-left: 20px;
	}
	#ddlLang option:nth-child(1) {
		background: url(images/uk.png) no-repeat left center;  
	}
	#ddlLang option:nth-child(2) {
		background: url(images/la.png) no-repeat left center;  
	}
	#ddlLang option:nth-child(3) {
		background: url(images/cn.png) no-repeat left center;  
	}
	#ddlLang option:nth-child(4) {
		background: url(images/kr.png) no-repeat left center;  
	}
  #main-menu .list-group.panel {
    border: 0px;
    margin: 0;
}

select#lang_choice_1 {
    width: 90px;
    height: 22px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    outline: none;
}
.lang-item {
  display: inline;
}
.list_polylang li.current-lang{
    display: none;
}
.list_polylang{
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    padding: 3px 0;
    margin: 0; 
}
.button_polylang{
    outline: none;
    width: 90px;
    height: 22px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    padding: 0;
}
.button_polylang li{
    display: none;
    width: 100%
}

.button_polylang li a{
    pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.button_polylang li.current-lang{
    display: block;
}
.langpoly_group{
    position: relative;
   
}
.langpoly_group *{
     font-size: 12px
}
.list_polylang > div{
    display: flex;
    flex-direction: column;
    background: #e6e6e6;
    padding: 3px 3px;
    border-radius: 3px; 

}
/**/
#footer-top .footer-1-col .menu a:hover {
    color: #00adef;
    text-decoration: none;
}
.footer-2 li a:hover {
    color: #fff;
}
.contentpage-info table ul {
    margin-left: 0;
} 
.contentpage-info table {
    margin: 0 auto 1.5em;
}
img {
    max-width: 100%;
}
ul#menu-main.myclass ul {
    padding-left: 20px;
    list-style: square;
}
ul#menu-main.myclass {
    padding-left: 20px;
    list-style: square;
}
/**/
 {
    
}
.promocode::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity:  0.7;
}
.promocode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.7;
}
.promocode::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.7;
}
.promocode:-ms-input-placeholder { /* Internet Explorer 10-11 */
   opacity:  0.7;
}
.promocode::-ms-input-placeholder { /* Microsoft Edge */
   opacity:  0.7;
}

.promocode::placeholder { /* Most modern browsers support this now. */
   opacity:  0.7;
}
.search-tabs .tab-content .tab-pane input.promocode {
    text-transform: inherit;
} 