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;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
}

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;
}

.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;
    font-family: Roboto;
}

#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;
    font-family: Roboto;
}

.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 20px;
        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;
}

.info-help-phone {
    display: none;
}

.top-info-phone:hover .info-help-phone {
    display: block;
    z-index: 999;
    position: absolute;
    background: #FFF;
    border: 1px solid #ddd;
    width: 250px;
    line-height: 25px;
    right: -106px;
    top: 27px;
    border-radius: 0 0 4px 4px;
}

.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: 202px;
    height: 60px;
    clear: both;
    margin: 0 0 10px 0;
    background: url(/images/logo.png) no-repeat center center;
    display: block;
}

.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;*/
    font-family: "Roboto",san-serif;
}

.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;*/
    font-family: "Roboto",san-serif;
}

.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;
    font-family: "Roboto",san-serif;
}

.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;
}

    .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: 5px;
    margin: 5px 0;
    width: 200px;
}

.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;
    }

.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 {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    background: #ffb909;
    border: 1px solid #ffb909;
    line-height: 25px;
    color: #333;
    text-align: center;
}

.topnav {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.top-home-nav {
    line-height: 30px;
    height: 30px;
    width: 200px;
}

    .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-right-nav {
    overflow: hidden;
    position: absolute;
    left: 200px;
    height: 30px;
}

.top-menu-item {
    padding: 0 20px;
}

.leftNavMenu,
.leftSubNavMenu {
    display: none;
}

    .leftNavMenu .menu-item:hover .leftSubNavMenu,
    .top-home-nav:hover .leftNavMenu {
        display: block;
    }

.leftNavMenu {
    position: absolute;
    top: 31px;
    width: 200px;
    border: 1px solid #da251c;
    z-index: 99;
}

    .leftNavMenu .menu-item {
        float: left;
        line-height: 34px;
        height: 34px;
        width: 100%;
        display: block;
        background: #fff;
    }

        .leftNavMenu .menu-item:nth-child(4n+1):hover {
            background: #ffb909;
        }

        .leftNavMenu .menu-item:nth-child(4n+2):hover {
            background: #19ABE0;
        }

        .leftNavMenu .menu-item:nth-child(4n+3):hover {
            background: #68b207;
        }

        .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 10px;
            font-weight: 100;
            font-size: 1.1em;
            line-height: 34px;
            display: block;
        }

        .leftNavMenu .menu-item img {
            width: 24px;
            vertical-align: middle;
            margin-right: 10px;
        }

        .leftNavMenu .menu-item:last-child {
            content: "Xem tất cả";
            display: block;
        }

.leftSubNavMenu {
    -webkit-column-width: 190px;
    -webkit-column-gap: 0;
    -webkit-column-break-inside: avoid;
    -moz-column-width: 190px;
    -moz-column-gap: 0;
    column-width: 190px;
    height: 100%;
    column-gap: 0;
    left: 198px;
    top: 0;
    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):hover .leftSubNavMenu {
    border-color: #ffb909;
}

.leftNavMenu .menu-item:nth-child(4n+2):hover .leftSubNavMenu {
    border-color: #19ABE0;
}

.leftNavMenu .menu-item:nth-child(4n+3):hover .leftSubNavMenu {
    border-color: #68b207;
}

.leftNavMenu .menu-item:nth-child(4n+4):hover .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;
}

.row.home-slider {
    position: relative;
    overflow: hidden;
}

.slider {
    left: 202px;
    top: 1px;
    display: block;
    width: 720px;
    position: absolute;
}

    .slider img {
        width: 970px;
        height: 375px;
    }

