html,
body {
    min-height: 100%!important;
}

.div1_pc{
    display: block;
}
.div1_sm{
    display: none;
}

.btn_copy{
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
    color: white;
    background: #306b21b8;
    padding: 0 5px;
    font-size: 12px;
    border: 1px;
}

.btn_copy:hover{
    opacity: 0.8;
}

.mr-20{
    margin-right: 20px;
}

.pc_input{
    width: calc(100% - 100px);
}

.sp{
    display: none!important;
}

.items-left{
    justify-content: center;
}

/* responsive for value site */
@media only screen and (max-width: 768px) {
    .hotline{
        left: 2%;
    }
    .topBox .topRight{
        right: 2%;
    }
    ul.menuMain li {
        display: none;
    }
    ul.menuMain li.keep {
        display: block;
    }
    .footerBox{
        padding: 33px 15px 30px;
    }
    .footerBox .col1, .footerBox .footerMenu, .footerBox .col4{
        /* width: auto; */
        width: 100%;
    }
    /* .footerBox .col4{
        float: left;
        width: 100%;
    } */
    .footerBox .title{
        margin-top: 25px;
    }
    .bottomBox .container{
        padding: 15px;
    }
    .bottomBox .text{
        float: none;
        text-align: center;
    }
    .homepage-item-game{
        position: relative!important;
    }

    .uk-grid-width-1-2>*{
        width: 33%;
    }

    .homepage-item-game .heading{
        display: block;
        display: block;
        padding: 20px 0;
        font-weight: bold;
        font-size: 27px;
        text-align: center;
    }

    .homepage-item-game .panel-body, .homepage-form-item-game .panel-body {
        padding: 10px;
    }

    .homepage-item-game .heading span{
        display: block;
        text-align: center;
    }

    .footerBox .contactInfo ul, .footerBox .footerMenu ul, .footerBox .footerMenu ul{
        padding-left: 20px;
    }

    .footerBox .col4 .panel-body{
        text-align: center;
    }

    .div1_pc{
        display: none;
    }
    .div1_sm{
        display: block;
    }

    .block-items-form .div1{
        width: 26%;
        float: left;
        margin-bottom: 0;
        margin-right: 16px;
        line-height: 40px;
    }

    .block-items-form .div2{
        width: 69%;
        float: left;
        min-width: 63px;
        margin-bottom: 5px;
    }

    .lbl_nickname{
        padding: 0px 10px!important;
    }

    .homepage-form-item-game .panel-body{
        padding-top: 20px;
    }

    .uk-alert-danger ul{
        padding-left: 20px;
    }

    .block-items-form .mb15{
        margin-bottom: 10px!important;
    }

    .lbl_pc{
        display: none;
    }

    .wrap_list_item{
		/* height: 97%!important; */
        height: 330px!important;
	}

    .go_Cart{
        display: none;
    }

    .topBox {
        padding: 8px 10px;
    }

    .hotline{
        position: inherit;
    }

    .login-modal{
        z-index: 99999999;
    }
    
    .uk-modal-dialog{
        /* top: 50%; */
        /* -ms-transform: translateY(-50%)!important;
        transform: translateY(-50%)!important; */
        /* top: 20%; */
    }

    .topBox .hotline{
        font-size: 13px;
    }

    .homepage-item-game{
        width: 100%!important;
    }

    .wrap_list_item .uk-grid-width-1-3>* {
        width: 24.333%;
    }

    .wrap_list_item {
        padding: 5px 0px!important;
    }

    .wrap_list_item .lib-grid-15 > * {
        padding-left: 5px;
    }

    .wrap_list_item .lib-grid-15{
        margin-left: 0!important;
    }
    .mb.loginRegister{
        float: right;
    }

    .pc.loginRegister{
        display: none;
    }

    .mb.mr-20{
        margin-right: 0;
    }
    .topRight{
        margin-top: 5px;
    }

    .go_Gift{
        margin-left: 18px;
    }

    .icon_vip{
        display: none!important;
    }
    
    #modal-success{
        padding-top: 10px;
    }

    .sp {
        display: block!important;
    }

    .subMenu{
        opacity: 1;
    }

    /* menu sp */
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        /* background-color: #ddd; */
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .navbar-toggle {
        color: #fff;
        border: 0;
        margin: 0;
        padding: 15px 15px;
    }
    .float-right{
        float: right!important;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .btn-menu-sp{
        padding: 5px 0px 5px 10px;
    }
    .btn-menu-sp:focus, .btn-menu-sp:active, .btn-menu-sp:hover {
        outline: 0!important;
    }
    .opacity-0{
        opacity: 0!important;
    }
    .opacity-1{
        opacity: 1!important;
    }
    .loginRegister.sp .subMenu{
        top: -30%!important;
        z-index: 9999!important;
    }
    .UI_PC{
        flex-direction: column-reverse;
    }
    .container-qr{
        width: 100%!important;
    }
    .pc{
        display: none;
    }
    /* end menu */
}
/* responsive for value site */


