@charset "UTF-8";
/* For Flash Sale */
:root {
  --color_bg: #FFF;
  --color_bg_item: #F9F9F9;
  --color_main: #f25b61;
  --color_main2: #2e3192;
  --color_main3: #fefbe3;
  --color1: #333;
  --color2: #FFF;
  --border_radius: 10px; }

.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-slider .slick-track {
  margin-left: initial; }
  .slick-slider .slick-track div, .slick-slider .slick-track a, .slick-slider .slick-track a:focus, .slick-slider .slick-track div:focus, .slick-slider .slick-track article:focus, .slick-slider .slick-track article {
    outline: 0 !important; }
    .slick-slider .slick-track div img, .slick-slider .slick-track a img, .slick-slider .slick-track a:focus img, .slick-slider .slick-track div:focus img, .slick-slider .slick-track article:focus img, .slick-slider .slick-track article img {
      padding: 0; }

.slick-slider .slick-arrow {
  position: absolute;
  top: -30%;
  background-color: transparent;
  transform: translateY(-50%);
  border: none;
  outline: 0;
  font-size: 18px;
  z-index: 1;
  padding: 0;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #858380;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  outline: none;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 480px) {
    .slick-slider .slick-arrow {
      display: none !important; } }

.slick-slider .slick-arrow.slick-prev {
  padding-right: 5px;
  padding-left: 5px;
  right: 40px; }
  .slick-slider .slick-arrow.slick-prev:before {
    transform: rotateY(180deg); }
  .slick-slider .slick-arrow.slick-prev:after {
    transform: rotateY(180deg); }
  @media (max-width: 767px) {
    .slick-slider .slick-arrow.slick-prev {
      left: 5px; } }

.slick-slider .slick-arrow.slick-next {
  right: 10px;
  padding-right: 5px;
  padding-left: 5px; }
  @media (max-width: 767px) {
    .slick-slider .slick-arrow.slick-next {
      right: 5px; } }

.slick-slider .slick-dots {
  position: absolute;
  bottom: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9; }
  @media (max-width: 1024px) {
    .slick-slider .slick-dots {
      bottom: -10px; } }
  .slick-slider .slick-dots li {
    margin: 0 2.5px; }
    .slick-slider .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(0, 0, 0, 0.6); }
    .slick-slider .slick-dots li button {
      font-size: 0;
      background: rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(0, 0, 0, 0.05);
      width: 12.5px;
      height: 12.5px;
      transform: scale(0.75);
      border-radius: 999px; }