.slider-nav {
    position: absolute;
    right: 0;
    width: 250px;
    display: block;
    height: 376px;
    border: 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 {
        }

        .slider-nav li.active {
            background: #FFF;
        }

            .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;
            }

    .slider-nav h3.slider-nav-title {
        line-height: 20px;
        font-weight: 700;
        font-size: 0.9em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .slider-nav h3.slider-nav-title i {
            font-weight: 100;
            color: #888;
            display: block;
        }

    .slider-nav .slider-nav-img {
        width: 52px;
        height: 52px;
        border-radius: 3px;
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }

.slider-nav-img img {
    width: 60px;
    height: auto;
}

#homepage .brand-pad {
    margin: 13px 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

#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;
        -moz-filter: brightness(0.6) invert(0.4);
        -webkit-filter: brightness(0.6) invert(0.4);
        filter: brightness(0.6) invert(0.4);
    }

    #homepage .brand-item:hover img {
        -moz-filter: brightness(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

.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 {
        float: left;
        width: auto;
        min-width: 200px;
        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.2em;
    white-space: nowrap;
}

    .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: 199px;
    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;
    transform: rotate(45deg);
    -webkit-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: 9;
    background: #0089e0;
    border-radius: 0 4px 4px 0;
}

    .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;
        }

        .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;
        }

/*
.list-product-gift.active {
    width: calc(100% - 10px);
    height: 32px;
    background: url(images/gift-32.png) no-repeat 5px center;
    border-radius: 4px;
    top: 5px;
    left: 5px;
    position: absolute;
    cursor: pointer;
}
    .list-product-gift.active:before {
        content: "Quà";
        line-height: 30px;
        font-size: 0.9em;
        font-weight: 500;
        display: block;
        margin-top: 9px;
        color: #FFFFFF;
        text-indent: 11px;
    }
*/

.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;
}
.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;
}
/*

.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: 5px;
}
*/

    .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 auto;
}

    .list-product-thumb img {
        max-width: 100%;
        max-height: 100%;
    }

.home-product-title a {
    font-weight: 700;
    padding: 0 10px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
}

.name-brand {
    margin: 2px 10px;
}

    .name-brand a {
        color: #999;
    }

.list-product-item:hover .home-product-title a {
    color: #da251c;
}

.list-product-price {
    margin: 0 10px;
}

    .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: #999;
}
.content-Right .xst-pad {
    top: 0px;
    bottom: inherit;
}
.xst-pad {
    display: block;
    position: absolute;
    bottom: 133px;
    width: 90%;
    margin: 10px;
    padding: 3px 7px;
    font-size: 0.9em;
    line-height: 18px;
    font-family: Arial;
    border-radius: 3px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.25);
    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 {
    background: rgba(0, 0,0,0.6);
}

.list-product-item:hover .xst-qty,
.product-catalog-item:hover .xst-qty {
    background: none;
    color: #fff;
}

#footer {
    background: #e2e2e2;
    border-top: 1px solid #d5d5d5;
    margin-top: 20px;
    font-family: Roboto;
}

    #footer .container {
        padding: 10px 0;
    }

.footer-info {
    width: 20%;
    display: inline;
    padding: 0;
}

    .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-meta-info-brand {
    width: 50%;
    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: table;
    margin-bottom: 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;
}

    #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;
    overflow: hidden;
}

    .info-prod.prod-price.salefree .promo-free-title {
        background: rgba(104, 178, 7, 0.41);
        font-weight: 500;
        padding: 5px 10px;
    }

    .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;
    }

.info-prod.info-price.prod-select-price .title {
    display: table-cell;
}

.prod-select-price-item {
    margin-right: 20px;
    display: inline-block;
}

