.list_cat {
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 1px #999;
}
.list_cat .title_cat {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.list_cat .title_cat span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}
.list_cat .list_child_cat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.list_cat .list_child_cat li {
  border: 1px solid #e0e0e0;
}
.list_cat .list_child_cat li:hover {
  border: 1px solid #de0101;
}
.list_cat .list_child_cat li a {
  display: block;
  padding: 5px;
}
.list_cat .list_child_cat li a span {
  display: block;
  overflow: hidden;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  margin: auto;
  position: relative;
  background: #e4e4e4;
  border: 1px solid #c3c3c3;
}
.list_cat .list_child_cat li a span img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list_cat .list_child_cat li a p {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
}
.list_cat .list_child_cat .active {
  border: 1px solid #de0101;
}
@media (max-width: 767px) {
  .list_cat .list_child_cat {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .list_cat .list_child_cat li a {
    padding: 4px;
  }
}

.list_cat_parent_1 {
  padding: 20px 10px 0 10px;
  background-color: #fff;
}

.list_cat_parent {
  padding-bottom: 0;
}
.list_cat_parent .title_cat {
  font-size: 20px;
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
}
.list_cat_parent .title_cat span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}
.list_cat_parent .cat_child {
  display: inline-block;
  padding: 3px 10px;
  color: #969696;
  border: 1px solid #f0f0f0;
  margin: 0 0 5px;
}
.list_cat_parent .cat_child:hover {
  color: #000;
  border-bottom: 1px solid #1e8e04;
}
.list_cat_parent .link_image {
  display: inline-block;
  padding-top: 5px;
  border: 1px solid #f0f0f0;
  margin: 0 5px 5px 0;
  height: 40px;
}
.list_cat_parent .link_image img {
  max-width: 125px;
  transition: 0.3s all;
}
.list_cat_parent .link_image:hover {
  border: 1px solid #1e8e04;
}
.list_cat_parent .link_image:hover img {
  filter: grayscale(0%);
}
.list_cat_parent .active {
  color: #000;
  border: 1px solid #1e8e04;
}
.list_cat_parent .active img {
  filter: grayscale(0%);
}

.dpl {
  display: inline-block;
}

.field_filter > span {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .field_filter > span {
    padding: 3px 10px 3px 0;
  }
}

.field_filter .list_filter_1 {
  display: flex;
  grid-gap: 6px;
}
.field_filter .list_filter_1 li {
  border-right: 1px solid #fff;
}
.field_filter .list_filter_1 li:last-child {
  border-right: unset;
}

.sort-follow {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .sort-follow {
    margin-top: 10px;
  }
}

.pagination {
  background-color: #fff;
  padding: 12px;
}

