@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700&subset=vietnamese';

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d1d1d1;
    overflow-x: hidden;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000000;
    padding-top: 60px; /* Add space for fixed header */
}

a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #d1d1d1;
}

.container {
    position: relative;
    padding-top: 1rem;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.sa-ic {
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
}

.sa-header {
    height: 78px;
    background-color: rgba(0,0,0,0.7);
    margin-bottom: 20px;
}

    .sa-header.has-search {
        margin-bottom: 60px;
    }

        .sa-header.has-search .sa-search {
            display: block;
        }

.sa-hdfix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.sa-imn {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 16px;
    cursor: pointer;
}

.sa-logo {
    position: absolute;
    top: 25px;
    left: 15px;
}

.sa-logo img {
    max-width: 120px;
    height: auto;
}

.sa-menu {
    float: left;
    margin: 22px 0 0 270px;
}

    .sa-menu li {
        float: left;
    }

        .sa-menu li a {
            position: relative;
            display: block;
            height: 34px;
            line-height: 34px;
            font-size: 15px;
            color: #b9b9b9;
            padding: 0 12px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .sa-menu li:hover a,
        .sa-menu li.active a {
            color: #000000;
            background: linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
            background: -moz-linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
            background: -o-linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
            background: -ms-linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
            background: -webkit-linear-gradient(bottom, #B63E1D 0%, #FF502E 100%);
        }

.sa-mnhot {
    position: absolute;
    top: -5px;
    right: -20px;
    display: inline-block;
    width: 30px;
    height: 13px;
    background-position: 0 -86px;
}

.sa-login {
    float: right;
    margin-top: 20px;
    border: 1px solid #3c4351;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .sa-login li {
        float: left;
    }

        .sa-login li:first-child {
            border-right: 1px solid #3c4351;
        }

        .sa-login li a {
            display: block;
            height: 32px;
            line-height: 32px;
            padding: 0 12px;
            color: #b9b9b9;
            font-size: 12px;
        }

.sa-user {
    float: right;
    margin-top: 20px;
}

.sa-usmoney {
    position: relative;
    font-size: 12px;
    color: #b9b9b9;
    padding-right: 30px;
    height: 34px;
    border: 1px solid #3d414d;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    float: right;
}

    .sa-usmoney:after {
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        height: 32px;
        line-height: 32px;
        padding: 0 5px;
        color: #000000;
        background: #626262;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        content: "\e259";
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .sa-usmoney strong {
        color: #f34d2b;
    }

    .sa-usmoney.btn-default.active,
    .sa-usmoney.btn-default:active,
    .open > .sa-usmoney.dropdown-toggle.btn-default,
    .sa-usmoney:hover {
        color: #b9b9b9;
        background-color: transparent;
        border-color: #3d414d;
    }

.sa-usmenu {
    background: #000000;
    padding: 5px 15px;
    border: 1px solid #212121;
}

    .sa-usmenu li a {
        font-size: 14px;
        padding: 8px 0;
        color: #686868;
        border-bottom: 1px dotted #686868;
    }

    .sa-usmenu li:last-child a {
        border-bottom: none;
    }

    .sa-usmenu li:hover a {
        color: #ffffff;
    }

    .sa-usmenu.dropdown-menu > li > a:focus,
    .sa-usmenu.dropdown-menu > li > a:hover {
        color: #ffffff;
        text-decoration: underline;
        background-color: transparent;
    }

.sa-banner {
    margin-bottom: 20px;
}

.sa-bntab {
    background: #363636;
    padding: 4px;
}

.sa-bncol1 {
    float: left;
    width: 30%;
    position: relative;
}

.sa-bncol2 {
    float: left;
    width: 70%;
    position: relative;
}

.sa-bntbox {
    margin-right: 4px;
    background: #1d1d1d;
}

.sa-bnnav-tabs {
    display: table;
    width: 100%;
}

    .sa-bnnav-tabs li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 41px;
        background: #343434;
    }

        .sa-bnnav-tabs li.active {
            background: #1d1d1d;
        }

        .sa-bnnav-tabs li a {
            display: block;
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #c2c2c2;
        }

        .sa-bnnav-tabs li.active a {
            color: #ff502e;
        }

.sa-bntcbox {
    padding: 30px 15px 0;
    height: 331px;
}

.sa-bntabbox {
    /*height: 250px;*/
    overflow: auto;
    /*border-bottom: 1px dotted #4e4e4e;*/
}

.sa-topthe li {
    height: 26px;
    margin-bottom: 35px;
    position: relative;
    padding: 0 10px;
}

    .sa-topthe li i {
        float: left;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        text-align: center;
        width: 26px;
        height: 26px;
        line-height: 26px;
        background: #0ce3ac;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .sa-topthe li:first-child i {
        width: 31px;
        height: 31px;
        line-height: 31px;
        background: url("../images/icon.png") no-repeat -90px -36px;
    }

    .sa-topthe li span {
        margin: 0 110px 0 35px;
        padding-top: 5px;
        font-size: 15px;
        color: #c2c2c2;
        display: block;
        height: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sa-topthe li label {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 118px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        white-space: nowrap;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        background: #ff502e;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .sa-topthe li label sup {
            font-weight: bold;
        }

.sa-bnvmore {
    text-align: center;
}

    .sa-bnvmore a {
        padding: 10px 0;
        display: inline-block;
        font-size: 13px;
        color: #f14c2b;
    }

        .sa-bnvmore a:hover {
            text-decoration: underline;
        }

.sa-pthuong li {
    min-height: 26px;
    margin-bottom: 23px;
    position: relative;
}

    .sa-pthuong li label {
        display: block;
        margin-right: 70px;
        padding-top: 2px;
        color: #0ce3ac;
        font-size: 15px;
    }

    .sa-pthuong li:first-child label {
        color: #ff502e;
    }

    .sa-pthuong li .sa-ptbtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 68px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        border: none;
        padding: 0;
        background: #ff502e;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.sa-ttboxs.tooltip.right .tooltip-arrow {
    border-right-color: #ffffff;
}

.sa-ttboxs .tooltip-inner {
    max-width: 334px;
    padding: 3px;
    background-color: #ffffff;
}

    .sa-ttboxs .tooltip-inner img {
        width: 100%;
    }

.sabner .swiper-slide img {
    width: 100%;
    max-height: 372px;
}

.sabner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    border: 2px solid #866662;
    opacity: .2;
}

.sabner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #363636;
    border: 2px solid #eac7c3;
}

.sa-lprod {
    background: #141414;
    padding: 2px;
}

.sa-fillter {
    position: relative;
}

.sa-filic {
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.sa-filshow .sa-filic {
    background: #000000;
}

.sa-filbox {
    background: #000000;
    position: relative;
    padding: 10px 20px;
}

    .sa-filbox .dropdown {
        display: inline-block;
        margin-right: 15px;
    }

        .sa-filbox .dropdown .dropdown-toggle {
            background: #272727;
            border: 1px solid #363636;
            font-size: 13px;
            color: #898989;
        }

.sa-ftbtndel {
    float: right;
    color: #ff502e;
    border: 1px solid #363636;
    font-size: 13px;
    background: linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -moz-linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -o-linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -ms-linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -webkit-linear-gradient(bottom, #2C2C2C 0%, #121212 100%);
}

    .sa-ftbtndel:hover {
        color: #ff502e;
    }

    .sa-ftbtndel i {
        color: #676767;
        padding-left: 5px;
    }

.sa-lpmain {
    padding: 20px;
}

.sa-lprow {
    margin: 0 -8px;
}

.sa-lpcol {
    float: left;
    width: 25%;
    padding: 0 8px;
}

.sa-lpi {
    border: 1px solid #262626;
    background: #000000;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.sa-lpimg {
    display: block;
}

    .sa-lpimg img {
        width: 100%;
    }

.sa-lpcode {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #0ce3ac;
    background: #000000;
    border: 1px solid #494949;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sa-lpinfo {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 245px;
    overflow: hidden;
    background: #141414;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #262626;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sa-lpi:hover .sa-lpinfo {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.sa-lpits {
    height: 212px;
    overflow: auto;
    margin-top: 40px;
    padding: 10px 5px 5px 15px;
    color: #ed4b2a;
    font-size: 14px;
    line-height: 24px;
}

.sa-lpinfo ul li {
    position: relative;
    padding-left: 10px;
}

    .sa-lpinfo ul li:before {
        content: '.';
        font-size: 22px;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 5px;
    }

.sa-lpbott {
    margin: 0 -5px;
    padding: 15px;
}

.sa-lpbif,
.sa-lpbpri {
    float: left;
    width: 50%;
}

    .sa-lpbif p {
        margin: 3px 0;
        font-size: 14px;
        color: #d1d1d1;
    }

.sa-lpbpri {
    text-align: right;
}

.sa-lpbpice {
    font-weight: bold;
    font-size: 18px;
    color: #ff502e;
    margin-bottom: 5px;
}

    .sa-lpbpice sup {
        font-size: 60%;
    }

.sa-lpbbtn {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
    background: -moz-linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
    background: -o-linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
    background: -ms-linear-gradient(to top, #B63E1D 0%, #FF502E 100%);
    background: -webkit-linear-gradient(bottom, #B63E1D 0%, #FF502E 100%);
}

    .sa-lpbbtn.sa-lpbbtnpre {
        background: linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
        background: -moz-linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
        background: -o-linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
        background: -ms-linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
        background: -webkit-linear-gradient(bottom, #009b73 0%, #0ce2ab 100%);
    }

.sa-pagging li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 0;
    color: #676767;
    height: 30px;
    line-height: 30px;
}

    .sa-pagging li a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        color: #000000;
        font-size: 14px;
        border: 2px solid #262626;
        background: #676767;
    }

        .sa-pagging li a:hover,
        .sa-pagging li.active a {
            color: #ba3f1e;
            border: 2px solid #ba3f1e;
            background: #141414;
        }

.sa-footer {
    padding: 20px 0;
    background: #080808;
    color: #676767;
}

.sa-ftadd {
    margin-bottom: 20px;
}

.sa-fthotline {
    width: 100%;
    max-width: 470px;
    padding: 10px 13px;
    border: 2px solid #1f1f1f;
    background: #141414;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sa-fthnum {
    position: relative;
    width: 56%;
    border-right: 1px solid #2d2d2d;
}

    .sa-fthnum:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        display: inline-block;
        width: 33px;
        height: 33px;
        background: url("../images/icon.png") no-repeat 0 -36px;
    }

    .sa-fthnum p {
        padding-left: 50px;
    }

    .sa-fthnum a {
        font-size: 16px;
        font-weight: bold;
        color: #ff502e;
    }

.sa-fthwork {
    text-align: center;
    width: 44%;
}

    .sa-fthwork strong {
        color: #bebebe;
    }

.sa-ftacol {
    float: left;
    padding: 0 3px;
}

.sa-ftarow {
    margin: 0 -3px;
}

.sa-lshare {
    text-align: right;
}

    .sa-lshare span {
        display: inline-block;
        vertical-align: middle;
    }

    .sa-lshare a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        width: 32px;
        height: 32px;
    }

.sa-lsfb {
    background-position: 0 0;
}

.sa-lstw {
    background-position: -42px 0;
}

.sa-lsgg {
    background-position: -84px 0;
}

.sa-lsyou {
    background-position: -126px 0;
}

.sa-lssky {
    background-position: -168px 0;
}

#popImg .modal-title {
    color: #000000;
    font-weight: bold;
}

.sa-popimg img {
    width: 100%;
}

.sa-totop {
    cursor: pointer;
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 46px;
    height: 46px;
    background: url("../images/icon.png") no-repeat -39px -36px;
}

/*DANG NHAP_DANGKY*/
.sa-logmain {
    padding: 30px 15px 50px;
    background: #141414;
    margin-bottom: 20px;
    height: 490px;
}

.sa-logbox {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

.sa-lognav-tabs {
    text-align: center;
    margin-bottom: 35px;
}

    .sa-lognav-tabs li {
        display: inline-block;
        padding: 0 15px;
    }

        .sa-lognav-tabs li a {
            font-size: 24px;
            color: #a5a5a5;
            display: inline-block;
            padding: 5px 0;
        }

        .sa-lognav-tabs li.active a {
            color: #ff502e;
            border-bottom: 2px solid #ff502e;
        }

.sa-logtct ul li {
    margin-bottom: 20px;
    position: relative;
}

.sa-lichek:before {
    content: "(*)";
    position: absolute;
    top: 12px;
    right: 10px;
    color: #ff0000;
}

.sa-logtct ul li select.form-control,
.sa-logtct ul li input.form-control {
    font-size: 18px;
    height: 46px;
    background: #a5a5a5;
    color: #000000;
}

.sa-logse:after {
    content: "\e259";
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    color: #000000;
    padding: 0 8px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(to top, #BABABA 0%, #FDFDFD 100%);
    background: -moz-linear-gradient(to top, #BABABA 0%, #FDFDFD 100%);
    background: -o-linear-gradient(to top, #BABABA 0%, #FDFDFD 100%);
    background: -ms-linear-gradient(to top, #BABABA 0%, #FDFDFD 100%);
    background: -webkit-linear-gradient(bottom, #BABABA 0%, #FDFDFD 100%);
}

.sa-logtct ul li input.form-control::-webkit-input-placeholder {
    color: #000000;
}

.sa-logtct ul li input.form-control:-moz-placeholder {
    color: #000000;
}

.sa-logtct ul li input.form-control::-moz-placeholder {
    color: #000000;
}

.sa-logtct ul li input.form-control:-ms-input-placeholder {
    color: #000000;
}

.sa-logtct ul li.sa-librow {
    margin: 0 -15px 20px;
}

.sa-logtct ul li span {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.sa-logtct ul li .btn {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.sa-lib-dk {
    color: #000000;
    background: linear-gradient(to top, #B63D1D 0%, #FF502E 100%);
    background: -moz-linear-gradient(to top, #B63D1D 0%, #FF502E 100%);
    background: -o-linear-gradient(to top, #B63D1D 0%, #FF502E 100%);
    background: -ms-linear-gradient(to top, #B63D1D 0%, #FF502E 100%);
    background: -webkit-linear-gradient(bottom, #B63D1D 0%, #FF502E 100%);
}

.sa-lib-del {
    color: #a5a5a5;
    border: 1px solid #383838;
    background: linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -moz-linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -o-linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -ms-linear-gradient(to top, #2C2C2C 0%, #121212 100%);
    background: -webkit-linear-gradient(bottom, #2C2C2C 0%, #121212 100%);
}

    .sa-lib-del:hover {
        color: #ffffff;
    }

.sa-lib-lpas {
    display: inline-block;
    vertical-align: middle;
    color: #0ce3ac;
    font-size: 15px;
    text-decoration: underline;
    padding: 10px 0;
}

.sa-logtct ul li .checkbox {
    font-size: 15px;
    color: #b9b9b9;
}

/*lich-su-nap-the*/
.sa-brea {
    margin-bottom: 15px;
}

    .sa-brea li {
        display: inline-block;
    }

        .sa-brea li a {
            font-size: 13px;
            color: #616161;
        }

        .sa-brea li.active a {
            color: #cdcdcd;
            text-decoration: underline;
        }

        .sa-brea li + li:before {
            content: ' >';
            padding: 0 5px;
            color: #616161;
        }

.sa-ls-tit {
    font-size: 24px;
    color: #0ce3ac;
    margin-bottom: 25px;
}

.sa-ls-table table {
    border: 1px solid #272727;
}

    .sa-ls-table table tr td {
        text-align: center;
        border: 1px solid #272727;
        font-size: 16px;
        font-weight: 500;
        color: #898989;
        padding: 12px 8px;
    }

    .sa-ls-table table thead tr td {
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        color: #ff502e;
        background: #000000;
    }

/*nap-the*/
.sa-themain {
    height: auto;
}

.sa-hdnap {
    padding: 30px 0;
}

.sa-hdnap-tit {
    font-size: 30px;
    color: #ff502e;
    margin-bottom: 15px;
}

.sa-istar {
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: top;
    background-position: -90px -35px;
}

.sa-hdnapmain {
    padding: 20px 0;
}

/*thong-tin-shop*/
.sa-ttshop {
    line-height: 40px;
}

    .sa-ttshop h6 {
        text-align: center;
        margin-top: 15px;
        padding: 30px 0 15px;
        font-size: 30px;
        color: #ff502e;
        border-top: 1px solid #ff502e;
    }

    .sa-ttshop h5 {
        color: #ff502e;
        font-size: 30px;
    }

    .sa-ttshop h4 {
        font-size: 20px;
        color: #ff502e;
    }

    .sa-ttshop h3 {
        text-align: center;
    }

    .sa-ttshop p {
        font-size: 20px;
        color: #ffffff;
    }

/*chi-tiet-sp*/
.sa-ttacc-tit {
    float: left;
    font-size: 24px;
    color: #0ce3ac;
    padding: 10px 0;
}

.sa-ttactul {
    float: right;
}

    .sa-ttactul li {
        display: inline-block;
        vertical-align: middle;
    }

.sa-ttac-pri {
    font-weight: bold;
    font-size: 26px;
    color: #ff502e;
    padding: 0 10px;
}

.sa-ttac-btn a {
    display: inline-block;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(to top, #B73E1D 0%, #FE502E 100%);
    background: -moz-linear-gradient(to top, #B73E1D 0%, #FE502E 100%);
    background: -o-linear-gradient(to top, #B73E1D 0%, #FE502E 100%);
    background: -ms-linear-gradient(to top, #B73E1D 0%, #FE502E 100%);
    background: -webkit-linear-gradient(bottom, #B73E1D 0%, #FE502E 100%);
}

.sa-ttac-btn.selled a {
    width: 126px;
    text-align: center;
    background: linear-gradient(to top, #008966 0%, #0ce3ac 100%);
    background: -moz-linear-gradient(to top, #008966 0%, #0ce3ac 100%);
    background: -o-linear-gradient(to top, #008966 0%, #0ce3ac 100%);
    background: -ms-linear-gradient(to top, #008966 0%, #0ce3ac 100%);
    background: -webkit-linear-gradient(bottom, #008966 0%, #0ce3ac 100%);
}

.sa-ttac-btn.preorder a {
    text-align: center;
    background: linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
    background: -moz-linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
    background: -o-linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
    background: -ms-linear-gradient(to top, #009b73 0%, #0ce2ab 100%);
    background: -webkit-linear-gradient(bottom, #009b73 0%, #0ce2ab 100%);
}

.sa-ttacc-tabs {
    background: #000000;
    border-bottom: 2px solid #272727;
    margin: 10px 0;
}

    .sa-ttacc-tabs li {
        float: left;
        position: relative;
    }

        .sa-ttacc-tabs li a {
            position: relative;
            display: inline-block;
            font-size: 20px;
            color: #898989;
            padding: 15px;
            border-right: 1px solid #272727;
        }

        .sa-ttacc-tabs li.active a {
            color: #000000;
            background: #b7b7b7;
        }

        .sa-ttacc-tabs li a span {
            position: relative;
            top: -2px;
            display: inline-block;
            vertical-align: middle;
            padding: 0 3px;
            background: #ff502e;
            height: 20px;
            line-height: 20px;
            color: #000000;
            font-size: 15px;
            font-weight: bold;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .sa-ttacc-tabs li.active a:before {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -10px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 6px solid #b7b7b7;
        }

.sa-ttacc-tcont {
    padding: 15px 0;
}

.sa-ttmore {
    padding: 30px 0 15px;
}

.sa-ttmoretit {
    text-align: center;
    font-size: 22px;
    color: #898989;
    margin-bottom: 30px;
}

.sa-ttmore .swiper-slide {
    float: left;
    width: 270px;
}

/*MEDIA*/
@media (min-width: 992px) {
    .sa-bncol1 {
        right: 70%;
    }

    .sa-bncol2 {
        left: 30%;
    }
}

@media (max-width: 1200px) {
    .sa-logo img {
        width: 165px;
    }

    .sa-menu {
        margin: 22px 0 0 180px;
    }

    .sa-menu li a {
        font-size: 13px;
    }

    .sa-lpbbtn,
    .sa-lpinfo ul li,
    .sa-topthe li span,
    .sa-usmenu li a,
    .sa-menu li a {
        font-size: 13px;
    }

    .sa-lpbif p {
        font-size: 12px;
    }

    .sa-topthe li label {
        width: 85px;
        font-size: 12px;
    }

    .sa-topthe li span {
        margin: 0 80px 0 35px;
    }

    .sa-bntcbox {
        height: 255px;
    }

    .sa-bntabbox {
        height: 190px;
    }

    .sa-pthuong li {
        margin-bottom: 6px;
    }

        .sa-pthuong li label {
            font-size: 14px;
        }

    .sa-lpinfo {
        height: 202px;
    }

    .sa-lpits {
        height: 155px;
    }

    .sa-lpbbtn {
        width: 85px;
    }

    .sa-lpbpice {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .sa-menu {
        display: none;
        background: #1d1d1d;
        margin: 0;
        float: none;
        position: absolute;
        z-index: 999;
        top: 55px;
        left: 0;
        width: 100%;
        box-shadow: 0 0 15px 1px #000;
    }

    .sa-menu li {
        display: block;
        float: none;
    }

    .sa-menu li a {
        border-bottom: 1px solid #232323;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .sa-imn,
    .sa-mnshow {
        display: block;
    }

    .sa-bncol1,
    .sa-bncol2 {
        width: 100%;
    }

    .sa-bntbox {
        margin-right: 0;
    }

    .sa-lpcol {
        width: 33.33%;
    }

    .sa-lshare {
        text-align: left;
        margin-bottom: 30px;
    }

    .sa-header {
        height: 55px;
    }

    .sa-logo {
        top: 15px;
        left: 40px;
    }

    .sa-fthotline {
        margin-bottom: 15px;
    }

    .sa-login,
    .sa-user {
        margin-top: 10px;
    }

    .sa-pthuong li .sa-ptbtn {
        /*display: none;*/
        right: 5px;
    }

    .sa-mnhot {
        position: inherit;
        top: -3px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .sa-lpcol {
        width: 100%;
    }

    .sa-fillter {
        /*height: 30px;*/
    }

    .sa-filic {
        /*display: block;*/
    }

    .sa-filbox {
        /*display: none;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 999;*/
        box-shadow: 3px 3px 15px -1px #000;
    }

        .sa-filbox .dropdown {
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }

            .sa-filbox .dropdown .dropdown-toggle {
                width: 100%;
                text-align: left;
            }

    .btn-filter {
        width: 100% !important;
        margin:10px 0;
    }

    .sa-ftbtndel{
        width: 100% !important;
    }

    .sa-ftbtndel {
        display: block;
        float: none;
    }

    .sa-filshow .sa-filbox {
        display: block;
    }

    .sa-filshow .dropdown-menu {
        position: relative;
        min-width: 100%;
    }

    .sa-lpi:hover .sa-lpinfo {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 300px;
    }

    .sa-ttacc-tabs li {
        float: none;
        display: block;
        width: 100%;
        position: relative;
    }

        .sa-ttacc-tabs li a {
            display: block;
            padding: 8px 15px;
            border-bottom: 1px solid #272727;
        }
}

@media (max-width: 510px) {
    .sa-fthwork,
    .sa-fthnum {
        width: 100%;
        border: none;
        text-align: left;
    }

    .sa-lshare span {
        display: none;
    }

    .sa-lpmain {
        padding: 5px;
    }

    .sa-lprow {
        margin: 0 -4px;
    }

    .sa-lpcol {
        padding: 0 4px;
    }

    .sa-lpbott {
        padding: 5px 10px;
    }
}

@media (max-width: 450px) {
    .sa-lpbif p {
        font-size: 10px;
    }

    .sa-lpbpice {
        font-size: 12px;
    }

    .sa-lpbbtn {
        width: 100%;
        font-size: 12px;
    }

    .sa-bnnav-tabs li a {
        font-size: 14px;
    }
}

@media (max-width: 430px) {
    .sa-usmoney > span {
        display: none;
    }

    .sa-logo img {
        width: 100px;
    }

    .sa-login li a {
        padding: 0 7px;
    }

    .sa-lognav-tabs li {
        padding: 0 10px;
    }

        .sa-lognav-tabs li a {
            font-size: 18px;
        }

    .sa-logtct ul li .btn {
        font-size: 14px;
    }

    .sa-lib-lpas {
        font-size: 11px;
    }

    .sa-logmain {
        /*height: 460px;*/
    }

    .sa-logtct ul li select.form-control,
    .sa-logtct ul li input.form-control {
        font-size: 16px;
    }
}

@media (max-width: 373px) {
    .sa-lpcol {
        width: 100%;
    }

    .sa-lpi {
        margin-bottom: 10px;
    }

    .sa-lpbif p {
        font-size: 11px;
    }
}

.sa-lpping {
    margin-top: 75px;
}
.sllpbox {
    padding: 22px;
    background: #000000;
    border: 1px solid #30343c;
}

.sl-produl {
    margin: 0 -5px 13px;
}

.sl-prodli {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
}

.sl-prodbox {
    height: 350px;
    overflow: hidden;
    position: relative;
    background: #1f2228;
    border: 1px solid #30343c;
}

.sl-prlinks {
    display: block;
}

.sl-prcode {
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 1.3;
    font-size: 15px;
    color: #ff3600;
    background: rgba(0,0,0,0.5);
}

    .sl-prcode span {
        height: 40px;
        line-height:40px;
    }

.sl-primg {
    height: 155px;
    line-height: 155px;
    overflow: hidden;
    text-align: center;
}

    .sl-primg img {
        display: inline-block;
        vertical-align: middle;
    }

.sl-priftop {
    position: absolute;
    top: -500px;
    left: 0;
    right: 0;
    width: 100%;
    height: 195px;
    overflow: hidden;
    z-index: 10;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #2b2b2b;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .sl-priftop ul li {
        position: relative;
        font-size: 15px;
        color: #fde100;
        padding-left: 20px;
        margin-bottom: 6px;
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .sl-priftop ul li:before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 6px;
            left: 3px;
            background: #fde100;
        }

.sl-prodli:hover .sl-priftop {
    top: 0;
}

.sl-prifs {
    position: relative;
}

.sl-prifbot {
    padding: 15px;
    max-height: 175px;
    overflow: hidden;
}

    .sl-prifbot ul {
        height: 77px;
        overflow: hidden;
    }

        .sl-prifbot ul li {
            font-size: 15px;
            color: #dadada;
            position: relative;
            padding-left: 15px;
            margin-bottom: 7px;
        }

            .sl-prifbot ul li:last-child {
                margin-bottom: 0;
            }

            .sl-prifbot ul li:before {
                content: "";
                display: inline-block;
                width: 6px;
                height: 6px;
                position: absolute;
                top: 6px;
                left: 3px;
                background: #515151;
            }

.sl-prpri {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fde100;
    position: absolute;
    right: 15px;
}

.sl-prpri1 {
    top: 12px;
}

.sl-prpri2 {
    top: 50px;
}

.sl-prpri sup {
    font-size: 60%;
}

.sl-prbot {
    text-align: center;
}

.sl-btnod {
    display: inline-block;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border: none;
    outline: 0;
    background: url("/Images/bgbtn.png") no-repeat center;
}

    .sl-btnod:hover {
        color: #000000;
    }

@media (min-width: 768px) {
    .slmdscoc .modal-dialog {
        width: 570px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .sl-hdtop {
        padding-top: 20px;
    }

    .sl-menu {
        margin-right: 165px;
    }

        .sl-menu > li > a {
            font-size: 14px;
        }

    .sl-logreg > li > a {
        padding: 0 10px;
    }

    .sl-ht1 {
        padding: 13px 0;
    }

    .sl-htul > li {
        margin-bottom: 10px;
    }

    .slchgame .swiper-slide a span {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

        .slchgame .swiper-slide a span img {
            max-height: 25px;
        }

    .slchgame .swiper-slide a h3 {
        font-size: 14px;
    }

    .sl-ht2 {
        margin-bottom: 10px;
    }

    .sl-hdbot table thead td {
        color: #b3b3b3;
        font-size: 9px;
    }

    .sl-hdbot table td {
        padding: 10px;
        font-size: 12px;
    }

    .sl-hdbot {
        max-height: 345px;
    }

    .sl-prodli {
        width: 33.333%;
    }

    .sl-ftcall {
        padding-top: 10px;
    }

        .sl-ftcall span {
            font-size: 14px;
        }

        .sl-ftcall strong {
            font-size: 20px;
        }

    .sa-lonotis {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
        position: relative;
        top: 0;
        right: 0;
    }

    .l-i-c-acc li {
        width: 16.6666667%;
    }
}

@media (max-width: 992px) {
    .sl-header {
        height: 50px;
    }

    .sl-logo {
        left: 45px;
    }

        .sl-logo img {
            height: 50px;
        }

    .sl-logreg {
        top: 7px;
    }

    .sl-col1-f,
    .sl-col2-f,
    .sl-col1,
    .sl-col2 {
        width: 100%;
    }

    .sl-htul {
        padding: 0 10px;
    }

    .sl-menu {
        display: none;
    }

    .sl-icmenu {
        display: inline-block;
    }

    .slshowmn.sl-menu {
        display: block;
    }

    .sl-menu {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        float: none;
        z-index: 10;
        background: #000000;
        -webkit-box-shadow: 0 5px 10px 1px #2f2f2f;
        -moz-box-shadow: 0 5px 10px 1px #2f2f2f;
        box-shadow: 0 5px 10px 1px #2f2f2f;
    }

        .sl-menu > li {
            float: none;
            width: 100%;
        }

        .sl-menu li ~ li:before {
            display: none;
        }

        .sl-menu > li > a {
            display: block;
            text-align: left;
            height: auto;
            line-height: normal;
            padding: 10px;
            border-bottom: 1px solid #acacac;
        }

        .sl-menu > li.active > a {
            border-bottom: 1px solid #ffea00;
            color: #ffea00;
        }

        .sl-menu > li:last-child > a {
            border-bottom: none;
        }

    .slchgame .swiper-slide a span {
        display: inline-block;
    }

    .slchgame.swiper-container {
        margin-bottom: 20px;
    }

    .sl-htul > li > .form-control,
    .sl-htul > li .sl-btn {
        height: 34px;
    }

    .sllpbox,
    .sl-sebox,
    .sl-rboxs {
        padding: 10px;
    }

    .sl-hdbot {
        max-height: 220px;
        margin-bottom: 10px;
    }

    .sl-seckul {
        margin: 0 -5px 10px;
    }

    .sl-prodli {
        width: 50%;
    }

    .sl-mdctit {
        margin-bottom: 10px;
    }

    .sl-ftadds {
        margin-bottom: 10px;
    }

    .sl-lrins {
        top: 7px;
    }

    .l-i-c-acc li {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .sa-ttacc-tit,
    .sa-ttactul {
        float: none;
    }

        .sa-ttactul li.sa-ttac-pri {
            display: block;
            padding: 0;
            margin-bottom: 10px;
        }

    .sa-ttacc-tabs li {
        float: none;
        border-bottom: 1px solid #212121;
    }

        .sa-ttacc-tabs li a {
            display: block;
        }

    .sl-col2 .sl-ht3 {
        margin-bottom: 10px;
    }

    .sl-sebtns {
        width: 100%;
        max-width: inherit;
        margin: 0 -3px;
        position: relative;
        top: 0;
        right: 0;
    }

    .l-i-c-acc li {
        width: 25%;
    }
}

@media (max-width: 680px) {
    .sl-seauls > li {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .sl-prifs {
        position: relative;
        padding-top: 5px;
    }

    .sllpbox {
        padding: 0;
    }

    .sl-prodbox {
        border: 1px solid #545454;
    }

    .sl-prifbot ul {
        height: 65px;
    }

        .sl-prifbot ul li {
            font-size: 14px;
            margin-bottom: 3px;
        }

    .sl-primg {
        height: 120px;
        margin-bottom: 5px;
    }

    .sl-prpri {
        display: block;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        padding: 0 10px;
    }

    .sl-prifbot {
        padding: 10px;
        max-height: 140px;
    }

    .sl-prodli:hover .sl-priftop {
        display: none;
    }

    .l-i-c-acc li {
        width: 33.3333%;
    }
}

@media (max-width: 450px) {
    .sl-logo {
        top: 10px;
        left: 40px;
    }

        .sl-logo img {
            height: 30px;
        }

    .sl-logreg {
        width: auto;
        padding: 0 5px;
        top: 10px;
        height: 30px;
    }

        .sl-logreg > li > a {
            padding: 0 2px;
            height: 30px;
            line-height: 30px;
        }

    .sl-seauls > li .form-control {
        font-size: 12px;
    }

    .sa-lognav-tabs {
        margin-bottom: 20px;
    }

        .sa-lognav-tabs li {
            padding: 0 5px;
        }

            .sa-lognav-tabs li a {
                font-size: 20px;
            }

    .sa-logtct ul li .btn {
        font-size: 15px;
    }

    .sa-lib-lpas {
        font-size: 12px;
    }

    .sl-skips > ul > li {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .la-cskin ul li {
        display: block;
        margin: 0 0 5px 0;
    }

        .la-cskin ul li .btn {
            width: 100%;
        }

    .sl-ftviews li {
        text-align: center;
    }

        .sl-ftviews li span {
            display: inline-block;
            float: none;
            margin: auto;
        }

        .sl-ftviews li p {
            margin-left: 0;
            text-align: center;
        }

    .l-i-c-acc li {
        width: 50%;
    }

    .sa-ttac-btn a {
        margin: 0 3px;
    }
}

@media (max-width: 370px) {
    .sl-prodli {
        width: 100%;
        height: auto;
    }

    .sl-primg {
        height: auto;
    }

    .sa-ttactul li {
        margin-bottom: 10px;
    }

    .sa-ttactul li,
    .sa-ttac-btn a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .sa-ttac-bott {
        text-align: center;
    }

    .sl-prifs {
        padding-top: 5px;
    }

    .sl-prodbox {
        height: auto;
        padding-bottom: 10px;
    }

    .sl-prbot {
        text-align: center;
        position: absolute;
        display: inline-block;
        bottom: 0;
        right: 10px;
    }

    .sl-lrins .dropdown button {
        width: 150px;
    }
}
/*--SAP--*/
.sap_tabs{
	clear:both;
	padding: 0;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 5px 20px;
    margin: 0 auto;
}
.resp-tab-item {
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
	border-bottom: 2px solid #fff;
	color:#999;
	background-color:#fff;
	padding:7px 15px;
	border:2px solid #999;
	border-radius: 4px;
}
.resp-tab-active {
	color: #fff;
	background-color:#FC0D49;
    border: #000 solid 1px;
}
.resp-tab-active1 {
	color: #fff;
	background-color:#009900;
    border: #000 solid 1px;
}
.resp-tab-active2 {
	color: #fff;
	background-color:#087CF7;
    border: #000 solid 1px;
}
.resp-tab-active3 {
	color: #fff;
	background-color:#F81717;
    border: #000 solid 1px;
}
.resp-tab-active4 {
	color: #fff;
	background-color:#B509DC;
    border: #000 solid 1px;
}
.resp-tab-active5 {
	color: #fff;
	background-color:#F74C03;
    border: #000 solid 1px;
}
.resp-tab-active6 {
	color: #fff;
	background-color:#FFCC00;
    border: #000 solid 1px;
}
.resp-tab-active7 {
	color: #fff;
	background-color:#008080;
    border: #000 solid 1px;
}
.resp-tab-active a {
    color: #fff;
}
.resp-tab-unactive {
	color: #999;
    border: #999 solid 1px;
}
.resp-tab-unactive a {
    color: #999;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.tab_img{
	padding:2em 0 0;
	display: inline-block;
}
.float-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}
.chat-zalo, .chat-facebook, .call-hotline {
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}
@media (max-width: 480px) {
  .chat-zalo, .chat-facebook, .call-hotline {
    display: inline-block;
  }
}

/* Banner Section */
.banner-section {
    padding: 20px 0;
    background: #141414;
}

.banner-slider {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.banner-slider img {
    border-radius: 10px;
}

/* Top Nạp Wrapper */
.top-nap-wrapper {
    background: #1a1d21;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.top-nap-header {
    background: linear-gradient(90deg, #1976d2 0%, #ffb300 100%);
    padding: 15px 20px;
}

.top-nap-header h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.top-nap-content {
    padding: 15px;
}

.top-nap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-nap-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #2a2d32;
    transition: all 0.3s;
}

.top-nap-item:hover {
    background: #1f2226;
}

.top-nap-rank {
    width: 30px;
    height: 30px;
    background: #2a2d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
}

.top-nap-item:nth-child(1) .top-nap-rank {
    background: #ffd700;
    color: #000;
}

.top-nap-item:nth-child(2) .top-nap-rank {
    background: #c0c0c0;
    color: #000;
}

.top-nap-item:nth-child(3) .top-nap-rank {
    background: #cd7f32;
    color: #000;
}

.top-nap-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nap-name {
    color: #fff;
    font-weight: 500;
}

.top-nap-amount {
    color: #ffb300;
    font-weight: bold;
}

/* Filter Account */
.filter-account {
    background: #1a1d21;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.filter-header {
    background: linear-gradient(90deg, #1976d2 0%, #ffb300 100%);
    padding: 15px 20px;
}

.filter-header h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.filter-content {
    padding: 20px;
}

.filter-content .form-control {
    background: #2a2d32;
    border: 1px solid #3a3d42;
    color: #fff;
    height: 45px;
}

.filter-content .form-control::placeholder {
    color: #6c757d;
}

.btn-filter {
    background: linear-gradient(90deg, #1976d2 0%, #ffb300 100%);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 5px;
    transition: all 0.3s;
}

.btn-filter:hover {
    background: linear-gradient(90deg, #ffb300 0%, #1976d2 100%);
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .banner-section {
        padding: 15px 0;
    }
    
    .banner-slider {
        margin-bottom: 20px;
    }
}

/* Modern Header Styles */
.modern-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    height: 60px;
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

/* Desktop Menu */
.navbar-nav .nav-link {
    color: #fff !important;
    padding: 1rem !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff502e !important;
    background: rgba(255,255,255,0.1);
}

.navbar-nav .nav-link i {
    margin-right: 8px;
}

/* Auth Buttons */
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-register,
.btn-login {
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-register {
    background: linear-gradient(135deg, #ff502e 0%, #ff6b3d 100%);
    color: #fff;
    border: none;
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,80,46,0.3);
    color: #fff;
}

.btn-login {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}

.btn-login:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

/* User Profile */
.user-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.balance-display {
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #fff;
}

.balance-display i {
    color: #ffd700;
    margin-right: 5px;
}

.user-profile .dropdown-toggle {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.user-profile .dropdown-toggle:hover {
    background: rgba(255,255,255,0.1);
}

.user-profile .dropdown-menu {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    margin-top: 10px;
    border-radius: 8px;
    padding: 0.5rem;
}

.user-profile .dropdown-item {
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 6px;
}

.user-profile .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
}

.user-profile .dropdown-item i {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

/* Mobile Header */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.menu-btn {
    margin-right: 1rem;
}

.profile-btn {
    margin-left: 1rem;
}

/* Mobile Offcanvas */
.offcanvas {
    background: #1a1a1a;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 1rem;
}

.offcanvas-title {
    color: #fff;
    font-weight: 600;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.offcanvas .nav-link {
    color: #fff !important;
    padding: 1rem !important;
    border-radius: 8px;
    margin: 0.2rem 0;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
    background: rgba(255,255,255,0.1);
    color: #ff502e !important;
}

/* Mobile User Info */
.mobile-user-info {
    text-align: center;
    padding: 1rem;
}

.user-avatar {
    font-size: 4rem;
    color: #ff502e;
    margin-bottom: 1rem;
}

.user-details h6 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.user-details .balance {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.user-details .balance i {
    color: #ffd700;
    margin-right: 5px;
}

.mobile-user-actions {
    margin-top: 1.5rem;
}

.mobile-auth-buttons {
    padding: 1rem;
}

/* Responsive */
@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 35px;
    }
    
    .auth-buttons {
        display: none;
    }
}

/* Mobile Fixes */
body {
    padding-top: 60px; /* Add space for fixed header */
}

.modern-header {
    height: 60px;
}

/* Mobile Navigation */
@media (max-width: 991.98px) {
    .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-brand img {
        height: 30px;
    }

    .navbar-toggler {
        padding: 0.25rem;
        font-size: 1.25rem;
        border: none;
        background: transparent;
    }

    .menu-btn {
        margin-right: 0;
        order: -1;
    }

    .profile-btn {
        margin-left: 0;
        order: 2;
    }

    /* Offcanvas Improvements */
    .offcanvas {
        max-width: 280px;
    }

    .offcanvas-header {
        padding: 1rem;
        background: #1a1a1a;
    }

    .offcanvas-body {
        padding: 1rem;
    }

    .offcanvas .nav-link {
        padding: 0.75rem 1rem !important;
        margin: 0.2rem 0;
        border-radius: 8px;
        font-size: 0.95rem;
    }

    /* Mobile User Info */
    .mobile-user-info {
        padding: 1.5rem 1rem;
        background: rgba(255,255,255,0.05);
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .user-avatar {
        font-size: 3rem;
        margin-bottom: 0.75rem;
    }

    .user-details h6 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .user-details .balance {
        background: rgba(255,255,255,0.1);
        padding: 0.5rem;
        border-radius: 6px;
        display: inline-block;
        font-size: 0.9rem;
    }

    .mobile-user-actions {
        margin-top: 1rem;
    }

    .mobile-user-actions .btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .mobile-auth-buttons {
        padding: 1rem;
    }

    .mobile-auth-buttons .btn {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    /* Fix dropdown menus in mobile */
    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin: 0.5rem 0;
        background: #1a1a1a;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .dropdown-item {
        color: #fff;
        padding: 0.75rem 1rem;
    }

    /* Ensure content doesn't overlap with fixed header */
    .container {
        padding-top: 1rem;
    }
}

/* Small Mobile Devices */
@media (max-width: 375px) {
    .navbar-brand img {
        height: 25px;
    }

    .navbar-toggler {
        font-size: 1.1rem;
    }

    .mobile-user-info {
        padding: 1rem;
    }

    .user-avatar {
        font-size: 2.5rem;
    }

    .mobile-user-actions .btn,
    .mobile-auth-buttons .btn {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
}

/* Mobile Menu Styles */
.mobile-user-info {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    margin-bottom: 1rem;
}

.user-avatar {
    font-size: 3.5rem;
    color: #ff502e;
    margin-bottom: 1rem;
}

.user-details h6 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.user-details .balance {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #fff;
}

.user-details .balance i {
    color: #ffd700;
    margin-right: 5px;
}

/* Mobile Menu List */
.mobile-menu-list {
    margin: 0 -1rem;
}

.mobile-menu-item {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.5rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu-item:hover {
    background: rgba(255,255,255,0.1);
    color: #ff502e;
}

.mobile-menu-item i {
    width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
}

.mobile-menu-item span {
    font-size: 1rem;
    font-weight: 500;
}

.menu-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

.admin-item {
    background: rgba(255,255,255,0.05);
    margin: 0.5rem 1rem;
    border-radius: 8px;
}

.admin-item i {
    color: #ffd700;
}

.text-danger {
    color: #ff4444 !important;
}

.text-danger:hover {
    background: rgba(255,68,68,0.1) !important;
    color: #ff4444 !important;
}

/* Mobile Auth Buttons */
.mobile-auth-buttons {
    padding: 1rem;
}

.mobile-auth-buttons .btn {
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
}

.btn-register {
    background: linear-gradient(135deg, #ff502e 0%, #ff6b3d 100%);
    border: none;
    color: #fff;
}

.btn-login {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

/* Small Mobile Fixes */
@media (max-width: 375px) {
    .mobile-menu-item {
        padding: 0.75rem 1.25rem;
    }

    .mobile-menu-item i {
        font-size: 1rem;
    }

    .mobile-menu-item span {
        font-size: 0.95rem;
    }
}

/* Navigation Menu Icons */
.navbar-toggler.menu-btn i {
    color: #4a9eff;
    font-size: 1.4rem;
}

.navbar-toggler.profile-btn i {
    color: #ff502e;
    font-size: 1.4rem;
}

/* Main Navigation Menu Icons */
.navbar-nav .nav-link i,
#mobileMenu .nav-link i {
    color: #4a9eff;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.navbar-nav .nav-link:hover i,
.navbar-nav .nav-link.active i,
#mobileMenu .nav-link:hover i,
#mobileMenu .nav-link.active i {
    color: #73b6ff;
}

/* Profile Menu Icons */
.mobile-menu-item i {
    width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
    color: #ff502e;
}

.mobile-menu-item:hover i {
    color: #ff6b3d;
}

/* Special Icons */
.user-details .balance i {
    color: #ffd700;
    margin-right: 5px;
}

.admin-item i {
    color: #ffd700 !important;
}

.mobile-menu-item.text-danger i {
    color: #ff4444 !important;
}

.mobile-menu-item.text-danger:hover i {
    color: #ff6666 !important;
}

/* Mobile Menu Header */
.offcanvas-header {
    background: #1a1a1a;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 1rem;
}

#mobileMenu .offcanvas-header {
    border-bottom: 1px solid rgba(74, 158, 255, 0.2);
}

#profileMenu .offcanvas-header {
    border-bottom: 1px solid rgba(255, 80, 46, 0.2);
}

#mobileMenu .offcanvas-title {
    color: #4a9eff;
}

#profileMenu .offcanvas-title {
    color: #ff502e;
}

/* Desktop Header Menu */
.navbar {
    padding: 0.5rem 0;
    height: 60px;
}

.navbar-brand {
    padding: 0;
    margin-right: 2rem;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

/* Desktop Navigation */
.navbar-nav {
    margin-right: auto;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem !important;
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Desktop Auth Area */
.auth-buttons.d-none.d-lg-flex {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem;
}

/* User Profile in Desktop */
.user-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.balance-display {
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}

.balance-display i {
    color: #ffd700;
    margin-right: 5px;
}

.user-profile .dropdown-toggle {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.user-profile .dropdown-toggle:hover,
.user-profile .dropdown-toggle:focus {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.user-profile .dropdown-toggle i {
    color: #ff502e;
}

.user-profile .dropdown-menu {
    margin-top: 0.5rem;
    min-width: 200px;
    padding: 0.5rem;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
}

.user-profile .dropdown-menu-end {
    right: 0;
    left: auto;
}

.user-profile .dropdown-item {
    padding: 0.625rem 1rem;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-profile .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
}

.user-profile .dropdown-item i {
    width: 20px;
    text-align: center;
    color: #ff502e;
}

/* Container Layout */
.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 992px) {
    .navbar > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
        align-items: center;
    }

    .auth-buttons.d-none.d-lg-flex {
        margin-left: auto;
    }
}

/* Profile Menu Styles */
.dropdown-menu {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.5rem;
}

.dropdown-item {
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: #ff502e;
}

.dropdown-item i {
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

/* Profile Menu Icons */
.dropdown-item i.fa-user { color: #4a9eff; }
.dropdown-item i.fa-wallet { color: #ff502e; }
.dropdown-item i.fa-shopping-cart { color: #4a9eff; }
.dropdown-item i.fa-history { color: #ff502e; }
.dropdown-item i.fa-user-shield { color: #ffd700; }
.dropdown-item i.fa-sign-out-alt { color: #ff4444; }

.dropdown-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

/* Admin Item Special Styling */
.admin-item {
    background: rgba(255,255,255,0.05);
    margin: 0.5rem 0;
}

.admin-item:hover {
    background: rgba(255,215,0,0.1);
}

/* Mobile Menu Specific Styles */
.mobile-menu-item {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.5rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu-item:hover {
    background: rgba(255,255,255,0.1);
    color: #ff502e;
}

.mobile-menu-item i {
    width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
}

.mobile-menu-item span {
    font-size: 1rem;
    font-weight: 500;
}

.menu-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

/* Mobile Menu Icons */
.mobile-menu-item i.fa-user { color: #4a9eff; }
.mobile-menu-item i.fa-wallet { color: #ff502e; }
.mobile-menu-item i.fa-shopping-cart { color: #4a9eff; }
.mobile-menu-item i.fa-history { color: #ff502e; }
.mobile-menu-item i.fa-user-shield { color: #ffd700; }
.mobile-menu-item i.fa-sign-out-alt { color: #ff4444; }

.mobile-menu-item.text-danger {
    color: #ff4444 !important;
}

.mobile-menu-item.text-danger:hover {
    background: rgba(255,68,68,0.1);
}

.mobile-menu-item.admin-item {
    background: rgba(255,255,255,0.05);
    margin: 0.5rem 1rem;
    border-radius: 8px;
}

.mobile-menu-item.admin-item:hover {
    background: rgba(255,215,0,0.1);
}