
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	user-select: none;
}


header {
    height: 45px;
}

.logo {
    display: block;
    width: 80px;
}

.nav a,.logo,header,header button {
    transition: all .3s ease-in-out;
}

header#scroll {
    height: 45px;
}

header#scroll .logo {
    width: 66px;
}

header#scroll nav a,header#scroll button {
    font-size: 12px!important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


header a:hover {
    text-decoration: none!important;
}



li {
    list-style: none;
}

img {
    transition: all .3s ease-in-out;
}


.gap {
    height: 5em!important;
    width: 100%;
    display: block!important;
    border: 0!important;
}

.click {
    cursor: pointer!important;
}

footer .click {
    font-size: .9rem;
}

footer ul li span.click:hover {
    color: #fff;
}

.strong {
    font-weight: bold!important;
}

.ios-qr,.android-qr,.pc-qr {
    border: 1px solid #2e2e2e;
    border-radius: 12px;
}

.popover img {
    width: 120px;
    height: border-radius;
}

.popover-header {
    text-align: center;
    font-size: 12px;
}

.hover:hover {
    background: #fff;
    color: black!important;
}

.hover-black:hover {
    background: #000!important;
    color: #fff!important;
}

.hover-light:hover {
    background: #f9f9f9!important;
}

.img-box {
    display: block;
    overflow: hidden;
    height: 100px;
}

.scale:hover {
    transform:scale3d(1.1,1.1,1.1)!important;
    -webkit-transition:all .3s ease-in-out!important;
    -moz-transition:all .3s ease-in-out!important;
    transition:all .3s ease-in-out!important;
    filter:alpha(Opacity=85)!important;
    -moz-opacity:.85!important;
    opacity:.85!important;
}

.pl-5 {
    padding: 0 0 0 5em!important;
}

.border {
    border: 1px solid #2e2e2e!important;
}

.border-white {
    border: 1px solid #fff!important;
}

.rounded {
    border-radius: 5px!important;
}


.text-left {
    text-align: left!important;
}

.pointer {
    cursor: pointer!important;
}


.icon-arrow-up::before {
    transform: rotate(180deg);
}

.border-left {
    border-left: 2px solid #f8f9fa!important;
}

.hand-up,.hand-down {
    width: 30px;
    height: 30px;
    transition:all .1s ease-in-out!important;
}

.hand-up {
    background: url(../icons/hand-thumbs-up.svg) no-repeat;
    background-size: 100% 100%;
}

.hand-down {
    background: url(../icons/hand-thumbs-down.svg) no-repeat;
    background-size: 100% 100%;
}

#scale.hand-up {
    background: url(../icons/hand-thumbs-up-fill.svg) no-repeat;
    background-size: 100% 100%;
}

#scale.hand-down {
    background: url(../icons/hand-thumbs-down-fill.svg) no-repeat;
    background-size: 100% 100%;
}

.scale:hover {
    transform:scale3d(1.1,1.1,1.1)!important;
    -webkit-transition:all .3s ease-in-out!important;
    -moz-transition:all .3s ease-in-out!important;
    transition:all .3s ease-in-out!important;
    filter:alpha(Opacity=85)!important;
    -moz-opacity:.85!important;
    opacity:.85!important;
}


#scale {
    transform:scale3d(1.5,1.5,1.5)!important;
}

.number {
    line-height: 2em;
}

.ellipsis {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title {
    width: auto;
    overflow: hidden;
    position: relative;
    padding: .8em 0 .8em 0;
}

.title::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 65%;
    background-color: #bcff2f;
    bottom: 0;
    left: 17.5%;
}

.article ul {
    padding: 0!important;
}

.article img {
    display: block!important;
    max-width: 80%!important;
    margin: auto!important;
    border-radius: 10px!important;
}

.article p,.article ul li {
    line-height: 2em!important;
    font-size: 1.2rem!important;
}

.article ul li {
    display: block;
    margin: 1em 0;
}

.article td {
    border: 1px solid #909090!important;
}

#Download {
    position: fixed;
    bottom: 70px;
}

#Undownload {
    right: .5rem;
    top: .5rem;
    overflow: hidden;
}

.goTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 50%;
    opacity: .5;
    z-index: 9999;
}

.botton {
    font-size: .7rem!important;
    padding: .305rem .75rem!important;
}

.border-mini-right {
    position: relative;
    height: 100%;
}

.border-mini-right::after {
    content: "";
    position: absolute;
    height: 40%;
    border-right: 2px solid #353535;
    right: 0;
    top: .9rem;
}

.mini {
    font-size: 10px!important;
}

.xl-mini {
    font-size: 12px!important;
}

.large {
    font-size: 3.5rem!important;
    line-height: 4.5rem;
}

.text-green,.pannel > .active {
    color: #bcff2f!important;
}

.text-secondary {
    color: #909090!important;
}

.icon-arrow {
    position: relative;
    height: 100%;
    
}

.icon-arrow i {
    position: absolute;
    top: .9rem;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.menu-box-md,.menu-box-lg,.menu-box-sm {
    top: 48px;
    z-index: 9999;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    box-shadow: 0 12px 60px rgba(14,32,66,.15),0 1px 2px rgba(14,32,66,.05);
    cursor: default;
    visibility: hidden;
    opacity: 0;
}

.menu-box-sm {
    width: 200px;
    left: -50%;
}

.menu-box-xs {
    width: 150px;
    left: -300%;
    top: 37px;
    z-index: 9999;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    box-shadow: 0 12px 60px rgba(14,32,66,.15),0 1px 2px rgba(14,32,66,.05);
    cursor: default;
    visibility: hidden;
    opacity: 0;
}

.menu-box-md {
    width: 350px;
    left: 0;
}

.menu-box-lg {
    width: 450px;
    left: -100%;
}

.swiper-pagination-bullet {
    background: #fff;
}

#menu > li:hover .icon-arrow .bi-chevron-up {
    visibility: inherit;
    opacity: 1;
}

.icon-arrow .bi-chevron-up,#menu > li:hover .icon-arrow .bi-chevron-down {
    visibility: hidden;
    opacity: 0;
}

#menu > li:hover .menu-box-md,#menu > li:hover .menu-box-lg,#menu > li:hover .menu-box-sm,#menu > li:hover .menu-box-xs {
    opacity: 1;
    visibility: inherit;
}

#menu > li font,#menu > li a {
    font-size: 1vw;
}

.search {
    height: 1.8rem!important;
    font-size: .8rem!important;
    width: 15rem;
}

.search::placeholder {
    color: #687570;
    font-size: .8rem!important;
}



.right-1 {
    right: 1rem;
}

.normal {
    font-size: 1.1rem!important;
    line-height: 1.4rem;    }

p {
    line-height: 1.9rem!important;
    letter-spacing: 1px!important;
}

#box img {
    display: block;
    height: 35px;
    width: 35px;
    margin: .5rem 1rem;
}

.rounded-circle {
    border-radius: 20px!important;
}

.logo-icon {
    display: block;
    background: url('../files/okxe.webp') no-repeat;
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-right: .5rem;
}

.nav-link.active {
    color: #000!important;
    font-weight: bold;
}


/**md**/
@media (min-width:768px){
    
    header {
        height: 45px;
        z-index: 9999!important;
    }
    
    .img-box {
        height: 166px;
    }
    
    #footer {
        display: none;
    }
    
    p {
        line-height: 1.5rem!important;
    }
    
    #box img {
        height: 75px;
        width: 75px;
    }
    
}
/**lg**/
@media (min-width:992px){
    #footer {
        display: none;
    }
}





