/*------------------------------------------------------------------------
# VPP - Jun 16, 2014
# ------------------------------------------------------------------------
# Coded by: tuanna
--------------------------------------------------------------------------

  1. Reset
  2. Common
  3. Header

--------------------------------------------------------------------------------*/

/* 1. Reset
--------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensansregular.woff') format('woff'),
    url('../fonts/opensansregular.ttf') format('truetype'),
    url('../fonts/opensansregular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/opensansbold.eot');
    src: url('../fonts/opensansbold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensansbold.woff') format('woff'),
    url('../fonts/opensansbold.ttf') format('truetype'),
    url('../fonts/opensansbold.svg#opensansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Italic';
    src: url('../fonts/opensans-italic.eot');
    src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-italic.woff') format('woff'),
    url('../fonts/opensans-italic.ttf') format('truetype'),
    url('../fonts/opensans-italic.svg#opensansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans Semibold";
    src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Semibold.woff") format("woff"),
    url("../fonts/OpenSans-Semibold.ttf") format("truetype"),
    url("../fonts/OpenSans-Semibold.svg#OpenSansSemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
    url('../fonts/OpenSansLight.woff2') format('woff2'),
    url('../fonts/OpenSansLight.woff') format('woff'),
    url('../fonts/OpenSansLight.ttf') format('truetype'),
    url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,500italic,700&subset=latin,vietnamese);
@font-face {
    font-family: 'UVNVan_B';
    src: url('../fonts/UVNVan_B.eot');
    src: local('â˜º'), url('../fonts/UVNVan_B.woff') format('woff'), url('../fonts/UVNVan_B.ttf') format('truetype'), url('../fonts/UVNVan_B.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mc_UTM Avo';
    src: url('../fonts/UTM-Avo.eot');
    src: local('â˜º'), url('../fonts/UTM-Avo.woff') format('woff'), url('../fonts/UTM-Avo.ttf') format('truetype'), url('../fonts/UTM-Avo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mc_UTM AvoBold';
    src: url('../fonts/UTM-AvoBold.eot');
    src: local('â˜º'), url('../fonts/UTM-AvoBold.woff') format('woff'), url('../fonts/UTM-AvoBold.ttf') format('truetype'), url('../fonts/UTM-AvoBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mc_Lobster';
    src: url('../fonts/Lobster-Regular.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/Lobster-Regular.woff') format('woff'), url('../fonts/Lobster-Regular.ttf') format('truetype'), url('../fonts/Lobster-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    -webkit-font-smoothing: antialiased;
    text-shadow:none;
    text-rendering: optimizeLegibility;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body{
    height: 100%;
}
body{
    background: #f1f1f1;
    margin: 0;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px ;
    color: #6e6e6e;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b{
    font-weight: normal;
    font-family: "Open Sans Bold", sans-serif;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
img{
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    /*width: auto\9; */
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    opacity: 1;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button, input, select, textarea{
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
    font-size: inherit;
    line-height: inherit;
}
button, input{
    *overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
    padding: 0 !important;
    margin: 0  !important;
    border: 0 !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    -webkit-appearance: button;
    cursor: pointer;
}
label, select, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"]{
    cursor: pointer;
}
input[type="search"]{
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

::-webkit-input-placeholder{color: #BABABA;}
:-moz-placeholder{color: #BABABA;}/* Firefox 18- */
::-moz-placeholder{color: #BABABA;} /* Firefox 19+ */
:-ms-input-placeholder{color: #BABABA;}

textarea{
    overflow: auto;
    vertical-align: top;
    resize: none;
}
/* reset design */
.rs{
    margin: 0;
    padding: 0;
}
ul.rs, ol.rs{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    color: #333;
    line-height: 1.2em;
}
h1{font-size: 3.0769em}
h2{font-size: 2.3077em}
h3{font-size: 1.8462em}
h4{font-size: 1.3846em}
h5{font-size: 1.0769em}
h6{font-size: 0.9231em}

/* 2. Common
--------------------------------------------------------------------------------*/
.make-left{float: left;/* margin-left: -25px; *//* margin-top: -2px; *//* position: absolute; */}
.make-right{float: right;}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{
    content: " ";
    display: table;
}

.clearfix:after,
.row:after{
    clear: both;
}
.clear{
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row-clear{
    clear: both;
}
.fs-14{  font-size: 14px;  }
.fs-16{  font-size: 16px;  }
.fs-24{  font-size: 24px;  }

.red{  color: red;  }
.fc-grey-1{  color: #9a9a9a;  }
.fc-grey-2{  color: #565656;  }
.fc-grey-3{  color: #6e6e6e;  }
.fc-grey-4{  color: #3a3a3a;  }
.fc-blue-1{  color: #0f6cb2;  }
.fc-green-1{  color: #28ab00;  }
.fb{
    font-weight: bold;
}
.txt-uppercase{
    text-transform: uppercase;
}
.pl-20{  padding-left: 20px;  }
.pl-30{  padding-left: 30px;  }

.mt-10{ margin-top: 10px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-30{ margin-top: 30px !important;}
.mb-20{ margin-bottom: 20px !important;}
.mb-30{ margin-bottom: 30px !important;}
.ml-10{ margin-left: 10px !important;}
.ml-20{ margin-left: 20px !important;}
.ml-30{ margin-left: 30px !important;}
.ml-40{ margin-left: 40px !important;}
.ml-50{ margin-left: 50px !important;}
.ml-60{ margin-left: 60px !important;}
.mr-25{ margin-right: 25px !important;}
.mr-30{ margin-right: 30px !important;}

.height-15{ height: 15px;width: 100%}
.height-90{ height: 90px;width: 100%}

.btn{
    cursor: pointer;
}
.divider{
    width: 100%;
    height: 1px;
    margin: 5px 0 15px 0;
    background-color: #d9d9d9;
}
.divider-cart{
    height: 2px;
    margin: 15px 30px 10px 30px;
    background-color: #d9d9d9;
}
.width-535{
    width: 535px;
}
.table{
    width: 100%;
}
.table thead{
    background-color: #f5f5f5;
    color: #4f4f4f;
    font-size: 14px;
}
.table td,.table th{
    padding: 5px;
    line-height: 22px;
}
.table a{
    color: #08a5f7;
    text-decoration: none;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #d9d9d9;
}

/* 3.Header
---------------------------------------------------------------------------------*/
#header{
    height: 178px;
    width: 100%;
    border-bottom: 2px solid #0f6cb2;
    background-color: #fff;
}
#header.fixtop{
    height: 52px;
    position: fixed;
    top: 0px;
    z-index: 5;
}
#header.fixtop .header-top, #header.fixtop .header-mid{
    display: none;
}
.header-top{
    height: 43px;
    margin: 0 auto;
    width: 1170px;
    line-height: 43px;
}
.header-top a{
    text-decoration: none;
}
.header-mid{
    height: 84px;
    margin: 0 auto;
    width: 1170px;
}
#header .mid-searchbox{
    width: 730px;
    height: 52px;
    background-color: #f6f6f6;
    margin: 5px 0 0 274px;
    position: relative;
}
#header .mid-searchbox .lbl-search{
    border-right: 1px solid #d1d1d1;
    color: #7a7a7a;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
}
#header .mid-searchbox .txt-cate-search{
    overflow: hidden;
    max-width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header .mid-searchbox .lbl-search i{
    margin-left: 5px;
}
#header .mid-searchbox .lbl-search.open .search-cate{
    display: block;
}
#header .frm-search{
    max-width: 550px;
    width: 100%;
}
#header .frm-search input {
    border: 0 none;
    color: #7a7a7a;
    font-family: Arial,sans-serif;
    height: 52px;
    padding: 0 65px 0 12px;
    width: 100%;
    background-color: #f6f6f6;

}
#header .btn-search {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    padding: 0;
    position: absolute;
    right: -1px;
    top: 0;
    width: 50px;
}
#header .mid-cart{
    width: 152px;
    height: 52px;
    background-color: #fdd922;
    border-radius: 2px;
    margin-top: 5px;
    position: relative;
}
#header .mid-cart i{
    margin: 15px 0 0 25px;
}
#header .mid-cart .cart-count{
    margin-left: 18px;
    text-transform: uppercase;
    line-height: 52px;
}
#header .mid-cart .number-cart{
    background-color: #0f6cb2;
    border-radius: 9px;
    color: #fff;
    height: 18px;
    left: 43px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 18px;
}
#header .header-nav{
    height: 51px;
    margin: 0 auto;
    width: 1170px;
    position: relative;
}
#header .menu-nav{
    list-style-type: none;
    overflow: hidden;
    background-color: #0f6cb2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#header .menu-nav li.menu-nav-title{
    display: block;
    padding: 0 30px 0 30px;
    height: 51px;
    line-height: 52px;
    float: left;
    border-right: 1px solid #3f89c1;
}
#header .menu-nav li.menu-nav-title:hover, #header .menu-nav li.menu-nav-title:active{
    background-color: #085b9a;
}
#header .menu-nav a.nav-title li.menu-nav-title, #header .menu-nav li.menu-nav-title {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
#header .search-cate{
    position: absolute;
    width: 200px;
    background-color: #fff;
    top: 58px;
    z-index: 3;
    left: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.29);
    text-align: left;
    padding-top: 10px;
    display: none;
}
#header .search-cate .search-item{
    height: 35px;
    line-height: 35px;
    padding: 0px 15px 0px 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header .search-cate .search-item:hover{
    background-color: #f7f7f7;
}
#header .search-cate .search-item.active{
    background-color: #108bea;
    color: #fff;
}
#toTop{
    padding: 15px;
    background-color: #cdcdcd;
    position: fixed;
    right: 20px;
    bottom: 100px;
    border-radius: 3px;
}
#toTop:hover, #toTop.active{
    background-color: #108bea;
}
li.has-sub .sub-menu{
    width: 1170px;
    left: 0;
    position: absolute;
    top: 51px;
    display: none;
}
li.has-sub .icon-down{
    background: transparent url("../image/down.png") no-repeat;border: none;vertical-align:middle; font-size: 0;line-height:0;display: inline-block;*display: inline;*zoom: 1;
    left: 200px;
    position: absolute;
    top: 57px;
    display: none;
    width: 20px;
    height: 10px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
li.has-sub:hover{
    transition: .50s all;
    transition-delay: 5s;
}
li.has-sub:hover .sub-menu{
    display: block;
    z-index: 3;
    transition: .50s all;
    transition-delay: 5s;
}
.user-login-info .icon-down2{
    background: transparent url("../image/down2.png") no-repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 0;
    height: 7px;
    line-height: 0;
    position: absolute;
    right: 52px;
    top: -7px;
    vertical-align: middle;
    width: 13px;
}

li.has-sub .nav-content{
    background: #fff;
    width: 100%;
    min-height: 400px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.29);
    position: relative;
}
#header .nav-content .img-cate{
    position: absolute;
    bottom: 0;
    right: 0;
}
#header ul.parent-cate {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    background: url("../image/img-nav2.png") no-repeat right 80px bottom;
}
#header ul.parent-cate li.parent-cate-title{
    width: 20%;
    padding-left: 18px;
    font-weight: bold;
    line-height: 42px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}
