.aMore {
  color: #1596d2;
}

img.pic_logo {
  position: absolute;
  bottom: 15px;
  margin-left: 15px;
  width: 187px;
  height: 60px;
}
.linkaAll {
  text-align: center;
}
.linkaAll a {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  background: #333333;
  color: #ffffff;
  padding: 7px 33px;
  position: relative;
  border:solid 1px #333333;
}
.linkaAll a:hover{
  background: #ffffff;
  color:#333333;
}



.filterSidebar{
  margin-bottom: 20px;
}
.filterSidebar .title {
  font-size: 16px;
  line-height: 24px;
  background: #eaeaea;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding: 10px 15px;
}
.filterSidebar ul {
  border: solid 1px #eaeaea;
  border-top: none;
  max-height: 265px;
  overflow: auto;
}
.filterSidebar ul li a {
  display: block;
  border-bottom: solid 1px #eaeaea;
  padding: 11px 15px;
}
.filterSidebar ul li.current a,
.filterSidebar ul li a:hover{
  color:#f44236;
  font-weight: bold;
}
.filterSidebar ul li:last-child a{
  border-bottom: none;
}
/*===========PRODUCT SORT===================*/
.sortProduct{
  position: relative;
}
.sortProduct .icon {
  padding: 11px 15px;
  cursor: pointer;
}
.sortProduct .icon span{
  position: relative;
  padding-right: 25px;
}
.sortProduct .icon span:before{
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sortProduct .list{
  position: absolute;
  right:0;
  top:100%;
  min-width: 250px;
  background: #ffffff;
  z-index: 11;
  display: none;
  border:solid 1px #CCCCCC;
}
.sortProduct.active .list{
  display: block;
}
.sortProduct .list ul{
  width:100%;
}
.sortProduct .list ul li a {
  display: block;
  color: #333333;
  padding: 5px 12px;
  font-weight: normal;
  text-transform: none;
  border-bottom: solid 1px #ccc;
}
/*==============SLIDE PRODUCT===============*/
.slideProduct{
  margin-bottom: 25px;
}
/*==========================================*/
.gridPP{
  clear: both;
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex: 1 100%;
  border-left: 1px solid #dddddd;
  margin-bottom: 15px;
}
.gridPP:after{
  content: "";
  display: block;
  clear: both;
}
.gridPP .col{
  width:25%;
  float:left;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: -1px;
}

.gridPP .col {}

.div-more-list {
  text-align:center;
}
.div-more-list:before {
  content: "";
  display: block;
  border-top: solid 1px #d9d9d9;
  width: 100%;
  height: 1px;
  position: relative;
  top: 20px;
  z-index: 1;
}

.div-more-list	a.morelist {
  display:inline-block;
  padding:10px 20px;

  position: relative;
  z-index: 5;
  background: #333333;
  color: #ffffff;
  font-size:14px;
  font-weight:bold;
  border:1px solid #333333;
}
.div-more-list	a:hover {
  background: #1595d2;
}
.div-more-list .more-loading {
  background:url(../images/loading_small.gif) #f2f2f2 left no-repeat;
  display:none;
  padding:10px 20px;  position: relative;
  z-index: 5;
  color:#333333;
  font-size:14px;
  font-weight:bold;
  border:1px solid #c5c5c5;

}





/*=======================Detail=======================*/
.block-pro-detail {}
.productWrap{
  margin-bottom: 40px;
}


/*=======================THUMBNAIL=======================*/

.productThumbnail {
  padding-left: 115px;
  position: relative;
  max-height: 444px;
  overflow: hidden;
  /*  min-height: 444px; */

}
#vnt-thumbnail-nav {
  width: 100px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
}
div#vnt-thumbnail-nav .slick-list{
  margin: -5px 0;
  max-height: 380px;
}
div#vnt-thumbnail-nav .item{
  padding: 5px 0;
  cursor: pointer;
  border: none !important;
}

div#vnt-thumbnail-nav .item.slick-current .img{
  position: relative;
  border: solid 1px #00a4e7;
}
div#vnt-thumbnail-nav .item .img {
  border: solid 1px #cccccc;
  padding-top: 84.114503%;
  position: relative;
}
div#vnt-thumbnail-nav .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 95%;
  max-height: 95%;
}
#vnt-thumbnail-for .item{
  position: relative;
}

