.vntEvent{
    padding: 0 30px 50px 30px;
}
.boxEventTop{
    background-color: #f3f3f3;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxEventTop.fixed::before{
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    left: -30px;
    height: 100%;
    background-color: #f3f3f3;
}
.boxEventTop.fixed::after{
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    right: -30px;
    height: 100%;
    background-color: #f3f3f3;
}
.boxEventTop > div{
    margin-right: 10px;
}
.boxEventTop > div:last-child{
    margin-right: 0;
}
.boxEventTop .itemLogo{
    width: 150px;
}
.boxEventTop .itemTxt{
    text-transform: uppercase;
    color: #666666;
}
.boxEventTop .itemTxt span:first-child{
    margin-right: 5px;
    display: inline-block;
}
.boxEventTop .itemTime{
    font-size: 30px;
    line-height: 40px;
    color: #666666;
}

.boxEventban{
    margin-bottom: 30px;
}
.boxEventban .bannerItem{

}
.boxEventban .bannerItem .item img{
    width: 100%;
}
.boxEventban .lstEventTiem{
    background-color: #333333;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-x: auto;
    height: 70px;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.boxEventban .lstEventTiem .ItemE{
    width: calc(100% / 9);
    height: 70px;
}
.boxEventban .lstEventTiem .ItemE.active a, .boxEventban .lstEventTiem .ItemE:hover a{
    background-color: #d01f6f;
}
.boxEventban .lstEventTiem .ItemE a{
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 5px;
    height: 100%;
}
.boxEventban .lstEventTiem .ItemE a strong{
    display: block;
    font-size: 25px;
    line-height: 30px;
}
.boxEventban .lstEventTiem .ItemE a span{
    text-transform: uppercase;
}
/*  */
.linkEventFill{
    /* margin-bottom: 30px; */
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 40px;
    background-color: #fff;
}
.linkEventFill .lstEventFill ul{
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-x: auto;
    justify-content: center;

}
.linkEventFill .lstEventFill ul li{
    position: relative;
}
.linkEventFill .lstEventFill ul li a{
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    position: relative;
}
.linkEventFill .lstEventFill ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #d01f6f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linkEventFill .lstEventFill ul li.active a::before,.linkEventFill .lstEventFill ul li:hover a::before{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linkEventFill .lstEventFill ul li.active a,.linkEventFill .lstEventFill ul li:hover a{
    color: #d01f6f;
}