#cat_old .list_cat_old {
  margin: 20px 0;
  display: flex;
  gap: 8px;
}
#cat_old .list_cat_old .cat_child {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  color: #1e8e04;
}
#cat_old .list_cat_old .cat_child .image {
  background: linear-gradient(180deg, #c6c2c2 60%, #f1f1f1 100%);
  border-radius: 100%;
  padding: 20px;
}
#cat_old .list_cat_old .cat_child .image img {
  max-width: 60px;
}
#cat_old .list_cat_old .cat_child p {
  color: #444;
  margin-bottom: 0;
}
#cat_old .list_cat_old .active {
  color: #fff;
  background: #1e8e04;
}
#cat_old .list_cat_old_lv1 {
  background: #fff;
  padding: 10px;
}
#cat_old .list_cat_old_lv1 .cat_child_lv1 {
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  font-family: "RobotoBold";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#cat_old .list_cat_old_lv1 .cat_child_lv1 .image {
  display: none;
}
#cat_old .list_cat_old_lv1 .cat_child_lv1 p {
  color: #1e8e04;
}
#cat_old .list_cat_old_lv1 .cat_child_lv1:hover {
  background: #1e8e04;
  font-weight: 700;
  border-color: #1e8e04;
}
#cat_old .list_cat_old_lv1 .cat_child_lv1:hover p {
  color: #fff;
}
#cat_old .list-products {
  margin-bottom: 20px;
}
#cat_old .list-products .category-banner img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cat_old .list-products .owl-nav {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
}
#cat_old .list-products .owl-nav .owl-prev,
#cat_old .list-products .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 36px;
  transition: 0.1s ease-in-out;
}
#cat_old .list-products .owl-nav .owl-prev:hover,
#cat_old .list-products .owl-nav .owl-next:hover {
  background: rgba(196, 196, 196, 0.5);
}
#cat_old .list-products .owl-nav .owl-prev {
  padding-right: 10px;
  left: 0;
  border-radius: 0 60px 60px 0;
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
#cat_old .list-products .owl-nav .owl-next {
  right: 0;
  padding-left: 10px;
  border-radius: 60px 0 0 60px;
  box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.2);
}
#cat_old .list-products .owl-products-ip .owl-nav {
  top: 40%;
}
#cat_old .list-products .list {
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
#cat_old .list-products .list:last-child {
  margin-bottom: 0;
}
#cat_old .list-products .list .category-banner {
  width: 20%;
  padding-right: 10px;
}
#cat_old .list-products .list .slide-container {
  width: 100%;
}
@media (max-width: 991px) {
  #cat_old .list-products .list .slide-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #cat_old .list-products .list {
    min-height: 363px;
  }
}
#cat_old .list-products .sub_item {
  position: relative;
  z-index: 1;
}
#cat_old .list-products .sub_item .item {
  padding: 11px 0;
  position: relative;
  text-align: center;
}
#cat_old .list-products .sub_item .item .sticky {
  height: 183px;
}
#cat_old .list-products .sub_item .item .sticky > img {
  transition: 0.3s ease-in-out;
  margin-top: 15px;
}
#cat_old .list-products .sub_item .item .img {
  display: inline-block;
}
#cat_old .list-products .sub_item .item .img img {
  height: auto !important;
  max-width: 168px !important;
}
@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .img img {
    max-width: 100% !important;
  }
}
#cat_old .list-products .sub_item .item .content {
  text-align: left;
  padding: 10px;
}
#cat_old .list-products .sub_item .item .content .precent {
  background: rgba(176, 0, 32, 0.87);
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: 24px;
  text-align: center;
  border-radius: 0;
}
#cat_old .list-products .sub_item .item .content .name {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
}
#cat_old .list-products .sub_item .item .content .price {
  font-size: 14px;
  color: #b00020;
  margin-bottom: 8px;
  font-weight: bold;
}
#cat_old .list-products .sub_item .item .content .price_renew {
  color: rgba(0, 0, 0, 0.48);
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 8px;
}
#cat_old .list-products .sub_item .item .content .price_renew span {
  display: inline-block;
  font-size: 13px;
  color: #b00020;
}
@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .content .price_renew {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
  }
  #cat_old .list-products .sub_item .item .content .price_renew span {
    font-size: 12px;
  }
}
#cat_old .list-products .sub_item .item .content .price_student {
  font-size: 11px;
}
@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .content .price_student {
    font-size: 10px;
  }
}
#cat_old .list-products .sub_item .item .content .price_old {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: normal;
  text-decoration: line-through;
}
#cat_old .list-products .sub_item .item .content .compare {
  font-size: 13px;
}
#cat_old .list-products .sub_item .item .content .compare p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
  margin-bottom: 8px;
  line-height: 15px;
}
#cat_old .list-products .sub_item .item .content .compare p span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
}
#cat_old .list-products .sub_item .item .content .compare p:last-child {
  margin-bottom: 0;
}
#cat_old .list-products .sub_item .item .content .compare .text_old {
  color: rgba(0, 0, 0, 0.87);
}
#cat_old .list-products .sub_item .item .content .bottom {
  margin-top: 15px;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 8px;
}
#cat_old .list-products .sub_item .item .content .bottom .sticker {
  margin-bottom: 10px;
}
#cat_old .list-products .sub_item .item .content .bottom .note p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
}
@media (max-width: 450px) {
  #cat_old .list-products .sub_item .item .content .bottom .note p span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .content .price {
    font-size: 12px;
  }
  #cat_old .list-products .sub_item .item .content .price_old {
    font-size: 11px;
    display: inline-block;
  }
  #cat_old .list-products .sub_item .item .content .compare {
    font-size: 12px;
  }
  #cat_old .list-products .sub_item .item .content .compare p {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.48);
    margin-bottom: 8px;
    line-height: 15px;
  }
}
#cat_old .list-products .sub_item .item:hover .sticky > img {
  margin-top: 0;
}
#cat_old .list-products .see_more {
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  border-color: #000;
  color: #000;
}
#cat_old .block_related_news {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
#cat_old .block_related_news .col {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
#cat_old .block_related_news .col .clickmore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 300px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  box-shadow: 0px 1px 4px 1px #999;
}
#cat_old .block_related_news .col .relate_content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}
#cat_old .block_related_news .col .relate_content .item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
#cat_old .block_related_news .col .relate_content .item .image img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cat_old .block_related_news .col .relate_content .item .title {
  margin-bottom: 0;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}
#cat_old .block_related_news .col .relate_content .item:hover .title {
  color: #1e8e04;
  font-weight: 600;
}