#vnt-thumbnail-for .slick-arrow {
  width: 30px;
  height: 50px;
  border: none;
  font-size: 0;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff;
  color: #333333;
}
#vnt-thumbnail-for .slick-prev{
  left: 0px;
}
#vnt-thumbnail-for .slick-next{
  right: 0px;
}
#vnt-thumbnail-for .slick-arrow:before{
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  line-height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#vnt-thumbnail-for .slick-prev:before{
  content: "\f053";
}
#vnt-thumbnail-for .slick-next:before{
  content: "\f054";
}
#vnt-thumbnail-for .slick-arrow:hover{
  background: #dddddd;
  color: #ffffff;
}






/********/
div#vnt-thumbnail-for .fancybox-thumbnail{
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 888;
  color: #18357e;
  font-size: 18px;
}
div#vnt-thumbnail-for .fancybox-thumbnail i{
  margin-left: 10px;
  color: #de0000;
  font-size: 20px;
}
div#vnt-thumbnail-for{
  border: 1px solid #ccc;
}

/*canh giua*/
div#vnt-thumbnail-for .img{
  position: relative;
  padding-top: 85.114503%;
}
div#vnt-thumbnail-for .img img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


/*END THUMBNAIL*/


.block-pro-detail .pro-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf ;
}

.block-pro-detail .pro-title h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #333333;
}



.block-pro-detail .box-detail {
  margin-bottom: 5px;
}
.block-pro-detail .box-detail .title {
  color: #dc0064;
  margin-bottom: 10px;
}
.block-pro-detail .box-detail .row-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.block-pro-detail .box-detail .row-info .attr-name {
  width: 120px;
  font-weight: 600;
  position: relative;

}
.block-pro-detail .box-detail .row-info .attr-name::after {
  position: absolute;
  content: ':';
  right: 0;
  top: 0;
}
.block-pro-detail .box-detail .row-info .attr-value {

  padding-left: 20px;
  overflow: hidden;
}

.block-pro-detail .price {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  color: #d10000;
}

.block-pro-detail .price_old {
  text-decoration: line-through;
  margin-left: 5px;
  color: #999999;
  font-size: 12px;
}

.block-pro-detail .vat {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: #d10000;
  color: #ffffff;
  padding: 3px 21px;
}


.box-short {
  margin-bottom: 15px;
}
.box-short .short-title {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  color: #333333;
  position: relative;
  margin-bottom: 5px;
}
.box-short .short-desc {
}





.box-info-cart {
  margin-bottom: 20px;
}


.block-info .div-quantity {
  margin-bottom: 5px;
}
.block-info .quantity-title {
  margin-bottom: 10px;
}
.block-info .quantity-input {
  margin-bottom: 10px;
}
.div-quantity .form-control {
  text-align: center;
}




.box-info-cart .cart-button {
  margin-bottom: 5px;
}