.prod-descp img {
    max-width: 100%;
    height: auto;
}
.catalog-bar {
    background: #19ABE0;
    margin-bottom: 10px;
    line-height: 25px;
    padding-top: 5px;
}
.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;
}
@media (max-width:460px) {
    .tabGroup .fa {
        display: block;
    }
    .tabGroup .login-social .signin-openID {
        display: block;
        float: inherit;
        text-align: center;
        width: auto;
        margin: 10px 0 0 0;
    }
    .sup-item .info-help-phone span {
        width: 55%;
    }
}
@media (max-width:767px) {
    body {
        background: #FFF !important;
    }

    .slider-nav,
    .subcat-pad,
    #toplink,
    .top-right-nav,
    .cart-link-pad,
    .account-link-pad,
    .leftNavMenu .menu-item:hover .leftSubNavMenu,
    #homepage .brand-pad,
    .search-cat,
    form#frmSearch .i-view-more,
    #stickyheader .item1,
    .bar-buy.col.prod-name,
    .content-Right,
    .title-zone,
    #catpage .Slider-banner,
    .sub-links,
    .prod-rate.catalog-m span,
    .pagination-item:nth-child(7),
    .pagination-item:nth-child(8),
    .form-item-title,
    .pay-info-text .checkout-btn,
    .support-info-left,
    .product-list-id,
    .product-list-date,
    .breadcrum-item img,
    .box-delivery,
    .cart-product-images,
    .cart-product-price,
    .wrap-account-left,
    .bar-code,
    .order-complete-header-right
    .breadcrum-item:hover .breadcrum-menu,
    .breadcrum-menu,
    .promo-summary img.small,
    #ctl00_pageBody_buyerAddress_txtPhone,
    .container-found .support-info-left, .wrap-serverError .support-info-left {
        display: none !important;
    }

    #center,
    #center .container,
    #top-banner .container,
    #contenedor,
    .content-Left,
    .social-box,
    .Page-right,
    .prod-offer, .col.prod-order,
    .box-delivery,
    .form-item .input-item,
    .more-support,
    .wrap-account-right,
    #searchBox,
    .txtQuery,
    #cart-popup .modal-dialog,
    .container-found .panel-right, .wrap-serverError .panel-right {
        background-color: #fff;
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
    .Page-left {
        width: 98% !important;
        margin: 0 1% !important;
    }
    #catalog {
        margin: 0;
    }
    .cat-tree-sub {
        left: 32px !important;
        top:inherit !important;
    }
    .zone-filter {
        margin-top: 10px;
    }
    .bx-contact {
        display: block;
    }
    .order-complete-header-left {
        width: auto !important;
    }
    .order-complete-middle-left, .order-complete-middle-right {
        width: 100% !important;
    }

    input#btnFindSubmit {
        width: 30px;
        text-indent: 30px;
    }

    .content-Left {
        padding: 0 15px;
    }

    .leftNavMenu {
        top: 26px;
        left: -15px;
    }

    #header .container {
        display: block;
        height: 80px;
    }

    .account-box,
    .cart-box {
        right: 0 !important;
        top: 32px !important;
    }

    .account:hover .account-box:before,
    .account:hover .account-box:after,
    .cart:hover .cart-box:before,
    .cart:hover .cart-box:after {
        right: 9px;
    }

    .account-box .fa {
        color: #19ABE0 !important;
        width: auto !important;
        font-size: 14px !important;
    }

    .cart-box.show {
        width: 95% !important;
        left: 0 !important;
        margin: 0 10px;
        box-shadow: 0 0 4px #ccc;
    }

    .product-list-count {
        width: 20% !important;
    }

    .order-complete-inner {
        padding: 20px !important;
    }

    .order-complete-header {
        position: relative;
    }

    .label-search {
        margin: 10px 0;
        display: table;
        BACKGROUND-COLOR: #FFF;
        clear: both;
    }

    .footer-meta-info {
        padding: 0 10px;
    }

    .more-list-prod {
        width: calc(100% - 40px);
    }

    #center .container {
        display: block !important;
    }

    .ship-time .ship-check {
        display: block !important;
        width: 100% !important;
    }

    .top-info-right {
        margin-right: 16px;
        margin-top: 10px;
    }

    .top-home-nav:hover .leftNavMenu {
        display: block;
        margin-top: 10px;
        text-indent: 0;
    }
    .description-catalog {
        padding: 10px;
    }
    .slider,
    .label-search,
    .footer-info {
        left: 0;
        width: 100%;
    }

        .slider img {
            width: 100%;
            height: auto !important;
        }

    .more-prod {
        width: 100% !important;
        display: block;
        margin-top: 10px;
    }

    .Slider-banner {
        height: 85px !important;
    }

    #header {
        background-color: #DA251C;
        height: 47px;
        width: 100%;
    }

    .body-product-catalog-list li {
        width: calc(50% - 20px);
    }

    .product-mode-list-item .short-description {
        padding-right: 10px;
    }

    .product-catalog-item {
        width: 100%;
    }

    .logo {
        width: 130px;
        height: 40px;
        margin-left: 30px;
    }

    .top-home-nav .home-item i {
        text-indent: -3px;
        font-size: 1.1em;
    }

    .top-home-nav .home-item {
        overflow: hidden;
        height: 32px;
        margin-top: 4px;
    }

    .bar-code {
        margin: 0 !important;
    }

    .top-home-nav {
        position: absolute;
        top: -95px;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        text-indent: 50px;
    }

    .cart,
    .account {
        width: 32px;
        margin: 5px;
        padding: 0;
        position: absolute;
        right: 0;
    }

    .account {
        right: 42px;
    }

        .cart .fa,
        .account .fa {
            color: #FFF;
            border-color: #FFF;
            font-size: 1.4em;
            width: 27px;
            height: 27px;
        }

    .cat-pad-header h2 {
        width: 80%;
    }

    .home-product-pad {
        height: auto;
    }

    .home-product-list {
        margin: 0;
        width: 100%;
        height: 479px;
        overflow: hidden;
    }

    .home-product-banner {
        min-height: 89px;
    }

    #homepage .list-product-item {
        width: 50%;
        margin: 0 0 0 -1px;
        border-bottom: 1px solid #ddd;
        height: 252px;
    }

    .more-prod .more-prod-item {
        width: 90% !important;
    }

    .slide {
        width: 100% !important;
        min-height: 98px;
    }

    .ac_results {
        width: calc(100% - 25px - 5%) !important;
    }

    #slideshow.fullscreen,
    #footer .container,
    .rate-box {
        border: none;
        padding: 0;
    }

    .footer-info h2 {
        background-color: #FFB909;
        color: #FFF;
        text-indent: 20px;
        line-height: 25px;
        text-transform: none;
        margin-top: 10px;
    }

    .footer-info .footer-list {
        margin: 0 30px;
    }

    .footer-info .footer-info-last {
        margin: 0 20px;
    }

    .footer-meta-info h3 {
        font-size: 1.2em;
    }

    .footer-meta-info-brand {
        width: 100%;
        margin-bottom: 10px;
    }

    .body-sepcs li span {
        border: none;
        width: auto;
        display: table-cell;
    }

        .body-sepcs li span.item-before:after {
            content: ": ";
        }

    #catpage .Slider-banner .slides {
        width: 100%;
    }

    .pagination-first, .pagination-end, .pagination-item {
        white-space: nowrap;
        padding: 2px 5px !important;
    }

    .col.body-product-catalog-grid li {
        width: 48%;
        margin: 0 1%;
    }

    .rate-box {
        margin-bottom: 20px;
        border: none !important;
    }

    .rate-comments {
        width: 100%;
        margin: 0;
        border-top: 1px solid #ddd;
        padding: 15px;
    }

    .form-comment {
        min-height: auto !important;
    }

    .page-comment {
        text-align: center;
        margin: 0;
    }

    .txt-nsx,
    .info-prod.prod-brand {
        float: none;
        font-size: 1.1em;
        width: 100% !important;
    }

    .wtitle .fa-angle-right,
    label.form-item {
        margin-left: 5px !important;
    }

    .checkout-left {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .form-input-purchase {
        margin: 20px !important;
    }

    .col.breadcrum {
        padding: 5px;
    }

    .wtitle ol li {
        line-height: 23px !important;
    }

    .prod-offer {
        margin-top: 10px;
    }

    .text-btn {
        width: auto !important;
        font-size: 17px;
    }

    .btn-order-icon {
        width: 40px !important;
    }

    #contenedor {
        width: 100% !important;
        display: block !important;
        overflow: hidden;
    }

    .prod-title h1 {
        font-size: 1.5em !important;
    }

    .info-prod.prod-price.freeship {
        margin-bottom: 15px;
    }

    div.logo {
        background: none;
    }

    #detailpage .list-product-discount {
        left: 25%;
        right: inherit;
    }

    #detailpage .list-prod-related {
        height: auto !important;
    }

    #detailpage .list-product-item-related,
    .payment-method, .shipping-method {
        width: 100% !important;
        height: auto !important;
    }

    #detailpage .list-product-thumb {
        text-align: center;
        width: 30%;
        overflow: hidden;
        height: 120px;
        margin: 10px;
        float: left;
    }

    #detailpage .home-product-title a {
        margin: 10px 0;
        font-size: 1.2em;
    }

    #detailpage .list-product-meta-price {
        font-size: 1.3em;
        padding: 10px;
        -webkit-line-clamp: 3;
    }

    #detailpage .Box-related-prod {
        border-bottom: 1px solid #ddd;
    }

    .input-account-form, .prod-rate {
        clear: both;
    }

    .button-comment {
        margin-left: 0 !important;
    }

    .checkout-cart-title .cart-product-name, .checkout-cart-list .cart-product-name,
    .checkout-cart-title .cart-product-money, .checkout-cart-list .cart-product-money {
        width: 30% !important;
    }

    .checkout-cart-title .cart-product-count, .checkout-cart-list .cart-product-count {
        width: 20% !important;
    }

    .checkout-footer-left,
    .bill-row .text-right {
        width: auto !important;
    }

    .checkout-footer-right {
        width: auto !important;
        float: right !important;
    }

    .account-row-left,
    .wrap-profiles-address {
        width: 100%;
    }

    .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,
    .product-list-title .product-list-status,
    .product-list-details .product-list-status {
        width: 25%;
    }

    .product-list-title .product-list-name,
    .product-list-details .product-list-name {
        width: 50%;
    }

    .order-complete-product-list .product-list-title .product-list-name,
    .order-complete-product-list .product-list-details .product-list-name {
        width: 50%;
    }

    .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-details .product-list-title .product-list-status,
    .order-complete-product-list .product-list-details .product-list-details .product-list-status {
        display: none;
        width: 0;
    }

    .order-complete-product-list .product-list-title .product-list-count,
    .order-complete-product-list .product-list-details .product-list-count {
        width: 10%;
    }

    .order-complete-product-list .product-list-title .product-list-total-price,
    .order-complete-product-list .product-list-details .product-list-total-price {
        width: 30%;
    }

    .account-row {
        padding: 0 15px !important;
    }

    .product-list-item-left {
        width: 29% !important;
        margin-right: 1% !important;
    }

    .product-list-item-right {
        width: 70% !important;
    }

    .buy-now {
        position: relative !important;
        width: 146px !important;
        margin: 0 0 0 10px !important;
        top: 10px !important;
    }

    .wrap-login {
        width: 96% !important;
        margin: 0 auto;
    }

    .promo-wrap .promo-item {
        width: 96%;
        margin: 0 2% 10px;
        border: 1px solid #ddd;
        height: auto;
    }

    .promo-item .promo-more {
        display: block;
        position: static;
        margin: 10px auto;
    }

    .Promo-product-item {
        width: calc(100% - 34px);
    }

    .product-catalog-item {
        border: 1px solid #ddd !important;
    }

    .buy-now-button {
        display: block !important;
        background: #DE251C;
    }

        .buy-now-button a {
            color: #FFF;
        }

    input#ctl00_pageBody_buyerAddress_txtPhone {
        margin-top: 15px;
    }
    .wrap-microsite {
        width: 96%;
        margin: 0 2%;
    }
    .product-microsite-item {
        border: 1px solid #ddd !important;
        box-shadow: 1px 1px 1px 1px #f5f5f5;
        width: 100% !important;
        height: 202px !important;
    }
    .product-microsite-item .buy-now-button {
        display: block;
    }
    li.col.prod-km-item {
        margin: 5px !important;
        width: calc(100% - 10px) !important;
    }
    .product-microsite .list-product-thumb {
        height: 100px !important;
        margin: 0 !important;
    }
}

