nav {
    width: 100%;
    z-index: 999;
}

.s1{
    /*display:none;*/
}

.s2{
    display:none;
}
/*------------------------menu----------------------*/

.mobile_btn,
.mobile_btn_2,
.mobile-menu{
    display: none;
}

.menu-bg{
    top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
    display: none;
    overflow: hidden;
}

.menu-left,
.menu-right,
.menu-game-filter{
    position: fixed;
    z-index: 1001;
    width: 50%;
    height: 100%;
    background: #fff;
    padding: 40px 30px;
    transition: 0.5s;
    overflow-x: scroll;
}

.menu-left, .menu-game-filter{
    left: -80%;
}

.menu-right{
    right: -80%;
}

.mobile-menu-close{
    position: fixed;
    z-index: 1002;
    color: #666;
    font-size: 20px;
    right: 10px;
    top: 20px;
    opacity: 0;
    transition: 0.5s;
}

.menu-left .search{
    margin-left: 10px;
    margin-bottom: 10px;
}

.menu-left button:not(:last-of-type), .menu-left .lang button {
    display: block;
    height: 40px;
    font-size: 20px;
    color: #666;
}

.menu-left button:not(.searchButton) {
    margin-left: 7px;
}

.menu-left .socialmedia-box {
    display: flex;
    margin: 10px 0;
}

.menu-left .socialmedia-box a i {
    color: #666;
}

.menu-left > button:not(.searchButton):last-of-type {
    margin-top: 10px;
}


/*------------------------navbar1-start----------------------*/

