@-moz-keyframes blink {
    50% {
        border-color: #ff0000;
    }
}

@-webkit-keyframes blink {
    50% {
        border-color: #ff0000;
    }
}

@keyframes blink {
    50% {
        border-color: #ff0000;
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Roboto', Arial, sans-serif, 'Open Sans';
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}
input:focus::-webkit-input-placeholder {
    color: rgba(88, 179, 240, 0.1);
}

input:focus:-moz-placeholder {
    color: rgba(88, 179, 240, 0.1);
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: rgba(88, 179, 240, 0.1);
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: rgba(88, 179, 240, 0.1);
}
textarea:focus::-webkit-input-placeholder {
    color: rgba(88, 179, 240, 0.1);
}

textarea:focus:-moz-placeholder {
    color: rgba(88, 179, 240, 0.1);
}
/* FF 4-18 */
textarea:focus::-moz-placeholder {
    color: rgba(88, 179, 240, 0.1);
}
/* FF 19+ */
textarea:focus:-ms-input-placeholder {
    color: rgba(88, 179, 240, 0.1);
}

/* IE 10+ */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a,
a:hover {
    text-decoration: none !important;
    color: #333;
}

div {
    display: block;
}


strong, b {
    font-weight: 700;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding: 0 15px;
}

#toplink {
    background-color: #f2f2f2;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    height: 28px;
    line-height: 28px;
}

#top-banner {
    background: #FFF;
    margin: 10px 0 0 0;
    max-height: 80px;
    overflow: hidden;
}

    #top-banner .container {
        display: table;
        overflow: hidden;
    }

#expbanner a {
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    vertical-align: middle;
}

#expbanner img {
    box-shadow: 0 0 4px #ddd;
    display: table;
}

#header {
    border-bottom: 2px solid #DA251C;
}

.toplink .fa {
    color: #da251c;
}

.top-info-phone span {
    margin: 0 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-center {
    text-align: center;
}

.row {
    clear: both;
    margin: 0;
}

.col {
    float: left;
}

.toplink {
    width: 50%;
}

    .toplink li {
        padding: 0 15px;
        white-space: nowrap;
    }

        .toplink li.active {
            background: #FFF;
            border-radius: 5px 5px 0 0;
            padding: 3px 20px 0 20px;
            margin: 4px 0 0 0;
            border: 1px solid #ddd;
            border-bottom: #fff;
            font-weight: 700;
        }

    .toplink.float-left li {
        float: left;
    }

    .toplink.float-right li {
        float: right;
    }

.top-info-phone {
    position: relative;
    text-indent: 5px;
    padding: 0 20px 0 0;
}

.i-view-more {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #888;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: 48%;
    right: 5px;
}

    .i-view-more:hover {
        border-top: 4px solid #19abe0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.info-help-phone {
    display: none;
}

.top-info-phone .hd-sp-drop {
    position: relative;
    display: inline-block;
    height: 28px;
    width: 30px;
    float: right;
    line-height: 28px;
    z-index: 10;
}



    .top-info-phone .hd-sp-drop:hover .info-help-phone {
        display: block;
        z-index: 1;
        position: absolute;
        background: #FFF;
        border: 1px solid #ddd;
        width: 250px;
        line-height: 25px;
        left: -10px;
        top: calc( 100%-1px);
        border-radius: 0 0 4px 4px;
    }

.hd-sp-drop-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.top-info-phone .hd-sp-drop:hover .hd-sp-drop-bg {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}

.top-info-phone .hd-sp-drop .i-view-more {
    right: 10px;
    z-index: 3;
}

.top-info-phone .hd-sp-drop:hover .i-view-more {
    border-top-color: #DA251C;
}

.info-help-phone span {
    display: block;
    margin: 0;
}

.info-help-phone .fa {
    width: 25px;
    font-size: 1.2em;
}

.info-help-phone img {
    vertical-align: sub;
    padding: 0 3px;
}

.toplink .policy-link {
    position: relative;
}

    .toplink .policy-link .fa {
        font-size: 1.3em;
        padding-right: 5px;
    }

.toplink .policy-info {
    display: none;
}

.toplink .policy-link:hover .policy-info {
    display: block;
    z-index: 999;
    position: absolute;
    background: #FFF;
    border: 1px solid #ddd;
    width: 300px;
    line-height: 25px;
    right: -106px;
    top: 27px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.toplink .policy-info span {
    display: block;
    padding: 0 10px;
}

.policy-info .fa {
    width: 20px;
    color: #666;
    font-weight: 100;
}

.logo {
    width: 230px;
    height: 60px;
    clear: both;
    margin: 0 0 0 0;
    background: url(/images/logo/standard.png) no-repeat center center;
    display: block;
    font-size: 0;
    text-indent: -1000px;
    /*/images/logo.png*/
}


.label-search {
    margin: 10px 0;
    width: 500px;
}

#searchBox {
    background: #fff;
    width: 100%;
    padding: 0;
    float: left;
    margin-left: 20px;
    position: relative;
}

form#frmSearch {
    display: block;
    height: 100%;
    position: relative;
}

.txtQuery {
    width: 95% !important;
    margin: 0 36px 0 0;
    padding: 0;
    height: 30px;
    position: static;
    border: solid 1px #ddd;
    border-right: none;
    text-indent: 10px;
    outline: none;
    /*float: left;*/
}

.support-form {
    position: relative;
    z-index: 10;
}

    .support-form > .box-contact-support {
        position: absolute;
        background: rgb(246, 252, 254);
        width: 100%;
        right: 0;
        top: 0;
        padding: 10px 20px;
        border: solid 1px #19abe0;
        box-shadow: 0 1px 6px rgba(0,0,0,.25);
    }

.txt-query {
    width: 95% !important;
    margin: 0;
    padding: 0;
    line-height: 30px;
    position: static;
    border: solid 1px #ddd;
    text-indent: 10px;
    outline: none;
    /*float: left;*/
}

.box-contact-support .form-row {
    margin: 10px 0;
}

    .box-contact-support .form-row input {
        width: 100%;
    }

.search-cat {
    outline: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    position: absolute;
    right: 40px;
    border: none;
    top: 1px;
    height: 30px;
    border-left: 1px solid #eee;
    padding: 0 10px;
    color: #999;
}

.ac_results {
    box-shadow: 0 2px 4px #888;
    border: none;
}

.ac_odd {
    background-color: #fcf8e3;
}

.ac_over {
    background-color: #68b207;
    color: #fff;
}

.ac_results li {
    padding: 3px 6px;
}

.ac_over i {
    color: #ffb909 !important;
    font-weight: 500;
}

.ac_over .ac-price font {
    color: #fff !important;
    font-weight: 700;
}

#frmSearch .i-view-more {
    right: 41px;
    top: 14px;
}

#btnFindSubmitPad {
    float: none;
    display: inline-block;
    height: 30px;
    background: #19ABE0;
    border: solid 1px #19ABE0;
    position: absolute;
    right: 0;
    top: 0;
}

#btnFindSubmit {
    width: 100%;
    height: 100%;
    color: #FFF;
    background: url(images/search-icon-20.png) no-repeat 3px center;
    border: none;
    padding: 0 15px;
    text-indent: 10px;
    font-weight: bold;
}

.account {
    margin: 0 40px;
    padding: 8px 0;
    width: 170px;
    position: relative;
    display: inline-block;
}

.account-login {
    font-weight: 700;
}

.account-link span {
    white-space: nowrap;
}

.account-link .fa {
    color: #19ABE0;
    float: left;
    padding: 4px;
    margin: 0 8px 0 0;
    border: 2px solid #19ABE0;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.account-link .account-login-more {
    display: block;
    font-size: 0.9em;
}

.account .account-box {
    display: none;
}

.account-box.acc-info li:nth-child(4) {
    display: none;
}

.account.hover .account-box:before {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
    top: -8px;
}

.account.hover .account-box:after {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
}

/*
.account.hover .acc-login,
.account.hover .account-box,
.cart.hover .cart-box {
    display: block;
    position: absolute;
    border: 1px solid #ddd;
    line-height: 25px;
    z-index: 999;
    background: #fff;
    padding: 5px 20px;
    top: 48px;
    min-width: 170px;
}
*/
.account.hover .acc-login,
.account.hover .account-box,
.cart.hover .cart-box,
.account.hover .acc-login,
.account.hover .account-box,
.cart.hover .cart-box {
    display: block;
    position: absolute;
    /*border: 1px solid #ddd;*/
    line-height: 25px;
    z-index: 999;
    background: #fff;
    padding: 5px 20px;
    top: 48px;
    min-width: 170px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

    .cart .cart-box.show, .cart.hover .cart-box.show {
        display: block !important;
        position: fixed !important;
        border: 1px solid #ddd;
        line-height: 25px;
        z-index: 999;
        background: #fff;
        padding: 5px 20px;
        width: 500px;
        height: 380px;
    }

.cart-box.show:before,
.cart-box.show:after,
.cart-box .close {
    display: none;
}

.account-box .account-input {
    border: 1px solid #ddd;
    padding: 0 5px;
    margin: 5px 0;
    width: 100%;
}

.account-box a {
    color: #19ABE0;
}

.register-accout {
    text-align: right;
}

.login-submit {
    width: 100%;
}

#btnLoginSubmit, .btn-login {
    width: 100%;
    margin: 5px 0;
    background: #19ABE0;
    border: 1px solid #19ABE0;
    line-height: 25px;
    color: #FFF;
}

.login-social {
    border-top: 1px solid #eee;
    margin: 10px 0;
    padding: 10px 0;
}

    .login-social .signin-openID:first-child {
        margin-right: 14px;
    }

    .login-social .signin-openID {
        margin: 10px 0;
        padding-right: 10px;
        text-indent: 30px;
        line-height: 24px;
        border-radius: 12px;
        color: #FFF;
    }

        .login-social .signin-openID.facebook {
            background: #546EA6 url(images/Facebook.png) no-repeat 0 center;
        }

        .login-social .signin-openID.google {
            background: #DF5656 url(images/GooglePlus.png) no-repeat 0 center;
        }

