
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
 
body{
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color:#000000;    
}
.none-sticky-header {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.inner-wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.none-sticky-header .inner-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}


.main-icon {
    width: 120px;
    height: auto;
    margin-bottom: 5px;
}


.header-logo:first-child{
    text-align: left;
}



.search-wrapper{
    text-align: right;
}

.search-wrapper-mobile {
    text-align: right;
}

.header-logo, .search-wrapper, .search-wrapper-mobile{
    width:120px;
    flex: 0 0 120px;
    max-width:120px;
}

.header-logo:nth-child(2){
    text-align: center;
    width:100%;
    flex: 0 0 100%;
    max-width:250px;
}

.header-logo:nth-child(2) img{
    width:100%;
    max-width: 100%;
}

.mobile-view {
    display:none;
}

.desktop-view {
    display: block;
    width: 620px;
}

.search-border {
    border: solid 1px #696969;
    border-radius: 80px;
    padding: 5px 8px;
    width: 180px;
    overflow-x: hidden;
    float: right;
    margin-bottom: 8px;
}

.search-wrapper input[type="text"] {
    border: none;
    font-size: 13px;
    width: calc(100% - 46px); /*  30px button + 2x8px padding */
}

.search-wrapper button {
    border: none;
    background-color: transparent;
    font-size: 17px;
    width: 30px
}



.search-wrapper-mobile button {
    border: solid 1px #696969;
    border-radius: 50%;
    background-color: transparent;
    width: 30px;
    height: 30px;
}


.sticky-header {
    background-color: #fbf078;
    display: flex;
    justify-content: center;
}

.menu-div:first-child{
    z-index: 10;
}

.menu-div:nth-child(2){
    text-align: center;
}

.menu-div:nth-child(3){
    text-align: left;
    z-index: 10;
}

.menu-div a {
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 500;
    color: #7030a0;  
    text-decoration: none;
    display: inline-block;
}

/*.menu-div a:focus {
    text-decoration: none;
    color: #7030a0;
    border-bottom: 3px solid #7030a0;
    font-weight: 600;
}*/

.sticky-header .inner-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.menu-div:nth-child(2) img {
    width: 150px;
}

.menu-div:first-child .menu-item:last-child {
    margin-right: calc(-50% + 90px); 
}

.menu-div:last-child .menu-item:first-child {
    margin-left: calc(-50% + 90px); 
}

.menu-item {
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 500;
    color: #7030a0;
}

.menu-div a.active {
    border-bottom: 3px solid #7030a0;
    font-weight: 600;
}

@media (min-width:768px){
    .search-wrapper-mobile{
        display:none;
    }
}

@media (max-width:1020px){
    .search-border{
        margin-right: 10px;
    }
    .main-icon {
        margin-left: 10px;
    }
}

@media (max-width:767px){
    .main-icon {
        width: 20vw;
        max-width: 100px;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .search-wrapper-mobile button{
        margin-bottom: 8px;
        margin-right: 10px;
    }

    .search-wrapper{
        display:none;
    }

    .menu-div:first-child .menu-item:last-child {
    margin-right: calc(-50% + 14vw); 
    }

    .menu-div:last-child .menu-item:first-child {
        margin-left: calc(-50% + 14vw); 
    }
    .menu-item {
        font-size: 14px;
        padding: 5px 10px;
        font-weight: normal;
    }

}
@media (max-width: 767px){
    .header-logo:first-child{
       display:none;
    }
    .header-logo:nth-child(2) {
        text-align: center;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu-div:first-child {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .menu-div a {
        padding: 5px 10px;
    }
    .menu-div a:nth-child(2) {
        display:block;
    }
    .menu-div a:nth-child(3) {
        display:block;
    }
}

/* .page {
    padding: 10px 0px;
}

@media (max-width: 767px){
    .page {
     padding: 0px;
    }
} */

/* for GE start */
.header_menu-bar-wrapper {
    text-align: center;
    background-color: #fbf078;
    max-height: 46px;
}
.header_menu-bar {
    position: relative;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */    
    display: inline-block;
}
.header_menu-bar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.header_menu {
    width: max-content;
}
.header_menu a.active {
    border-bottom: 3px solid #7030a0;
    font-weight: 600;
}
.header_menu a {
    font-size: 18px;
    padding: 8px 8px;
    font-weight: 500;
    color: #7030a0;
    text-decoration: none;
    display: inline-block;
}


.header_menu-bar-wrapper{
    background-color: white;
}
.header_menu{
    display: flex;
}
.header_menu div{
    border: 1px solid black;
    margin: 5px 2px;
}
.header_menu a.active {
    border-bottom: none;
    font-weight: 600;
}
.header_menu .menubox.active {
    background-color: #fbf078;
}
@media (max-width: 425px) {
    .header_menu a {
        font-size: 16px;
        padding: 4px 4px;
    }
}       


.bottom-floading-icon{
	animation-duration: 2s;
}
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1001;
}
a#scroll-up i {
    font-size: 20px;
    color: #666;
    background-color: #ddd;
    border-radius: 50%;
    padding: 10px;
}
a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity = 100)
}
.float-logo{
    position: fixed;
    right: 20px;
    display: none;
    z-index: 1001;
    background-size: cover;
    width: 42px;
    height: 42px;
}
a#scroll-up-mkel {
    bottom: 70px;
    background-image: url('/img/misc/cp_grab.gif');
    width: 50px;
    height: 50px;
    right: 15px;
}