header.masthead {
    background: #ffffff;
    height: 450px;
    min-height: unset;
    padding-top: 0;
    background-image: url("../../static/ico/banner/bg-header.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link {
    color: #36373A;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #1f8feb;
}

#mainNav .navbar-brand .logo-2 {
    width: 162px;
    display: block;
}

#mainNav a.login-btn {
    color: #36373A;
}

.site-heading {
    margin-top: 150px;
    margin-bottom: 100px;
    color: #36373A;
    text-align: center;
}

.site-heading .banner-detail {
    color: #36373A;
    text-align: center;
}

.site-heading .span-button {
    margin: 5px 10px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 2rem;
    padding: 15px 20px;
    text-transform: uppercase;
    display: inline-block;
}

.sb-01 {
    color: #ffffff;
    background-color: #45B1F9;
    border: solid 1px #20CFD3;
    -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
    box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
}

.sb-01:hover {
    color: #38BAFA;
    background-color: #ffffff;
    border: solid 1px #20CFD3;
}

.sb-02 {
    color: #38BAFA;
    background-color: #ffffff;
    border: solid 1px #20CFD3;
    -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
    box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
}

.sb-02:hover {
    color: #ffffff;
    background-color: #45B1F9;
    border: solid 1px #20CFD3;
}

.main-content {
    background-image: url("../ico/mobile-push/bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.intro {
    padding: 40px 0;
}
.intro .section-title {
    text-align: left;
}
.intro .section-sub-title {
    text-align: left;
}

.banner-sale img {
    -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
    box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
}

.browser .card-header {
    background: none;
}

.browser .card-footer {
    background: none;
}

.mng .mng-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.mng .mng-pos {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.message-box {
    clear: both;
    position: relative;
}

.message-box .arrow {
    width: 15px;
    height: 40px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 20px;
    right: -1px;
}

.message-box .arrow .outer {
    width: 0;
    height: 0;
    border-right: 20px solid #C5C5C5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.message-box .arrow .inner {
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 2px;
}

.message-box .message-body {
    float: left;
    height: auto;
    width: 90%;
    border: 1px solid #C5C5C5;
    background-color: #ffffff;
    padding: 15px 30px;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    border-radius: 0.75rem;
}

.partner img {
    padding: 0 20px;
}

.banner-carousel .carousel-inner {
    width: 80%;
    height: 100%;
    margin: auto;
}

#first-carousel .carousel-item {
    padding: 0 10px 15px 10px;
}

#second-carousel .carousel-item {
    padding: 0 10px 40px 10px;
}

#third-carousel .carousel-item {
    padding: 0 10px 40px 10px;
}

#third-carousel .carousel-inner {
    min-height: 165px;
}

.banner-carousel .carousel-item img {
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.28), 0px 10px 20px 0px #ffffff;
}

.carousel-control {
    width: 10%;
}

.carousel-control-next-icon {
    background: none;
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    transform: rotate(45deg);
}

.carousel-control-prev-icon {
    background: none;
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 10px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    transform: rotate(-135deg);
}

.carousel-indicators {
    margin: 0;
    bottom: 0;
    position: relative;
}

.carousel-indicators li {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background-color: #79CEEF;
    margin: 0 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #0192CB;
}

/*overview*/
.overview {
    padding: 40px 0;
}
/*end overview*/

.sample {
    padding: 40px 0;
}
.sample .sample-item {
    text-decoration: none;
    padding: 17px;
    cursor: pointer;
    background-color: #ffffff;
}

.sample .sample-item-body {
    display: flex;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);
}

.sample .sample-item-body:hover {
    background-color: #C1FFFD;
}

.sample .sample-item-body .icon {
    min-width: 120px;
    display: flex;
    padding: 20px;
}

.sample .sample-item-body .icon img {
    margin: auto;
    margin-right: 0;
    height: 105px;
}

.sample .sample-item-body .text {
    display: flex;
    justify-items: center;
}

.sample .sample-item-body .text p {
    padding-left: 20px;
    margin: auto;
    font-size: 30px;
}

.modal.fade {
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

#modalSmartBanner .modal-content {
    max-width: 850px;
    background: none;
    border: none;
}

#modalSmartBanner .modal-content .close {
    color: #ffffff;
}