@media (min-width:768px) {
    .container {
        width: 780px;
    }

    .slider-nav,
    .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 {
        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 {
        height: 300px;
    }

    .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-info-brand,
    .pad-order-right {
        width: 100%;
    }

    .Page-right {
        width: 750px;
        margin: 0;
    }

    .product-catalog-item {
        width: 175px;
        margin: 0 5px;
    }

    #contenedor {
        width: 100%;
    }

    #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;
    }

    #center .container {
        display: table;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    #homepage .brand-pad {
        margin-left: 200px;
    }

    .slider {
        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: 771px;
        height: 510px;
        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: 174px;
        margin: 0 12px 20px 0;
        height: 345px;
    }

    .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: 1200px;
    }

    #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;
    }

    #center .container {
        display: table;
    }

    #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;
    }
    /*
    .info-gift {
        width: 180px !important;
    }
*/
    .home-slider {
        height: 375px;
    }

    .slider {
        left: 200px;
    }

        .slider img {
            width: 970px;
            height: 375px;
        }

    .label-search {
        width: 500px;
    }

    .leftSubNavMenu {
        width: 970px;
    }

    .home-product-pad {
        width: 970px;
        height: 510px;
        border-left: 1px solid #ddd !important;
    }

    .home-product-banner {
        width: 970px;
        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: 650px;
        margin-left: 20px;
    }

    #detailpage .prod-offer {
        width: 407px;
    }

    .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: 20px;
    }

    .rate-comments {
        width: 540px;
        padding-left: 25px;
    }

    .promo-wrap .promo-item {
        height: 420px;
    }

    .Promo-product-item {
        width: 198px;
    }
}

