@charset "UTF-8";
.div-product-detail .new-title-label {
  padding-top: 80px;
  padding-bottom: 40px;
}
.div-product-detail .new-title-label h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 27px;
  position: relative;
}
.div-product-detail .new-title-label h2:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 24px);
  width: 48px;
  height: 3px;
  background: #455CED;
  background: linear-gradient(137.23deg, #E981FF 0%, #BA77F7 18.76%, #2659DF 94.3%);
  background: -webkit-gradient(linear, right top, left top, color-stop(-26.82%, #7DC3FF), color-stop(95.8%, #4564ED));
  background: linear-gradient(270deg, #7DC3FF -26.82%, #4564ED 95.8%);
  border-radius: 50px;
}
.div-product-detail .new-title-label div {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 1004px;
  margin: 0 auto;
}
.div-product-detail .new-title-label div.fs-xl {
  padding-top: 21px;
}
.div-product-detail .new-title-label div.fs-xl p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}
.div-product-detail .new-title-label div.fs-xl p:nth-last-child(1) {
  margin-bottom: 0;
}
.div-product-detail .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 996px;
  gap: 16px;
  padding-bottom: 40px;
}
.div-product-detail .container-flex .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 16px);
          flex: 1 1 calc(50% - 16px);
  background: rgb(247, 247, 248);
  padding: 24px;
  text-align: center;
  border-radius: 8px;
}
.div-product-detail .container-flex .column.column-price .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #3D3D3D;
}
.div-product-detail .container-flex .column.column-price .price-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(61, 61, 61);
}
.div-product-detail .container-flex .column.column-price .price-text .small-text {
  font-size: 100%;
}
.div-product-detail .container-flex .column.column-price .price-text .price-num {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  padding-left: 8px;
  padding-right: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(5, 147, 235)), to(rgb(16, 87, 203)));
  background: linear-gradient(90deg, rgb(5, 147, 235) 0%, rgb(16, 87, 203) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.div-product-detail .container-flex .column.column-price .price-text .old-price {
  display: none;
}
.div-product-detail .container-flex .column.column-price .with-discount .old-price {
  display: inline-block;
  position: relative;
}
.div-product-detail .container-flex .column.column-price .with-discount .old-price .span-price {
  text-decoration: line-through;
}
.div-product-detail .container-flex .column.column-price .with-discount .old-price .label-discount {
  position: absolute;
  border: 1px solid #FF2156;
  color: #FF2156;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  padding: 0 8px;
  background: #FFF3F6;
  left: 0;
  top: -24px;
  border-radius: 4px;
}
.div-product-detail .container-flex .column.column-speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.div-product-detail .container-flex .column.column-speed .div-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
.div-product-detail .container-flex .column.column-speed .div-left span.img-speed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 20px;
}
.div-product-detail .container-flex .column.column-speed .div-left span.img-speed img {
  height: 64px;
}
.div-product-detail .container-flex .column.column-speed .div-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
.div-product-detail .container-flex .column.column-speed .div-right .div-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(61, 61, 61);
}
.div-product-detail .container-flex .column.column-speed .div-right .div-label ._bold {
  margin-right: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.div-product-detail .container-flex .column.column-speed .div-right .num-speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(61, 61, 61);
}
.div-product-detail .container-flex .column.column-speed .div-right .num-speed ._num {
  font-weight: 700;
}
.div-product-detail .container-flex .column.column-speed .div-right .num-speed .speed {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  margin-right: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#F6921E), to(#EB2E0F));
  background: linear-gradient(90deg, #F6921E 0%, #EB2E0F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.div-product-detail .container-flex-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  max-width: 996px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.div-product-detail .container-flex-4 .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 24px);
          flex: 1 1 calc(25% - 24px);
  background: #ffffff;
  text-align: center;
  border-radius: 8px;
  max-width: 236px;
}
.div-product-detail .container-flex-4 .column .link {
  display: block;
  text-decoration: none;
}
.div-product-detail .container-flex-4 .column .link img {
  max-width: 100%;
}
.div-product-detail .container-flex-4 .column .link .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  padding: 0 16px;
}
.div-product-detail .container-flex-4 .column .link:hover .title {
  color: #4564ED;
}
.div-product-detail .btn-register {
  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;
}
.div-product-detail .btn-register a {
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 24px;
  background: rgb(69, 100, 237);
  color: #fff;
  border-radius: 8px;
}
.div-product-detail .btn-register.mt-40 {
  margin-top: 40px;
}

