@import url('923bb8a113aa4406ab94802ef56bfc62.css')
body, button, code, dd, details, div, dl, dt, footer, form, h1, h2, h3, h4, h5, h6, header, html, input, li, ol, p, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}
body{
    margin: 0px;
}
.header {
    width: 100%;
    z-index: 30;

    background:#191919;
    padding: 0px;
    margin: 0px;

}
.header-wrapper {
    width: 1450px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.logo-wrapper{
    width: 18%;
    display: inline-block;
    float: left;
}
#logo {
    width: 263px;
}
.hdpc{
    display: none!important;
}

.menu-icon {
    padding: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 18px;
    color: #ffffffe5;
    position: absolute;
    top: 28px;
    left: 17px;
    width: 20px;
}

.bar {
    height: 2px;
    width: 100%;
    background-color: #ffffffb2;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}






.menu-wrapper{
    width: 80%;
    display: inline-block;
    height: 90px;
}


#menu {
    padding-top: 22px;
    height: 45px;
    padding-left: 40px;
    border-radius: 10px;
}
#menu ul, #menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none
}
#menu ul {
    width: 100%;
    text-align: left;
}
#menu li {
    display: inline-flex;
    position: relative;
}
#menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgb(0, 0, 0);

    border-left-color: rgba(253, 253, 253, 0.34);
    height: 15px;
    margin-top: -7px;
    left: 0em;
}
#menu a {
    display: block;
    line-height: 45px;
    padding: 0 14px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Be Vietnam Pro", sans-serif;
}

#menu li a:hover {
    color: #dc5132;

}


.container{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background: url("../images/home-bg-web.93b9a622.jpg");
    height: 80vh;
}

.content-wrapper{
    width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0;

}

.left{
    float: left;
}
.right{
    float: left;
}
.col40{
    width: 40%;
}
.col60{
    width: 60%;
}

.clear{
    clear: both;
}


.speed-item {
    width: calc(100% - 20px);
    height: 40px;
    display: flex;
    padding: 20px 0px;
    border-radius: 5px;
    border: 2px solid #e0af42;
    background: #111b27;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin: 20px 0;
}
.wifi{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.time-item{
    font-family: Arial;
    width: 60px;
    text-align: center;
    font-size: 14px;
}

.button span {
    display: inline-block;
    line-height: 1.6;
}
.btn-enter {
    -webkit-user-select: none;
    -ms-user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    transition: .2s;
    cursor: pointer;
    user-select: none;
    text-transform: capitalize;
    border-radius: 5px;
    border: 2px solid #e0af42;
    background: linear-gradient(0deg, #e0af42, #fdf597 66.67%, #eec94d);
    background-color: rgba(0, 0, 0, 0);
    color: #111b27);
    text-shadow: 1px 0.5px 0 #fff;
    min-width: 100px;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
    width: 150px;
    text-decoration: none;
    font-family: Arial;


}
.addr-item {
    width: 240px;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
}

.jackpot-img{
    width: 95%;
}
.fill {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.speed-title {
    background: var(--gold-gradient, linear-gradient(0deg, #e0af42, #fdf597 66.67%, #eec94d)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-size: 64px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -120px;
}
.col33{
    width: 33%;
    float: left;
}
.text-center{
    text-align: center;
}
.icon {
    width: 80px;
}
.icon2{
    color: #fff;
}
.iconz{
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.lienhe{
    margin: 0px 0;
}
.lienhe a{
    text-decoration: none;
}
.footer{
    background: #000;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial;
    padding: 40px 0;
}
.sidebar ul li {
    border-bottom: 1px solid #ffffff45;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

    .content-wrapper {
        width: 100%;
    }
    .left{
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .speed-item {
        width: calc(100% - 40px);
        margin: 20px;
    }
    .speed-title {
        font-size: 70px;
        margin-top: -130px;
    }
    .lienhe {
        margin: 60px 0;
    }
    .iconz {

        font-size: 15px;
    }



}
@media screen and (max-width:912px) {


}

@media screen and (max-width:768px) {
    .content-wrapper {

        padding: 0;
    }
    .header-wrapper {
        width: 100%;
        text-align: center;
        background: #000;
        padding: 0px;
    }
    .logo-wrapper {
        width: 100%;
        background: #191919;
    }
    .hdpc{
        display: flex!important;
    }
    .hdmb{
        display: none;
    }

    .content-wrapper {
        width: 100%;
        display: flex;
        flex-flow: column;
    }
    .container{
        height: 100%;
    }
.left{
    width: 100%;
    order: 2;
}
    .right {
        width: 100%;
        order: 1;
        margin: 40px 0;
    }
    .formlienhe{
        order: 1;
    }

    .speed-item {
        width: calc(100% - 40px);
        margin: 20px;
    }
    .speed-title {
        font-size: 50px;
        margin-top: -85px;
    }
    .lienhe {
        margin: 60px 0;
        order: 4;
    }
    .iconz {

        font-size: 15px;
    }
    .btn-enter{
        margin-right: 10px;
    }
}




@media screen and (max-width:431px) {
    #logo {
        width: 218px;
    }
    .content-wrapper {
        width: 100%;
    }
    .left{
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .speed-item {
        width: calc(100% - 40px);
        margin: 20px;
    }
    .speed-title {
        font-size: 38px;
        margin-top: -65px;
    }
    .lienhe {
        margin: 60px 0;
    }
    .iconz {

        font-size: 15px;
    }
    .btn-enter{
        margin-right: 10px;
    }
    .addr-item {
        font-size: 12px;
        width: 180px;
    }
    .time-item {
        font-size: 12px;

    }

}


@media screen and (max-width: 414px) {



}

@media screen and (max-width: 390px) {
    .speed-title {
        font-size: 32px;
        margin-top: -55px;
    }
    .addr-item {
        font-size: 12px;
        width: 180px;
    }
    .time-item {
        font-size: 12px;

    }
    .wifi {

        margin-left: 10px;
        margin-right: 10px;
    }
    .btn-enter{
        margin-right: 10px;
    }
}

@media screen and (max-width: 376px) {

}

@media screen and (max-width: 360px) {

}


@media screen and (max-width:330px) {

    .speed-title {
        font-size: 28px;
        margin-top: -48px;
    }
    .wifi {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }


}


