#pread-toolbar {
    height: 40px;
    text-align: center;
    background-color: #f37a01;
    position: relative;
    position: fixed;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    z-index:19;
}

.pread-nav ._left,
.pread-nav ._right {
    float: none;
}

.pread-nav ._left {
    margin-bottom: 20px;
}

.pread-nav {
    display: none;
    width: 100%;
    text-align: left;
    background-color: #ececec;
    height: 100%;
    position: fixed;
    left: 0;
    top: 40px;
    z-index: 99;
    padding: 20px;
}

.pread-nav a {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.pread-nav h3 {
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}

#nav-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
    top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
    top: 8px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
    top: 16px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

#pread-toolbar a {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 0;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}

#pread-toolbar a.-active,
#pread-toolbar a.-active:hover {
    background-color: #ff3333;
    color: #fff;
}

/* menu jumper */
.pread-jumper{
    position: fixed;
    width: 100%;
    left: 0;
    top: 39px;
    z-index: 18;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.btn-jp {
    background-color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    float: left;
    width: 16.66666666666667%;
    color: #acacac;
    cursor: pointer;
    position: relative;
}
.btn-jp.-active {
    color: #ff3333;
}
.btn-jp span {
    display: block;
}
.nav-over {
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 60px;
    padding:0 10px;
    border-radius: 10px;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.btn-jp.-show.-active .nav-over {
    display: block;
}
.btn-jp.-show .nav-over.nav-ov2 a {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
}
.btn-jp.-show .nav-over.nav-ov2 {
    width: 210px;
    background-color: #fff;
    bottom: 70px;
    right: 10px;
}
.btn-jp.-ovr {
    padding: 10px 5px;
}
.btn-jp.-ovr i {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.btn-jp.jp1 i {
    color: #f37a01;
}
.btn-jp.jp3 .info {
    width: 60%;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-twitter-square {
    color: #1da1f2;
}
.tbn-jp.jp3 .fa-fa,
.btn-jp.-ovr .txt-jp {
    font-weight: normal;
    color: #a8a8a8;
    display: block;
}
.nav-over.nav-ov2:after {
    border-top: 6px solid #fff;
}
.nav-over .ico-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #a8a8a8;
}
.nav-over .info {
    width: 80%;
}
.nav-ov1 {
    width: 160px;
}
.btn-jp.-ovr img,
.btn-jp.-ovr span{
    display: inline-block;
    vertical-align: middle;
}
.btn-jp.-ovr {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
.nav-over .btn-jp.-ovr:last-child {
    border-bottom: none;
}
.btn-jp i {
    font-size: 20px;
    margin-bottom: 2px;
}
.nav-over:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    right: 20px;
    top: -6px;
}
@media screen and (min-width:1360px) {
    .pread-nav {
        display: block;
        height: inherit;
        padding: 8px 0;
        position: initial;
    }
    #pread-toolbar {
        padding: 0;
        background-color: #ececec;
        height: 42px;
        position: fixed;
        width: 100%;
    }
    .toolbar-mobile {
        display: none;
    }
    .pread-nav ._left {
        margin-bottom: 0;
    }
    .pread-nav ._left {
        float: left;
    }
    .pread-nav ._right {
        float: right;
    }
    #pread-toolbar a {
        font-size: 13px;
        font-family: tahoma,sans-serif;
        display: inline-block;
        margin-right: 5px;
        width: 170px;
        text-align: center;
        margin-bottom: 0;
        padding: 5px;
    }
    #pread-toolbar ._right a {
        width: 190px;
    }
    #pread-toolbar a:hover {
        background-color: #dfdfdf;
    }
    
    /*menu jumper*/
    .pread-jumper {
        width: 60px;
        height: 330px;
        right: 0;
        top: 50%;
        left: inherit;
        margin-top: -204px;
        transform: translateX(60px);
        transition-duration: 500ms;
    }
    .pread-jumper.-show {
        transform: translateX(0);
    }
    .nav-over {
        display: none;
    }
    .btn-jp {
        width: 60px;
        background-color: #333;
        padding: 10px 0;
    }
    .btn-jp.-show .nav-over.nav-ov2 {
        bottom: 0px;
        right: 80px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0,0,0,0.10);
    }
    .nav-over:after {
        right: -6px;
        bottom: 24px;
        z-index: -1;
        filter: drop-shadow(0px 0px 1px rgba(0,0,0, 0.20));
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: none;
    }
    .nav-over.nav-ov2:after {
        border-left: 6px solid #fff;
        border-top: 6px solid transparent;
    }
    
    /*edit main toolbar*/
    #toolbar .tb-submenu-col-header {
        display: block;
        width: 100%;
        float: initial;
    }
    #toolbar .tb-submenu-column .admission-submenu-topcol-right {
        float: initial;
    }
}
@media screen and (max-width:320px){
    .btn-jp {
        font-size: 10px;
    }
}