#modalSmartBanner .modal-content .modal-body img {
    width: 100%;
}

#modalCountdownBanner .modal-body {
    padding: 0;
}

#modalCountdownBanner .modal-content {
    max-width: 850px;
    background: none;
    border: none;
    padding: 15px;
}

#modalCountdownBanner .modal-content .close {
    color: #ffffff;
}

#modalCountdownBanner .modal-content .modal-body img {
    width: 100%;
}

#modalCountdownBanner .modal-content .countdown-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 50px;
}

#modalCountdownBanner .modal-content .countdown-content .countdown-text {
    margin: auto;
}

#modalCountdownBanner .modal-content .countdown-content .countdown-text span {
    color: #FFF000;
    padding: 0 35px;
    font-size: 20px;
}

/*Inline Banner*/
#modalInlineBanner .modal-body {
    padding: 0;
}

#modalInlineBanner .modal-content {
    width: 95%;
    max-width: 850px;
    background: none;
    border: none;
    padding: 15px;
}

#modalInlineBanner .modal-content .close {
    width: 15px;
}

#modalInlineBanner .modal-content .close img {
    width: 100%;
    filter: invert(100%) sepia(81%) saturate(2%) hue-rotate(45deg) brightness(105%) contrast(101%);
}

#modalInlineBanner .modal-content .modal-body img {
    width: 100%;
}

#modalInlineBanner .modal-content .countdown-content {
    height: 100%;
    max-height: 94px;
    width: 100%;
    max-width: 365px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 50px;
    right: 25px;
    background-color: #ffffff;
}

#modalInlineBanner .modal-content .countdown-content .countdown-text {
    margin: auto;
}

#modalInlineBanner .modal-content .countdown-content .countdown-text span {
    color: #FFF000;
    padding: 0 35px;
    font-size: 20px;
}
#modalInlineBanner .modal-content .countdown-content-title {
    font-weight: 500;
    font-size: 14px;
    color: #006432;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}
#inlineBannerCountdownTime {
    display: flex;
    justify-content: center;
}
#inlineBannerCountdownTime .countdown-tbl {
    margin: auto;
    font-weight: 700;
    font-size: 18px;
    width: 200px;
}
#inlineBannerCountdownTime .countdown-tbl td {
    text-align: center;
    padding: 2px;
}
#inlineBannerCountdownTime .countdown-tbl .cd-block-time {
    display: flex;
    flex-direction: row;
}
#inlineBannerCountdownTime .countdown-tbl .cd-time {
    font-weight: 700;
    font-size: 18px;
    color: white;
    height: 44px;
    width: 30px;
    background-color: #006432;
    margin: 1px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
#inlineBannerCountdownTime .countdown-tbl .cd-text {
    font-weight: 500;
    font-size: 8px;
    color: #000000;
    text-transform: uppercase;
}
/*End inline banner*/


#modalFormBanner .modal-dialog {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    max-width: 1000px;
    width: 90%;
}

#modalFormBanner .modal-content {
    background: none;
    border: none;
}

#modalFormBanner .modal-content .close {
    color: #ffffff;
    padding: 0 0 1rem 0;
}

#modalFormBanner .modal-content p {
    margin: 0;
    padding: 0;
}

#modalFormBanner .modal-content img {
    width: 100%;
}

#modalFormBanner .modal-content .modal-header {
    border: none;
    padding: 0 1rem;
}

#modalFormBanner .modal-content .modal-body {
    padding: 0 1rem;
    height: 150px;
    background-image: url("../../static/ico/banner/form-banner-pc-02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#modalFormBanner .modal-content .modal-body div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#modalFormBanner .modal-content .modal-body div input {
    position: absolute;
    top: 50%;
    right: 32.5%;
    height: 50px;
    width: 45.5%;
    font-size: 20px;
    padding-left: 20px;
    border-radius: 0.5rem;
    border: 1px solid #EC8604;
    background-color: #ECE1BC;
}

#modalFormBanner .modal-content .modal-body div input::placeholder {
    color: #000000;
}

#modalFormBanner .modal-content .modal-body div button {
    position: absolute;
    top: 35%;
    right: 7%;
    height: 50px;
    width: 20%;
    font-size: 20px;
    border-radius: 0.5rem;
    border: none;
    color: #ffffff;
    background-color: #FF1CB2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

