/**********DETAIL*************/
.owl-thumbs {}
.owl-thumbs .owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
}
.owl-thumb-item img {
  width: 100px;
  height: auto;
}

#pksync1 {
  border: 1px solid #d4d4d4;
  text-align: center;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
#pksync2 {
  margin: 5px 0;
}
#pksync2 .owl-item img {
  padding: 2px;
  border: 1px solid #ededed;
}
#pksync2 .item img {
  width: 100%;
  height: 68px;
}
#pksync2 .owl-item {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#pksync2 .owl-item.current {
  opacity: 1;
  filter: alpha(opacity=100);
}

#pksync1.owl-carousel .owl-nav .owl-prev, #pksync1.owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 9;
  top: 38%;
  left: 10px;
  width: 24px;
  height: 70px;
  text-align: center;
  opacity: .1;
  border: none;
  padding: 0;
}
#pksync1.owl-carousel .owl-prev:hover, #pksync1.owl-carousel .owl-next:hover {
  background: none;
}
#pksync1.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
#pksync1.owl-carousel .owl-nav {
  position: static;
}
#pksync1.owl-carousel .owl-next:before {
  content: "";
}
#pksync1.owl-carousel .owl-prev:before {
  content: "";
}
#pksync1.owl-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 48px;
  background-image: url("../images/next-prev-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
#pksync1.owl-carousel .owl-next:after {
  background-position: -24px 0;
}
/*******BOX SEARCH PHU KIEN******/
.title_search_pk {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'xtmobile';
  line-height: 28px;
  color: #383838;
  margin-bottom: 5px;
}
.pksearch-r {
  margin-bottom: 10px;
  position: relative;
}
#txtsearch_pk {
  padding-left: 30px;
}
.pksearch-r .icon-addon {
  position: relative;
  color: #555;
  display: block;
}

.pksearch-r  .glyphicon-search {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 0;
}


.atc-result ul {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 9;
  list-style: none;
  display: block;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 220px;
  margin: 0;
}
.atc-result ul li {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 5px 15px;
  color: #999;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
}
.atc-result ul li {
  padding: 0;
}

.atc-result ul:before {
  margin-left: -9px;
  border-width: 9px;
  border-color: rgba(218,218,218,0);
  border-bottom-color: #dadada;
}
.atc-result ul:after {
  margin-left: -8px;
  border-width: 8px;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
}
.atc-result ul:after, .atc-result ul:before {
  position: absolute;
  bottom: 100%;
  left: 80px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
}



/**************************DETAIL*****************************/
.box_other_product {
  padding: 20px 0;
}


@media (min-width: 768px){
  .introduce-r {
    border-left: 1px solid #ccc;
    margin: 20px 0;  }

}


/*tab pk*/
#module_Category_accessories {
  margin-bottom: 20px;
  margin-top: 40px;
}
.tab_pk li{
  display: inline-block;
  text-align: center;
  width: 9.090909%;
  vertical-align: top;
}

@media (max-width:992px) {
  .tab_pk li{
    width: 20%;
  }
}

.img-tab-pk-bound{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px;
  background: #EBEBEB;
  width: 50px;
  overflow: hidden;
  border-radius: 50px;
  transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
}

.img-tab-pk-bound:hover, .li-current .img-tab-pk-bound{
  background: #ff4500;
  color: white;
}

.img-tab-pk{

}

.tab_pk li p{
  margin: 0 auto;
}

.tab_pk li p a{
  color: #333;
  font-size: 13px;
}

.tab_pk li p:hover a, .tab_pk li p.li-current a{
  color: #ff4500;
}

@media (max-width:767px) {
  .product-top {
    overflow: hidden;
  }
  .navation {
    display: block;
  }
  .mid-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list_accessories .product-grid-accessories {
    width: 50%;
  }

  .product-grid-accessories .boxItem h3 {
    margin-top: 0;
  }

  .list_service_pro .product-grid-accessories {
    width: 50%;
  }

}
