@charset "UTF-8";
.sw-best-selling-devices.swiper-default {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.sw-best-selling-devices .swiper-wrapper {
  padding: 8px 0;
}
.sw-best-selling-devices .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
  width: 250px;
  width: calc((100% - 80px) / 5);
  -webkit-box-shadow: 0px 1px 9px 0px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 1px 9px 0px rgba(16, 24, 40, 0.08);
  background: #fff;
  border-radius: 8px;
}
.sw-best-selling-devices .swiper-slide .card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sw-best-selling-devices .swiper-slide .card .top {
  width: 100%;
  height: 212px;
  height: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.sw-best-selling-devices .swiper-slide .card .top .img-pro {
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sw-best-selling-devices .swiper-slide .card .top .img-hot {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  display: block;
  border-radius: 90%;
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-slide .card .top .img-hot {
    width: 48px;
    height: 48px;
  }
}
.sw-best-selling-devices .swiper-slide .card .top a {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
}
.sw-best-selling-devices .swiper-slide .card .top .icons-product-features {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  z-index: 10;
}
.sw-best-selling-devices .swiper-slide .card .top .icons-product-features .feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  gap: 2px;
}
.sw-best-selling-devices .swiper-slide .card .top .icons-product-features .feature-items img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sw-best-selling-devices .swiper-slide .card .top .icons-product-features .feature-items span {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-align: center;
  max-width: 50px;
  word-break: break-word;
}
.sw-best-selling-devices .swiper-slide .card .top .icons-product-features .feature-items span .break-line {
  display: block;
}
.sw-best-selling-devices .swiper-slide .card .product-info {
  padding: 4px 16px 0;
  position: relative;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sw-best-selling-devices .swiper-slide .card .product-info .product-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #3D3D3D;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-slide .card .product-info .product-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.sw-best-selling-devices .swiper-slide .card .product-info .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  color: #4564ED;
  margin-top: 10px;
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-slide .card .product-info .price {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
    line-height: 16px;
  }
}
.sw-best-selling-devices .swiper-slide .card .product-info .box-discount .old-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #9CA3AF;
  text-decoration: line-through;
}
.sw-best-selling-devices .swiper-slide .card .product-info .box-discount .discount {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #FF2156;
  background: #FFE5ED;
  padding: 0px 2px;
  border-radius: 4px;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-slide .card .product-info {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.sw-best-selling-devices .swiper-slide .row-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
}
.sw-best-selling-devices .swiper-slide .row-buy .btn-link {
  display: block;
  white-space: nowrap;
  background: #4a6bff;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 28.5px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-slide .row-buy .btn-link {
    line-height: 36px;
  }
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-slide .row-buy {
    padding: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sw-best-selling-devices .swiper-slide {
    width: 250px;
  }
}
@media screen and (max-width: 1440px) {
  .sw-best-selling-devices {
    width: 250px;
  }
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices.swiper-default {
    padding: 0;
  }
}

.js_swiper_center {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.sw-best-selling-devices .swiper-slide .card {
  position: relative;
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 2px;
    gap: 16px;
  }
  .sw-best-selling-devices .swiper-slide {
    width: 47%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sw-best-selling-devices .swiper-slide .card .top {
    height: 148px;
  }
  .sw-best-selling-devices .swiper-slide .card .top .icons-product-features {
    gap: 6px;
  }
  .sw-best-selling-devices .swiper-slide .card .top .icons-product-features .feature-items span {
    max-width: 52px;
    font-size: 8px;
  }
}

.row-parent-swipers .sw-best-selling-devices ~ .swiper-button-next {
  right: -46px;
  background: #fff url("../images/arrow-right-blue.png") no-repeat center center/24px;
}

.row-parent-swipers .sw-best-selling-devices ~ .swiper-button-prev {
  left: -46px;
  background: #fff url("../images/arrow-right-blue.png") no-repeat center center/24px;
}

@media screen and (max-width: 1500px) {
  .row-parent-swipers .sw-best-selling-devices ~ .swiper-button-next {
    right: -33px;
  }
  .row-parent-swipers .sw-best-selling-devices ~ .swiper-button-prev {
    left: -33px;
  }
}
@media screen and (max-width: 768px) {
  .row-parent-swipers .sw-best-selling-devices ~ .swiper-button-next,
  .row-parent-swipers .sw-best-selling-devices ~ .swiper-button-prev {
    display: none;
  }
}
/* section Thiết bị tiện ích bán chạy nhất, giống với section thiết bị bán chạy, nên viết css luôn ở đây*/
.row-parent-swipers .sw-best-selling-devices.best-selling-utility ~ .swiper-button-next {
  right: -24px;
  background: #fff url("../images/arrow-right-blue.png") no-repeat center center/24px;
}

.row-parent-swipers .sw-best-selling-devices.best-selling-utility ~ .swiper-button-prev {
  left: -24px;
  background: #fff url("../images/arrow-right-blue.png") no-repeat center center/24px;
}

.sec-default .container--box-orange {
  background: #FFDDC4;
}
.sec-default .container--box-orange .promotion-title {
  margin-bottom: 18px;
}

.content-selling-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 100%;
  /* padding: 8px 0 16px 0; */
  padding: 0px 0 0px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content-selling-utility .promotion-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.content-selling-utility .col-left {
  width: 318px;
  min-height: 421px;
  border-radius: 12px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-selling-utility .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: calc(100% - 336px);
  padding: 0px 0 0px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-selling-utility .news-view-all {
  display: none;
}
.content-selling-utility .news-view-all .view-all-link .icon-more {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sw-best-selling-devices.swiper-default.best-selling-utility {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.sw-best-selling-devices.swiper-default.best-selling-utility .swiper-wrapper {
  padding: 0;
}

.best-selling-utility .swiper-slide {
  width: 250px;
  width: 249px;
}

@media screen and (max-width: 900px) {
  .sec-default .container--box-orange {
    padding: 16px;
  }
  .row-parent-swipers .sw-best-selling-devices.best-selling-utility ~ .swiper-button-next,
  .row-parent-swipers .sw-best-selling-devices.best-selling-utility ~ .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-default .container--box-orange {
    padding: 24px 16px;
  }
  .sec-default .container--box-orange .promotion-title {
    margin-bottom: 16px;
  }
  .content-selling-utility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .content-selling-utility .col-left {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-height: auto;
  }
  .content-selling-utility .col-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 540px) {
  .sw-best-selling-devices.swiper-default.best-selling-utility .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sw-best-selling-devices.swiper-default.best-selling-utility .swiper-wrapper .swiper-slide {
    width: calc(50% - 8px);
  }
  .content-selling-utility .news-view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.content-selling-utility .row-parent-swipers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.view-all-link {
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .body-thiet-bi-thong-minh .sec-default.internet-secfirst {
    padding-bottom: 0;
  }
  .body-thiet-bi-thong-minh .sec-default.internet-secfirst + .sec-default.sec-padding {
    padding-top: 0;
  }
}

.body-thiet-bi-thong-minh.smart-device-cat .internet-secfirst.thiet-bi-thong-minh-secfirst {
  padding-top: 60px;
}
@media screen and (max-width: 834px) {
  .body-thiet-bi-thong-minh.smart-device-cat .internet-secfirst.thiet-bi-thong-minh-secfirst {
    padding-top: 24px;
  }
}
@media screen and (max-width: 540px) {
  .body-thiet-bi-thong-minh.smart-device-cat .internet-secfirst.thiet-bi-thong-minh-secfirst {
    padding-top: 0px;
  }
}/*# sourceMappingURL=sw-best-selling-devices.css.map */