.cart {
    padding: 8px 0;
    position: relative;
    width: 150px;
    margin: 0 20px 0 0;
}

    .cart .fa-shopping-cart {
        font-size: 1.8em;
        line-height: 0.9em;
        color: #19ABE0;
        float: left;
        text-indent: -1px;
        padding: 4px;
        margin: 0 8px 0 0;
        border: 2px solid #19ABE0;
        border-radius: 50%;
        overflow: hidden;
        width: 30px;
        height: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .cart .cart-item-count {
        position: absolute;
        top: 3px;
        left: 16px;
        background: rgba(255, 185, 9, 1);
        display: inline-block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 9px;
    }

.cart-title {
    font-weight: 700;
}

.cart-status {
    white-space: nowrap;
}

.cart b {
    color: #da251c;
}

.cart-total b {
    float: right;
    width: 40%;
}

.cart .cart-box {
    display: none;
}

.cart.hover .cart-box {
    width: 300px;
    right: -20px;
}

    .cart.hover .cart-box:before {
        position: absolute;
        content: "";
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ddd;
        top: -8px;
    }

    .cart.hover .cart-box:after {
        position: absolute;
        content: "";
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        top: -7px;
    }

.cart-box .cart-item {
    border-top: 1px dotted #ddd;
    padding: 5px 0;
    line-height: 20px;
    white-space: nowrap;
}

.cart-box .cart-item1 img {
    width: 40px;
    padding-right: 10px;
    height: auto;
    max-height: 50px;
}

.cart-box .cart-item2 {
    width: 40%;
    padding-right: 10px;
    white-space: normal;
}

.cart-box .cart-item3,
.cart-box .cart-item4 {
    width: 30%;
}

.cart-box .cart-item5 {
    float: right;
}

.cart-box .cart-item .fa-trash-o {
    color: #aaa;
    font-size: 1.3em;
}

.cart-box .cart-item3.product {
    font-weight: 700;
    color: #da251c;
}

.cart-box .cart-total {
    border-top: 1px solid #ddd;
    padding: 8px 0;
}

.cart-box .cart-checkout {
    display: block;
    margin: 0 0 5px 0;
    background: #19ABE0;
    line-height: 32px;
    font-weight: 500;
    font-size: 1.2em;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
}


.visited-box:before, .visited-box:after {
    display: table;
    content: '';
    clear: both;
}

.visited-box .visited-item {
    border-top: 1px dotted #ddd;
    padding: 5px 0;
    line-height: 20px;
    white-space: nowrap;
}

    .visited-box .visited-item:first-child {
        border-top: none;
    }

    .visited-box .visited-item::after {
        clear: both;
        content: '';
        display: table;
    }

.visited-box .visited-item1 img {
    width: 40px;
    padding-right: 10px;
    height: auto;
    max-height: 50px;
}

.visited-box .visited-item2 {
    width: 80%;
    padding-right: 10px;
    white-space: normal;
    min-height: 36px;
}

.visited-box .visited-item3 {
    width: 30%;
    margin-left: 40px;
}

.visited-box .visited-item4 {
    width: 30%;
    color: #888;
}

.visited-box .visited-item5 {
    float: right;
}

.visited-box .visited-item .fa-trash-o {
    color: #aaa;
    font-size: 1.3em;
}

.visited-box .visited-item3.product {
    font-weight: 700;
    color: #da251c;
}

.visited-box .cart-total {
    border-top: 1px solid #ddd;
    padding: 8px 0;
}

.visited-box .cart-checkout {
    display: block;
    margin: 0 0 5px 0;
    background: #19ABE0;
    line-height: 32px;
    font-weight: 500;
    font-size: 1.2em;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
}

.visited-box .visited-more {
    width: 100%;
    margin: 5px 0;
    background: #19abe0;
    border: 1px solid #19abe0;
    line-height: 25px;
    color: #fff;
    display: block;
    text-align: center;
}

.visited-pager {
    clear: both;
    text-align: right;
    border-top: solid 1px #ddd;
}

.visited-inner {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

li.visited-page-item {
    display: inline-block;
    margin: 2px;
}

    li.visited-page-item a {
        display: block;
        border: solid 1px #ccc;
        padding: 0 2px;
        width: 20px;
        text-align: center;
        line-height: 23px;
        height: 23px;
    }

    li.visited-page-item.active a {
        background: #0089e0;
        color: #fff;
    }

.visited-pager ul:before {
    content: 'Trang ';
}

.visited-box h2, .visited-box .h2 {
    border-top: solid 1px #ddd;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding: 3px 2px;
}

#account_history b, .visited-products h2 b, .visited-products .h2 b {
    color: #f67a3a;
}

div#visited {
    margin: 5px;
}

.account-box {
    width: 320px;
}

    .account-box .google {
        margin-left: 20px;
    }

    .account-box #login-account {
        padding-top: 10px;
    }

.visited-count {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: #fff;
    background: #68b207;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 #68b207;
}

.topnav {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.top-home-nav {
    line-height: 30px;
    height: 30px;
    width: 230px;
}

    .top-home-nav .home-item {
        border: 1px solid #da251c;
        background-color: #da251c;
        color: #FFF;
        border-radius: 4px 4px 0 0;
        font-weight: bold;
        position: relative;
        text-align: center;
        float: left;
        width: 100%;
        text-transform: uppercase;
    }

        .top-home-nav .home-item .icon-home {
            padding-right: 10px;
        }

    .top-home-nav .icon-home:before {
        content: "\2261";
        position: absolute;
        top: 0;
        left: 10px;
        font-weight: 100;
        font-size: 2em;
        font-family: Verdana;
        line-height: 26px;
    }

    .top-home-nav.hover.mobile .icon-home:before {
        content: "\f00d";
        position: absolute;
        top: 0;
        left: 0;
        font: 100 normal normal 20px/26px FontAwesome;
        width: 100%;
        text-align: center;
    }

.top-right-nav {
    overflow: hidden;
    position: absolute;
    left: 230px;
    height: 30px;
}

.top-menu-item {
    padding: 0 20px;
}

.leftNavMenu,
.leftSubNavMenu {
    display: none;
}

    .leftNavMenu .menu-item.hover .leftSubNavMenu,
    .top-home-nav.hover .leftNavMenu,
    .leftNavMenu > .menu-item > .hover .leftSubNavMenu {
        display: block;
    }

/*.leftNavMenu li.menu-item.hover > a {
        position: relative;
    }

        .leftNavMenu li.menu-item.hover > a:after {
            content: 'x';
            display: inline-block;
            color: #fff;
            font-weight: bold;
            position: absolute;
            font-size: 1em;
            top: 0;
            right: 0;
            z-index: 10;
            text-align: right;
        }*/

.leftNavMenu {
    position: absolute;
    top: 31px;
    width: 230px;
    border: 1px solid #da251c;
    z-index: 99;
}

    /*#homepage .leftNavMenu {
    border-width: 1px 0 0 0;
}*/

    .leftNavMenu .menu-item {
        float: left;
        line-height: 34px;
        height: 34px;
        width: 100%;
        display: block;
        background: #fff;
    }

        .leftNavMenu .menu-item:nth-child(4n+1):hover, .leftNavMenu .menu-item:nth-child(4n+1).hover {
            background: #ffb909;
        }

        .leftNavMenu .menu-item:nth-child(4n+2):hover, .leftNavMenu .menu-item:nth-child(4n+2).hover {
            background: #19ABE0;
        }

        .leftNavMenu .menu-item:nth-child(4n+3):hover, .leftNavMenu .menu-item:nth-child(4n+3).hover {
            background: #68b207;
        }

        .leftNavMenu .menu-item:nth-child(4n+4):hover, .leftNavMenu .menu-item:nth-child(4n+4).hover {
            background: #da251c;
        }

        .leftNavMenu .menu-item:hover a {
            color: #FFF;
        }

        .leftNavMenu .menu-item:hover img {
            -moz-filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        .leftNavMenu .menu-item a {
            padding: 0 8px;
            font-weight: 100;
            font-size: 1.1em;
            line-height: 34px;
            display: block;
        }

        .leftNavMenu .menu-item img {
            width: 24px;
            vertical-align: middle;
            margin-right: 6px;
        }

        .leftNavMenu .menu-item:last-child {
            content: "Xem tất cả";
            display: block;
        }

.leftSubNavMenu {
    -webkit-column-width: 190px;
    -webkit-column-gap: 0;
    -moz-column-width: 190px;
    -moz-column-gap: 0;
    column-width: 190px;
    column-gap: 0;
    column-fill: auto;
    left: 228px;
    top: 0;
    height: 100%;
    position: absolute;
    padding: 5px 0;
    width: 717px;
    background: #FFF;
    min-height: calc(100% + 1px);
    overflow: hidden;
    border: 1px solid #da251c;
    z-index: 999;
}

.leftNavMenu .menu-item:nth-child(4n+1) .leftSubNavMenu {
    border-color: #ffb909;
}

.leftNavMenu .menu-item:nth-child(4n+2) .leftSubNavMenu {
    border-color: #19ABE0;
}

.leftNavMenu .menu-item:nth-child(4n+3) .leftSubNavMenu {
    border-color: #68b207;
}

.leftNavMenu .menu-item:nth-child(4n+4) .leftSubNavMenu {
    border-color: #da251c;
}

.leftSubNavMenu p {
    display: block;
    line-height: 20px;
    float: left;
    margin: 0 0 0 5px;
    min-width: 190px;
    padding: 0;
    font-size: 0.9em;
    text-indent: -13px;
}

    .leftSubNavMenu p.menu-item1 a {
        font-weight: 500;
        color: #19abe0 !important;
    }

    .leftSubNavMenu p a {
        color: #222 !important;
        font-size: 0.9em;
        line-height: 22px !important;
    }

    .leftSubNavMenu p:hover a {
        color: red !important;
    }

.leftSubNavMenu .menu-item1 img {
    width: 19px !important;
    height: auto;
    margin-left: 5px;
    -moz-filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
    filter: brightness(1) !important;
}

.leftSubNavMenu .menu-item2 {
    padding-left: 23px;
}

    .leftSubNavMenu .menu-item2 a:before {
        content: "▪ ";
        color: #aaa;
        padding-right: 5px;
    }

.cheap-label {
    margin: 0 15px;
    line-height: 20px;
    display: none !important;
}

.home-slider {
    position: relative;
    overflow: hidden;
}

.slider {
    top: 0;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-right: solid 5px #da251c;
}

.slider-main {
    position: relative;
}

.img-slider-load {
    background: url(/images/red-loading.gif) no-repeat 50px 50px;
    width: 100%;
}

.slider img {
    width: 970px;
    height: 375px;
}

.slider-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 376px;
    border-left: 1px solid #ddd;
    margin-top: -1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
}

    .slider-nav li {
        display: block;
        clear: both;
        height: 75px;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .slider-nav li:last-child {
            border-bottom: none;
        }

        .slider-nav li.active {
            background: #FFF;
        }

            .slider-nav li.active:last-child {
                border-bottom: 1px solid #ddd;
            }

            .slider-nav li.active:before {
                right: 100%;
                top: 49%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                border-color: transparent;
                border-right-color: #ccc;
                border-width: 10px;
                margin-top: -8px;
            }

            .slider-nav li.active:after {
                right: 100%;
                top: 49%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                border-color: transparent;
                border-right-color: #fff;
                border-width: 9px;
                margin-top: -7px;
            }

h3.slider-nav-title {
    line-height: 20px;
    font-weight: 700;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    h3.slider-nav-title i {
        font-weight: 100;
        color: #888;
        display: block;
    }

.slider-nav-img {
    width: 52px;
    height: 52px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

    .slider-nav-img img {
        width: 52px;
        height: 52px;
    }

#homepage .brand-pad {
    margin: 13px 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    height: 75px;
}

#homepage .brand-item {
    height: 50px;
    margin: 10px 20px;
    overflow: hidden;
    display: inline-block;
}

    #homepage .brand-item img {
        vertical-align: middle;
        overflow: hidden;
        max-height: 50px;
        max-width: 120px;
        margin: 0 auto;
        opacity: 0.6;
    }

    #homepage .brand-item:hover img {
        opacity: 1;
    }

