*,
*:focus {
    outline: 0;
}

.hscroll::-webkit-scrollbar {
    width: 0;
    height: 0
}

.visible-lg {
    display: none!important;
}
@media screen and (min-width:64em) {
    .visible-lg {
        display: block !important
    }
}

.shape-blur-3 {
    top: 0;
    right: 0;
    left: 0;
}

.shape {
    position: absolute;
    pointer-events: none;
}

.shape>* {
    display: block;
}

.shape-blur-3>* {
    width: 100%;
    height: auto;
}

.flickity-page-dots .dot {
    background: #8db654;
}

.vo-tp {
    position: relative;
    width: 230px;
    margin-left: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d6d8da;
}
.vo-tp>h2 {
    margin: 0 auto;
    padding: 15px 12px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d6d8da;
}

.vo-tp>ul {
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
    padding: 18px 12px;
}

.vo-tp>ul>li {
    font-size: 0;
    margin: 0 -6px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.vo-tp>ul>li>a{
    display: flex;
    flex-wrap: wrap;
}
.vo-tp>ul>li+li {
    margin: 24px -6px 0;
}

.vo-tp>ul>li span,
.vo-tp>ul>li h3 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    font-size: 14px;
    margin: 0 auto;
    width: 18%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vo-tp>ul>li h3 {
    width: 82%;
    font-weight: 400;
    line-height: 20px;
}
/* Deals of the Day */
.vo-hTit {
    margin: 0 auto 24px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px;
    padding-bottom: 12px;
    position: relative;
}

.vo-hTit:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0;
    max-width: 220px;
}
/* /. Deals of the Day */

@media only screen and (max-width: 767px) {
    .vo-tp{
        display: none;
    }
}

.main-carousel {
    overflow: hidden;
    width: 100%;
    height: 130px;
    border-radius: 8px
}

.main-carousel .carousel-cell {
    width: 100%;
    height: 160px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.main-carousel .flickity-prev-next-button {
    width: 40px;
    height: 40px
}

.main-carousel .dot {
    transition: all .3s ease
}

.main-carousel .dot.is-selected {
    width: 20px;
    border-radius: 10px
}

.main-carousel .flickity-page-dots {
    bottom: 8px
}

.main-carousel .flickity-button {
    background: #fff
}

.main-carousel .flickity-button-icon {
    display: none
}

.main-carousel .flickity-prev-next-button.previous {
    left: -40px;
    background-image: url(/ma-giam-gia/mggpage/images/web-images/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22)
}

.main-carousel .flickity-prev-next-button.next {
    right: -40px;
    background-image: url(/ma-giam-gia/mggpage/images/web-images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22)
}

.main-carousel .flickity-page-dots .dot {
    background: #335eea;
    opacity: 1
}

.main-carousel .flickity-page-dots .dot.is-selected {
    background: #8db654
}

.main-carousel:hover .flickity-prev-next-button.previous {
    left: 10px;
    visibility: visible
}

.main-carousel:hover .flickity-prev-next-button.next {
    right: 10px;
    visibility: visible
}

.main-carousel .carousel-cell img {
    width: 100%
}

.vh-title {
    font-size: 18px;
    position: relative;
    color: #030306;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px;
    width: calc(100% - 170px)
}

.v-popular .vh-title,
.v-top-c .vh-title {
    width: 100%
}

.vh-title:after {
    content: '';
    background-color: #3862ea;
    width: 80px;
    display: block;
    height: 4px;
    margin-top: 6px
}

@media screen and (min-width: 64em){
   .vh-title {
        font-size: 22px;
        margin-bottom: 20px;
    } 
}

/* Popular Stores */
.v-pop-store {
    padding: 12px 0 32px
}
.v-pop-store.bg-primary .vh-title{
    color:  #fff
}
.v-pop-store.bg-primary .vh-title::after{
    background-color: #fff;
}
.v-pop-store .vp-normal .flickity-button {
    display: none
}

#vPopularStore .carousel-cell {
    width: 100%
}

#vPopularStore .carousel-cell a {
    width: calc(100%/3 - 8px);
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    /* border: 1px solid #e7e7e7; */
    border-radius: 4px;
    margin-bottom: 8px;
    line-height: 50px;
    overflow: hidden
}
.v-pop-store.bg-primary #vPopularStore .carousel-cell a {
    background-color: #fff;
}
#vPopularStore .carousel-cell a img {
    max-width: 65%;
    max-height: 70%;
    margin: 0 auto;
    vertical-align: middle
}

#vPopularStore .carousel-cell a>p {
    line-height: 15px;
    margin: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 12px;
    transition: all .3s cubic-bezier(.31, .17, .52, .96);
    display: flex;
    justify-content: center;
    flex-direction: column
}

#vPopularStore .carousel-cell a+a {
    margin-left: 4px
}

#vPopularStore .carousel-cell a:nth-child(3n+1) {
    margin-left: 0
}

#vPopularStore .carousel-cell a:focus>p,
#vPopularStore .carousel-cell a:hover>p {
    background-color: #2d3e50;
    opacity: 1;
    visibility: visible
}

