.voucher-container {
    width: 100%;
    background-color: #e1e7e8;
    padding: 2rem 1rem;
    border-bottom: 10px solid #954191;
}

.voucher-container h1 {
    color: #51bdd2;
    text-align: center;
    margin-bottom: 1rem;
}

.voucher-container .item {
    padding: 2vw;
    background-image: url(../../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 90%;
    transition: .3s;
}

.voucher-container .item:hover {
    transform: translate(0px, -5px);
    z-index: 9;
    transition: .3s;
}

#voucher-carousel button.owl-next {
    position: absolute;
    top: 0rem;
    right: -2rem;
    font-size: 50px!important;
    height: 90%;
    line-height: 1rem!important;
    background-color: transparent;
}

#voucher-carousel button.owl-prev {
    position: absolute;
    top: 0rem;
    left: -2rem;
    font-size: 50px!important;
    height: 90%;
    line-height: 1rem!important;
    background-color: transparent;
}

.desc {
    background-color: #fff;
    padding: 10px;
}

.price-div {
    position: relative;
    top: -20px;
}

.price-div .special {
    background-color: #51bdd2;
    color: #fff;
    padding: 12px 16px;
    padding-top: 20px;
    padding-left: 1.5rem;
    top: 0;
    width: auto;
    height: 60px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: -10px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.price-div .special span {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2rem;
}

.price-div .normal {
    padding-top: 20px;
    color: #777b7c;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1rem;
}

.price-div .normal span {
    text-decoration: line-through;
}

.time-div {
    position: relative;
    display: flex!important;
    justify-content: space-between!important;
}

.time-div .time-comment {
    top: 0;
    color: #000;
    font-size: 1.1rem;
    line-height: 1rem;
    text-align: right;
    right: -10px;
    width: 150px;
    padding-top: 5px;
    margin-bottom: 1rem;
}

.endtime-div {
    width: calc(100% - 150px);
    max-width: 350px;
}

.endtime-icon {
    width: 110px!important;
    display: inline-block!important;
    margin-top: -2.3rem;
}

.is-countdown {
    width: calc(100% - 120px);
    display: inline-block!important;
}

.btn-v {
    background-color: #955c91;
    color: #fff;
    padding: 7px 40px;
    border-radius: 45px;
    box-shadow: none;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 240px;
    margin: auto;
    box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
    background: linear-gradient(-45deg, #955c91, #c060ba, #955c91, #a55ba0);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 0% 50%;
    }
    75% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-v:hover {
    color: #fff;
    background-color: #7b4477;
}

.endtime-div .end-txt {
    font-size: 2rem;
    padding-left: 20px;
    color: #f44336;
    width: calc(100% - 120px);
    text-align: right;
    display: inline-block!important;
}

.endtime-div .endtime-icon {
    width: 110px!important;
    display: inline-block!important;
    margin-top: 0rem;
    vertical-align: top;
}

.countdown-section {
    border-right: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
}

.countdown-section:last-child {
    border-right: none
}

.sub-group {
    display: flex!important;
    justify-content: flex-start!important;
    align-self: center!important;
}

.btn-confirm,
.btn-checkorder,
.btn-account {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    color: #51bdd2;
    display: inline-block;
    line-height: 1rem;
    text-align: center;
    width: 30%;
    max-width: 200px;
    border-right: 1px solid #e2e2e2;
    padding-left: 40px;
    padding-right: 5px;
    height: 35px;
    vertical-align: top;
    text-align: left;
}

.btn-confirm:hover,
.btn-checkorder:hover,
.btn-account:hover {
    filter: grayscale(100%);
}

.btn-confirm::before {
    content: '';
    background-image: url(../../images/slip.svg);
    width: 40px;
    height: 30px;
    vertical-align: bottom;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.btn-checkorder::before {
    content: '';
    background-image: url(../../images/list.svg);
    width: 40px;
    height: 30px;
    vertical-align: bottom;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.btn-account::before {
    content: '';
    background-image: url(../../images/bank.svg);
    width: 40px;
    height: 30px;
    vertical-align: bottom;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.btn-group-tool {
    display: flex!important;
    justify-content: flex-start!important;
    padding-right: 1rem;
    cursor: pointer;
}

.btn-group-tool:hover {
    opacity: .7;
}

.btn-group-tool .img {}

.btn-group-tool img {
    width: 30px;
    height: auto;
    align-self: center!important;
    margin-right: 5px;
}

.btn-group-tool .txt {
    align-self: center!important;
    font-size: 1.2rem;
    font-weight: 500;
    color: #51bdd2;
    line-height: 1rem;
    font-size: 1.5rem;
}

.voucher-group-top {
    display: flex!important;
    justify-content: space-between!important;
}

#checkorder-div {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    display: none;
    color: #fff;
    z-index: 99999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#checkorder.visible {
    display: block;
    opacity: 1;
    transition: .7s;
}

#account-div {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    display: none;
    z-index: 99999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: .7s;
}

#account-div.visible {
    display: block;
    opacity: 1;
    transition: .7s;
}

.btn-account,
.btn-checkorder {
    cursor: pointer;
}

#btn-checkorder-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background-image: url(../../images/icon-menu-close-blue.svg);
    background-size: cover;
}

#btn-account-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background-image: url(../../images/icon-menu-close-blue.svg);
    background-size: cover;
}