#modalFlashSaleBanner .modal-dialog {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    max-width: 1000px;
    width: 90%;
}

#modalFlashSaleBanner .modal-content {
    background: none;
    border: none;
}

#modalFlashSaleBanner .modal-content .close {
    color: #ffffff;
    padding: 0 0 1rem 0;
}

#modalFlashSaleBanner .modal-content p {
    margin: 0;
    padding: 0;
}

#modalFlashSaleBanner .modal-content img {
    width: 100%;
}

#modalFlashSaleBanner .modal-content .modal-header {
    border: none;
    padding: 0 1rem;
}

#modalFlashSaleBanner .modal-content .modal-body {
    padding: 0 1rem;
    height: 150px;
    background-image: url("../../static/ico/banner/flash-sale-pc-02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#modalFlashSaleBanner .modal-content .modal-body button {
    background-color: yellow;
    width: 170px;
    height: 50px;
    margin-left: 40px;
    margin-top: -45px;
    border-radius: 0.6rem;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

#modalFlashSaleBanner .modal-content .modal-body .btn-pc {
    display: block;
}

#modalFlashSaleBanner .modal-content .modal-body .btn-mobile {
    display: none;
}

#countdownTime {
    margin: auto;
}

#modalCountdownBanner .modal-content .countdown-content .shop-now {
    margin: auto;
    margin-top: 20px;
}

#modalCountdownBanner .modal-content .countdown-content .shop-now button {
    width: 200px;
    height: 50px;
    font-size: 16px;
    background-color: #FFF000;
    border: none;
    border-radius: 0.25rem;
}

#modalVoucherBanner .modal-content .modal-header .close {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    color: #ffffff;
    outline: none;
}

#modalVoucherBanner .modal-content.form-content {
    width: 400px;
}

#modalVoucherBanner .modal-content.form-content .modal-header {
    background-image: url("../../static/ico/banner/voucher-01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#modalVoucherBanner .modal-content.form-content .modal-header h3 {
    padding-top: 20px;
    font-weight: 300;
    color: #ffffff;
    font-size: 22px;
}

#modalVoucherBanner .modal-content.form-content .modal-header span {
    margin: auto;
    font-size: 26px;
    font-weight: 600;
    color: #96ff00;
}

#modalVoucherBanner .modal-content.form-content .modal-body form {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

#modalVoucherBanner .modal-content.form-content .modal-body form input {
    padding-left: 20px;
    font-size: 20px;
    background-color: #eaefff;
    border: 1px solid #d5dfff;
    border-radius: 0.5rem;
    height: 50px;
    width: 80%;
    margin: 0 auto 10px auto;
    outline: none;
}

#modalVoucherBanner .modal-content.form-content .modal-body form button {
    height: 50px;
    border-radius: 1.5rem;
    width: 50%;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    background-color: #275ff1;
    color: #ffffff;
    outline: none;
    cursor: pointer;
}

#modalVoucherBanner .modal-content.form-content .modal-body form i {
    margin-top: 10px;
}

#modalVoucherBanner .modal-content.result-content {
    width: 400px;
    background-image: url("../../static/ico/banner/voucher-02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#modalVoucherBanner .modal-content.result-content .modal-header {
    border: none;
    height: 20px;
    padding: 0;
}

#modalVoucherBanner .modal-content.result-content .modal-body {
    text-align: center;
    font-size: 20px;
}

#modalVoucherBanner .modal-content.result-content .modal-body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

#modalVoucherBanner .modal-content.result-content .modal-body p {
    margin-top: 15px;
}

#modalVoucherBanner .modal-content.result-content .modal-body span:first-child {
    background-color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

#modalVoucherBanner .modal-content.result-content .modal-body span:last-child {
    padding: 10px;
    background-color: #0abc3c;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#countdownTime {
    opacity: .9;
}

#usage li {
    position: relative;
    margin: 5px 0;
    padding: 10px;
    color: #222;
    background: #fff;
}

#usage code {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #eee;
    border: 1px solid #333;
    background: #000;
}


/*
 * flipclock
 * Version: 1.0.0
 * Authors: @gokercebeci
 * Licensed under the MIT license
 * Demo: http://
*/


/*==============================================================================
    FLIP CLOCK
==============================================================================*/

