body{
    font: 12px/20px Arial, Helvetica, sans-serif;
}
a:hover{
    color:#E50202;
    text-decoration:none;
}
.footer-add {
    text-align: center;
    font-size: 15px;
    font-weight:400;
}
#wrapper{
    /* background: #f1f1f1; */
}
.layout,.main{
    width: 1150px;
    margin:auto;
}
#container-top{
    height: 62px;
    color:#fff;
    background: #FFF;
    line-height:40px;
    position: relative;
}
#container-top a{
    /* color: #4a9600; */
    /* background: url('../images/icon-dia-diem.png') no-repeat left #f8f8f8; */
}
ul.mh-top li {
    /* display: inline-block; */
    margin-right: 5px;
    float: left;
    height: 51px;
}
.title-t {
    float: left;
    background: #fc822c;
    color: #fff;
    padding: 9px 24px;
    font-size: 16px;
    position: relative;
}

.title-t {}

.title-t:after {
    content: ' ';
    position: absolute;
    top: 0px;
    right: -18px;
    width: 37px;
    height: 39px;
    transform: scale(0.707) rotate(45deg);
    -webkit-transform: scale(0.707) rotate(45deg);
    -moz-transform: scale(0.707) rotate(45deg);
    z-index: 1;
    /* background: #666; */
    background: linear-gradient(135deg,#fc822c,#fc822c);
    box-shadow: 2px -2px 0 2px rgb(255, 255, 255),3px -3px 0 2px rgba(252, 130, 44, 0.95);
    border-radius: 0 5px 0 50px;
}
ul.mh-top {
    float: right;
    height: 51px;
}
ul.mh-top li a i {
    display: block;
    height: 19px;
    margin: 0 auto;
    /* padding-bottom: 7px; */
    width: 33px;
}
ul.mh-top li a {
    /* float: left; */
    font-size: 15px;
    font-weight: bold;
    /* padding: 5px 14px 8px; */
    text-decoration: none;
    color: #fff;
    /* background-repeat: no-repeat; */
    /* background-position: 201px -3px; */
    /* height: 51px; */
}
.ss2_wrapper {
    margin-left: 14px;
    border: 1px solid #e1e1e1;
    padding: 4px;
    padding-left: 10px;
    padding-right: 0px;
    border-radius: 4px;
}
ul.mh-top li a i {
    display: block;
    height: 21px;
    margin: 0 auto;
    /* padding-bottom: 7px; */
    width: 33px;
    margin-top: 9px;
    background-size: 19px !important;
}
ul.mh-top li a span {
    font-size: 12px;
    color: #fff;
    margin-top: -17px;
    display: block;
    height: 14px;
    text-transform: uppercase;
}
.right-loginuser{
    float:right;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
.hot-news-top{
    height: 62px;
}
.hot-news-top h1{
    display:inline-block;
}
.tregister{
    margin-right:5px;
}
.tlogin{
    margin-left:5px;
}
.tregister, .tlogin{
    display: inline-block;
    white-space:nowrap;
}
.quenpass {
    text-align: center;
    margin-right: 60px;
    margin-top: 5px;
    color: red;
    cursor: pointer;
}
.name-member{
    font-weight: bold;
}
.hot-news-top label{
    float: left;
    color:#FDE804;
    font-weight:bold;
}
.hotline-top{
    float: right;
}
.hotline-top span{
    background: url('../images/Shopping-Cart-11.png') no-repeat 1px;
    padding-left: 33px;
    display: inline-block;
    font-size: 17px;
}
#top{
    /* float:left; */
    height: 51px;
    line-height: 51px;
    position: relative;
    width: 100%;
}
.logo{
    float:left;
    height: 51px;
    /* line-height: 82px; */
    /* position: absolute; */
    /* top: 0px; */
}
.logo img{
    height: 51px;
    /* width: 131px; */
    /* position: relative; */
    /* top:15px; */
    /* width: 100%; */
}
.search{
    /* overflow: hidden; */
    /* height: 82px; */
    padding-left: 66px;
    /* line-height: 82px; */
    float: left;
    width: 61%;
}
.inputtext input{
    float:left;
}
.inputtext{
    position: relative;
    top: 4px;
    width: 100%;
}

.fix-right .inputtext input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.fix-right .inputtext input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.fix-right .inputtext input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.fix-right .inputtext input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.fix-right .inputtext input[type="text"]:focus{
    box-shadow: 0px 0px 2px 2px #9496C2;
    -moz-box-shadow: 0px 0px 2px 2px #9496C2;
    -webkit-box-shadow: 0px 0px 2px 2px #9496C2;
}
.fix-right .inputtext input[type="text"]{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FFF;
    color: #333;
    border: 1px solid #FFF;
}
.inputtext input[type="text"]{
    height: 28px;
    font-size:14px;
    text-indent: 10px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
}
.inputtext input[type="submit"]{
    background: url('../images/icon-search.png') no-repeat center;
    border:none;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 14px;
    cursor: pointer;
    background-color: #F47800;
}
.t-search {
    width: 300px;
    float: right;
}
.tk input[type="submit"]{
    background: url('../images/icon-search.png') no-repeat center;
    border:none;
    width: 45px;
    height: 32px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    background-color: #F47800;
}
.hotline-top{
    font-size: 24px;
    text-transform:uppercase;
    color: #FFF;
    margin-right: 5px;
    /* margin-left: 12px; */
    height: 51px;
    /* line-height: 82px; */
}
.sidebar-left{
    width: 235px;
    float:left;
    position:relative;
}
.slide-and-hot{
    overflow: hidden;
    width: 915px;
    background: #fff;
    float: right;
}
.category-name{
    position: absolute;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    overflow: hidden;
    width: 369px;
    height: 35px;
    lefT: -168px;
    line-height: 35px;
    font-size: 16px;
    top: 166px;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 10px;
}
.category-items{
    -ms-transform: matrix(1,0.5,-0.5,1,0); /* IE 9 */
    -webkit-transform: matrix(1,0.5,-0.5,1,0); /* Chrome, Safari, Opera */
    transform: matrix(1,0.5,-0.5,1,0);
    float:left;
    width: 50%;
    text-align: center;
    background:#F7F7F7;
    color:#3A3EB3;
}

.selected-tabs{
    background:#E50303;
    color:#fff;
}

.sidebar-content{
    /* padding-left:34px; */
    /* position: absolute; */
    /* z-index: 9999; */
}
.sidebar-content li{
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #f0f0f0;
    position: relative;
}
.sidebar-content li:hover{
    border-bottom: 1px solid #ccc;
    border-right:1px solid #ccc;
}
.sidebar-content li img{
    position:absolute;
    top:5px;
    width:30px;
    height:30px;
}

.sidebar-content li a{
    padding-left: 35px;
    color: #555;
    display: block;
    transition:0s;
    -webkit-transition:0s;
    -moz-transition:0s;
}
.sidebar-content li:hover{
    /* background:#3A3EB3; */
}
.sidebar-content li:hover > a{
    color: #111;
    transition:0s;
    -webkit-transition:0s;
    -moz-transition:0s;
    font-weight: bold;
}
#data-2 li a{
    background:url('../images/icon-dia-diem.png') no-repeat left 0px;

}
#data-2 li:hover > a{
    background:url('../images/icon-dia-diem.png') no-repeat left -40px;

}
.sidebar-1{
    background:url('../images/icon-thoi-trang.png') no-repeat left 0px;

}
.sidebar-content li:hover > .sidebar-1{
    background:url('../images/icon-thoi-trang.png') no-repeat left -40px;

}
.sidebar-2{
    background:url('../images/icon-nha-hang-am-thuc.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-2{
    background:url('../images/icon-nha-hang-am-thuc.png') no-repeat left -40px;
}
.sidebar-3{
    background:url('../images/icon-suc-khoe-lam-dep.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-3{
    background:url('../images/icon-suc-khoe-lam-dep.png') no-repeat left -40px;
}
.sidebar-4{
    background:url('../images/icon-du-lich-khach-san.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-4{
    background:url('../images/icon-du-lich-khach-san.png') no-repeat left -40px;
}
.sidebar-5{
    background:url('../images/icon-giai-tri-dao-tao.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-5{
    background:url('../images/icon-giai-tri-dao-tao.png') no-repeat left -40px;
}
.sidebar-6{
    background:url('../images/icon-gia-dung-noi-that.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-6{
    background:url('../images/icon-gia-dung-noi-that.png') no-repeat left -40px;
}
.sidebar-7{
    background:url('../images/icon-dientu-cong-nghe.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-7{
    background:url('../images/icon-dientu-cong-nghe.png') no-repeat left -40px;
}
.sidebar-8{
    background:url('../images/icon-me-va-be.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-8{
    background:url('../images/icon-me-va-be.png') no-repeat left -40px;
}
.sidebar-9{
    background:url('../images/gio-vang.png') no-repeat left 0px;
}
.sidebar-content li:hover > .sidebar-9{
    background:url('../images/gio-vang.png') no-repeat left -40px;
}

.sidebar-content li ul{
    position: absolute;
    width:200px;
    left:235px;
    top:0;
    display:none;
    z-index: 9999999999999;
}
.sidebar-content li ul li{
    border-bottom:1px solid #ccc;
}
.sidebar-content li ul li a{
    padding-left:10px;
}
.sidebar-content li ul li:last-child{
    border-bottom:none;
}
.sidebar-content li:hover > ul{
    display:block;
}

.product-hot-home-items{
    float:left;
    position: relative;
    margin-right: 18px;
    width:235px!important;
}
.product-hot-home-items:nth-child(1){
    margin-left:0;
}
.product-hot-home-items h3 {
    position: absolute;
    bottom: 5px;
    height: 30px;
    line-height: 30px;
    display: block;
    padding-left: 10px;
    width: 225px;
    background: rgba(255, 245, 245, 0.74);
    text-transform:uppercase;
    font-weight:normal;
}
.product-hot-discounts{
    float:right;
    background:red;
    color:#fff;
    font-weight:bold;
    padding: 0px 5px;
    font-size: 14px;
    position: absolute;
    right: 0px;
}
.container-items > h2 span, .right-detail > h2 span{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #373B9C;
    height: 37px;
    line-height: 20px;
    display: inline-block;
    padding-right: 15px;
    margin-top: 20px;
    position: relative;
    background: #fff;
}
.container-items > h2 span a{
    color:#373B9C;
}
.container-items > h2 span a:hover{
    color:#E50202;
}
.container-items > h2 ,.right-detail > h2{
    background:url('../images/bg-line.png') repeat-x center;
}
.promotion{
    margin-top:20px;
}
.promotion h2{
    background:#373B9C;
    position: relative;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
    height:37px;
    line-height:37px;
    display: inline-block;
    padding-left:80px;
    padding-right:10px;
}
.promotion h2:before{
    content:"";
    position: absolute;
    width:77px;
    height:37px;
    /*background:url('../images/bg-khuyen-mai.png') no-repeat center;*/
    left:0;
    top:0;
}
.promotion h2:after{
    content: "";
    border-top: 19px solid transparent;
    border-left: 19px solid #373B9C;
    border-right: 19px solid transparent;
    border-bottom: 18px solid transparent;
    right: -38px;
    top: 0px;
    position: absolute;
}
.product{
    float:left;
    background: #FFF;
    width: 15%;
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom:10px;
    /* border: 1px solid #bbb; */
}
.product-image{
	text-align:center;
}
.time-end{
    display:none;
}
.product:hover > .time-end{
    display:block;
}
.product:nth-child(4n+1){
    margin-left:0;
}
.product-image img{
    max-width: 100%;
    border:1px solid #ccc;
    height: 219px;
}
.product .product-discounts{
    position: absolute;
    width:52px;
    height:53px;
    background:url('../images/icon-discounts.png') no-repeat center;
    line-height: 53px;
    text-align: center;
    color:#fff;
    font-weight:bold;
    font-size: 16px;
    right: 2px;
    top:2px;
}
.product p{
    padding:0px 10px;
}
.product a{
    color: #555;
    font-size: 15px;
    font-weight: bold;
}
.product:hover{
    box-shadow:1px 1px 5px #707070
}

.product-view-detail{
    /* width: 95px; */
    height: 36px;
    /* float:right; */
}
.quantity-pbuy{
    float:left;
    background: url('../images/icon-people.png') no-repeat left 2px;
    padding-left: 25px;
    font-size: 13px;
    margin-right: 5px;
    width: 76px;
    color: #959595;
}
.product-view-detail a{
    float: right;
    margin-right: 6px;
}
.product-price{
    overflow: hidden;
    height: 30px;
    line-height:34px;
    padding: 0px 10px 10px 10px;
    padding-right:0;
}
.price{
    /* float:left; */
}
.price .price-1{
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.price .price-2{
    font-weight: normal;
    font-size:14px;
    color: #999;
    text-decoration: line-through;
}
sub{
    font-size: smaller;
    vertical-align: super;
}
#footer{
    margin-top:10px;
}
.footer-title{
    text-transform: uppercase;
    font-size:16px;
    margin-bottom:10px;
    color: #333;
}
#footer a{
    color: #333;
}
.footer-top{
    padding:10px;
    background: #fff;
    overflow:hidden;
    color: #333333;
    border-top: solid 1px #eee;
}
.footer-1,.footer-2,.footer-3{
    width:19%;
    float:left;
}
.footer-5{
    width:23%;
    float:left;
}
.footer-4{
    width:20%;
    float:left;
}
.footer-content-1{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    padding-top:30px;
}
.fbottom-2 a{
    color: #fff;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin-right: 8px;
    border-radius: 50px;
}
.facebook{
    background:url('../images/icon-facebook-1.png') no-repeat center;
}
.twitter{
    background:url('../images/icon-twitter-1.png') no-repeat center;
}
.in{
    background:url('../images/icon-in-1.png') no-repeat center;
}
.google{
    background:url('../images/icon-google-1.png') no-repeat center;
}
.youtube{
    background:url('../images/icon-youtube-1.png') no-repeat center;
}
.pin{
    background:url('../images/icon-pin-1.png') no-repeat center;
}
.footer-bottom{
    background: #383838;
    color: #dddddd;
}
.fbottom-1{
    text-transform:uppercase;
    font-size:25px;
}
.footer-bottom-items{
    height: 46px;
    line-height: 65px;
}
.fbottom-3 span{
    font-size:19px;
    text-transform:uppercase;
    padding:10px 20px;
    border-radius:30px;
    background:#373B9C;
}
.copyright{
    text-align:center;
}
.category-items{
    cursor:pointer;
}
#data-2{
    display: none;
}
.breadcrumbs{
    font-size: 12px;
    color: #000;
    padding: 0px 13px;
    font-family: Arial, sans-serif;
    background: #ccc;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}
.breadcrumbs h2{
    font-weight:normal;
    display: inline;
}
.breadcrumbs a{
    color: #db6618;
    /* text-transform:uppercase; */
    /* float: left; */
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-right:10px;
    margin-left: 10px;
	font-weight:800;
}
.breadcrumbs a:hover{
    color:#d40101;
}

.next-page {
    line-height: 2.2;
    margin: 20px 0 30px 0;
}
.next-page li {
    float: left;
}
.next-page li a {
    color: #FFF;
    margin: 3px 6px 3px 0;
    padding: 7px 12px;
    border: 1px #DDD solid;
    background: #373B9C;
}
.next-page li a:hover, .next-page li a:active, .next-page li a:focus, .next-page-focus {
    color: #FFF;
    background: #ff423d;
    text-decoration: none;
}
.current_page{
    color: #FFF;
    margin: 3px 6px 3px 0;
    padding: 7px 12px;
    border: 1px #DDD solid;
    background: #ff423d;
}
.googlelike,.googlelike1{
    width:90px;
    height:20px;
    float:left;
}
.facebook-top{
    width:90px;
    height:20px;
}
.share_img{
    float:left;
    margin-right:5px;
}
.product-detail{
    margin-top:10px;
    margin-bottom:10px;
}
.product-detail-left{
    width:490px;
    float:left;
    margin-right:20px;

}
.product-detail-right{
    float:right;
    width:490px;
    position:relative;
}
.detailwrite h2,.right-title{
    color:#E50303;
    font-size:20px;
    padding-bottom:10px;
}
.product-detail-intro{
    font-size: 14px;
    color: #414141;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: normal;

}
.sl, .size{
    float:left
}
.sl,.size{
    margin-right: 45px;
    margin-top: 10px;
    font-size:16px;
    margin-bottom: 25px;
}
.sl select,.size select{

    padding:2px 10px;
    font-size:16px;
}
.yes-sale{
    /*    position:absolute;
        bottom:5px;
        left:0;*/
    margin-top:10px;
    overflow: hidden;
}
.product-detail-slpbuy{
    margin-left:10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size:20px;
    padding-left: 45px;
    height:40px;
    background: url('../images/icon-people-detail.png') no-repeat left center;
}
.product-detail-slpbuy span{
    font-size: 12px;
}
#form1{
    float:left;
}
.detail-price{
    float:left;
    margin-right:50px;
}
.detail-code{
    float:right;
    font-size: 14px;
}
.detail-price-code{
    overflow: hidden;
    margin-bottom:15px;
    height: 44px;
    line-height: 32px;
}
.details-discounts{
    overflow: hidden;
    background: url(../images/discounts-detail.png) no-repeat center;
    width: 81px;
    height: 44px;
    line-height:32px;
    display: block;
    float: left;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.details-discounts span{
    font-size: 17px;
    margin-top: 3px;
    display: inline-block;
}
.price-detail-1{
    color: #E50303;
    font-weight: bold;
    font-size: 20px;
}
.price-detail-2{
    font-size: 16px;
    padding-left: 10px;
    color: #666;
    text-decoration: line-through;
}
.chitietsp-1{
    font-size:14px;
    line-height:1.8;
}
.product-details-other{
    margin-top:10px;
}
.product-details-other h3{
    font-size:16px;
    text-transform: uppercase;
}
.chitietsp-1 h3{
    font-size:17px;
}
.left-chitietsp{
    overflow: hidden;
    width: 74%;
    float: left;
}
.right-promotion{
    width:250px;
    float:right;
    margin-left:20px;
}
.product-right-promotion{
    width:250px;
    margin-left:0;
}
.product-right-promotion img{
    width:248px;
    height:253px;
}
.product-right-promotion .product-view-detail{
    width:50px;
}
.services-details:nth-child(odd){
    margin-right:20px;
}
.services-details{
    float:left;
    width:490px;
    margin-top:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
}
.services-details-left{
    float:left;
    margin-right:10px;
}
.services-details-left img{
    padding:2px;
    border:1px solid #ccc;
}
.services-details-right h3 a{
    font-size:14px;
    color:#3A3EB3;
}
.services-details-right h3 a:hover{
    color:#E50202;
}
.title-news-11{
    overflow: hidden;
    margin-top: 20px;
}
.right-title{
    padding:10px;
}
.news-left{
    width:250px;
    float:left;
    margin-right:20px;
    margin-top:10px;
}
.news-left img{
    max-width:250px;
    height:auto;
    margin-top:10px;
}
.news-right{
    overflow:hidden;
    margin-top:10px;
}
.news-left-items{
    overflow: hidden;
    margin-top:10px;
}
.news-left-title{
    text-align: center;
    font-size:16px;
    margin-bottom:5px;
    font-weight:bold;
    background: #fc822c;
    padding: 5px;
    color: #fff;
}
.news-left-content{
    background: #f2f2f2;
    padding: 10px 20px;
    border-top: 1px solid #eeeeee;
}
.news-left-content li a{
    font-size:14px;
}
.news-left-content li{
    list-style: initial;
    cursor: pointer;
    padding: 7px 5px 7px 0;
    color: #414141;
    font-size:15px;
    margin-left: 10px;
}
.news-left-content li:hover{
    color:#E50202;
}
.product-hot-home img{
    max-width:740px;
    max-height:102px;
}
.time-end{
    position:absolute;
    right:5px;
    top:5px;
    padding: 4px 10px;
    background: #fff;
    font-size: 18px;
}
.future_date{
    background: url('../images/icon-time.png') no-repeat left center;
    padding-left:25px;
}
.product-notification{
    position:absolute;
    bottom:12px;
    right:5px;
    padding:3px 5px;
    background:#ff7a00;
    font-size:14px;
    color:#fff;

}
.product-image{
    position:relative;
    padding: 5px;
}
.time-end-detail{
    bottom: 12px;
    left: inherit;
    right: 5px;
    top: inherit;
    z-index: 9999;
    background: rgba(229, 3, 136, 0.2);
}
#show-image-large1{
    position:relative;
}
.column-1{
    margin-right:20px;
}
.column-title{
    font-size:18px;
    font-weight:bold;
    text-transform: uppercase;
}
.column-content{
    padding-left:15px;
}
.column-1, .column-2{
    width:470px;
    float:left;
    font-size:14px;
    line-height:1.6;
}
.showmore-detail{
    float: left;
    width: 100%;
    padding:10px 0px;
    margin-bottom:10px;
    background:#F2F2F2;
    border-bottom: 1px solid #D8D8D8;
}
.product p {
    min-height: 20px;
}

/***/
.top-left-category{
    width: 235px;
    float: left;
    height: 100px;
    position: relative;
}
.topdistrict{
    /* margin-right:10px; */
    position:relative;
    line-height: 60px;
}
.active-city{
    background: url('../images/icon-dia-diem.png') no-repeat left;
    padding-left: 19px;
    padding-right:15px;
    cursor:pointer;
    font-size: 11px;
    display: inline-block;
    position:relative;
    color: #4a9600;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e4e4e4;
}
.active-city:before{

}
.active-city:after{
    position: absolute;
    content: "";
    background: url('../images/icon-all.png') no-repeat;
    right: 3px;
    top: 46%;
    width: 8px;
    height: 4px;
    background-position: -322px -65px;
}
.namecate{
    /*position: absolute;
    bottom: 1px;*/
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    background: #db6618;
    width: 100%;
    /* padding: 10px 0px; */
    color: #FFF;
    font-weight: bold;
    font-family: "Open Sans Bold", sans-serif;
}
.namecate span{
    background: url('../images/icon-list.png') no-repeat left center;
    padding-left: 35px;
}
#product-hot-home img{
    /* height:130px!important; */
}
.hover-city{
    /* padding-left: 10px; */
    width: 200px;
    display:none;
    position: absolute;
    background: #fff;
    z-index:9999;
    top: 62px;
    right: 0;
    box-shadow: 1px 1px 5px #707070;
}
.topdistrict:hover > ul.hover-city{
    display: block;
}
.hover-city li a{
    font-weight: bold;
    text-transform: uppercase;
    color: #4a9600;
    /* margin-left: 5px; */
    display: block;
    padding-left: 39px;
    background: url('../images/icon-dia-diem.png') no-repeat 15px 8px;
    transition:0s;
    -moz-transition:0s;
    -webkit-transition:0s;
    -o-transition:0s;
    border-bottom: 1px solid #bbb;
    height: 40px;
    line-height: 40px;
}
.hover-city li a:hover{
    color: #4a9600!important;
    background-color: #e4e4e4;
}
.hover-city li{
}
.widget-sidebar-top{
    position: fixed;
    display: none;
    height: 40px;
    z-index:9999;
    width:100%;
    background: #4A9600;
}
.fix-left{
    width:235px;
    float:left;
}
.fix-left .namecate{
    cursor:pointer;
    background: #f47800;
}
.fix-left ul#data-1{
    display:none;
}
.fix-left:hover ul#data-1{
    display: block;
}
ul#data-1 >li{
    padding-left:15px;
}
.fix-center{
    overflow: hidden;
    text-align: center;
}
.fix-center img{
    height:25px;
    position: relative;
    top:8px;
    width:auto;
}
.fix-right{
    float: right;
    font-size: 20px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.fix-right .inputtext{
    top: 3px;
    width:220px;
}
.fix-right .inputtext input[type="text"]{
    width: 204px;
    height: 30px;
}
.showmdt{
    position:relative;
    float:left;
    padding-bottom: 40px;
}
p.bg_view {
    background: url(../images/bg_view.png) no-repeat center top;
    width: 139px;
    height: 24px;
    position: absolute;
    bottom: -29px;
    left: 42%;
    padding: 10px 10px;
}
a.view_more,a.view_coll {
    background: #ff7a00;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    width: 119px;
}
.showhidedt{
    overflow: hidden;
    height:250px;
}
.view_more_hidden{
    height:auto;
}
span.arrow_down_big {
    background: url(../images/icon-1.png) no-repeat right center;
    width: 9px;
    height: 7px;
    display: inline-block;
    margin-left: 6px;
}
span.arrow_up_big {
    background: url(../images/icon-1-up.png) no-repeat right center;
    width: 9px;
    height: 7px;
    display: inline-block;
    margin-left: 6px;
}
.btn-support-bright {
    float: right;
    position: relative;
}

.val-notify {
    cursor: pointer;
    height: 62px;
    line-height: 62px;
    padding: 0px 30px;
    border-left: 1px solid #E4E4E4;
    color: #333;
    position: relative;
}
span.ch:before{
    position: absolute;
    content: "";
    left: 2px;
    top: 46%;
    left: 6px;
    width: 20px;
    top: 33%;
    height: 20px;
    background: url('../images/icon-all.png') no-repeat;
    background-position: -199px -308px;
}

span.ch:after {
    position: absolute;
    content: "";
    background: url('../images/icon-all.png') no-repeat;
    right: 16px;
    top: 46%;
    width: 8px;
    height: 4px;
    background-position: -322px -65px;
}
.thua-logo {
    height: 50px;
    width: 150px;
    float: left;
    bottom: 0;
    position: absolute;
    background: #4a9600;
    border-radius: 2px;
}
.top-mc {
    /* background: #4a9600; */
}
.top-mc {
    background: #fc822c;
}
.hotline-top a {
    color: #FFF;
}
.show-panel {
    /* width: 112px; */
    /* padding: 11px 3px 0 8px; */
    /* height: 47px; */
    float: right;
    /* text-align: center; */
}
.lbl-login {
    height: 17px;
    line-height: 17px;
    overflow: hidden;
}

.lbl-reg {
    height: 17px;
    line-height: 17px;
}

.grp-lbl a {
    color: #FFF;
}

.grp-lbl {
    position: relative;
    padding-left: 33px;
}
.grp-lbl:before{
    position: absolute;
    content: "";
    left: 5px;
    width: 23px;
    top: 9%;
    height: 26px;
    background: url('../images/icon-all.png') no-repeat;
    background-position: -220px -52px;
}
.col-address {
    display: none;
    width: 900px;
    position: absolute;
    right: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 1px 5px #787878;
}
.head-col{
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #111111;
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    box-shadow: 0 -1px #f1f1f1 inset;
    border-radius: 3px 3px 0 0;
    z-index: 1;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.list-address{
    float: left;
    width: 400px;
    max-height: 405px;
    overflow-y: auto;
    margin: 0;
    color: #333;
}
.address-map{
    float: left;
    width: 500px;
}
.address-item{
    display: block;
    position: relative;
    padding: 11px 0 11px 48px;
    cursor: pointer;
}
.address-item:hover{
    background: #efefef;

}
.address-map-intro {
    padding: 14px;
    color: #333;
    font-size: 1.153846153846154em;
}
.ta-c.wrap-list-map-img {
    text-align: center;
    padding: 0 5px 5px 5px;
}

.ta-c.wrap-list-map-img img {
    width: 100%;
    max-height: 352px;
}
.btn-support-bright:hover .col-address {
    display: block !important;
}

.val-notify:hover {
    background: #fff;
    box-shadow: 1px 1px 5px #707070;
    border-color: #fff;
    position: relative;
    z-index: 1;
}
.col-address:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 65px;
    width: 14px;
    height: 10px;
    background: url(../images/icon-all.png) no-repeat -123px -118px;
}
.sidebar-content li a.parent-cate:before{
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    width: 0;
    height: 100%;
    border-left: 1px solid #f1f1f1;
}
.tinhot-1 {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 584px;
    float: left;
}

.tinhot-1 label {
    height: 40px;
    line-height: 40px;
    float: left;
    font-weight: bold;
    position: relative;
    padding-left: 36px;
}

.tinhot-1 label:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 35px;
    top: 23%;
    height: 20px;
    background: url('../images/icon-all.png') no-repeat;
    /* background-position: -78px -142px; */
}
.tab-lbls {
    margin-bottom: 15px;
    border-bottom: 0;
    position: relative;
}

.t-lbl{
    font-size: 13px;
    font-weight: bold;
    background: #e0e0e0;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 0 25px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    color: #000000;
}
.t-lbl:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    width: 10px;
    height: 100%;
    background: none;
    box-sizing: border-box;
}