.title-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px 0;
}
.title-list .category-banner {
  margin: auto;
  display: block !important;
}
.title-list h3 {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-list h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.title-list a {
  font-weight: 500;
  color: #1e8e04;
}

.list_cat_lv2 {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.list_cat_lv2 a {
  padding: 6px 12px;
  background: #ffffff;
  border: solid 1px #a9a9a9;
  border-radius: 15px;
  font-size: 13px;
  color: #000;
}
.list_cat_lv2 a:hover {
  background: #1e8e04;
  font-weight: 700;
  color: #fff;
  border-color: #1e8e04;
}

@media (max-width: 768px) {
  .list_cat_lv2 {
    overflow-x: auto;
    width: 100%;
    padding: 10px 0;
    justify-content: unset;
    flex-wrap: nowrap;
  }
  .list_cat_lv2 a {
    min-width: 175px;
    text-align: center;
  }
}
.list_ajax {
  display: flex;
  flex-wrap: wrap;
}
.list_ajax .sub_item {
  width: 20%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .list_ajax .sub_item {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .list_ajax .sub_item {
    width: 33.33%;
  }
}

.promotion_description,
.promotion_description_old {
  padding: 8px;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.promotion_description .list_icon,
.promotion_description_old .list_icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.promotion_description .list_icon .item_icon,
.promotion_description_old .list_icon .item_icon {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
  background: #fff;
}
.promotion_description .list_icon .item_icon.active,
.promotion_description_old .list_icon .item_icon.active {
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .promotion_description .list_icon,
  .promotion_description_old .list_icon {
    flex-wrap: nowrap;
  }
  .promotion_description .list_icon .item_icon,
  .promotion_description_old .list_icon .item_icon {
    margin-right: 5px;
    width: auto;
    height: auto;
  }
}
.promotion_description .list_summary,
.promotion_description_old .list_summary {
  font-size: 13px;
  line-height: 16px;
}
.promotion_description .list_summary .summary,
.promotion_description_old .list_summary .summary {
  display: none;
  height: 32px;
  overflow: hidden;
}
.promotion_description .list_summary .summary p,
.promotion_description_old .list_summary .summary p {
  margin-bottom: 0;
}
.promotion_description .list_summary .summary.active,
.promotion_description_old .list_summary .summary.active {
  display: block;
}

.content .promotion_description .list_icon .item_icon,
.content .promotion_description_old .list_icon .item_icon {
  width: 33px;
  height: 33px;
}

@media (max-width: 991px) {
  #cat_old .overflow_top {
    overflow-x: auto;
  }
  #cat_old .overflow_top .list_cat_old {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
.boxdesc {
  overflow: hidden;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .boxdesc img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.item_filter {
  padding: 5px 15px;
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  font-size: 12px;
}
.item_filter:hover {
  color: #fff;
  background-color: #1e8e04;
  border: 1px solid #1e8e04;
}
@media (max-width: 767px) {
  .item_filter {
    padding: 3px 10px;
  }
}

.item_filter.active {
  color: #fff;
  background-color: #1e8e04;
  border: 1px solid #1e8e04;
}

.item_row,
.list_not_carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.item_row .sub_item,
.list_not_carousel .sub_item {
  display: block;
  width: calc((100% - 40px) / 5);
  position: relative;
  z-index: 1;
}
.item_row .item_hidden,
.list_not_carousel .item_hidden {
  display: none;
}

.filter_block_search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.filter_block_search .item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background: #dddddd;
  border-radius: 10px;
  text-decoration: none;
}
.filter_block_search .item:hover {
  background: #1e8e04;
  color: #fff;
  font-weight: 700;
}
.filter_block_search .active {
  background: #1e8e04;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .filter_block_search {
    white-space: nowrap;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .list_cat_parent_1 {
    overflow-x: auto;
  }
  .list_cat_parent_1 .list_cat_parent {
    width: -moz-max-content;
    width: max-content;
  }
  .category-banner img {
    max-width: 200px !important;
  }
  #cat_old .block_related_news {
    flex-direction: column;
    padding: 0 15px;
  }
  .item_row .sub_item,
  .list_not_carousel .sub_item {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 450px) {
  .item_row .sub_item,
  .list_not_carousel .sub_item {
    width: calc((100% - 10px) / 2);
  }
}
.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 8px;
  gap: 5px;
  flex-wrap: wrap;
  text-align: center;
}
.bottom .thong-tin {
  display: grid;
  align-items: center;
  grid-template-columns: 16px auto;
  margin: auto;
  gap: 5px;
}
.bottom .repair {
  border-radius: 2px;
  color: #4c4c4c;
  font-size: 12px;
  position: relative;
  line-height: 0;
}
@media (max-width: 768px) {
  .bottom .repair {
    font-size: 11px;
    line-height: 15px;
  }
}
.bottom .guarantee {
  border-radius: 2px;
  text-align: initial;
  color: #4c4c4c;
  font-size: 11px;
}
@media (max-width: 768px) {
  .bottom .guarantee {
    list-style: none;
    font-size: 11px;
    padding-left: 0;
    display: -webkit-box;
    line-height: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .bottom {
    display: none;
  }
}

.frame_img_cat {
  display: flex !important;
  align-items: center;
  padding-top: 25px;
  min-height: 185px;
  height: 100%;
}

.frame_feature {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature_item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.feature_item .feature_image {
  width: 16px;
  height: 16px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 4px;
  margin: 0 auto;
}

.feature_name {
  font-size: 9px;
  text-align: center;
  color: #090d14;
  line-height: normal;
}/*# sourceMappingURL=cat_1.css.map */