
.note-success {
    color: green;
}

.loader {
  width: 100px;
  height: 100px;
}
.loader path {
  fill: #fff;
  transform-origin: center;
  animation: rotate 1.5s linear infinite;
}
.loaderreverse {
  animation-direction: reverse !important;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
  }
}


.icon-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background: rgb(0 0 0 / 31%);
    z-index: 3;
    border-radius: 50px;
}

.icon-loading svg {
    height: 100%;
    speak: literal-punctuation;
}

.item-product .info-prd .numb {
    display: none;
}

.item-product .avarta {
    background: #fff;
}

.item-product .info-prd {
    padding-top: 25px;
}

.item-prd-deal .info .price {
    margin-top: 10px;
}

.item-prd-deal .info .price p {
    margin-bottom: 6px;
}

.item-prd-deal .info .price p:last-child {
    margin: 0;
}

.item-prd-deal {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-prd-deal .discount {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    right: 12px;
    z-index: 2;
    pointer-events: none;
}

.item-prd-deal .discount span {
    color: #AD0F1C;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    font-size: 20px;
}

.btn-buynow {
    text-align: center;
    padding: 0 18px 18px 18px;
}

.btn-buynow a {
    background: #AD0F1C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
}

.price-propduct p {
    display: flex;
    color: #AD0F1C;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.price-propduct p span {
    margin-left: 6px;
}

.price-propduct {
    margin-bottom: 10px;
}

.price-propduct del {
    color: #C9C9C9;
    font-size: 12px;
}

.content-video .video-temp .avarta, .content-video .video-temp a {
    width: 100%;
    position: relative;
}

.video-temp .icon-play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 1280px) {
    .price-propduct p {
        font-size: 14px;
    }

}

@media (max-width: 1023px) {
    .list-product-deal .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
  .item-product .info-prd {
      padding-top: 7px;
  }

  .btn-buynow a {
        font-size: 10px;
        height: 24px;
    }

    .item-prd-deal .discount {
        top: 0;
        right: 0;
        transform: scale(0.6);
    }
} 



.box-banner {
    position: relative;
    overflow: hidden;
    padding: 160px 0 44px 0;
    background: url(../images/bg-banner.jpg) no-repeat center;
    background-size: cover;
}

.counter-banner {
    padding: 40px 0;
}

.counter-banner ul {
    list-style: none;
}

.counter-banner ul label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.counter-banner ul li {
    margin-bottom: 32px;
}

.counter-banner ul li:last-child {
    margin: 0;
}

.counter-banner .numb-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 36px;
    color: #FFE500;
    border: 1px solid #FFE500;
    background: #06661B;
    max-width: 400px;
    width: 100%; 
    padding: 6px;
    transform: skewX(-20deg);
}

.content-banner-user .logo-partner {
    margin-top: 40px;
    padding-right: 6%;
}

@media (max-width: 1700px) {
    .content-banner-user .logo-partner {
        padding-right: 12%;
    }
}

.caption-content-banner {
    position: relative;
}

.caption-content-banner .qr-code {
    position: absolute;
    bottom: 0;
    right: -8%;
    z-index: 2;
    max-width: 13%;
}

.item-contest .icon-play {
    opacity: 0;
}

.desc-zalo-link a {
    font-weight: bold;
    color: #005E24;
    text-decoration: underline;
}

img.show-pc {
    display: block;
}

img.show-mb {
    display: none;
}

@media (max-width: 1700px) {
    .caption-content-banner .qr-code {
        max-width: 9%;
        right: 0;
        bottom: -40px;
    }
}
@media (max-width: 1364px) {
    .caption-content-banner .qr-code {
        right: -60px;
    }
    .content-banner-user .logo-partner {
        padding: 0 50px 0 0;
    }
}

@media (max-width: 1023px) {
    .box-banner {
        padding: 48px 0;
    }

    .counter-banner {
        padding: 32px 0;
    }

    .counter-banner ul li {
        margin-bottom: 20px;
    }

    .counter-banner ul label {
        font-size: 12px;
    }

    .counter-banner .numb-count {
        font-size: 20px;
        max-width: 180px;
    }

    .content-banner-user .logo-partner {
        padding: 0 80px 0 0;
        text-align: left;
    }

    .caption-content-banner .qr-code {
        right: -20px;
    }
}

@media (max-width: 767px) {
    .box-banner {
        padding: 32px 0;
    }

    .banner-left {
        margin-bottom: 32px;
    }

    .caption-content-banner .qr-code {
        right: -12px;
        max-width: 18%;
        bottom: -24px;
    }

    .content-banner-user .logo-partner {
        margin-top: 32px;
        padding-right: 54px;
    }
    img.show-pc {
        display: none;
    }
    img.show-mb {
        display: block;
    }
}