.support-pad-main {
    margin: 10px 0 10px 240px;
}

@media (max-width:992px) {
    .support-pad-main {
        margin: 10px 0 10px 0;
    }

    @media (max-width:500px) {
        .support-pad-main {
            display: none;
        }
    }
}

ul.articles li {
    display: inline-block;
    width: 32%;
    margin: 2px;
    vertical-align: top;
}

.support-thumb {
    /*border-radius: 3px;
    border: solid 1px #ccc;*/
    float: left;
    margin-right: 10px;
}

.support-time {
    font-size: 0.9em;
    color: #19abe0;
    display: block;
}

.cat-pad {
    clear: both;
    display: table;
    margin-bottom: 20px;
}

    .cat-pad:nth-child(4n+1) .cat-pad-header {
        border-color: #ffb909;
    }

    .cat-pad:nth-child(4n+2) .cat-pad-header {
        border-color: #19ABE0;
    }

    .cat-pad:nth-child(4n+3) .cat-pad-header {
        border-color: #68b207;
    }

    .cat-pad:nth-child(4n+4) .cat-pad-header {
        border-color: #da251c;
    }

.cat-pad-header {
    border: 1px solid;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

    .cat-pad-header h2, .cat-pad-header .h2 {
        float: left;
        width: auto;
        min-width: 230px;
        padding: 0 30px 0 10px;
        position: relative;
    }

.cat-pad:nth-child(4n+1) .cat-pad-header h2 {
    background: #ffb909;
}

.cat-pad:nth-child(4n+2) .cat-pad-header h2 {
    background: #19ABE0;
}

.cat-pad:nth-child(4n+3) .cat-pad-header h2 {
    background: #68b207;
}

.cat-pad:nth-child(4n+4) .cat-pad-header h2 {
    background: #da251c;
}

.cat-pad-header h2 a {
    color: #fff;
    font-size: 1.25em;
    white-space: nowrap;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

    .cat-pad-header h2 a img {
        width: 24px;
        max-height: 24px;
        margin-right: 10px;
        vertical-align: middle;
        -moz-filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.cat-pad-header h2:after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-width: 18px;
    border-style: solid;
    border-color: transparent #FFF transparent transparent;
    right: 0;
    top: 0;
}

.cat-pad-top {
    float: right;
}

    .cat-pad-top li {
        float: left;
        padding: 0 20px;
        position: relative;
    }

        .cat-pad-top li:last-child {
            padding-right: 10px;
        }

            .cat-pad-top li:last-child:after {
                content: "»";
                font-size: 1.3em;
                padding-left: 10px;
                color: #999;
            }

.cat-pad:nth-child(4n+1) .subcat-pad {
    border-color: #ffb909;
}

.cat-pad:nth-child(4n+2) .subcat-pad {
    border-color: #19ABE0;
}

.cat-pad:nth-child(4n+3) .subcat-pad {
    border-color: #68b207;
}

.cat-pad:nth-child(4n+4) .subcat-pad {
    border-color: #da251c;
}

.subcat-pad {
    width: 229px;
    height: 472px;
    overflow: hidden;
    background: #f6f6f6;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.subcat-pad-main {
    padding-top: 10px;
}

    .subcat-pad-main .subcat-item {
        padding: 0 10px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .subcat-pad-main .subcat-item:hover,
        .subcat-pad-main .subcat-item:hover a {
            color: #fff;
        }

        .subcat-pad-main .subcat-item.more {
            text-align: right;
        }

            .subcat-pad-main .subcat-item.more:after {
                content: "»";
                font-size: 1.3em;
                padding-left: 10px;
                color: #999;
            }

.cat-pad .subcat-item.more:hover {
    background: none !important;
    color: #333;
}

.subcat-pad-main .subcat-item.more:hover a {
    color: #333;
}

.cat-pad:nth-child(4n+1) .subcat-item:hover {
    background: #ffb909;
}

.cat-pad:nth-child(4n+2) .subcat-item:hover {
    background: #19ABE0;
}

.cat-pad:nth-child(4n+3) .subcat-item:hover {
    background: #68b207;
}

.cat-pad:nth-child(4n+4) .subcat-item:hover {
    background: #da251c;
}

.subcat-brand-item {
    display: block;
    border: 1px solid #ddd;
    margin: 15px 20px;
    height: 60px;
    border-radius: 4px;
    background: #fff;
}

    .subcat-brand-item img {
        max-width: 120px;
        max-height: 30px;
        display: block;
        margin: 15px auto;
    }

.home-product-pad {
    border: 1px solid;
    border-top: none;
    border-left: 1px solid #DDD;
    overflow: hidden;
}

.cat-pad:nth-child(4n+1) .home-product-pad {
    border-color: #ffb909;
}

.cat-pad:nth-child(4n+2) .home-product-pad {
    border-color: #19ABE0;
}

.cat-pad:nth-child(4n+3) .home-product-pad {
    border-color: #68b207;
}

.cat-pad:nth-child(4n+4) .home-product-pad {
    border-color: #da251c;
}

.home-product-banner {
    overflow: hidden;
}

    .home-product-banner img {
        width: 100%;
    }

.home-product-list .list-product-item:first-child {
    border-left: none;
}

.list-product-item {
    width: 200px;
    height: 240px;
    overflow: hidden;
    border-left: 1px solid #ddd;
    position: relative;
}

.corner-ribbon.top-right {
    width: 100px;
    /*background: #e43;*/
    position: absolute;
    top: 5px;
    left: auto;
    right: -28px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e43;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.list-product-discount {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    background: #0089e0;
    pointer-events: none;
}

    .list-product-discount span {
        padding: 0 6px;
        color: #fff;
    }

        .list-product-discount span:before {
            content: "";
            float: left;
            position: absolute;
            top: 0;
            left: -15px;
            width: 0;
            height: 0;
            border-color: transparent #0089e0 transparent transparent;
            border-style: solid;
            border-width: 15px 15px 15px 0;
            z-index: 1;
        }

        .list-product-discount span:after {
            content: "";
            position: absolute;
            top: 13px;
            left: -5px;
            float: left;
            width: 4px;
            height: 4px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            -moz-box-shadow: -1px -1px 2px #004977;
            -webkit-box-shadow: -1px -1px 2px #004977;
            box-shadow: -1px -1px 2px #004977;
        }

.info-gift {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(246,69,129,0.8);
    z-index: 999;
    position: relative;
    padding: 5px;
    display: none;
    color: #FFFFFF;
    font-size: 0.9em;
    bottom: 45px;
    top: -1px;
}

.list-product-gift.active {
    /*width: calc(100% - 10px);*/
    height: 32px;
    background: url(images/gift-24.png) no-repeat 12px center;
    border-radius: 4px;
    top: 5px;
    left: 5px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

    .list-product-gift.active:before {
        content: "Tặng quà";
        line-height: 25px;
        font-size: 0.85em;
        font-weight: 500;
        display: block;
        margin-top: 28px;
        color: #DA251C;
        border-radius: 3px;
        background: rgba(255,255,255,0.8);
        width: 60px;
        text-transform: uppercase;
    }

.list-product-gift.promo.active {
    top: 128px;
    right: 5px;
    left: auto;
}

    .list-product-gift.promo.active .info-gift {
        top: 35px;
    }

        .list-product-gift.promo.active .info-gift:after {
            right: 10px;
            left: auto;
        }

.info-gift a {
    color: #fff;
    display: block;
}

    .info-gift a:hover {
        color: #fff;
        display: block;
    }

.name-gift {
    width: 180px;
    height: 30px;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 15px;
}

.list-product-gift:hover .info-gift {
    display: block;
}

    .list-product-gift:hover .info-gift:after,
    .list-product-gift.hover .info-gift:after {
        position: absolute;
        content: "";
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f64581;
        top: -6px;
        left: 22px;
        opacity: 0.8;
    }

.list-product-thumb {
    text-align: center;
    overflow: hidden;
    height: 150px;
    margin: 10px;
    display: block;
}

span.image-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

    span.image-thumb a {
        display: table-cell;
        vertical-align: middle;
    }

.list-product-thumb img {
    max-width: 100%;
    max-height: 150px;
}

    .list-product-thumb img.is-thumb {
        max-width: none;
        max-height: none;
    }

.home-product-pad .home-product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.home-product-freeship {
    margin: 0 10px;
    position: relative;
}

.list-product-freeship {
    background: rgba(255, 185, 9, 0.28) url(images/free-shipping-25.png)no-repeat 5px 0;
    margin: 5px 0;
    line-height: 25px;
    width: 100%;
    display: inline-block;
    text-indent: 35px;
    color: #68B207;
}

.txt-product-freeship {
    background: rgb(104, 178, 7) url(images/Free-ship-white.png)no-repeat 5px center;
    text-indent: 35px;
    position: absolute;
    line-height: 25px;
    width: 100%;
    border-radius: 3px;
    color: #FFFFFF;
    bottom: 5px;
}

.product-list-item-right .home-product-freeship {
    position: absolute;
}

.product-list-item-right .txt-product-freeship {
    position: initial;
    margin-top: 145px;
    padding-right: 10px;
}

.home-product-title a {
    font-weight: 700;
    margin: 0 10px;
    display: block;
    overflow: hidden;
}

.name-brand {
    margin: 2px 10px;
}

    .name-brand a {
        color: #080;
    }

.list-product-item:hover .home-product-title a {
    color: #da251c;
}

.list-product-price {
    margin: 0 10px;
    clear: both;
}

    .list-product-price span {
        white-space: nowrap;
    }

.list-product-meta-price {
    color: #da251c;
    font-weight: 700;
    font-size: 1.1em;
}

.list-product-old-price {
    text-decoration: line-through;
    font-size: 0.9em;
    color: #555;
}

.content-Right .xst-pad {
    top: inherit;
    bottom: 0;
}

.xst-pad {
    display: block;
    position: absolute;
    top: 70px;
    width: 90%;
    margin: 10px;
    padding: 3px 7px;
    font-size: 0.9em;
    line-height: 18px;
    font-family: Arial;
    border-radius: 3px;
    color: #FFF;
    background: rgba(102, 102, 102, 0.3);
    z-index: 20;
}

.xst-br {
    display: inline-block;
    text-align: left;
}

.xst-val {
    display: inline-block;
    float: right;
}

.xst-qty {
    background: #FFF;
    padding: 1px 3px;
    border-radius: 2px;
}

    .xst-qty.msQty {
        color: blue;
    }

    .xst-qty.msBkQty {
        color: red;
    }

    .xst-qty.msBadQty {
        color: #888;
    }

    .xst-qty.msRealQty {
        color: gold;
    }

    .xst-qty.msQty0 {
        color: #808080;
        font-weight: normal;
    }

.list-product-item:hover .xst-pad,
.product-catalog-item:hover .xst-pad,
.row-prod.prod-item:hover .xst-pad {
    background: rgba(102,102,102,.8);
}

.list-product-item:hover .xst-qty,
.product-catalog-item:hover .xst-qty {
    background: none;
    color: #fff;
}

#footer {
    background: #efefef;
    border-top: 1px solid #d5d5d5;
    margin-top: 20px;
}

    #footer .container {
        padding: 10px 0;
    }

.footer-info {
    /*    width: 20%;*/
    display: inline;
    padding: 0;
}

    .footer-info h2, .footer-info .h2 {
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .footer-info li {
        line-height: 25px;
    }

.footer-meta-info {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin: 10px 0;
}

    .footer-meta-info h3 {
        text-transform: uppercase;
        font-size: 1.4em;
    }

        .footer-meta-info h3 i {
            text-transform: none;
            display: inline-block;
            font-size: 0.9em;
        }

            .footer-meta-info h3 i:before {
                content: " - ";
            }

.footer-apps {
    margin-bottom: 5px;
}

.footer-meta-brand {
    width: 50%;
    display: inline-block;
}

.footer-meta-info-brand {
    margin-top: 10px;
}

    .footer-meta-info-brand .brand-name {
        font-weight: 700;
    }

        .footer-meta-info-brand .brand-name i {
            font-weight: 100;
        }

    .footer-meta-info-brand .item span {
        padding-right: 5px;
        font-weight: 700;
        display: inline-block;
    }

    .footer-meta-info-brand .item .phone-number {
        font-weight: normal;
    }

.footer-info .footer-social.title {
    line-height: 45px;
    padding-right: 5px;
}

.footer-info .footer-social-item {
    line-height: 30px;
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
}

.footer-verified.title {
    line-height: 40px;
}

.footer-verified {
    padding-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
}

.footer-verified-title {
    font-weight: 700;
}

.footer-app-item {
    margin-right: 10px;
}

.footer-verified-item {
    position: relative;
    border: solid 1px #ddd;
    margin-right: 10px;
    padding: 0;
    height: 57px;
    text-align: center;
    font-size: 12px !important;
    vertical-align: middle;
}

    .footer-verified-item img {
        height: 57px;
        width: auto;
        margin-right: 10px;
    }

.footer-bottom {
    font-size: 0.95em;
    margin-top: 10px;
}

#tl_pop {
    z-index: 2000;
}

.vn_trusted_text {
    margin-right: 0;
    padding-top: 20px;
}

.footer-payment {
    margin-top: 5px;
    display: table;
}

    .footer-payment.title {
        margin-right: 10px;
    }

    .footer-payment.img {
        background: url(images/visa-mastercard.png)no-repeat right center;
        height: 39px;
        width: 258px;
    }

.attri-sel.size .i-view-more {
    left: 250px;
}

#detailpage .list-prod-related {
    width: 100%;
}

.delivery-type .icon {
    margin-right: 10px;
}

#scrolltop {
    background-color: #DA251C;
    bottom: 2em;
    color: #fff;
    display: none;
    text-align: center;
    opacity: 0.5;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    position: fixed;
    right: 1.5em;
    text-decoration: none;
    z-index: 99;
}

    #scrolltop .fa {
        font-size: 1.3em;
    }

    #scrolltop:hover {
        opacity: 1;
        transition: 1s;
    }

