/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: 'Roboto', sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover, a:focus {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
    outline: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    input:focus {
        outline: none;
    }

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul, p {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.swrapper .swrapper-content .search-product .title-search-product, .swrapper .swrapper-content .support-order .title-content-line .title-search-product, .swrapper .swrapper-content .support-order .title-search-product {
    color: #242424;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.swrapper .swrapper-content .search-product .my-btn, .swrapper .swrapper-content .support-order form .my-btn-check, .loginForm .btn-login, .profile .right-profile .cont-user-account form button {
    position: relative;
    padding: 5px 0px;
    background-color: #ffa40c;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    border: 0px;
    width: 205px;
    box-sizing: border-box;
    transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
}

    .swrapper .swrapper-content .search-product .my-btn:after, .swrapper .swrapper-content .support-order form .my-btn-check:after, .loginForm .btn-login:after, .profile .right-profile .cont-user-account form button:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        transform: scale(0, 0);
        transition: all ease-out 0.4s;
        -moz-transition: all ease-out 0.4s;
        -webkit-transition: all ease-out 0.4s;
        -o-transition: all ease-out 0.4s;
        -ms-transition: all ease-out 0.4s;
    }

    .swrapper .swrapper-content .search-product .my-btn:hover, .swrapper .swrapper-content .support-order form .my-btn-check:hover, .loginForm .btn-login:hover, .profile .right-profile .cont-user-account form button:hover {
        text-shadow: 2px 2px 2px black;
    }

        .swrapper .swrapper-content .search-product .my-btn:hover:after, .swrapper .swrapper-content .support-order form .my-btn-check:hover:after, .loginForm .btn-login:hover:after, .profile .right-profile .cont-user-account form button:hover:after {
            transform: scale(1, 1);
        }

.header .header-top {
    background-color: #ffa905;
    padding: 10px 0px;
}

    .header .header-top ul li {
        position: relative;
        display: inline-block;
        font-size: 12px;
        color: white;
        position: relative;
        text-indent: 20px;
        margin-right: 11px;
        border-right: 1px solid white;
        padding-right: 11px;
    }

        .header .header-top ul li span {
            position: absolute;
            text-align: center;
            top: 0px;
            left: 0px;
        }

        .header .header-top ul li a {
            position: relative;
            font-size: 12px;
            color: white;
            text-indent: 20px;
            margin-left: 4px;
        }

            .header .header-top ul li a.link-dropdown {
                font-weight: 600;
            }

                .header .header-top ul li a.link-dropdown i {
                    position: absolute;
                    top: 4px;
                    right: -15px;
                    font-size: 12px !important;
                }

                    .header .header-top ul li a.link-dropdown i.fa-caret-right {
                        right: -13px;
                    }

        .header .header-top ul li .list-drop {
            background-color: #ffa905;
            position: absolute;
            top: 100%;
            left: -3px;
            z-index: 1000;
            min-width: 160px;
            display: none;
        }

            .header .header-top ul li .list-drop li {
                display: block;
                text-align: left;
                padding: 4px 3px;
                border-right: 0px;
            }

                .header .header-top ul li .list-drop li a {
                    white-space: nowrap;
                    transition: all ease-out 0.1s;
                    -moz-transition: all ease-out 0.1s;
                    -webkit-transition: all ease-out 0.1s;
                    -o-transition: all ease-out 0.1s;
                    -ms-transition: all ease-out 0.1s;
                    font-size: 12px;
                }

                    .header .header-top ul li .list-drop li a i {
                        color: white;
                        font-size: 12px;
                    }

                    .header .header-top ul li .list-drop li a:hover {
                        text-shadow: 2px 2px 2px gray;
                        text-decoration: none;
                        color: #f62d40;
                        font-size: 12.2px;
                    }

    .header .header-top ul .li-dropmenu {
        padding-right: 15px !important;
    }

    .header .header-top ul li:last-child {
        margin-right: 0px;
        border-right: 0px;
        padding-right: 0px;
    }

    .header .header-top .support-top ul li {
        border-right: 1px solid white;
        margin-right: 13px;
        padding-right: 13px;
    }

        .header .header-top .support-top ul li:last-child {
            border-right: 0px;
            margin-right: 0px;
            padding-right: 0px;
        }

    .header .header-top .account-top ul li {
        text-indent: 0px;
        margin-right: 0px;
        padding: 0px 10px;
    }

        .header .header-top .account-top ul li a {
            text-indent: 0px;
        }

            .header .header-top .account-top ul li a i {
                font-size: 16px;
                margin-right: 4px;
            }

    .header .header-top .account-top ul .total-cart {
        border-right: 0px;
    }

        .header .header-top .account-top ul .total-cart a {
            position: relative;
        }

            .header .header-top .account-top ul .total-cart a span {
                position: absolute;
                top: -7px;
                left: 12px;
                line-height: 20px;
                width: 20px;
                height: 20px;
                background-color: red;
                color: white;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                -o-border-radius: 100%;
                -ms-border-radius: 100%;
            }

    .header .header-top .account-top ul li.create-order {
        border-right: none;
    }

        .header .header-top .account-top ul li.create-order a {
            padding: 5px;
            border-radius: 3px;
            background: #e30c0c;
            color: white;
        }

            .header .header-top .account-top ul li.create-order a:hover {
                background: #6c0808;
            }

.header .menu-header-top .menu-top {
    margin-top: 30px;
}

    .header .menu-header-top .menu-top .nav li {
        display: inline-block;
    }

        .header .menu-header-top .menu-top .nav li a {
            font-size: 16px;
            color: #262626;
            padding: 10px 6px !important;
            font-weight: 600;
            transition: all ease-out 0.2s;
            -moz-transition: all ease-out 0.2s;
            -webkit-transition: all ease-out 0.2s;
            -o-transition: all ease-out 0.2s;
            -ms-transition: all ease-out 0.2s;
        }

            .header .menu-header-top .menu-top .nav li a:after {
                content: '';
                height: 1px;
                width: 100%;
                background-color: #ffa905;
                position: absolute;
                bottom: 0px;
                left: 0px;
                transition: all ease-out 0.2s;
                -moz-transition: all ease-out 0.2s;
                -webkit-transition: all ease-out 0.2s;
                -o-transition: all ease-out 0.2s;
                -ms-transition: all ease-out 0.2s;
                transform: scale(0, 0);
            }

            .header .menu-header-top .menu-top .nav li a:hover {
                color: #ffa40c;
                background-color: transparent;
            }

                .header .menu-header-top .menu-top .nav li a:hover:after {
                    transform: scale(1, 1);
                }

.header .menu-header-top .tool-shopingcart {
    background-color: #242424;
    height: 63px;
    width: 223px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    margin-top: 14px;
    margin-bottom: 14px;
}

    .header .menu-header-top .tool-shopingcart .ic_fix {
        float: left;
        margin-right: 4px;
        margin-top: 4px;
        margin-left: 5px;
    }

    .header .menu-header-top .tool-shopingcart .tool-content {
        font-weight: bold;
        color: white;
        float: left;
    }

        .header .menu-header-top .tool-shopingcart .tool-content span {
            font-size: 11.89px;
        }

        .header .menu-header-top .tool-shopingcart .tool-content p {
            margin-top: 9px;
            border-left: 1px solid white;
            padding-left: 4px;
        }

/*.swrapper .swrapper-content .banner-top {
    background-color: #141a42;
}*/

    .swrapper .swrapper-content .banner-top .get-fast {
        padding-top: 32px;
    }

        .swrapper .swrapper-content .banner-top .get-fast .stup {
            color: white;
            font-weight: bold;
            text-align: center;
            margin-top: 15px;
        }

            .swrapper .swrapper-content .banner-top .get-fast .stup .stup_fist {
                display: inline-block;
                text-align: center;
                height: 44px;
                width: 221px;
                background: url("../img/stup1.png") center center no-repeat;
                margin-right: 28px;
                margin-bottom: 15px;
                line-height: 44px;
            }

                .swrapper .swrapper-content .banner-top .get-fast .stup .stup_fist span {
                    margin-left: 15px;
                }

            .swrapper .swrapper-content .banner-top .get-fast .stup .stup_secon {
                text-align: center;
                height: 44px;
                line-height: 44px;
                display: inline-block;
                width: 243px;
                margin-bottom: 15px;
                background: url("../img/stup2.png") center center no-repeat;
            }

                .swrapper .swrapper-content .banner-top .get-fast .stup .stup_secon span {
                    margin-left: 45px;
                }

.swrapper .swrapper-content .creatorder {
    background-color: #ffa905;
    padding: 10px 0px;
}

    .swrapper .swrapper-content .creatorder .search-link {
        position: relative;
    }

        .swrapper .swrapper-content .creatorder .search-link input[type="text"] {
            width: 100%;
            height: 44px;
            font-size: 14px;
            font-style: italic;
            color: #525456;
            text-indent: 28px;
        }

        .swrapper .swrapper-content .creatorder .search-link button {
            position: absolute;
            right: 2px;
            top: 2px;
            padding: 11px;
            background-color: #242424;
            border: 0px;
            box-shadow: none;
            font-weight: bold;
            color: white;
        }

    .swrapper .swrapper-content .creatorder .setup-tool .title-helper-tool {
        display: inline-block;
    }

        .swrapper .swrapper-content .creatorder .setup-tool .title-helper-tool p {
            font-size: 17px;
            color: white;
            margin-right: 8px;
        }

    .swrapper .swrapper-content .creatorder .setup-tool .btn-setup {
        display: inline-block;
        width: 280px;
        border: 1px solid white;
        box-sizing: border-box;
        font-size: 24px;
        text-align: center;
        height: 44px;
        line-height: 44px;
        cursor: pointer;
    }

        .swrapper .swrapper-content .creatorder .setup-tool .btn-setup a {
            color: white;
            text-transform: uppercase;
            text-decoration: none;
        }

.swrapper .swrapper-content .search-product {
    text-align: center;
    padding: 47px 0px;
}

    .swrapper .swrapper-content .search-product .p_read {
        color: #0167b3;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 14px;
        margin-bottom: 5px;
    }

        .swrapper .swrapper-content .search-product .p_read li {
            display: inline-block;
            margin-right: 10px;
        }

            .swrapper .swrapper-content .search-product .p_read li a:hover {
                text-decoration: none;
                color: black;
            }

        .swrapper .swrapper-content .search-product .p_read .active a {
            color: black;
            font-weight: bold;
            text-decoration: none;
        }

    .swrapper .swrapper-content .search-product .search-link {
        width: 444px;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .swrapper .swrapper-content .search-product .search-link form {
            position: relative;
        }

            .swrapper .swrapper-content .search-product .search-link form input {
                border: 1px solid #c8c6c6;
                width: 100%;
                height: 30px;
                text-indent: 5px;
            }

            .swrapper .swrapper-content .search-product .search-link form button {
                position: absolute;
                top: 0px;
                right: 0px;
                font-size: 14px;
                color: white;
                padding: 5px 14px;
                text-transform: uppercase;
                background-color: #494848;
                box-shadow: none;
                border: 0px;
            }

    .swrapper .swrapper-content .search-product .my-btn {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .swrapper .swrapper-content .search-product .bnt-creat-sent {
        background-color: #181818;
    }

.swrapper .swrapper-content .order-process {
    background-color: #ebebeb;
    padding: 44px 0px;
}

    .swrapper .swrapper-content .order-process .title-process {
        font-size: 30px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-align: center;
    }

        .swrapper .swrapper-content .order-process .title-process p:last-child {
            width: 169px;
            height: 2px;
            background-color: #a5a5a5;
            margin: 0 auto;
            margin-top: 6px;
        }

    .swrapper .swrapper-content .order-process .stup-process {
        margin-top: 50px;
    }

        .swrapper .swrapper-content .order-process .stup-process ul li {
            float: left;
            width: 156px;
            text-align: center;
            text-transform: uppercase;
            font-size: 16px;
            margin-right: 30px;
        }
        .swrapper .swrapper-content .order-process .stup-process ul li p{
            margin-top: 10px;
        }

            .swrapper .swrapper-content .order-process .stup-process ul li img {
                margin: 0 auto;
                -webkit-transition: all 0.5s linear;
                transition: all 0.5s linear;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
            .swrapper .swrapper-content .order-process .stup-process ul li img:hover
            {
                -webkit-transform: scale3d(1.2, 1.2, 1);
                transform: scale3d(1.2, 1.2, 1);
            }
.swrapper .swrapper-content .support-order {
    padding: 46px 0px;
}

    .swrapper .swrapper-content .support-order .title-content-line {
        text-align: center;
        width: 331px;
    }

        .swrapper .swrapper-content .support-order .title-content-line .title-search-product {
            margin-bottom: 0px;
        }

        .swrapper .swrapper-content .support-order .title-content-line .line-title {
            height: 2px;
            width: 169px;
            background-color: #a5a5a5;
            margin: 0px auto;
            margin-bottom: 30px;
        }

    .swrapper .swrapper-content .support-order form {
        text-align: center;
        width: 331px;
    }

        .swrapper .swrapper-content .support-order form input {
            height: 53px;
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #0168b3;
            font-size: 14px;
            color: #a0a0a0;
            text-align: center;
        }

        .swrapper .swrapper-content .support-order form .my-btn-check {
            margin-top: 17px;
        }

    .swrapper .swrapper-content .support-order .title-search-product {
        text-align: center;
        margin-bottom: 0px;
    }

    .swrapper .swrapper-content .support-order p.title-line {
        height: 2px;
        width: 169px;
        background-color: #a5a5a5;
        margin: 0px auto;
        margin-bottom: 30px;
    }

.swrapper .swrapper-content .list-logo {
    padding: 35px 0px;
}

    .swrapper .swrapper-content .list-logo ul li {
        width: 17.6%;
        border: 1px solid #d7d7d7;
        box-sizing: border-box;
        height: 93px;
        margin-right: 34px;
        float: left;
        text-align: center;
        line-height: 93px;
    }

        .swrapper .swrapper-content .list-logo ul li a {
            line-height: 93px;
        }

            .swrapper .swrapper-content .list-logo ul li a img {
                position: relative;
                margin: 0 auto;
                line-height: 93px;
            }

        .swrapper .swrapper-content .list-logo ul li:last-child {
            margin-right: 0px;
        }

.swrapper .swrapper-content .convenient {
    background-color: #ffa905;
}

    .swrapper .swrapper-content .convenient .convenient-content {
        position: relative;
        margin: 33px 0px;
    }

        .swrapper .swrapper-content .convenient .convenient-content:after {
            position: absolute;
            content: '';
            height: 100px;
            width: 100px;
            background: url("../img/ic_plus.png") no-repeat center center;
            top: -26px;
            right: -27px;
        }

        .swrapper .swrapper-content .convenient .convenient-content img {
            position: absolute;
            top: -17px;
            left: 0px;
        }

        .swrapper .swrapper-content .convenient .convenient-content .content {
            display: inline-block;
            padding-left: 80px;
        }

            .swrapper .swrapper-content .convenient .convenient-content .content p {
                text-transform: uppercase;
                color: white;
            }

                .swrapper .swrapper-content .convenient .convenient-content .content p:first-child {
                    font-size: 20px;
                }

                .swrapper .swrapper-content .convenient .convenient-content .content p:last-child {
                    font-size: 12px;
                }

    .swrapper .swrapper-content .convenient .free .convenient-content:after {
        display: none;
    }
.content
{
    font-size: 14px;
    line-height: 22px;
}
footer .list-bottom {
    font-size: 13px;
    background-color: #313030;
    padding: 21px 0px;
}

    footer .list-bottom .title-list-bottom {
        color: #c0c0c0;
        font-size: 20px;
        margin-top: 13px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    footer .list-bottom .information_f p:last-child {
        line-height: 23px;
    }

    footer .list-bottom .information_f, footer .list-bottom .information_d, footer .list-bottom .information_t {
        color: #8d8b8b;
    }

    footer .list-bottom .information_s ul li {
        position: relative;
        padding-left: 13px;
        line-height: 23px;
    }

        footer .list-bottom .information_s ul li a {
            color: #ce3b3b;
        }

        footer .list-bottom .information_s ul li:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background: url("../img/ic_list.png") no-repeat center left;
            top: 7px;
            left: 0px;
        }

    footer .list-bottom .information_t ul li p:first-child, footer .list-bottom .information_d ul li p:first-child {
        font-weight: bold;
    }

footer .copyright {
    color: #8d8b8b;
}

footer .information {
    background-color: #212020;
}

.list-new {
    padding: 15px 0px;
}

    .list-new .content {
        margin: 20px 0px;
    }

    .list-new .item-new {
        border-bottom: 0.2px solid gray;
        padding-bottom: 10px;
    }
    .list-new .item-new h5 a{
        font-weight:bold
    }
    .title-item-new
    {
        font-weight:bold;
        font-size: 16px;
    }
        .list-new .item-new .time-post-item-new {
            color: #747474;
            font-size: 12px;
        }

            .list-new .item-new .time-post-item-new i {
                margin-right: 5px;
            }

    .list-new .describe-item-new {
        margin: 7px 0px;
    }

    .list-new .detail-item-new {
        text-align: right;
    }

.article-detail {
    margin: 20px 0px;
}

.box-breadcrumb {
    background-color: #ffa905;
}

.breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    padding-left: 0px;
}

    .breadcrumb li a {
        color: white;
    }

    .breadcrumb li.active {
        color: white;
    }

.paging {
    margin-top: 15px;
}

    .paging ul li {
        display: inline-block;
    }

        .paging ul li a {
            display: inline-block;
            padding: 3px 9px;
            border: 1px solid #747474;
            margin: 1px;
            font-size: 12px;
        }

        .paging ul li.active a {
            color: #747474;
            font-weight: bold;
            text-decoration: underline;
        }

.contact {
    margin: 20px 0px;
}

    .contact .content p {
        font-size: 14px;
        line-height: 23px;
    }

        .contact .content p span {
            font-weight: bold;
        }

    .contact .content .item-contact {
        margin: 15px 0px;
    }

        .contact .content .item-contact .title-item-contact {
            font-weight: bold;
        }

        .contact .content .item-contact .text-footer {
            font-weight: bold;
            margin-top: 30px;
            font-size: 16px;
        }

.loginForm {
    text-align: center;
}

    .loginForm .field-validation-error {
        color: red;
        text-align: left !important;
    }

    .loginForm .btn-login {
        width: 100%;
        font-weight: bold;
    }

    .loginForm .register-form {
        margin-top: 30px;
    }

        .loginForm .register-form .btn-login {
            background-color: white;
            border: 1px solid #ccc;
        }

            .loginForm .register-form .btn-login:hover a {
                text-shadow: none;
            }

            .loginForm .register-form .btn-login a {
                position: relative;
                z-index: 9;
                color: black;
            }

                .loginForm .register-form .btn-login a:hover {
                    color: black;
                    text-decoration: none;
                    text-shadow: none;
                    font-weight: normal;
                }

        .loginForm .register-form p {
            margin-bottom: 15px;
            color: inherit;
        }

    .loginForm .mycheckbox {
        text-indent: 20px;
    }

        .loginForm .mycheckbox input[type=checkbox] {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            position: absolute;
            border-radius: 0px !important;
        }

        .loginForm .mycheckbox label {
            font-weight: normal;
        }

    .loginForm .forgot-pass {
        position: absolute;
        right: 6px;
        top: 7px;
    }

    .loginForm .logo {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .loginForm .logo a img {
            margin: 0 auto;
        }

    .loginForm .title-form {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 40px;
    }

    .loginForm .form-groups {
        margin-bottom: 20px;
    }

    .loginForm .name-input {
        position: relative;
    }

        .loginForm .name-input i {
            position: absolute;
            left: 9px;
            top: 8px;
            color: #ccc;
            font-size: 17px;
        }

        .loginForm .name-input input {
            text-indent: 19px;
            border: 1px solid #ccc;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
        }

.profile .left-profile {
    background-color: #F3F1F2;
}

    .profile .left-profile .box-profile-top .user-info-top img {
        float: left;
        margin-right: 5px;
    }

    .profile .left-profile .box-profile-top .user-info-top .shopname {
        display: block;
        font-weight: 700;
        color: #3e8bc5;
    }

        .profile .left-profile .box-profile-top .user-info-top .shopname:hover {
            text-decoration: none;
        }

    .profile .left-profile .box-profile-top .user-info-top .edit-account {
        display: block;
        color: #999;
        font-size: 11px;
        text-decoration: none;
        transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
    }

        .profile .left-profile .box-profile-top .user-info-top .edit-account:hover {
            color: #f62d40;
        }

    .profile .left-profile .box-profile-top .box-quanly {
        margin-top: 10px;
    }

        .profile .left-profile .box-profile-top .box-quanly .ttl-box {
            font-size: 14px;
            font-weight: bold;
            padding: 3px 10px;
            color: #666666;
            background-color: #ddd;
        }

        .profile .left-profile .box-profile-top .box-quanly ul li {
            transition: all ease-out 0.2s;
            -moz-transition: all ease-out 0.2s;
            -webkit-transition: all ease-out 0.2s;
            -o-transition: all ease-out 0.2s;
            -ms-transition: all ease-out 0.2s;
            display: block;
            padding: 5px 10px;
            border-bottom: 1px dashed #ddd;
        }

            .profile .left-profile .box-profile-top .box-quanly ul li a {
                color: #666;
                transition: all ease-out 0.2s;
                -moz-transition: all ease-out 0.2s;
                -webkit-transition: all ease-out 0.2s;
                -o-transition: all ease-out 0.2s;
                -ms-transition: all ease-out 0.2s;
            }

                .profile .left-profile .box-profile-top .box-quanly ul li a:hover {
                    text-decoration: none;
                }

            .profile .left-profile .box-profile-top .box-quanly ul li:hover a {
                color: #f62d40;
                font-size: 13.2px;
            }

            .profile .left-profile .box-profile-top .box-quanly ul li:last-child {
                padding-bottom: 15px;
                border: 0px;
            }

.profile .right-profile .ttl-box-profile {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3e8bc5;
    padding: 5px 0px;
    border-bottom: 1px solid #3e8bc5;
}

.profile .right-profile .changpass {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    margin-top: 5px;
    transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
}

    .profile .right-profile .changpass:hover {
        text-decoration: none;
        color: red;
    }

.profile .right-profile .cont-user-account {
    margin-top: 15px;
}

    .profile .right-profile .cont-user-account .img-user a {
        margin-left: 13px;
        margin-top: 10px;
        transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
        font-weight: bold;
    }

        .profile .right-profile .cont-user-account .img-user a:hover {
            text-decoration: none;
            color: #f62d40;
        }

    .profile .right-profile .cont-user-account form .form-group .iradio_square-blue {
        display: inline-block;
        margin-right: 2px;
    }

    .profile .right-profile .cont-user-account form input[type="text"] {
        height: 33px;
        width: 100%;
    }

    .profile .right-profile .cont-user-account form input[type="password"] {
        height: 33px;
        min-width: 250px;
        width: 80%;
    }

    .profile .right-profile .cont-user-account form select {
        height: 33px;
        width: 150px;
    }

    .profile .right-profile .cont-user-account form button {
        width: 120px;
        margin-top: 15px;
    }

@media (min-width: 1366px) {
    .cont-user-account {
        margin-top: 15px;
    }

        .cont-user-account form .col-sm-3 {
            width: 20% !important;
        }

        .cont-user-account form .col-sm-9 {
            width: 80% !important;
        }

    .header .header-top .account-top {
        text-align: right;
    }

    .header .tool-shopingcart {
        float: right;
    }

    .search-link {
        width: 454px;
        height: 44px;
    }

    .setup-tool-text-right {
        text-align: right;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .cont-user-account {
        margin-top: 15px;
    }

        .cont-user-account form .col-sm-3 {
            width: 20% !important;
        }

        .cont-user-account form .col-sm-9 {
            width: 80% !important;
        }

    .header .header-top .account-top {
        text-align: right;
    }

    .header .tool-shopingcart {
        float: right;
    }

    .search-link {
        width: 454px;
        height: 44px;
    }

    .setup-tool-text-right {
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cont-user-account {
        margin-top: 15px;
    }

        .cont-user-account form .col-sm-3 {
            width: 20% !important;
        }

        .cont-user-account form .col-sm-9 {
            width: 80% !important;
        }

    .header .header-top .lang-contact {
        text-align: right;
    }

    .header .header-top .account-top {
        text-align: right;
    }

    .header .tool-shopingcart {
        float: right;
    }

    .swrapper .swrapper-content .list-logo ul li {
        margin-bottom: 15px;
        margin-right: 21px;
    }

    .swrapper .swrapper-content .convenient .convenient-content:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header .header-top .lang-contact {
        text-align: right;
    }

    .header .header-top .account-top {
        text-align: right;
    }

    .header .header-top .support-top {
        text-align: inherit;
    }

    .header .menu-header-top .logo {
        text-align: center;
    }

        .header .menu-header-top .logo img {
            margin: 0 auto !important;
        }

    .swrapper .swrapper-content .support-order .title-content-line {
        width: 100%;
    }

    .swrapper .swrapper-content .support-order form {
        width: 100%;
    }

        .swrapper .swrapper-content .support-order form .my-btn-check {
            margin-bottom: 15px;
        }

    .swrapper .swrapper-content .support-order .col-md-6 {
        margin-bottom: 15px;
    }

        .swrapper .swrapper-content .support-order .col-md-6 img {
            margin: 0 auto;
        }

    .swrapper .swrapper-content .list-logo ul li {
        margin-bottom: 15px;
        margin-right: 21px;
    }

    .swrapper .swrapper-content .order-process .stup-process ul li {
        margin-bottom: 20px;
        margin-right: 24px;
    }

        .swrapper .swrapper-content .order-process .stup-process ul li img {
            margin: 0 auto;
        }

    .swrapper .swrapper-content .convenient .convenient-content:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .header-top .account-top {
        text-align: center;
    }

    .header .header-top .support-top {
        text-align: center;
    }

    .header .menu-header-top .logo {
        text-align: center;
    }

        .header .menu-header-top .logo img {
            margin: 0 auto !important;
        }

    .header .tool-shopingcart {
        margin: 0 auto;
    }

    .header .navbar {
        background-color: #ffa905;
    }

        .header .navbar button {
            background-color: white;
        }

            .header .navbar button .icon-bar {
                background-color: #ffa905;
            }

        .header .navbar ul.nav li a {
            color: white !important;
            background-color: rgba(255, 255, 255, 0);
        }

            .header .navbar ul.nav li a:hover {
                color: #f62d40 !important;
            }

    .swrapper .swrapper-content .support-order .title-content-line {
        width: 100%;
    }

    .swrapper .swrapper-content .support-order form {
        width: 100%;
    }

        .swrapper .swrapper-content .support-order form .my-btn-check {
            margin-bottom: 15px;
        }

    .swrapper .swrapper-content .support-order .col-md-6 {
        margin-bottom: 15px;
    }

        .swrapper .swrapper-content .support-order .col-md-6 img {
            margin: 0 auto;
        }

    .swrapper .swrapper-content .list-logo ul li {
        margin-bottom: 15px;
        margin-right: 21px;
    }

    .swrapper .swrapper-content .convenient .convenient-content:after {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .header .header-top .account-top {
        text-align: center;
    }

    .header .header-top .support-top {
        text-align: center;
    }

    .header .menu-header-top .logo {
        text-align: center;
    }

        .header .menu-header-top .logo img {
            margin: 0 auto !important;
        }

    .swrapper .swrapper-content .search-product .search-link {
        width: 287px !important;
    }

    .swrapper .swrapper-content .order-process .stup-process ul li {
        width: 100%;
        margin-bottom: 20px;
    }

        .swrapper .swrapper-content .order-process .stup-process ul li img {
            margin: 0 auto;
        }

    .swrapper .swrapper-content .support-order .title-content-line {
        width: 100%;
    }

    .swrapper .swrapper-content .support-order form {
        width: 100%;
    }

        .swrapper .swrapper-content .support-order form .my-btn-check {
            margin-bottom: 15px;
        }

    .swrapper .swrapper-content .support-order .col-md-6 {
        margin-bottom: 15px;
    }

    .swrapper .swrapper-content .list-logo ul li {
        margin-bottom: 15px;
        width: 100%;
    }

    .swrapper .swrapper-content .convenient .convenient-content:after {
        display: none;
    }
}

.dropdown .message-ul {
    background: #fff;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown .message-ul {
    width: 380px;
    border-top: 0;
    border-color: #368ee0;
    padding: 0;
    top: 24px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown .message-ul > li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

    .dropdown .message-ul > li > a {
        padding: 10px;
        margin-left: 0 !important;
    }

.dropdown .dropdown-menu > li > a {
    padding: 9px 10px;
    font-size: 13px !important;
    color: #0a0a0a !important;
}

.dropdown .message-ul > li > a.more-messages {
    background: #e6e6e6;
    text-align: center;
    padding: 8px 15px;
}
/*# sourceMappingURL=main.css.map */
.category-app-list li {
    list-style: none;
    color: #242424;
    border: 2px solid #242424;
    border-radius: 4px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    align-items: center;
    margin-bottom: 10px;
}

.category-app-list > li.comming {
    padding: 5px 40px;
    color: #abc6e7;
    border: none;
    text-transform: none;
}

.category-app-list li a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 40px;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #242424;
}
ul.category-app-list > li:hover {
    background: #ffa40c;
    color: #fff;
    transition-duration: 0.5s;
}
  ul.category-app-list > li:hover a {
      color: #fff;
  }
ul.category-app-list > li.comming:hover {
            background: none; }
.category-app-list li i {
    margin-right: 10px;
    font-size: 40px;
}

.category-app-list li span {
    font-size: 40px;
}

.category-app-list li.comming span {
    font-size: 16px;
}
.bottom-30
{
   margin-bottom: 30px;
}
.bottom-10{
    margin-bottom: 10px;
}
.sidebar-content .widget .widget-title
{
    text-transform: uppercase
}
.sidebar-content .widget .widget-title h4
{
    background: url("../img/climpek.png");
    font-size: 14px;
    margin-bottom: 0;
}
.sidebar-content .widget .widget-title h4 span
{
    padding: 7px 20px 8px;
    background-color: #ffa905;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}
.sidebar-content .widget .widget-content {
    border: 1px solid #eee;
    padding: 20px;
    position: relative;
}
.sidebar-content .widget .widget-content:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    content: '';
    position: absolute;
    top: -7px;
    left: 20px;
}
.widget.widget_tag_cloud a {
    padding: 2px 10px 4px;
    background: #1a1a1a;
    display: inline-block;
    margin: 0 0px 3px 0;
    color: #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.sidebar-content .widget.widget_tag_cloud a {
    background: #a6a6a6;
    color: #fff;
}
.sidebar-content .widget.widget_tag_cloud a:hover {
    background: #1a1a1a;
    color: #a6a6a6;
}