﻿/* SLIDE HOME TOP */
.block-home-top {
    margin-left: 230px;
    overflow: hidden;
}
.block-home-top .slide-home-top {
    float: left;
    position: relative;
    width: 430px;
    overflow: hidden;
    height: 290px;
    border: 1px solid #d9d9d9;
}
.block-home-top .slide-home-top .item {
    float: left;
    width: 430px;
    height: 290px;
}
.block-home-top .slide-home-top .item a { display: block; }
.block-home-top .good-deal {
    float: left;
    width: 432px;
    border: 1px solid #d9d9d9;
    border-left: none;
}
.block-home-top .good-deal .title-deal {
    border-bottom: 2px solid #d9d9d9;
    height: 34px;
}
.good-deal .title-deal .tl {
    display: block;
    float: left;
    border-bottom: 2px solid #e5101d;
    font-size: 15px;
    font-weight: bold;
    color: #e5101d;
    line-height: 32px;
    text-transform: uppercase;
    margin-left: 10px;
    white-space: nowrap;
}
.good-deal .title-deal .tl:before {
    color: #e5101d;
    content: "\f006";
    font-size: 20px;
    padding-right: 5px;
}
.good-deal .title-deal .xt {
    display: block;
    font-size: 11px;
    float: right;
    color: #505050;
    line-height: 32px;
    padding-right: 5px;
    white-space: nowrap;
}
.good-deal .title-deal .xt:hover { color: #e5101d; }
.good-deal .title-deal .xt:after {
    content: "\f105";
    color: #e5101d;
    padding-left: 5px;
}
.good-deal .box-2-deal {
    background-color: #fff;
    overflow: hidden;
    clear: both;
}
.good-deal .box-2-deal .deal-item {
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    position: relative;
    width: 50%;
    height: 254px;
}
.good-deal .box-2-deal .deal-item:last-child { border: none; }
.box-2-deal .deal-item .discout {
    background-color: #ff9148;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}
.box-2-deal .deal-item .box-name {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 0 5px;
    background-color: #f5f5f5;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.good-deal .deal-item:hover .box-name {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    color: #fff;
}
.good-deal .deal-item:hover .deal-price span { color: #fff; }
.box-2-deal .deal-item .box-name .name {
    text-align: left;
    line-height: 18px;
    padding-bottom: 5px;
    height: 40px;
    overflow: hidden;
}
.good-deal .box-2-deal .deal01 { }
.good-deal .box-2-deal .deal-price {
    display: block;
    height: 40px;
    line-height: 40px;
}
.box-2-deal .deal-price .deal-price-n {
    font-size: 14px;
    color: #e5101d;
    font-weight: bold;
    float: left;
}
.box-2-deal .deal-price .deal-price-o {
    font-size: 12px;
    color: #999;
    float: right;
    text-decoration: line-through;
}
.left-col.home { padding-right: 10px; }
.left-col.home .xu-huong {
    height: 177px;
    clear: both;
    margin-top: 10px;
    margin-left: 230px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    width: 862px;
    border-right: none;
    border-radius: 2px;
}
.block-silde-coll { overflow: hidden; }
.block-silde-coll .trend-pro_item {
    position: relative;
    height: 175px;
    width: 215px;
    float: left;
    border-right: 1px solid #d9d9d9;
    background-color: #fff;
}
.block-silde-coll .item-col {
    display: block;
    text-align: center;
    white-space: nowrap;
    width: 175px;
    margin: 0 auto;
}
.block-silde-coll .item-col span {
    display: block;
    background-color: rgba(1,1,1,0.3);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
    width: 100%;
    height: 30px;
    color: #f1f1f1;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.block-silde-coll .item-col:hover span {
    background-color: rgba(1,1,1,0.6);
    color: #fff;
}
#slide_collection_top .owl-controls .owl-nav > div{top: 30%;}
#slide_collection_top .owl-prev {left: 0;}
#slide_collection_top .owl-next {right: 0;}
/* block cate home */
.block_cat_home {
    margin-top: 10px;
    clear: both;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}
.title_extra_menu {
    border-bottom: 1px #d9d9d9 solid;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
.title_extra_menu h3 {
    position: relative;
    float: left;
    border-bottom: 2px transparent solid;
    line-height: 35px;
    height: 35px;
}
.title_extra_menu .tl {
    display: block;
    color: #EA268E;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
    white-space: nowrap;
}
.title_extra_menu .tl.lv2 {
    float: left;
    padding-left: 0;
}
.title_extra_menu .tl.lv2:before { background: none; }
.title_extra_menu .tl:before {
    content: '';
    background: url("images/icon-menuItem.png") no-repeat;
    height: 26px;
    position: absolute;
    left: -4px;
    bottom: -4px;
}
/* woman color */
.block_cat_home.woman .title_extra_menu h3 { border-bottom-color: #f14976; }
.block_cat_home.woman .title_extra_menu h3 a{color: #f14976;}
.block_cat_home.woman .title_extra_menu .tl:before {
    background-position: 0 -555px;
    width: 22px;
    bottom: 2px;
    left: 0;
}
.block_cat_home.woman .title_extra_menu h3:hover a { color: #f14976; }
.block_cat_home.woman .extra_menu > ul > li:hover > a {background-color: #f14976;border-color: #f14976;}
.block_cat_home.woman .sub_extra_menu > ul > li:hover > a { background-color: #f14976; color: #fff;}
.block_cat_home.woman .extra_menu > ul > li .sub_extra_menu { border-color: #f14976; }
.block_cat_home.woman .title_extra_menu a.viewall:after{color: #f14976;}
.block_cat_home.woman .title_extra_menu a.viewall:hover { color: #f14976; }
/* men color */
.block_cat_home.men .title_extra_menu h3 { border-bottom-color: #31447b; }
.block_cat_home.men .title_extra_menu h3 a{color: #31447b;}
.block_cat_home.men .title_extra_menu .tl:before {
    background-position: -26px -555px;
    width: 22px;
    bottom: 1px;
    left: 0;
}
.block_cat_home.men .title_extra_menu h3:hover a { color: #31447b; }
.block_cat_home.men .extra_menu > ul > li:hover > a {background-color: #31447b;border-color: #31447b;}
.block_cat_home.men .sub_extra_menu > ul > li:hover > a { background: #31447b; color: #fff; }
.block_cat_home.men .extra_menu > ul > li .sub_extra_menu { border-color: #31447b; }
.block_cat_home.men .title_extra_menu a.viewall:after{color: #31447b;}
.block_cat_home.men .title_extra_menu a.viewall:hover { color: #31447b; }
/* mombaby color */
.block_cat_home.mombaby .title_extra_menu h3 { border-bottom-color: #f60; }
.block_cat_home.mombaby .title_extra_menu h3 a{color: #f60;}
.block_cat_home.mombaby .title_extra_menu .tl:before {
    background-position: 0px 2px;
    width: 28px;
    bottom: 1px;
    left: 0;
}
.block_cat_home.mombaby .title_extra_menu h3:hover a { color: #f60; }
.block_cat_home.mombaby .extra_menu > ul > li:hover > a {background-color: #f60;border-color: #f60;}
.block_cat_home.mombaby .sub_extra_menu > ul > li:hover > a { background: #f60; color: #fff; }
.block_cat_home.mombaby .extra_menu > ul > li .sub_extra_menu { border-color: #f60; }
.block_cat_home.mombaby .title_extra_menu a.viewall:after{color: #f60;}
.block_cat_home.mombaby .title_extra_menu a.viewall:hover { color: #f60; }

/* sport color */
.block_cat_home.sport .title_extra_menu h3 { border-bottom-color: #00A759; }
.block_cat_home.sport .title_extra_menu h3 a{color: #00A85A;}
.block_cat_home.sport .title_extra_menu .tl:before {
    background-position: 0px 2px;
    width: 28px;
    bottom: 1px;
    left: 0;
}
.block_cat_home.sport .title_extra_menu h3:hover a { color: #FF15B2; }
.block_cat_home.sport .extra_menu > ul > li:hover > a {background-color: #f60;border-color: #f60;}
.block_cat_home.sport .sub_extra_menu > ul > li:hover > a { background: #f60; color: #fff; }
.block_cat_home.sport .extra_menu > ul > li .sub_extra_menu { border-color: #f60; }
.block_cat_home.sport .title_extra_menu a.viewall:after{color: #EA258F;}
.block_cat_home.sport .title_extra_menu a.viewall:hover { color: #FF18B2; }



.top-cate-items.woman .title_extra_menu .extra_menu, 
.top-cate-items.men .title_extra_menu .extra_menu { display: none; }
.title_extra_menu .extra_menu { float: right; }
.title_extra_menu .extra_menu > ul { }
.title_extra_menu .extra_menu > ul > li {float: left;position: relative;}
.title_extra_menu .extra_menu > ul > li > a {
    display: block;
    padding: 0 15px 0 5px;
    margin: 0 5px;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 33px;
    white-space: nowrap;
}
.extra_menu > ul > li:hover > a {
    border: 1px #d6d6d6 solid;    
    z-index: 2;
    color: #fff;
}
.extra_menu > ul > li > a:after {
    content: "\f0dd";
    color: #666;
    ;
    position: absolute;
    top: 8px;
    right: 8px;
}
.extra_menu > ul > li > a.cate_3 {
    padding: 0 5px;
    line-height: 33px;
}
.extra_menu > ul > li:hover > a.cate_3 {
    background-color: #f34978;
    border-color: #d92c5a;
}
.extra_menu > ul > li > a.cate_3:after { content: ''; }
.woman .extra_menu > ul > li > a:after { color: #f14976; }
.men .extra_menu > ul > li > a:after { color: #31447b; }
.mombaby .extra_menu > ul > li > a:after { color: #F60; }
.cosmetic .extra_menu > ul > li > a:after { color: #fe74bf; }
.hitech .extra_menu > ul > li > a:after { color: #0097fe; }
.life .extra_menu > ul > li > a:after { color: #87d521; }
.extra_menu > ul > li:hover > a:after { color: #fff }
.extra_menu > ul > li .sub_extra_menu {
    display: none;
    opacity: 0;
    position: absolute;
    min-width: 200px;
    border: 1px solid transparent;
    left: 5px;
    top: 34px;
    z-index: 2;
    background: #FFF;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}
.extra_menu > ul > li:hover .sub_extra_menu {display: block;opacity: 1;}
.sub_extra_menu > ul { }
.sub_extra_menu > ul > li { }
.sub_extra_menu > ul > li > a {
    display: block;
    line-height: 24px;
    padding: 0 5px;
}
.title_extra_menu a.viewall {
    float: right;
    padding-right: 5px;
    margin-left: 10px;
    color: #333;
    white-space: nowrap;
}
.title_extra_menu a.viewall:after {
    content: "\f105";
    color: #FF12B0;
    padding-left: 8px;
}
.block_cat_home .block-collection { overflow: hidden;  width: 100%;  position: relative;}
/*.block-collection .women-col1 {
    width: 230px;
    float: left;
    height: 460px;
    border-right: 1px solid #d9d9d9;
}*/
.block-collection .women-col1 {
      width: 230px;
  height: 460px;
  border-right: 1px solid #d9d9d9;
  position: absolute;
  background-color: #fff;
  left: 0;
}

.block-collection .women-col1 .slide-brand {
    overflow: hidden;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d9d9d9;
}
.block-collection .women-col1 .slide-brand .item {
    float: left; 
    text-align: center;
    margin-bottom: 3px;
}
.block-collection .women-col1 .slide-brand .item a {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.block-collection .women-col1 .slide-brand .item a:hover{box-shadow: 1px 1px 4px #999;} 
.block-collection .slide-collection { overflow: hidden; }
.block-collection .slide-collection .col-item {
    float: left;
    width: 230px;
    height: 276px;
    margin-left: -1px;
    overflow: hidden;
}
.cont-cate-block2 .block-collection .slide-collection .col-item{height: 430px;}
.cont-cate-block2 .slide-collection .col-item a{height: 144px;}
.cont-cate-block2 .slide-collection .owl-dots{border-top: 1px solid #ececec;}
.slide-collection .col-item a {
    display: block;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    float: left;
    width: 50%;
    text-align: center;
    padding: 2px 0;
    height: 138px;
    white-space: nowrap;
}
.slide-collection .col-item a img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}

.slide-collection .col-item a:hover{
    box-shadow: inset 0px 0px 3px #ccc;
    color: #f14976;
}
.slide-collection .col-item a span {
    display: block;
    line-height: 22px;
    overflow: hidden;
    height: 22px
}
.items-cate-slider .col-item a { height: 130px; }
.slide-collection .owl-dots{text-align: center; height: 30px; line-height: 32px;}
.slide-collection .owl-dots .owl-dot{}
#slide_collection_women .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #f14976;
    box-shadow: 0 0 6px #f14976;   
}
#slide_collection_men .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #31447b;
    box-shadow: 0 0 6px #31447b;   
}
#slide_collection_mombaby .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #f60;
    box-shadow: 0 0 6px #f60;   
}
#slide_collection_houseware .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #b16f2d;
    box-shadow: 0 0 6px #b16f2d;   
}
#slide_collection_food .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #d12032;
    box-shadow: 0 0 6px #d12032;   
}
#slide_collection_cosmetic .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #ff74bf;
    box-shadow: 0 0 6px #ff74bf;   
}
#slide_collection_hitech .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #0197ff;
    box-shadow: 0 0 6px #0197ff;   
}
#slide_collection_sport .owl-dots .owl-dot.active{
    opacity: 1;
    background-color: #19a53c;
    box-shadow: 0 0 6px #19a53c;   
}


/*.women-col2 {
    float: left;    
    width: 430px;
}*/
.women-col2 {
  width: 430px;
  margin-right: 430px;
  margin-left: 500px;
}
.women-col2 .box-l {
    height: 30px;
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 2px;
    border-top: 1px solid #ddd;
}
.women-col2 .box-l a {
    float: left;
    padding: 0 10px;
    ;
    line-height: 20px;
    border: 1px solid transparent;
    margin: 2px;
}
.women-col2 .box-l a:hover {
    color: #f34978;
    border-color: #ddd;
    background-color: #fff;
}
.block_cat_home.woman .women-col2 .box-l a:hover {color: #f34978;}
.block_cat_home.men .women-col2 .box-l a:hover {color: #31447b;}
.block_cat_home.mombaby .women-col2 .box-l a:hover {color: #f60;}
.women-col2 .big {
    display: block;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.women-col2 .big span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    padding: 0 2%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.women-col2 .big:hover span {color: #fff;}
.woman .women-col2 .big:hover span,
.woman .women-col3 .col a:hover span {background-color: rgba(241,73,118,0.7);}
.woman .women-col1-v .col a:hover span {background-color: rgba(241,73,118,0.7);}

.men .women-col2 .big:hover span,
.men .women-col3 .col a:hover span {background-color: rgba(49,68,123,0.7);}
.men .women-col1-v .col a:hover span {background-color: rgba(49,68,123,0.7);}

.mombaby .women-col2 .big:hover span,
.mombaby .women-col3 .col a:hover span {background-color: rgba(255,102,0,0.7);}
.mombaby .women-col1-v .col a:hover span {background-color: rgba(255,102,0,0.7);}

.houseware .women-col2 .big:hover span,
.houseware .women-col3 .col a:hover span {background-color: rgba(177, 111, 45, 0.7);}
.houseware .women-col1-v .col a:hover span {background-color: rgba(177, 111, 45, 0.7);}

.food .women-col2 .big:hover span,
.food .women-col3 .col a:hover span {background-color: rgba(209, 32, 50, 0.7);}
.food .women-col1-v .col a:hover span {background-color: rgba(209, 32, 50, 0.7);}

.cosmetic .women-col2 .big:hover span,
.cosmetic .women-col3 .col a:hover span {background-color: rgba(255, 116, 191, 0.7);}
.cosmetic .women-col1-v .col a:hover span {background-color: rgba(255, 116, 191, 0.7);}

.hitech .women-col2 .big:hover span,
.hitech .women-col3 .col a:hover span {background-color: rgba(1, 151, 255, 0.7);}
.hitech .women-col1-v .col a:hover span {background-color: rgba(1, 151, 255, 0.7);}

.sport .women-col2 .big:hover span,
.sport .women-col3 .col a:hover span {background-color: rgba(25, 165, 60, 0.7);}
.sport .women-col1-v .col a:hover span {background-color: rgba(25, 165, 60, 0.7);}

.women-col2 .big:hover img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}


/*.women-col3 { float: left; }*/
.women-col3 {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}
.women-col3 .col {
    float: left;
    width: 215px;
    border-left: 1px solid #d9d9d9;
}
.women-col3 .col a {
    display: block;
    position: relative;
    height: 230px;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
.women-col3 .col a:last-child { border: none; }
.women-col3 .col a.big { }
.women-col3 .col a span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    padding: 0 5%;
    text-align: left;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.women-col3 .col a:hover span {color: #fff;}
.women-col3 .col a:hover img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}


/*.women-col1-v { float: left; } NGUYỄN VĂN VIỆT THÊM thế cho women-col1 cũ*/
.women-col1-v {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
}
.women-col1-v .col {
    float: left;
    width: 200px;
    border-right: 1px solid #d9d9d9;
}
.women-col1-v .col a {
    display: block;
    position: relative;
    height: 153.2px;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
.women-col1-v .col a:last-child { border: none; }
.women-col1-v .col a.big { }
.women-col1-v .col a span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    padding: 0 5%;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.women-col1-v .col a:hover span {color: #fff;}
.women-col1-v .col a:hover img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}


/* block email */
.block-email {
    background: url("../../images/ecom/ic-home.png") repeat-x 0 -311px;
    width: 100%;
    height: 77px;
    margin: 10px 0;
    position: relative;
    padding: 22px 8%;
}
.block-email:before, .block-email:after {
    content: '';
    background: url("../../images/ecom/ic-home.png") no-repeat -2px -227px;
    height: 77px;
    width: 21px;
    position: absolute;
    top: 0;
}
.block-email:before {
    background-position: -2px -227px;
    left: 0;
}
.block-email:after {
    background-position: -26px -227px;
    right: 0;
    width: 17px;
}
.block-email input[type="text"] {
    height: 32px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 450px;
    border-radius: 3px;
    padding-left: 5px;
    float: left;
    ;
}
.block-email button {
    width: 70px;
    height: 30px;
    border: none;
    line-height: 30px;
    background-color: #29abe2;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    float: left;
    position: relative;
    padding-left: 20px;
}
.block-email button:before {
    content: '';
    background: url("../../images/ecom/ic-home.png") no-repeat;
    width: 22px;
    height: 22px;
    left: 4px;
    top: 4px;
    position: absolute;
}
.block-email .woman { background-color: #ff7bac; }
.block-email .woman:before { background-position: -233px -128px; }
.block-email .men:before { background-position: -207px -128px; }
.block-email em {
    font-size: 11px;
    color: #666;
    line-height: 16px;
    margin-left: 10px;
    width: 30%;
    display: block;
    float: left;
}
#waitsent{display: none;}
/*top-cate-block2*/
.top-cate-block2 {
    margin-top: 20px;
    overflow: hidden;
}
.top-cate-block2 .top-cate-items {
    width: 552px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.top-cate-items.mombaby { margin-left: 10px; }
/* men options */
.top-cate-items.men .title_extra_menu h3 { border-bottom-color: #31457a; }
.top-cate-items.men .title_extra_menu .tl:before {
    background-position: -28px -89px;
    width: 28px;
}
.top-cate-items.men .extra_menu > ul > li:hover > a {
    background-color: #31457a;
    border-color: #223462;
}
.top-cate-items.men .extra_menu > ul > li .sub_extra_menu { border-color: #223462; }
.top-cate-items.men .title_extra_menu a.viewall:hover, 
.top-cate-items.men .title_extra_menu .tl, 
.top-cate-items.men .title_extra_menu a.viewall:after, 
.top-cate-items.men .extra_menu > ul > li > a:after, 
.top-cate-items.men .sub_extra_menu > ul > li:hover > a { color: #31457a; }
.top-cate-items.men .extra_menu > ul > li:hover > a:after { color: #fff; }
/* mombaby options */
.top-cate-items.mombaby .title_extra_menu h3 { border-bottom-color: #ff6600; }
.top-cate-items.mombaby .title_extra_menu .tl:before {
    background-position: -60px -88px;
    width: 32px;
}
.top-cate-items.mombaby .extra_menu > ul > li:hover > a {
    background-color: #ff6600;
    border-color: #ff6600;
}
.top-cate-items.mombaby .extra_menu > ul > li .sub_extra_menu { border-color: #ff6600; }
.top-cate-items.mombaby .title_extra_menu a.viewall:hover, .top-cate-items.mombaby .title_extra_menu .tl, .top-cate-items.mombaby .title_extra_menu a.viewall:after, .top-cate-items.mombaby .extra_menu > ul > li > a:after, .top-cate-items.mombaby .sub_extra_menu > ul > li:hover > a { color: #ff6600; }
.top-cate-items.mombaby .extra_menu > ul > li:hover > a:after { color: #fff; }
/*slider-top-cate*/
.cont-top-cate-bl2 {
    overflow: hidden;
    margin-right: -1px;
}
.cont-top-cate-bl2 .slider-top-cate {
    width: 110px;
    float: left;
    border-right: 1px solid #ddd;
}
.cont-top-cate-bl2 .slider-top-cate ul li a {
    display: block;
    height: 130px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.cont-top-cate-bl2 .slider-top-cate ul li a img { display: block; }
.cont-top-cate-bl2 .slider-top-cate ul li a span {
    display: block;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}
/*col-md-top-cate*/
.cls-md-top-cate {
    width: 220px;
    float: left;
    height: 400px;
}
.cls-md-top-cate .img-md-top-cate {
    width: 220px;
    height: 280px;
    display: block;
    position: relative;
    overflow: hidden;/*background: url("../../images/ecom/loading20x20.gif") center center no-repeat;*/
}
.cls-md-top-cate .img-md-top-cate span {
    display: block;
    position: absolute;
    height: 25px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(47,68,125,0.7);
    line-height: 25px;
    color: #fff;
    padding: 0 10px;
}
.cls-md-top-cate .img-md-top-cate:hover img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}
.cls-md-top-cate .img-md-top-cate:hover span { background-color: rgba(87,104,149,1); }
.mombaby .cls-md-top-cate .img-md-top-cate span { background-color: rgba(243,109,18,0.8); }
.mombaby .cls-md-top-cate .img-md-top-cate:hover span { background-color: rgba(243,109,18,1); }
.cls-md-top-cate .img-md-top-cate span:after {
    content: "\f105";
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: hidden;
}
.cls-md-top-cate ul {
    overflow: hidden;
    background-color: #f7f7f7;
    padding-top: 5px;
    height: 120px;
    overflow: hidden;
}
.cls-md-top-cate ul li { float: left; }
.cls-md-top-cate ul li a {
    display: block;
    line-height: 28px;
    padding: 0 6px;
    font-size: 11px;
    border: 1px solid transparent;
    margin-left: 5px;
    margin-bottom: 8px;
    white-space: nowrap;
}
.top-cate-items.men .cls-md-top-cate ul li a:hover {
    color: #2f447d;
    background-color: #fff;
    border-color: #ddd;
}
.top-cate-items.mombaby .cls-md-top-cate ul li a:hover {
    color: #ff6600;
    background-color: #fff;
    border-color: #ddd;
}
.top-cate-items .last-child-top-cate a {
    display: block;
    position: relative;
    overflow: hidden;
    overflow: hidden;/*background: url("../../images/ecom/loading20x20.gif") center center no-repeat;*/
}
.top-cate-items .last-child-top-cate a span {
    display: block;
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    line-height: 35px;
    padding-left: 10px;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.top-cate-items .last-child-top-cate a:hover img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}
.last-child-top-cate {
    float: left;
    margin-right: -1px;
}
.last-child-top-cate .big { height: 260px; }
.last-child-top-cate .small { height: 140px; }
.top-cate-items.men .last-child-top-cate a:hover span {
    background-color: rgba(49,68,123,0.7);
    color: #fff;
}
.top-cate-items.mombaby .last-child-top-cate a:hover span {
    background-color: rgba(255,102,0,0.7);
    color: #fff;
}
/*cate-block2*/
.homecate-block2 {
    border: 1px solid #d9d9d9;
    background: #fff;
    margin-top: 10px;
    border-radius: 2px;
}
.homecate-block2 .tabs-cate-block2 {
    height: 40px;
    background: #fff;
    position: relative;
}
.cont-cate-block2 .tabs-cate-block2 li {
    width: 20%;
    float: left;
    background: #fff;
    cursor: pointer;
}
.cont-cate-block2 .tabs-cate-block2 li:before {
    content: '';
    height: 2px;
    background: #ccc;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.cont-cate-block2 .tabs-cate-block2 li.active:before { z-index: 2; }
.cont-cate-block2 .tabs-cate-block2 li.active-marker a {
    background-color: #fff;
    display: block;
}
.homecate-block2 .ttl-cate-block2 {
    height: 40px;
    line-height: 38px;
    border-left: 1px solid #ddd;
    text-align: left;
}
.homecate-block2 li:first-child .ttl-cate-block2 { border-left: none; }
.homecate-block2 .ttl-cate-block2 h2 {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 40px;
}
.homecate-block2 .ttl-cate-block2 h2:before {
    content: "";
    background: url("../../images/ecom/ic-home.png") 0 -555px no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 30px;
    height: 25px;
}
.cont-cate-block2 .tabs-cate-block2 li.active h2,
.cont-cate-block2 .tabs-cate-block2 li:hover h2{color: #fff;}
/*houseware options*/
.cont-cate-block2 .tabs-cate-block2 li.houseware.active,
.cont-cate-block2 .tabs-cate-block2 li.houseware:hover { background: #b16f2d; }
.cont-cate-block2 .tabs-cate-block2 .houseware.active:before { background: #b16f2d; }
.houseware .ttl-cate-block2 h2:before { background-position: -184px -555px; }
.houseware.active .ttl-cate-block2 h2:before,
.houseware:hover .ttl-cate-block2 h2:before{ background-position: -216px -555px; }
/*food options*/
.cont-cate-block2 .tabs-cate-block2 li.food.active,
.cont-cate-block2 .tabs-cate-block2 li.food:hover { background: #d12032; }
.tabs-cate-block2 .food.active:before { background: #d12032; }
.food .ttl-cate-block2 h2:before {
    background-position: -92px -555x;
    width: 22px;
    left: 10px;
}
.food .ttl-cate-block2 h2:before{background-position: -92px -555px;}
.food.active .ttl-cate-block2 h2:before,
.food:hover .ttl-cate-block2 h2:before{background-position: -92px -584px;}
/*cosmetic options*/
.cont-cate-block2 .tabs-cate-block2 li.cosmetic.active,
.cont-cate-block2 .tabs-cate-block2 li:hover { background: #ff74bf; }
.cont-cate-block2 .tabs-cate-block2 .cosmetic.active:before { background: #ff74bf; }
.cosmetic .ttl-cate-block2 h2:before { background-position: -122px -555px; top: 4px; height: 27px;}
.cosmetic.active .ttl-cate-block2 h2:before,
.cosmetic:hover .ttl-cate-block2 h2:before { background-position: -151px -555px; }
/*hitech options*/
.cont-cate-block2 .tabs-cate-block2 li.hitech.active,
.cont-cate-block2 .tabs-cate-block2 li.hitech:hover { background: #0197ff; }
.cont-cate-block2 .tabs-cate-block2 .hitech.active:before { background: #0197ff; }
.hitech .ttl-cate-block2 h2 { padding-left: 35px; }
.hitech .ttl-cate-block2 h2:before { background-position: -253px -555px; width: 22px; left: 8px; top:8px;}
.hitech.active .ttl-cate-block2 h2:before,
.hitech:hover .ttl-cate-block2 h2:before { background-position: -279px -555px; }
/*sport options*/
.cont-cate-block2 .tabs-cate-block2 li.sport.active,
.cont-cate-block2 .tabs-cate-block2 li.sport:hover { background: #19a53c; }
.homecate-block2 .cont-cate-block2 .tabs-cate-block2 .sport.active:before { background: #19a53c; }
.sport .ttl-cate-block2 h2 { padding-left: 45px; }
.sport .ttl-cate-block2 h2:before {background-position: -120px -584px;width: 36px; top:4px;}
.sport.active .ttl-cate-block2 h2:before,
.sport:hover .ttl-cate-block2 h2:before {background-position: -157px -584px;width: 38px;}
/*end sport options*/
.homecate-block2 .slider-cate .slider-block {
    width: 50%;
    float: left;
}
.homecate-block2 .slider-cate .slider-block a {
    display: block;
    height: 130px;
    overflow: hidden;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.homecate-block2 .slider-cate .slider-block a img {
    display: block;
    margin: 0 auto;
}
.homecate-block2 .slider-cate .slider-block a span {
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #666;
    max-height: 32px;
    overflow: hidden;
}
.cont-tabs-cate.block-collection{position: relative; height: 460px;}
.cont-tabs-cate .item-tabs {    
    opacity: 0;
    overflow: hidden;
    /*margin-left: -1px;*/    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    visibility: hidden;
}
.cont-tabs-cate .item-tabs.active {z-index: 3; visibility: visible; opacity: 1;}
.cont-tabs-cate .items-cate-slider {
    width: 230px;
    float: left;
}
.cont-tabs-cate .items-cate-right {
    width: 880px;
    float: left;
}
.cont-tabs-cate .items-cate-right .box-col-items {
    overflow: hidden;
    margin-right: -1px;
}
.cont-tabs-cate .col-items-right {
    width: 25%;
    float: left;
    text-align: center;
}
.cont-tabs-cate .col-items-right.last-child { border-left: none; }
.cont-tabs-cate .col-items-right .block220x260 {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    overflow: hidden;/*background: url("../../images/ecom/loading20x20.gif") center center no-repeat;*/
}
.cont-tabs-cate .col-items-right .block220x260 span {
    display: block;
    line-height: 35px;
    overflow: hidden;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.cont-tabs-cate .col-items-right .block220x260:hover img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}
.item-tabs.houseware .col-items-right .block220x260:hover span {
    background-color: rgba(177,111,45,0.7);
    color: #fff;
}
.item-tabs.food .col-items-right .block220x260:hover span {
    background-color: rgba(209,32,50,0.7);
    color: #fff;
}
.item-tabs.cosmetic .col-items-right .block220x260:hover span {
    background-color: rgba(255,116,191,0.7);
    color: #fff;
}
.item-tabs.hitech .col-items-right .block220x260:hover span {
    background-color: rgba(0,152,255,0.7);
    color: #fff;
}
.item-tabs.sport .col-items-right .block220x260:hover span {
    background-color: rgba(25,165,60,0.7);
    color: #fff;
}
.cont-tabs-cate .top-search {
    overflow: hidden;
    height: 34px;
    padding: 0 10px;
    clear: both;
}
.cont-tabs-cate .top-search span.ttl {
    font-weight: bold;
    float: left;
    line-height: 34px;
}
.cont-tabs-cate .top-search ul { float: left; }
.cont-tabs-cate .top-search ul li {
    float: left;
    margin-left: 5px;
}
.cont-tabs-cate .top-search ul li a {
    display: block;
    padding: 0 5px;
    font-size: 11px;
    line-height: 24px;
    border: 1px solid transparent;
    margin: 3px;
}
.cont-tabs-cate .top-search ul li a:hover {
    background-color: #fff;
    border-color: #ddd;
}
.item-tabs.houseware .top-search ul li a:hover { color: #b16f2d; }
.item-tabs.food .top-search ul li a:hover { color: #d12032; }
.item-tabs.cosmetic .top-search ul li a:hover { color: #ff74bf; }
.item-tabs.hitech .top-search ul li a:hover { color: #0098ff; }
.item-tabs.sport .top-search ul li a:hover { color: #19a53c; }
#slide_collection_houseware {  }
#slide_collection_houseware .owl-controls .owl-page.active .owl-numbers, 
#slide_collection_houseware .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #b16f2d;
    box-shadow: 0 0 8px #b16f2d;
}
#slide_collection_food .owl-controls .owl-page.active .owl-numbers, 
#slide_collection_food .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #d12032;
    box-shadow: 0 0 8px #d12032;
}
#slide_collection_cosmetic .owl-controls .owl-page.active .owl-numbers, 
#slide_collection_cosmetic .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #ff74bf;
    box-shadow: 0 0 8px #ff74bf;
}
#slide_collection_hitech .owl-controls .owl-page.active .owl-numbers, 
#slide_collection_hitech .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #0098ff;
    box-shadow: 0 0 8px #0098ff;
}
#slide_collection_sport .owl-controls .owl-page.active .owl-numbers, 
#slide_collection_sport .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #19a53c;
    box-shadow: 0 0 8px #19a53c;
}
.top-cate-items .slide-collection .col-item a {
    float: none;
    width: 100%;
}
#slide_collection_men .col-item a:hover { color: #2f447d; }
#slide_collection_mombaby .col-item a:hover { color: #ff6600; }
.top-cate-items .block-collection .slide-collection .col-item { width: 110px; }
.top-cate-items .slide-collection .owl-pagination {
    padding-left: 16px;
    width: 110px;
}
#slide_collection_men .owl-controls .owl-page.active .owl-numbers, 
#slide_collection_men .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #31447b;
    box-shadow: 0 0 8px #31447b;
}
.top-cate-items.mombaby .owl-controls .owl-page.active .owl-numbers, 
.top-cate-items.mombaby .owl-controls.clickable .owl-page:hover .owl-numbers {
    opacity: 1;
    background-color: #ff6600;
    box-shadow: 0 0 8px #ff6600;
}
.item-tabs .owl-wrapper-outer { height: 260px !important; }
/* box-activity */
.box-activity.scroll {
    position: fixed;
    width: 250px;
    z-index: 5;
    top: 0;
    margin-top: 0;
    box-shadow: 1px 10px 16px rgba(0, 0, 0, 0.3);
}
.box-activity .promotion_box_left { margin-top: 8px; }
.box-activity .box-ac {
    padding: 6px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.box-activity .box-ac.disabled { display: none; }
.box-activity > .box-ac:last-child { border: none; }
.box-activity .box-ac .img { float: left; }
.box-activity .box-ac .img img { border: 1px solid #ddd; }
.box-activity .box-ac .info-ac {
    margin-left: 42px;
    line-height: 16px;
    margin-bottom: 3px;
    /*font-family: tahoma, verdana, arial, sans-serif;*/
    font-size: 11px;
}
.box-activity .box-ac .info-ac a {
    font-weight: bold;
    color: #4585f4;
}
.box-activity .box-ac .info-ac a:hover { text-decoration: underline; }
.box-activity .box-ac span {
    color: #666;
    font-size: 10px;
    margin-left: 42px;
    display: block;
}
.box-activity .title { background-color: #f2f2f2; }
.box-activity .title span {
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    color: #e5101d;
}
.box-activity .title span:after {
    content: 'o';
    position: absolute;
    top: 5px;
    right: -8px;
    font-size: 10px;
}
.box-activity .promotion-box {
    height: 290px;
    overflow: hidden;
}
.iframe_sendo360 { }
.box-360 {
    border: 1px #ddd solid;
    background: #FFF;
    position: relative;
    border-radius: 2px;
}
.box-360 .title {
    height: 30px;
    border-bottom: 2px #CCC solid;
}
.box-360 .title:before{
    content: '';
    background: url("../../images/ecom/ic-home.png") no-repeat -333px -59px;
    width: 16px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: 10px;
    padding-left: 25px;
}
.box-360 .title span {
    line-height: 28px;
    border-bottom: 2px #F00 solid;
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
    padding-left: 20px;
    color: #e5101d;
}
.box-360 .ajax-load-qa{display: block;}
/* CSS shopthuonghieu */
.box-shopthuonghieu {
    border: 1px solid #d9d9d9;
    background: #fff;
    margin-top: 10px;
    border-radius: 2px;
}
.box-shopthuonghieu .ttl-sth {
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 40px;
}
.box-shopthuonghieu .ttl-sth h2 {
    float: left;
    padding-left: 30px;
    position: relative;
    margin-left: 8px;
}
.box-shopthuonghieu .ttl-sth h2 a {
    display: block;
    color: #ee2a24;
    text-transform: uppercase;
    font-size: 15px;
}
.box-shopthuonghieu .ttl-sth h2:before {
    content: "";
    background: url("../../images/ecom/ic-home.png") -326px -433px no-repeat;
    width: 22px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ttl-sth a.viewall {
    float: right;
    padding-right: 5px;
    margin-left: 10px;
    color: #333;
}
.ttl-sth a.viewall:after {
    content: "\f105";
    color: #666666;
    padding-left: 8px;
}
.tabs-sth .tabs {
    background-color: #f6f6f6;
    overflow: hidden;
}
.tabs-sth .tabs li:first-child { border-left: none; }
.tabs-sth .tabs li {
    float: left;
    width: 50%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.tabs-sth .tabs li:hover { background: #fff; }
.tabs-sth .tabs li.active {
    background: #fff;
    border-bottom-color: #fff;
}
.cont-tabs-sth .items {
    overflow: hidden;
    padding: 10px 20px;
    display: block;
}
.cont-tabs-sth .items.active { display: block; }
.cont-tabs-sth .items .logo-sth {
    display: block;
    float: left;
    width: 152px;
    height: 80px;
    padding: 3px;
    overflow: hidden;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.cont-tabs-sth .items .logo-sth img {
    display: block;
    margin: 0 auto;
}
.cont-tabs-sth .items .logo-sth:hover img{
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    -o-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}
.home-banner-left{margin-top: 10px;}
.home-banner-left a{display: inline-block; text-align: center;}
/* basic scrollbar styling */
.login_box.small-b { margin-top: 0 !important; }
.log_status { }
.log_status_user {background: #FFF; margin-bottom: 10px;}
.log_status_user .user_info {
    padding: 10px;
    border: 1px #d8d8d8 solid;
}
.log_status_user .user_info .avatar {
    width: 52px;
    height: 52px;
    float: left;
}
.log_status_user .user_info .avatar img {
    width: 50px;
    height: 50px;
    border: 1px #d8d8d8 solid;
}
.log_status_user .user_info .info_text {
    margin-left: 60px;
    line-height: 20px;
    color: #505050;
    font-size: 12px;
}
.log_status_user .user_info .info_text strong { font-size: 14px; }
.log_status_user .user_info .info_text p { }
.log_status_user .user_info .info_text a {
    font-size: 11px;
    display: block;
    position: relative;
    line-height: 20px;
}
.log_status_user .user_info .info_text a:before {
    margin-right: 5px;
    font-size: 11px;
}
.log_status_user .user_info .info_text a.tttk:before { content: '\f09d'; }
.log_status_user .user_info .info_text a.thoat:before { content: "\f011"; }
.log_status_user .user_info .info_text a:hover { color: #4585f4; }
.log_status_user .current_order {
    border: 1px #d8d8d8 solid;
    border-bottom: none;
}
.log_status_user .current_order h2 a {
    background: #f3f3f3;
    font-size: 13px;
    color: #333;
    padding-left: 10px;
    line-height: 30px;
    display: block;
}
.log_status_user .current_order h2 a:after {
    content: '\f101';
    padding-left: 5px;
    font-size: 11px;
}
.log_status_user .current_order a:hover { color: #4585f4; }
.log_status_user .current_order .current_order_item {
    padding: 10px;
    border-bottom: 1px #CCC solid;
}
.current_order_item .order_imgthumb {
    float: left;
    margin-right: 10px;
    width: 50px;
}
.current_order_item .order_code { }
.current_order_item .order_code a { color: #ff6600; }
.current_order_item .order_code a:hover { text-decoration: underline; }
.current_order_item .order_date {
    font-size: 11px;
    line-height: 20px;
    padding-top: 5px;
}
.current_order_item .order_imgthumb { }
.current_order_item .order_imgthumb img { border: 1px #CCC solid; }
.current_order_item .step_status {
    height: 34px;
    margin-top: 5px;
    background: url("../../images/ecom/logo-sprite.png") 0 -241px no-repeat;
    clear: both;
    position: relative;
}
.current_order_item .step_status span {
    position: absolute;
    background-color: #090;
    padding: 5px 8px;
    line-height: 18px;
    left: 0;
    top: -38px;
    color: #FFF;
    border-radius: 6px;
    display: none;
    opacity: 0;
    min-width: 60px;
    text-align: center;
}
.current_order_item .step_status:hover span {
    display: block;
    opacity: 1;
}
.current_order_item .step_status span:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 40%;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #090;
}
.current_order_item .step_status.step2 { background-position: 0 -69px; }
.current_order_item .step_status.step3 { background-position: 0 -103px; }
.current_order_item .step_status.step2 span { left: 27px; }
.current_order_item .step_status.step3 span { left: 80px; top: -36px; }
.current_order .viewall {
    border-bottom: 1px #CCC solid;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}
.current_order .viewall a {
    text-align: right;
    padding: 0;
    padding-right: 10px;
    display: block;
}
.log_status_user .diem-sen{
    position:relative;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f3f3f3;
}
.log_status_user .diem-sen:before{
    content:"";
    background:  url("../../images/ecom/ic-home.png") -313px -395px no-repeat;
    width:32px;
    height:32px;
    position:absolute;
    top: 10px;
    left: 8px;
}
.log_status_user .diem-sen > p{position: relative;}
.log_status_user .diem-sen > p .link-profile{
    display:block;
    font-size:15px;
    color: #e5101d;
    margin-top:2px;
    font-weight: bold;
}
.log_status_user .diem-sen > p span{
    display:block;
    font-size:11px;
    margin-top: 6px;
}
.log_status_user .diem-sen > p b{color: #e5101d;}
.log_status_user .diem-sen > p .link-hd{
    display: block;
    position: absolute;
    top: -2px;
    left: 100px;
    width: 15px;
    height: 15px; 
}
.log_status_user .diem-sen > p .link-hd:before{
    content:"\f059";
    color: #666;
    font-size:15px;
}
.log_status_user .diem-sen > p .link-hd:after{
    content: attr(data-title);
    font-size: 12px;
    font-family: arial;
    background-color: #090;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: -11px;
    width: 200px;
    line-height: 16px;
    left: -205px;
    border-radius: 3px;
    display: none;
}
.log_status_user .diem-sen > p .link-hd:hover:after{display: block;}
.log_status_user .mess_new {
    border-bottom: 1px #CCC solid;
    padding: 15px 10px;
}
.log_status_user .mess_new a {
    display: block;
    line-height: 18px;
    position: relative;
}
.log_status_user .mess_new a:before {
    content: "\f0e0";
    margin-right: 5px;
    color: #4585f4;
    font-size: 17px;
}
.log_status_user .mess_new a:hover, .log_status_user .mess_new a:hover:before { color: #4585f4; }
.log_status_user .mess_new .notify {
    position: absolute;
    top: -9px;
    left: 5px;
    background: #F00;
    border-radius: 3px;
    text-align: center;
    width: 15px;
    color: #FFF;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
}
.log_status_user .fav_shop {
    padding: 10px;
    line-height: 22px;
    border-bottom: 1px #CCC solid;
}
.log_status_user .fav_shop a { display: block; }
.log_status_user .fav_shop a:hover { color: #4585f4; }
.log_status_user .fav_shop strong {
    font-size: 20px;
    color: #e5101d;
    margin-left: 5px;
}
.log_status_user .fav_shop span { display: inline-block; }
.log_status_user .fav_shop span:before {
    content: "\f004";
    margin-right: 5px;
    font-size: 15px;
    color: #e5101d;
}
.log_status_user .preview_product { border-bottom: 1px #CCC solid; }
.log_status_user .preview_product .scroll {
    margin-top: 10px;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
}
#owl-home-top .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.help_all.nologin{margin-top: 0 !important;}

/* media */
/* 1280 */
@media screen and (max-width: 1342px) {
  .left-col.home {}
  .block-home-top .good-deal{width: 220px;}
  .good-deal .box-2-deal .deal-item{width: 100%; border: none;}
  .good-deal .box-2-deal .deal-item.deal02{display: none;}
  .good-deal .title-deal .xt{display: none;}
  .women-col3 .col.col2{display: none;}
  .women-col3 .col{width: 218px;}
  .block-email{padding: 22px 3%;}
  .block-email input[type="text"]{width: 380px;}
  .left-col.home .xu-huong{width: 650px;}
  .block-silde-coll .trend-pro_item{width: 217px;}
  .homecate-block2 .ttl-cate-block2 h2{font-size: 12px;padding-left: 40px;} 
  .homecate-block2 .hitech .ttl-cate-block2 h2{padding-left: 32px;}
}
/* 1024 */
@media screen and (max-width: 1130px) {
    .homecate-block2 .ttl-cate-block2 h2{font-size: 12px;padding-left: 36px;}   
}
@media screen and (max-width: 800px) {
  .nav-left-homepage .nav-main-box{display: block !important;}
}