@media (max-width: 820px) {
  .div-product-detail .container-flex-4 .column .link img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .rowfull-margin.row-package-suggest.div-product-detail {
    padding-bottom: 65px;
  }
  .div-product-detail .new-title-label div.fs-xl p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .div-product-detail .container-flex .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    /* Chiếm 100% chiều rộng */
  }
  .div-product-detail .container-flex-4 .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 24px);
            flex: 1 1 calc(50% - 24px);
    /* Cột chiếm 50% chiều rộng trừ khoảng cách */
  }
}
@media (max-width: 540px) {
  .rowfull-margin.row-package-suggest.div-product-detail {
    padding-bottom: 40px;
  }
  .div-product-detail .new-title-label {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .div-product-detail .new-title-label h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .div-product-detail .new-title-label div {
    font-size: 16px;
    line-height: 22px;
  }
  .div-product-detail .new-title-label div p {
    font-size: 16px;
    line-height: 22px;
  }
  .div-product-detail .container {
    padding-left: 0;
    padding-right: 0;
  }
  .div-product-detail .container-flex {
    padding: 0 5px 24px;
  }
  .div-product-detail .container-flex .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: 122px;
    padding: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .div-product-detail .container-flex .column.column-price .price-text.with-discount .small-text {
    display: block;
    padding-top: 4px;
  }
  .div-product-detail .container-flex .column.column-price .price-text.with-discount .price-num {
    font-size: 40px;
    line-height: 48px;
    padding-left: 0;
    display: block;
  }
  .div-product-detail .container-flex .column.column-price .with-discount .old-price .label-discount {
    position: unset;
    margin-right: 4px;
  }
  .div-product-detail .container-flex .column.column-price .price-text .small-text {
    display: block;
    padding-top: 4px;
    font-size: 12px;
  }
  .div-product-detail .container-flex .column.column-price .price-text .price-num {
    font-size: 40px;
    line-height: 48px;
    padding-left: 0;
    display: inline-block;
  }
  .div-product-detail .container-flex .column.column-price .title {
    font-size: 16px;
    line-height: 22px;
  }
  .div-product-detail .container-flex .column.column-speed {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
  }
  .div-product-detail .container-flex .column.column-speed .div-right .num-speed .speed {
    font-size: 40px;
    line-height: 48px;
  }
  .div-product-detail .container-flex .column.column-speed .div-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 34%;
            flex: 1 1 34%;
  }
  .div-product-detail .container-flex .column.column-speed .div-left span.img-speed {
    padding-right: 16px;
  }
  .div-product-detail .container-flex .column.column-speed .div-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 53%;
            flex: 1 1 53%;
  }
  .div-product-detail .container-flex .column.column-speed .div-right .div-label {
    font-size: 12px;
  }
  .div-product-detail .container-flex .column.column-speed .div-right .div-label ._bold {
    font-size: 16px;
  }
  .div-product-detail .container-flex .column.column-speed .div-right .num-speed {
    font-size: 12px;
  }
  .div-product-detail .container-flex-4 {
    gap: 16px;
  }
  .div-product-detail .container-flex-4 .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 24px);
            flex: 1 1 calc(50% - 24px);
  }
  .div-product-detail .container-flex-4 .column .link img {
    max-width: 100%;
  }
  .div-product-detail .btn-register.mt-40 {
    margin-top: 24px;
  }
  .div-product-detail .new-title-label div.fs-xl p {
    font-size: 16px;
    line-height: 22px;
  }
  .div-product-detail .new-title-label div.fs-xl {
    padding-top: 5px;
  }
}/*# sourceMappingURL=product-details.css.map */