.info-prod.prod-price.salefree {
    margin: 10px 0;
    border: 1px dashed #68B207;
    line-height: 22px;
    position: relative;
}

    .info-prod.prod-price.salefree .promo-free-title {
        background: rgba(104, 178, 7, 0.41);
        font-weight: 500;
        padding: 5px 10px;
        text-indent: 40px;
        color: #fff;
    }

    .info-prod.prod-price.salefree:before {
        background: url(images/free.png) no-repeat;
        content: "";
        width: 64px;
        height: 64px;
        position: absolute;
        left: -16px;
        top: -16px;
    }

    .info-prod.prod-price.salefree .promo-free {
        display: block;
        margin: 5px 10px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #68B207;
    }

    .info-prod.prod-price.salefree li:last-child .promo-free {
        border-bottom: none;
    }

    .info-prod.prod-price.salefree a .title {
        font-size: 1.1em;
        color: #68B207;
    }

    .info-prod.prod-price.salefree .more {
        font-size: 0.9em;
    }



.prod-select-price-item {
    margin-right: 20px;
    display: inline-block;
}

.prod-descp img {
    max-width: 100%;
    max-height: calc(100vh - 50px);
    width: auto;
}

.prod-descp a[href$='.pdf'], .prod-descp a[href$='.PDF'] {
    padding: 5px;
    border-radius: 3px;
    background: url(images/pdficon_small.png) no-repeat left center;
    padding-left: 20px;
}

.catalog-bar, .cat-bar {
    background: #19ABE0;
    margin-bottom: 10px;
    line-height: 25px;
    padding: 5px 0 0 5px;
    width: 100%;
}

    .catalog-bar.sticky {
        z-index: 999;
    }

.cat-bar-item {
    padding: 0 10px;
    line-height: 25px;
    color: #FFF;
    display: inline-block;
}

    .cat-bar-item.active {
        border-radius: 3px 3px 0 0;
        background: #FFF;
        color: #19ABE0;
        display: inline-block;
    }

#cart-popup {
    z-index: 3000 !important;
}

.list-brand-search {
    margin: 5px 0;
}

    .list-brand-search .q-brand-search {
        margin: 5px 0 5px 10px;
        border: 1px solid #ddd;
        border-radius: 3px 0 0 3px;
        line-height: 24px;
        outline: none;
        padding: 0 5px;
        width: calc(100% - 46px);
    }

    .list-brand-search .btn-brand-search {
        text-indent: 100px;
        width: 26px;
        height: 26px;
        border-radius: 0 3px 3px 0;
        overflow: hidden;
        background: #68B207 url(images/search-icon-20.png) no-repeat center;
        border: 1px solid #68b207;
        margin: 0 0 0 -4px;
        line-height: 22px;
        outline: none;
    }

.list-brand-filter .list-brand-check, .list-size-filter .list-brand-check {
    max-height: 305px;
    overflow-y: auto;
}

.container ::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px;
}
/* Ray truot */
.container ::-webkit-scrollbar-track {
    background: #fafafa;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 5px;
}
/* Con truot */
.container ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #eee;
    border: 1px solid #ddd;
    border-right: none;
}

    .container ::-webkit-scrollbar-thumb:active {
        background: #ccc;
    }

a.btn-admin-edit {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 4px;
    line-height: 24px;
    font-size: 0.9em;
    color: #FFFFFF;
    text-indent: 28px;
    background: rgba(218,37,28,0.7) url('images/Edit.png') no-repeat 5px center;
    display: none;
    z-index: 99;
}

.promo-item {
    border-bottom: 1px dashed #ffb909;
    min-height: 70px;
}

    .promo-item:hover .btn-admin-edit {
        display: block;
    }


.btn-admin-edit.btn-global {
    position: fixed;
    top: 40px;
    width: 34px;
    height: 34px;
    right: 0;
    border-radius: 17px;
    line-height: 35px;
    text-align: center;
    z-index: 2000;
    opacity: 0.4;
    box-shadow: 0 2px 5px #ddd;
}

    .btn-admin-edit.btn-global:hover,
    .btn-admin-edit.btn-global > a:hover {
        opacity: 1;
    }

    .btn-admin-edit.btn-global > a {
        color: #fff;
        width: 34px;
        height: 34px;
        background: #DA251C;
        display: block;
        margin-bottom: 1px;
        border-radius: 3px 0 0 3px;
    }

        .btn-admin-edit.btn-global > a.seo {
            background: #c924d5;
        }