li.parent-cate-title ul li{
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
li.parent-cate-title ul li a{
    color: #737373;
    text-decoration: none;
}
li.parent-cate-title ul li a:hover , li.parent-cate-title ul li a:active{
    color: #1857ae;
    /*text-decoration: none;*/
}
#header .header-nav .nav-download{
    position: absolute;
    top: -3px;
    right: 330px;
}

#page-content .container{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 115px;
}
#footer{
    width: 100%;
    background-color: #202020;
}
#footer .container{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
#banner{
    width: 1170px;
    height: 367px;
}
#banner-event{
    width: 1170px;
    height: auto;
}
#banner .banner-home-prev, #banner-event .banner-home-prev{
    width: 30px;
    height: 30px;
    background: rgba(15, 108, 178, 0.3) none repeat scroll 0 0;
    top: 158px;
    left: 16px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    /*padding-top: 16px;*/
    cursor: pointer;
    z-index: 1;
}
#banner .banner-home-prev .icon-banner-home-prev, #banner-event .banner-home-prev .icon-banner-home-prev{
    width: 11px; height: 18px; background-position: -69px 0px;
}
#banner .banner-home-prev:hover .icon-banner-home-prev, #banner-event .banner-home-prev:hover .icon-banner-home-prev{
    width: 11px; height: 18px; background-position: -13px -26px;
}
#banner .banner-home-next, #banner-event .banner-home-next{
    width: 30px;
    height: 30px;
    background:rgba(15, 108, 178, 0.3) none repeat scroll 0 0;
    top: 158px;
    right: 16px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}
