body {
  background: #f3f3f3;
}
.box_footer .box_title .fr {
  padding-top: 5px;
  font-weight: bold;
}

.banner_news {
  padding-top:15px;
  margin-bottom: 15px;
}
.advertise_main {
  margin-top: 10px;
}
.advertise_main .advertise {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.advertise_main .advertise:last-child {
  margin-right: 0;
}
.column-first {
  margin-right: 10px;
  width: 68.35%;
}
.column-last {
  width: 360px;
}
.logo-search .btn_menu {
  display: none;
}
.logo-search .text_logo {
  display: block;
}
.banner_advertise {
  margin: 15px 0;
}
.box_pro_main {
  margin-bottom: 25px;
  margin-top: 20px;

}
.box_pro_main .div_title {
  text-align: center;
  padding-bottom: 20px;
}
.box_pro_main .title_product {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
}

/*************NEXT AND PREV OWL CAROUSEL****************/
.owl-carousel .owl-stage{display: flex;}

.owl-buttons div{
  z-index: 3;
  width: 23px;
  height: 23px;
  padding: 5px 7px;
  border: 1px solid #f6f6f6;
  display: inline-block;
  cursor: pointer;
  color: transparent;
  border-radius: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-buttons .owl-prev:before {
  color: #acacac;
  content: "\f053";
}

.owl-buttons .owl-next:before {
  color: #acacac;
  content: "\f054";
}


.owl-buttons .owl-prev {
  position: absolute;
  top: -30px;
  right: 30px;
}
.owl-buttons .owl-next {
  position: absolute;
  top: -30px;
  right: 0px;
}

.owl-buttons .owl-prev:hover , .owl-buttons .owl-next:hover {
  background: #ff4500;
  border-color: #ff4500;
  color: transparent;
}


/*************LIST CUSTOMER***************/
.list_customer {
  margin: 15px 0;
}
.list_customer .title_customer {
  background-color: rgb(77, 77, 67);
  border-radius: 15px 15px 0px 0px;
  color: #fff;
  font-size: 25px;
  text-align: left;
  padding: 10px 15px;
}
.list_customer .content_customer {
  padding: 15px;
  background: #fff;
}
.list_customer .item {
  position: relative;
}
.list_customer .item span {
  background: rgb(243,181, 23 ,0.8);
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
  padding: 5px ;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.list_customer .item img {
  border-radius: 5px;
}
.list_customer .owl-dots {
  margin-top: 10px;
}
.list_customer  .owl-theme .owl-dots .owl-dot.active span {
  width: 17px;
  background: #f3b517;
}
.list_customer  .owl-theme .owl-dots .owl-dot span {
  margin: 4px;
}
/*************LIST CUSTOMER***************/


/*************Banner main*******************/
.banner_main {
  margin-bottom: 5px;
  margin-top: 10px;
  display: flex;
}
.banner_main .banner_right {
  width: 83%;
}
.banner_main .menu_left {
  width: 17%;
}

.banner_main .banner_right .owl-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  display: none;
}

#sync1 {
  max-height: 375px;
  overflow: hidden;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;

}
#sync1  .owl-nav {
  margin-top: 0;
  width: 100%;
  top: 43%;
  opacity: 0;
}
.skSliderHome:hover #sync1 .owl-nav {
  opacity: 1;
}
#sync1 .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  padding: 10px;
  padding-top: 14px;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(0, 0, 0, .3);
  width: 42px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: none;
}
#sync1 .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  padding: 10px;
  padding-top: 14px;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(0, 0, 0, .3);
  width: 42px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: none;
}
#sync2 {
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#sync2 .item h3 {
  text-align: center;
  line-height: 1.3;
  padding: 14px 0px;
  cursor: pointer;
  overflow: hidden;
  font-weight: normal;
  border-top: 3px solid #fff;
  font-size: 13px;
  height: 64px;

}
#sync2 .owl-item h3 span {
  border-right: 1px solid #d7d7d7;
  display: block;
  padding: 0px 20px;
}
#sync2 .owl-item:last-child h3 span {
  border-right: none;
}
#sync2 .current h3 {
  border-top-color: #f3b517;
  font-weight: bold;
}

/*************Product Tab*******************/