.cl-trans {
    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
}

.t-lbl.cl-trans.active, .t-lbl.cl-trans:hover {
    background: #fc822c;
    border-color: #fc822c;
    color: #fff;
}

.icon {
    width: 7px;
    height: 9px;
    background: transparent url('../images/icon-all.png') no-repeat;
    background-position: -50px -151px;
    border: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    display: inline-block;
}
.active .icon,.t-lbl.cl-trans:hover .icon {
    width: 7px;
    height: 9px;
    background: transparent url('../images/icon-all.png') no-repeat;
    background-position: -50px -142px;;
    border: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.container-items {
    margin-top: 30px;
}
.dock-viewall {
    position: relative;
}

i.text-count {
    font-size: 16px;
    color: #666666;
    right: 0;
    position: absolute;
    bottom: 13px;
}
.iDetail {
    background: transparent url("../images/icon-all.png") no-repeat;
    border: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 0 -181px;
}
.iDetailS {
    background: transparent url("../images/iconsl2.png") no-repeat;
    border: none;
    vertical-align: middle;
    font-size: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
}
#slideshow:hover .iDetailS {
    background: transparent url("../images/iconSL.png") no-repeat;
    border: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 40px;
    height: 41px;
}
.product:hover .iDetail {
    background: transparent url("../images/icon-all.png") no-repeat;
    border: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 0 -211px;
}
.fix-right a {
    background: url('../images/Shopping-Cart-11.png') no-repeat 1px;
    padding-left: 33px;
    display: inline-block;
    font-size: 18px;
}
i.iBreadcrumb {
    background: transparent url("../images/icon-all.png") no-repeat;
    border: none;
    vertical-align: middle;
    font-size: 0px;
    line-height: 7;
    display: inline-block;
    width: 14px;
    height: 17px;
    /* line-height: 30px; */
    background-position: -63px -164px;
    /* float:left; */
    margin-right: 7px;
}
.connect-me {
    /* width: 202px; */
    float: right;
    margin-right: 0px;
    /* padding-top: 7px; */
}
.product.prosl {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.product.prosl .product-image {
    padding: 0px;
    text-align: center;
}
.hotline-topt {
    /* width: 280px; */
    float: left;
    color: #fff;
    font-size: 20px;
    margin-top: 9px;
    margin-right: 5px;
    /* background: url('../images/contact-icon.png') no-repeat; */
    height: 32px;
    line-height: 35px;
    /* padding-left: 52px; */
}
.copyright a {
    color: #dddddd !important;
}
.iAD2 {
    width: 21px;
    height: 13px;
    background: transparent url('../images/iconr.png') no-repeat;
    border: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 15px;
    display: none;
}
ul#data-1 {
    display: block;
    width: 235px;
    position: absolute;
    z-index: 999;
    background: #bbb;
}
div#slideshow a {
    color: #555;
    font-size: 17px;
    font-weight: bold;
}