@media print {
    #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;
    }

    #checkoutCompletepage .order-complete-header-left {
        width: 73% !important;
        font-size: 0.9em !important;
    }

    #checkoutCompletepage .order-complete-header-right {
        width: 26% !important;
        font-size: 0.9em !important;
        display: block !important;
    }

    .order-complete-middle-left, .order-complete-middle-right {
        width: 48% !important;
        margin-right: 2%;
        display: inline-block !important;
    }
}

/*style trang thuong hieu*/
#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 0px;
    margin-left: 5px;
}

.description-brand {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .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 {
        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;
    }
/*style trang search*/
#searchpage .cat-tree-item a:after {
    display: none;
}

/*#searchpage .cat-tree-nav {
    margin-left: 5px;
}*/

.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%;
}
/*style trang order*/
#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-family: 'Roboto';
    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 {
    width: 70%;
    float: left;
}

.order-complete-header-right {
    width: 30%;
    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: 500;
    }

.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 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.order-complete-product h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.body-address-details {
    width: 100%;
}

    .body-address-details li {
        display: block;
        clear: both;
    }

    .body-address-details .after {
        display: table-cell;
    }

.billing-add-item {
    min-width: 111px;
    font-weight: 500;
    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: 30px;
    }

.product-list-title li {
    float: left;
    border-right: 1px solid #eaeaea;
    font-weight: 500;
    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;
}

