body{
    background-color: #fff;
}

.bg-wrapper{
    background-image: url('../images/quanquen/pc/background.png');
    background-size:cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    width: 100%;
    min-height: 160vh;
}

.quanquen-wp{
    padding-top: 20px;
    width: 100%;
}

.quanquen-tocotoco-logo-pc{
    width: 60%;
}

.quanquen-tagline{
    width: 100%;
}

.quanquen-thumb-item{
    /* margin-top: 40px; */
    /* margin-left: 40px;
    margin-right: 40px; */
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px #888888;
    -ms-transform: scale(0.9) rotate(0.01deg); 
    -webkit-transform: scale(0.9) rotate(0.01deg);
    transform: scale(0.8) rotate(0.01deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

 .quanquen-thumb-item:hover {
    box-shadow: 0px 0px 5px 2px #d2a451;
    -ms-transform: scale(1) rotate(0.01deg); 
    -webkit-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg); 
    z-index: 3000;
}

.quanquen-footer{
    text-align: center;
}

.quanquen-ft-item{
    margin-top:20px;
    padding: 5px 20px 20px 20px;
    border-top: 1px solid #ccc;
    color:#272827;
    font-family: Roboto-Regular;
    font-size: 15px;
}

.quanquen-ft-item:hover{
    color: #272827;
    text-decoration: none;
}

.quanquen-notice{
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    background-color: pink;
    background-image: linear-gradient(to right, #ee76c6, #f57777);
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.quanquen-details-thumb-item{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px #888888;
    margin-top: 40px;
}

.quanquen-details-voucher{
    width: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px #888888;
    background-color: #3dbfdc;
    padding: 20px;
    margin-top: 40px;
}

.quanquen-detail-coupon-code {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 23px;
    font-weight: bold;
}

.quanquen-detail-coupon-enddate{
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 23px;
    font-weight: bold;
}

.margin-top-10{
    margin-top: 10px;
}

.quanquen-detail-content{
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-family: Roboto-Regular;
}

.quanquen-detail-content p{
    margin-bottom: 5px;
    font-size: 12px;
}

.title-sale-condition{
    font-weight: bold;
    font-size: 21px;
}

.title-code-condition{
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: bold;
}

.title-lst-pos{
    font-size: 14px;
    font-weight: bold;
}

.title-region{
    font-weight: bold;
}

.quanquen-detail-rs-left{
    float: left;
    width: 50%;
}

.quanquen-detail-rs-right{
    float: right;
    width: 50%;
    padding-left: 10px;
}

.quanquen-tocotoco-logo-mobile{
    width: 20%;
    float: left;
    padding: 20px 10px 10px 10px;
}

.quanquen-tagline-mobile{
    width: 80%;
    float: right;
}

.thumb-image-wrapper{
    width: 100%;
    padding: 20px;
}

label.quanquen-lbl-details-voucher {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 15px;
}

.screenshot-caption{
    width:100%;
    text-align: center;
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size:12px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/mobile/background.jpg');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }

    .quanquen-details-voucher{
        width: auto;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        background-color: #3dbfdc;
        padding: 20px;
        margin: 40px 20px 20px 20px;
    }

    .quanquen-details-thumb-item{
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        margin: auto;
    }

    .quanquen-detail-content {
        width: 100%;
        margin-top: 20px;
        color: #000;
        font-family: Roboto-Regular;
        text-align: center;
    }

    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/mobile/background.jpg');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }

    .quanquen-details-voucher{
        width: auto;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        background-color: #3dbfdc;
        padding: 20px;
        margin: 40px 20px 20px 20px;
    }

    .quanquen-details-thumb-item{
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        margin: auto;
    }

    .quanquen-detail-content {
        width: 100%;
        margin-top: 20px;
        color: #000;
        font-family: Roboto-Regular;
        text-align: center;
    }

    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/pc/background.png');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 160vh;
    }
    
    .quanquen-details-voucher{
        width: auto;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        background-color: #3dbfdc;
        padding: 20px;
        margin-top: 40px;
    }
    
    .quanquen-details-thumb-item{
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        margin-top: 40px;
    }
    
    .quanquen-detail-content{
        width: 100%;
        margin-top: 20px;
        color: #fff;
        font-family: Roboto-Regular;
        text-align: left;
    }

    .pc{
        display: flex;
    }

    .mobile{
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/pc/background.png');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 160vh;
    }
    
    .quanquen-details-voucher{
        width: auto;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        background-color: #3dbfdc;
        padding: 20px;
        margin-top: 40px;
    }
    
    .quanquen-details-thumb-item{
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        margin-top: 40px;
    }
    
    .quanquen-detail-content{
        width: 100%;
        margin-top: 20px;
        color: #fff;
        font-family: Roboto-Regular;
        text-align: left;
    }

    .pc{
        display: flex;
    }

    .mobile{
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/pc/background.png');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 160vh;
    }
    
    .quanquen-details-voucher{
        width: auto;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        background-color: #3dbfdc;
        padding: 20px;
        margin-top: 40px;
    }
    
    .quanquen-details-thumb-item{
        width: 100%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px 2px #888888;
        margin-top: 40px;
    }
    
    .quanquen-detail-content{
        width: 100%;
        margin-top: 20px;
        color: #fff;
        font-family: Roboto-Regular;
        text-align: left;
    }

    .pc{
        display: flex;
    }

    .mobile{
        display: none;
    }
}