@media (min-width:768px) {
    .container {
        width: 780px;
    }

    .subcat-pad,
    #homepage .leftNavMenu,
    #aboutpage .leftNavMenu,
    #search0page .leftNavMenu,
    .account-link-pad,
    .cart-link-pad,
    .cheap-label,
    .search-cat,
    .content-Right,
    .bar-buy.prod-name,
    .Page-left,
    .prod-rate.catalog-m span,
    .sub-links,
    .support-info-left,
    .slider-nav h3.slider-nav-title,
    .slider-nav li:last-child,
    .ticker-promo-box,
    .catalog-bar,
    .button-buy:after {
        display: none;
    }

    .slider-nav {
        width: 74px;
    }

    #homepage .top-home-nav.hover .leftNavMenu,
    #aboutpage .top-home-nav.hover .leftNavMenu,
    #search0page .top-home-nav.hover .leftNavMenu,
    #toplink,
    .bx-contact {
        display: block;
    }

    .home-product-pad {
        height: 510px;
    }

    #center .container {
        display: table;
    }

    #detailpage .prod-offer {
        width: 477px;
    }

    #detailpage .more-support {
        width: 253px;
        float: right;
    }

    .info-prod.info-price.prod-select-price .title {
        display: inline-block;
    }

    #header {
        background: #FFF;
    }

    .account,
    .cart {
        width: 40px;
        margin: 0 20px 0 0;
    }

        .account.hover .acc-login,
        .account.hover .account-box {
            right: -60px;
        }

        .cart.hover .cart-box:before,
        .cart.hover .cart-box:after {
            right: 35px;
        }

        .account.hover .acc-login:before,
        .account.hover .acc-login:after,
        .account.hover .account-box:before,
        .account.hover .account-box:after {
            right: 75px;
        }

    .label-search {
        width: 350px;
    }

    .home-slider {
        /*Fix loi bi co lai trong IE vs Safari*/
        /*width: 752px;*/
        height: 300px;
    }

    .img-slider-load {
        width: 752px;
    }

    .slider {
        left: 0;
    }

    #detailpage .content-Left {
        width: 750px;
    }

    .slider img {
        width: 750px;
        height: 300px;
    }

    .leftSubNavMenu {
        width: 552px;
    }

    .home-product-banner {
        width: 750px;
        height: 270px;
    }

    .home-product-list {
        height: 239px;
        overflow: hidden;
    }

    #catpage .Slider-banner .slides {
        width: 750px;
        height: 267px;
    }

    .list-product-item {
        width: 186px;
    }

    .footer-meta-brand,
    .pad-order-right {
        width: 100%;
    }

    .footer-verified {
        float: left;
    }

    .Page-right {
        width: 750px;
        margin: 0;
    }

    .product-catalog-item {
        width: 175px;
        margin: 0 5px;
    }

    #contenedor {
        width: 768px;
    }

    #detailpage .top-info-right {
        width: 100%;
        margin-left: 0;
    }

    #detailpage .list-product-item-related {
        width: 188px;
    }

    .footer-info {
        width: 33%;
    }

    .footer-meta-info h3 {
        font-size: 1.3em;
    }

    .rate-comments {
        width: 470px;
        border-left: 1px solid #ddd;
        padding-left: 20px;
    }

    .checkout-left {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .account-row-left,
    .wrap-profiles-address {
        width: 100%;
    }

    .product-list-title .product-list-count,
    .product-list-details .product-list-count {
        width: 10%;
    }

    .product-list-title .product-list-status,
    .product-list-details .product-list-status {
        width: 10%;
    }

    .product-list-title .product-list-date,
    .product-list-details .product-list-date,
    .product-list-title .product-list-id,
    .product-list-details .product-list-id,
    .product-list-title .product-list-price,
    .product-list-details .product-list-price,
    .product-list-title .product-list-total-price,
    .product-list-details .product-list-total-price {
        width: 14%;
    }

    .order-complete-product-list .product-list-title .product-list-id,
    .order-complete-product-list .product-list-details .product-list-id,
    .order-complete-product-list .product-list-title .product-list-price,
    .order-complete-product-list .product-list-details .product-list-price,
    .order-complete-product-list .product-list-title .product-list-total-price,
    .order-complete-product-list .product-list-details .product-list-total-price {
        width: 15%;
    }

    .order-complete-product-list .product-list-title .product-list-status,
    .order-complete-product-list .product-list-details .product-list-status {
        width: 0;
    }

    .order-complete-product-list .product-list-title .product-list-name,
    .order-complete-product-list .product-list-details .product-list-name {
        width: 45%;
    }

    .promo-wrap .promo-item {
        width: 29%;
        border: 1px solid #fff;
        height: 382px;
        margin: 10px 2%;
    }

    .promo-item .promo-more {
        display: none;
        position: absolute;
    }

    .Promo-product-item {
        width: 212px;
    }
}

@media (min-width:992px) {
    .container {
        width: 1000px;
    }

    .header {
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        padding: 12px 0 0 0;
    }

    .account-link-pad,
    .cart-link-pad,
    .delivery-type .icon,
    .bar-buy.prod-name,
    .prod-rate.catalog-m span,
    .form-item-title,
    .bx-contact {
        display: none;
    }

    #detailpage .more-support {
        width: 100%;
    }

    #homepage .leftNavMenu,
    #search0page .leftNavMenu,
    .cheap-label,
    .search-cat,
    .content-Right,
    #toplink,
    #stickyheader .item1,
    .Page-left,
    .sub-links,
    .support-info-left,
    .slider-nav li:last-child,
    .ticker-promo-box,
    #aboutpage .leftNavMenu {
        display: block !important;
    }

    .footer-meta-brand {
        width: 50%;
    }

    .footer-verified {
        float: right;
    }

    .checkout-wrap .checkout-col {
        float: right !important;
        margin-left: 20px !important;
    }

    #checkout-info {
        float: left !important;
        margin: 0 !important;
    }

    .ticker-promo-box {
        width: 500px;
    }

    .slider-nav {
        width: 73px;
    }

    .pad-order-right {
        width: calc(100% - 220px);
    }

    #header {
        background: #FFF;
    }

    .footer-info-last {
        float: right;
        margin-top: 10px;
    }

    .account,
    .cart {
        width: 40px;
    }

        .account.hover .acc-login,
        .account.hover .account-box {
            right: -60px;
        }

        .cart.hover .cart-box:before,
        .cart.hover .cart-box:after {
            right: 35px;
        }

        .account.hover .acc-login:before,
        .account.hover .acc-login:after,
        .account.hover .account-box:before,
        .account.hover .account-box:after {
            right: 75px;
        }

    .home-slider {
        height: 375px;
        margin-left: 200px;
        width: unset;
    }

    #homepage .brand-pad {
        margin-left: 200px;
    }


    .slider img {
        width: 970px;
        height: 375px;
    }

    .leftSubNavMenu {
        width: 771px;
    }

    .label-search {
        width: 500px;
    }

    .subcat-pad {
        display: block;
        height: 510px;
    }

    .info-prod.prod-old-price {
        FLOAT: LEFT;
        margin-right: 20px;
    }

    .home-product-pad {
        width: 741px;
        border-left: 1px solid #ddd !important;
    }

    .home-product-banner {
        width: 100%;
        height: 270px;
    }

    #catpage .Slider-banner .slides {
        width: 753px;
        height: 267px;
    }

    .list-product-item {
        width: 192px;
    }

    .footer-meta-info h3 i {
        display: inline-block;
    }

    /*
    .footer-meta-info-brand {
        width: 50%;
    }
*/

    #detailpage .top-info-right {
        width: 450px;
        margin-left: 20px;
    }

    #detailpage .prod-offer {
        width: 450px;
    }

    #detailpage .sup-item:hover .info-help-phone {
        right: -118px;
    }

    #detailpage .content-Left {
        width: 650px;
    }

    #detailpage .list-product-item-related {
        width: 217.5px;
    }

    #contenedor {
        width: 500px;
    }

    .footer-info {
        width: 20%;
    }

    .footer-meta-info h3 {
        font-size: 1.4em;
    }

    .Page-right {
        width: 753px;
        margin-left: 15px;
    }

    .product-catalog-item {
        width: 185px;
        margin: 0 0 20px 0;
    }

    .rate-comments {
        width: 380px;
        padding-left: 22px;
    }

    /*#stickyheader .item1 {
        width: 434px;
    }*/

    .checkout-wrap .checkout-col {
        width: 474px;
    }

    .checkout-left {
        margin: 0 0 0 20px;
    }

    .account-row-left,
    .wrap-profiles-address {
        width: 50%;
    }

    .promo-wrap .promo-item {
        height: 436px;
    }

    .Promo-product-item {
        width: 206px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1236px;
    }

    .Page-left {
        width: 230px !important;
    }

    #homepage .leftNavMenu,
    #aboutpage .leftNavMenu,
    #search0page .leftNavMenu,
    .account-link-pad,
    .cart-link-pad,
    .cheap-label,
    .search-cat,
    .delivery-type .icon,
    .content-Right,
    #toplink,
    .info-support,
    .bar-buy.prod-name,
    #stickyheader .item1,
    .prod-rate.catalog-m span,
    .Page-left,
    .sub-links,
    .form-item-title,
    .support-info-left,
    .slider-nav li:last-child,
    .slider-nav h3.slider-nav-title,
    .bx-contact {
        display: block;
    }

    .slider-nav {
        width: 250px;
    }

    .pad-order-right {
        width: calc(100% - 220px);
    }

    .ticker-promo-box {
        width: 600px;
    }

    #header {
        background: #FFF;
    }

    .account {
        width: 170px;
    }

        .account.hover .acc-login,
        .account.hover .account-box {
            right: 10px;
        }

    .cart {
        width: 150px;
    }

        .cart.hover .cart-box:before,
        .cart.hover .cart-box:after {
            right: 145px;
        }

    .cart-box-inner .close {
        display: none;
    }

    .account.hover .acc-login:before,
    .account.hover .acc-login:after,
    .account.hover .account-box:before,
    .account.hover .account-box:after {
        right: 135px;
    }

    .home-slider {
        margin-left: 231px;
        margin-top: 1px;
        height: 375px;
        width: unset;
    }


    .slider img {
        width: 976px;
        height: 375px;
    }

    .label-search {
        width: 500px;
    }

    .leftSubNavMenu {
        width: 977px;
    }

    .home-product-pad {
        width: 977px;
        height: 510px;
        border-left: 1px solid #ddd !important;
    }

    .home-product-banner {
        width: 976px;
        height: 270px;
    }

    .list-product-item {
        width: 192.7px;
    }

    /*
    .subcat-pad {
        display: block;
        height: 510px;
        overflow: hidden;
    }
*/

    #catpage .Slider-banner .slides {
        width: 953px;
        height: 267px;
    }

    .footer-meta-info h3 i {
        display: inline-block;
    }

    #detailpage .top-info-right {
        width: 686px;
        margin-left: 20px;
    }

    #detailpage .prod-offer {
        width: 441px;
    }

    .info-prod.prod-old-price {
        float: none;
    }

    /*#stickyheader .item1 {
        width: 434px;        
    }*/

    #stickyheader .item2 {
        width: auto;
    }

    #detailpage .more-support {
        width: 223px;
        float: right;
    }

    .checkout-wrap .checkout-col {
        width: 574px;
    }

    #detailpage .sup-item:hover .info-help-phone {
        right: -150px;
    }

    #detailpage .content-Left {
        width: 855px;
    }

    #detailpage .list-product-item-related {
        width: 214.7px;
    }

    #contenedor {
        width: 500px;
    }

    .footer-info {
        width: 20%;
    }

    .footer-meta-info h3 {
        font-size: 1.4em;
    }

    .Page-right {
        width: 953px;
    }

    .product-catalog-item {
        width: 216px;
        margin-right: 18px;
    }

    .rate-comments {
        width: 540px;
        padding-left: 25px;
    }

    .promo-wrap .promo-item {
        height: 420px;
    }

    .Promo-product-item {
        width: 198px;
    }
}