.about-content-div {
    margin-bottom: 3rem;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(../../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #292929;
    font-weight: 400;
}

.about-content-div-box {
    padding: 4rem 1rem;
    background-color: #fff;
    position: relative;
}

.content-group-box {
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
    padding: 2rem;
}

.v-box {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #000;
}

.v-box h2 {
    font-size: 2rem;
    font-weight: 600;
}

.v-box h2 span {
    color: #25aec9;
}

.v-box span {
    color: #25aec9;
}

.v-box strong {
    font-size: 2rem;
    font-weight: 600;
}

.btn-gray {
    border: none;
    height: 40px;
    color: #fff;
    outline: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 10px 40px;
    background-color: #444444;
    border-radius: 20px;
}

.box-input-form {
    padding: 10px 0;
}

.input-form {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1px 12px;
    line-height: 40px;
    box-shadow: none !important;
    outline: none !important;
}

.star {
    color: #F00;
    padding: 0 5px;
}

.textColor-gold {
    color: #b39964;
}

.textColor-red {
    color: #C00;
}

.textColor-green {
    color: #589814;
}

.pagination {
    margin-bottom: 0;
}

.group-inputForm {
    position: relative;
    margin-bottom: 15px;
}


/*.group-inputForm + .group-inputForm { margin-top:10px; }*/

.group-inputForm .col-label,
.group-inputForm .col-input {
    float: left;
    display: inline-block;
}

.group-inputForm .col-label {
    padding-right: 10px;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
    width: 130px;
}

.group-inputForm .col-input {
    width: calc( 100% - 190px);
}

.group-inputForm .input-form,
.bootstrap-filestyle .form-control,
#page-iframe .input-form {
    width: 100%;
    height: 32px;
    border: 1px solid #dfdfdf;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1px 12px;
    line-height: 40px;
    box-shadow: none !important;
    outline: none !important;
}

.group-inputForm .input-form:focus,
#page-iframe .input-form:focus,
.block-register-pro .reg-form .input-form:focus,
.block-register-pro .reg-form .input-select:focus {
    background-color: rgba(255, 255, 255, 1)!important;
    border: 1px solid #25aec9 !important;
}

.group-inputForm .col-input.has-two-input .input-form {
    width: calc( 50% - 5px);
    float: left;
}

.group-inputForm .col-input .input-form+.input-form {
    margin-left: 10px;
}

.padding-form-confirmPayment {
    padding-right: 30px;
}

.input-form {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1px 12px;
    line-height: 40px;
    box-shadow: none !important;
    outline: none !important;
}

.star {
    color: #F00;
    padding: 0 5px;
}

.textColor-gold {
    color: #b39964;
}

.textColor-red {
    color: #C00;
}

.textColor-green {
    color: #589814;
}

.btn-gray {
    border: none;
    height: 40px;
    color: #fff;
    outline: none;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 10px 40px;
    background-color: #444444;
    border-radius: 20px;
}

.text-upload {
    text-align: center;
    padding: 20px 0;
    font-size: 1.2rem;
}

.form-box {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #000;
}

.form-box h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-top: .5rem;
}

.form-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-top: .5rem;
}

.form-box h2 span {
    color: #25aec9;
}

.form-box span {
    color: #25aec9;
}

.form-box strong {
    font-size: 2rem;
    font-weight: 600;
}

.form-box .input-radio {
    margin-right: 1rem;
    display: inline-block;
}

.form-box .input-radio input {
    margin-right: 5px;
}

.form-box .box-select {
    margin-left: 1rem;
}

.bg-form-box {
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 20px;
}

.textColor-blue {
    color: #25aec9;
}

.box-alert-historySLC {
    height: 30px;
    text-align: center;
    color: #C00;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: .5rem;
    margin-top: .5rem;
    letter-spacing: 0.1px;
}

.clearfix {
    content: '';
    display: table;
    clear: both;
}

.reg-form label.radio-inline {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    width: 40px;
    margin-right: 7px;
}

.radio-toolbar {
    margin: 0px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #bfb;
    border-color: #4c4;
}

.box-confirm .paymentAmount {
    border: 1px dashed #ccc;
    padding: 0 20px;
    height: 40px;
    margin-right: 20px;
    background-color: #f5f5f5;
}

