.box-banner {
	height:410px;
	overflow:hidden;
}
.box-banner:after {
    content: '';
    display: block;
    clear: both;
}

.vnt-banner {
    width: 885px;
    float: left;
}

#slider-banner .slick-slide img {
    width: 100%;
}

#slider-banner .slick-dots {
    text-align: center;
    bottom: 20px;
}

#slider-banner .slick-dots li {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 100%;
}

#slider-banner .slick-dots li.slick-active {
    background: #00a651;
}

#slider-banner .slick-dots li button:before {
    content: '';
    color: transparent;
}

.most-product-widget {
    width: 270px;
    float: right;
    border: 1px solid #00a651;
    box-sizing: border-box;
}

#slider-most .slick-slide img {
    display: inline-block;
}

.item-product .div-image {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.item-product .div-image a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    outline: 0;
}

.item-product .div-caption {
    padding: 0 20px 5px;
}

.item-product .by-title {
    height: 48px;
    overflow: hidden;
}

.item-product .by-title a {
    color: #333;
    line-height: 22px;
    display: block;
    text-decoration: none;
    outline: 0;
}

.item-product:hover .by-title a {
    color: #f58221;
}

.item-product .by-made {
    margin-top: 5px;
    overflow: hidden;
}

.item-product .by-made ul li {
    display: block;
    font-size: 13px;
    color: #666666;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.item-product .by-cost {
    margin-top: 1px;
    display: block;
}

.item-product .by-cost div {
    display: inline-block;
    font-weight: 700;
}

.new-cost {
    font-size: 16px;
    color: #d10000;
    margin-right: 10px;
}

.old-cost {
    height: 26px;
    font-size: 12px;
    color: #7c7c7c;
    text-decoration: line-through;
    float: left;
}
span.price_discount {
    margin-left: 20px;
    background: yellow;
    padding: 0 5px;
}
.p-sale {
    position: absolute;
    top: -1px;
    left: -1px;
}

.p-vs {
    padding:10px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.90);
    height: 100%;
    max-width: 100%;
}
.p-vs a.blue-tooltip {
    outline: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tooltip-title {
    border-bottom: 1px solid #d0d0d0;
}
.tooltip-title a{
    color: #f58221;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}
.tooltip-title a:hover{
    text-decoration: none;
}
.tooltip-caption {
    margin-top: 10px;
}
.tooltip-caption .pro_fl{
    width: 50%;
    height: 26px;
    float: left;
}
.tooltip-caption .pro_fr{
    width: 50%;
    max-width: 50%;
    white-space: nowrap;
    height: 26px;
    float: right;
    font-weight: bold;
    overflow: hidden;
}
.tooltip-caption .price_fl{
    width: 50%;
    float: left;
}
.tooltip-caption .price_fr{
    width: 50%;
    float: right;
    font-weight: bold;
    color: red;
}
#slider-most button.slick-arrow {
    top: -22px;
    width: 9px;
    height: 15px;
}

#slider-most button.slick-arrow.slick-prev {
    left: 10px;
}

#slider-most button.slick-arrow.slick-next {
    right: 10px;
}

#slider-most button.slick-arrow:before {
    width: 9px;
    height: 15px;
    display: block;
}

#slider-most .slick-prev::before {
    content: url(../images/main/mostL.png);
}

#slider-most .slick-next::before {
    content: url(../images/main/mostR.png);
}

.box-partner {
    margin-top: 30px;
}

#slider-partner .slick-slide {
    height: 98px;
    display: table;
}

#slider-partner .slick-list {
    border: 1px solid #d0d0d0;
    border-left: none;
}

#slider-partner .slick-slide a {
    height: 98px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #d0d0d0;
}

#slider-partner .slick-slide img {
    display: inline-block;
}

#slider-partner button.slick-arrow {
    height: 98px;
    width: 17px;
    top: 0;
    margin-top: 0;
    z-index: 1;
}

#slider-partner button.slick-arrow:before {
    width: 17px;
    height: 98px;
    display: block;
}

#slider-partner .slick-prev::before {
    content: url(../images/partneL.png);
}

#slider-partner .slick-next::before {
    content: url(../images/partnerR.png);
}

.box-filter {
    margin-top: 25px;
}

.most-box {
    margin-top: 25px;
}

.most-box > ul {
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    background: #e9e9e9;
    height: 46px;
    overflow: hidden;
    display: block;
    float: left;
}
.most-box.hot_product > ul{width: 100%;}
.most-box > ul > li {
    position: relative;
    display: inline-block;
    height: 46px;
    background: #e9e9e9;
}

.most-box > ul > li:hover, .most-box > ul > li.active {
    background: #f58424;
}

.most-box > ul > li > a {
    font-family: 'UVNTinTucBold';
    text-decoration: none;
    text-transform: uppercase;
    color: #484747;
    display: block;
    font-size: 16px;
    font-weight: normal;
    outline: none;
    padding: 0 20px;
    line-height: 46px;
    margin: 0;
}

.most-box > ul > li:hover a, .most-box > ul > li.active a {
    color: #fff;
}

#ajax-content {
    display: block;
}

#loading {
    text-align: center;
    display: block;
    padding-top: 15%;
}

#vpro_slider, #hpro_slider {
    padding-top: 25px;
}

#vpro_slider .slick-list, #hpro_slider .slick-list {
    border-left: 1px solid #e4e4e4;
    margin-left: -1px;
}

#vpro_slider .item.slick-slide, #hpro_slider .item.slick-slide {
    border: 1px solid #e4e4e4;
    border-right: none;
    position: relative;
}

#vpro_slider .item.slick-slide:after, #hpro_slider .item.slick-slide:after {
    content: '';
    display: block;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 2;
}

