.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .current span {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50%;
  background: #1E8E04;
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
}

.pagination .other-page,
.pagination .next-page,
.pagination .pre-page {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-block;
  margin: 0 5px;
}

.pagination .first-page,
.pagination .last-page {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  color: #000;
}

.main-service .box-select {
  padding: 20px 15px;
  background: #ffffff;
  border-radius: 8px;
}
.main-service .box-select .title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #000;
}
.main-service .box-select .item-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main-service .box-select .item-flex .item {
  border: 1px solid #DEDEDE;
  border-radius: 100px;
}
.main-service .box-select .item-flex .item input {
  background-color: transparent;
  border: none;
  padding: 8px 16px;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 768px) {
  .main-service .box-select .item-flex .item input {
    white-space: break-spaces;
  }
}
.main-service .box-select .item-flex .item input:focus {
  outline: none;
}
.main-service .box-select .item-flex .item input.active {
  border: 1px solid #1E8E04;
  color: #1E8E04;
  border-radius: 100px;
}
.main-service .box-select .item-flex .item a {
  padding: 8px 16px;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}
.main-service .box-select .item-flex .item a:hover {
  color: #333;
}
@media (max-width: 768px) {
  .main-service .box-select .item-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.main-service .box-select .remove {
  background-color: #1E8E04;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.main-service .box-select .box {
  margin-bottom: 20px;
}
.main-service .box-select .box .item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-service .box-select .box .item {
    justify-content: center;
  }
}
.main-service .products {
  margin-left: 0px !important;
}
.main-service .products .title_h1 {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.main-service .products .row-prod {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.main-service .products .item-prod a {
  position: relative;
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  width: 100%;
}
@media all and (max-width: 767px) {
  .main-service .products .item-prod a {
    border-left: 1px solid #ddd;
    height: 312px;
  }
}
.main-service .products .item-prod a .img-css {
  height: 238px;
}
.main-service .products .item-prod a .box_img {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .main-service .products .item-prod a .box_img {
    width: unset;
    height: unset;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .main-service .products .item-prod a .box_img {
    width: 186px;
    height: 186px;
    margin: auto;
  }
}
.main-service .products .item-prod a .box_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-service .products .item-prod a .name {
  margin: 10px 0px 5px;
  font-size: 14px;
  color: #4c4c4c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
  -webkit-line-clamp: 2;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}
@media (max-width: 768px) {
  .main-service .products .item-prod a .name {
    font-size: 13px;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.main-service .products .item-prod a .price .new {
  color: red;
}
.main-service .products .item-prod a .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 8px;
  height: 36px;
  gap: 5px;
  flex-wrap: wrap;
  text-align: center;
}
.main-service .products .item-prod a .bottom img {
  width: 16px;
}
.main-service .products .item-prod a .bottom .thong-tin {
  display: grid;
  align-items: center;
  grid-template-columns: 16px auto;
  margin: auto;
  gap: 5px;
}
.main-service .products .item-prod a .bottom .repair {
  border-radius: 2px;
  color: #4c4c4c;
  font-size: 12px;
  position: relative;
  line-height: 0;
}
@media (max-width: 768px) {
  .main-service .products .item-prod a .bottom .repair {
    font-size: 11px;
    line-height: 15px;
  }
}
.main-service .products .item-prod a .bottom .guarantee {
  border-radius: 2px;
  text-align: initial;
  color: #4c4c4c;
  font-size: 11px;
}
@media (max-width: 768px) {
  .main-service .products .item-prod a .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;
  }
}
.main-service .products .item-prod a .price {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.main-service .products .item-prod a .price .new {
  color: #e42014;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .main-service .products .item-prod a .price .new {
    font-size: 15px;
  }
}
.main-service .products .item-prod a .price .old {
  font-weight: 700;
  color: #4c4c4c;
  text-decoration: line-through;
  font-size: 13px;
}
@media (max-width: 768px) {
  .main-service .products .item-prod a .price .old {
    font-size: 11px;
  }
}
.main-service .products .item-prod a .discount {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  color: #fff;
  background: #e42014;
  height: 25px;
  font-size: 12px;
  padding: 5px 5px 5px;
}
.main-service .products .item-prod a:hover {
  border: 1px solid #ddd;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
}
.main-service .products .first-item-in-row a {
  border-left: 1px solid #ddd;
}
.main-service .products .item-prod-last {
  margin-right: 0px !important;
}
.main-service .products .contact {
  margin: 30px 0px 20px;
}
.main-service .products .contact .p-contact {
  text-align: center;
  margin-bottom: 12px;
}
.main-service .products .content {
  max-height: 120px;
  overflow: hidden;
}
.main-service .products .content h2,
.main-service .products .content h2 strong,
.main-service .products .content h2 strong span {
  font-size: 20px;
  margin-bottom: 12px;
}
.main-service .products .content h3,
.main-service .products .content h3 strong,
.main-service .products .content h3 strong span {
  font-size: 18px;
  margin-bottom: 12px;
}
.main-service .products .content h4,
.main-service .products .content h4 strong,
.main-service .products .content h4 strong span {
  font-size: 16px;
  margin-bottom: 12px;
}
.main-service .products .content p {
  margin-bottom: 12px;
  font-size: 16px;
}
.main-service .products .content ul {
  padding-inline-start: 20px;
  list-style-type: unset;
}
.main-service .products .content ul li {
  font-size: 16px;
  line-height: 32px;
}
.main-service .products .content table {
  margin-bottom: 25px;
}
.main-service .products .content table tr td {
  font-size: 16px;
}
.main-service .products .content table tr td p,
.main-service .products .content span {
  font-size: 16px;
}
.main-service .products .open-content {
  max-height: unset !important;
}
.main-service .products #show-more {
  display: block;
  margin: 10px auto 20px;
  text-align: center;
  color: #0642ad;
  font-size: 14px;
  width: 150px;
  background: url("/image/product/arrow-down.svg") right center no-repeat;
}
.main-service .products .hid {
  width: 80px !important;
  background: url("/image/product/arrow-up.svg") right center no-repeat !important;
}/*# sourceMappingURL=home.css.map */