﻿body {
}
#most{
    height:100%; 
}

#lbview{
    font-size:25px;
    border-top:5px solid #16394b;
    width:1200px;
    float:left;
}

.logomostview{
    margin-left:-57px;
    float:left;
}

.lbl{
    background-color:#16394b;
    padding-left:25px;
    padding-right:60px;
    padding-top:3px;
    padding-bottom:4px;
    line-height:40px;
    color:white;
    float:left;
}

.mostView{
    padding:0;
    margin-top:15px;
    position:relative;
    float:left;
    width:200px;
    height:100%;
    background-color:#6094c1;
    list-style:none;
    border-left:5px solid #267887;
}

.mostView ul{
    list-style:none;
    padding:0;
    margin:0;
    float:left;
}

.mostView li{
    float:left;
    text-align:left;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    width:200px;
}

.mostView > li > a{
    float:left;
    color: black;
    display:block;
    font-size: 14px;
    font-weight:bold;
    line-height: 37px;
    padding-bottom: 10px;
    padding-left:15px;
    text-transform: uppercase;
    -moz-transition: color 250ms linear 0s;
    -ms-transition: color 250ms linear 0s;
    -o-transition: color 250ms linear 0s;
    -webkit-transition: color 250ms linear 0s;
    transition: color 250ms linear 0s;
    padding-top:10px;
    text-decoration: none;
    white-space: normal;
    background-color:white;
    width:100%;
}

.mostView li > ul.subs{
    background-color: #dddbdb;
    color: #333333;
    left: 0;
    display:none;
    position: absolute;
    top:0;
    width: 980px;
    height:100%;
    left:215px;
}

.mostView li > a:hover{
    color: white;
    background-color:#267887;
}

.mostView li.mview1.active > a{
    color: white;
    background-color:#267887;
}
.mostView li.mview1:hover > a, .mostView li.mview1:active > a, .mostView li.mview1:visited > a{
    color:white;
    background-color:#267887;
}
.mostView li.mview1:hover ul.subs {
    display: block;
}
.mostView li.mview1.active ul.subs {
    display: block;
}

.mostView li.mview2.active > a{
    color: white;
    background-color:#267887;
}
.mostView li.mview2:hover > a, .mostView li.mview2:active > a, .mostView li.mview2:visited > a{
    color:white;
    background-color:#267887;
}
.mostView li.mview2:hover ul.subs {
    display: block;
}
.mostView li.mview2.active ul.subs {
    display: block;
}

.mostView li.mview3.active > a{
    color: white;
    background-color:#267887;
}
.mostView li.mview3:hover > a, .mostView li.mview3:active > a, .mostView li.mview3:visited > a{
    color:white;
    background-color:#267887;
}
.mostView li.mview3:hover ul.subs {
    display: block;
}
.mostView li.mview3.active ul.subs {
    display: block;
}

.mostView li.mview4.active > a{
    color: white;
    background-color:#267887;
}
.mostView li.mview4:hover > a, .mostView li.mview4:active > a, .mostView li.mview4:visited > a{
    color:white;
    background-color:#267887;
}
.mostView li.mview4:hover ul.subs {
    display: block;
}
.mostView li.mview4.active ul.subs {
    display: block;
}

.mostView li.mview5.active > a{
    color: white;
    background-color:#267887;
}
.mostView li.mview5:hover > a, .mostView li.mview5:active > a, .mostView li.mview5:visited > a{
    color:white;
    background-color:#267887;
}
.mostView li.mview5:hover ul.subs {
    display: block;
}
.mostView li.mview5.active ul.subs {
    display: block;
}

.product{
    width: 160px;
    height: 250px;
    float: left;
    margin-top:2px;
    padding: 12px 10px 10px 10px;
    margin-left:10px;
    text-align:center;
}

.product:hover{
    box-shadow: 0 0 6px #ff5600;
    -moz-transition: box-shadow 250ms linear 0s;
    -ms-transition: box-shadow 250ms linear 0s;
    -o-transition: box-shadow 250ms linear 0s;
    -webkit-transition: box-shadow 250ms linear 0s;
    transition: box-shadow 250ms linear 0s;
}

#label-name{
    width:160px;
    height:40px;
}

.lblProName{
    text-align:center;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
}

.imagePro{
    height:158px;
    width:120px;
    position:relative;
    margin-top:5px;
    margin-left:20px;
    padding-bottom:10px;
}

.imgPro{
    margin-top:5px;
    height:158px;
    width:120px;
}

.lblPrice{
    color:red;
}

.chiTiet{
    position: absolute;
    /*height: 20px;*/
    line-height:30px;
    width: 100%;
    bottom:5px;
    left: 0;
    text-align: center;
    font-weight:bold;
    background:rgba(173,255,47,0.8);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1e00b7;
    opacity: 1;
    /*visibility: hidden;*/
    -webkit-transition: opacity 0.2s, background-color 0.2s;
    -moz-transition: opacity 0.2s, background-color 0.2s;
    -o-transition:opacity 0.2s, background-color 0.2s;
    -ms-transition:opacity 0.2s, background-color 0.2s;
    transition: opacity 0.2s, background-color 0.2s;
    text-decoration:none;
}

.chiTiet:hover{
    color:yellowgreen;
    background:rgba(0,0,0,0.6);
    -moz-transition: color 250ms linear 0s,background 250ms linear 0s;
    -ms-transition: color 250ms linear 0s,background 250ms linear 0s;
    -o-transition: color 250ms linear 0s,background 250ms linear 0s;
    -webkit-transition: color 250ms linear 0s,background 250ms linear 0s;
    transition: color 250ms linear 0s,background 250ms linear 0s;
}