#vpro_slider .item.slick-slide .item-product:after, #hpro_slider .item.slick-slide .item-product:after{
    content: '';
    border-right: 1px solid #e4e4e4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height:100%;
}

#vpro_slider .item.slick-slide:hover:after, #vpro_slider .item.slick-slide:hover .item-product:after, #hpro_slider .item.slick-slide:hover:after, #hpro_slider .item.slick-slide:hover .item-product:after {
    border-color: #f58424;
}

#vpro_slider .item.slick-slide:hover, #hpro_slider .item.slick-slide:hover {
    border-color: #f58424;
}

#vpro_slider .slick-slide img, #hpro_slider .slick-slide img {
    display: inline-block;
}

#vpro_slider .slick-arrow, #hpro_slider .slick-arrow {
    width: 50px;
    height: 46px;
    top: -36px;
}

#vpro_slider .slick-prev, #hpro_slider .slick-prev {
    right: 52px;
}

#vpro_slider .slick-arrow.slick-prev, #hpro_slider .slick-arrow.slick-prev {
    background: url(../images/btnL.png);
}

#vpro_slider .slick-arrow.slick-next, #hpro_slider .slick-arrow.slick-next {
    background: url(../images/btnR.png);
}

.box-ads {
    margin-top: 25px;
}

.item-banner {
    width: 60%;
    float: left;
}

.box-product {
    margin-top: 30px;
}

.title-p-box {
    height: 40px;
    position: relative;
}

.title-p-box:after {
    content: '';
    display: block;
    clear: both;
}

.detail-p-box {
    margin-top: 25px;
}

.title-lock {
    position: absolute;
    left: 0;
    top: 0;
}

ul.list-p {
    float: right;
    text-align: right;
    height: 40px;
    background: #ededed;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

ul.list-p li {
    display: inline-block;
    border-right: 2px solid #fff;
}

ul.list-p li:hover {
    background: #00a651;
}

ul.list-p li a {
    display: block;
    color: #363636;
    text-decoration: none;
    outline: 0;
    line-height: 40px;
    padding: 0 20px 0 25px;
}

ul.list-p li:hover a {
    color: #fff;
}

.view-all {
    width: 100px;
    float: right;
    text-align: center;
}

.view-all a {
    display: block;
    height: 40px;
    color: #fff;
    text-decoration: none;
    outline: 0;
    line-height: 38px;
    background: #00a651;
}

.view-all a:hover {
    background: #0a743e;
}

.group-product:after {
    content: '';
    display: block;
    clear: both;
}

.detail-p-box .item-product, #hpro_slider .item {
    float: left;
    width: 20%;
    border: 1px solid #e4e4e4;
    position: relative;
}

.detail-p-box .item-product .div-image, #hpro_slider .item .div-image {
    height: 140px;
}

.detail-p-box .item-product:after, #hpro_slider .item:after {
    content: '';
    display: block;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 2;
}

.detail-p-box .item-product:before, #hpro_slider .item:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 3;
}

.detail-p-box .item-product:first-child:after, #hpro_slider .item:first-child:after {
    border-color: #e4e4e4;
}

.detail-p-box .item-product:hover:after, #hpro_slider .item:hover:after {
    border-color: #f58424;
}

.detail-p-box .item-product:hover:before, #hpro_slider .item:hover:before {
    border-color: #f58424;
}

.detail-p-box .group-product:first-child .item-product:before{
    border-color: #e4e4e4;
}

.detail-p-box .group-product:first-child .item-product:hover:before {
    border-color: #f58424;
}

.detail-p-box .item-product:hover, #hpro_slider .item:hover {
    border-color: #f58424;
}

.box-news {
    background: #f2f2f2;
    padding: 25px 0 70px;
    margin-top: 25px;
}

.title-news {
    text-align: center;
}

.title-news .by-title {
    font-size: 25px;
    color: #393939;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
}

.title-news .by-description {
    width: 700px;
    margin: 0 auto;
    color: #393939;
    opacity: .5;
}

.detail-news {
    margin-top: 25px;
}

.detail-news:after {
    content: '';
    display: block;
    clear: both;
}

.item-news {
    width: 270px;
    float: left;
    margin-right: 30px;
}

.item-news:last-child {
    margin-right: 0;
}

.item-news .div-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.item-news .div-image a {
    display: block;
    outline: 0;
    position: relative;
}

.item-news .div-image a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.item-news:hover .div-image a:before {
    opacity: 1;
}

.item-news .div-caption {
    border: 1px solid #d9d9d9;
    border-top: none;
    background: #fff;
    padding: 5px 20px 10px;
}

.item-news:hover .div-caption {
    border-color: #f58424;
}

.item-news .by-date {
    color: #8f8f8f;
    display: block;
}

.item-news .by-title {
    height: 40px;
    overflow: hidden;
}

.item-news .by-title a {
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    display: block;
    outline: 0;
}

.item-news .by-excerpt {
    color: #8f8f8f;
    font-size: 13px;
    height: 106px;
    overflow: hidden;
}

#vnt-footer {
    margin-top: 0;
}

.item-product .by-made li:last-child {
	color:#d10000;
	font-weight:bold;
}
.product figure {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.product:hover figure{
    opacity: 1;
    visibility: inherit;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.product figure .caption{
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cacaca;
}
.product .attr {
    color: #666666;
}
.product .attr ul li{
    margin-bottom: 10px;
}
.product .attr .att{
    float:left;
    width: 95px;
    margin-right: 5px;
}
.product .attr .att:after{
    content: ":";
    float:right;
}
.product .attr .ats{
    overflow: hidden; 
} 
.pro_fr:before {
    content: ':';
    padding-right: 5px;
}