/*  */
.boxlstProductEvent{
    margin-bottom: 10px;
    margin-top: 30px;
}
.lstProductEvent{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstProductEvent .item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.productEvent{
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.productEvent .thumb{

}
.productEvent .thumb a{
    padding-top: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    background-color: #f5f5f5;
}
.productEvent .thumb a:hover img{
    transform: translate(-50%, -50%) scale(1.1);

}
.productEvent .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    mix-blend-mode: darken;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.productEvent .ribbon{
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    z-index: 2;
    pointer-events: auto;
    text-align: center;
    text-transform: uppercase;
} 
.productEvent .ribbon .riwrap{
    border: 1px solid #e21e70;
    padding: 2px 5px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #e21e70;
    position: relative;
    border-radius: 3px;
}
.productEvent .ribbon .riwrap::before{
    content: '';
    position: absolute;
    top: -24px;
    width: 35px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/mocc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center ;
}
.productEvent .ribbon .riwrap .rib1{
    
}
.productEvent .decs{
    padding: 15px 15px 25px 15px;
    text-align: center;
}
.productEvent .decs h3{
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}
.productEvent .decs .price{
    margin-bottom: 5px;
}
.productEvent .decs .price .reduce{
    color: #d01f6f;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.productEvent .decs .price .normal{
    color: #999999;
    text-decoration: line-through;
}

.productEvent .decs .rangePro{
    position: relative;
}
.productEvent .decs .rangePro .range1{
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffcbe1;
    color: #fff;
}
.productEvent .decs .rangePro .range1 span{
    display: inline-block;
    position: relative;
    z-index: 2;
}
.productEvent .decs .rangePro .range2{
   position: absolute;
   top: 1px;
   left: 1px;
   bottom: 1px;
   border-radius: 25px;
   background-color: #f074a8;
   z-index: 1;
}
.productEvent .soldIm{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    pointer-events: none;
    width: 100%;
    text-align: center;
}

.showMorePro{

}

.showMorePro a{
    padding: 12px 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #333333;

}
.showMorePro a:hover{
    background-color: #d01f6f;
}

.vntFlast{
    padding: 10px 5px;
    background-color: #d01f6f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    max-width: 190px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
}
.vntFlast .titleFlas{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.boxChoosepro .flasPro{
    max-width: 190px;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #000000;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.boxChoosepro .productCl{
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.boxChoosepro .productCl .rangePro{
    position: relative;
}
.boxChoosepro .productCl .rangePro .range1{
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffcbe1;
    color: #fff;
}
.boxChoosepro .productCl .rangePro .range1 span{
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 21px;
}
.boxChoosepro .productCl .rangePro .range2{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    border-radius: 25px;
    background-color: #f074a8;
    z-index: 1;
}
@media all and (max-width: 1200px){
    .lstProductEvent{
        margin: 0 -10px;
    }
    .lstProductEvent .item{
        padding: 0 10px;
    }
}
@media all and (max-width: 991px){
    .boxEventTop{
        margin: 0 -20px;
        min-height: 54px;
    }
    .vntEvent{
        padding: 0 20px 50px 20px;
    }
    .boxEventban{
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .boxEventban .lstEventTiem .ItemE a strong{
        font-size: 18px;
        line-height: 27px;
    }
    .boxEventban .lstEventTiem .ItemE a span{
        font-size: 10px;
        line-height: 15px;
    }
    .linkEventFill{
        padding: 0px 10px;
    }
    .linkEventFill.fixed{
        /* margin: 0 -20px; */
    }
    .linkEventFill .titleFil {
        position: relative;
        font-size: 15px;
        line-height: 23px;
        text-transform: uppercase;
        
    }
    .linkEventFill .titleFil::before{
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
    }
    .linkEventFill .lstEventFill{
        /* display: none; */
    }
    .linkEventFill .lstEventFill ul{
        /* display: block;
        padding-top: 5px;
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1); */
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
        flex-direction: column;
        height: 40px;
    }
    .linkEventFill .lstEventFill ul li a{
        padding: 10px 15px;
    }
    .linkEventFill .lstEventFill ul li a::before{
        height: 1px;
    }
    .lstProductEvent{
        margin: 0 -10px;
    }
    .lstProductEvent .item{
        width: 33.333%;
        padding: 0 10px;
    }
    .productEvent .ribbon{
        right: 0;
    }
    .productEvent .ribbon .riwrap{
        font-size: 10px;
        line-height: 15px;
    }
    .productEvent .ribbon .riwrap .rib1{
        font-size: 12px;

    }
    .productEvent .decs h3{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
    }
    .productEvent .decs{
        padding: 15px 10px 25px 10px;
    }
    .productEvent .decs .price .reduce{
        font-size: 15px;
        line-height: 23px;
    }
    .productEvent .decs .rangePro .range1{
        font-size: 10px;
        line-height: 15px;
    }
}

@media all and (max-width: 767px){
    .boxEventTop .itemTxt{
        font-size: 9px;
        line-height: 15px;  
        width: 120px;
        letter-spacing: -0.5px;
    }
    .boxEventTop > div{
        margin-right: 5px;
    }
    .boxEventTop .itemTime{

    }
    .boxEventban .lstEventTiem{
        height: 65px;
    }
    .boxEventban .lstEventTiem .ItemE{
        width: calc(100% / 4);
        height: 65px;
    }
    .lstProductEvent .item{
        width: 50%;
    }
}