.flipclock hr {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 3px;
    border: 0;
    background: #ffffff;
    z-index: 10;
    opacity: 0;
}

ul.flip {
    position: relative;
    float: left;
    margin: 10px;
    padding: 0;
    width: 100px;
    height: 70px;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}

ul.flip li {
    float: left;
    margin: 0;
    padding: 0;
    width: 49%;
    height: 100%;
    -webkit-perspective: 200px;
    list-style: none;
}

ul.flip li.d1 {
    float: right;
}

ul.flip li section {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    background-color: #ffffff;
}

ul.flip li section:first-child {
    z-index: 2;
}

ul.flip li div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 49%;
    overflow: hidden;
}

ul.flip li div .shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

ul.flip li div.up {
    -webkit-transform-origin: 50% 100%;
    top: 0;
}

ul.flip li div.down {
    -webkit-transform-origin: 50% 0%;
    bottom: 0;
}

ul.flip li div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #0b0b0b;
    text-align: center;
    background-color: #ffffff;
    border-radius: 6px;
}

ul.flip li div.up div.inn {
    top: 0;
}

ul.flip li div.down div.inn {
    bottom: 0;
}


/*--------------------------------------
 PLAY
--------------------------------------*/

body.play ul section.ready {
    z-index: 3;
}

body.play ul section.active {
    -webkit-animation: index .5s .5s linear both;
    z-index: 2;
}