.paymentAmount span {
    padding: 0 10px;
    font-size: 30px;
    line-height: 38px;
    vertical-align: baseline;
}

.paymentAmount span {
    padding: 0 10px;
    font-size: 30px;
}

.textColor-blue {
    color: #25aec9;
}

.group-box-confirm {
    justify-content: center!important;
    display: flex!important;
}

#bank-account .list-bank {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 20px;
    text-align: center;
    height: 100px;
}

#bank-account .list-bank .group-bank {
    display: inline-block;
}

#bank-account .list-bank .col-iconBank {
    width: 60px;
}

#bank-account .list-bank .col-iconBank,
#bank-account .list-bank .col-detailBank {
    float: left;
    display: inline-block;
}

#bank-account .list-bank .col-detailBank {
    width: calc( 100% - 60px);
    /* background-color: #ccc; */
    padding-top: 5px;
    padding-left: 20px;
    text-align: left;
}

#bank-account .list-bank .col-iconBank,
#bank-account .list-bank .col-detailBank {
    float: left;
    display: inline-block;
}

#bank-account {
    margin-bottom: 30px;
    margin-top: 3rem;
    padding: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    border-radius: 10px;
}

#bank-account .list-bank .col-detailBank .text-1 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
}

#bank-account .list-bank .col-detailBank .text-2 {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding-top: .5rem;
    margin-left: 1rem;
}

#PaymentInput {
    /* justify-content: center!important;
    display: flex!important;*/
}

.history-box .left-box {
    display: inline-block;
    float: left;
}

.history-box .right-box {
    display: inline-block;
    float: left;
    padding-left: 1rem;
}

.history-box {
    margin: auto;
    width: auto;
}

#counter-content {
    margin-bottom: 30px;
    margin-top: 3rem;
    padding: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    border-radius: 10px;
}

.content-div h2 span {
    color: #25aec9;
}

.content-div h3 span {
    color: #25aec9;
}

.shadow-box {
    padding-bottom: 30px;
    background-image: url(../../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.box-dashed .border-right {
    border-right: 1px dashed #ccc;
}

.box-dashed div {
    padding: 15px 20px;
}

.bg-blue-1 {
    background-color: #e1f0f5;
}

.bg-gray-1 {
    background-color: #f9f9f9;
}

.box-dashed {
    border: 1px dashed #ccc;
    text-align: center;
    margin-top: 30px !important;
}

.box-dashed .codePayment,
.box-dashed.header p {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
}

.box-dashed p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
}

#slc-online .img-responsive {
    width: 100%;
}

.box-payment .img-icon {
    width: 50px;
    margin: 0 auto;
}

.box-payment .img-icon,
.box-payment .text-icon {
    float: left;
    padding: 0;
}

.box-payment .text-icon {
    width: calc( 100% - 50px);
    text-align: left;
    padding-left: 10px;
}

.step-group {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1rem;
}

.step-group h4 {
    font-size: 25px;
    line-height: 25px;
    color: #25aec9;
    font-weight: 600;
}

.step-group td {
    padding: 10px 5px;
}

.step-group td:first-child {
    width: 150px;
}

.step-group td:last-child::before {
    content: ':';
    padding-left: 15px;
    padding-right: 15px;
}

.your-v {
    background-color: #955c91;
    color: #fff;
    padding: 10px 5px;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 600;
    width: 100%;
    margin: auto;
    box-shadow: 1px 10px 20px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 10px 20px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
    background: linear-gradient( -45deg, #955c91, #c060ba, #955c91, #a55ba0);
}

.your-v-desc {
    background-color: #7b5a9b;
    padding: 10px 5px;
    text-align: center;
    color: #fffefe;
    font-size: 1.3rem;
    line-height: 1rem;
}

@media (max-width: 800px) {
    .btn-group-tool .txt {
        font-size: 1.2rem;
    }
    .btn-confirm {
        width: 30%;
        font-size: 1rem;
        margin-right: 0;
    }
    .btn-checkorder {
        width: 30%;
        font-size: 1rem;
        margin-right: 0;
    }
    .btn-account {
        width: 30%;
        font-size: 1rem;
        margin-right: 0;
    }
    .sub-group {
        width: 100%;
        text-align: left;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e2e0e0;
        display: flex!important;
        align-self: center!important;
        justify-content: center!important;
    }
    .voucher-group-top {
        display: block!important;
    }
    .page-num {
        justify-content: center!important;
        display: flex!important;
    }
}

@media (max-width: 990px) {
    #bank-account .list-bank .col-detailBank .text-1 {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 5px;
        display: block;
        float: none;
    }
    #bank-account .list-bank .col-detailBank .text-2 {
        font-size: 35px;
        letter-spacing: 2px;
        font-weight: 600;
        display: block;
        float: none;
        padding-top: 0!important;
        margin-left: 0!important;
    }
}

