@charset "utf-8";
@import url(font-awesome.css);

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #333;
    color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*body::-webkit-scrollbar {
width: 1.1em;
}

body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6);
}

body::-webkit-scrollbar-thumb {
background-color: #C1C1C1;
outline: 1px solid #D5A00F;
}*/

/*body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

body::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}*/
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}



img {
    width: auto;
    height: auto;
    max-width: 100%;
    /* max-height:100%; */
    vertical-align: middle !important;
}


:focus {
    outline: 0 !important;
}

figure {
    margin: 0;
    padding: 0;
}

img[src*=".svg"] {
    height: 100%;
}

iframe {
    border: none;
}

::selection {
    background: #B4D5FF;
    /* Safari */
    color: black;
}

::-moz-selection {
    background: #B4D5FF;
    /* Firefox */
    color: #333333;
}

p {
    /* margin-bottom: 10px; */
}

*>p:last-child {
    margin-bottom: 0 !important;
}

p a:hover {
    border-color: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

ul,
ol {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    margin: 0;
}

h1 {
    font-size: 39px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

ol {
    position: relative;
}

ul {
    list-style: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    float: left;
    width: 100%;
}

.lazy {
    background: #fff url(images/loadingicon.gif) center center no-repeat;
    min-width: 32px;
    min-height: 32px;
}

.hm-reponsive {
    position: relative;
    height: 148px !important;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.hm-reponsive img {
    object-fit: cover;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.reponsive-img {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.reponsive-img img {
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    /* top: 15px; */
    left: 0;
    right: 0;
    bottom: 0;
    height: 172px !important;
}

.alink-all {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.back-to-top {
    position: fixed;
    bottom: -50px;
    right: -50px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 40px;
    height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    background-color: #4464bb;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: inline;
    z-index: 999999;
    cursor: pointer;
}

.back-to-top a {
    display: block;
}

.back-to-top:hover {
    background: #e0f726;
    color: #fff;
}

.back-to-top:hover a,
.back-to-top a:focus {
    color: #fff;
}

.back-to-top.display {
    bottom: 60px;
    right: 10px;
}

.form-group {
    margin-bottom: 15px;
    text-align: center;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 361px !important;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    border: 0;
}

.embed-responsive-16by9 {
    /* padding-bottom: 56.25%; */
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.btnRed {
    padding: 12px;
    background-color: #eb1b22;
    color: #fff;
}

.btnRed:focus,
.btnRed:hover {
    background-color: #c7262c;
    color: #fff;
}

.btnWhile {
    padding: 12px;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.btn-seedetails {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    padding: 5px 10px;
}

.btn-seedetails:hover {
    background: rgb(255, 255, 255);
    color: black;
}

/*===================================================================================*/
/*	Index
/*===================================================================================*/
.mainbg {}

.logo {
    padding: 0 !important;
    /* margin-top: 12px; */
    padding-left: 15px !important;
    height: 100% !important;
}

.logo img {
    padding: 0 !important;
    max-height: 60px;
}

.headermenu {
    background: #333;
    z-index: 999;
    margin-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    color: white !important;
}

/*startmobile*/
@media (min-width:992px) {
    .navmenu {
        display: inline;
        width: 80%;
        text-align: center;
        float: left;
    }

    .navmenu>li {
        text-align: center;
        position: relative;
        /*background: url(images/line.jpg) right center no-repeat;*/
        display: inline-block;
        color: #767676;
    }

    .navmenu>li:last-child {
        background: none;
    }

    .navmenu>li:last-child ul.submenu {
        left: inherit;
        right: 0;
        min-width: 200px;
    }

    .navmenu>li>a {
        font-weight: bold;
        display: block;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        padding: 10px 8px 10px 10px;
        border-radius: 5px;
        color: white;
        position: relative;
        z-index: 1;
        font-size: 17px;
    }

    .navmenu>li:hover,
    .navmenu>li.active {
        color: #f7cf0c;
    }

    .navmenu>li.drop:after {
        content: '';
        position: absolute;
        right: 4px;
        top: 19px;
        border: 5px solid transparent;
        border-top-color: #fff;
    }

    ul.submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10000;
        float: left;
        min-width: 285px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    ul.submenu li {
        width: 100%;
        display: block;
        border: none;
        text-align: left;
        position: relative;
        float: left;
        padding: 0;
    }

    ul.submenu li a {
        font-size: 13px;
        padding: 0 10px 0 23px;
        line-height: 35px;
        color: #222222;
        white-space: nowrap;
        text-transform: none;
        position: relative;
    }

    .navmenu>li ul.submenu li a:hover {
        color: #f7cf0c;
    }

    /*ul.submenu li a:before {
content: "\f101";
position: absolute;
font-family: FontAwesome;
top: 0px;
left: 8px;
font-size: 12px;
}*/

    ul.submenu li:hover a {
        color: #f7cf0c;
    }

    ul.submenu2 {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 10000;
        float: left;
        min-width: 220px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .navmenu>li:hover ul.submenu,
    ul.submenu>li:hover ul.submenu2 {
        display: block;
    }

    .navmenu>li .icon {
        width: 25px;
        height: 25px;
        margin: 0px 6px 0 5px;
    }

    .navmenu>li .icon img {
        max-height: 25px;
    }
}

/*end Media*/
.my-mobile-menu {
    display: block;
}

.nav-btn-show {
    line-height: 60px;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #f7cf0c;
    font-size: 30px;
}

ul.navmenu>li>a i.fa {
    font-size: 15px;
    padding-right: 6px;
}

@media only screen and (max-width:992px) {
    .navmenu {
        display: none;
    }
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-navbar .mm-title {
    color: #d2d2d2 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

/*endtmobile*/
.inner-wrap {
    position: relative;
}

.bxvideo {
    width: 100%;
    float: right;
    height: 362px !important;
    /*padding-top: 170px;*/
    /* padding: 0 11px; */
    overflow: hidden;
    padding-right: 11px;
}

.bxvideo .embed-responsive {
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.bxvideo iframe {}

.bntab {
    background: white;
    background: rgba(0, 0, 0, 0) url(../images/header_background.png) repeat scroll 0 0;
    padding: 4px;
    padding-top: 69px;
}

/*.bnleft {
padding-left: 10px !important;
padding-right: 10px !important;
}

.bnright {
padding-left: 10px !important;
padding-right: 10px !important;
}*/

.sa-bntbox {
    background: #ffffff;
    min-height: 360px;
    border: 2px solid #ffffff;
    font-weight: bold;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.75); */
}

.sa-bnnav-tabs {
    display: table;
    width: 100%;
}

.sa-bnnav-tabs li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 41px;
    background: #4464bb;
    /*background: rgba(0, 0, 0, 0) url(/Content/skins/images/header_background.png) repeat scroll 0 0;*/
    color: white;
}

.sa-bnnav-tabs li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.sa-topthe li {
    position: relative;
    width: 100%;
    padding: 9px 8px;
    font-size: 14px;
    float: left;
    line-height: 28px;
    color: #000000;
}

ul.sa-topthe li .spl-li-col {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.sa-topthe li .spl-li-col1 {
    width: 35%;
    min-height: 30px;
    /* text-transform: uppercase; */
    font-weight: bold;
}

ul.sa-topthe li .spl-li-col2 {
    width: 40%;
    text-align: center;
}

ul.sa-topthe li .spl-li-col3 {
    width: 25%;
}

ul.sa-topthe li .spl-li-col a {
    color: #4464bb;
}

ul.sa-topthe li .spl-li-col .price {
    color: #ff1616;
    font-weight: bold;
    font-size: 15px;
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 80%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    width: 100%;
    /* max-height: 130px; */
    /* overflow-y: scroll; */
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */

/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #e7e8ea;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 34px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/chosen-sprite.png') no-repeat 0 6px;
}

.chosen-container-single .chosen-search {
    display: none;
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('images/chosen-sprite.png') no-repeat 100% -20px;
    background: url('images/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */

/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #f7cf0c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f7cf0c), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 3px 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */

/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #f7cf0c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #f7cf0c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */

/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */

/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('images/chosen-sprite.png') no-repeat -30px -20px;
    background: url('images/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite%402x.html') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
.sa-lprod {
    background-color: rgb(245, 245, 245);
    padding: 27px 0;
}

.form-group-select .chosen-container {
    width: 100% !important;
}

.form-group label.txt {
    font-size: 14px;
    color: #444;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 20px;
}

.form-group .form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    width: 300px;
    margin: auto;
}

.btn-search {
    float: right;
    padding: 6px 20px;
    font-size: 17px;
    background: #4464bb;
    border: none;
    box-shadow: none;
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
}

.btn-search i.fa {
    padding-right: 5px;
}

.title01 {
    font-size: 23px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 12px;
    font-weight: 500px;
    text-transform: uppercase;
    padding-left: 15px;
}

.colimg {}

.colimg a {}

.colimg img {
    width: 100%;
}

.colimg-1 {
    width: 100%;
    float: left;
    margin-bottom: 13px;
}

.colimg-2 {
    float: left;
    margin-bottom: 5px;
    width: 49.5%;
}

.colimg-3 {
    float: right;
    margin-bottom: 5px;
    width: 49.5%;
}

ul.list-ac li {
    margin-bottom: 30px;
}

.bg-ac {
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #333333;
}

.bg-ac .reponsive-img {
    /* padding-top: 73%; */
}

.bg-ac .reponsive-img img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*border: 1px solid black;
            border-radius: 10px;*/
}

.bg-ac .reponsive-img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.c-product-item_info {
    padding: 5px 10px 5px 10px;
}

.bg-ac .rank-box {
    overflow: hidden;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    padding: 5px 5px 5px 5px;
    /* width: 100%; */
    height: 72px;
    overflow: hidden;
}

.bg-ac .rank-box .c-rank {
    float: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    /*white-space: nowrap;*/
    text-align: left;
    padding-right: 15px;
    color: black;
    padding: 0 10px;
    background: #f5f5f5;
    /* border: 1px solid #494949; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.bg-ac .rank-box .o-rank {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    white-space: nowrap;
}

.bg-ac .rank-box .notify {
    border-radius: 3px;
    line-height: 30px;
    position: relative;
    min-width: 30px;
    text-align: center;
    font-weight: 400;
    display: block;
    float: right;
    padding: 0 10px;
    color: #000000;
    background: -webkit-linear-gradient(bottom, #f7cf0c 0%, #f7cf0c 100%);
    border: 1px solid #494949;
}

.bg-ac .price-box {
    padding: 3px 0 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
}

.bg-ac .price-box .cart-price {
    color: red;
    white-space: nowrap;
    display: inline-block;
    padding-bottom: 3px;
    float: left;
}

.bg-ac .price-box .atm-price {
    color: red;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 5px;
}

.btn-buynow {
    padding: 5px 15px;
    font-size: 17px;
    box-shadow: none;
    color: #000202;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: red;
    /*border: 1px solid #FABD06;*/
}

.btn-buynow:hover {
    background: #f7cf0c !important;
    color: #fff;
}

.bginfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 0 10px;
    z-index: 2;
    -webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -ms-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -moz-transition: visibility 0s 0.2s, opacity 0.2s linear;
    -o-transition: visibility 0s 0.2s, opacity 0.2s linear;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
    background: rgba(68, 68, 68, 0.6);
    border: 6px solid rgb(28, 27, 33);
}

.bg-ac:hover .bginfo {
    opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    visibility: visible;
}

.bginfo .productFeatures {
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
}

.productFeatures ul li {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 4px 0;
}

.productFeatures span {
    text-align: left;
    position: relative;
    padding-left: 20px;
    color: #fff;
    display: inline-block;
    background: #000;
    border-radius: 18px;
    line-height: 24px;
    padding: 2px 15px;
}

.showmore {
    width: 100%;
    display: block;
    float: left;
    padding: 10px;
    text-align: center;
    background-color: #ececec;
    margin-top: 20px;
    font-size: 18px;
    color: #e23a24;
    margin-bottom: 30px;
}

.showmore span {
    font-size: 15px;
    color: #6b6b6b;
    display: inline-block;
    padding-left: 3px;
}

.showmore:hover,
.showmore:focus {
    background-color: #e23a24;
    color: #fff;
}

.showmore:hover span,
.showmore:focus span {
    color: #fff;
}

#footer {
    padding: 20px 0;
    background: #333;
    color: #ffffff;
    /* position: fixed; */
    /* bottom: 0px !important; */
}

section.banner {
    margin-bottom: 10px;
}

.sa-ftadd {
    margin-bottom: 20px;
}

.sa-fthotline {
    width: 100%;
    max-width: 470px;
    padding: 10px 13px;
    border: 2px solid #71747a;
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sa-ftacol {
    float: left;
    padding: 0 3px;
}

.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-fthwork {
    text-align: center;
    width: 44%;
    font-size: 14px;
}

.sa-fthwork strong {
    color: #F44336;
}

.sa-fthnum a {
    font-size: 15px;
    font-weight: bold;
    color: #f7cf0c;
}

.sa-statistics {
    overflow: hidden;
}

.sa-statistics p {
    font-weight: bold;
}

.sa-statistics p span {
    font-weight: bold;
    color: #f7cf0c;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    width: 30px;
    padding: 0;
    background: #e23a24;
    color: #fff;
}

.btn-social-icon> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    width: 100% !important;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:hover {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-youtube:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2);
}

.social span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 14px;
}

.breadcrumb {
    margin: 0;
    padding: 12px 15px;
    border-radius: 0;
    border: 1px solid #71747a;
    background-color: #71747a;
}

.breadcrumb>li {
    font-size: 14px;
    color: #f8cc32;
}

/*.box-cate {
    background: #ffffff;
    height: 367px !important;
     background-image:url(https://cdn.vn.garenanow.com/gamevn/lienquan/banner_pc.jpg); 
    padding: 15px;
    position: relative;
     height: 400px; 
}*/

.pd-name {
    font-size: 18px;
    padding: 10px 0 10px;
    color: #000000;
    line-height: 25px;
    font-weight: 700;
    float: left;
}

.pd-name span.fa {
    color: #25b850;
    padding-right: 8px;
}

.sa-ttactul {
    float: right;
    padding: 10px 0 10px;
}

.sa-ttactul li {
    display: inline-block;
    vertical-align: middle;
    /* padding: 0 5px; */
}

.sa-ttactul li.sa-ttac-pri {
    color: #ff1616;
    font-weight: bold;
    font-size: 20px;
    /* padding-right: 10px; */
}

.btn-preorder-acc {
    padding: 5px 15px;
    font-size: 17px;
    box-shadow: none;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #f7cf0c;
}

.btn-buy-acc {
    padding: 5px 15px;
    font-size: 17px;
    box-shadow: none;
    color: #f7cf0c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.nav-tab-booking {
    background: #ffffff;
}

.nav-tab-booking .tab-link {
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 15px 20px;
    background: #e7e8ea;
    cursor: pointer;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #167ac6;
    text-align: center;
    margin-bottom: 10px !important;
}

.nav-tab-booking .tab-link i.fa {
    font-size: 15px;
    padding-right: 5px;
}

.nav-tab-booking .tab-link.current {
    background: #f7cf0c !important;
}

.tab-content-booking {
    position: relative;
    line-height: 17px;
    display: block;
    /* overflow:hidden;*/
    /* padding: 15px 0; */
    padding-bottom: 15px;
}

.tab-content-booking.current {
    display: inherit;
}

.detail_account {
    line-height: 30px;
    font-size: 15px;
    color: black;
    text-align: center;
    padding-bottom: 20px;
}

.l-i-c-acc {
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
}

.l-i-c-acc li {
    /*width: 14.2857142857%;*/
    width: 10%;
    float: left;
    /* border: 1px #222222 solid; */
    padding: 3px;
    box-sizing: border-box;
}

.l-i-c-acc li .hm-reponsive {
    /* padding-top: 131.25%; */
    margin: 0;
}

.l-i-c-acc li img {
    display: block;
    margin: 0 auto;
}

.l-i-c-acc li label {
    background: #001e38;
    min-height: 80px;
    padding: 10px 0;
    display: block;
    font-size: 13px;
    overflow: hidden;
    margin: 0;
}

.thumbnail-news-view {
    position: relative;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #878787;
}

.thumbnail-news-view>h1,
.thumbnail-news-view>h2 {
    font-size: 19px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
}

.block_timer_share {
    padding: 10px 0 20px 0;
    width: 100%;
    overflow: hidden;
}

.block_timer {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0;
    white-space: nowrap;
}

.block_share {
    padding-right: 10px;
}

.block_share a {
    width: 24px;
    height: 22px;
    display: block;
    margin-right: 7px;
    float: left;
    text-align: center;
    line-height: 22px;
    background-color: #999999;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

.block_share .facebook {
    background-color: #3B5A9A;
}

.block_share .google {
    background-color: #DF4B38;
}

.block_share .twitter {
    background-color: #29A9E1;
}

.block_share .email {
    background-color: #999999;
}

.block_share .print {
    background-color: #999999;
}

.post_content {
    word-wrap: break-word;
    padding-bottom: 20px;
    line-height: 25px;
}

.post_content p {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.other-news-detail {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

.other-news-detail h2 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.other-news-detail h2 span {
    background: #6c6b6a;
    position: absolute;
    top: 8px;
    left: 0;
    padding: 0 15px;
}

.other-news-detail ul li {
    padding: 5px 0 5px 0;
    display: block;
    position: relative;
}

.other-news-detail ul li a {
    text-decoration: none;
    display: block;
    padding-left: 18px;
    line-height: 20px;
    font-size: 14px;
    color: #878787;
}

.other-news-detail ul li a:hover {
    text-decoration: underline;
}

.other-news-detail ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 4px;
    height: 4px;
    background: #ccc;
}

.table-popcart {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
}

.table-popcart td {
    color: #333;
}

.table-striped>tbody>tr {
    background: #fff;
}

.table>thead>tr:first-child>th {
    background: #ffffff;
    padding: 12px 8px;
    color: black;
}

.sa-lichek:before {
    /* content: "(*)"; */
    position: absolute;
    /* top: 8px; */
    right: 20px;
    color: #ff0000;
}

.hr_title {
    font-weight: 500;
    font-size: 16px;
    padding: 0 10px;
    line-height: 29px;
    position: relative;
    text-align: center;
    margin: 15px 0 25px;
}

.hr_title:before {
    content: "";
    background-color: #f7cf0c;
    bottom: 0;
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin: auto;
}

.hr_title .text {
    position: relative;
    padding: 6px 15px;
    font-weight: bold;
    font-size: 14px;
    background: #f7cf0c;
    color: #8c3b05;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
    border: none;
}

.btn-social> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 17px;
    text-align: center;
}

.btn-social+.btn-social {
    margin-left: 5px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    width: 60%;
    text-align: center;
    margin-bottom: 20px;
}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
    width: 60%;
    text-align: center;
    margin-bottom: 20px;
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open>.dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
    /* width: 60%; */
    /* text-align: center; */
    /* margin-bottom: 20px; */
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.bg-ac .btn-buynow {
    background: red;
    padding: 5px 10px;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.acft a i.fa {
    padding-right: 5px;
}

.bg-ac .acft {
    padding: 0 0 10px;
}

.acft a:nth-child(1) {
    float: left;
    width: 100%;
}

.acft a:nth-child(2) {
    float: right;
    min-width: 110px;
    /* height: 32px !important; */
}

/*.bg-ac .pl-item-des {
padding: 10px;
height: 140px;
line-height: 25px;
color: #fff;
font-size: 13px;
text-align: left;
overflow: hidden;
}

.bg-ac .pl-item-des span {
display: inline-block;
width: 100%;
float: left;
padding: 0 5px;
}*/

.bg-ac .pl-item-des {
    background: white;
    /* padding: 5px 10px 0px 10px; */
    /* height: 120px; */
    line-height: 170%;
    color: black;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
}

.bg-ac .pl-item-des span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
}

.bg-ac .pl-item-des span i {
    background-color: white;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    float: left;
    margin: 6px 6px 0 0;
}

.sa-user {
    height: 40px;
    float: right;
    position: relative;
    padding-top: 5px;
}

.sa-usmoney {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    padding-right: 30px;
    border: 1px solid #3d414d;
    background: #141414;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sa-usmoney strong {
    color: #f7cf0c;
}

.sa-usmoney:after {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    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: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}

.dropdown-usmenu {
    position: absolute;
    min-width: 230px;
    top: 50px;
    left: inherit;
    right: 0;
    background: #111112;
    padding: 5px 15px;
    border: 1px solid #212121;
}

.dropdown-usmenu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #212121 transparent;
    display: block;
    width: 0;
    z-index: 10;
    top: -8px;
    right: 12px;
}

.dropdown-usmenu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #111112 transparent;
    display: block;
    width: 0;
    z-index: 11;
    top: -7px;
    right: 12px;
}

.dropdown-usmenu a {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0;
    color: #ffffff;
    border-bottom: 1px dotted #686868;
    text-transform: uppercase;
}

.dropdown-usmenu a:hover {
    color: #f7cf0c;
}

.dropdown-usmenu a:last-child {
    border-bottom: none;
}

.dropdown-usmenu i.fa {
    padding-right: 5px;
}


.navmenu>li {
    position: relative;
}

.navmenu>li ul.submenu {
    /*position: absolute;
top: 100%;
width: 150px;
right: 0;
border: 1px solid #aaa;*/
    position: absolute;
    min-width: 200px;
    /* top: 60px; */
    left: inherit;
    right: 0;
    background: #000000;
    padding: 5px 15px;
    border: 1px solid #000000;
}

.navmenu>li ul.submenu li a {
    /*float: left;
height: 40px;
width: 100%;
font-size: 14px;
font-weight: bold;*/
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0;
    color: #ffffff;
    border-bottom: 1px dotted #686868;
    text-transform: uppercase;
}

.navmenu>li ul.submenu li strong {
    height: 40px;
    float: left;
    width: 100%;
    line-height: 40px;
    padding: 0 0 0 23px;
}

.navmenu>li.active>a,
.navmenu>li:hover>a {
    color: #000000;
    /*background: linear-gradient(to top, #f7cf0c 0%, #f7cf0c 100%);
        background: -moz-linear-gradient(to top, #f7cf0c 0%, #f7cf0c 100%);
        background: -o-linear-gradient(to top, #f7cf0c 0%, #f7cf0c 100%);
        background: -ms-linear-gradient(to top, #f7cf0c 0%, #f7cf0c 100%);
        background: -webkit-linear-gradient(bottom, #f7cf0c 0%, #f7cf0c 100%);*/
    background-color: #f7cf0c;
}

.skin_box {
    position: relative;
}

.list_skin {
    width: 270px;
    float: left;
    border: 1px solid #c1c1c1;
    border-top: none;
    position: absolute;
    z-index: 9999;
    background: #fff;
    display: none;
    color: black;
}

.list_skin li {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 1px solid #c1c1c1;
}

.list_skin li a {
    float: left;
    width: 100%;
}

/*add css 15/4/2017*/
.btn.userCP {
    text-align: center;
    position: relative;
    font-size: 17px;
    color: white;
    background: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

.text-right.all.mt20.mb20 {
    text-align: center;
    padding-left: 15px;
}

.pagination>li>a.active {
    background-color: #4464bb;
    border-color: #4464bb;
    color: white;
}

ul.list-ac.all {
    background-color: #333;
    padding-top: 15px;
}

.box-new-cate {
    background: #141414;
}

ul.list-new-cate {
    padding: 0 15px;
}

ul.list-new-cate li {
    padding: 20px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
}

ul.list-new-cate li figure {}

ul.list-new-cate li figure a {
    display: block;
}

ul.list-new-cate li figure img {}

ul.list-new-cate li .blogtitle {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 24px;
    max-height: 100px;
    overflow: hidden;
}

ul.list-new-cate li .blogtitle a {
    font-size: 14px;
    color: #fff;
}

ul.list-new-cate li .blogtime {
    padding: 6px 0;
    font-size: 13px;
    color: #78787a;
    margin-bottom: 5px;
    font-style: italic;
}

ul.list-new-cate li .blogtime span:first-child {
    border-left: 0;
    padding-left: 0;
}

ul.list-new-cate li .blogtime span {
    border-left: 1px solid #afafaf;
    padding: 0 10px;
    margin: 0 0 0 10px;
}

ul.list-new-cate li .blogtime i.fa {
    padding-right: 3px;
}

ul.list-new-cate li .blogsummary {
    color: #0e0e0e;
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 22px;
    max-height: 65px;
    overflow: hidden;
}

ul.bankList {
    clear: both;
    height: 202px;
    width: 636px;
}

ul.bankList li {
    list-style-position: outside;
    list-style-type: none;
    cursor: pointer;
    float: left;
    margin-right: 0;
    padding: 5px 2px;
    text-align: center;
    width: 90px;
}

.list-content {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    color: #fff;
}

.list-content li {
    list-style: none outside none;
    margin: 0 0 10px;
}

.list-content li .boxContent {
    display: none;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 10px;
    float: left;
    margin: 0 0 20px 0;
}

.list-content li.active .boxContent {
    display: block;
}

.list-content li .boxContent ul {
    height: 280px;
}

i.VISA,
i.MASTE,
i.AMREX,
i.JCB,
i.VCB,
i.TCB,
i.MB,
i.VIB,
i.ICB,
i.EXB,
i.ACB,
i.HDB,
i.MSB,
i.NVB,
i.DAB,
i.SHB,
i.OJB,
i.SEA,
i.TPB,
i.PGB,
i.BIDV,
i.AGB,
i.SCB,
i.VPB,
i.VAB,
i.GPB,
i.SGB,
i.NAB,
i.BAB {
    width: 80px;
    height: 30px;
    display: block;
    background: url(../../../../upload.nganluong.vn/public/webskins/skins/nganluong/checkout/version3/images/bank_logo.png) no-repeat;
}

i.MASTE {
    background-position: 0px -31px;
}

i.AMREX {
    background-position: 0px -62px;
}

i.JCB {
    background-position: 0px -93px;
}

i.VCB {
    background-position: 0px -124px;
}

i.TCB {
    background-position: 0px -155px;
}

i.MB {
    background-position: 0px -186px;
}

i.VIB {
    background-position: 0px -217px;
}

i.ICB {
    background-position: 0px -248px;
}

i.EXB {
    background-position: 0px -279px;
}

i.ACB {
    background-position: 0px -310px;
}

i.HDB {
    background-position: 0px -341px;
}

i.MSB {
    background-position: 0px -372px;
}

i.NVB {
    background-position: 0px -403px;
}

i.DAB {
    background-position: 0px -434px;
}

i.SHB {
    background-position: 0px -465px;
}

i.OJB {
    background-position: 0px -496px;
}

i.SEA {
    background-position: 0px -527px;
}

i.TPB {
    background-position: 0px -558px;
}

i.PGB {
    background-position: 0px -589px;
}

i.BIDV {
    background-position: 0px -620px;
}

i.AGB {
    background-position: 0px -651px;
}

i.SCB {
    background-position: 0px -682px;
}

i.VPB {
    background-position: 0px -713px;
}

i.VAB {
    background-position: 0px -744px;
}

i.GPB {
    background-position: 0px -775px;
}

i.SGB {
    background-position: 0px -806px;
}

i.NAB {
    background-position: 0px -837px;
}

i.BAB {
    background-position: 0px -868px;
}

ul.cardList li {
    cursor: pointer;
    padding: 5px 4px;
    text-align: center;
    width: 25%;
    float: left;
}

ul.cardList li label {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}

ul.cardList li input {
    float: left;
    text-align: left;
    margin: 6px 5px 0 0;
}

.btn-card {
    color: #fff;
    background: url(images/btn-card.png) no-repeat center center / auto 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 9999px;
    border: 5px solid #ccc;
    text-indent: -9999px;
}

.btn-card:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-atm {
    color: #fff;
    background: url(images/btn-atm.png) no-repeat center center / auto 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 9999px;
    border: 5px solid #ccc;
    text-indent: -9999px;
}

.btn-atm:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.loading {
    background: #fff url(images/loadingicon.gif) center center no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    display: none;
}

/*add 24/4/2017*/
.wrap {
    background-color: #3b5998;
    position: fixed;
    width: 300px !important;
    height: 360px !important;
    z-index: 9999999;
    right: 0px;
    bottom: 0px;
    padding-left: 10px;
    padding-right: 10px !important;
    padding-top: 40px;
}

.fb-page.fb_iframe_widget {
    width: 280px !important;
}

.x {
    font-family: arial, helvetica;
    background: rgba(78, 86, 101, 0.8) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -19px;
    width: 25px;
    z-index: 99999999;
}

.x:hover {
    cursor: pointer;
}

.pxem {
    text-align: center;
    height: 25px;
    margin-bottom: 0;
    margin-top: 0;
    background: #3b5998;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0px;
    position: absolute;
    z-index: 999999999;
    /*border-left: 1px solid #fff;*/
}

.pxem a.axem {
    color: #fff;
    font-family: arial, helvetica;
    font-size: 12px;
    line-height: 23px;
    padding-left: 5px;
    text-decoration: none;
}

.pxem a.axem:hover {
    text-decoration: underline;
}

.alogo {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 999999999999;
    width: 75px;
    height: 20px;
    display: inline-block;
    background: #34495E;
    border-left: 2px solid #2c3e50;
    padding-right: 0px;
    padding-left: 5px;
}

.vnk-tuvan {
    position: fixed;
    width: 300px;
    background: #3b5998;
    z-index: 99999999;
    right: 0px;
    bottom: 0px;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    border-color: #2c3e50;
}

.vnk-tuvan p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0 13px;
    text-align: left;
}

.vnk-tuvan p a {
    color: #fff;
    font-size: 15px;
    padding: 5px 0px 7px;
    margin: 0;
    display: inline-block;
    font-family: arial, helvetica;
    text-decoration: none;
}

.vnk-tuvan p a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.vnk-tuvan p img {
    float: right;
    margin-top: 10px;
}

.slider-bntop {
    /*height: 363px;*/
    overflow: hidden;
}

/*add css 28/4*/
.col-lg-10.col-md-10.col-sm-4.col-xs-5.menuTop {
    padding-right: 18px !important;
}

.row.border-search {
    background-color: white;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

li.tab-link.current.same-price {
    width: 100%;
    text-align: center;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 750px;
    height: 300px;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15pt;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 250px;
}

li.tab-link.same-price {
    width: 100%;
    background-color: #167ac6;
    text-align: center;
}

.h1_logo,
.h2_logo {
    position: absolute;
    text-indent: -9999px;
    width: 0px;
}

.l-i-c-acc {
    position: relative;
}

.l-i-c-acc li.logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 50px;
    min-height: 50px;
    border: none;
}

.l-i-c-acc li.logo label {
    opacity: 0.4;
    font-size: 30px;
    padding: 0;
}

a.btn.btn-buy-acc {
    color: black;
    background-color: #f7cf0c;
    font-size: 14px;
}

a.btn.btn-buy-acc:hover {
    background-color: #f00;
}

.btn-akrbuy {
    background-color: #4464bb;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    padding: 5px 10px;
}

.btn-akrbuy:hover {
    background: #25b850;
    color: #fff;
}

.btn-akrcheckout {
    background-color: #CF000F;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    padding: 5px 10px;
}

.btn-akrcheckout:hover {
    background: rgba(250, 3, 3, 0.62);
    color: #fff;
}

.mh20 {
    min-height: 20px !important;
}

.col-xs-12.col-sm-12.col-md-4.col-lg-4.bnleft {
    padding-left: 10px !important;
    /* padding-right: 0px !important; */
    /* height: 400px !important; */
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12.pdr {
    padding-right: 15px !important;
    text-transform: uppercase !important;
    /* padding-left: 0px !important; */
}

span.filter-option.pull-left {
    text-transform: uppercase;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background-color: white;
    border: 1px solid black;
    color: black;
}

/*::-webkit-input-placeholder {
    color: #555;
}*/

:-moz-placeholder {
    color: red;
}

::-moz-placeholder {
    color: red;
}

:-ms-input-placeholder {
    color: red;
}

.sa-ttac-pri span {
    color: black;
}

.sa-ttac-btn p {
    width: 33% !important;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    color: black;
}

.tab-content-booking.current {
    display: inherit;
}

p.UpText.text-center {
    float: left;
    font-weight: bold !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    /* white-space: nowrap; */
    text-align: left;
    padding-right: 15px;
    color: black;
    padding: 0 10px;
    background: #f5f5f5;
    /* border: 1px solid #494949; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.UpText {
    text-transform: uppercase;
    font-weight: 400;
}

span.dname {
    font-size: 14px !important;
    color: #4464bb;
    font-weight: bold;
}

.form-group.form-group-select.col-md-12.col-lg-12.sa-lichek {
    /* width: 50%; */
}

.btn.userCP:hover {
    background-color: #f7cf0c;
    color: black;
    background-image: none;
}

span.price {
    color: red;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 5px;
    font-size: 16px !important;
    font-weight: bold;
}

a.btn {
    height: 50px;
    padding-top: 15px !important;
    font-size: 15px;
}

a.btn.btn-akrcheckout.UpText {
    background-color: #25b850;
}

.pd-ttactit.all {
    padding-bottom: 15px;
}

/*add 2/7*/
section.box-cate.mt10.all.mb10 {
    padding: 0px 15px;
}

/*add 3/7*/
img.connect {
    width: 31px;
    margin-right: 10px;
}

a.connectA {
    padding-left: 30px;
}

div#t_f_chat {
    display: none;
}






.acft .btn {
    height: 40px;
    padding-top: 10px !important;
    font-weight: bold;
}

p.hm-reponsive.img-champion {
    height: 120px !important;
}

a.btn.userCP {
    height: 40px;
    padding: 8px !important;
}

pa {
    font-size: 14px;
}


header .banner .banner_content {
    margin: 0 auto;
    position: relative;
    width: 1100px;
}

header .banner .banner_content .left {
    width: 1100px;
}

.banner_content .move_show {
    animation: move-show 800ms;
    margin-top: 0px !important;
}

header .banner .banner_content .left .bottom {
    text-align: center;
}

header .banner .banner_content .left .bottom img {
    margin: 35px 0 0px;
}

.content .menu_top {
    color: #1f2225;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
}


li.type-game {
    border: 1px solid #f7cf0c;
    float: left;
    padding: 10px 20px 5px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 30px;
}

li.type-game.active {
    background-color: #f7cf0c;
    color: #333333;
}

li.type-game {
    border: 1px solid #1f2225;
    float: left;
    padding: 10px 20px 5px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 30px;
}

li.type-game input {
    background: transparent;
    border: none;
    width: 150px;
    padding-right: 10px;
}

.content .menu_top .right {
    float: right;
    position: absolute;
    top: 20px;
    right: 15px;
}

.content .menu_top .right ul li {
    border: 1px solid #1f2225;
    float: left;
    padding: 10px 10px 5px;
    border-radius: 3px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-weight: bold;
}

li.type-game:hover {
    background-color: #f7cf0c;
    color: #333;
    cursor: pointer;

}

li.type-game {
    border: 1px solid #f7cf0c;
    float: left;
    padding: 10px 20px 10px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0px;
    font-weight: bold;
    color: #f7cf0c;
}

.content .menu_top .right ul li:hover {
    background-color: #f7cf0c;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}

.tabbed-container .tabbed-content {
    z-index: 3;
    overflow: hidden;
    display: none;
}

.tabbed-container .tabbed-content-active {
    display: block;
}

ul.select_category.proc-tabbed-nav {
    padding: 20px 15px;
}

span.price-x {
    width: 50% !important;
    display: inline-block !important;
    color: red;
    font-size: 16px !important;
}

span.state {
    width: 40% !important;
    color: #008c33;
    text-align: right;
    padding-right: 15px !important;
}

a.btn.btn-akrcheckout.renting {
    font-weight: bold;
    font-size: 18px;
}

.rentControl {
    width: 60%;
    display: inline-block;
    float: left;
    padding: 6px 12px;
}

option {}

li.type-game.right-tab {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.name-acc {
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
    padding-top: 10px;
    /* font-weight: bold; */
    font-family: inherit;
}

.box-price {
    width: 165px;
}

.Loadcard input.form-control {
    font-size: 16px;
    width: 100%;
}

.name-acc {
    display: none;
}

li.sa-ttac-btn {
    margin-top: -4px;
}

/*css fb box*/
.pu-botchat {
    position: fixed;
    bottom: 0;
    right: 3px;
}

.pu-bchatbox {
    cursor: pointer;
    width: 270px;
    height: 40px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    background: #43609c;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pu-bchatbox a {
    color: #ffffff;
}

.pi-chat {
    margin-right: 10px;
    width: 29px;
    height: 23px;
    background-position: 0 -49px;
}

.puic {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon_fb.png);
    background-repeat: no-repeat;
}

.pu-bchatbox .glyphicon {
    position: absolute;
    top: 14px;
    right: 10px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-up:before {
    content: "\e260";
}

i.fa.fa-arrow-up {
    padding-left: 40px;
}

#load-more {
    display: block;
    color: #189eff;
    text-align: center;
    width: 229px;
    border: 1px solid #189eff;
    height: 39px;
    line-height: 39px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    margin: 15px auto 10px;
}

div#login_form {
    background: white;
    position: absolute;
    width: 40%;
    top: 60px;
    left: 30%;
    display: none;
}

div#login_form2 {
    background: white;
    width: 40%;
    left: 30%;
    position: absolute;
    top: 60px;
    display: none;
}

.Loadcard .form-group {
    padding: 0px;
}

h4.title {
    background: #4464bb;
    padding: 10px;
}

@media (max-width: 991px) {
    div#login_form {
        background: white;
        position: absolute;
        width: 80%;
        top: 70px;
        left: 10%;
        display: none;
    }

    div#login_form2 {
        background: white;
        width: 90%;
        left: 5%;
        position: absolute;
        top: 70px;
        display: none;
    }


    .col-xs-12.col-sm-12.col-md-4.col-lg-4.bnleft {
        padding-left: 0px !important;
        /* padding-right: 0px !important; */
        /* height: 400px !important; */
    }

    .reponsive-img img {
        height: 100% !important;
    }

    .bntab {
        padding: 4px;
        padding-top: 70px;
    }

    .inner-wrap {
        padding: 0px !important;
        /* padding: 0 15px !important; */
    }

    .inner-wrap .bxvideo {
        width: 100% !important;
        padding-top: 10px !important;
    }

    .bxvideo {
        height: 327px !important;
        padding: 0px !important;
    }

    .btn-search {
        float: left !important;
    }

    .sa-bntcbox.clear {
        height: 320px !important;
    }

    .embed-responsive {
        height: 317px !important;
    }

    header .banner .banner_content .left .bottom {
        text-align: left !important;
        margin-left: -20px;
    }

    header .banner .banner_content .left .bottom img {
        margin: 0px !important;
    }

    .bxvideo iframe {
        height: 315px !important;
    }

    .sa-ttactul li.sa-ttac-pri {
        font-size: 16px !important;
    }

    a.btn {
        width: 100%;
    }

    .sa-ttac-btn p {
        width: 100% !important;
    }

    h1.pd-name.UpText {
        width: 100% !important;
        text-align: center;
        font-weight: bold;
    }

    .logo img {
        padding: 0 !important;
        max-height: 60px;
        vertical-align: middle !important;
    }

    .col-lg-10.col-md-10.col-sm-4.col-xs-5.menuTop {
        padding-right: 18px !important;
        padding-top: 5px;
    }

    li.type-game {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

.notification {
    background: #333333;
    text-align: center;
    padding-top: 10px;
    /* border: 1px solid #f7cf0c; */
    float: left;
    padding: 10px 20px 10px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0px;
    font-weight: bold;
    color: #f7cf0c;
    font-size: 17px;
}

.btn-waitting,
.btn-rentting {
    background: #333333;
}

.report {
    border: 1px solid #f7cf0c;
    padding: 10px 20px 10px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0px;
    font-weight: bold;
    color: #f7cf0c;
    font-size: 11px;
}

.account-box a {
    color: white;
    /* background: #fefd55; */
    /* padding: 2px; */
    /* border-radius: 2px; */
}

.register-accout {
    text-align: right
}

.login-social {
    border-top: 1px solid #eee;
    margin: 10px 0;
    padding: 10px 0
}

.login-social .signin-openID {
    margin: 5px 0;
    padding-right: 10px;
    text-indent: 30px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    text-align: center
}

.login-social .signin-openID:first-child {
    margin-right: 13px
}

.login-social .signin-openID.facebook {
    background: #546ea6 url(../../../../meta.vn/themes/images/Facebook.png) no-repeat 0 center
}

.login-social .signin-openID.google {
    background: #df5656 url(../../../../meta.vn/themes/images/GooglePlus.png) no-repeat 0 center
}

.login-social .signin-openID.zalo {
    background: #19abe0 url(../../images/Zalo.html) no-repeat 0 center;
    background-size: 25px
}

.col {
    float: left;
}

.x-hover:hover .account-box:after {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -9px;
    right: 39%;
}

.x-hover:hover .hover-lg-top {
    display: block;
    position: absolute;
    border: 1px solid #ddd;
    line-height: 25px;
    z-index: 999;
    /* background: #fff; */
    padding: 5px 15px;
    top: 39px;
    min-width: 170px;
    right: 0;
    width: 235px;
    box-shadow: 0px 4px 10px #0ca5e175;
    border-radius: 4px;
    color: white;
}

.x-hover:hover .cart-box {
    width: 300px;
    right: -20px
}

.x-hover:hover .cart-box:before,
.x-hover:hover .cart-box:after {
    right: 35px
}

.x-hover:hover .cart-box:before {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
    top: -8px
}

.x-hover:hover .cart-box:after {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px
}

.account-link .avatar-user {
    color: #009933;
    float: left;
    padding: 4px;
    margin: 0 8px 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.account-box {
    /* display: none; */
    /* background-image: url('http://genknews.genkcdn.vn/2017/photo-0-1507719639794.jpg'); */
    background-size: cover;
    object-fit: cover;
}

.account-box p {
    padding: 10px;
    color: white;
    text-align: left;
    font-weight: bold;
    background: #f64949;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 40px;
}

#btnLoginSubmit,
.btn-login-submit {
    width: 100%;
    margin: 5px 0;
    background: #4464BB;
    border: 1px solid #4464BB;
    line-height: 25px;
    color: #fff;
    height: 40px;
}

.account-box .account-input {
    border: 1px solid #ddd;
    padding: 0px 5px;
    margin: 5px 0;
    width: 300px;
    display: block;
    height: 40px;
    font-size: 16px;
    text-align: center;
}

.login-submit {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}

.form_register {
    top: -2px;
    /* background: #f7cf0c; */
    padding: 10px;
    width: 450px;
    box-shadow: 0px 4px 10px #0ca5e175;
    border-radius: 4px;
    color: white;
    /* background-image: url(http://genknews.genkcdn.vn/2017/photo-0-1507719639794.jpg); */
    background-size: cover;
    object-fit: cover;
    border: 1px solid #f7cf0c;
    text-transform: none;
    margin: auto;
}

div#close_register {
    background: #b6442a;
}

form.login_form {
    width: 300px;
    margin: auto;
}


.login_title {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f7cf0c;
}

a#regist_btn {
    float: left;
    width: 100%;
    width: 100%;
    margin: 5px 0;
    background: #f64949;
    border: 1px solid #f64949;
    line-height: 25px;
    color: #fff;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 7px;
}

.account-forget-pass {
    width: 100%;
    text-align: center;
}

button.btn.btn-primary.btn-block {
    width: 300px;
    height: 40px;
}

/*Trang login*/
.content-login {
    width: 340px;
    min-height: auto;
    margin: 0 auto;
    padding-bottom: 60px;
    color: #777777;
}

.content-login h3 {
    color: #f7cf0c;
    font-size: 30px;
    border-bottom: 5px solid;
    text-align: center;
    padding-bottom: 10px;
}

.content-title {
    width: 380px;
    min-height: auto;
    margin: 0 auto;
    padding-bottom: 60px;
    color: #777777;
}

.content-title h5,h6 {
    color: #f7cf0c;
    font-size: 30px;
    border-bottom: 5px solid;
    text-align: center;
    padding-bottom: 10px;
}

.login-child {
    text-align: center;
}

.login-child button {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
    height: 40px;
}

.login-child p {
    margin-top: 15px;
    font-size: 25px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0;
    font-family: iCielFesterSemiCondensed-Bold;
    color: white;
    font-weight: bold;
}

.login-child input {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    text-align: center;
    border: none;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #777;
    color: #333333;
}

.login-child a {
    cursor: pointer;
    float: right;
    color: blue;
    padding-top: 5px;
    font-family: arial;
}

.login-child .btn-primary {
    background-color: #3f599a;
}

.login-child .btn-secondary {
    background-color: gray;
    color: #fff;
}

.login-child .btn-create {
    background-color: #2ecc71;
    color: #fff;
}

.login-child .btn-danger {
    background-color: #e14938;
}

.login-child .btn {
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    padding: 0px !important;
}

input#btnHdLoginSubmit {
    color: white;
}

.mini-logo {
    text-align: center;
    padding: 1rem;
    border: solid;
}

.footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    color: #fff;
    margin-top: auto;
}


.footer .title_footer {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    line-height: inherit;

}
.truncate{
    display: -webkit-box;
    max-height: 3.2rem;
   -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
}
.text-truncate{
    display: -webkit-box;
    max-height: 3.2rem;
   -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
}

.header-notice {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 20px;
    max-width: 706px;
    margin: 0 auto;
    font-size: 14px;
}
.header-intro .header-title {
    color: #f5c61e;
    font-size: 30px;
    text-transform: uppercase
}
.text-white{
    color: #ffffff;
}