.promotionList {
    position: relative;
    padding: 3rem 0;
    background-color: #f0f0f0;
}

.promotionList .promotion-discount .promotion-img img {
    width: 80%;
}

.promotionList .promotion-discount .promotion-detail {
    padding: 5%;
    flex-direction: column;
    align-items: flex-start;
}

.promotionList .promotion-discount .promotion-detail .detail {
    align-items: start;
}

.promotionList .wrapper {
    display: flex;
    flex-direction: column;
}

.promotionList .wrapper .thumbnail-title {
    margin-bottom: 2rem;
}

.promotionList .promotion-discount .promotion-detail .promotion-code {
    margin: 0;
    width: 100%;
    align-items: center;
}

.promotionList .promotion-discount .promotion-detail .promotion-code .code {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotionList .promotion-discount .promotion-detail .promotion-code .btn-code {
    width: 50%;
    padding: 1rem 1rem;
}

.promotion-slider-section.owl-carousel {
    position: relative;
}

.promotion-slider-section.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    margin: 0;
    width: 115%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
}

.promotion-slider-section.owl-carousel .owl-nav>* {
    background-color: rgba(0, 0, 0, 0);
    font-size: 10rem;
    color: #000;
}

.promotion-slider-section.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: rgba(0, 0, 0, 0);
    font-size: 10rem;
    color: #000;
}

.promotion-slider-section.owl-carousel .owl-dot {
    background-color: #ff0000;
    width: 60px;
    height: 10px;
    margin: 0.25rem;
    transform: skew(-25deg);
}

.promotion-slider-section.owl-carousel .owl-dot.active {
    background-color: #000000;
}

@media only screen and (max-width: 1440px) {
    .promotion-slider-section.owl-carousel .owl-nav {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .promotionList .promotion-discount .promotion-detail .promotion-code {
        flex: 2 2 100%;
        display: flex;
        flex-direction: row;
    }

    .promotion-discount .promotion-detail .detail {
        text-align: start;
    }

    .promotion-slider-section.owl-carousel .owl-dot {
        width: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .thumbnail-title .hde-txt.topic.black {
      font-size: 4.25rem !important;
    }
  }