#banner .banner-home-next .icon-banner-home-next, #banner-event .banner-home-next .icon-banner-home-next{
    width: 11px; height: 18px; background-position: -0px -26px;
}
#banner .banner-home-next:hover .icon-banner-home-next , #banner-event .banner-home-next:hover .icon-banner-home-next{
    width: 11px; height: 18px; background-position: -58px 0px;
}
#banner .banner-home-prev:hover , #banner .banner-home-next:hover, #banner-event .banner-home-next:hover, #banner-event .banner-home-prev:hover{
    background-color: #0f6cb2;
}
.cl{
    width: 270px;
}
.bg{
    background-color: #fff;
}
.cr{
    width: 871px;
}
.full-width{
    width: 1170px;
    background: #fff;
}
.box-left{
    width: 100%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding-left: 16px;
    padding-right: 15px;
    background-color: #fff;
}
.box-right{
    width: 100%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.box-like{
    padding: 15px 20px 55px 25px;
}
.box-nocart{
    padding: 65px 80px 25px 75px
}
.box-customer{
    padding: 25px 20px 55px 20px;
}
.box-like-title{
    height: 40px;
    line-height: 40px;
    color: #444444;
    font-size: 21px;
}
.box-like-product{
    width: 100%;
    height: 178px;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0px 0px 25px;

}
.box-like-product .wrap-img{
    width: 120px;
    height: 120px;
    text-align: center;
    overflow: hidden;
}
.box-left .box-left-title{
    font-size: 16px;
    font-weight: bold;
    color: #484848;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-right .box-right-title{
    font-size: 16px;
    font-weight: bold;
    color: #484848;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    text-indent: 20px;
    overflow: hidden;
}
.sub-title{
    font-size: 14px;
    color: #676767;
    text-transform: none;
    font-weight: normal;
}
.box-deal .wrap-img{
    padding-left: 5px;
    width: 230px;
    text-align: center;
}
.box-deal .box-countdown{
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
}
.box-description .title-deal{
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
}
.list-product-grid .box-description .title-deal {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}
.box-description .title-deal a{
    color: #6e6e6e;
    text-decoration: none;
}
.price-deal{
    height: 45px;
    line-height: 45px;
}
.price-sale-deal{
    font-size: 18px;
    font-weight: bold;
    color: #313131;
}
.price-sale-deal span{
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.price-original-deal{
    font-size: 14px;
    color: #989898;
    text-decoration: line-through;
}
.price-original-deal span{
    font-size: 12px;
    text-decoration: underline;
}
.btn-muangay{
    width: 164px;
    height: 42px;
    line-height: 42px;
    background: #108bea;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    position: relative;
    padding-left: 55px;
}
.btn-muangay .wrap-icon{
    background-color: #ffe400;
    text-align: center;
    width: 45px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-like{
    width: 140px;
    height: 42px;
    line-height: 42px;
    color: #747474;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    position: relative;
    border: 1px solid #9c9c9c;
    text-align: center;
}
.btn-payment{
    width: 201px;
    height: 51px;
    line-height: 51px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    position: relative;
    border: none;
    text-align: center;
    background-color: #fdd922;
    font-size: 17px;
}
.deal-prev{
    position: absolute;
    padding-top: 2px;
    top: -30px;
    right: 30px;
    width: 22px;
    height: 22px;
    background-color: #dddddd;
    z-index: 1;
    text-align: center;
}
.deal-next{
    position: absolute;
    padding-top: 2px;
    top: -30px;
    right: 0;
    width: 22px;
    height: 22px;
    background-color: #dddddd;
    z-index: 1;
    text-align: center;
}
.deal-prev:hover, .deal-next:hover{
    background-color: #0f6cb2;
}
.deal-dx{
    margin-top: 18px;
    margin-bottom: 10px;
}
.dx-image{
    width: 81px;
    height: 81px;
    margin-right: 10px;
    text-align: center;
}
.dx-title{
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-item-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-item-title a{
    font-size: 16px;
    color: #6e6e6e;
    text-decoration: none;
}
.dx-des{
    max-width: 144px;
}
.dx-title a{
    text-decoration: none;
    color: #6e6e6e;
}
.price-dx-deal{
    font-size: 16px;
    font-weight: bold;
    color: #313131;
}
.price-dx-deal span{
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
.dx-xemthem{
    text-align: center;
    height: 30px;
}
.dx-xemthem a{
    text-decoration: none;
    color: #00aeff;
    font-size: 14px;
}
.box-tag{
    padding: 15px 0 15px 0;
}
.tag-content{
    padding: 5px;
    background-color: #f5f5f5;
    margin: 5px;
}
.tag-content:hover{
    background-color: #0f6cb2;
}
.tag-content a{
    color: #545454;
    text-decoration: none;
    font-size: 14px;

}
.tag-content:hover a{
    color: #fff;
}
.list-cate-new{
    margin-right: 100px;
    height: 52px;
    line-height: 52px;
    max-width: 450px;
}
.list-cate-new .cate-item{
    font-size: 14px;
    color: #6f6f6f;
    font-weight: normal;
    cursor: pointer;
    text-transform: none;
    text-overflow: ellipsis;
    height: 52px;
    line-height: 52px;
}
.list-cate-new .cate-item:hover, .list-cate-new .cate-item:active, .list-cate-new .cate-item.active{
    color: #0f6cb2 !important;
}
.cate-prev{
    position: absolute;
    right: -45px;
    top: 15px;
    width: 22px;
    height: 22px;
    background-color: #dddddd;
    z-index: 1;
    text-align: center;
}
.cate-next{
    position: absolute;
/*    padding-top: 2px;*/
    right: -75px;
    top: 15px;
    width: 22px;
    height: 22px;
    background-color: #dddddd;
    z-index: 1;
    text-align: center;
}
.cate-prev:hover, .cate-next:hover{
    background-color: #0f6cb2;
}
.iPrev, .iNext{
    position: absolute;left: 50%;top: 50%;margin: -5px 0 0 -3px;
}
.box-product-new{
    width: 100%;
    padding: 22px 11px 22px 11px;
}
.box-product-hot{
    width: 100%;
    padding: 22px 15px 22px 15px;
}
.box-product-new .product-column{
    width: 192px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-product-new .product-column:hover .product-title a, .box-product-hot .product-column:hover .product-title a{
    color: #0072ca ;
}
.box-product-new .product-column .wrap-img{
    width: 192px;
    height: 192px;
    text-align: center;
    position: relative;
}
.hover-cart, .hover-like{
    width: 45px;
    height: 45px;
    text-align: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    border-radius: 50%;
    padding-top: 12px;
    cursor: pointer;
    display: none;
}
.box-product-new .hover-cart{
    bottom: 20px;
    left: 40px;
}
.box-product-hot .hover-cart{
    bottom: 30px;
    left: 70px;
}
.box-product-new .hover-like{
    bottom: 20px;
    right: 40px;
}
.box-product-hot .hover-like{
    bottom: 30px;
    right: 70px;
}
.box-product-new .product-column:hover .hover-cart, .box-product-hot .product-column:hover .hover-cart, .box-product-new .product-column:hover .hover-like, .box-product-hot .product-column:hover .hover-like{
    display: block;
}
.product-title{
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.product-title a{
    text-decoration: none;
    color: #6e6e6e;
    font-size: 16px;
}
.product-hot{
    width: 270px;
    margin-bottom: 20px;
}
.product-hot:hover .product-hot-title a{
    color: #0072ca;
}
.hot-image{
    width: 110px;
    height: 110px;
    overflow: hidden;
    text-align: center;
}
.product-hot-des{
    width: 155px;
    margin-left: 5px;
}
.product-hot-title{
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-hot-title a{
    text-decoration: none;
    color: #6e6e6e;
}
.product-prev{
    position: absolute;
    right: 35px;
    top: -58px;
    width: 22px;
    height: 22px;
    background-color: #dddddd;
    z-index: 1;
    text-align: center;
}
.product-prev-1{
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(15, 108, 178, 0.3) none repeat scroll 0 0;
    border-radius: 50%;
    line-height: 30px;
    z-index: 1;
    text-align: center;
    top: 100px;
    left: 0;
}
.product-next-1{
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(15, 108, 178, 0.3) none repeat scroll 0 0;
    border-radius: 50%;
    line-height: 30px;
    z-index: 1;
    text-align: center;
    top: 100px;
    right: 0;
}
.product-next{
    position: absolute;
    right: 5px;
    top: -58px;
    width: 22px;
    height: 22px;
    background-color: #dddddd;
    z-index: 1;
    text-align: center;
}
.product-prev:hover, .product-next:hover, .product-prev-1:hover, .product-next-1:hover{
    background-color: #0f6cb2;
}
.box-product-hot .product-column{
    width: 260px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-product-hot .product-column .wrap-img{
    width: 260px;
    height: 260px;
    text-align: center;
    position: relative;
}
.box-news{
    width: 100%;
    padding: 20px 15px 20px 10px;
}
.box-news-content{
    width: 393px;
    margin-left: 15px;
    margin-right: 15px;
}
.img-news{
    width: 393px;
    height: 180px;
    overflow: hidden;
    text-align: center;
}
.news-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news-title a{
    font-size: 16px;
    color: #3e3e3e;
    text-decoration: none;
}
.news-auth{
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #a4a4a4;
}
.news-short-desc{
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.news-link{
    width: 110px;
    height: 35px;
    line-height: 35px;
    background-color: #108bea;
    text-align: center;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.news-link a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
.new-all{
    text-decoration: none;
    color: #00aeff;
    font-size: 14px;
    margin-right: 15px;
    text-transform: none;
}
.box-brand{
    width: 100%;
    padding: 45px 20px 45px 20px;
}
.brand-img{
    width: 110px;
    height: 90px;
    text-align: center;
    margin: 0px 48px ;
}
.brand-prev, .brand-next{
    width: 13px;
    height: 23px;
    position: absolute;
    z-index: 1;
}
.brand-prev{
    top: 30px;
    left: 5px;
}
.brand-next{
    top: 30px;
    right: 0px;
}
.brand-prev:hover .iPrev2{
    width: 13px; height: 23px;background-position: -69px -26px;
}
.brand-next:hover .iNext2{
    width: 13px; height: 23px; background-position: -197px 0px;
}
.company-info{
    width: 355px;
    overflow: hidden;
}
.company-ext{
    width: 281px;
    overflow: hidden;
}
.company-info li{
    line-height: 22px;
    padding-bottom: 22px;
    color: #ababab;
}
.company-info li i {
    margin-top: 5px;
}
.company-info li div{
    width: 240px;
    margin-left: 10px;
}
.footer-title{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer-top{
    margin: 65px 0 95px 0;
    width: 100%;
}
.company-ext li{
    height: 30px;
    line-height: 30px;
    color: #ababab;
}
.company-ext li i{
    margin-top: 12px;
}
.company-ext li div{
    width: 240px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-km{
    width: 250px;
}
.frm-mail{
    margin-top: 22px;
    margin-bottom: 20px;
}
.txt-mail{
    width: 200px;
    height: 46px;
    background-color: #fff;
}
.input-email-km{
    width: 200px;
    height: 46px;
    border: none;
    padding: 5px;
    font-size: 14px;
}
.btn-mail-km{
    height: 46px;
    width: 50px;
    text-align: center;
    background-color: #fdd922;
    padding-top: 13px;
    cursor: pointer;
}
.social-icon{
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    padding-top: 13px;
    text-align: center;
    margin-right: 15px;
}
.footer-bottom{
    width: 100%;
    margin-top: 68px;
    border-top: 2px solid #2c2c2c;
    height: 46px;
    line-height: 22px;
    padding-top: 13px;
}
.breadcrumb{
    width: 100%;
    height: 51px;
    line-height: 51px ;
}
.breadcrumb a{
    color: #6a6a6a;
    text-decoration: none;
    margin-right: 10px;

}
.breadcrumb div a{
    margin-left: 10px;
}
.cate-list{
    width: 100%;
    margin-bottom: 10px;
}
.cate-list li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.cate-list li a{
    text-decoration: none;
    color: #737373;
    font-size: 12px;
}
.cate-list li:hover a{
    color: #0f6cb2;
}
.cate-list li.active a{
    color: #0f6cb2;
}
.cate-list li i{
    position: absolute;
    right: 0;
    top: 15px;
}
.container-list{
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.container-detail{
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 22px;
}
.nav-filter{
    height: 80px;
    width: 100%;
    line-height: 80px;
    font-size: 14px;
    padding: 0 20px 0 23px;
}
.filter-view{
    margin-right: 23px;
}
.frm-sx{
    margin-left: 18px;
    position: relative;
}
.frm-sx i{
    position: absolute;
    top: 36px;
    right: 5px;
}
.frm-sx select {
    border: 1px solid #d9d9d9;
    width: 102px;
    padding: 5px 35px 5px 5px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #494949;
    position: relative;
    line-height: 23px;
}
.pagination ul li{
    display: inline-block;
    padding: 5px;
    height: 28px;
    margin-bottom: -7px;
}
.pagination ul li {
    text-decoration: none;
    color: #494949;
    font-size: 14px;
    /*
    margin-bottom: 7px;
    */
}
.pagination ul li.active, .pagination ul li:hover {
    color: #0f6cb2;
}

.page-prev-next{
    width: 28px;
    height: 28px;
    background-color: #e0e0e0;
    position: relative;
}
.page-prev-next.active{
    background-color: #0f6cb2;
}
.list-product, .list-product-grid{
    width: 100%;
    padding-left: 23px;
}
.list-product-grid .product-box{
    width: 260px;
    margin-right: 22px;
    height: 445px;
}
.list-product-grid .product-box:hover .hover-cart{
    position: absolute;
    display: block;
    bottom: 30px;
    left: 70px;
}
.list-product-grid .product-box:hover .hover-like{
    position: absolute;
    display: block;
    bottom: 30px;
    right: 70px;
}
.list-product-grid .btn-muangay, .list-product-grid .btn-like{
    display: none;
}
.list-product .product-box{
    width: 100%;
    margin-right: 25px;
    height: 260px;
    margin-bottom: 40px;
}
.list-product .box-description{
    margin-left: 20px;
}
.list-product .title-deal{
    font-size: 22px;
    line-height: 40px;
    height: 40px;
}
.list-product .title-deal a{
    color: #4c4c4c;
    text-decoration: none;
}
.product-box .wrap-img{
    width: 260px;
    height: 260px;
    text-align: center;
    overflow: hidden;
    float: left;
    position: relative;
}
.price-bulk{
    line-height: 22px;
}
.container-detail .box-img{
    width: 340px;
    height: 100%;
    overflow: hidden;
}
.container-detail .wrap-img{
    width: 340px;
    height: 340px;
    overflow: hidden;text-align: center;
}
.container-detail .list-img{
    width: 100%;
    height: 63px;
    margin: 15px 5px 55px 5px;
    text-align: center;
    overflow: hidden;
}
.list-img img{
    padding-left: 5px;
    padding-right: 5px;
}
.container-detail .box-content{
    margin-left: 60px;
    width: 425px;
    height: 100%;
    overflow: hidden;
}
.container-detail .title-product{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rate-num{
    color: #9e9e9e;
    line-height: 20px;
    padding-left: 15px;
}
.lbl-product{
    color: #636363;
    font-size: 14px;
    line-height: 40px;
}
.lbl-price-bulk{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}
.product-price-sale{
    font-size: 32px;
    color: #313131;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.product-price-sale span{
    font-weight: normal;
    text-decoration: underline;
}
.product-number{
    position: relative;
}
.product-number i{
    position: absolute;
    top: 22px;
    right: 10px;
}
.product-number input {
    margin-left: 10px;
    border: 1px solid #d9d9d9;
    width: 65px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #494949;
    position: relative;
    text-align: center;
    font-size: 15px;
}
.btn-detail-muangay {
    background: #108bea none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
    position: relative;
    text-transform: uppercase;
    width: 194px;
    font-size: 16px;
}
.btn-detail-muangay .wrap-icon{
    background-color: #ffe400;
    text-align: center;
    width: 55px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.tab-pane{
    width: 220px;
}
.tab-content{
    width: 650px;
}

.tab-label{
    width: 210px;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    text-transform: uppercase;
    color: #909090;
    font-size: 16px;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
}
.tab-label.active{
    color: #fff;
    background-color: #0f6cb2;
}
.tab-label i{
    position: absolute;
    right: -8px;
    top: 25px;
    display: none;
}
.tab-label.active i{
    display: block;
}
.btn-buy-like{
    background-color: #108bea;
    color: #fff;
    padding: 12px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.news-history-label{
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #767676;
    text-align: center;
    margin-top: 10px;
}
.news-history-label span{
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.news-history-label span.active{
    color: #499adc;
}
.news-history-content{
    margin-top: 20px;
    margin-bottom: 30px;
}
.news-history-content .wrap-img{
    width: 235px;
    margin: 0 auto;
    height: 125px;
    overflow: hidden;
    text-align: center;
}
.news-history-title a{
    height: 35px;
    line-height: 35px;
}
.news-history-title a{
    color: #515151;
    font-size: 16px;
    text-decoration: none;
}
.news-history-info{
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #a9a9a9;
}
.news-item-info{
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #767676;
}
.news-history-info span, .news-item-info span{
    margin-right: 30px;
}
.news-history-des{
    font-size: 14px;
    line-height: 18px;
    color: #747474;
}
.box-news-list{
    padding: 20px;
}
.box-news-list .wrap-img{
    width: 830px;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.news-item-title{
    height: 30px;
    line-height: 30px;
}
.news-item-title a{
    font-size: 21px;
    color: #4d4d4d;
    text-decoration: none;
}
.news-item-des{
    font-size: 15px;
    line-height: 24px;
    color: #6c6c6c;
}
.user-list{
    width: 100%;
    margin-bottom: 20px;
}
.user-list li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.user-list li a{
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    margin-left: 15px;
}
.user-list li:hover a,.user-list .active a{
    color: #3fabff;
}
.user-list li i{
    position: absolute;
    top: 2px;
}
.box-right-user{
    padding: 25px;
}
.user-title{
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #1b1b1b;
}
.user-frm{
    width: 100%;
    border: 1px solid #d9d9d9;
    border-left: none;
    padding: 0 15px 25px 20px;
}
.user-frm-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #323232;
    border-bottom: 1px solid #d9d9d9;
}
.order-frm-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #323232;
}
.order-frm-title span{
    color: #7f7f7f;
    font-size: 16px;
}
.form-group{
    /*width: 100%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.form-group label{
    color: #494949;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}
.form-group input.txt{
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #343434;
    font-size: 14px;
    padding: 0 5px 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-group textarea.txt{
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #343434;
    padding: 5px;
}
.form-group input.txt:focus, .form-group input.txt.active, .form-group select:focus, .form-group select.active, .form-group textarea.txt:focus, .form-group textarea.txt.active{
    border: 1px solid #22aadf;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
.form-group input[type=checkbox] + label:before{
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: url('../image/iCheck.png') no-repeat;
    left: -30px;
    top: 50%;
    margin-top: -10px;
}
.form-group input[type=checkbox]:checked + label:before {
    background: url('../image/iChecked.png') no-repeat;
}
.form-group input[type=checkbox]{
    display: none;
}
.form-group select{
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #343434;
    font-size: 14px;
    padding: 0 5px 0 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 100px;
}
.btn-submit{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
    border-radius: 3px;
    background-color: #26a6ff;
    border: none;
}
.btn-cart{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    border-radius: 3px;
    background-color: #26a6ff;
    border: none;
}
.user-login{
    position: relative;
}
.user-login:hover .user-login-info{
    display: block;
}
.user-login-info{
    position: absolute;
    width: 238px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 2;
    top: 40px;
    right: 0px;
    padding-left: 20px;
    display: none;
}
.user-login-item{
    height: 18px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 30px;

}
.user-login-item a{
    color: #535353;
    font-size: 14px;
    margin-left: 10px;
}
.user-login-item:hover a,.user-login-item.active a{
    color: #c6531b;
}
.cart-hover{
    width: 280px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 3;
    display: none;
}
.cart-hover-content{
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 25px 10px 15px 10px;
    border: 1px solid #d9d9d9;
}
.mid-cart:hover .cart-hover{
    display: block !important;
}
.cart-item .wrap-img{
    width: 60px;
    height: 60px;
}
.cart-item-des{
    width: 185px;
    position: relative;
 }
.cart-item-des i{
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.price-cart-item{
    line-height: 35px;
}
.cart-total{
    width: 100%;
    font-size: 18px;
    color: #555555;
    text-align: right;
    height: 30px;
    line-height: 30px;
}
.cart-total span.price{
    font-weight: bold;
    color: #0f6cb2;
}
.cart-total span.price span{
    text-decoration: underline;
    font-weight: normal;
}
.cart-view{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background-color: #4ba7ec;
    border-radius: 3px;
}
.btn-view-cart{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
/*.box-cart-head{
    height: 55px;
    line-height: 55px;
    border-bottom: 2px solid #d9d9d9;
    color: #464646;
    font-weight: bold;
    font-size: 16px;
}*/
.table-cart{
    width: 100%;
}
.table-cart th{
    border-bottom: 2px solid #d9d9d9;
    height: 55px;
    text-align: center;
    color: #464646;
    font-weight: bold;
    font-size: 16px;
}
.table-cart td{
    height: 180px;
}
.table-cart .wrap-img{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.txt-cart-num{
    width: 60%;
    text-align: center;
}
.cart-price-unit{
    font-size: 21px;
    color: #313131;
}
.cart-price-unit span{
    text-decoration: underline;
}
.box-address{
    width: 695px;
}
.box-payment{
    width: 420px;
    height: 266px;
    background-color: #fafafa;
}
.cart-price-title{
    width: 210px;
    text-align: right;
}
.cart-price-price{
    width: 150px;
    text-align: right;
}
.cart-tt-label{
    font-size: 16px;
    font-weight: bold;
    color: #8e8e8e;
}
.cart-tth-label{
    font-size: 16px;
    font-weight: bold;
    color: #4ca900;
}
.cart-tt-price{
    color: #313131;
    font-size: 21px;
}
.cart-tt-price span{
    text-decoration: underline;
}
.box-login{
    width: 535px;
}
.box-login-title{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #444444;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}
.btn-login{
    width: 145px;
    height: 55px;
    background-color: #108bea;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px rgba(21, 100, 161, 1);

}
.btn-register{
    width: 145px;
    height: 55px;
    background-color: #fdd922;
    text-transform: uppercase;
    color: #3a3932;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px rgba(176, 152, 31, 1);

}
/* countdown*/
.box-countdown .countdown-section{
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #d9d9d9;
    overflow: hidden !important;
    display: inline-block !important;
    margin-left: 10px;
    padding-top: 5px;
}
.box-countdown .countdown-section span{
    display: block;
}
.box-countdown .countdown-amount{
    font-size: 16px;
    text-align: center;
    color: #4b4b4b;
    line-height: 18px;
}
.box-countdown .countdown-period{
    font-size: 10px;
    text-align: center;
    color: #999999;
    line-height: 18px;
}
.warning{
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* end countdown*/
.wrap-icons{
    background: url("../image/icon-cart.png") no-repeat top left;
    width: 174px;
    height: 147px;
}
.wrap-icon-register{
    background: url("../image/rg_success.png") no-repeat top left;
    width: 207px;
    height: 225px;
}
.nocart-content{
    width: 750px;
    margin-left: 40px;
}
.rg-success-content{
    width: 720px;
    margin-left: 40px;
}
.no-cart-title{
    font-size: 26px;
    color: #454545;
    margin-bottom: 20px;
}
.rg-success-title{
    font-size: 26px;
    color: #44a000;
    margin-bottom: 20px;
    margin-top: 10px;
}
.no-cart-des{
    font-size: 14px;
    color: #505050;
    line-height: 30px;
}
.no-cart-des span{
    color: #008aff;
}
.btn-no-cart{
    padding: 15px 20px;
    color: #fff;
    background-color: #cc2222;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
}
.btn-back-home{
    color: #0f6cb2;
    font-size: 16px;
    text-decoration: none;
}
.slide-deal-km .slick-dots{
    list-style: none;
    margin-top: 0px !important;
    padding-left: 0px !important;
    text-align: center;
}
.slide-deal-km .slick-dots li{
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px  solid #d9d9d9;
    border-radius: 50%;
    margin: 0px 3px;
}
.slide-deal-km .slick-dots li.slick-active{
    border: none;
    background: #108bea;
}
.slide-deal-km .slick-dots li button{
    display: none;
}
.iLogo{
background: transparent url("../image/logo.png") no-repeat;border: none;vertical-align:middle; font-size: 0;line-height:0;display: inline-block;*display: inline;*zoom: 1;height: 66px;width: 204px;
}
.icon{border: none;vertical-align:middle; font-size: 0;line-height:0;display: inline-block;*display: inline;*zoom: 1;}
.iCall {background: url("../image/call.png") no-repeat;width: 23px;height: 23px;margin-right: 8px;vertical-align: -2px;}
.iEmail {background: url("../image/email.png") no-repeat;width: 22px;height: 17px;margin-right: -1px;/* margin-left: 0px; */}

.fix-wrap {
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: rgba(54,54,54,.85);
    font-family: Arial, sans-serif;
    text-align: center;
    height: 78px;
    z-index: 4;
}
.fix-wrap > .container{
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.fix__title {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 0 8px 33px;
}
.fix-wrap .baogia {
    position: absolute;
    left: 0;
    top: 14px;
}
.fix-wrap .message {
    position: absolute;
    width: 62px;
    height: 62px;
    background: url("../image/mes.png")  no-repeat center center;
    display: block;
    top: 9px;
    right: -12px;
    line-height: 62px;
}
.fix-wrap .message__count {
    background: #ff0000;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    color: #fff;
    font-size: 12px;
}
.fix-wrap .message__txt {
    position: absolute;
    width: 222px;
    left: -184px;
    top: 3px;
    color: #fff;
    font-size: 16px;
}
.fix__contact {
    line-height: 27px;
    position: relative;
}
.fix__phone, .fix__email {
    display: inline-block;
    position: absolute;
}
.fix__phone {
    left: 195px;
    top: 2px;
}
.fix__email {
    right: 201px;
    color: #fff;
    font-size: 16px;
    top: -1px;
}
.fix__phone__txt, .fix__email__txt {
    color: #00aeff;
    font-size: 26px;
    font-weight: bold;
}
.fix__email__txt {
    padding-left: 12px;
}
.icon-edit{background: transparent url("../image/edit.png") no-repeat;border: none;vertical-align:middle; font-size: 0;line-height:0;display: inline-block;*display: inline;*zoom: 1;width: 16px; height: 16px; background-position: -0px -0px;}
.icons{background: transparent url("../image/icon.png") no-repeat;border: none;vertical-align:middle; font-size: 0;line-height:0;display: inline-block;*display: inline;*zoom: 1;}
    .iDown{ width: 13px; height: 7px; background-position: -0px -0px;}
    .iDown2{ width: 13px; height: 7px; background-position: -38px -26px;}
    .iUp{ width: 13px; height: 7px; background-position: -501px -0px;}
    .iDown3{ width: 13px; height: 7px; background-position: -157px -31px;}
    .iSearch{ width: 18px; height: 19px; background-position: -13px -0px;}
    .iCart{ width: 27px; height: 26px; background-position: -31px -0px;}
    .iCart2{ width: 19px; height: 19px; background-position: -132px -0px;}
    .iCart3{ width: 23px; height: 22px; background-position: -151px -0px;}
    .iHeart{ width: 23px; height: 21px; background-position: -174px -0px;}
    .iHeart2{ width: 20px; height: 19px; background-position: -177px -33px;}
    .iRate{ width: 14px; height: 13px; background-position: -24px -26px;}
    .iRate.checked{ width: 14px; height: 13px; background-position: -0px -52px;}
    .iNext{ width: 6px; height: 10px; background-position: -86px -0px;}
    .iNext2{ width: 13px; height: 23px; background-position: -99px -27px;}
    .iNext3{ width: 8px; height: 14px; background-position: -163px -50px;}
    .iNextz{ width: 6px; height: 10px; background-position: -86px -0px;}
    .iPrev{ width: 6px; height: 10px; background-position: -80px -0px;}
    .iPrev2{ width: 13px; height: 23px; background-position: -210px -0px;}
    .iPrev3{ width: 8px; height: 14px; background-position: -154px -50px;}
    .iHome{ width: 22px; height: 17px; background-position: -223px -0px;}
    .iHome3{ width: 22px; height: 17px; background-position: -64px -50px;}
    .iPhone{ width: 20px; height: 20px; background-position: -245px -0px;}
    .iPhone2{ width: 20px; height: 20px; background-position: -89px -50px;}
    .iMail{ width: 20px; height: 16px; background-position: -265px -0px;}
    .iMail2{ width: 20px; height: 16px; background-position: -109px -52px;}
    .iLi{ width: 7px; height: 7px; background-position: -285px -0px;}
    .iBay{ width: 21px; height: 20px; background-position: -292px -0px;}
    .iFacebook{ width: 14px; height: 25px; background-position: -313px -0px;}
    .iGoogle{ width: 31px; height: 20px; background-position: -351px -0px;}
    .iTwice{ width: 24px; height: 19px; background-position: -327px -0px;}
    .iPaypal{ width: 50px; height: 14px; background-position: -382px -0px;}
    .iAmerica{ width: 30px; height: 17px; background-position: -471px -0px;}
    .iVisa{ width: 39px; height: 13px; background-position: -432px -0px;}
    .iRightB{ width: 4px; height: 9px; background-position: -113px -35px;}
    .iRightC{ width: 6px; height: 10px; background-position: -151px -30px;}
    .iGrid{ width: 14px; height: 14px; background-position: -484px -26px;}
    .iGrid.active{ width: 14px; height: 14px; background-position: -119px -30px;}
    .iList{ width: 16px; height: 12px; background-position: -133px -31px;}
    .iList.active{ width: 16px; height: 12px; background-position: -468px -24px;}
    .iRight{ width: 8px; height: 16px; background-position: -223px -25px;}
    .iOn{ width: 16px; height: 16px; background-position: -204px -22px;}
    .iDel{ width: 14px; height: 14px; background-position: -234px -26px;}
    .iSCm{ width: 15px; height: 12px; background-position: -248px -25px;}
    .iSCa{ width: 14px; height: 13px; background-position: -265px -26px;}
    .iUser{ width: 16px; height: 16px; background-position: -279px -26px;}
    .iCm{ width: 19px; height: 15px; background-position: -295px -26px;}
    .iCa{ width: 17px; height: 17px; background-position: -314px -27px;}
    .iRightU{ width: 7px; height: 14px; background-position: -339px -27px;}
    .iUsers{ width: 22px; height: 20px; background-position: -346px -27px;}
    .iLists{ width: 18px; height: 24px; background-position: -373px -25px;}
    .iHearts{ width: 23px; height: 22px; background-position: -396px -28px;}
    .iOut{ width: 22px; height: 23px; background-position: -421px -24px;}
    .iTrack{ width: 16px; height: 18px; background-position: -452px -25px;}
    .iRightC{ width: 20px; height: 14px; background-position: -21px -52px;}
    .iHome2{ width: 16px; height: 14px; background-position: -47px -52px;}
    .iTop{ width: 19px; height: 12px; background-position: -133px -52px;}