.home-fsale {
  padding: 10px 0;
  background: var(--color_main3);
  border-radius: 15px; }
  @media (max-width: 767px) {
    .home-fsale {
      padding: 15px 0; } }
  .home-fsale .home-fsale-wrap .home-fsale-cta {
    margin-left: auto;
    padding: 5px;
    width: 150px;
    display: block;
    max-width: 100%;
    color: var(--color_main);
    border: 1px solid var(--color_main);
    font-size: 13px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    z-index: 1;
    border-radius: var(--border_radius); }
    .home-fsale .home-fsale-wrap .home-fsale-cta:after {
      content: "";
      display: block;
      width: 0;
      height: 100%;
      background-color: var(--color_main3);
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      transition: 0.5s ease;
      z-index: -1;
      border-radius: var(--border_radius); }
    @media (min-width: 1024px) {
      .home-fsale .home-fsale-wrap .home-fsale-cta:hover {
        color: #ffffff; }
        .home-fsale .home-fsale-wrap .home-fsale-cta:hover:after {
          width: 100%; } }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-cta {
        width: 100%;
        text-align: center;
        margin-top: 5px; } }
  .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: none;
    padding: 10px 10px;
    align-items: center;
    margin-bottom: 10px; }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item.active {
      display: flex; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item {
        align-items: center;
        justify-content: center; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item img {
      max-width: 170px; }
      @media (max-width: 480px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item img {
          max-width: 120px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item img {
          max-width: 110px; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item h2 {
      margin: 0;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      color: black;
      padding-left: 30px;
      position: relative; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item h2 {
          margin-bottom: 10px; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item h2:before, .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item h2:after {
        content: "";
        background-color: #d70827;
        border-radius: 100%;
        display: block;
        left: 10px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 8px; }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item h2:after {
        background-color: transparent;
        border: 1px solid #d70827;
        animation: pulseSmall 1.25s linear infinite; }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
      display: none;
      margin-left: 15px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
          margin-left: 10px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
          margin-left: 5px; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 20px; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
          margin-left: 10px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
          margin-left: 5px; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span {
        display: flex;
        align-items: center;
        padding: 3px 10px;
        justify-content: center;
        flex-direction: column;
        color: black;
        border-radius: 5px;
        margin-right: 5px;
        min-width: 32.5px;
        background: #f8e21a;
        text-align: center; }
        @media (max-width: 991px) {
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span {
            font-size: 17px;
            min-width: 30px; } }
        @media (max-width: 360px) {
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span {
            font-size: 15px;
            min-width: 27.5px; } }
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span b {
          line-height: 25px;
          font-size: 16px;
          font-weight: 600; }
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span strong {
          font-size: 12px; }
  .home-fsale .home-fsale-wrap .home-fsale-banner .home-fsale-banner-item {
    position: relative;
    display: none; }
    .home-fsale .home-fsale-wrap .home-fsale-banner .home-fsale-banner-item.active {
      display: block; }
  .home-fsale .home-fsale-wrap .home-fsale-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin: 0 10px; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-tab {
        flex-wrap: nowrap;
        overflow: auto hidden;
        justify-content: flex-start; } }
    .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
      flex: 1;
      color: #424242;
      padding: 10px 0 5px;
      text-align: center;
      cursor: pointer;
      white-space: nowrap;
      min-width: 200px;
      transition: all .5s linear; }
      @media (max-width: 1200px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 185px; } }
      @media (max-width: 1024px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 170px; } }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 155px; } }
      @media (max-width: 767px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 140px; } }
      @media (max-width: 480px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 125px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 110px; } }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item.active {
        color: black;
        background: #fefbe3;
        border-radius: 15px 15px 0 0; }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item strong {
        font-size: 1.75rem;
        display: block;
        line-height: 1;
        margin-bottom: 2.5px; }
        @media (max-width: 991px) {
          .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item strong {
            font-size: 18px; } }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item span {
        font-size: 1rem;
        line-height: 1; }
        @media (max-width: 991px) {
          .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item span {
            font-size: 14px; } }
  .home-fsale .home-fsale-wrap .home-fsale-body {
    background: var(--color_main3);
    border-radius: 0 0 var(--border_radius) var(--border_radius);
    padding: 20px 10px;
    text-align: center; }
    .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item {
      display: none; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item.active {
        display: block; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data .product-loop .product-inner {
        min-height: 425px; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data .item {
        background: #fff;
        margin: 0 5px; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data .item img {
          width: 100%; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) .item {
          width: calc(100%/4);
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) .item {
              width: calc(100%/2);
              margin-bottom: 10px; } }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider {
        padding-bottom: 5px; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider .slick-track .slick-dots {
          bottom: 15px; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .wrap-xemthem a {
        background: var(--shop-color-button);
        border: 0;
        font-size: 14px;
        box-shadow: none;
        font-weight: 500;
        border-radius: 4px;
        display: inline-block;
        line-height: 16px;
        margin: 15px auto 0;
        padding: 12px 5px;
        text-align: center;
        text-transform: none;
        color: #333;
        min-width: 320px; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .wrap-xemthem a:before {
          background-color: #fff; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .wrap-xemthem a:hover {
          color: #fff; }
          .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .wrap-xemthem a:hover svg {
            stroke: #fff; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .wrap-xemthem a svg {
          width: 16px;
          height: 16px;
          stroke: var(--shop-color-text);
          fill: none;
          margin-bottom: 1px;
          margin-left: 3px;
          transition: all 0.3s;
          -ms-transition: all 0.3s; }

/* PRODUCT */
.modal-inventory .modal-content {
  padding: 40px 20px; }
  .modal-inventory .modal-content .close {
    position: absolute;
    top: 40px;
    right: 20px;
    outline: none; }
  .modal-inventory .modal-content .title h2 {
    font-size: 20px;
    text-align: center; }
  .modal-inventory .modal-content .list-inventory {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
    height: 350px; }
    .modal-inventory .modal-content .list-inventory .item-inventory .inven-name {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .modal-inventory .modal-content .list-inventory .item-inventory .inven-name .name {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.28px;
        color: #E5B135; }
      .modal-inventory .modal-content .list-inventory .item-inventory .inven-name .status {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.28px; }
    .modal-inventory .modal-content .list-inventory .item-inventory p {
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      /* 133.333% */
      letter-spacing: 0.24px; }

/* INDEX */
.home-vendor .title h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }

.home-vendor .list-vendor {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .home-vendor .list-vendor .item-vendor {
    flex: 0 0 calc(100%/10 - 180px/10);
    max-width: calc(100%/10 - 180px/10);
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center; }
    .home-vendor .list-vendor .item-vendor .item-img {
      border: 1px solid #ccc;
      padding: 10px;
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .home-vendor .list-vendor .item-vendor .item-title {
      text-transform: uppercase;
      font-weight: 600;
      color: #999;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }

@media (max-width: 991px) {
  .home-vendor .title h2 {
    font-size: 18px; }
  .home-vendor .list-vendor {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .home-vendor .list-vendor .item-vendor {
      flex: 0 0 calc(100%/2 - 5px);
      max-width: calc(100%/2 - 5px);
      min-height: 160px; } }

/* CART */
.cart-shipping {
  margin-top: 15px; }
  .cart-shipping .cart-shipping__title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
    min-height: 30px; }
  .cart-shipping .price {
    font-weight: 600;
    color: #ff2c26; }
  .cart-shipping .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600; }
  .cart-shipping__bar {
    height: 8px;
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 5px;
    margin: 15px 0 10px;
    position: relative; }
    .cart-shipping__bar .shipping-bar {
      padding-left: 20px;
      padding-right: 5px; }
    .cart-shipping__bar span {
      background-color: #ffbc11;
      width: 0;
      border-radius: 5px;
      transition: width .4s ease-in-out;
      display: block;
      height: 100%;
      position: relative; }
      .cart-shipping__bar span .icon {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        right: 14px;
        transform: translate(50%, -50%);
        font-weight: 700;
        content: "";
        font-size: 12px;
        color: #ffbc11;
        border: 1px solid #ffbc11;
        background: currentColor; }
        .cart-shipping__bar span .icon svg {
          fill: #fff; }
  .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar {
    background-color: #3d9851; }
  .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar .icon {
    background-color: #3d9851;
    border-color: #3d9851;
    color: #3d9851; }

/* Trang tuyển dụng */
.tuyendung-banner {
  width: 100%;
  background: url(https://i.imgur.com/kzBRJOF.jpg) #d68fb7 no-repeat center center;
  padding: 48px 0;
  background-size: cover;
  height: 300px;
  margin-bottom: 40px; }

.tuyendung-tieude {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle; }

/* content */
.porlet-container {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  margin-bottom: 1.5rem; }

.porlet-title-space {
  padding: 5px 15px 0; }

.porlet-title {
  padding: 15px 0;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7.5px; }

.text-success {
  color: #28a745 !important; }

.listings-container .job-listing.urgent {
  border-top: 1px solid rgba(255, 192, 121, 0.5);
  border-bottom: 1px solid rgba(255, 192, 121, 0.5);
  background: #fff1e1;
  border-radius: 0;
  display: block;
  box-shadow: none;
  margin-bottom: 0;
  transition: .3s;
  position: relative; }

.job-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #ae2070;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0; }

.listings-container .urgent-tag {
  position: absolute;
  top: 7px;
  right: -23px;
  font-size: 12px;
  background: #e44343;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.job-listing-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #212121; }

.job-listing-details:hover {
  border-left: 3px solid #b83b5e; }

.job-listing-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  min-width: 0;
  width: 60px; }

.job-listing-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  margin-left: 10px;
  margin-right: 10px; }

.job-listing-title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 0; }

.job-listing-footer {
  color: #9e9e9e; }

.job-listing-exprite {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0; }

.job-listing-exprite span {
  color: #9e9e9e;
  font-size: 13px; }

/* Phải */
.jobs-position {
  padding: 0 15px; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.job-position-logo {
  width: 25px;
  float: left;
  margin-right: 8px; }

.job-position-name {
  margin-left: 10px;
  line-height: 1.8;
  font-size: 15px; }

.jobs-position-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s; }

.viewed-section {
  display: none; }

/* Bài viết Tuyển dụng */
.tuyendung-inner {
  margin-top: 30px; }

.porlet-padding.is-big {
  padding: 30px 30px; }

.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.job-exprite {
  font-size: 15px; }

.job-exprite .list-inline-item:not(:last-child) {
  margin-right: 15px; }

.list-inline-item {
  display: inline-block; }

.job-exprite .svg-icon {
  width: 12px;
  height: 15px;
  vertical-align: -.125em;
  fill: #bdbdbd; }

.porlet-padding h1 {
  margin-top: 0; }

.tuyendung-post {
  padding: 30px 15px; }
  .tuyendung-post .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000; }
    .tuyendung-post .title h1 {
      font-size: 28px;
      margin-bottom: 10px; }
  .tuyendung-post ul {
    list-style: disc;
    padding-left: 30px; }

.tuyendung-post .list-unstyled {
  padding-left: 0;
  list-style: none; }

.tuyendung-post .job-review li:not(:last-child) {
  margin-bottom: 10px; }

.tuyendung-post .job-review li span {
  color: #757575;
  width: 150px;
  display: inline-block;
  font-size: 14px; }

.tuyendung-post .job-review li strong {
  font-weight: 500; }

@media screen and (min-width: 1200px) {
  .tuyendung-tieude {
    margin-top: 80px; } }

@media screen and (max-width: 1199px) {
  .tuyendung-tieude {
    margin-top: 50px; } }

/* PAGE FAQ */
.pfaqs-wrapper {
  min-height: 80vh;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #f2f2f2; }
  .pfaqs-wrapper .pfaqs-main {
    display: flex;
    align-items: center; }
    .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-title h2 {
      text-align: center;
      font-size: 26px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-title h2:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background: #ff2c72;
        width: 100px; }
    .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-question .list-question {
      display: flex;
      flex-direction: column;
      background: #fff; }
      .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-question .list-question .item-question:not(:last-child) {
        border-bottom: 1px solid #f2f2f2; }
      .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-question .list-question .item-question a {
        display: flex;
        align-items: center;
        padding: 15px 20px; }
        .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-question .list-question .item-question a .stt {
          font-size: 12px;
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 30px;
          text-align: center;
          line-height: 20px;
          background: #ff2c72;
          color: #fff; }
        .pfaqs-wrapper .pfaqs-main .pfaqs-content .pfaqs-question .list-question .item-question a .question {
          width: calc(100% - 20px);
          padding-left: 10px;
          font-weight: 600; }

.hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0; }

.index-fixed-banner {
  position: fixed;
  top: 20%;
  padding: 0 20px;
  max-width: 200px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  display: none; }
  .index-fixed-banner.active {
    opacity: 1;
    visibility: visible; }
  .index-fixed-banner.banner-1 {
    left: 0; }
  .index-fixed-banner.banner-2 {
    right: 0; }
  @media (min-width: 1600px) {
    .index-fixed-banner {
      display: block; } }

.dt-width-100 {
  width: 100%; }

#product-spcl {
  margin: 10px 0; }
  #product-spcl .product-spcl-head {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase; }
  #product-spcl .product-spcl-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; }
    #product-spcl .product-spcl-items > * {
      min-width: 0; }
    @media (max-width: 767px) {
      #product-spcl .product-spcl-items {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 376px) {
      #product-spcl .product-spcl-items {
        grid-template-columns: repeat(2, 1fr); } }
    #product-spcl .product-spcl-items [data-type="product-spcl-item"] {
      min-width: 0;
      border: 1px solid #333;
      padding: 5px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      order: 2; }
      #product-spcl .product-spcl-items [data-type="product-spcl-item"].active {
        border: 1px solid #ed3324;
        background: #fffaf3;
        order: 1; }
        #product-spcl .product-spcl-items [data-type="product-spcl-item"].active .flexone1 .botronhonrn {
          background: #ed3324;
          border: 1px solid #333; }
        #product-spcl .product-spcl-items [data-type="product-spcl-item"].active .flexone2 {
          font-weight: bold;
          color: #000;
          olor: #ed3324; }
      #product-spcl .product-spcl-items [data-type="product-spcl-item"] .flexone1 {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center; }
        #product-spcl .product-spcl-items [data-type="product-spcl-item"] .flexone1 .botronhonrn {
          width: 15px;
          height: 15px;
          padding: 1px;
          background-clip: content-box;
          border: 1.5px solid #bbbbbb;
          background-color: #e7e6e7;
          border-radius: 50%;
          display: inline-block;
          font-size: 0; }
        #product-spcl .product-spcl-items [data-type="product-spcl-item"] .flexone1 .varrianttite {
          width: 50px;
          flex-grow: 1; }
      #product-spcl .product-spcl-items [data-type="product-spcl-item"] .flexone2 {
        text-align: center; }

.hotlinethehot a, .hotlinethehot span {
  font-size: 13px; }