.box-product-tab .item {
  display: flex;
  background: #fff;
  border-radius: 15px;
  flex: 1 0 auto;
  height: 100%;
}

.box-product-tab .item h3 {
  margin-bottom: 5px;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.4;
  height: 50px;
  overflow: hidden;
  font-weight: 600;
}
.box-best-selling {
  display: flex;
  flex-wrap: wrap;
}
.box-product-tab .item .list-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box-best-selling .item .div_price span.price_old {
  color: rgb(232, 182, 182);
  text-decoration: line-through;
  font-size: 17px;
  font-weight: bold;
}
.box-best-selling .div_images {
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  padding: 25px;
}
.box-best-selling .div_images .gift {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 50;
}
.box-best-selling .item .gift img {
}
/****** PRODUCT FOCUS AND ACCESSORIES ********************/
.content_product {
}
.icon-product{
  position: absolute;
  z-index: 5;
  left: 5px;
  bottom: 5px;
  font-size: 12px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 13px;
  padding: 5px;
  border-radius: 4px;

}

.price{
  color: #f62901;
  font-size: 15px;
  font-weight: bold;
}
.box-product-main .owl-nav {
  position: static;
}
.box-product-main .owl-carousel .owl-nav  div {
  background: #fff;
  width: 30px;
  height: 30px;
  top: 50%;
  font-size: 3em;
  padding: 0;
  margin: 0;
  text-align: center;
  opacity: 1;
  -webkit-opacity: 1;
  z-index: 8;
  border: none;
  position: absolute;
  color: #9f9d9d;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.15);
  box-shadow: 0 0 4px 2px rgba(0,0,0,.15);
}

.box-product-main .div_images {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.box-product-main .icon-product {
  bottom: 0;
}
.box-product-main h3 {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
  height: 48px;
  overflow: hidden;
}
.box-product-main .price_old {
  padding-left: 10px;
  color: #989898;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.box-product-main .col-sm-4 {
  padding-bottom: 10px;
}

.box_cat {
}
.box_cat a {
  color: #288ad6;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 5px 15px;
  margin-left: 10px;

}

/****************MENU MAIN*******************/
.menu_main_mobile {
  background: #fff;
  padding: 0px 5px;
  margin-bottom: 10px;
  width: auto;
  text-align: center;
}
.menu_main_mobile span {
  display: inline-block;
  padding: 10px 0;
  padding-bottom: 0;
}
.menu_main_mobile a {
  text-align: center;

}
.menu_main_mobile .item_mn {
  width: 20%;
  float: left;
  margin-bottom: 10px;
}
.menu_main_mobile a:last-child {
  margin-right: 0;
}
.menu_main_mobile a  i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  background: #fbfbfb;
  border-radius: 100%;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.24);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.24);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.24);
}
.menu_main_mobile a  i img {
  margin: auto;
  max-height: 26px;
}

/****************MENU MAIN*******************/


/*********************RESPONSIVE********************************/
@media (min-width:1200px){
  .list_cat_pro_tag {
    display: none;
  }
  .box-news-focus-mobile {
    display: none;
  }

}


