    body{
        background-color: #111111;
        width: 100%;
    }
    .no_padding{
        padding: 0;
    }
    .no_margin{
        margin: 0;
    }
    div:after,ul:after{
        content: '';
        clear: both;
    }
    ul,li{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    a:hover{
        text-decoration: none;
    }
    .center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fleft{
        float: left;
    }
    .clear{
        clear: both;
    }
    /**
    * Header top css
    */
    .header-top{
        padding: 10px 0px;
        background: rgb(51, 63, 103);
        position: relative;
    }
    .offer-wrapper ul li,.offer-wrapper ul li > a{
        color: #ddd;
        font-size: 12px;
    }
    .header-top .offer-wrapper ul li > i{
        color: #fe5454;
    }
    .my-checkout a{
        padding: 0 0px 0 20px;
        position: relative;
        color: #fff;
    }
    .action-header{
        position: relative;
    }
    .action-header ul li > a{
        padding: 0 20px;
        font-size: 12px;
        position: relative;
        display: inline;
        color: #fff;
        cursor: pointer;
    }
    .action-header ul li:hover > a{
        color: #ddd;
        cursor: pointer;
    }
    .action-header ul li ul li:first-child{
        border-bottom: 1px solid;
    }
    .action-header ul li ul:before{
        position: absolute;
        top: -30px;
        content: '';
        height: 30px;
        width: 100%;
    }
    .action-header ul li ul {
        border: 0px;
        margin-left: 0;
        padding: 0;
        width: 100%;
        z-index: 10;
        top: 30px;
        position: absolute;
        display: none;
        background: #fff;
        -webkit-box-shadow: 0 0 2px #ddd;
        box-shadow: 0 0 2px #ddd;
    }
    .action-header ul li ul li a{
        padding: 8px 15px;
        font-size: 12px;
        color: black;
    }
    .action-header ul li ul li:hover{
        background: #333f67;
    }
    .action-header ul li ul li:hover a{
        color: white;
    }
    .action-header ul li a{
        display: inline-block;
        width: 100%;
        text-decoration: none;
    }
    .action-header ul li:hover ul{
        display: inline-block;
    }
    .action-header ul li {
        width: 100%;
        cursor: pointer;
    }
    .action-header ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    .my-checkout a{
        color: white;
        font-size: 12px;
    }
    .my-checkout:hover a{
        color: #ddd;
    }
    .my-wishlist a{
        color: white;
        font-size: 12px;
    }
    .my-wishlist:hover a{
        color: #ddd;
    }
    /**
    * End css Head top
    */
    /**
    * Css header Middle
    */
    .header-middle{
        background: rgb(57, 70, 115);
        padding: 30px 0px 23px;
    }
    .form-search{
        background: #fff;
        display: block;
        float: left;
        border: 0;
        border-radius: 3px;
        position: relative;
        width:100%;
        margin-top: 3px;
    }
    .form-search select{
        float: left;
    }
    .swsearch-wrapper{
        width: 100%;
    }
    .wrapper-select{
        width: 20%;
        position: relative;
        overflow: hidden;
        padding-right: 5px;
    }
    .wrapper-select:before{
        border-right: 1px solid #dddddd;
        content: ' ';
        right: 6px;
        position: absolute;
        z-index: 10;
        height: 40px;
        background: #dddddd;
    }
    .wrapper-select:after{
        content: "";
        font-family: FontAwesome;
        font-style: normal;
        text-align: center;
        right: 0;
        top: 40%;
        z-index: 10;
        right: 0px;
        color: rgb(153, 153, 153);
        position: absolute;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        line-height: 13px;
        width: 13px;
        height: 13px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(221, 221, 221);
        border-image: initial;
    }
    .wrapper-select select{
        height: 40px;
        /*width: 100%;*/
        list-style: none;
        position: relative;
        border: none;
    }
    .input-search{
        width: 70%;
    }
    .input-search input{
        height: 40px;
        border: none;
        width: 100%;
        border-radius: 0;
        padding-left: 30px;
    }
    .input-search input:focus{
        border: none;
        outline: none;
    }
    .button-search-pro{
        width: 10%;
        height: 40px;
    }
    .button-search-pro{
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        top: 0px;
        right: 0px;
        /*border-top-right-radius: 3px;*/
        /*border-bottom-right-radius: 3px;*/
        background: rgb(254, 84, 84);
        border: none;
        width: 10%;
    }
    .button-search-pro i{
        color: white;
    }
    .form-search{
        border-radius: 0;
    }
    .logo-wrapper .minicart-product-style{
        background-color: rgb(254, 84, 84);
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        font-weight: bold;
        text-transform: lowercase;
        overflow: hidden;
        padding: 0px 15px 0px 5px;
    }
    .minicart-product-style i{
        color: white;
        margin-right: 20px;
    }
    .top-minicart a{
        color: white;
    }
    .navbar-brand.logo{
        font-size: 35px;
        color:  #fe5454;
        text-shadow:
            -1px -1px 0 #ffffff,  
            1px -1px 0 #ffffff,
            -1px 1px 0 #ffffff,
            1px 1px 0 #ffffff;
    }
    .menucat{
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        width: 100%;
        padding-left: 5px;
    }
    select,select:active, select:hover {
        outline: none
    }

    /*Step4*/
    body{
        background: rgb(245, 245, 245);
        width: 100%;
    }
    .no_padding{
        padding: 0;
    }
    .no_margin{
        margin: 0;
    }
    div:after,ul:after{
        content: '';
        clear: both;
    }
    ul,li{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    a:hover{
        text-decoration: none;
    }
    .center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fleft{
        float: left;
    }
    .clear{
        clear: both;
    }
    /*
    * Nav Css vertical
    **/
    .navside{
        background: rgb(57, 70, 115);
    }
    .wrapper-menu{
        background: rgb(254, 84, 84);
        padding: 10px 20px;
        position: relative;
    }
    .wrapper-menu i{
        color: white;
    }
    .wrapper-menu > span{
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        margin-left: 10px;
    }
    .vertical-menu{
        z-index: 10;
        display: none;
        position: absolute;
    }
    .wrapper-menu:hover > .vertical-menu{
        display: block;
        left: 0;
        width: 100%;
        background: white;
        margin-top: 10px;
    }
    .vertical-menu  ul{
        padding: 0px;
        margin: 0;
    }
    .vertical-menu > ul{
        padding: 8px 0px;
        margin: 0;
    }

    .vertical-menu > ul  li{
        width: 100%;
    }
    .vertical-menu > ul > li{
        position: relative;
    }
    a.children:before{
        font-family: "FontAwesome";
        font-size: 6px;
        content: "\f009";
        color: #666;
        margin-right: 5px;
        top: -2px;
        position: relative;
    }
    a.children:after{
        font-family: "FontAwesome";
        font-size: 12px;
        content: "\f0da";
        float: right;
        color: #999;
    }
    .vertical-menu > ul > li:hover > a:after{
        color: white;
    }
    .vertical-menu > ul  li:hover > a{
        background-color: #394673;
        -webkit-transition-duration: 100ms;
        transition-duration: 100ms;
        -webkit-transition: background-color 300ms ease-in-out 0s;
        transition: background-color 300ms ease-in-out 0s;
    }
    .vertical-menu > ul > li:hover > a  span{
        color: #fff;
        font-weight: bold;
    }
    .vertical-menu > ul > li > a{
        display: block;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        padding: 10px 20px;
        font-size: 13px;
    }
    .vertical-menu > ul > li ul{
        display: none;
        background: white;
    }
    .vertical-menu > ul > li:hover ul{
        display: block;
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0;
    }
    .vertical-menu > ul > li > ul li{
        border-bottom: 1px solid rgb(245, 245, 245);
    }
    .vertical-menu > ul > li > ul li a{
        display: block;
        color: #444;
        padding: 10px 20px;
    }
    .vertical-menu > ul > li > ul li:hover a{
        background: rgba(57, 70, 115,.1);
    }
    .vertical-menu ul li a span{
        color: #666;
    }

    .main-slide{
        padding-top: 30px;
    }
    .menu-horizontal ul li{
        float: left
    }
    .menu-horizontal ul li:first-child a{
        color: rgb(254,84,84);
    }
    .menu-horizontal ul li a{
        padding: 10px 20px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }
    a.actives:hover{
        color: rgb(254, 84, 84);
        cursor: pointer;
    }
    .navside .hot-line{
        text-align: right;
    }
    .navside .hot-line {
        color: white;
        font-weight: bold;
    }
    .navside .hot-line i{
        color: rgb(254,84,84);
        font-weight: bold;
    }
    .navside .hot-line a{
        color: white;
    }
    .navside .hot-line a:hover{
        color: #ddd;
    }
    .navbar{
        border-radius: 0;
    }*::before,
*::after {
    box-sizing: border-box;
}
* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, strong, dl, dt, dd, ul, li, fieldset, form, label, legend {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
@-ms-viewport {
    width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    border-bottom: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    display: block;
    font-size: 87.5%;
    color: #212529;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
small,
.small {
    font-size: 80%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.hidden{
    display: none!important;
}
ul{
    padding-left: 5px;
}.game-error {
    position: absolute;
    font: normal 75%/1.5 'Open Sans', Arial, sans-serif;
    background: #fcfcfc;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    font-size: 140%;
    padding: 32px;
    text-align: left;
    *zoom: 1;
    width: 500px;
    float: left;

}
.game-error img {
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}
.game-error input.negative[type="submit"], .game-error button.negative, .game-error .button.negative {
    color: #ffffff;
    background-color: #b20000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cb0000), to(#980000));
    background-image: -webkit-linear-gradient(top, #cb0000, #980000);
    background-image: -moz-linear-gradient(top, #cb0000, #980000);
    background-image: -ms-linear-gradient(top, #cb0000, #980000);
    background-image: -o-linear-gradient(top, #cb0000, #980000);
    background-image: linear-gradient(top, #cb0000, #980000);
    border-color: #980000;
    width: 100%;
}
.game-error .button {
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #003366;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    padding: 0 8px;
    height: 32px;
    display: inline-block;
    font-weight: 600;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #cccccc);
    background-image: -moz-linear-gradient(top, #fcfcfc, #cccccc);
    background-image: -ms-linear-gradient(top, #fcfcfc, #cccccc);
    background-image: -o-linear-gradient(top, #fcfcfc, #cccccc);
    background-image: linear-gradient(top, #fcfcfc, #cccccc);
    border-color: #cccccc;
    white-space: nowrap;
}
#smallscreen{
    position: absolute;
    left: 0;
    top: 0;
} 
body{
    background: rgb(245, 245, 245);
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
.no_padding{
    padding: 0;
}
.no_margin{
    margin: 0;
}
div:after,ul:after,div:before{
    content: '';
    display: block;
    clear: both;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fleft{
    float: left;
}
.clear{
    clear: both;
}

/*
* Category Item Css
*/
.title-category > strong,.title-category a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.main-contents{
    margin-top: 30px;
}
.title-category{
    background: #394673;
    display: inline-block;
    padding: 20px 20px;
    border: 0;
    position: relative;
    overflow: visible;
}
.title-category i{
    color: white;
    font-size: 20px;
}

.icon-basic-item:after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 3px;
    z-index: -1;
    background: #e34141;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper-category{
    padding: 0;
    z-index: 1;
    margin-bottom: 5px;
}

.wrapper-contents{
    padding-left: 0;
}
.items-slide-category{
    width: 100%;
    background: white;
    padding: 30px;
    border-top: 1px solid #e5e5e5;
}

.tab-category{
    background: white;
    padding-left: 0;
    padding-right: 0;
}
.wrapper-box .box-item{
    width: 16%;
    padding: 3px;
    position: relative;
    /*border-bottom: 1px solid #e5e5e5;*/
    /*        padding-bottom: 20px;*/
    margin-bottom: 20px;
}

.wrapper-box .box-item:nth-of-type(n+6) {
    /*border: none;*/
}
.wrapper-box .box-item:nth-of-type(2n+3) {
    /*border-right: 1px solid #e5e5e5;*/
}
/*.wrapper-box .box-item:last-of-type {
    border-right: 1px solid #e5e5e5;
}*/
.item-img{
    position: relative;
}



.wrapper-hover{
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    background: white;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.box-item .wrapper-item-img{
    overflow:hidden;
}
.wrapper-item-img .item-img > img{
    height:150px;
    margin: auto;
    display: block;
}
.rank-item{
    text-align: center;
    margin-bottom: 10px;
}
.rank-item span{
    font-weight: bold;
}
.rank-item i{
    font-weight: bold;
    color: rgb(241, 225, 113);
}
.game-title{
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.game-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}
.game-title h4 a{
    color: #999;
    font-weight: bold;
    text-align: center;
    transition: all .2s ease;
}

.box-item .item-price{
    font-weight: bold;
    color: red;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playgame{
    display: flex;
    justify-content: space-around;
}

.playgame .view-item i{
    font-weight: normal;
}
.playgame .play-it-button{
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
    background: transparent;
    /*background: #fe2121;*/
    /*color: white;*/
    color: #515151;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    width:100%;
    margin-left:10px;
}

.cover-game-item{
    display:block;

}
.cover-game-item .game-type{
    padding: 12px 13px;
    border-radius: 0 0 5px 0;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    color: red;
}
.box-item:hover{
    background-color:black;
    color:white;
}
.box-item:hover .wrapper-hover{
    opacity: 0.3;
}

.box-item:hover .play-it-button,.box-item:hover .game-type{
    background: #fe2121;
    color: white;
    transition: all .5s ease;
}
/*
* End Category Item Css
*/
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cal-nav span{
    display:block;
}
.cal-nav {
    display:block;
    position: absolute;
    top: 50%;
    cursor:pointer;
    padding: 15px;
    background: #eee;
    border-radius: 50%;
    opacity: .6;
    font-size: 25px;
    right:0;
    border: solid 1px black;opacity: 1;
    margin-top:-30px;
    background-color:#394673;
}
.cal-nav span{
    font-size: 25px;
    line-height:25px;
    color:white;
}
.cal-nav:hover,.cal-nav:hover span{
    color:#fe5454;
    background-color:white;
}
@media (max-width: 992px){
    .wrapper-box .box-item {
        width: 25%;
    }
}
@media (max-width: 751px){
    .wrapper-box .box-item {
        width: 50%;
    }
}