@media print {
    .order-complete {
        font-family: "Times New Roman", Georgia, Serif;
    }

    #checkoutCompletepage #header,
    #checkoutCompletepage .pad-order-right .row-message,
    #checkoutCompletepage #footer {
        display: none;
    }

    .order-complete {
        border: none !important;
        box-shadow: none !important;
    }

    .order-complete-inner {
        padding: 0 !important;
    }
}


#brandpage .cat-tree-item a:after {
    display: none;
}

#brandpage .cat-tree-nav {
    margin-left: 5px;
}

.box-brand {
    width: 100%;
}

.img-brand img {
    width: 190px;
    vertical-align: middle;
    padding: 25px 0;
    margin-left: 5px;
}

.description-brand {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .description-brand h2, .description-brand .h2 {
        font-size: 18px;
    }

.info-brand-detail {
    width: 100%;
    text-align: justify;
    line-height: 24px;
    padding: 5px;
    position: relative;
}

    .info-brand-detail h2, .info-brand-detail .h2 {
        font-size: 16px;
        color: #0092db;
    }

    .info-brand-detail p {
        margin-top: 10px;
    }

    .info-brand-detail ul li:before {
        width: 4px;
        height: 4px;
        line-height: 4px;
        content: "";
        border-radius: 4px;
        position: absolute;
        background-color: gray;
        margin-top: 10px;
        margin-left: -10px;
    }

    .info-brand-detail ul li {
        margin-left: 20px;
    }

    .info-brand-detail img {
        width: 100%;
    }

#searchpage .cat-tree-item a:after {
    display: none;
}

.key-search {
    font-weight: 600;
}

    .key-search:first-letter {
        text-transform: uppercase;
        margin-left: 5px;
    }

.more-list-prod {
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
    width: 100%;
}


#orderpage {
    background-color: #fff;
}

    #orderpage .order-wrap {
        width: 100%;
    }

.order-wrap .title-cart {
    background-color: #fff;
}

.order-wrap .cart-product-name {
    width: 58%;
}

.order-wrap .cart-product-count, .order-wrap .cart-product-price, .order-wrap .cart-product-money {
    width: 10%;
}

.order-wrap .checkout-footer-right {
    width: 32%;
    float: right;
    margin-right: 2%;
}

    .order-wrap .checkout-footer-right .text-bill {
    }

.pad-order.Prod-credit {
    width: auto;
    margin-top: 20px;
}

.button-print.Prod-credit {
    width: auto;
    float: right;
}

.pad-order .button-buy {
    margin: 0px;
    width: 180px;
}

.button-print .button-buy {
    margin: 0px;
    width: 146px;
    background-color: green;
}

.button-print .btn-order {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 32px;
    text-decoration: none;
}

.button-print .btn-order-icon {
    height: 32px;
    width: 40px;
}

.pad-order .text-btn {
    width: auto;
}

.button-print .text-btn {
    width: auto;
    line-height: 32px;
}
/*style trang checkoutcomplete*/

.text-message {
    padding: 10px;
}

.buy-continue {
    width: 50%;
}

.wrap-checkout-complete {
    width: 100%;
}

.checkout-complete-center {
    width: 100%;
}

.row-message {
    width: 100%;
    text-align: justify;
    padding-bottom: 5px;
}

.checkout-complete-top {
    margin: 10px 0px;
}

    .checkout-complete-top h2 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

.icon-print {
    background: url(images/Print-20.png) no-repeat center center;
    border-right: 1px solid #4da64d;
}

.support-info-left {
    width: 200px;
}