@media (min-width:1024px){
  /*trang chu*/
  .grid-bound-home .item2{
    width: 33.33333333%;
  }
  .grid-bound-home .item1{
    width: 20%;
  }

  .view_all {
    display: none;
  }


  .mf-pkl {
    display: none;
  }
  .box_accessories {
    margin-bottom: 15px;
    position: relative;
  }
  .box_accessories .box_cat_accessories {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
  }
  .product-grid .boxItem .pic {
    padding: 15px;
    max-height: 207px;
  }
  .menu_main_mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .banner_right {
    width: 28.9%;
  }

  .price {
    font-size: 13px;
  }
  .box-best-selling .item .div_price span, .box-flash-sell .price span {
    font-size: 12px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {

  .column-first {
    width: 100%;
  }
  .column-last {
    display: none;
  }
  .box_accessories {
    margin-bottom: 20px;
  }
  .product-grid .boxItem .pic {
    padding: 10px;
  }
  .box-news-focus-mobile {
    padding: 15px;
  }
  .news_tech_mobile .pic {
    width: 22%;
  }
}

@media (max-width:991px){
  .owl-carousel .owl-nav {
    display: none;
  }

}
.box-best-selling .item .div_price .price {
  float: left;
  width: 55%;
  color: rgb(246, 42, 1);
  font-size: 19px;
}
.box-best-selling .item .nt-prepaid-installment {
  background: #fff;
  float: right;
  width: 45%;
  color: #626262;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.box-best-selling .item .nt-prepaid-installment strong {
  color: rgb(0, 102, 204);
  font-size: 15px;
  padding-top: 5px;
  display: inline-block;
}
@media (min-width:992px){
  .news-tech a.viewnewsother {
    display: none;
  }
  .box_menu_main {
    display: none;
  }
  .title_product {
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0;
  }
  .div_title {
    padding-bottom: 0;
  }

.box-best-selling {
  overflow: hidden;
}
  .box-best-selling .owl-nav {
    position: static;
  }
  .box-best-selling {
    padding: 0;
  }
  .box-best-selling .item h3 {
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
  }
  .box-best-selling .item h3 a:hover {
    color: #288ad6;
  }
  .box_accessories .title_product {
    margin-top: 0px;
  }

  .box-best-selling .item .div_price {
    text-align: left;
  }
  .box-best-selling .item .div_price .price {
    padding-left: 0;
  }

  .box-best-selling .item {
    padding: 15px;
  }
  .box-best-selling .ct_info {

  }



}


@media (max-width:991px){





}


@media only screen and (min-width: 720px) and (max-width: 1023px){


}


@media only screen and (min-width: 480px) and (max-width: 719px){

}


@media (max-width: 768px) {

}

@media (max-width: 767px) {
  .banner_main {
    margin-bottom: 0px;
    margin-top: 0;
    display: block;
  }
  #sync2 {
    display: none;
  }
  .banner_main .banner_left {
    float: none;
    width: 100%;
  }
  .banner_main .banner_right {
    float: left;
    width: 100%;
    margin-top: 1px;
    display: none;
  }

  .banner_main .banner_left .owl-theme .owl-dots {
    display: block;
  }
  #sync1 {
    border-radius: 0;
  }
  #sync1 .owl-nav {
    display: none;
  }
  #sync1 .owl-dots .owl-dot span {
    margin: 5px 3px;
    width: 8px;
    height: 8px;
  }
  #sync1 .owl-dots .owl-dot.active span {
    background: #f99d1c;
  }

  .list_customer {
    padding: 10px 0;
  }

  /******box flash sell*****/
  .owl-carousel .owl-nav {
    display: none;
  }

  /***********Product box****************/
  .box_pro_main .div_title {
    padding: 8px 6px;
  }
  .box-product-tab {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .box-product-tab:before,
  .box-product-tab:after{
    display:none;
  }
  .box-product-tab .item {
    padding: 10px;
  }
  .box-product-tab .item:nth-child(even) {
    border-right-color: #fff;
  }

  .box-product-tab .item .product-grid {
    padding: 10px;
  }

  .box_pro_main .div_title .pull-right, .box_pro_main .div_title .pull-left {
    float: none !important;
  }
  .box-best-selling .div_images {
    padding: 10px;
  }
  .box-best-selling .item .gift {
    font-size: 12px;
  }
  .box-best-selling .item .div_price .price {
    font-size: 13px;
  }
  .box-best-selling .item .div_price span.price_old {
    font-size: 12px;
  }
  .box-best-selling .item .nt-prepaid-installment strong {
    font-size: 12px;
  }
  /***********BOX cat scroll**********/
  .box_cat {
    margin-top: 5px;
  }
  .box_cat a {
    margin-left: 0px;
    margin-right: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }

}

@media (max-width: 680px){
  .price {
    font-size: 13px;
  }
  .box-best-selling .item .div_price span {
    font-size: 12px;
  }


}


@media (max-width:479px) {


}

@media (min-width: 320px) and (max-width: 480px) {

}


@media (max-width: 375px) {
  .price {
    font-size: 12px;
  }
  .box-flash-sell .price span {
    font-size: 12px;
  }
  .box-best-selling .item .div_price span {
    font-size: 13px;
  }

}
.w-full {
  width: 100% !important;
}



