.width250px {
    width: 255px !important;
}
@media (max-width: 991px){
    .width250px {
        width: 100%!important;
    }
}

.hub_menu{
    position: absolute;
    top: 35px;
    right: -10px;
    width: 320px;
    background: white;
    display: none;
    z-index: 10000;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px;
}
.language_menu {
    position: absolute;
    top: 35px;
    right: 0;
    width: 80px;
    background: white;
    display: none;
    z-index: 10000;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px;
}
.hub_menu ul, .language_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto !important;
}
.hub_menu ul li, .language_menu ul li{
    float: left !important;
    height: 35px;
}
.hub_menu ul a li, .language_menu ul a li {
    color: #555555;
    text-align: center !important;
    font-family:'SunwaySans SemiBold','OpenSans SemiBold', Arial;
    font-size: 11px;
    letter-spacing: 0.5px;
}
ul.tslt2 li {
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 26px;
}
.header-extras li:first-child {
    margin-left: 0;
}
.hub_menu li.shg, .language_menu li.shg  {
    line-height: 40px;
    display: block;
    padding: 0 15px ! important;
    border-bottom: 1px solid #d9d9d9;
    text-align: left ! important;
    width: 100%;
}
.language_menu li.shg{
	text-align: center ! important;
}
ul.tslt2 {
    list-style: none;
    height: 25px;
    margin-bottom: 0px;
    float: right;
}
.he-text .icon-line-chevron-down {
    font-weight: 600;
    color: #67c8c7;
}
.he-text .icon-line-globe{
    color: #67c8c7;
    margin-right: 5px;
}
.border-hub{
	border-right:1px solid #d9d9d9;
}
.border-left-hub{
	border-left:1px solid #d9d9d9;
}
.pr-10{
	padding-right:10px;
}
.pl-10{
	padding-left:10px;
}
.container-full-header{
	max-width: 1400px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.last-pr-0 a{
	padding-right:0px! important;
}
@media (max-width:991px){
	.header-misc .height40{
		width: 100%! important;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 2px solid #ac8c5e;
	}
	.pc_view{
		display: none! important;
	}
	#header.sticky-style-2 .header-row{
		display: block;
	}
	.w-100-mobile{
		width: 100%;
	}
}