.vp-feat {
    border: solid 1px #e7e7e7;
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(2, 3, 5, .05);
    text-align: center;
    margin-bottom: 12px
}
.v-pop-store.bg-primary .vp-feat {
    background-color: #fff;
}
.vp-feat>p {
    position: absolute;
    left: 12px;
    color: #999;
    font-size: 12px;
    top: 18px;
    width: 80px;
    text-align: left;
    margin: 0
}

.vp-feat>.vpf-img {
    height: 63px
}

.vp-feat>.vpf-img img {
    max-height: 80%;
    position: relative;
    top: 6px
}

.vp-feat::after {
    content: '';
    background-image: url(/ma-giam-gia/mggpage/images/web-images/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: #3862ea;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-position: center
}

@media screen and (min-width:64em) {

    .vp-feat,
    .vp-normal {
        display: inline-block;
        vertical-align: top
    }

    .vp-feat:after {
        display: none
    }

    .v-pop-store {
        padding: 20px 0 28px
    }

    .v-pop-store .vp-normal {
        width: calc(100% - 260px);
        margin-left: 12px;
        max-height: 245px;
    }

    .v-pop-store .vp-normal .flickity-button:disabled {
        display: none
    }

    .v-pop-store .vp-normal .flickity-button {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
        display: block
    }

    .v-pop-store .vp-normal .flickity-prev-next-button.next {
        background-image: url(https://voucher.com.vn/ma-giam-gia/mggpage/v2/img/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        right: -10px
    }

    .v-pop-store .vp-normal .flickity-prev-next-button.previous {
        background-image: url(https://voucher.com.vn/ma-giam-gia/mggpage/v2/img/left-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
        left: -10px
    }

    .v-pop-store .vp-normal .flickity-button-icon {
        display: none
    }
    .vp-feat {
        width: 240px;
        height: 251px;
        border-radius: 6px;
        box-shadow: 0 3px 12px 0 rgba(2, 3, 5, .07);
        border: solid 1px #e7e7e7;
        padding: 12px;
        box-sizing: border-box;
        transition: all .3s ease
    }

    .vp-feat .vpf-img {
        height: 130px;
        line-height: 130px;
        text-align: center;
        position: relative;
        top: 42px
    }

    .vp-feat .vpf-img img {
        max-width: 60%;
        max-height: 60%;
        vertical-align: middle;
        transition: all .3s ease
    }

    .vp-feat .vpf-img+p {
        font-weight: 500;
        color: #7b7b7b;
        font-size: 16px;
        border-bottom: 1px solid #d8d8d8;
        position: absolute;
        left: 12px;
        padding-bottom: 12px;
        top: 19px;
        width: 90%;
        width: calc(100% - 24px);
        margin: 0 auto
    }

    .vp-feat .vp-p {
        bottom: 12px;
        width: 90%;
        width: calc(100% - 24px);
        top: auto;
        color: #000;
        height: 40px;
        font-size: 13px;
        border-radius: 4px;
        border: solid 1px #41a900;
        padding: 12px 0;
        box-sizing: border-box;
        text-align: center
    }

    .vp-feat:hover {
        border-color: #8db654
    }

    .vp-feat:hover img {
        transform: scale(1.1)
    }
}
/* /. Popular Stores */

@media screen and (min-width:48em) {
    .main-carousel {
        height: 158px;
        width: calc(100% - 260px);
        max-height: 300px;
    }
    .v-stack,
    .main-carousel {
        display: inline-block !important;
        vertical-align: top
    }

}
@media screen and (min-width:64em) {

    .v-stack,
    .main-carousel {
        display: inline-block !important;
        vertical-align: top
    }

    .main-carousel {
        width: calc(100% - 260px);
        height: auto
    }


    .main-carousel .carousel-cell img {
        height: 100%;
        width: auto
    }

    .main-carousel .carousel-cell {
        width: 100%;
        height: 310px;
        margin-right: 10px
    }
}
@media screen and (min-width:80em) {
    .main-carousel .carousel-cell img {
        height: auto;
        width: 100%
    }
}

/* v-top-c */

.v-top-c {
    background: #f1f5f8;
    background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
    padding: 12px 0 24px
}

.vh-left {
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .08);
    background-color: #fff;
    padding: 10px
}

.vh-left ul {
    white-space: nowrap;
    overflow-x: scroll
}

.vh-left ul li {
    display: inline-block;
    text-align: center;
    /* max-width: 68px; */
    font-size: 14px;
    margin: 0 12px;
    white-space: normal;
    vertical-align: top;
    cursor: pointer
}

.vh-left ul li>div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #efefef;
    margin: 0 auto 8px;
    padding: 11px
}

.vh-left ul li.active {
    color: #3862ea
}

.vh-left ul li.active>div {
    background: #e8f7d3
}

.vh-left ul li.active>div g,
.vh-left ul li.active>div path {
    fill: #3862ea
}

.vh-right {
    margin-top: 12px;
    position: relative
}

.vh-right .v-htop-c {
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
    display: block
}

.vh-right .v-htop-c>a {
    display: block;
    margin-bottom: 6px
}

.vh-right .v-htop-c>a img {
    max-width: 100%
}

.vh-right .v-htop-c.show {
    visibility: visible;
    opacity: 1
}

.vh-right .v-htop-c.load .vh-ec-w {
    max-height: 2400px
}

.vh-ec-w {
    max-height: 690px;
    padding: 12px 0;
    overflow: hidden;
    transition: all .3s ease
}

.vh-ec {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .08);
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all .3s ease
}