.nav-ctnr1 {
    width: 100%;    
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    background-image: linear-gradient(to right, #5c4b0c, #5c2f40, #174355);
}

.nav-ctnr1-left {
    display: flex;
    justify-content: space-between;
    width: 70px;
}

.nav-ctnr1-left>div {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.dot1 {
    background-color: #35addc;
}

.dot2 {
    background-color: #ec78a4;
}

.dot3 {
    background-color: #edbf1c;
}

.nav-ctnr1-right {
    display: flex;
    align-content: flex-end;
    align-items: center;
}

.socialmedia-box {
    display: flex;
    margin: 0 20px;
}

.socialmedia-box a {
    margin: 0 7px;
}

.socialmedia-box a i {
    color: #fff;
    transition: 0.3s;
}

/*.lang{
    width: 143px; hide
}*/

.socialmedia-box a:hover i,
.lang>button:hover i {
    color: #35addc;
}

.nav-ctnr1-right>a,
.lang>button {
    margin: 0 20px;
    color: #fff;
    transition: 0.3s;
}

.nav-ctnr1-right>a>i,
.lang>button>i {
    margin-right: 5px;
}

.nav-ctnr1-right>a:hover i,
.nav-ctnr1-right>a:hover,
.lang>button:hover {
    color: #35addc;
    text-decoration: none;
    font-weight: normal;
}

.nav-ctnr1-right>a>img {
    margin: 0 5px 2px 0;
}

.lang .lang_menu {
    position: absolute;
    display: none;
}

.nav-ctnr1-right>button, .menu-left>button:not(.searchButton):last-of-type {
    width: 145px;
    height: 28px;
    border-radius: 30px;
    background-color: #ec78a4;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
}

.nav-ctnr1-right>button>i, .menu-left>button:not(.searchButton):last-of-type>i {
    margin-left: 5px;
    transition: 0.3s;
}

.nav-ctnr1-right>button:hover, .menu-left>button:not(.searchButton):last-of-type:hover {
    border: 1px solid #ec78a4;
    background-color: transparent;
    color: #ec78a4;
}

.nav-ctnr1-right>button:hover i, .menu-left>button:not(.searchButton):last-of-type:hover i {
    transform: translateX(5px);
}


/*------------------------navbar1-end----------------------*/


/*------------------------navbar2-start----------------------*/

.nav-ctnr2 {
    width: 100%;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 170px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.hityhitylogo {
    margin-right: 50px;
    margin-top: -16px;
}

.nav-ctnr2.active {
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 999;
}

.nav-ctnr2-left {
    display: flex;
    align-content: flex-start;
    align-items: center;
}


/*---------search------------*/

.nav-ctnr2-left>.search ,.menu-left>.search {
    width: 200px;
    height: 35px;
    position: relative;
    display: flex;
}
.nav-ctnr2-left>.search {
    margin: 0 50px 0 0;
}
.menu-left>.search {
    margin: 0 50px 30px 0;
}
.search .search {
    position: absolute;
    top: 35px;
    color: #35addc;
}

.searchinput {
    width: 165px;
    border: 1px solid #35addc;
    border-right: none;
    padding: 5px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #35addc;
}

.search input::placeholder { color: #bbb; }
.search::placeholder { color: #bbb; }
.search::-webkit-input-placeholder { color: #bbb; }
.search::-moz-placeholder { color: #bbb; }

.searchTerm:focus {
    color: #35addc;
}

.searchButton {
    width: 35px;
    height: 100%;
    border: 1px solid #35addc;
    background: #35addc;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

.searchButton:hover {
    background: transparent;
    color: #35addc;
}

.nav-ctnr2-left>button {
    /*width: 125px;*/
    padding: 0 40px;
    height: 40px;
    font-size: 20px;
    color: #666;
    border-right: 1px solid #666;
    transition: 0.3s;
}

.lineplus {
    border-left: 1px solid #666;
}

.nav-ctnr2-left>button:hover {
    font-weight: normal;
    color: #35addc;
    background-color: #eee;
}

.nav-ctnr2-right {
    display: flex;
    align-content: flex-end;
    align-items: center;
}

.id-box {
    margin: 0 30px;
    display: contents;
}

.id-box>button,
.shop-box>button {
    padding: 0 10px;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    border-radius: 5px;
    margin: 0 5px;
    transition: 0.3s;
}

.id-box>button>i,
.shop-box>button>i,
.idname>i {
    margin-right: 10px;
}

.id-box .signin {
    border: 1px solid #666;
    color: #666;
}

.id-box .signin:hover {
    background-color: #ccc;
}

.id-box .signup {
    border: 1px solid #ec78a4;
    color: #fff;
    background-color: #ec78a4;
}

.hityhitymember .idname {
    padding: 0 15px;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    transition: 0.3s;
    /* text-decoration: underline; */
}

.hityhitymember .idname:hover .id-m-over {
    display: block;
}

.hityhitymember .id-m-over {
    position: absolute;
    width: 130px;
    height: 180px;
    display: none;
    transition: 0.3s;
    z-index: 999;
    /*background-color: #000;*/
}

.hityhitymember .id-m-over .id-m-over-ctn {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.hityhitymember .id-m-over .id-m-over-ctn a {
    display: block;
    padding: 8px 10px;
    font-size: 18px;
    color: #666;
    transition: 0.1s;
    text-decoration: none;
    border-radius: 3px;
}

.hityhitymember .id-m-over .id-m-over-ctn a:hover {
    background-color: #35addc;
    color: #fff;
}

.shop-box {
    padding: 0 30px;
    /*border-left: 1px solid #666;*/
}

.shopping {
    color: #666;
}

.shopping>span {
    width: 25px;
    height: 25px;
    position: absolute;
    line-height: 25px;
    border-radius: 30px;
    color: #fff;
    background-color: #14ade3;
    transform: translate(5px, -2px);
}

.shopping:hover .shop-m-over {
    display: block;
}

.shop-m-over {
    position: absolute;
    width: 130px;
    height: 180px;
    display: none;
    transition: 0.3s;
    z-index: 999;
    /*background-color: #000;*/
}

.shop-m-over .shop-m-over-ctn {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shop-m-over .shop-m-over-ctn ul {
    margin: 0;
    padding: 0;
}

.shop-m-over .shop-m-over-ctn ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.shop-m-over .shop-m-over-ctn ul li:hover {
    background-color: #eee;
}

.shop-m-over .shop-m-over-ctn ul li>a {
    color: #35addc;
    transition: 0.3s;
    cursor: pointer;
}

.shop-m-over .shop-m-over-ctn ul li>a:hover {
    color: #ff6969;
}

.shop-m-over .shop-m-over-ctn ul li .image {
    width: 88px;
}

.shop-m-over .shop-m-over-ctn ul li .ctn {
    width: 200px;
    text-align: left;
}

.shop-m-over .shop-m-over-ctn ul li .ctn p {
    margin: 5px 0;
    color: #808080;
    font-size: 18px;
}

.shop-m-over .shop-m-over-ctn ul li .ctn span {
    color: #808080;
    font-size: 18px;
    text-decoration: line-through;
}

.shop-m-over .shop-m-over-ctn ul li .ctn b {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.shop-m-over .shop-m-over-ctn .totalprice {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #808080;
    font-size: 24px;
}

.shop-m-over .shop-m-over-ctn .totalprice span {
    color: #000;
    margin: 0 10px;
    font-weight: bold;
}

.shop-m-over .shop-m-over-ctn .paybtn {
    display: block;
    height: 55px;
    width: 100%;
    border-radius: 5px;
    background-color: #35addc;
    line-height: 55px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.shop-m-over .shop-m-over-ctn .paybtn>i {
    margin-left: 10px;
}

.shop-m-over .shop-m-over-ctn .paybtn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bokilogo-s{
    background: url('../../img/home/goto.png') center no-repeat;
	background-size: contain;
    width: 85px;
    height: 13px;
    display: inline-block;
    margin-left: 3px;
}

/*---------rwd------------*/

@media only screen and (min-width: 1000px) and (max-width: 1600px)  {
    .nav-ctnr2 {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 969px) {
    .mobile_btn{
        display: block;
        position: absolute;
        font-size: 40px;
        color: #35addc;
        cursor: pointer;
    }
    .mobile_btn a{
        display: block;
        color: #35addc;
        text-decoration: none;
    }
    .mobile_btn_2{
        display: block;
        position: absolute;
        font-size: 40px;
        color: #35addc;
        cursor: pointer;
    }
    .mobile_btn_2 a{
        display: block;
        color: #35addc;
        text-decoration: none;
    }
    .mobile_btn_left{
        left: 15px;
    }
    .mobile_btn_right{
        right: 15px;
    }
    .menu-left, .menu-right, .menu-game-filter{
        width: 50%;
    }
    .mobile-menu-close{
        font-size: 30px;
    }
    .nav-ctnr1 {
        height: 40px;
        justify-content: center;
    }
    .nav-ctnr1-right{
        display: none;
    }
    .nav-ctnr2 {
        height: 100px;
        padding: 0;
        justify-content: center;
    }
    .nav-ctnr2 .search, .nav-ctnr2-left button, .nav-ctnr2-right {
        display: none;
    }
    .hityhitylogo {
        margin-right: 0;
    }
    .menu-right .idname {
        padding: 0 30px;
        padding-bottom: 30px;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        color: #666;
        border-bottom: 1px solid #666;
    }
    .menu-right .idname:hover .id-m-over {
        display: block;
    }
    .menu-right .idname a {
        display: block;
        padding: 8px 10px;
        font-size: 20px;
        color: #666;
        transition: 0.1s;
        text-decoration: none;
        border-radius: 3px;
    }
    .menu-right .idname .idbtn{
        width: 48%;
        display: inline-block;
        border-radius: 5px;
        height: 50px;
        margin-top: 5px;
    }
    .menu-right .idname .idbtn:not(:last-of-type){
        background: #14ade3;
        color: #fff;
    }
    .menu-right .idname .idbtn:last-of-type{
        background: #ccc;
    }
    .menu-right .shop-box {
        padding: 10px;
        padding-top: 30px;
        color: #666;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }
    .menu-right .shop-box i{
        margin-right: 5px;
    }
    .menu-right .shop-box>span {
        display: inline-block;
        font-size: 20px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 30px;
        margin-left: 5px;
        color: #fff;
        text-align: center;
        background-color: #14ade3;
    }
    .menu-right .shop-box ul {
        margin: 10px 0;
        padding: 0 10px;
    }
    .menu-right .shop-box ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        transition: 0.3s;
    }
    .menu-right .shop-box ul li>a {
        color: #35addc;
        transition: 0.3s;
        cursor: pointer;
    }
    .menu-right .shop-box ul li .image {
        width: 88px;
        margin-right: 10px;
    }
    .menu-right .shop-box ul li .ctn {
        width: 200px;
        text-align: left;
    }
    .menu-right .shop-box ul li .ctn p {
        margin: 0;
        color: #808080;
        font-size: 20px;
    }
    .menu-right .shop-box ul li .ctn span {
        color: #808080;
        font-size: 18px;
        text-decoration: line-through;
    }
    .menu-right .shop-box ul li .ctn b {
        color: #000;
        font-size: 20px;
        text-decoration: none;
    }
    .menu-right .shop-box .totalprice {
        margin: 20px 0;
        padding: 10px 0;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        color: #808080;
        font-size: 24px;
        text-align: center;
    }
    .menu-right .shop-box .totalprice span {
        color: #000;
        margin: 0 10px;
        font-weight: bold;
    }
    .menu-right .shop-box .paybtn {
        display: block;
        height: 55px;
        width: 100%;
        border-radius: 5px;
        background-color: #35addc;
        line-height: 55px;
        font-size: 20px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .menu-right .shop-box .paybtn>i {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 749px) {
    .mobile_btn{
        display: block;
        position: absolute;
        font-size: 40px;
        color: #35addc;
        cursor: pointer;
    }
    .mobile_btn a{
        display: block;
        color: #35addc;
        text-decoration: none;
    }
    .mobile_btn_2{
        display: block;
        position: absolute;
        font-size: 40px;
        color: #35addc;
        cursor: pointer;
    }
    .mobile_btn_2 a{
        display: block;
        color: #35addc;
        text-decoration: none;
    }
    .mobile_btn_left{
        left: 15px;
    }
    .mobile_btn_right{
        right: 15px;
    }
    .menu-left, .menu-right, .menu-game-filter{
        width: 80%;
    }
    .mobile-menu-close{
        font-size: 20px;
    }
    .nav-ctnr1 {
        height: 30px;
        justify-content: center;
    }
    .nav-ctnr1-right{
        display: none;
    }
    .nav-ctnr2 {
        height: 80px;
        padding: 0;
        justify-content: center;
    }
    .nav-ctnr2 .search, .nav-ctnr2-left button, .nav-ctnr2-right {
        display: none;
    }
    .hityhitylogo {
        margin: 0;
        margin-top: -2px;
    }
    .menu-right .idname {
        padding: 0 20px;
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        color: #666;
        border-bottom: 1px solid #666;
    }
    .menu-right .idname:hover .id-m-over {
        display: block;
    }
    .menu-right .idname a {
        display: block;
        padding: 5px;
        font-size: 16px;
        color: #666;
        transition: 0.1s;
        text-decoration: none;
        border-radius: 3px;
    }
    .menu-right .idname .idbtn{
        font-size: 16px;
        width: 48%;
        display: inline-block;
        border-radius: 5px;
        height: 35px;
        margin-top: 5px;
    }
    .menu-right .idname .idbtn:not(:last-of-type){
        background: #14ade3;
        color: #fff;
    }
    .menu-right .idname .idbtn:last-of-type{
        background: #ccc;
    }
    .menu-right .shop-box {
        padding: 10px;
        padding-top: 15px;
        color: #666;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }
    .menu-right .shop-box i{
        margin-right: 5px;
    }
    .menu-right .shop-box>span {
        display: inline-block;
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        border-radius: 20px;
        margin-left: 5px;
        color: #fff;
        text-align: center;
        background-color: #14ade3;
    }
    .menu-right .shop-box ul {
        margin: 5px 0;
        padding: 0 5px;
    }
    .menu-right .shop-box ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        transition: 0.3s;
    }
    .menu-right .shop-box ul li>a {
        color: #35addc;
        transition: 0.3s;
        cursor: pointer;
    }
    .menu-right .shop-box ul li .image {
        width: 80px;
        margin-right: 5px;
    }
    .menu-right .shop-box ul li .ctn {
        width: 200px;
        text-align: left;
    }
    .menu-right .shop-box ul li .ctn p {
        margin: 0;
        color: #808080;
        font-size: 18px;
    }
    .menu-right .shop-box ul li .ctn span {
        color: #808080;
        font-size: 14px;
        text-decoration: line-through;
    }
    .menu-right .shop-box ul li .ctn b {
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }
    .menu-right .shop-box .totalprice {
        margin: 15px 0;
        padding: 10px 0;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        color: #808080;
        font-size: 18px;
        text-align: center;
    }
    .menu-right .shop-box .totalprice span {
        color: #000;
        margin: 0 5px;
        font-weight: bold;
    }
    .menu-right .shop-box .paybtn {
        display: block;
        height: 40px;
        width: 100%;
        border-radius: 5px;
        background-color: #35addc;
        line-height: 40px;
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .menu-right .shop-box .paybtn>i {
        margin-right: 0;
        margin-left: 10px;
    }
}