@media (max-width: 768px) {
    .history-box .left-box {
        display: block;
        width: 100%;
    }
    .history-box .right-box {
        display: block;
        width: 100%;
        padding-left: 1rem;
    }
    .history-box {
        margin: auto;
        width: auto;
    }
    .form-box .input-radio {
        margin-right: 1rem;
        display: block;
        width: 100%;
        text-align: left;
    }
    #PaymentInput {
        /*   justify-content: center!important;
        display: flex!important;*/
    }
    .box-payment .contentSub-step .input-radio {
        float: none;
    }
    .box-payment #bank-account .list-bank .col-detailBank .text-2 {
        font-size: 30px;
    }
    .box-payment #bank-account .list-bank .col-detailBank .text-1 {
        font-size: 19px;
        line-height: 19px;
    }
    .box-payment #bank-account .list-bank .col-detailBank {
        width: calc( 100% - 50px);
        padding-top: 0;
    }
    .box-payment #bank-account .list-bank .col-iconBank .icon,
    .box-payment #bank-account .list-bank .col-iconBank {
        width: 50px;
    }
    .box-payment #bank-account .list-bank {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
        height: auto;
    }
    .box-payment #bank-account .list-bank .group-bank {
        display: table;
        clear: both;
        width: 100%;
    }
    .group-box-confirm {
        justify-content: center!important;
        display: block!important;
        text-align: center;
    }
    .box-confirm .paymentAmount,
    .box-confirm a {
        float: none;
        margin-bottom: 1rem;
        height: auto;
    }
    .about-content-div-box {
        padding: 1.5rem;
    }
    .group-inputForm .col-label,
    .group-inputForm .col-input {
        float: none;
        width: 100%;
        text-align: left;
    }
    .group-inputForm .col-label {
        font-size: 18px;
    }
    .group-inputForm .input-form,
    .bootstrap-filestyle .form-control,
    #page-iframe .input-form,
    .group-inputForm textarea.input-form {
        padding: 0 10px !important;
        font-size: 18px;
    }
    .price-div .special span {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.2rem;
    }
    .voucher-container .item {
        padding: 10px;
        padding-bottom: 4vw;
    }
    .time-div {
        display: inline-block!important;
        width: 100%!important;
        padding-top: 0px;
    }
    .endtime-div {
        width: 100%!important;
        max-width: 100%;
    }
    .time-div .time-comment {
        float: right;
        display: block;
        margin-top: -90px;
        position: absolute;
        top: 35px;
        right: 10px;
        font-size: .9rem;
        line-height: .9rem;
    }
    .price-div .normal {
        width: calc(100% - 110px);
        padding-top: 70px;
        display: inline-block;
    }
    .price-div .special {
        width: 99%;
        text-align: center;
        font-size: 1.5rem;
    }
    .end .time-div .time-comment {
        float: right;
        display: block;
        margin-top: -85px;
    }
    .end .end-txt {
        position: absolute;
        right: 0;
        text-align: right;
        width: 100%;
        font-size: 2rem;
        color: #f44336;
    }
    .end .desc {
        padding-bottom: 2rem;
    }
}

@media (min-width: 1500px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1300px) {
    .btn-confirm,
    .btn-checkorder,
    .btn-account {
        font-size: 1.35rem;
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .price-div .special span {
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1.2rem;
    }
    .time-div .time-comment {
        top: 0;
        color: #000;
        text-align: right;
        right: -10px;
        width: 190px;
        padding-top: 5px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 766px) and (max-width: 1199px) {
    .time-div .time-comment {
        font-size: .9rem;
        width: 120px;
        line-height: .9rem;
    }
    .endtime-div {
        width: calc(100% - 120px);
    }
    .price-div .special span {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.6rem;
    }
    .price-div .special {
        font-size: 1rem;
        line-height: 1rem;
    }
    .endtime-div .end-txt {
        font-size: 1.3rem;
        line-height: 1rem;
        height: 45px;
    }
}

@media (min-width: 766px) and (max-width: 992px) {
    .countdown-section {
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
    .price-div .special {
        font-size: 2rem;
        line-height: 1rem;
    }
    .price-div .special span {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.6rem;
    }
    span .countdown-amount {
        font-size: 3rem!important;
    }
    .endtime-div {
        width: calc(100% - 120px);
        max-width: 550px;
    }
}

@media (min-width: 1341px) {
    span .countdown-amount {
        font-size: 3rem;
    }
}

@media (max-width: 1340px) {
    span .countdown-amount {
        font-size: 2rem;
    }
}

@media (max-width: 1200px) {
    .voucher-container .item {
        padding: 1vw;
        padding-bottom: 1.3rem;
        margin-bottom: 1.5rem;
    }
}

.endtime-div .endtime-icon {
    width: 105px!important;
}


}