.vh-ec>a.imw {
    height: 28px;
    width: 65px;
    display: block;
    position: absolute;
    right: 8px;
    padding: 0;
    background: 0 0;
    top: 8px
}

.vh-ec>a.imw>img {
    max-height: 100%;
    max-width: 100%
}

.vh-ec>.amt {
    width: 85px;
    height: 72px;
    border-radius: 4px;
    color: #515151;
    background: #F0F2F5;
    margin: 12px;
    font-size: 18px;
    text-align: center;
    padding: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

.vh-ec>.amt>span {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-right: 12px
}

.vh-ec>.amt>span>small {
    text-align: right;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 400;
    display: block
}

.vh-ec>.amt>span>small.ri {
    transform: rotate(-90deg);
    position: absolute;
    right: -2px;
    top: 5px
}

.vh-ec>.amt>span.bm>small:first-child {
    text-align: left
}

.vh-ec>.amt>span.bm>small.ri {
    top: 14px
}

.vh-ec>.amt>span.per {
    padding-right: 0
}

.vh-ec>.amt>span.per>small {
    text-align: center
}

.vh-ec>.amt>span.txt {
    padding-right: 0;
    font-size: 14px
}

.vh-ec>h3,
.vh-ec>p {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    margin-top: 0;
    line-height: 1.5;
    width: calc(100% - 180px);
    height: 118px;
    display: inline-flex;
    align-items: center;
    flex-flow: wrap;
    overflow: hidden;
    vertical-align: top;
    border-left: 1px dashed #e9e9e9;
    margin-bottom: 0;
    box-sizing: border-box
}

.vh-ec>a {
    background-color: #f3f9ff;
    padding: 8px 12px;
    display: block;
    color: #2491ef
}

.vh-ec>a span {
    background-color: #d9edff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-image: url(/ma-giam-gia/mggpage/images/web-images/right-arrow-blue.svg);
    vertical-align: middle;
    background-size: 32%;
    background-position: 8px
}

.vh-ec:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .03)
}

.vh-ec:hover h3,
.vh-ec:hover>p {
    text-decoration: underline
}

.vh-smore {
    width: 180px;
    height: 38px;
    line-height: 36px;
    border-radius: 3px;
    border: solid 1px #000;
    background: 0 0;
    margin: 24px auto 0;
    display: block
}
@media screen and (min-width:64em) {


    .v-top-c {
        padding: 20px 0
    }

    .vh-left,
    .vh-right {
        display: inline-block;
        vertical-align: top
    }

    .vh-left {
        width: 246px;
        padding: 16px
    }

    .vh-left ul {
        overflow: hidden
    }

    .vh-left ul li {
        display: block;
        max-width: 100%;
        text-align: left;
        margin: 0;
        margin-bottom: 24px;
        transition: all .3s ease
    }

    .vh-left ul li>div {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle
    }

    .vh-left ul li:not(.active):hover {
        transform: translateX(6px)
    }

    .vh-left ul li.vh-recharge>div svg {
        position: relative;
        left: 3px
    }

    .vh-left ul li:last-child>div svg {
        position: relative;
        left: 3px
    }

    .vh-left ul li.active {
        font-size: 16px
    }

    .vh-right {
        width: 75%;
        width: calc(100% - 270px);
        margin-left: 12px;
        margin-top: 0
    }

    .vh-right .v-htop-c>a {
        margin: 0 12px 14px;
        margin-right: 0
    }

    .vh-right .v-htop-c.load .vh-ec-w {
        max-height: 960px
    }

    .vh-ec-w {
        max-height: 470px
    }

    .vh-ec {
        width: 30%;
        width: calc(100%/3 - 15px);
        display: inline-block;
        margin-left: 12px
    }

    .vh-ec>a.imw {
        right: 12px;
        top: 12px;
        width: 55px
    }

    .vh-ec>.amt {
        width: 122px;
        height: 72px;
        display: flex
    }

    .vh-ec>.amt>span {
        font-size: 20px
    }

    .vh-ec>.amt>span>small {
        font-size: 10px;
        bottom: 0
    }

    .vh-ec>.amt>span>small.ri {
        right: -11px;
        top: 0
    }

    .vh-ec>.amt>span.bm>small.ri {
        top: 10px
    }

    .vh-ec>h3,
    .vh-ec>p {
        color: #373737;
        line-height: 1.5;
        height: 65px;
        margin-top: 4px;
        display: flex;
        width: 100%;
        padding: 0 12px;
        margin-bottom: 8px;
        border-left: none
    }
    .vh-ec>p>a {
        color: #373737;
    }

    .vh-ec>a {
        color: #2491ef;
        background: 0 0;
        padding: 8px 12px 16px;
        white-space: nowrap;
        font-size: 13px
    }
}