.box-info-cart .cart-button a {
  display: inline-block;
  background: #00a4e7;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  width: 322px;
  border: 2px solid transparent;
  text-align: center;
  padding: 11px 0;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.box-info-cart .cart-button a:hover{
  border-color: #00a4e7;
  color: #00a4e7;
  background: #fff;
}





/*--------------------------tab-----------------------------------*/
.tab_wrapper {
  margin-bottom:20px;
}

.tab_wrapper .tab-title{
  position: relative;
}
.tab_wrapper .tab-title .select-title{
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 7px 10px;
  background: #00a4e7;
  border: 1px solid #00a4e7;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: none;
}
.tab_wrapper .tab-title .select-title:after{
  position: absolute;
  font-family:"fontawesome";
  content:"\f0d7";
  right: 10px;
  color: #FFFFFF;
}

ul.tab-nav {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: left;
  overflow: hidden;
  border-bottom: solid 2px #00a4e7;
}

ul.tab-nav li {
  float: left;
  list-style:none;
  padding:0;
  position: relative;
  margin-right: 10px;
}
ul.tab-nav li:first-child{
  margin-left: 0px;
}
ul.tab-nav li:last-child{
  margin-right: 0px;
}
ul.tab-nav li a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  text-align:center;
  text-decoration:none;
  text-transform: uppercase;

  color:#333333;
  background: #eef1f3;
  border: none;

  padding: 9px 25px;
  position:relative;
  overflow:hidden;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
ul.tab-nav li a.active,
ul.tab-nav li a:hover{
  background-color: #00a4e7;
  color: #ffffff;
  border-bottom: none;

}

.tab-content {
  padding: 20px 0;
}




/*=============OTHER========================*/
.slideOther {
  border-left: solid 1px #dddddd;
  border-bottom: none;
}
.slideOther .item {
  border: solid 1px #dddddd;
  border-left:0;
}
.slideOther .slick-arrow {
  width: 44px;
  height: 44px;
  border: none;
  background: #e9e9e9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color:#666666;
  z-index: 1;
}
.slideOther .slick-prev{
  left:0;
}
.slideOther .slick-next{
  right:0;
}
.slideOther .slick-arrow:before{
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 30px;
  line-height: 38px;

}
.slideOther .slick-prev:before{
  content: "\f104";
}
.slideOther .slick-next:before{
  content: "\f105";
}
.slideOther .slick-arrow:hover{
  background: #f44236;
  color:#ffffff;
}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
  .filterSidebar{
    position: relative;
  }
  .filterSidebar .title {
    background: #ffffff;
    border: solid 1px #333333;
    position: relative;
    cursor: pointer;
  }
  .filterSidebar .title:before{
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
    color:#000000;
  }
  .filterSidebar .content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 2;
    display: none;
  }


  .productThumbnail{
    margin-bottom: 20px;
    min-height: initial;
    max-height: initial;
  }

  div#vnt-thumbnail-nav .item{
    padding: 3px 0;
  }


  .tab_wrapper .tab-title .select-title{
    display:block;
    margin:5px 0px;
    cursor: pointer;
  }
  .tab_wrapper .tab-title .tab-nav{
    position: absolute;
    z-index: 101;
    top: 200%;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow:2px 2px 2px #f3f3f3;
    -moz-box-shadow:2px 2px 2px #f3f3f3;
    box-shadow:2px 2px 5px rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
  }
  .tab_wrapper .tab-title.show .tab-nav {
    top:100%;
    visibility: visible;
    opacity: 1;
  }
  .tab_wrapper .tab-nav li{
    float: none;
    top: 0;
    width: 100%;
    text-align: left;
    padding: 0px;
    border-bottom: 1px solid #cccccc ;
    margin:0;
  }
  .tab_wrapper .tab-nav li:last-child { border-bottom: none}
  .tab_wrapper .tab-nav a {
    border: none;
    padding: 7px 10px;
  }
  .tab_wrapper .tab-nav li a span{
    text-align: left;
  }
  .tab_wrapper .tab-nav li a:hover ,
  .tab_wrapper .tab-nav a.active {
    border: none;
    font-weight: normal;
    background: #00a4e7;
    color: #ffffff;
  }

  .tab_wrapper .tab{
    border-top:none;
  }

  .tab_wrapper .tab iframe, .tab_wrapper .tab object, .tab_wrapper .tab embed {
    width: 100%;
  }

}
@media screen and (max-width: 767px){
  .productThumbnail {
    padding-left: 0;
  }
  #vnt-thumbnail-nav {
    display: none;
  }
  div#vnt-thumbnail-for .img{
    position: relative;
    padding-top: 0;
    text-align: center;
  }
  div#vnt-thumbnail-for .img img {
    position: inherit;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media all and (max-width: 640px){
  .gridPP .col{
    width:33.33%;
  }
}

@media all and (max-width: 480px){

  div#vnt-thumbnail-for .fancybox-thumbnail{
    right: 0;
    font-size: 18px;
  }

  ul.tab_nav li a{
    font-size: 14px;
    line-height: 30px;
  }

  .box-info-cart .cart-button a {
    display: block;
    width: 100%;
  }

}

@media all and (max-width: 460px){
  .gridPP .col{
    width:50%;
  }
}