div#slideshow p {
    height: 35px;
}
.product-view-detail.prS {
    height: 46px;
}
.product-price.prSS {
    height: 80px;
}
.title-xl {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(to right,#353535 0,#353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a9600", endColorstr="#69aa29", GradientType=1 );
}

.slide-xl {
    margin-top: 20px;
}
.content-xl {
    /* height: 220px; */
    margin: 0px;
    overflow: hidden;
    width: 1010px;
    padding-top: 20px;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 0 69px;
    padding-top: 20px;
}
.content-xl .nbs-flexisel-container {
    width: 100%;
    margin-right: 0px;
}
.product.prc-hot {margin-left: 11px;width: 181px !important;margin-right: 10px;/* border: 1px solid #f0f0f0; */}

.product.prc-hot .product-image {
    width: 170px;
    height: 170px;
}
.left-chitietsp * {
    max-width: 100% !important;
}

.product.prc-hot .product-image img {
    width: 100%;
    height: 100%;
}

.product.prc-hot a {
    font-size: 12px;
    /* font-weight: normal; */
    color: #444;
}

.product.prc-hot p {
    line-height: 16px;
    min-height: 42px;
}

.product-price.prc-pri-hot .price-1 {
    font-size: 14px;
}

.product-price.prc-pri-hot {
    height: 30px;
    padding-bottom: 0px;
    line-height: 30px;
}


div#slider .nbs-flexisel-nav-left, div#slider .nbs-flexisel-nav-right {
    display: none;
}
.list-link.clearfix {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.list-link ul {
    float: left;
    width: 190px;
    padding-top: 33px;
}

.list-link.clearfix ul li {
    padding-bottom: 3px;
}

.list-link.clearfix ul li:first-child {
    padding-bottom: 6px;
}

.list-link.clearfix ul li:first-child a {color: #004b91 !important;font-size: 13px;}

.list-link.clearfix ul li a {
    color: #888888 !important;
    font-size: 12px;
}

.list-link ul:nth-child(6n+1) {
    clear: both;
}
div#sys_footer_mc {
    background: #FFF;
    border-top: 1px solid #eee;
}
.list-link.clearfix ul li a:hover{
    text-decoration: underline;
}
.wrap-ll {
    margin-top: -33px;
}
.ngonngu {
    width: 160px;
    float: right;
    margin-left: 5px;
    margin-top: 8px;
}
.trangthaidonhang {
    float: left;
    height: 45px;
    color: #000;
    line-height: 23px;
    margin-top: 10px;
    font-weight: bold;
}
.datmua {
    clear: both;
}
.cuocvc {
    font-size: 16px;
    margin-bottom: 10px;
}

.cuocvc select {
    font-size: 16px;
}
div#result * {
    font-size: 16px !important;
    margin-bottom: 10px;
    background: #4A9600;
    color: #fff;
    padding: 10px;
}
.thanhtoanft {
    width: 100%;
}

.thanhtoanft ul li {
    width: 50%;
    float: left;
}

.thanhtoanft ul li img {width: 100px;height: 42px;}
.chonmau-left {
    font-size: 16px;
    margin-bottom: 5px;
}

.color {
    width: 86px;
    float: left;
    text-align: center;
    font-size: 14px;
}
.right-qc {
    width: 25%;
    float: right;
}
.right-qc img {
    max-width: 100%;
    height: auto !important;
}
.ct:nth-child(4n+1) {.product: nth-child(4n+1)margin-left: 1;margin-left: 26px;}

.product.ct {
    margin-left: 26px;
    float: none;
    box-shadow: 1px 1px 5px #707070;
}
.color:nth-child(5n+1) {
    clear: both;
}

p.xem-them {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fc822c;
}
p.xem-them:after {
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
    color: #fc822c;
}
p.xem-them a {
    color: #444;
}
p.xem-them a:hover{
    color: #db6618;
}