@-webkit-keyframes index {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

body.play ul section.active .down {
    z-index: 2;
    -webkit-animation: flipdown .5s .5s linear both;
}

@-webkit-keyframes flipdown {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    80% {
        -webkit-transform: rotateX(5deg);
    }
    90% {
        -webkit-transform: rotateX(15deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

body.play ul section.ready .up {
    z-index: 2;
    -webkit-animation: flipup .5s linear both;
}

@-webkit-keyframes flipup {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    90% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}


/*--------------------------------------
 SHADOW
--------------------------------------*/

body.play ul section.ready .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play ul section.active .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}


/*DOWN*/

body.play ul section.ready .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play ul section.active .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    90% {
        opacity: .10;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    80% {
        opacity: .20;
    }
    100% {
        opacity: 0;
    }
}


/*countdown*/

.countTimer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252525;
    top: 35%;
    left: 30%;
    height: 70%;
}

.clockBox {
    width: 60px;
    height: 90px;
    margin-right: 2vw;
    background: none;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 35px;
    padding-bottom: 35px;
}

.clockBox span {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

.clockBox::after {
    content: 'NGÀY';
    width: 100%;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5vw 0;
    font-size: 16px;
}

.clockBox:nth-child(2)::after {
    content: 'GIỜ';
}

.clockBox:nth-child(3)::after {
    content: 'PHÚT';
}

.clockBox:nth-child(4)::after {
    content: 'GIÂY';
}

.clockBox:nth-child(4) {
    margin-right: 0;
}

#chart {
    width: 350px;
    height: 350px;
    position: absolute;
    top: -50px;
    left: -25px;
}

.result {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s ease-out;
    width: 325px;
    height: 325px;
    position: absolute;
    top: -27px;
    left: -34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url("../../static/ico/banner/bg-spin-wheel-result.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    cursor: pointer;
}

.result.active {
    visibility: visible;
    opacity: 1;
}

.result span {
    margin: auto;
    font-size: 26px;
    padding: 15px;
    color: #ffffff;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

/*Spin wheel*/
.pushdy-bn-popup {
    font-family: 'Roboto', sans-serif !important;
}
.mgg-coupon-code-popup p {
    font-size: 20px !important;
    margin: 5px auto 20px auto !important;
    padding: 0 !important;
}
.mgg-coupon-code-popup .coppy-code {
    display: inline-block !important;
    background: #67c23a !important;
    padding: 13px 7px !important;
    color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer!important;
    font-size: 16px;
    line-height: 18px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.mgg-coupon-code-popup {
    max-width: 500px !important;
    width: 95%;
    border-radius: 10px;
    display: block !important;
    margin: 0 auto 0 !important;
    background: #fff !important;
    padding: 30px 20px 20px !important;
    text-align: center !important;
    position: fixed !important;
    top: 30% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
}

.mgg-coupon-code-popup .code-text {
    padding: 0 !important;
    background-color: #eaeaea !important;
    border: 2px dashed #d12122 !important;
    height: 44px !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 23px !important;
    color: #444 !important;
    width: calc(100% - 119px) !important;
    float: left !important;
    clear: both !important;
    border-radius: 3px !important;
}
.coppy-code .fa {
    position: absolute !important;
    right: 0 !important;
    background: #5b9e3a !important;
    top: 0 !important;
    height: 100% !important;
    line-height: 45px !important;
    padding: 0 10px !important;
    display: inline-block !important;
    text-align: center !important;
}
.mgg-closeit-go {
    display: inline-block !important;
    cursor: pointer !important;
    color: #444 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    padding: 6px 10px !important;
    text-decoration: none !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    line-height: 1 !important;
    z-index: 1000 !important;
}
.pushdy-div-href {
    display: flex !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}
.pushdy-banner-content {
    display: none;
}
.pushdy-banner-input-normal {
    right: 120px !important;
}
.pushdy-banner-input-popup {
    bottom: 15% !important;
}
.pushdy-banner-input {
    color: #ffffff;
    position: absolute !important;
    width: 80% !important;
    max-width: 250px !important;
    margin-right: 20px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

#modalSpinWheelBanner .modal-content {
    width: 768px;
    max-width: unset;
    border: none;
    background: none;
}
.pushdy-bn-spin .modal-info {
    width: 768px;
    height: auto;
    padding: 60px 30px;
    border-radius: 33px;
    box-shadow: 0 10px 10px 0 rgba(97, 97, 97, 0.16);
    background-color: #fcf7f4;
    background-image: url("https://sdk.pushdi.com/image/spin/spin-bg-4.png");
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pushdy-bn-spin .modal-info .pushdy-btn-close {
    margin-top: 5px !important;
    margin-right: 10px !important;
    font-family: "Roboto Slab", sans-serif !important;
}
.pushdy-bn-spin .modal-info .pushdy-btn-close span {
    line-height: 0 !important;
    font-size: 30px !important;
    font-weight: bold;
}

.pushdy-bn-container-spin-title {
    font-family: "Roboto Slab", sans-serif !important;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0E2E68;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 129px;
    text-transform: uppercase;
}
.pushdy-bn-container-spin-body {
    display: flex;
    flex-direction: row-reverse;
}

.pushdy-bn-container-spin-wheel {
    display: flex;
    position: relative;
    margin: auto;
    width: 366px;
    height: 366px;
    border-radius: 50%;
    overflow: hidden;
}
.pushdy-bn-container-spin-wheel canvas {
    margin: auto;
}
.pushdy-bn-container-spin-wheel img {
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    max-height: unset !important;
    position: absolute;
    left: 0;
}
.pushdy-bn-container-spin-form {
    width: calc(100% - 400px) !important;
    height: 100% !important;
    position: relative !important;
    margin: auto !important;
}
.pushdy-bn-container-spin-form .pushdy-banner-input {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.pushdy-bn-container-spin-form .pushdy-banner-input > div {
    margin-top: 10px;
    width: 100%;
}

.pushdy-bn-container-spin-form .pushdy-banner-input > div [id*='pushdy-contact-error'] {
    color: red;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
}
.pushdy-bn-container-spin-form .pushdy-banner-input > div:first-child {
    margin-top: 0;
}
.pushdy-bn-container-spin-form .pushdy-banner-input .pushdy-banner-content {
    font-size: 20px;
}
.pushdy-bn-container-spin-form .pushdy-banner-input input {
    padding-left: 20px !important;
    width: 100% !important;
    max-width: 300px !important;
    height: 52px !important;
    border-radius: 10px !important;
    border: solid 1px #5a5954 !important;
    background-color: #fbfbfb !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #68665e;
    outline: unset !important;
}
.pushdy-bn-container-spin-form .pushdy-banner-input input:focus {
    border-width: 2px !important;
}
.pushdy-bn-container-spin-form .pushdy-banner-input input::placeholder {
    color: #68665e;
}
.pushdy-bn-container-spin-form .pushdy-button-href {
    margin-top: 10px;
    position: relative !important;
    width: 100% !important;
    max-width: 300px !important;
    height: 52px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    background-image: linear-gradient(to bottom, #F8F83A, #FCDB07 4%, #A87112 92%, #786A24);
    font-size: 19px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: 1px solid #D8B819;
    outline: unset !important;
}

/*End spin wheel*/

@media (max-width: 1000px) {
    #modalFormBanner .modal-dialog {
        position: relative;
        height: 350px;
        width: 350px;
        max-width: 90%;
    }
    #modalFormBanner .modal-content .modal-body {
        background-image: url("../../static/ico/banner/form-banner-mobile-02.png");
    }
    #modalFormBanner .modal-content .modal-body div {
        flex-direction: column;
        width: 100%;
        margin: 0;
        top: auto;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    #modalFormBanner .modal-content .modal-body div input {
        width: 280px;
        top: 180px;
        left: 35px;
    }
    #modalFormBanner .modal-content .modal-body div button {
        width: 180px;
        top: 255px;
        left: 85px;
    }
    #modalFlashSaleBanner .modal-dialog {
        position: relative;
        height: 350px;
        width: 350px;
        max-width: 90%;
    }
    #modalFlashSaleBanner .modal-content .modal-body {
        background-image: url("../../static/ico/banner/flash-sale-mobile-02.png");
    }
    #modalFlashSaleBanner .modal-content .modal-body .btn-mobile {
        display: block;
        position: absolute;
        top: 325px;
        left: 45px;
    }
    #modalFlashSaleBanner .modal-content .modal-body .btn-pc {
        display: none;
    }
    .countTimer {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #252525;
        top: 56%;
        left: 20%;
        height: 30%;
    }
    .clockBox {
        width: 40px;
        height: 80px;
        margin-right: 2vw;
        background: none;
        border-radius: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 26px;
        padding-bottom: 35px;
    }

    /*Spin wheel*/
    #modalSpinWheelBanner .modal-content {
        width: 95%;
    }
    .pushdy-bn-spin .modal-info {
        width: 95%;
        height: auto;
        padding: 20px;
        border-radius: 10px;
        background-color: #fcf7f4;
    }
    .pushdy-bn-spin .modal-info .pushdy-btn-close {
        margin-top: 5px !important;
        margin-right: 5px !important;
    }

    .pushdy-bn-container-spin-title {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        max-height: 60px;
    }
    .pushdy-bn-container-spin-body {
        flex-direction: column;
    }

    .pushdy-bn-container-spin-wheel {
        width: 310px;
        height: 310px;
    }
    .pushdy-bn-container-spin-wheel canvas {
        margin: auto;
    }

    .pushdy-bn-container-spin-form {
        width: 100% !important;
        margin: 20px auto 0 auto !important;
    }

    .pushdy-bn-container-spin-form .pushdy-banner-input > div {
        margin-top: 5px;
    }
    .pushdy-bn-container-spin-form .pushdy-banner-input .pushdy-banner-content {
        font-size: 18px;
    }
    .pushdy-bn-container-spin-form .pushdy-banner-input input {
        height: 40px !important;
        border-radius: 5px !important;
        font-size: 13px;
        line-height: 15px;
    }
    .pushdy-bn-container-spin-form .pushdy-button-href {
        margin-top: 5px;
        height: 40px !important;
        border-radius: 5px !important;
        font-size: 15px !important;
        line-height: 17px;
    }
    /*End spin wheel*/
}

@media (max-width: 850px) {
    #modalInlineBanner .modal-content .countdown-content {
        display: none;
    }
}

@media (max-width: 768px) {
    ul.flip {
        width: 50px;
        height: 35px;
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width: 476px) {
    #modalCountdownBanner .modal-content .countdown-content {
        bottom: 10px;
    }
    #modalCountdownBanner .modal-content .countdown-content .countdown-text span {
        padding: 0 5px;
        font-size: 13px;
    }
    #modalCountdownBanner .modal-content .countdown-content .shop-now {
        margin-top: 0;
    }
    #modalCountdownBanner .modal-content .countdown-content .shop-now button {
        width: 150px;
        height: 35px;
        font-size: 13px;
        background-color: #FFF000;
        border: none;
        border-radius: 0.25rem;
    }
    ul.flip {
        width: 40px;
        height: 25px;
        font-size: 20px;
        line-height: 26px;
        margin: 5px;
    }
}