.total-bill-text {
    float: right;
    clear: both;
    margin-bottom: 20px;
}

.pay-details-item {
    text-align: right;
    margin-right: 15px;
    font-weight: 500;
}

.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 {
    /*padding-right: 15px;*/
}

    .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;
    }

.wrap-edit-profiles .account-lable {
    line-height: 31px;
}

.edit-profiles {
    margin: 20px;
    position: relative;
    max-width: 500px;
}

    .edit-profiles li {
        line-height: 40px;
        vertical-align: middle;
        clear: both;
    }

        .edit-profiles li > div {
            line-height: 40px;
            float: left;
        }

    .edit-profiles .before {
        width: 90px;
        font-weight: bold;
        text-align: right;
        margin-right: 10px;
    }

.input-group.date {
    float: left;
    width: 140px;
    vertical-align: top;
}

    .input-group.date input {
        width: 100%;
    }

li.fomat-avata .before {
    margin-top: 35px;
}

.pass-change {
    margin-top: 3px;
}

.edit-pass {
    margin-top: 7px;
}

.interest {
    margin-left: 100px;
}

    .interest li {
        line-height: 25px;
    }

.letter-new {
    margin-top: 7px;
}

.password-group {
    clear: both;
    line-height: 45px;
}

.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: 500;
}

.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-right: 12%;
    margin-top: 15px;
}

    .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: 200px;
        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;
}

.list-feedback-group {
}

.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 ul
{
    margin-left: 20px;
}
ul.answer-tree, ul.answer-tree ul
{
    background: url(images/vline.png) repeat-y left;
    float: left;
}
ul.answer-tree li
{
    background: url(images/node.png) no-repeat;
    margin-left: 3px;
   padding: 0 12px;
   line-height: 22px;

}
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: 970px;
    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: 70px;
    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: 50px;
    text-align: center;
    line-height: 270px;
    -webkit-text-shadow: 0 0 15px 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;
}

.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;
}