.d-flex {
  display: flex !important;
  background: unset !important;
  border-radius: unset !important;
  margin-bottom: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.align-items-center {
  align-items: center !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.slide_banner {
  display: flex;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.slide_banner .menu-site {
  width: 200px;
  z-index: 11;
}
@media (max-width: 768px) {
  .slide_banner .menu-site {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slide_banner .menu-site {
    display: block;
    width: 265px;
  }
}
.slide_banner .video-site {
  width: 260px;
}
@media (max-width: 768px) {
  .slide_banner .video-site {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slide_banner .video-site {
    display: none;
  }
}
.slide_banner .banner-site {
  width: calc(100% - 490px);
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slide_banner .banner-site {
    width: 100%;
    filter: unset;
    background: unset;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slide_banner .banner-site {
    width: calc(100% - 265px);
  }
}
@media (max-width: 768px) {
  .slide_banner {
    display: block;
  }
}

.block {
  text-align: center;
}
.block .h1_block {
  font-family: Monstserrat-Bold, sans-serif;
  font-size: 24px;
  color: #ef7598;
  text-transform: uppercase;
  margin-top: 15px;
}

.block_1 #bannerHome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-right: 1%;
  float: left;
}
.block_1 .list-banner-grid {
  float: left;
}
.block_1 .list-banner-grid .item-banner-grid {
  margin-bottom: 15px;
}
.block_1 .list-banner-grid .item-banner-grid:last-child {
  margin-bottom: 0;
}

.top {
  text-align: center;
  text-transform: uppercase;
}
.top .title_why {
  font-size: 16px;
  font-weight: 600;
  color: #0642ad;
}
.top .title_why_2 {
  font-size: 28px;
  font-weight: 600;
  color: #0642ad;
  margin-bottom: 40px;
}

.owl-dots {
  height: 40px;
  width: 100%;
  display: none !important;
  position: absolute;
  left: 40%;
  top: -102px;
}

.owl-dots span {
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px 5px;
  width: 12px;
  filter: Alpha(Opacity=500);
  opacity: 0.2;
  background: #e42014;
}

.owl-dots .active span {
  opacity: 0.5;
}

.owl-nav {
  display: none;
}

.block-why-chosen .item {
  padding: 0px 20px;
}
.block-why-chosen .item .a_img img {
  width: unset;
  margin: auto;
}
.block-why-chosen .item .banner-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #0642ad;
  text-transform: uppercase;
  margin: 15px 0px;
}

@media all and (max-width: 768px) {
  .top {
    text-align: center;
    text-transform: uppercase;
  }
  .top .title_why {
    font-size: 14px;
    font-weight: 600;
    color: #0642ad;
  }
  .top .title_why_2 {
    font-size: 14px;
    font-weight: 600;
    color: #0642ad;
    margin: 8px auto 12px;
    max-width: 260px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.item-prod {
  border: 1px solid #ccc;
  border-radius: 0.75rem;
}
.item-prod a {
  position: relative;
  max-width: 100%;
  display: block;
  padding: 10px;
  background: #fff;
  width: 100%;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .item-prod a {
    border-left: 1px solid #ddd;
  }
}
.item-prod a .img-css {
  height: 238px;
}
.item-prod a .box_img {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .item-prod a .box_img {
    width: unset;
    height: unset;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .item-prod a .box_img {
    width: 186px;
    height: 186px;
    margin: auto;
  }
}
.item-prod a .box_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-prod a .name {
  margin: 10px 0px 5px;
  font-size: 14px;
  color: #4c4c4c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}
@media (max-width: 768px) {
  .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;
  }
}
.item-prod a .price .new {
  color: #e11b1e;
  font-weight: 700;
}
.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;
}
.item-prod a .bottom img {
  width: 16px;
}
.item-prod a .bottom .thong-tin {
  display: grid;
  align-items: center;
  grid-template-columns: 16px auto;
  margin: auto;
  gap: 5px;
}
.item-prod a .bottom .repair {
  border-radius: 2px;
  color: #4c4c4c;
  font-size: 12px;
  position: relative;
  line-height: 0;
}
@media (max-width: 768px) {
  .item-prod a .bottom .repair {
    font-size: 9px;
    line-height: 15px;
  }
}
.item-prod a .bottom .guarantee {
  border-radius: 2px;
  text-align: initial;
  color: #4c4c4c;
  font-size: 11px;
}
@media (max-width: 768px) {
  .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;
  }
}
.item-prod a .price {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.item-prod a .price .new {
  color: #e42014;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .item-prod a .price .new {
    font-size: 15px;
  }
}
.item-prod a .price .old {
  font-weight: 700;
  color: #4c4c4c;
  text-decoration: line-through;
  font-size: 15px;
}
@media (max-width: 768px) {
  .item-prod a .price .old {
    font-size: 11px;
  }
}
.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;
}
.item-prod.item-slide-swiper {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-prod:hover {
  border: 1px solid #ddd;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block-service-prd {
  position: relative;
  margin-top: 40px;
  height: 800px;
}
.block-service-prd .head_block {
  margin-bottom: 0;
}
.block-service-prd .swiper-container {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block-service-prd .swiper-container {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-service-prd .swiper-container {
    padding-bottom: 60px;
  }
}
.block-service-prd .swiper-button-next:after,
.block-service-prd .swiper-button-prev:after {
  content: none;
}

.block-new {
  padding-top: 40px;
}
.block-new .list-new {
  margin-bottom: 15px;
}
.block-new .list-new .item a {
  display: block;
}
.block-new .list-new .item a img {
  width: 100%;
}
.block-new .list-new .item .a_title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block-new .list-new .item .created-time {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.block-new .list-new .item .describe {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .block-new .list-new .item {
    padding-bottom: 15px;
  }
}

.block-used {
  padding-top: 40px;
}
.block-used .row-prod .item {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 0.75rem;
  margin: 1.5rem 0;
  position: relative;
}
.block-used .row-prod .item .frame_img_cat {
  text-align: center;
  display: flex;
  justify-content: center;
}
.block-used .row-prod .item .frame_discount {
  background: #e42014;
  padding: 5px 5px 5px;
  border-radius: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.block-used .row-prod .item .frame_title {
  text-align: center;
  min-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.block-used .row-prod .item .frame_title h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.block-used .row-prod .item .frame_price .price {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 10px;
}
.block-used .row-prod .item .frame_price .price .new {
  color: #e42014;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.block-used .row-prod .item .frame_price .price .old {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.block-used .row-prod .item .promotion_description {
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
}
.block-used .row-prod .item .promotion_description .list_icon {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.block-used .row-prod .item .promotion_description .list_icon .item_icon {
  border-radius: 50%;
}
.block-used .row-prod .item .promotion_description .list_icon .item_icon img {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.block-used .row-prod .item .promotion_description .list_icon .active {
  border-radius: 50%;
}
.block-used .row-prod .item .promotion_description .list_icon .active img {
  border: 1px solid #999999;
  border-radius: 50%;
}
.block-used .row-prod .item .promotion_description .list-summary {
  padding-top: 10px;
}
.block-used .row-prod .item .promotion_description .list-summary .summary {
  display: none;
}
.block-used .row-prod .item .promotion_description .list-summary .active {
  display: block;
  height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block-used .row-prod .item .promotion_description .list-summary .active p {
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 14.06px;
}
.block-used .row-prod .item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.block-used .owl-nav {
  display: unset;
}
.block-used .owl-nav .owl-prev,
.block-used .owl-nav .owl-next {
  position: absolute;
  top: 45%;
}
.block-used .owl-nav .owl-prev {
  left: 0;
}
.block-used .owl-nav .owl-next {
  right: 0;
}

.head_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.head_block .title {
  margin-bottom: 0;
}
.head_block .title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #333333;
}
@media (max-width: 768px) {
  .head_block .title {
    padding-bottom: 15px;
  }
}
.head_block .nav {
  display: flex;
  align-items: center;
}
.head_block .nav .nav-item {
  margin-right: 8px;
}
.head_block .nav .nav-link {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #000000;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}
@media (max-width: 768px) {
  .head_block .nav {
    overflow-x: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .head_block .nav {
    overflow-x: auto;
    padding-top: 13px;
  }
}
@media (max-width: 768px) {
  .head_block {
    white-space: nowrap;
    flex-wrap: nowrap;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .head_block {
    display: block;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
}

.block-6 {
  padding-bottom: 0;
}

.customer {
  padding-top: 30px !important;
}

@media (max-width: 767px) {
  .block-service .title {
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 21px;
    color: #333333;
  }
}
.list_cat_32 {
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.list_cat_32 img {
  border-radius: 15px;
}/*# sourceMappingURL=trangchu.css.map */