.pad-support-warp {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.title-support-item {
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px dashed #ddd;
    width: calc(100% - 5px);
}

.sup-item-row {
    padding: 5px;
}

.sup-item-row-add {
    margin-left: 22px;
    line-height: 18px;
}

.sales-support .sup-item {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

    .sales-support .sup-item.last {
        border-bottom: none;
    }

.sales-support .icon-support {
    margin-left: 20px;
}

.warranty-support {
    width: 100%;
}

.warranty-supp-title {
    width: calc(100% - 5px);
    background-color: #efefef;
    line-height: 30px;
    padding-left: 5px;
}

.warranty-supp-row {
    padding-left: 5px;
    line-height: 22px;
    margin-top: 8px;
}

.warranty-phone-item span {
    margin-left: 10px;
}

.warranty-supp-row .fa-phone, .warranty-supp-row .fa-envelope {
    margin-right: 5px;
}

.warranty-supp-row a {
    color: #0092db;
}

.hour-warranty {
    font-size: 0.9em;
}

.warranty-phone-item {
    padding-left: 19px;
}

    .warranty-phone-item:before {
        border-left: 5px solid #888;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        content: "";
        margin-top: 4px;
    }

.pad-order-right {
    margin-right: 5px;
    margin-bottom: 20px;
}

.order-complete {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px 1px #f5f5f5;
    font-size: 1.05em;
}

.order-complete-inner {
    padding: 40px;
}

.order-complete-header-left {
    display: inline-block;
}

.order-complete-header-right {
    float: right;
}

.company-logo img {
    width: 110px;
}

.company-order-name {
    margin-left: 10px;
}

.company-order h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.bar-code {
    margin-right: 20px;
}

.ordercomplete-row {
    margin-top: 10px;
    clear: both;
}

.payment-method, .shipping-method {
    float: left;
    width: 50%;
}

    .order-font, .payment-method .title, .shipping-method .title {
        font-weight: 700;
    }

.order-complete-middle-left, .order-complete-middle-right {
    width: 48%;
    margin-right: 2%;
    margin-top: 20px;
}

.billing-address {
    line-height: 25px;
    margin-bottom: 20px;
}

.billing-add-title h3,
.order-complete-product h3 {
    font-size: 17px;
    font-weight: 700;
}

.billing-add-title h3 {
    margin-bottom: 10px;
}

.order-complete-product h3 {
    margin-top: 15px;
}

.body-address-details {
    width: 100%;
}

    .body-address-details li {
        display: block;
        clear: both;
    }

    .body-address-details .after {
        display: inline;
        table-layout: fixed;
    }

.billing-add-item {
    min-width: 111px;
    font-weight: 700;
    padding-right: 10px;
    display: inline-block;
}

.order-complete-product-list {
    width: 100%;
    border: 1px solid #e3e3e3;
    clear: both;
}

    .order-complete-product-list .product-list-title {
        width: 100%;
        background-color: #f7f7f7;
        line-height: 26px;
        border-bottom: 1px solid #E3E3E3;
    }

.product-list-title li {
    float: left;
    border-right: 1px solid #eaeaea;
    font-weight: 700;
    padding: 2px 5px;
    height: 28px;
    display: table-cell;
    text-align: center;
    overflow: hidden;
}

    .product-list-title li:last-child {
        border-right: none;
    }

.group-product-list-item li {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #eaeaea;
}

    .group-product-list-item li:last-child {
        border-bottom: none;
    }

.product-list-details li {
    border: none !important;
}

.group-product-list-item .product-list-details {
    width: 100%;
    line-height: 30px;
}

.product-list-title .product-list-name {
    text-align: center;
}

.group-product-list .group-product-list-item {
    width: 100%;
    background-color: #fff;
}

.product-list-details .product-list-name {
    width: 30%;
    text-align: left;
    padding: 0 10px;
}

.pay-details {
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: right;
}

.total-bill-text {
    float: right;
    clear: both;
    margin-bottom: 20px;
}

.pay-details-item {
    margin-right: 15px;
    font-weight: 700;
}

.order-complete-note {
    clear: both;
    width: 100%;
}

.order-complete-note-inner {
    border: 1px dashed #ddd;
    padding: 10px;
}

.order-complete-end {
    clear: both;
    margin-top: 10px;
}

    .order-complete-end h3 {
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 400;
    }
/*style trang account*/
.wrap-account {
    width: 100%;
    background-color: #fff;
}

.wrap-account-left {
    width: 200px;
}

.account-left-inner {
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .account-left-inner .account-title {
        padding: 5px 0px 0px 5px;
        ;
        background: #f8f8f8;
    }

.icon-account {
    background: url(images/EditUser-20.png) no-repeat left center;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.account-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
}

.account-menu {
    padding: 5px 10px;
}

.account-menu-dropdown {
    line-height: 34px;
}

    .account-menu-dropdown li:nth-child(5) {
        display: none;
    }

    .account-menu-dropdown li a:hover {
        display: block;
        color: #19ABE0;
    }

    .account-menu-dropdown .fa, .edit-account .fa {
        margin-right: 5px;
    }

    .account-menu-dropdown li.active a {
        color: #19ABE0;
    }

.profiles-images {
    text-align: center;
    margin-top: 10px;
    position: relative;
}

    .profiles-images img {
        max-width: 100px;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .profiles-images:hover {
        cursor: pointer;
    }

        .profiles-images:hover .edit-avata {
            display: block;
        }

.edit-avata {
    width: 98px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    left: 50px;
    bottom: 21px;
    display: none;
}

    .edit-avata .fa {
        color: #fff;
        text-align: left;
        font-size: 0.9em;
        margin-right: 3px;
    }

.text-avata {
    color: #fff;
    font-size: 1em;
    line-height: 20px;
}

.wrap-account-right {
    width: calc(100% - 215px);
}

.wallet-section {
    border: none !important;
    margin-bottom: 30px !important;
}

h3.w-title {
    text-transform: inherit !important;
}

.account-row {
    width: 100%;
    margin-bottom: 15px;
}

.account-row-title {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 5px;
    clear: both;
}

.account-row-inner {
    width: 100%;
}

.account-row-left {
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
}

.wrap-profiles-address {
    padding: 0 10px 20px 10px;
}

.account-general {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
}

.account-row-left.account-address .account-general {
    min-height: 157px;
}

.account-lable h3 {
    font-weight: 500;
}

.profiles-address-top {
    width: 100%;
    line-height: 24px;
    margin-bottom: 10px;
    background: rgb(255, 246, 199);
    border-radius: 3px;
    padding: 5px 5px 0px 10px;
}

    .profiles-address-top h3, .profiles-coupon-top h3, .profiles-wishlist-top h3,
    .profiles-help-top h3, .profiles-feedback-top h3, .profiles-warranty-top h3 {
        font-weight: 500;
        font-size: 1.2em;
        color: #da251c;
    }

    .profiles-address-top .box-soft {
        padding-bottom: 3px;
        margin-top: -2px;
    }

        .profiles-address-top .box-soft .list-sort {
            padding: 0px;
        }

        .profiles-address-top .box-soft:after, .list-feedback-lable .box-soft:after, .list-warranty-lable .box-soft:after {
            display: inline-block;
            width: 0;
            height: 0;
            vertical-align: middle;
            border-top: 4px solid #888;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            content: "";
            margin-left: -15px;
        }

.account-lable {
    border-bottom: 1px dashed #ddd;
    line-height: 25px;
    margin-bottom: 7px;
}

.account-content {
    padding-left: 10px;
}

    .account-content .coupon-user {
        font-weight: 500;
        font-size: 1.1em;
        color: #da251c;
    }

    .account-content ul li {
        line-height: 28px;
    }

    .account-content .before {
        width: 100px;
    }

    .account-content .after {
        display: table-cell;
    }

.edit-account a:hover, .new-address a:hover {
    color: #19ABE0;
    cursor: pointer;
}

.ordered-info .account-lable {
    border-bottom: none;
}

.ordered-content {
    width: calc(100% - 22px);
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 10px;
}

    .ordered-content .product-list-title {
        width: 100%;
        background-color: #f7f7f7;
        line-height: 24px;
    }

    .ordered-content .product-list-name {
        width: 48%;
        text-align: center;
    }

    .ordered-content .group-product-list-account .product-list-name {
        text-align: left;
    }

    .ordered-content .group-product-list-account .product-list-price {
        text-align: right;
        padding-right: 10px;
        padding-left: 10px;
    }

.wrap-product-list-account, .group-product-list-account {
    width: 100%;
}

    .group-product-list-account .product-list-details {
        width: 100%;
        line-height: 30px;
    }

    .group-product-list-account li {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #f7f7f7;
        text-align: center;
        display: table-cell;
        line-height: 24px;
        padding: 2px 0;
    }

    .group-product-list-account > li:nth-child(2n) {
        background: rgb(252, 252, 252);
    }

    .group-product-list-account li:last-child {
        border: none;
    }

    .group-product-list-account a, .view-all-order a:hover {
        color: #19ABE0;
    }

.view-all-order {
    margin-top: 10px;
}

    .view-all-order .fa {
        margin-left: 5px;
    }



.select-option {
    width: 100px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
}

.star-require {
    color: #da251c;
    margin-left: 3px;
}

.update-wrap {
    margin-left: 220px;
    margin-top: 30px;
    clear: both;
}

.update-button {
    width: 150px;
    line-height: 34px;
    background-color: #19ABE0;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.profiles-coupon-top {
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: rgb(255, 246, 199);
}

.form-input-address {
    clear: both;
}

    .form-input-address .form-input-purchase {
        margin: 15px 7px;
    }

.new-address .fa, .add-default .fa {
    margin-right: 5px;
}

.name-member {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px;
    color: #68B205;
}

.add-member {
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.new-address {
    margin-right: 15px;
}

.add-default {
    margin-left: 10px;
    color: #19ABE0;
    display: none;
    float: right;
}

.wrap-profiles-address.active .add-default {
    display: block;
}

.account-lable.active .add-default {
    display: block;
    margin-top: -27px;
}

.wrap-profiles-address.active .delete-add {
    display: none;
}

.wrap-profiles-address.active .account-general {
    border: 1px solid #19ABE0;
    border-radius: 3px;
    background: rgba(217, 237, 247, 0.39);
}

.edit-account .delete-add {
    margin-left: 10px;
}

.wrap-profiles-address .edit-account {
    margin-left: 10px;
    margin-top: 10px;
}

.edit-account .fa-caret-right {
    margin-left: 5px;
}

.manager-order {
    width: 100%;
}

.total-bill-history {
    margin: 15px 12% 15px 0;
}

    .total-bill-history .total-order {
        border: none;
        font-size: 1.2em;
    }

.account-coupon-row {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 0 15px;
    border: 1px dashed #DDDDDD;
    border-radius: 3px;
    background-color: rgba(250,253,253,1);
    line-height: 35px;
}

    .account-coupon-row span {
        font-weight: 500;
        font-size: 1.1em;
        color: #da251c;
    }

.manager-coupon, .manager-wishlist {
    margin-top: 15px;
}

.coupon-list-title {
    width: 100%;
    background-color: #f7f7f7;
    line-height: 30px;
}

.group-coupon-list {
    width: 100%;
}

    .group-coupon-list li {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #f7f7f7;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.coupon-list-title li {
    float: left;
    border-right: 1px solid #eaeaea;
    font-weight: 500;
    text-align: center;
}

    .coupon-list-title li:last-child, .group-coupon-list li:last-child {
        border: none;
    }

.coupon-list-title .coupon-item, .coupon-list-details .coupon-item {
    padding-right: 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.coupon-list-title .coupon-date, .coupon-list-title .coupon-status,
.coupon-list-details .coupon-date, .coupon-list-details .coupon-status {
    width: 19%;
}

.coupon-list-title .coupon-id, .coupon-list-details .coupon-id {
    width: 10%;
}

.coupon-list-title .coupon-content {
    width: 50%;
}

.coupon-list-details {
    width: 100%;
}

    .coupon-list-details li {
        border: none;
    }

    .coupon-list-details .coupon-id {
        color: #19ABE0;
    }

    .coupon-list-details .coupon-content {
        width: calc(50% - 20px);
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .coupon-list-details a:hover {
        color: #19ABE0;
    }

.profiles-help-top {
    line-height: 31px;
}

.profiles-feedback-top, .profiles-warranty-top {
    border-bottom: 1px dashed #ddd;
    line-height: 31px;
}

.wrap-quick-help {
}

.quick-help-inner {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.quick-help-row {
    width: 100%;
    background-color: #f7f7f7;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

    .quick-help-row h3 {
        font-size: 1.2em;
        display: inline-block;
        vertical-align: middle;
    }

    .quick-help-row.first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .quick-help-row.last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom: none;
    }

    .quick-help-row input[type="checkbox"] + label span {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-left: 10px;
        background: url(images/PlusMath-20.png) no-repeat center center;
        border-color: #19ABE0;
    }

    .quick-help-row input[type="checkbox"]:checked + label span {
        background: url(images/minusMath-20.png) no-repeat center center;
        border-color: #19ABE0;
    }

.quick-help-detail {
    background-color: #fff;
    padding: 0 40px 5px 40px;
    line-height: 25px;
}

    .quick-help-detail p {
        padding: 5px 0;
    }

    .quick-help-detail ul li {
        margin-left: 20px;
    }

        .quick-help-detail ul li:before {
            width: 4px;
            height: 4px;
            line-height: 4px;
            content: "";
            border-radius: 4px;
            position: absolute;
            background-color: gray;
            margin-top: 10px;
            margin-left: -10px;
        }

.form-bookOrder {
    padding: 0 50px;
}

.group-book-row, .group-feedback-row, .group-warranty-row {
    line-height: 30px;
    margin: 15px 0px;
}

    .group-book-row.item .before {
        margin-top: 65px;
    }

    .group-book-row .before, .group-feedback-row .before, .group-warranty-row .before {
        width: 120px;
        font-weight: 500;
    }

    .group-book-row .input-text, .group-feedback-row .input-text, .group-warranty-row .input-text {
        width: 70%;
    }

        .group-book-row .input-text.book-price {
            width: 20%;
        }

.images-product-book {
    margin: 0px !important;
    height: 170px;
}

    .images-product-book a {
        cursor: pointer;
    }

    .images-product-book img {
        max-width: 230px;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

.group-book-row .update-button, .group-feedback-row .update-button, .group-warranty-row .update-button {
    margin-left: 120px;
}

.info-feedback, .wrap-warranty {
    padding: 10px 50px;
}

.group-feedback-row .select-option {
    width: 25%;
}

.content-input {
    width: calc(71% - 2px);
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 100px;
}

.group-feedback-row .input-text.patcha {
    width: 100px;
    margin-right: 15px;
}

.input-patcha {
    height: 30px;
}

.list-feedback-lable h3, .list-warranty-lable {
    font-size: 1.2em;
}

.list-feedback, .list-warranty {
    margin-top: 30px;
}

.feedback-row a, .feedback-row .fa-flag {
    color: #69b00a;
}

.feedback-detail, .warranty-detail {
    width: calc(100% - 5px);
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 10px;
}

.feedback-list-title, .warranty-list-title {
    width: 100%;
    background-color: #f7f7f7;
    line-height: 30px;
    font-weight: 500;
}

    .feedback-list-title li, .warranty-list-title li {
        float: left;
        border-right: 1px solid #eaeaea;
    }

        .feedback-list-title li:last-child, .warranty-list-title li:last-child {
            border-right: none;
        }

    .feedback-list-title .feedback-list-date, .feedback-list-title .feedback-list-status,
    .feedback-list-body .feedback-list-date, .feedback-list-body .feedback-list-status,
    .warranty-list-title .warranty-list-date, .warranty-list-title .warranty-list-status,
    .warranty-list-item .warranty-list-date, .warranty-list-item .warranty-list-status {
        text-align: center;
        width: 15%;
    }

    .feedback-list-title .feedback-list-content {
        text-align: center;
        width: calc(70% - 2px);
    }

    .warranty-list-title .warranty-list-product {
        text-align: center;
        width: calc(55% - 3px);
    }

.warranty-list-body {
    width: 100%;
}

.feedback-list-body {
    width: 100%;
    background-color: #fff;
}

.warranty-list-item {
    width: 100%;
    background-color: #fff;
    line-height: 30px;
    border-bottom: 1px dashed #efefef;
}

    .warranty-list-item.last {
        border-bottom: none;
    }

    .feedback-list-body li, .warranty-list-item li {
        float: left;
        line-height: 32px;
    }

.feedback-list-body .feedback-list-content {
    width: calc(70% - 22px);
    text-align: left;
    padding: 0 10px;
}

.warranty-list-item .warranty-list-product {
    width: calc(55% - 23px);
    text-align: left;
    padding: 0 10px;
}

.feedback-ask-row {
    width: 100%;
}

    .feedback-ask-row h3 {
        display: inline-block;
        vertical-align: middle;
    }

    .feedback-ask-row input[type="checkbox"] + label span {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: url(images/Plus-16.png) no-repeat center center;
        border-color: #fff;
    }

    .feedback-ask-row input[type="checkbox"]:checked + label span {
        background: url(images/minus-16.png) no-repeat center center;
    }

.feedback-answer {
    margin-left: 20px;
}

ul.feedback-ask li {
    line-height: 20px;
    background: url(images/Talk-16.png) no-repeat top left;
    padding-left: 17px;
}

ul.feedback-reply .feedback-icon {
    clear: both;
    display: block;
    padding-left: 20px;
}

.feedback-icon.reply {
    background: url(images/Assistant-16.png) no-repeat top left;
    font-style: italic;
    color: #888;
}

.title-reply a {
    color: #19ABE0;
    font-size: 0.9em;
    cursor: pointer;
}

.date-reply {
    color: #888;
    font-size: 0.9em;
}

.checkout-btn .fa {
    margin-right: 10px;
}

.pay-info-text .checkout-btn {
    margin-bottom: 20px !important;
}

.box-order-wrap {
    border: 1px solid #ddd;
    float: left;
}

ul.answer-tree li:last-child {
    background: #fff url(images/lastnode.png) no-repeat;
}


/*Slider danh muc*/
.slides {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .slides * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

    .slides input {
        display: none;
    }

.slide-container {
    display: block;
}

.slide {
    top: 0;
    opacity: 0;
    width: 976px;
    height: 270px;
    display: block;
    position: absolute;
    transform: scale(1);
    transition: all .7s ease-in-out;
    visibility: hidden;
}

    .slide img {
        max-width: 100%;
        max-height: 100%;
    }

.nav label {
    width: 50px;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    display: none;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    line-height: 270px;
    -webkit-text-shadow: 0 0 10px rgb(119, 119, 119);
    text-shadow: 0 0 15px rgb(119, 119, 119);
}

.slide + .nav label {
    opacity: 0.5;
}

.nav label:hover {
    opacity: 1;
}

.nav .banner-next {
    right: 0;
}

input:checked + .slide-container .slide {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    visibility: visible;
}

.slide > a {
    display: block;
}

.say-hello {
    font-weight: normal;
    color: #666;
}

input:checked + .slide-container .nav label {
    display: block;
}

.avatar-edit {
    display: inline-block;
}

.day_month {
    color: #888;
}

.weekday {
    color: #0094ff;
}

.Sunday {
    color: #f00;
    font-weight: bold;
}

.today {
    color: #080;
    font-weight: 500;
}

.yesterday {
    color: #da251c;
    font-weight: 500;
}

.error {
    color: #ff6a00;
    font-size: 0.95em;
}

#ajxInicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: rgba(255,255,255,0.5);
}

    #ajxInicator div {
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
        background: #F8ED98;
        padding: 10px;
        border-radius: 0 0 5px 5px;
        box-shadow: 10px 10px 5px rgba(50, 50, 50, 0.75);
        width: 320px;
    }

.job-qty {
    color: #333;
}

.jobs-list ul {
    margin: 10px 0;
}

.job_content li {
    position: relative;
    margin-left: 20px;
    list-style-position: inside;
    line-height: 25px;
}

    .job_content li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        background: #888;
        left: -12px;
        border-radius: 3px;
        top: 10px;
    }

.job_content h3 {
    font-weight: 700;
    font-size: 1.15em;
    color: #333;
    margin-top: 10px;
}

.job_content i,
.job_content em {
    font-style: italic;
}

.delivery-add select {
    width: 100%;
}

.btn-buy-primary {
    position: absolute;
    display: none;
}

#catalog {
    margin-top: 15px;
}

.form-mesages {
    color: #FD0000 !important;
    line-height: 22px;
    margin: 10px 0 !important;
}

    .form-mesages p:before {
        content: " - ";
    }

.prod-item {
    position: relative;
}

.number-buy .title {
    min-width: 100px;
    display: inline-block;
}

.info-spec.prod-brand .title,
.info-spec.prod-brand .info {
    display: table-cell;
}

.prod-brand .brand-link.more {
    margin-left: 10px;
    white-space: normal;
}

.prod-brand .brand-link {
    margin-right: 10px;
}

.stock {
    text-indent: 22px;
    line-height: 30px;
    height: 30px;
    font-weight: 500;
    display: inline-block;
}

    .stock.stk_y {
        background: url(images/Cart-Y.png) no-repeat 0 center;
        color: #009688;
    }

    .stock.stk_l {
        background: url(images/Talk.png) no-repeat 0 center;
        color: #19ABE0;
    }

    .stock.stk_s {
        background: url(images/Cart-S.png) no-repeat 0 center;
        color: #FFB909;
    }

    .stock.stk_n {
        background: url(images/Cart-N.png) no-repeat 0 center;
        color: #DA251C;
    }

td.ac-st {
    display: none;
}

.spot-ps {
    position: relative;
}

    .spot-ps nav {
        position: absolute;
        top: 36%;
        left: 0;
        width: 100%;
        height: 0px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .spot-ps:hover nav {
        visibility: visible;
        opacity: 0.8;
    }

    .spot-ps nav div {
        width: 100%;
        border-radius: 3px 3px 0 0;
        display: block;
        height: 100%;
        margin: 0 auto;
    }

        .spot-ps nav div label {
            display: block;
            width: 30px;
            height: 60px;
            font-size: 30px;
            padding: 12px 5px;
            margin: 0;
            background: rgba(255, 185, 9, 0.35);
        }

            .spot-ps nav div label i {
                display: block;
                color: rgb(255, 185, 9);
            }

                .spot-ps nav div label i:hover, .spot-ps nav div label:hover i {
                    color: #fff;
                }

            .spot-ps nav div label.number {
                float: left;
                padding: 5px;
                line-height: 20px;
                text-align: center;
                font-size: 1em !important;
                color: #fff;
            }

            .spot-ps nav div label.prev {
                border-radius: 0 60px 60px 0;
            }

            .spot-ps nav div label.next {
                border-radius: 60px 0 0 60px;
            }

.top-fb-like {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    line-height: 0;
    padding: 5px;
    border: solid 1px #fff;
    border-bottom: none;
    background: #fff;
}

    .top-fb-like:hover {
        border: solid 1px #da251c;
        border-bottom: none;
    }

a.notify-icon {
    position: fixed;
    bottom: 0;
    left: 10px;
    padding: 0 10px;
    background: #DA251C url(images/notify-icon.png) no-repeat 5px 2px;
    color: #FFF;
    border-radius: 3px 3px 0 0;
    line-height: 27px;
    text-indent: 24px;
    border: solid 1px #fff;
    border-bottom: none;
    z-index: 100;
}

.spec-conts {
    clear: both;
    margin: 20px auto;
    border-top: solid 1px #dddddd;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #c2e1f5;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #c2e1f5;
        border-width: 11px;
        margin-left: -11px;
    }

.desc-xeo {
    margin: 10px 0 10px 0;
    position: relative;
    background: #fff;
    line-height: 1.8em;
}

@media (max-width:450px) {
    .desc-xeo {
        margin: 10px;
    }
}

.desc-xeo:before, .desc-xeo:after {
    display: block;
    clear: both;
    content: '';
}

.collapsed {
    overflow: visible;
}

.xeo-desc {
    border-bottom: solid 1px #ddd;
}

    .xeo-desc h2 {
        font-size: 1.3em;
        color: #333;
        margin-bottom: 9px;
    }

    .xeo-desc h3 {
        font-size: 1.2em;
        color: #333;
        margin-bottom: 6px;
    }

    .xeo-desc h4 {
        font-size: 1.1em;
        color: #333;
        margin-bottom: 3px;
    }

    .xeo-desc ul, .xeo-desc ol {
        margin-left: 30px;
        list-style: initial;
    }

.xeo-desc-more {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    margin-top: -1px;
    line-height: 12px;
}

.a-readmore {
    margin: 0 auto;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    background: #fff;
    border: solid 1px #ddd;
    border-top: none;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0 8px;
    width: 100%;
}

    .a-readmore .fa {
        color: crimson;
    }

/*.xeo-desc-open {
}*/

.xeo-tags li {
    display: inline-block;
    padding: 0;
    margin: 5px 20px 10px 0;
    border-radius: 3px;
}

    .xeo-tags li a {
        color: #1a0dab;
    }

        .xeo-tags li a:hover {
            text-decoration: underline !important;
        }

.arrow_boxTTNH {
    display: none;
    background-color: #dfedfa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 99999;
    color: black;
    margin-left: -10px;
}

    .arrow_boxTTNH:after, .arrow_boxTTNH:before {
        bottom: 100%;
        left: 60%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_boxTTNH:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #dfedfa;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_boxTTNH:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-left: -11px;
    }

.center-box {
    position: fixed;
    /*top: calc(50% - 50px);
    left: calc(50% - 150px);*/
    top: 36px;
    right: 10px;
    width: 300px;
    background: #da251c;
    padding: 20px;
    box-shadow: 0 0 10px 5px #ccc;
    z-index: 1000;
    color: #fff;
    border-radius: 5px;
}

    .center-box .box-inner {
        position: relative;
    }

        .center-box .box-inner .btn-close {
            display: block;
            top: -20px;
            right: -20px;
            width: 20px;
            height: 20px;
            position: absolute;
            background: url(/images/btn_close.gif) no-repeat center;
        }

    .center-box #lnk-translate2 {
        color: #fff;
    }
