.wapper-content-page .row_inner {
  display: flex;
  flex-wrap: wrap;
}

.title_mod {
  text-align: center;
  font-size: 27px;
  border-bottom: none;
  position: relative;
  text-transform: uppercase;
  margin: 0px auto 40px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .title_mod {
    font-size: 18px;
    margin: 0px auto 14px;
  }
}

.cat_item_store {
  text-align: center;
}
@media all and (max-width: 600px) {
  .cat_item_store {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 425px) {
  .cat_item_store {
    margin: 20px -10px;
  }
}
.cat_item_store ul li {
  display: inline-block;
  padding: 0px 20px;
}
@media all and (max-width: 580px) {
  .cat_item_store ul li {
    padding: 0px 0px;
  }
}
.cat_item_store ul li a {
  padding: 7px 0px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 15px;
  color: #6d6d6d;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.cat_item_store ul li a:hover {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color) !important;
}
@media all and (max-width: 450px) {
  .cat_item_store ul li a {
    padding: 5px 5px;
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media all and (max-width: 377px) {
  .cat_item_store ul li a {
    padding: 5px 4px;
    font-size: 12px;
  }
}
.cat_item_store ul .active a {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color) !important;
}

@media all and (max-width: 800px) {
  .cat_item_store ul li:nth-child(6) {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .cat_item_store ul li:nth-child(5) {
    display: none;
  }
}
.cat-title {
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  line-height: 48px;
}

.cat-title .cat-title-main {
  float: left;
}

.cat-title .cat-title-main > a {
  margin-left: 31px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
}

.cat-title .nav-tabs {
  float: right;
  display: flex;
}

.cat-title .nav-tabs li {
  margin-right: 14px;
  margin-left: 16px;
}

.cat-title .nav-tabs li.active a,
.cat-title .nav-tabs li:hover a {
  color: #0183BF;
  text-decoration: underline;
}

.title_icon {
  width: 40px;
  height: 50px;
  float: left;
  background: #00A7F4;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
}

.title_icon i {
  position: absolute;
  content: " ";
  width: 22px;
  height: 26px;
  top: 13px;
  left: 16px;
  z-index: 10;
}

.title_icon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 19px;
  border-color: transparent transparent transparent #00A7F4;
}

#cat-dien-thoai .title_icon i, #cat-iphone .title_icon i {
  background-position: -85px -64px;
}

#cat-phu-kien .title_icon i {
  background-position: -113px -64px;
  width: 29px;
  height: 26px;
  top: 13px;
  left: 12px;
}

#cat-may-tinh-bang .title_icon i {
  background-position: -229px -77px;
}

#cat-dich-vu .title_icon i {
  background-position: -273px -125px;
  height: 31px;
  left: 13px;
  top: 11px;
}

#cat-dich-vu-sua-chua .title_icon i {
  background-position: -305px -124px;
  height: 31px;
  left: 13px;
  top: 11px;
}

@media only screen and (max-width: 768px) {
  .cat-title .nav-tabs {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #cat_item_store_136 {
    display: none;
  }
  .home_pos_2 {
    display: none;
  }
}
.products_item_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.xemthemhome {
  text-align: center;
  margin-top: 42px;
  width: 100%;
}
.xemthemhome a {
  color: #fff;
  background: var(--main-color);
  text-transform: uppercase;
  padding: 13px 64px 11px 34px;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.xemthemhome a:after {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/plus.svg");
  content: "";
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.wapper-content-page {
  max-width: 1000px;
}
.wapper-content-page .container_main_wrapper {
  max-width: 1000px;
}/*# sourceMappingURL=home.css.map */