@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);

@font-face {
    font-family: SVN-Gotham;
    src: url(../fonts/SVN-Gotham-Bold.ttf);
}

@font-face {
    font-family: aven-bold;
    src: url(../fonts/SVN-AvenirNext-Bold.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: aven-light;
    src: url(../fonts/SVN-AvenirNext-Variable.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: aven-black;
    src: url(../fonts/SVN-AvenirNext-Black.otf);
    font-weight: 400;
    font-style: normal
}

.font-b {
    font-family: aven-bold;
}

.font-UTMB {
    font-family: UTMBebas;
}

.color-main {
    color: #1d52b5;
}

.color-black {
    color: #231f20;
}

.color-gray {
    color: #878787;
}

.color-organe {
    color: #fdb813;
}

.color-red {
    color: #e50000;
}

.color-yellow {
    color: #fdba1a;
}

.bg-main,
.rules-main {
    background-color: #1d52b5;
}

.bg-gray {
    background-color: #878787;
}

.bg-organe {
    background-color: #fdb813;
}

.bg-red {
    background-color: #e50000;
}

.bg-yellow {
    background-color: #fdba1a;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-42 {
    font-size: 42px;
}

.fs-46 {
    font-size: 46px;
}

.fs-52 {
    font-size: 52px;
}

.fs-72 {
    font-size: 72px;
}

.w-1 {
    width: 10%
}

.w-2 {
    width: 20%
}

.w-3 {
    width: 30%
}

.w-4 {
    width: 40%
}

.w-5 {
    width: 50%
}

.w-6 {
    width: 60%
}

.w-7 {
    width: 70%
}

.w-8 {
    width: 80%
}

.w-9 {
    width: 90%
}

.w-33 {
    width: 33.33333%
}

.w-66 {
    width: 66%
}

.zindex {
    z-index: 1;
}

.mg-auto {
    margin-left: auto;
    margin-right: auto;
}

.radius-50 {
    border-radius: 50%
}

.space-nowrap {
    white-space: nowrap;
}

.image-cover {
    overflow: hidden;
}

.image-cover img,
.image-cover video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-none {
    list-style: none;
}

.location {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bg-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pt-20 {
    padding-top: 2rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

.p-20 {
    padding: 2rem;
}

.pr-20 {
    padding-right: 2rem;
}

.pl-20 {
    padding-left: 2rem;
}

.owl-carousel .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #747894;
    display: inline-block;
    width: 5rem;
    height: .2rem;
    margin: 5px;
    outline: none;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #fdb813;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    align-items: center;
}

.owl-carousel .owl-nav .owl-prev {
    left: -20px;
    position: absolute;
}

.owl-carousel .owl-nav .owl-next {
    right: -20px;
    position: absolute;
}

.owl-carousel .owl-nav button {
    outline: none;
    display: inline-block;
    width: 2rem;
}

.owl-carousel .owl-nav button span {
    font-size: 3rem;
    color: #666;
}

.owl-carousel .owl-nav button:hover span {
    color: #333;
}

.line-row {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-row-2 {
    -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
    transform: scale(1);
    transition: all .7s;
}

.image-scale:hover .image-cover img {
    transform: scale(1.1);
    transition: all .7s;
}

.page-numbers {
    border-radius: 4px;
    width: 4rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    background-color: #e9e9e9;
    color: #575757;
    font-size: 1.4rem;
}

.page-numbers.current {
    color: #fff;
    background: linear-gradient(0deg, #e93818, #d92707);
}

#backToTop {
    background: #00aa1c none repeat scroll 0 0;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    width: 45px;
    position: fixed;
    z-index: 999;
    bottom: 80px;
    right: 10px;
    display: none;
    box-shadow: 0 0 11px 0 #999;
}

.bg-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(86, 86, 86, .7);
}

#error {
    padding: 40px 0;
    text-align: center;
}

.error_title {
    color: #000;
}

.error_title p {
    color: #ed3d3f;
    font-size: 18px;
    margin: 0;
    padding-top: 20px;
}

.error_title img {
    Padding-top: 50px;
    width: 100%;
    max-width: 200px;
}

.error_bottom {
    margin-top: 15px;
}

.error_bottom a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #ed3d3f;
    border: 1px solid #fff;
    border-radius: 40px;
    text-decoration: none;
}

html {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: aven-light;
    font-weight: 400;
    font-size: 16px;
    color: #212529;
    line-height: 1.5;
}

a,
a:hover {
    text-decoration: none;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%
}

.wraper-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.wrapper-section {
    padding-bottom: 1px;
}

.bg-red {
    background: #13519c;
}

.bg-gradient {
    background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
}

#header-main {
    padding: 20px 0;
    position: relative;
    z-index: 3;
    /* background: url('../images/bgmenu.png');*/
    box-shadow: 0px 2px 6px rgb(0, 0, 0, 0.5);
    /* background-color: #EDD07E; */
    background: linear-gradient(to right, #FEF171, #FDEC61, #FCE852, #FBE74E, #FBE342, #FADF34, #F9DD2C);
}

#header-main .mb-bar {
    display: none;
}

#header-main .row {
    justify-content: center;
}

#header-main .link-home {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    padding: 0 15px 0 0;
}

#header-main .lr {
    align-self: center;

}

#header-main .form-lr {
    display: inline-block;
    font-family: 'aven-bold';
    font-size: 17px;
    color: #C1002E;
    text-align: right;
}

#header-main .form-lr.mobile {
    display: none;
}

#header-main .form-lr p {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'aven-light';
    font-size: 14px;
}

#header-main .form-lr a.logout {
    font-size: 14px;
    color: #c1002f;
}

#header-main .logo-main {
    padding: 0;
}

#header-main .logo_img-fluid {
    height: auto;
    width: 100%;
    max-width: unset;
}

#header-main .link-text {
    align-self: center;
    padding: 0;
}

#header-main .image-logo {
    width: 50%;
    align-self: center;
}

#header-main .image-logo img {
    height: auto;
    width: 100%
}

.list-gradient {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.list-gradient .menu-item {
    list-style: none;
    position: relative;
    margin-left: 10px;
}

.list-gradient .menu-item:first-child {
    margin-left: 0;
}

.list-gradient .menu-item:before {
    background: -webkit-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -o-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -ms-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -moz-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: linear-gradient(112deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    /*background: url(../images/bgmenu.png);*/
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: transparent !important;
}

.list-gradient .menu-item:after,
.list-gradient .menu-item:before {
    content: "";
    position: absolute;
    left: 50%;
    transition: all .3s;
    border-radius: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.list-gradient .menu-item.active:after,
.list-gradient .menu-item:hover:after {
    /*   background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
*/
    /*background: -webkit-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: -o-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: -ms-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: -moz-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: linear-gradient(112deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);*/
    background: transparent;
    border: 2px solid #C1002E;
}

.list-gradient .menu-item:after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #B20006, #A00004, #980004);
    /* background: #C1002E; */
    /*background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);*/
}

.list-gradient .menu-item a {
    font-family: 'aven-bold';
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 50px;
    min-width: 200px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 1;
    background: transparent;
    text-transform: uppercase;
}

.list-gradient .menu-item.active:before,
.list-gradient .menu-item a {
    transition: all .3s;
    z-index: 2;
}

.list-gradient .menu-item.active a {
    z-index: 3;
    transition: all .3s;
    color: #C1002E;
}

.list-gradient .menu-item:hover:before {
    z-index: 2;
    transition: all .3s;
}

.list-gradient .menu-item:hover a {
    z-index: 3;
    transition: all .3s;
    color: #fff;

    /* background: -webkit-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: -o-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: -ms-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: -moz-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
background: linear-gradient(112deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);*/

    background: transparent;

}

.image-circle {
    position: absolute;
    width: 100%;
    height: 100%
}

.image-circle img {
    width: 357px;
    height: 357px;
    position: absolute;
}

.image-circle img.right {
    right: -175px;
    top: 40%;
    -webkit-animation: xoayvongxuoi 59s linear 0s infinite;
    animation: xoayvongxuoi 59s linear 0s infinite;
}

.image-circle img.left {
    left: -175px;
    top: 37%;
    -webkit-animation: xoayvongnguoc 59s linear 0s infinite;
    animation: xoayvongnguoc 59s linear 0s infinite;
}

@-webkit-keyframes xoayvongxuoi {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
    }
}

@keyframes xoayvongxuoi {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
    }
}

@-webkit-keyframes xoayvongnguoc {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-1turn);
        -moz-transform: rotate(-1turn);
        -o-transform: rotate(-1turn);
    }
}

@keyframes xoayvongnguoc {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-1turn);
        -moz-transform: rotate(-1turn);
        -o-transform: rotate(-1turn);
    }
}

#banner-main {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

#banner-main .content-circle {
    position: absolute;
    left: -44%;
    top: -67%;
    width: 1300px;
}

#banner-main .content-circle img {
    width: 100%;
    height: auto;
}

#banner-main .content-top {
    position: relative;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

#banner-main .content-top p {
    line-height: 1;
    position: relative;
    margin: 5px 0 0;
    text-align: right;
    color: #e03290;
}

#banner-main .content-top p.title-t {
    /* width:80%; */
    margin-left: 0;
    /* font-family: RalewayEB; */
    -webkit-animation: toright 1s .1s forwards;
    animation: toright 1s .1s forwards;
}

#banner-main .content-top p.title {
    font-size: 61px;
    font-family: RalewayBl;
    margin-left: 0;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-animation: toright 1s .3s forwards;
    animation: toright 1s .3s forwards;
}

#banner-main .content-top p.date {
    font-family: RalewayMI;
    text-align: center;
    font-size: 24px;
    color: #231f20;
    -webkit-animation: toright 1s .6s forwards;
    animation: toright 1s .6s forwards;
}

#banner-main .content-top p img {
    width: auto;
}

#banner-main .content-prize {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

#banner-main .content-prize .prize {
    width: 30%
}

#banner-main .content-prize .prize .image {
    position: relative;
    z-index: 2;
    text-align: center;
}

#banner-main .content-prize .prize .image:after {
    content: "";
    position: absolute;
    /*    background-image: url(../images/welson-KV-CIR.png);*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#banner-main .content-prize .prize .image img {
    position: relative;
    z-index: 2;
}

#banner-main .content-prize .prize .infor {
    text-align: center;
}

#banner-main .content-prize .prize .infor p {
    margin-bottom: 0;
    line-height: 1.2;
}

#banner-main .content-prize .prize .infor p.text {
    font-family: RalewayR;
}

#banner-main .content-prize .prize .infor p.price {
    font-size: 20px;
    font-family: RalewayBl;
}

#banner-main .content-prize .prize img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#banner-main .content-prize .prize.special {
    position: relative;
    left: 0;
    width: 40%;
    overflow: hidden;
}

#banner-main .content-prize .prize.special:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 22;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5));
    transform: skewX(-25deg);
    -webkit-animation: shine .6s 1s forwards;
    animation: shine .6s 1s forwards;
}

#banner-main .content-prize .prize.special .image {
    width: 100%;
    /*    height: 261px;*/
    opacity: 0;
    -webkit-animation: to-to .9s .9s forwards;
    animation: to-to .9s .9s forwards;
}

#banner-main .content-prize .prize.special .image img {
    /*    top: 45px;*/
    /*    width: 70%;*/
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#banner-main .content-prize .prize.special .infor {
    /*    margin-top: 30px;*/
}

#banner-main .content-prize .prize.week {
    position: relative;
    top: 0;
    right: 0;
    padding-top: 0;
    overflow: hidden;
}

#banner-main .content-prize .prize.week .image {
    width: 100%;
    height: auto;
    padding-right: 0;
    opacity: 0;
    -webkit-animation: to-show-to 1.12s 1.15s forwards;
    animation: to-show-to 1.12s 1.15s forwards;
}

#banner-main .content-prize .prize.week .image img {
    width: 106px;
    height: 211px;
    -o-object-fit: contain;
    object-fit: contain;
    top: 58px;

}

#banner-main .content-prize .prize.week .infor {
    width: auto;
    padding-top: 45px;
}

#banner-main .content-prize .prize.week .infor img {
    width: 190px;
}

/* #banner-main .content-prize .prize.week:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 22;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5));
    transform: skewX(-25deg);
}
#banner-main .content-prize .prize.week:before, #banner-main .content-prize .prize.week:hover:before {
    -webkit-animation: shine .6s 1.2s forwards;
    animation: shine .6s 1.2s forwards;
} */
#banner-main .content-prize .prize.day {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

#banner-main .content-prize .prize.day .image {
    width: 100%;
    -webkit-animation: to-show-to 1.12s 1.25s forwards;
    animation: to-show-to 1.12s 1.25s forwards;
    opacity: 0;
    position: relative;
}

#banner-main .content-prize .prize.day .image img {
    width: 170px;
    height: 211px;
    -o-object-fit: contain;
    object-fit: contain;
    top: 40px;
    padding-top: 20px;
}

/* #banner-main .content-prize .prize.day:before, #banner-main .content-prize .prize.day:hover:before {
    -webkit-animation: shine .6s 1.2s forwards;
    animation: shine .6s 1.2s forwards;
} */
/* #banner-main .content-prize .prize.day:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 22;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5));
    transform: skewX(-25deg);
} */
#banner-main .content-prize .prize.day .infor {
    width: 100%;
    margin-top: 30px;
}

#banner-main .content-prize .prize.day .infor img {
    width: 190px;
}

#banner-main .content-hand {
    position: absolute;
    top: -15px;
    right: -18%;
    height: 580px;
    opacity: 0;
    -webkit-animation: to-to 1s 0s forwards;
    animation: to-to 1s 0s forwards;
}

#banner-main .content-hand img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.extracare {
    position: absolute;
    bottom: 0;
    width: 215px;
    left: 0;
}

.extracare img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

@-webkit-keyframes to-to {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes to-show-to {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes toright {
    0% {
        left: -50px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes to-top {
    0% {
        bottom: -100%;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes to-bot {
    0% {
        bottom: 100%;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes loe-sang {
    0% {
        pointer-events: none;
        top: -110%;
        left: -210%;
        width: 200%;
        height: 200%;
        opacity: 0;
    }

    to {
        opacity: 1;
        top: 30%;
        left: 30%;
        transition-property: left, top, opacity;
        transition-duration: 1s, 1s, .15s;
        transition-timing-function: ease;
    }
}

.lucky-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(23, 25, 44, .8);
    transition: opacity 0 ease, visibility 0s ease .25s;
}

.lucky-close-side.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s ease, visibility 0s ease;
    z-index: 98;
}

#form-gift-hunning-code .form-modal,
.form-login-register .form-modal {
    position: fixed;
    width: 600px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 99;
    border-radius: 20px;
}

#form-gift-hunning-code .form-modal #form-login:after,
#form-gift-hunning-code .form-modal #form-register:after,
.form-login-register .form-modal #form-login:after,
.form-login-register .form-modal #form-register:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    background-image: url(../images/bong-tuyet-form.png);
    background-position: 50%;
    background-size: contain;
}

#form-gift-hunning-code .form-modal .form-login,
.form-login-register .form-modal .form-login {
    position: relative;
    display: none;
}

#form-gift-hunning-code .form-modal .form-login.active,
.form-login-register .form-modal .form-login.active {
    display: block;
}

#form-gift-hunning-code .form-modal #form-register,
.form-login-register .form-modal #form-register {
    display: none;
}

#form-gift-hunning-code .form-modal #form-register.active,
.form-login-register .form-modal #form-register.active {
    display: block;
}

#form-gift-hunning-code .form-modal #form-register h2,
.form-login-register .form-modal #form-register h2 {
    text-align: center;
    margin-bottom: 12px;
}

#form-gift-hunning-code .form-modal .form-text,
.form-login-register .form-modal .form-text {
    padding: 25px;
    position: relative;
    z-index: 2;
}

#form-gift-hunning-code .form-modal .form-text h2,
.form-login-register .form-modal .form-text h2 {
    font-family: aven-bold;
    color: #F9DD2A;
    font-size: 27.61pt;
    padding: 0 0 0 0px;
    margin-bottom: 0;
}

#form-gift-hunning-code .form-modal .form-text h2.bot-h2,
.form-login-register .form-modal .form-text h2.bot-h2 {
    margin-bottom: 18px;
}

#form-gift-hunning-code .form-modal .form-text .or-register {
    text-align: center;
    font-family: aven-light;
    cursor: pointer;
    margin-bottom: 0;
}

#form-gift-hunning-code .form-modal form#register p,
.form-login-register .form-modal form#register p {
    margin-bottom: 9px;
}

#form-gift-hunning-code .form-modal form p,
.form-login-register .form-modal form p {
    margin-bottom: 30px;
}

#form-gift-hunning-code .form-modal form p.login-submit,
.form-login-register .form-modal form p.login-submit {
    margin-bottom: 10px;
}

#form-gift-hunning-code .form-modal form p label,
.form-login-register .form-modal form p label {
    font-family: aven-bold;
    margin-right: 15px;
    width: 103px;
}

#form-gift-hunning-code .form-modal form p input[type=number],
.form-login-register .form-modal form p input[type=number] {
    -moz-appearance: textfield;
}

#form-gift-hunning-code .form-modal form p input[type=number]::-webkit-inner-spin-button,
#form-gift-hunning-code .form-modal form p input[type=number]::-webkit-outer-spin-button,
.form-login-register .form-modal form p input[type=number]::-webkit-inner-spin-button,
.form-login-register .form-modal form p input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#form-gift-hunning-code .form-modal form p input[type=date],
#form-gift-hunning-code .form-modal form p input[type=email],
#form-gift-hunning-code .form-modal form p input[type=number],
#form-gift-hunning-code .form-modal form p input[type=text],
#form-gift-hunning-code .form-modal form p select,
.form-login-register .form-modal form p input[type=date],
.form-login-register .form-modal form p input[type=email],
.form-login-register .form-modal form p input[type=number],
.form-login-register .form-modal form p input[type=text],
.form-login-register .form-modal form p select {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 300px;
    font-family: aven-bold;
    color: #4d281f;
    padding: 4px 10px;
}

#form-gift-hunning-code .form-modal form p input[type=date]:focus,
#form-gift-hunning-code .form-modal form p input[type=email]:focus,
#form-gift-hunning-code .form-modal form p input[type=number]:focus,
#form-gift-hunning-code .form-modal form p input[type=text]:focus,
#form-gift-hunning-code .form-modal form p select:focus,
.form-login-register .form-modal form p input[type=date]:focus,
.form-login-register .form-modal form p input[type=email]:focus,
.form-login-register .form-modal form p input[type=number]:focus,
.form-login-register .form-modal form p input[type=text]:focus,
.form-login-register .form-modal form p select:focus {
    outline: none;
}

#form-gift-hunning-code .form-modal form p input[type=date]::-moz-placeholder,
#form-gift-hunning-code .form-modal form p input[type=email]::-moz-placeholder,
#form-gift-hunning-code .form-modal form p input[type=number]::-moz-placeholder,
#form-gift-hunning-code .form-modal form p input[type=text]::-moz-placeholder,
#form-gift-hunning-code .form-modal form p select::-moz-placeholder,
.form-login-register .form-modal form p input[type=date]::-moz-placeholder,
.form-login-register .form-modal form p input[type=email]::-moz-placeholder,
.form-login-register .form-modal form p input[type=number]::-moz-placeholder,
.form-login-register .form-modal form p input[type=text]::-moz-placeholder,
.form-login-register .form-modal form p select::-moz-placeholder {
    color: #1d52b5;
}

#form-gift-hunning-code .form-modal form p input[type=date]:-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p input[type=email]:-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p input[type=number]:-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p input[type=text]:-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p select:-ms-input-placeholder,
.form-login-register .form-modal form p input[type=date]:-ms-input-placeholder,
.form-login-register .form-modal form p input[type=email]:-ms-input-placeholder,
.form-login-register .form-modal form p input[type=number]:-ms-input-placeholder,
.form-login-register .form-modal form p input[type=text]:-ms-input-placeholder,
.form-login-register .form-modal form p select:-ms-input-placeholder {
    color: #1d52b5;
}

#form-gift-hunning-code .form-modal form p input[type=date]::-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p input[type=email]::-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p input[type=number]::-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p input[type=text]::-ms-input-placeholder,
#form-gift-hunning-code .form-modal form p select::-ms-input-placeholder,
.form-login-register .form-modal form p input[type=date]::-ms-input-placeholder,
.form-login-register .form-modal form p input[type=email]::-ms-input-placeholder,
.form-login-register .form-modal form p input[type=number]::-ms-input-placeholder,
.form-login-register .form-modal form p input[type=text]::-ms-input-placeholder,
.form-login-register .form-modal form p select::-ms-input-placeholder {
    color: #1d52b5;
}

#form-gift-hunning-code .form-modal form p input[type=date]::placeholder,
#form-gift-hunning-code .form-modal form p input[type=email]::placeholder,
#form-gift-hunning-code .form-modal form p input[type=number]::placeholder,
#form-gift-hunning-code .form-modal form p input[type=text]::placeholder,
#form-gift-hunning-code .form-modal form p select::placeholder,
.form-login-register .form-modal form p input[type=date]::placeholder,
.form-login-register .form-modal form p input[type=email]::placeholder,
.form-login-register .form-modal form p input[type=number]::placeholder,
.form-login-register .form-modal form p input[type=text]::placeholder,
.form-login-register .form-modal form p select::placeholder {
    color: #1d52b5;
}

#form-gift-hunning-code .form-modal .note,
.form-login-register .form-modal .note {
    font-size: 13px;
    color: #fff;
    font-family: aven-light;
}

#form-gift-hunning-code .form-modal .note span,
.form-login-register .form-modal .note span {
    /*  font-family: RalewayB; */
    font-size: 16px;
}

#form-gift-hunning-code .form-modal .login-password,
#form-gift-hunning-code .form-modal .login-remember,
.form-login-register .form-modal .login-password,
.form-login-register .form-modal .login-remember {
    display: none;
}

#form-gift-hunning-code .form-modal .login-submit,
.form-login-register .form-modal .login-submit {
    text-align: center;
    position: relative;
}

#form-gift-hunning-code .form-modal .login-submit #wp-submit-enter-gift,
#form-gift-hunning-code .form-modal .login-submit input[name=wp-submit],
.form-login-register .form-modal .login-submit #wp-submit-enter-gift,
.form-login-register .form-modal .login-submit input[name=wp-submit] {
    /*font-family: UTMBebas;*/
    font-family: SVN-Gotham;
    color: #fff;
    background: #00B8F2;
    border: 1px solid #00B8F2;
    padding: 0 15px;
    border-radius: 50px;
    font-size: 29px;
    text-transform: uppercase;
    min-width: 187px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#form-gift-hunning-code .form-modal .login-submit #wp-submit-enter-gift:focus,
#form-gift-hunning-code .form-modal .login-submit input[name=wp-submit]:focus,
.form-login-register .form-modal .login-submit #wp-submit-enter-gift:focus,
.form-login-register .form-modal .login-submit input[name=wp-submit]:focus {
    outline: none;
}

#form-gift-hunning-code .form-modal .img,
.form-login-register .form-modal .img {
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 1;
    left: 0;
    height: auto;
}

#form-gift-hunning-code .form-modal .img img,
.form-login-register .form-modal .img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.form-login-register .form-modal {
    top: 48%
}

.form-login-register .form-modal #form-register .form-text {
    padding: 15px 50px 0;
}

.form-login-register .form-modal #form-register form p label {
    width: 130px;
}

.form-login-register .form-modal #form-register form p input[type=date],
.form-login-register .form-modal #form-register form p input[type=email],
.form-login-register .form-modal #form-register form p input[type=number],
.form-login-register .form-modal #form-register form p input[type=text],
.form-login-register .form-modal #form-register form p select {
    width: 65%;
}

.form-login-register .form-modal #form-register form p input[type=submit] {
    margin-top: 1px;
}

.form-login-register .form-modal #form-register form p.note {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #1d52b5;
}

.form-login-register .form-modal #form-register .img {
    bottom: 0;
    margin-top: 0%;
}

#form-gift-hunning-code {
    display: none;
}

#form-gift-hunning-code.active {
    display: block;
}

#form-gift-hunning-code .form-modal {
    top: 50%
}

#form-gift-hunning-code .form-modal .form-text {
    padding: 25px;
}

#form-gift-hunning-code .form-modal #form-enter-gift form p {
    margin-bottom: 15px;
    font-size: 18px;
}

#form-gift-hunning-code .form-modal #form-enter-gift form p input[type=number],
#form-gift-hunning-code .form-modal #form-enter-gift form p input[type=text] {
    width: 424px;
}

#form-gift-hunning-code .form-modal #form-enter-gift form p.enter-gift-code label {
    top: 9px;
    position: relative;
}

#form-gift-hunning-code .form-modal #form-enter-gift form p.login-submit {
    margin-top: 10px;
}

#form-gift-hunning-code .form-modal .login-submit:before {
    left: 16%
}

#form-gift-hunning-code .form-modal .login-submit:after {
    left: 73%
}

#form-gift-hunning-code .form-modal .login-submit #wp-submit-enter-gift {
    padding: 0 20px;
}

div#loading {
    font-size: 14px;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.sticky {
    top: 0;
    background-color: #fff;
}

.sticky #mainNav {
    padding: 8px 0 0 !important;
}

.sticky #mainNav .nav-item {
    margin-bottom: 8px;
    margin-right: 8px;
}

.sticky #mainNav .nav-item .btn {
    font-size: 17.6px;
    border: none;
    padding: 8px 14px !important;
    transition: all .3s;
}

#program_rules {
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

#program_rules .image {
    position: absolute;
    width: 200px;
    right: 12px;
    top: -70px;
}

#program_rules .image img {
    width: 100%;
    height: auto;
}

#program_rules .rules {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}

#program_rules .rules .item {
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 15px;
    background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
}

#program_rules .rules .item:last-child {
    margin-bottom: 0;
}

#program_rules .rules .item:first-child .content {
    width: 72%
}

#program_rules .rules .title {
    font-family: UTMBebas;
    font-size: 80px;
    text-align: center;
    padding: 0;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 25px;
    color: #1d52b5;
    height: 80px;
}

#program_rules .rules .content {
    font-family: aven-light;
    color: #000;
    padding: 8px 0;
    font-size: 20px;
    letter-spacing: 0.2px;
}

#program_rules .rules .content a {
    color: #633B00;
}

#program_rules .rules .content p {
    margin-bottom: 0;
    color: #633B00;
    font-weight: 600;
}

#program_rules .rules .content p strong {
    font-family: aven-bold;
}

#program_rules .rules .content p:last-child {
    margin-bottom: 0;
}

#program_rules .bg-main {
    border-radius: 15px;
    padding: 25px 40px;
}

#program_rules .infor {
    margin-top: 15px;
}

#program_rules .infor .ht {
    width: 50%
}

#program_rules .infor .hotline {
    font-size: 27px;
}

#program_rules .infor .contact {
    margin-top: 10px;
}

#program_rules .infor .contact p {
    font-size: 24px;
    text-align: right;
    width: 40%;
    margin-bottom: 0;
    align-self: center;
}

#program_rules .infor .contact a {
    margin-left: 5px;
    align-self: center;
}

#program_rules .infor .bg-gradient {
    font-family: aven-bold;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
    color: #0056b3;
    cursor: pointer;
    /* background: #ffee8c; */
    background: linear-gradient(to right, #FFD574, #FFF291, #FFF291);
}

#program_rules .infor .bg-gradient span {
    /*    font-family: iciel-light;*/
}

#program_rules .infor .info .item {
    text-align: left;
}

#program_rules .infor .info .item:first-child {
    margin-bottom: 15px;
}

#program_rules .infor .info .item .title {
    font-family: aven-bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
}

#program_rules .infor .info .item .bg-gradient {
    margin-left: 0;
}

#winnerInfo {
    font-size: 16px;
}

#winnerInfo .text-warning {
    font-size: 36px;
    font-family: mulib;
}

.wrapper-title.title {
    font-size: 32px;
    padding: 8px 16px;
    margin-bottom: 0;
    font-family: aven-bold;
}

.wrapper-content {
    background-image: url(../images/background-not.webp);
    overflow: hidden;
    position: relative;
    height: calc(100vh - 91.19px);
}

.wrapper-content .content {
    padding: 16px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wrapper-content h5.font-b {
    margin-bottom: 0;
}

.wrapper-content h5.bg-crossbar {
    padding: 8px 16px;
}

.wrapper-content h5 {
    position: relative;
}

.wrapper-content h5 .flower {
    width: 113px;
    left: -10px;
    top: -48px;
}

.wrapper-content h5 .extra,
.wrapper-content h5 .flower {
    position: absolute;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.wrapper-content h5 .extra {
    width: 140px;
    right: 30px;
    top: -21px;
}

.wrapper-content .footer-bg {
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 100%
}

.wrapper-content .footer-bg img {
    width: 100%;
    height: auto;
}

#rules-main {
    position: fixed;
    max-width: 730px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    padding: 0 30px 0 30px;
    border-radius: 30px;
    background: url(../img/bgpopup.jpg);
    /* background: #00B8F2;;*/
    /*background: #FFFCDB;*/
	background-color: linear-gradient(to right, #2b2689 0%, #433bc9 70%, #3831b2 100%);
    display: none;
    background-size: 100%;
    background-repeat: no-repeat;
	    background-position: bottom;
}

#rules-main .title {
    color: #F28F14;
    padding: 15px 0;
    font-family: aven-bold;
    background: unset
}

#rules-main.active {
    display: block;
}

#rules-main .content {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 15px;
    padding: 25px 25px 65px;
    margin-bottom: -250px;
	    background: #e5f2fb !important;
}

#rules-main .content::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

#rules-main .content::-webkit-scrollbar-thumb {
    background: #fffa99;
}

#rules-main .content::-webkit-scrollbar-track {
    background: #252930;
}

#rules-main .content strong {
    font-family: aven-bold;
}

#rules-main .content p a {
    color: #007bff;
}

#rules-main .content a.btn {
    font-size: 16px;
    padding: .575rem .95rem;
    line-height: 1.6;
    color: #fff;
    border-color: #c22039;
    background-color: #c22039;
}

#rules-main .content a.btn:focus {
    outline: none;
    box-shadow: none;
}

#rules-main .content .content-show table {
    margin: 0 auto 1rem;
}

#rules-main .content .content-show table td {
    border: 1px solid #000;
    padding: 3px 15px;
}

#rules-main .content .content-show table td strong {
    font-family: aven-bold;
}

#rules-main .content .content-hidden {
    display: none;
}

#rules-main .content .content-hidden table {
    margin: 0 auto 1rem;
}

#rules-main .content .content-hidden table td {
    border: 1px solid #000;
    padding: 3px 15px;
}

#rules-main .content .content-hidden table td strong {
    font-family: aven-bold;
}

#rules-main .image {
    width: calc(100% + 80px);
    position: relative;
    border-bottom-right-radius: 15px;
    margin-top: -140px;
    left: -15px;
}

#rules-main .image img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0px;
}

#win-list-main {
    margin-top: 30px;
}

#win-list-main>h5 {
    /* text-transform: uppercase; */
}

#win-list-main .content {
    padding: 15px 5px;
    border-radius: 10px;
}

#win-list-main .content .input-group {
    max-width: 333px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#win-list-main .content .input-group .form-control {
    font-size: 16px;
    padding: 6px 12px;
    height: auto;
    border: none;
    background: #FBF4D5;
    color: #1E2588;
    font-family: aven-light;
    -moz-appearance: textfield;
}

#win-list-main .content .input-group .form-control::-webkit-inner-spin-button,
#win-list-main .content .input-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#win-list-main .content .input-group .form-control:focus {
    outline: none;
}

#win-list-main .content .input-group .form-control::-moz-placeholder {
    color: #BC1E2D;
    opacity: 1;
    font-weight: bold;
    font-family: 'aven-bold';
    text-transform: uppercase;
}

#win-list-main .content .input-group .form-control:-ms-input-placeholder {
    color: #BC1E2D;
    opacity: 1;
    font-weight: bold;
    font-family: 'aven-bold';
    text-transform: uppercase;
}

#win-list-main .content .input-group .form-control::-ms-input-placeholder {
    color: #BC1E2D;
    opacity: 1;
    font-weight: bold;
    font-family: 'aven-bold';
    text-transform: uppercase;
}

#win-list-main .content .input-group .form-control::placeholder {
    color: #BC1E2D;
    opacity: 1;
    font-weight: bold;
    font-family: 'aven-bold';
    text-transform: uppercase;
}

#win-list-main .content .input-group #btnFilter {
    font-size: 16px;
    height: 38px;
    line-height: 28px;
    border: 1px solid #A00004;
    background: linear-gradient(to right, #CA0008, #C30008, #B60006, #AD0006, #A00004);
    font-family: 'aven-bold';
    text-transform: uppercase;
}

#win-list-main .content .input-group #btnFilter:active,
#win-list-main .content .input-group #btnFilter:focus,
#win-list-main .content .input-group #btnFilter:hover {
    border: 1px solid #C1002E;
    background: #C1002E;
}

#win-list-main .content .scroll-table {
    max-height: 500px;
    margin-top: 16px;
    overflow-y: scroll;
}

#win-list-main .content .scroll-table::-webkit-scrollbar {
    width: 0;
}

#win-list-main .content .scroll-table::-webkit-scrollbar-thumb {
    background: #5a7d7e;
}

#win-list-main .content .scroll-table::-webkit-scrollbar-track {
    background: #252930;
}

#win-list-main .content .scroll-table .alert-success {
    color: #1d52b5;
    background: linear-gradient(90deg, #f8e4ee, #f6d1e1);
    border-color: #fff;
}

#win-list-main .content .scroll-table #loading {
    color: #1d52b5;
    font-size: 16px;
}

#win-list-main .content #tableResult {
    margin-bottom: 0;
}

#win-list-main .content #tableResult thead th {
    font-family: aven-bold;
    text-align: center;
}

#win-list-main .content #tableResult tbody td,
#win-list-main .content #tableResult thead th {
    color: #BC1E2D;
    padding: 12px .75rem;
    border: 1px solid #fff;
   
    font-size: 15px;
}

#win-list-main .content #tableResult thead th {
    background: linear-gradient(to right, #FFF682 0%, #F9DD2C 100%);
}

#win-list-main .content #tableResult tbody td{
    background-color: #FBF4D5;
}

#question-main {
    margin-top: 30px;
}

#question-main .contact-question {
    margin-bottom: 0;
    padding: 15px 0 1px;
    border-radius: 15px;
    /*    background: #ffee8c;*/
}

#question-main .contact-question p {
    margin-bottom: 0;
}

#question-main .contact-question .title {
    font-family: aven-bold;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 5px;
}

#question-main .contact-question .items {
    padding: 5px 15%;
    border-radius: 5px;
    margin-bottom: 8px;
    /*background: url('../img/bg-title-header.png');*/
    /*background: #F7B11A;
    background-size: 100% 100%;*/
	background: linear-gradient(133deg, #ffc262, #fffA99, #FA8622);
}

#question-main .contact-question .items .number {
    font-family: aven-bold;
    font-size: 60px;
    line-height: 1;
    color: #1d52b5;
    margin-right: 25px;
    align-self: center;
    height: 57px;
    position: relative;
    top: -2px;
}

#question-main .contact-question .items .text {
    align-self: center;
    font-size: 22px;
    line-height: 1.2;
    font-family: aven-bold;
    color: #633B00;
}

#question-main .contact-question .items .text a {
    color: #633B00;
    font-size: 12px;
}

#question-main .contact-question .items .text span {
    font-size: 40px;
    position: relative;
    top: 4px;
}

#question-main .content {
    height: 37vh;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: aven-light;
    background: #fff !important;
}

#question-main .content::-webkit-scrollbar {
    width: 3px;
}

#question-main .content::-webkit-scrollbar-thumb {
    background: #204280;
}

#question-main .content::-webkit-scrollbar-track {
    background: #ccc;
}

#question-main .content .question>a {
    color: #633B00;
    font-size: 18px;
    padding: 12px 20px;
    display: block;
    background: #fff;
    border-bottom-color: #fff;
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 3px;
    font-family: 'aven-bold'
}

#question-main .content .question>a.pink {
    background: #FEFCD7;
    border-bottom-color: #fff;
}

#question-main .content .question .collap {
    padding: 20px;
    display: none;
    font-family: aven-light
}

#question-main .content .question .collap a {
    color: #212529;
}

#prize-main {
    overflow: hidden;
    position: relative;
}

#prize-main .container {
    max-width: 960px;
    position: relative;
}

#prize-main .circle.bot {
    position: absolute;
    bottom: -43px;
    left: -175px;
}

#prize-main .circle.bot img {
    width: 580px;
    height: auto;
}

#prize-main .image-butterfly {
    position: absolute;
    top: 0;
    left: 44%;
    transform: translate(-50%);
    width: 180px;
}

#prize-main .image-butterfly.active {
    -webkit-animation: to-down-prize .5s forwards;
    animation: to-down-prize .5s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#prize-main.wrapper-content {
    margin-bottom: 0;
    padding-bottom: 45px;
}

#prize-main .flower,
#prize-main .image {
    position: relative;
}

#prize-main .flower,
#prize-main .image,
#prize-main .image-butterfly {
    z-index: 2;
    -webkit-transition-timing-function: ease-out;
    opacity: 0;
}

#prize-main .col-prize_i {
    align-self: center;
}

#prize-main .flower {
    position: absolute;
}

#prize-main .flower img {
    width: 65px;
}

#prize-main .prize_i {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
}

#prize-main .prize_i .flower {
    bottom: 5px;
    left: 58px;
}

#prize-main .prize_i .image {
    text-align: right;
}

#prize-main .prize_i .image img {
    width: 72%
}

#prize-main .prize_i.active .flower,
#prize-main .prize_i.active .image {
    -webkit-animation: to-scale-prize .5s forwards;
    animation: to-scale-prize .5s forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#prize-main .prize_ii {
    width: 100%;
    z-index: 2;
    position: relative;
}

#prize-main .prize_ii .flower {
    top: 17px;
    left: 23px;
    z-index: 3;
}

#prize-main .prize_ii .image {
    max-width: 80%;
    margin: 0 auto;
}

#prize-main .prize_ii.active .flower,
#prize-main .prize_ii.active .image {
    -webkit-animation: to-down-prize .5s forwards;
    animation: to-down-prize .5s forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#prize-main .prize_iii {
    margin-top: 60px;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

#prize-main .prize_iii .image {
    max-width: 70%;
    margin: 0 auto;
}

#prize-main .prize_iii .flower {
    top: 53px;
    left: 55px;
    z-index: 3;
}

#prize-main .prize_iii.active .flower,
#prize-main .prize_iii.active .image {
    -webkit-animation: to-down-prize .5s forwards;
    animation: to-down-prize .5s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes bong-tuyet {
    0% {
        opacity: 0;
        bottom: 50px;
    }

    50% {
        opacity: .5;
        bottom: 25px;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes to-scale-prize {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes to-up {
    0% {
        opacity: 0;
        bottom: -25px;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes to-show {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes to-down-prize {
    0% {
        top: -50%;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

#product-main {
    position: relative;
}

#product-main.wrapper-content {
    background-image: url(../images/background.webp);
    padding-bottom: 25px;
    overflow: auto;
}

#product-main.wrapper-content .footer-bg {
    bottom: -17%
}

#product-main.wrapper-content .image-circle {
    z-index: 2;
}

#product-main.wrapper-content .image-circle img.right {
    top: 10%
}

#product-main.wrapper-content .christmas {
    opacity: .5;
}

#product-main.wrapper-content .christmas img {
    bottom: 0;
    top: auto;
}

#product-main .r-custom {
    display: flex;
    flex-wrap: wrap;
        justify-content: flex-start;
    gap: 20px 2.4%;
}

#product-main .r-custom .bg {
    border-radius: 20px;

    padding: 15px 20px 20px;
    /* background: url('../images/bgsanpham.png');*/
    /* background: #1D52B5;*/
    background-size: cover;
    position: relative;
}

#product-main .r-custom .bg:hover {
    transition: all .3s;
    transform: translateY(-10px);
    box-shadow: 0 0 100px 10px rgba(0, 0, 0, .2);
}

#product-main .r-custom .bg .prd-header {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    background: #1d52b5;
    padding: 0 0 15px;
    border-bottom-left-radius: 68px;
    border-bottom-right-radius: 68px;
    z-index: 2;
    box-shadow: 0 2px 2px 1px rgba(211, 117, 169, .8);
}

#product-main .r-custom .bg .prd-header.children-type {
    padding: 5px 0;
}

#product-main .r-custom .bg .prd-header .prd-children {
    font-family: RalewayEB;
    font-size: 18px;
    padding: 0;
    width: 50%;
    text-align: center;
    color: #fff;
    position: relative;
}

#product-main .r-custom .bg .prd-header .prd-children span {
    font-size: 32px;
}

#product-main .r-custom .bg .prd-header .prd-children:last-child:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 7.5px;
    left: -1px;
    background: #fff;
}

#product-main .r-custom .bg .prd-header .prd-children-type {
    font-size: 34px;
    font-family: RalewayEB;
    width: 70%;
    padding-left: 15px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

#product-main .r-custom .bg .prd-header .prd-children-type p {
    font-family: RalewayM;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5px;
}

#product-main .r-custom .bg .prd-header .prd-children-image {
    width: 30%;
    position: relative;
}

#product-main .r-custom .bg .prd-header .prd-children-image .double:last-child {
    right: 30px;
}

#product-main .r-custom .bg .prd-header .prd-children-image img {
    position: absolute;
    width: auto;
    height: 110px;
    top: -25px;
    -o-object-fit: contain;
    object-fit: contain;
}

#product-main .r-custom .#product-main .r-custom .col-ct-3 {
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 5px 0;
}

#product-main .r-custom .col-ct-3 .prd-item {
    padding: 10px 10px 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transition: all .3s;
    /*border: 15px solid #FFFB9A;*/
    height: 100%;
    border-bottom-width: 25px;
}

#product-main .r-custom .col-ct-3 .prd-item.type {
    padding: 128px 10px 30px;
    height: 100%
}

#product-main .r-custom .col-ct-3 .prd-item .brand {
    position: absolute;
    top: -17px;
    right: 0;
    width: 45%
}

#product-main .r-custom .col-ct-3 .prd-item .brand img {
    width: 100%;
    height: auto;
}

#product-main .r-custom .col-ct-3 .prd-item .promotion_cur {
    position: absolute;
    top: 32px;
    right: 27px;
    width: 42%
}

#product-main .r-custom .col-ct-3 .prd-item .promotion_cur img {
    width: 100%;
    height: auto;
}

#product-main .r-custom .col-ct-3 .prd-item .promotion {
    position: absolute;
    top: -11px;
    left: 15px;
    width: 35%
}

#product-main .r-custom .col-ct-3 .prd-item .promotion img {
    width: 100%;
    height: auto;
}

#product-main .r-custom .col-ct-3 .prd-item .item {
    width: 50%
}

#product-main .r-custom .col-ct-3 .prd-item .item.type-2 {
    width: 100%
}

#product-main .r-custom .col-ct-3 .prd-item .image {
    width: 50%;
    height: 180px;
    padding-right: 5px;
    align-self: flex-start;
}

#product-main .r-custom .col-ct-3 .prd-item .image.type-two {
    padding-right: 0;
}

#product-main .r-custom .col-ct-3 .prd-item .image img {
    /* width: 100%; */
      height: 76%;
    margin-top: 3%;
    -o-object-fit: contain;
    object-fit: contain;
}

#product-main .r-custom .col-ct-3 .prd-item .infor {
    padding-left: 5px;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion {
    height: 125px;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion.type-one {
    width: auto;
    position: relative;
    min-height: 5vh;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion.type-two {
    width: 100%;
    position: relative;
    left: 0;
    min-height: 5vh;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;

}

#product-main .r-custom .col-ct-3 .prd-item .infor .price-main {
    font-size: 16px;
    color: #034ea2;
    text-align: center;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price-main p {
    display: inline-block;
    text-decoration: line-through;
    margin-bottom: 0;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    /*     text-overflow: ellipsis; */
    display: -webkit-box;
    /*     -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
    color: #414042;
    height: 96.75px;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .title.title-type {
    padding-top: 14px;
    font-weight: bold;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price {
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(100% - 15px);
    padding: 20px 0 8px;
    left: 0;
    top: 18px;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .before {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 100%;
    height: 20px;
    background: unset;
    z-index: 2;
    transition: all .5s;
    color: #CA1528;
    font-size: 18px;
    padding: 3px 0;
    border-radius: 5px 5px 0 0;
    text-decoration: line-through;
    font-weight: 600;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .before .buy-1 {
    font-size: 9px;
    padding-left: 5px;
    line-height: 1.2;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .before p {
    margin-bottom: 0;
    text-align: left;
    line-height: 1;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .before .type-2 {
    padding: 4px 0;
    font-size: 16px;
}

/*#product-main .r-custom .col-ct-3 .prd-item .infor .price:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background: linear-gradient(90deg, #034ea2, #4665af);
    z-index: 1;
}*/
#product-main .r-custom .col-ct-3 .prd-item .infor .price .yellow {
    position: absolute;
    width: 50px;
    height: 15px;
    background: #258b05;
    left: -6px;
    top: 25px;
    transform: skew(50deg);
    transition: all .5s;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .z-index-2 {
    z-index: 2;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .price-pro {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    padding: 5px;
    color: #CA1528;
    position: relative;
    top: 0;
    width: 100%;
    margin-left: -4%;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .price-pro .buy-2 {
    font-size: 9px;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .price-pro .left {
    font-family: aven-bold;
    line-height: 1;
    text-align: left;
    flex: 0
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .price-pro .right {
    padding-left: 11px;
    position: relative;
    flex: 1;
    padding-top: 1px;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .price-pro .right:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    bottom: 7px;
    left: 1px;
    background: #CA1528;
}

#product-main .r-custom .col-ct-3 .prd-item .infor .price .price-pro .right span {
    display: block;
    line-height: 1;
    font-family: 'aven-bold';
}

#product-main .r-custom .col-ct-3 .prd-item .menu-item {
    width: 100%;
    left: 0;
    margin: 15px auto 0px;
    text-align: center;
    background: #fffc9b;
    padding: 30px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#product-main .r-custom .col-ct-3 .prd-item .menu-item:after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
}

#product-main .r-custom .col-ct-3 .prd-item .menu-item a {
    font-family: aven-bold;
    font-size: 21px;
    width: 60%;
    padding: 5px 5px;
    color: #fff;
    background: linear-gradient(to right, #B20006, #A00004, #980004);
    /* background: #aa1f24; */
    /* background: url(../img/buynow.png); */
    box-shadow: 0px 5px 11px 1px rgb(1 45 58 / 50%);
    background-size: 100%;
    border-radius: 20px;
    margin: 0 auto;
}

#product-main .excerpt {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: iciel-demibold;
}

#product-main .excerpt p {
    margin-bottom: 0;
}

#product-main .title-header {
    text-align: center;
    padding: 15px 0;
}

#product-main .title-header span {
    font-size: 32px;
    display: inline-block;
    padding: 10px 30px;
    background: #fdf196;
    border-radius: 50px;
    line-height: 1;
}

#product-main .bg-balloon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#product-main .bg-balloon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#news-main .prd-item .image {
    height: 158px;
    width: 100%
}

#news-main .prd-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#news-main .prd-item h6 a {
    font-size: 16px;
    margin-top: 16px;
    display: block;
    color: #532a6a;
}

#footer .logo_footer {
    width: 100%;
    height: auto;
}

#footer .content-footer .title,
#footer .content-footer strong {
    font-family: mulib;
}

#footer .content-footer ul {
    margin-bottom: 0;
}

#footer .image-footer {
    display: flex;
}

#footer .image-footer .image {
    width: 50%
}

#footer .image-footer .image img {
    margin-bottom: 10px;
}

#footer .image-footer .image .img-title {
    font-size: 11.8px;
    color: #212529;
    margin-bottom: 10px;
}

#promotion {
    display: block;
    max-width: 62vw;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
}

#promotion.active {
    z-index: 99;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: transform .8s ease;
}

#promotion.active .modal-dialog {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 100%;
    width: 100%
}

#promotion.active .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

#promotion.active .modal-dialog .modal-content .modal-footer,
#promotion.active .modal-dialog .modal-content .modal-header {
    border: none;
    display: none;
}

.wheel .content-top {
    display: none;
}

.form-lucky-wheel {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.form-lucky-wheel:after {
    /*    content: "";
    position: absolute;
    background-image: url(../images/gift.svg);
    width: 102%;
    height: 252%;
    left: 26%;
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;*/
}

.form-lucky-wheel .form-modal {
    width: auto;
    height: auto;
    top: 0;
}

.wrapper#wrapper {
    position: relative;
}

.wrapper#wrapper:after {
    content: "";
    position: absolute;
    /*    background-image: url(../images/bong-bong-vong-quay.webp);*/
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 955px;
    height: 635px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#lucky-wheel {
    position: relative;
}

#lucky-wheel #loading {
    z-index: 100;
    position: absolute;
    bottom: -5px;
}

#lucky-wheel .hc-luckywheel {
    position: absolute;
    width: 630px;
    height: 630px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#lucky-wheel .wrapper-wheel {
    position: relative;
    width: 700px;
    height: 700px;
    z-index: 22;
    background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: chopchop .4s linear 0s infinite;
    animation: chopchop .4s linear 0s infinite;
}

#lucky-wheel .hc-luckywheel-item img {
    position: relative;
    top: -10px;
    left: 0;
    width: 144px;
    height: 138px;
    -o-object-fit: contain;
    object-fit: contain;
}

#lucky-wheel .hc-luckywheel-item span {
    position: relative;
    display: block;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    transform-origin: 50% 315px;
}

#lucky-wheel .hc-luckywheel-item span p {
    font-family: aven-bold;
    font-size: 32px;
    line-height: 1.2;
    width: 181px;
    color: #1d52b5;
    margin: 0 auto;
}

#lucky-wheel .hc-luckywheel-item span p:before {
    left: 177px;
    top: -1px;
}

#lucky-wheel .hc-luckywheel-item span p:after,
#lucky-wheel .hc-luckywheel-item span p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/hinh-tron.png);
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#lucky-wheel .hc-luckywheel-item span p:after {
    left: 73px;
    top: 67px;
}

#lucky-wheel #needle {
    position: absolute;
    z-index: 11;
    right: 244px;
    top: 201px;
    transform: rotate(23deg);
}

#lucky-wheel #load {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 200;
    width: 200px;
    height: 200px;
    /*    background-image: url(../images/vong-quay.svg);*/
    border-radius: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#lucky-wheel #load.active:after {
    background: transparent;
}

#lucky-wheel #load:after {
    content: "";
    width: 180px;
    height: 180px;
}

#lucky-wheel #load .circle,
#lucky-wheel #load:after {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: transparent;
}

#lucky-wheel #load .circle {
    width: 160px;
    height: 160px;
    z-index: 201;
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    text-align: center;
    text-shadow: 5px 2px 4px grey;
    margin-bottom: 0;
}

#lucky-wheel #load .circle.active {
    -webkit-animation: chopchop .5s linear 0s infinite;
    animation: chopchop .5s linear 0s infinite;
    background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
}

#lucky-wheel #load .circle label {
    display: inline-block;
    padding: 5px;
    border-radius: 15px;
    font-size: 22px;
    /*text-shadow: none;*/
}

#lucky-wheel #chan-load {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 199;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

#lucky-wheel #chan-load.active,
#lucky-wheel #chan-load.no {
    z-index: 201;
    background-color: transparent;
}

#lucky-wheel #modalTimes {
    background: #c22039;
    color: #fff;
    z-index: 200;
    top: 0;
}

#lucky-wheel #modalTimes .times {
    display: flex;
    justify-content: center;
}

#lucky-wheel #modalTimes .times .text-center {
    padding: 5px 20px;
    margin-right: 5px;
    cursor: pointer;
}

#lucky-wheel #modalTimes.active {
    width: calc(100% + 30px);
    height: auto;
    left: -15px;
    top: 50%;
    z-index: 200;
}

#lucky-wheel #modalTimes.active .header-times,
#lucky-wheel #modalTimes.active .times {
    padding: 1rem 0;
}

@-webkit-keyframes chopchop {
    0% {
        background: linear-gradient(0deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    }

    25% {
        background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    }

    50% {
        background: linear-gradient(180deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    }

    75% {
        background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    }

    to {
        background: linear-gradient(0deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    }
}

.swal2-container.gift:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/qua-gift.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    left: 0;
    top: 0;
    -webkit-animation: gift-action .2s linear 0s infinite;
    animation: gift-action .2s linear 0s infinite;
}

.swal2-container .swal2-popup {
    width: auto;
    background: transparent;
    padding: 0;
    height: 100vh;
}

.swal2-container .swal2-popup .swal2-header {
    padding: 0;
}

.swal2-container .swal2-popup .swal2-header .swal2-icon {
    display: none !important;
}

.swal2-container .swal2-popup .swal2-header .swal2-image {
    margin: 0 0 25px;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title {
    margin-top: 25px;
    font-size: 28px;
    font-family: aven-bold;
    color: #fff;
    margin-bottom: 0;
    display: block !important;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title.lose {
    height: 300px;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title .title {
    font-size: 48px;
    padding: 0 15px;
    line-height: 1.5;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title .title.gift {
    font-size: 36px;
    line-height: 1.3;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title img {
    margin-top: 0;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title img.sad {
    width: 100%;
    position: relative;
    left: 0;
    max-width: 100%
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title .live {
    text-align: center;
    color: #1d52b5;
    width: 60% !important;
    font-size: 16px;
    font-family: aven-light;
    text-shadow: none;
    margin: 15px auto 5px;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title .live span {
    font-family: aven-bold;
}

.swal2-container .swal2-popup .swal2-header h2.swal2-title ul {
    font-size: 16px;
    display: block;
    font-family: aven-light;
    width: 70%;
    text-shadow: none;
    text-align: left;
    margin: 0 auto 20px;
}

.swal2-container .swal2-popup .swal2-content {
    font-size: 20px;
    color: #1d52b5;
    font-family: aven-bold;
    padding: 0;
}

.swal2-container .swal2-popup .swal2-content p {
    font-size: 16px;
    font-family: aven-light;
    margin-top: 0;
    padding: 0 15px;
    color: #fff;
}

.swal2-container .swal2-popup .swal2-content p strong {
    font-family: aven-bold;
}

.swal2-container .swal2-popup .swal2-content .image {
    margin-top: 0;
    height: auto;
    position: relative;
}

.swal2-container .swal2-popup .swal2-content .image img {
    height: auto;
    position: relative;
    width: 100%;
    left: 0;
    max-width: 100%
}

.swal2-container .swal2-popup .swal2-content img.img {
    margin: 0 auto 15px;
    display: block;
    width: 100%
}

.swal2-container .swal2-popup .swal2-actions {
    display: none !important;
}

#notification {
    color: #532a6a;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #532a6a;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    font-family: aven-bold;
    color: #532a6a;
}

#pagenavi ul {
    text-align: center;
    padding-left: 0;
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

#pagenavi ul li {
    height: 25px;
    width: 25px;
    margin: 0 1px;
    background-color: #532a6a;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
}

#pagenavi ul li.text {
    width: auto;
    background-color: #fff;
    color: #532a6a;
    padding: 0 5px;
}

#pagenavi ul li.number {
    width: 35px;
    position: relative;
}

#pagenavi ul li.number .notification {
    position: absolute;
    top: -38px;
    color: #fff;
    width: 185px;
    left: 50%;
    transform: translate(-50%) scale(0);
    background-color: #fa5858;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #fa5858;
    transition: all .3s;
}

#pagenavi ul li.number .notification.active {
    transform: translate(-50%) scale(1);
}

#pagenavi ul li.number .notification:after {
    content: "\F0D7";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -17px;
    color: #fa5858;
    font-size: 18px;
}

#pagenavi ul li::marker {
    font-size: 0;
}

#pagenavi ul li input {
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-appearance: textfield;
}

#pagenavi ul li input::-webkit-inner-spin-button,
#pagenavi ul li input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#pagenavi ul li.active {
    opacity: .8;
}

#check-phone {
    padding: 30px 0;
}

#check-phone #submit-checkPhone input,
#check-phone #submit-checkPhone label,
#check-phone #submit-tracking input,
#check-phone #submit-tracking label {
    font-size: 16px;
}

#check-phone #submit-checkPhone button,
#check-phone #submit-tracking button {
    background: linear-gradient(90deg, #532a6a, #804681);
    color: #fff;
    border: none;
    font-size: 16px;
}

#check-phone #submit-checkPhone .noti,
#check-phone #submit-tracking .noti {
    margin-top: 15px;
}

#notification {
    position: fixed;
    width: 550px;
    left: 50%;
    transform: translate(-50%);
    top: 50px;
    z-index: 600;
    padding: 5px 20px;
    background-color: #f8e4ee;
    color: #c22039;
    font-family: aven-bold;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
}

.notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(23, 25, 44, .8);
    transition: opacity 0 ease, visibility 0s ease .25s;
}

.notification.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s ease, visibility 0s ease;
    z-index: 48;
}

.snow-container {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 100%
}

.snow,
.snow-container {
    pointer-events: none;
    top: 0;
}

.snow {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}

.snow.foreground {
    background-image: url(../images/bong-tuyet.webp);
    -webkit-animation-duration: 15s;
    animation-duration: 20s;
}

.snow.foreground.layered {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.snow.middleground {
    background-image: url(../images/bong-tuyet.webp);
    -webkit-animation-duration: 20s;
    animation-duration: 25s;
}

.snow.middleground.layered {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.snow.background {
    background-image: url(../images/bong-tuyet.webp);
    -webkit-animation-duration: 25s;
    animation-duration: 30s;
}

.snow.background.layered {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
}

@-webkit-keyframes snow {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    to {
        transform: translate3d(5%, 100%, 0);
    }
}

@keyframes snow {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    to {
        transform: translate3d(5%, 100%, 0);
    }
}

.chat-fb {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 2;
}

@-webkit-keyframes gift-action {
    0% {
        opacity: 0;
    }

    25% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes ring {
    0% {
        left: -5px;
    }

    to {
        left: 5px;
    }
}

@keyframes ring {
    0% {
        left: -5px;
    }

    to {
        left: 5px;
    }
}

.banner-bot-main {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%
}

.banner-bot-main a {
    font-family: UTMBebas;
    position: absolute;
    display: block;
    padding: 0 30px;
    border-radius: 50px;
    color: #232222;
    font-size: 28px;
    left: 21%;
    top: -25px;
}

.banner-bot-main img {
    position: absolute;
    height: 190px;
    width: auto;
    left: 69%;
    top: -113px;
    z-index: 22;
}

@media (max-width:5901px) {
    .wrapper.container {
        max-width: calc(100% - 70px);
        z-index: 2;
        position: relative;
    }

    #product-main .wrapper.container {
        max-width: 1920px;
    }
}

@media (max-width:2150px) {
    #question-main .content {
        height: 47vh;
    }
}

@media (max-width:1900px) {
    #question-main {
        margin-top: 15px;
    }

    #question-main .contact-question .title {
        font-size: 32px;
    }

    #program_rules {
        margin-top: 50px;
    }

    #program_rules .image {
        position: absolute;
        width: 144px;
        right: 47px;
        top: -18px;
    }

    #program_rules .rules .title {
        font-size: 70px;
    }

    #program_rules .rules .content {
        font-size: 18px;
    }

    .form-lucky-wheel {
        padding-top: 20px;
    }

    #banner-main .content-top {
        padding-top: 0;
    }

    .extracare {
        width: 168px;
    }
}

@media (max-width:1700px) {
    .wrapper-content {
        height: calc(100vh - 33.94px);
        padding-top: 15px;
    }

    .form-lucky-wheel {
        padding-top: 15px;
    }

    #header-main .image-logo img {
        height: 30px;
        width: auto;
    }

    #header-main .form-lr {
        max-width: 169px;
    }

    .extracare {
        width: 140px;
    }

    #banner-main {
        padding: 0;
        margin-top: 10px;
    }

    #banner-main .content-prize {
        margin-top: 0;
    }

    #banner-main .content-prize .prize.special .infor {
        margin-top: 7px;
    }

    #banner-main .content-prize .prize.special .infor img {
        width: 90%
    }

    .list-gradient .menu-item a {
        min-width: 170px;
    }

    #header-main .form-lr,
    .list-gradient .menu-item a {
        font-size: 12px;
    }

    #program_rules {
        margin-top: 5px;
    }

    #program_rules .image {
        position: absolute;
        width: 121px;
        right: 35px;
        top: -15px;
    }

    #program_rules .rules .item {
        padding: 10px 15px;
        /*  max-height: 85px; */
    }

    #program_rules .rules .title {
        font-size: 62px;
    }

    #program_rules .rules .content {
        font-size: 16px;
    }

    #program_rules .rules .hotline {
        font-size: 26px;
    }

    #program_rules .infor .bg-gradient {
        font-size: 20px;
    }

    #program_rules .infor .contact p {
        font-size: 18px;
    }

    #program_rules .infor .contact a img {
        height: 50px;
        width: auto;
    }

    #program_rules .infor .info .item .title {
        font-size: 14px;
    }

    #question-main .contact-question .title {
        font-size: 26px;
    }

    #question-main .contact-question .items .number {
        font-size: 52px;
        margin-right: 15px;
        height: 46px;
    }

    #question-main .contact-question .items .text {
        font-size: 18px;
    }

    #question-main .contact-question .items .text span {
        font-size: 28px;
    }

    #question-main .content {
        height: 45vh;
    }

    #question-main .content .question>a {
        font-size: 16px;
        padding: 10px 18px;
    }

    #lucky-wheel .wrapper-wheel {
        width: 600px;
        height: 600px;
    }

    #lucky-wheel .hc-luckywheel {
        width: 530px;
        height: 530px;
    }

    #lucky-wheel .hc-luckywheel-item span {
        transform-origin: 50% 265px;
    }

    #lucky-wheel .hc-luckywheel-item span p:before {
        left: 147px;
        top: -6px;
    }

    #lucky-wheel .hc-luckywheel-item span p:after {
        left: 56px;
        top: 56px;
    }

    #lucky-wheel .hc-luckywheel-item img {
        width: 122px;
        height: 120px;
    }

    #lucky-wheel #needle {
        right: 189px;
        top: 146px;
    }

    #product-main.wrapper-content {
        height: auto;
    }

    #product-main .r-custom .col-ct-3 .prd-item {
        padding: 15px 0 0 0;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .title {
        font-size: 14px;
        height: unset;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .price-main {
        font-size: 14px;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .price {
        width: calc(100% - 28px);
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor.type-2 .price {
        width: 42%;
        height: 49px;
    }

    #product-main .r-custom .bg .prd-header .prd-children {
        font-size: 14px;
    }

    #product-main .r-custom .bg .prd-header .prd-children span {
        font-size: 25px;
    }

    #product-main .r-custom .bg .prd-header .prd-children-type {
        font-size: 28px;
    }

    #product-main .r-custom .bg .prd-header .prd-children-type p {
        font-size: 12px;
    }

    #product-main .r-custom .bg .prd-header .prd-children-image .double:last-child {
        right: 9px;
    }
}

@media (max-width:1500px) {
    .wrapper-content {
        height: calc(100vh + 20.9px);
    }

    .banner-bot-main a {
        font-size: 23px;
        left: 20%;
        top: -10px;
    }

    #banner-main .content-prize .prize.week .infor img {
        width: 170px;
    }

    #banner-main .content-prize .prize.day .infor {
        margin-top: 45px;
    }
}

@media (max-width:1470px) {
    .banner-bot-main img {
        left: 54%;
        top: -130px;
        height: 145px;
    }
    
    body:not(.home) .wrapper-content {
        height: auto;
    }

    .wrapper-content {
        height: calc(100vh - 30.97px);
    }

    .list-gradient .menu-item {
        margin-left: 5px;
    }

    .list-gradient .menu-item a {
        min-width: 130px;
        /*        font-size: 12.5px;*/
    }

    #header-main .form-lr {
        font-size: 12px;
    }

    .wrapper-content .christmas img {
        width: 215px;
    }

    .form-lucky-wheel {
        padding: 6% 6% 0;
    }

    #header-main .form-lr a.logout {
        font-size: 10px;
        display: block;
    }

    #lucky-wheel .wrapper-wheel {
        width: 446px;
        height: 446px;
    }

    #lucky-wheel .hc-luckywheel {
        width: 450px;
        height: 450px;
    }

    #lucky-wheel .hc-luckywheel-item img {
        width: 60px;
        height: auto;
    }

    #lucky-wheel .hc-luckywheel-item span {
        transform-origin: 50% 220px;
        -webkit-transform-origin: 50% 220px;
        -ms-transform-origin: 50% 220px;
    }

    #lucky-wheel .hc-luckywheel-item span p {
        font-size: 15px;
        width: 60px;
    }

    #lucky-wheel .hc-luckywheel-item span p:after {
        width: 15px;
        height: 15px;
        left: 47px;
        top: 45px;
    }

    #lucky-wheel .hc-luckywheel-item span p:before {
        width: 15px;
        height: 15px;
        left: 114px;
        top: 0;
    }

    #lucky-wheel #load {
        width: 120px;
        height: 120px;
    }

    #lucky-wheel #load:after {
        width: 110px;
        height: 110px;
    }

    #lucky-wheel #load .circle {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }

    #lucky-wheel #load .circle label {
        font-size: 14px;
        padding: 3px 5px;
    }

    #lucky-wheel #chan-load {
        width: 120px;
        height: 120px;
    }

    #lucky-wheel #needle {
        right: 159px;
        top: 123px;
    }

    #lucky-wheel #needle img {
        width: 13%;
        margin-top: -2%;
    }

    #lucky-wheel #load #number-times.active {
        font-size: 16px;
    }

    #lucky-wheel #load #number-times.active strong {
        font-size: 20px;
    }

    #banner-main .content-prize .prize.day .image img {
        width: 100%;
        height: auto;
    }

    #banner-main .content-prize .prize.day .infor {
        margin-top: 42px;
    }

    #banner-main .content-prize .prize.week .image img {
        width: 100%;
        height: auto;
    }

    #banner-main .content-prize .prize.week .infor {
        padding-top: 75px;
    }

    #banner-main .content-prize .prize.week .infor img {
        width: 155px;
    }

    #banner-main .content-prize .prize.special .image {
        /*        height: 227px;*/
    }

    #banner-main .content-prize .prize.special .infor {
        /*        margin-top: 15px;*/
    }

    .wrapper#wrapper:after {
        width: 110%;
        height: 100%
    }

    .extracare {
        bottom: -38px;
        width: 106px;
        left: -20px;
    }

    .image-circle img {
        width: 257px;
        height: 257px;
    }

    .image-circle img.left {
        top: 41%
    }

    #program_rules .image {
        width: 125px;
        right: 35px;
        top: -47px;
    }

    #program_rules .bg-main {
        padding: 15px 20px;
    }

    #program_rules .rules .title {
        font-size: 60px;
        height: 60px;
        margin-right: 18px;
    }

    #program_rules .rules .item {
        padding: 8px 5px;
        /* max-height: 85px; */
    }

    #program_rules .rules .content {
        font-size: 14px;
    }

    #program_rules .infor .ht {
        width: 48%
    }

    #program_rules .infor .bg-gradient {
        padding: 5px 3px;
        font-size: 18px;
        font-weight: bolder;
    }

    #program_rules .infor .info .item .title {
        font-size: 14px;
    }

    #program_rules .infor .contact a img {
        height: 40px;
    }

    .page-template-tpl-question .wrapper,
    .page-template-tpl-question .wrapper .row {
        height: 100%
    }

    #question-main .contact-question .title {
        font-size: 20px;
    }

    #question-main .contact-question .items {
        padding: 5px 13%
    }

    #question-main .contact-question .items .number {
        font-size: 42px;
        height: 46px;
    }

    #question-main .contact-question .items .text {
        font-size: 16px;
    }

    #question-main .contact-question .items .text span {
        font-size: 24px;
        top: 2px;
    }

    #question-main .content {
        height: 39vh;
    }

    #question-main h5.wrapper-title .flower {
        left: -50px;
    }

    .banner-bot-main {
        height: 35px;
    }

    .banner-bot-main img {
        left: 45%;
        height: 201px;
    }

    #product-main .title-header span {
        font-size: 24px;
    }

    #product-main .r-custom .col-ct-3 {
        /*margin: 20px 10px 10px;*/
        width: 23%
    }

    #product-main .r-custom .col-ct-6 {
        margin: 5px 0 35px;
        width: 25%;
        padding: 5px;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .price {
        width: calc(100% - 13px);
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion {
        height: auto;
    }

    #product-main .promotion {
        margin-bottom: 5px;
    }

    #win-list-main .content .scroll-table {
        max-height: 350px;
    }

    .wrapper-title.title {
        font-size: 26px;
    }

    #rules-main .image {
        width: calc(100% + 9.5%);
        left: -4.9%;
    }

    .banner-bot-main a {
        font-size: 18px;
        top: -15px;
    }

    .banner-bot-main img {
        left: 68%;
        height: 150px;
    }
}

@media (max-width:1300px) {
    #header-main .link-text {
        padding: 0;
    }

    .list-gradient .menu-item a {
        min-width: auto;
        font-size: 11.5px;
    }

    @-webkit-keyframes toright {
        0% {
            left: -50px;
            opacity: 0;
        }

        to {
            left: 0;
            opacity: 1;
        }
    }

    #program_rules {
        margin-top: 0;
    }

    #program_rules .bg-main {
        padding: 15px 10px;
    }

    #program_rules .image {
        display: none;
    }

    #program_rules .infor .ht {
        width: 45%
    }

    #win-list-main .content .scroll-table {
        max-height: 300px;
    }

    #banner-main .content-prize .prize.week .image img {
        height: auto;
        width: 100%;
        top: 70px;
    }

    #banner-main .content-prize .prize.day .image img {
        height: auto;
        width: 100%;
    }

    #banner-main .content-prize .prize.special .image {
        /*        height: 160px;*/
    }

    #banner-main .content-prize .prize.special .image img {
        /*        top: 25px;*/
    }

    #banner-main .content-prize .prize.special .infor {
        /*        margin-top: 21px;*/
    }

    #lucky-wheel #load #number-times.active {
        font-size: 16px;
    }

    #lucky-wheel #load #number-times.active strong {
        font-size: 20px;
    }
}

@media (max-width:1200px) {

    #header-main .form-lr,
    .list-gradient .menu-item a {
        font-size: 11px;
    }

    .wrapper-content {
        height: auto;
    }
}

@media (max-width:992px) {
    .banner-bot-main {
        position: relative;
        margin-top: 15px;
    }

    .banner-bot-main img {
        left: 61%;
        height: 129px;
        top: -103px;
    }

    .wheel .content-top {
        /* display: block!important; */
        position: relative;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .wheel .content-top p {
        line-height: 1;
        position: relative;
        margin: 5px 0 0;
        text-align: center;
        color: #e03290;
    }

    .wheel .content-top .title-t {
        font-family: RalewayEB;
        -webkit-animation: toright 1s .1s forwards;
        animation: toright 1s .1s forwards;
        font-size: 9vw;
        padding: 5px;
    }

    .wheel .content-top .title {
        font-family: RalewayBl;
        font-size: 12vw;
        -webkit-animation: toright 1s .3s forwards;
        animation: toright 1s .3s forwards;
    }

    .wheel .content-top .date {
        -webkit-animation: toright 1s .6s forwards;
        animation: toright 1s .6s forwards;
        font-family: RalewayMI;
        font-size: 4vw;
        color: #231f20;
    }

    #tpl-content .row .col-12:nth-child(2) {
        order: 2;
    }

    #tpl-content .row .col-12:last-child {
        order: 1;
    }

    /* .tpl-home #banner-main .content-top {
        display: none;
    } */
    #banner-main {
        padding: 0 0 40px;
    }

    #banner-main .content-prize .prize.special {
        left: 0;
    }

    #banner-main .content-prize .prize.special .image img {
        /*        width: 57%*/
    }

    #banner-main .content-prize .prize.day {
        left: 0;
        top: 15px;
    }

    .extracare {
        bottom: 0;
        left: 50px;
    }

    .wrapper-content {
        height: auto;
        margin-top: 70px;
    }

    .wrapper-content .container {
        padding: 0;
    }

    #header-main {
        position: fixed;
        height: 70px;
        padding: 0;
        z-index: 56;
        width: 100%
    }

    #header-main .mb-bar {
        top: 0;
        padding: 15px 0;
        height: 70px;
        width: 100%;
        z-index: 999;
        background: transparent;
        position: fixed;
        width: 60px;
        display: block;
    }

    #header-main .mb-bar .close-menu,
    #header-main .mb-bar .open-menu {
        position: relative;
        color: #fff;
        font-size: 28px;
        width: 70px;
        padding: 0 15px;
        cursor: pointer;
    }

    #header-main .mb-bar .close-menu {
        display: none;
    }

    #header-main .row {
        display: block;
    }

    #header-main .logo-main {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        height: 70px;
        display: flex;
        top: 0;
        justify-content: center;
    }

    #header-main .logo-main a {
        align-self: center;
    }

    #header-main .logo-main .logo_img-fluid {
        width: auto;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    #header-main .image-logo {
        padding: 5px 0;
    }

    #header-main .lr {
        position: fixed;
        right: 15px;
        top: 0;
        height: 70px;
        display: flex;
    }

    #header-main .lr .form-lr {
        align-self: center;
    }

    #header-main .lr .form-lr p {
        margin-bottom: 0;
    }

    #header-main .link-text {
        position: fixed;
        width: 50%;
        left: -100%;
        transition: all .4s;
        top: 70px;
        height: calc(100vh - 70px);
        background: #1D52B5;
        border-top: 1px solid #fff;
        display: block !important;
    }

    #header-main .link-text.active {
        left: 0;
    }

    #header-main .link-text .menu {
        display: block;
        width: 100%
    }

    #header-main .link-text .menu ul {
        display: block;
        padding: 15px;
    }

    #header-main .link-text .menu ul li {
        margin-right: 0;
        margin-bottom: 15px;
    }

    #header-main .link-text .menu ul li:last-child {
        margin-bottom: 0;
    }

    #header-main .link-text .menu ul li.active a {
        color: #fff;
    }

    #header-main .link-text .menu ul li a {
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
    }

    #header-main .link-text .menu ul li:after,
    #header-main .link-text .menu ul li:before {
        border-radius: 5px;
    }

    #header-main .form-lr {
        width: 100%;
        max-width: calc(100% - 35px);
        padding: 3px 10px;
        margin-left: 20px;
        display: none;
    }

    #header-main .form-lr.mobile {
        display: block;
        position: relative;
        text-align: center;
    }

    #header-main .form-lr p {
        top: 0;
        font-size: 14px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        z-index: 2;
        color: #000;
        padding: 3px 0;
    }

    #header-main .form-lr p a.logout {
        color: #4d281f;
    }

    #header-main .form-lr:before {
        background: #3e1214;
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        opacity: 0;
        border-radius: 5px;
    }

    #header-main .form-lr:after,
    #header-main .form-lr:before {
        content: "";
        position: absolute;
        left: 50%;
        transition: all .3s;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    #header-main .form-lr:after {
        border-radius: 6px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #ffbb56, #fe8a22 29%, #feb04a 38%, #ffd16e 48%, #ffea88 57%, #fff997 65%, #fffe9d 72%, #fffa99 79%, #fff08e 87%, #ffde7b 94%, #ffc662);
    }

    #header-main .form-lr a.logout {
        display: inline-block;
        position: relative;
        font-size: 12px;
    }

    #footer .image-footer {
        margin-top: 15px;
    }

    .wrapper-content h5 .flower {
        width: 95px;
        top: -28px;
        left: 0;
    }

    .wrapper-content h5 .extra {
        width: 75px;
        top: 0;
    }

    .wrapper-content .footer-bg {
        bottom: -46px;
    }

    .fs-52,
    .wrapper-title.title {
        font-size: 16px;
    }

    #program_rules {
        margin-top: 15px;
    }

    #program_rules .rules .title {
        font-size: 40px;
        padding: 5px 0;
    }

    #win-list-main {
        margin-top: 15px;
    }

    @-webkit-keyframes to-down {
        0% {
            top: auto;
            bottom: 50px;
            opacity: 0;
        }

        to {
            top: auto;
            bottom: 0;
            opacity: 1;
        }
    }

    #lucky-wheel .wrapper-wheel {
        margin: 0 auto;
    }

    #question-main .content {
        padding: 15px;
        height: auto;
    }

    #question-main .content .question>a {
        font-size: 16px;
    }

    #rules-main {
        width: calc(100% - 30px);
        max-width: 100%;
        padding: 0 15px 15px;
    }

    #rules-main .content .content-hidden table,
    #rules-main .content table {
        width: 100% !important;
    }

    #product-main .r-custom .col-ct-3 {
        width: 50%
    }
}

@media (max-width:767px) {
    .wrapper-content .container {
        padding: 0 15px;
        max-width: 100%
    }

    .banner-bot-main {
        display: none;
    }

    #header-main .form-lr,
    #header-main .link-text a {
        font-size: 16px;
    }

    #header-main .lr {
        justify-content: flex-end;
    }

    #banner-main .content-prize .prize {
        justify-content: center;
    }

    .fs-52,
    .wrapper-title.title {
        font-size: 30px;
    }

    #notification {
        width: 90%
    }

    #promotion.active {
        max-width: 80vw;
    }

    #promotion.active .modal-dialog .modal-content .modal-footer {
        display: block;
    }

    #question-main {
        margin-top: 15px;
    }

    #question-main .content .question .collap {
        padding: 10px;
    }

    #rules-main .content .content-show table td {
        padding: 2px;
        font-size: 13px;
    }

    #rules-main .content-hidden,
    #rules-main .content-show {
        font-size: 14px !important;
    }

    #product-main .r-custom .col-ct-3 {
        width: 100%
    }
}

@media (max-width:576px) {
    #header-main .logo-main {
        padding: 0 15px;
    }

    .swal2-container {
        padding: 0 !important;
    }

    .wrapper.container {
        max-width: 100%
    }

    .fs-32 {
        font-size: 16px;
    }

    #tpl-content .row .col-12:last-child {
        padding: 0;
    }

    #tpl-content .tpl-home {
        position: relative;
    }

    #product-main .r-custom .bg .prd-header .prd-children-image .double:last-child {
        right: 0;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .title {
        margin-top: 0;
    }

    #banner-main {
        padding: 0 0 5px;
    }

    #banner-main .content-prize {
        margin-top: 15px;
        flex-wrap: wrap;
    }

    #banner-main .content-prize .bor-prize {
        flex-wrap: wrap;
    }

    #banner-main .content-prize .prize {
        width: 50%
    }

    #banner-main .content-prize .prize.week {
        order: 2;
    }

    #banner-main .content-prize .prize.day {
        order: 3;
        top: 0;
    }

    #banner-main .content-prize .prize.day .infor {
        margin-top: 46px;
    }

    #banner-main .content-prize .prize.special {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    #banner-main .content-prize .prize.special .infor {
        margin-top: 0px;
    }

    #banner-main .content-prize .prize.special .infor img {
        width: 55%
    }

    #banner-main .content-prize .prize.week .infor {
        padding-top: 45px;
    }

    #banner-main .content-prize .prize.week .infor img {
        width: 155px;
    }

    #banner-main .content-prize .prize.day .infor img {
        width: 172px;
    }

    .chat-fb {
        right: 20px;
        bottom: 20px;
        z-index: 2000;
    }

    .chat-fb img {
        width: 40px;
        height: 40px;
    }

    .extracare {
        width: 103px;
    }

    #promotion.active {
        max-width: 100vw;
    }

    #header-main .col-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    #header-main .col-4.link-text {
        padding-left: 0;
        max-width: 36%;
        flex: 0 0 36%
    }

    #header-main .col-4.lr {
        max-width: 30%;
        flex: 0 0 30%
    }

    #header-main .logo-main {
        max-width: 100%;
        width: 100%;
        position: relative;
        padding-left: 8px;
        text-align: center;
    }

    #header-main .image-logo img {
        height: 53px;
    }

    #header-main .form-lr {
        font-size: 13px;
        text-align: center;
    }

    #header-main .form-lr p {
        margin-bottom: 0;
    }

    #header-main .form-lr a.logout {
        font-size: 10px;
    }

    #header-main .link-text {
        max-width: 100%;
        width: 70%
    }

    #header-main .link-text a {
        font-size: 14px;
    }

    #header-main .lr {
        right: 0;
    }

    .fs-52,
    .wrapper-title.title {
        font-size: 18px;
    }

    .wrapper-content h5 .flower {
        left: 0;
        width: 48px;
    }

    .wrapper-content h5 .extra {
        width: 48px;
        right: 0;
    }

    #program_rules {
        padding: 0;
        margin-top: 15px;
    }

    #program_rules .image {
        width: 90px;
        right: 0;
        top: -60px;
    }

    #program_rules .bg-main {
        padding: 15px 15px;
    }

    #program_rules .rules {
        width: 100%;
        padding: 15px 0 0;
    }

    #program_rules .rules .title {
        font-size: 35px;
    }

    #program_rules .rules .content,
    #program_rules .rules .content p,
    #program_rules .rules .content span {
        font-size: 12.5px !important;
    }
	#program_rules .infor .bg-gradient{
		font-size:14.5px;
	}

    #program_rules .rules .content p br,
    #program_rules .rules .content span br {
        display: none;
    }

    #program_rules .infor {
        /*display: block!important;*/
    }

    #program_rules .infor .info {
        margin-top: 10px;
        padding-bottom: 15px;
    }

    #program_rules .infor .info .item:first-child {
        margin-bottom: 0;
    }

    #program_rules .infor .contact {
        justify-content: center;
    }

    #footer .content-footer {
        margin-top: 15px;
        font-size: 13px;
    }

    #footer .content-footer .title {
        font-size: 14px;
    }

    #footer .content-footer .title span {
        font-size: 14px !important;
    }

    #footer .logo_footer {
        width: 50%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    #win-list-main .content .input-group #btnFilter,
    .sticky #mainNav .nav-item .btn,
    .wrapper-title.title {
        font-size: 14px;
    }

    #question-main .content h2.font-b {
        font-size: 22px;
    }

    #question-main .content .question a.qst {
        font-size: 14px;
        padding: 8px 15px;
    }

    .wrapper-content .content {
        padding: 15px;
    }

    #question-main .content .question .collap {
        padding: 8px;
        font-size: 12.8px !important;
    }

    #question-main .contact-question .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #question-main .contact-question .items {
        padding: 5px 15px;
    }

    #question-main .contact-question .items .number {
        height: 36px;
        /* height: 27px;*/
        margin-right: 7px;
        font-size: unset;
    }

    #question-main .contact-question .items .number img {
        height: 100%;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    #question-main .contact-question .items .text {
        font-size: 14px;
    }

    #question-main .contact-question .items .text span {
        font-size: 18px;
        top: 1px;
    }

    #question-main h5.wrapper-title .flower {
        width: 22vw;
        left: -10px;
        top: -51px;
    }

    .fs-28 {
        font-size: 18px;
    }

    #program_rules .wrapper-content {
        padding: 0 0 15px;
    }

    .wrapper-content {
        margin-bottom: 0;
        padding-bottom: 15px;
        margin-top: 70px;
    }
	
	body:not(.home) .wrapper-content{
     	height: auto;
	}

    body.home .wrapper-content {
        margin-top: 70px;
    }


    #lucky-wheel .wrapper-wheel {
        width: 325px;
        height: 325px;
    }

    #lucky-wheel .hc-luckywheel {
        width: 300px;
        height: 300px;
    }

    #lucky-wheel #load {
        width: 100px;
        height: 100px;
    }

    #lucky-wheel #load:after {
        width: 90px;
        height: 90px;
    }

    #lucky-wheel #load .circle {
        width: 80px !important;
        height: 80px;
        font-size: 10px;
    }

    #lucky-wheel #load .circle label {
        font-size: 9px;
    }

    #lucky-wheel #chan-load {
        width: 100px;
        height: 100px;
    }

    #lucky-wheel .hc-luckywheel-item span {
        transform-origin: 50% 150px;
    }

    #lucky-wheel .hc-luckywheel-item span p:before {
        width: 10px;
        height: 10px;
        left: 85px;
        top: 0;
    }

    #lucky-wheel .hc-luckywheel-item span p:after {
        width: 10px;
        height: 10px;
        left: 37px;
        top: 33px;
    }

    #lucky-wheel .hc-luckywheel-item span p {
        font-size: 14px;
        width: 65px;
    }

    #lucky-wheel .hc-luckywheel-item img {
        width: 72px;
        height: 68px;
    }

    #lucky-wheel #needle {
        right: 113px;
        top: 89px;
    }

    #lucky-wheel #needle img {
        width: 10%;
    }

    #form-gift-hunning-code .form-modal,
    .form-login-register .form-modal {
        width: calc(100% - 15px);
    }

    #form-gift-hunning-code .form-modal .form-text,
    .form-login-register .form-modal .form-text {
        padding: 15px;
    }

    #form-gift-hunning-code .form-modal .form-text h2.bot-h2,
    .form-login-register .form-modal .form-text h2.bot-h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #form-gift-hunning-code .form-modal form p,
    .form-login-register .form-modal form p {
        margin-bottom: 5px;
    }

    #form-gift-hunning-code .form-modal form p label,
    .form-login-register .form-modal form p label {
        font-size: 16px;
        width: 100% !important;
    }

    #form-gift-hunning-code .form-modal form p input[type=date],
    #form-gift-hunning-code .form-modal form p input[type=email],
    #form-gift-hunning-code .form-modal form p input[type=number],
    #form-gift-hunning-code .form-modal form p input[type=text],
    #form-gift-hunning-code .form-modal form p select,
    .form-login-register .form-modal form p input[type=date],
    .form-login-register .form-modal form p input[type=email],
    .form-login-register .form-modal form p input[type=number],
    .form-login-register .form-modal form p input[type=text],
    .form-login-register .form-modal form p select {
        width: 100% !important;
        padding: 4px 10px;
        font-size: 14px;
    }

    #form-gift-hunning-code .form-modal .login-submit #wp-submit-enter-gift,
    #form-gift-hunning-code .form-modal .login-submit input[name=wp-submit],
    .form-login-register .form-modal .login-submit #wp-submit-enter-gift,
    .form-login-register .form-modal .login-submit input[name=wp-submit] {
        font-size: 18px;
    }

    #form-gift-hunning-code .form-modal #form-register h2,
    .form-login-register .form-modal #form-register h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    #form-gift-hunning-code .form-modal .img,
    .form-login-register .form-modal .img,
    .form-lucky-wheel .form-modal .img {
        bottom: 0;
        height: auto;
    }

    #form-gift-hunning-code .form-modal .form-text .bot-h2,
    .form-login-register .form-modal .form-text .bot-h2 {
        margin-bottom: 15px;
    }

    .form-login-register .form-modal .form-text {
        padding: 15px;
    }

    .form-login-register .form-modal form#register p {
        margin-bottom: 5px;
    }

    #form-gift-hunning-code .form-modal .login-submit #wp-submit-enter-gift {
        padding: 0 10px;
    }

    #form-gift-hunning-code .form-modal form p label {
        width: 100%;
        margin-bottom: 5px;
        top: 0 !important;
    }

    #form-gift-hunning-code .form-modal form p label br {
        display: none;
    }

    .formErrors {
        padding: 3px 15px;
        font-size: 14px;
    }

    #win-list-main {
        padding: 0 15px;
    }

    #win-list-main .content .input-group .form-control {
        font-size: 14px;
    }

    #win-list-main .content .input-group #btnFilter {
        height: 36px;
    }

    #win-list-main .content #tableResult tbody td,
    #win-list-main .content #tableResult thead th {
        font-size: 13px;
        padding: 5px 3px;
    }

    #product-main .title-header span {
        font-size: 16px;
        line-height: 1.2;
    }

    #product-main.wrapper-content {
        padding-bottom: 0;
    }

    #product-main .r-custom {
        display: block;
    }

    #product-main .r-custom .col-ct-3 {
        width: 100%;
        padding: 0;
        margin: 0px auto 15px;
    }

    #product-main .r-custom .col-ct-3 .prd-item {
        width: auto;
        margin: 0 auto;
        padding: 10px 0px 15px 0px;
    }

    #product-main .r-custom .col-ct-3 .prd-item .menu-item {
        width: 100%;
        bottom: -20px;
    }

    #product-main .r-custom .col-ct-3 .prd-item .menu-item a {
        font-size: 18px;
    }

    #product-main .r-custom .col-ct-3 .prd-item .promotion_cur {
        top: 35px;
        right: 50px;
        width: 35%
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .excerpt {
        padding: 0;
    }

    #product-main .excerpt {
        padding: 15px 15px 40px;
        color: #fff !important;
        background: transparent;
        font-size: 15px;
    }

    #product-main .promotion {
        padding: 0 25px;
    }

    #product-main .promotion span.time {
        display: block;
    }

    .swal2-container .swal2-popup .swal2-header h2.swal2-title .title,
    .swal2-container .swal2-popup .swal2-header h2.swal2-title .title.gift {
        font-size: 6vw;
        padding: 0 15px;
    }

    .swal2-container .swal2-popup .swal2-content p {
        font-size: 14px;
    }

    .swal2-container .swal2-popup .swal2-content .image img {
        width: 100%;
        left: 0;
    }

    .swal2-container .swal2-popup .swal2-header h2.swal2-title.lose {
        height: auto;
    }

    #program_rules .infor .ht {
        margin: 0 auto 0 0;
        text-align: left;
        width: 50%;
    }

    #program_rules .infor .info .item,
    #program_rules .infor .info .item .title {
        text-align: center;
    }

    #rules-main .content {
        padding: 10px;
        overflow-x: scroll;
    }

    #rules-main {
        padding: 0 15px;
    }

    #rules-main .image {
        left: -15px;
        width: calc(100% + 30px);
        margin-top: 0;
    }

    #lucky-wheel #load #number-times.active {
        color: #000;
        font-size: 12px;
        line-height: 1.2;
        text-shadow: none;
    }

    #lucky-wheel #load #number-times.active strong {
        font-size: 14px;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor.type-2 .price .price-pro .right:after {
        bottom: 2px;
    }

    #header-main .link-home {
        padding-right: 0;
    }
}

@media (max-width:380px) {
    #question-main .content {
        height: 142vw;
    }

    .swal2-container .swal2-popup .swal2-content p {
        padding: 0;
    }

    #form-gift-hunning-code .form-modal .img,
    .form-login-register .form-modal .img,
    .form-lucky-wheel .form-modal .img {
        bottom: 0;
        height: auto;
    }
}

@media (max-width:350px) {
    #banner-main .content-top p.title-t img {
        height: 65px;
        top: -23px;
    }

    #header-main .logo-main {
        left: 35px;
        transform: translate(0);
    }
}

#form-gift-hunning-code .form-modal .img,
.form-login-register .form-modal .img,
.form-lucky-wheel .form-modal .img {
    width: 100%;
}

.wrapper-wheel-custom {
    padding-bottom: 5%;
}

.form-login-register .form-modal .img {
    margin-bottom: -9%;
    margin-left: 0;
    margin-top: -10%;
}

.form-login-register .form-modal .login-submit input[name=wp-submit] {
    /*  background: url(../images/nutdangnhap.png);
    background-size: contain;
    text-indent: -9999px;
    border: 0;
    background-repeat: no-repeat;
   background-position: center center !important; */
}

input.register-btn-submit {
    /*    background: url(../images/nutdangky1_1.png) !important; */
    /*  background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; */
}

input#wp-submit-enter-gift {
    /*  background: url(../images/MOVONGQUAY.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
     text-indent: -9999px;
       border: 0 !IMPORTANT;
       background-position: center center !important; */
}

.wrapper-title {
    /*background: url(../img/bg-title-header.png);*/
    /*background: #FEF376;*/
	    background: linear-gradient(to right, #D30009 0%, #960004 40%, #900003 100%);
    color: #fff;
}

#program_rules .bg-main {
   background: linear-gradient(to right, #D30009 0%, #960004 40%, #900003 100%);
}

#program_rules .rules .item {
    /* background: url(../img/theleitem.png);*/
    background: #EDD07E;
    background-size: 100% 100%;
}

#program_rules .rules .title img {
    max-width: 90px;
    max-height: 60px;
}

#program_rules .infor .hotline {
    color: #BC1E2D !important;
    /* background: -webkit-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -o-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -ms-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -moz-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: linear-gradient(112deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);*/
    /* background: #edd07e; */
}

#program_rules .btn-custom {
    font-family: aven-bold;
    padding: 2px 10px;
    border-radius: 50px;
    display: inline-block;
    color: #BC1E2D;
    cursor: pointer;
    /* background: -webkit-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -o-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -ms-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: -moz-linear-gradient(338deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);
    background: linear-gradient(112deg, rgb(54, 116, 239) 0%, rgb(48, 104, 218) 100%);*/
    /* background: #edd07e; */
    background: linear-gradient(to right, #FFD574, #FFF291, #FFF291);
    font-size: 15px;
}

#win-list-main {
       background: linear-gradient(to right, #D30009 0%, #960004 40%, #900003 100%);
    padding: 0px 15px 35px 15px;
    border-radius: 10px;
}

#win-list-main .bg-main {
    background: url(../images/bgdstt.png);
    background-size: 100% 100%;
}

@-webkit-keyframes r {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.run-wheel {
    -webkit-animation: r 1s infinite linear;
}

#lucky-wheel #needle {
    top: -5%;
    margin: 0 auto;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999;
    transform: unset;
    text-align: center;
}

#lucky-wheel #load .circle {}

@media (max-width:768px) {
    #program_rules .rules .item {
        padding: 10px 15px;
        max-height: unset;
    }

    #form-gift-hunning-code .form-modal .img,
    .form-login-register .form-modal .img,
    .form-lucky-wheel .form-modal .img {
        width: calc(100% + 21%);
    }
}

@media (max-width:576px) {
    .swal2-container .swal2-popup .swal2-header h2.swal2-title img {
        bottom: -15px;
    }

    #banner-main .content-prize .prize.day .image img,
    #banner-main .content-prize .prize.week .image img {
        top: auto;

    }

    #banner-main .content-prize .prize.day .infor,
    #banner-main .content-prize .prize.week .infor {
        margin-top: auto;
        padding-top: 0;
    }

    #banner-main .content-prize .prize.special .image img {
        max-width: 200px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -7vh;
    }
}

@media only screen and (min-width: 1400px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -5vh;
    }
}

@media only screen and (max-width: 1300px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -5vh;
    }
}

@media only screen and (max-width: 992px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -4vh;
    }

}

@media only screen and (max-width: 769px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -5vh;
    }

}

@media only screen and (min-width: 1680px) and (max-width:1920px) {
    .form-lucky-wheel {
        padding: 5%;
    }

    #rules-main .image {
        margin-top: -40%;
        width: calc(100% + 35%);
        left: -10%;
    }

}

@media only screen and (min-width: 1681px) {
    #product-main .r-custom .col-ct-3 {
        margin: 5px 5px 40px;
        width: 16%;
    }
}

@media only screen and (min-width: 1470px) and (max-width:1680px) {
    .form-lucky-wheel {
        padding: 3%;
    }

    #product-main .r-custom .col-ct-3 {
        margin: 5px 5px 40px;
        width: 23.5%;
    }

    #product-main .r-custom .col-ct-3 .prd-item .image{
        width: 48.5%;
    }

    #product-main .r-custom .col-ct-3 .prd-item .infor .title {
        font-size: 13.5px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -6vh;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 480px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -6vh;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 375px) {
    #product-main .r-custom .col-ct-3 .prd-item .infor .image-promotion img {
        top: -7vh;
    }

}


.fs-28 {
    font-size: 28px;
}

.fs-14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

@media(min-width:1600px) {



    #lucky-wheel #needle {}

    img#wheel-img {
        width: 100%;
    }

    #banner-main .content-prize .prize.week .image img,
    #banner-main .content-prize .prize.day .image img {
        width: auto;
        height: auto;
    }

    #banner-main .content-prize .prize.week .infor img,
    #banner-main .content-prize .prize.day .infor img {
        width: auto;
    }

    body.home .tpl-home {
        margin-top: 2%;
    }
}

@media(min-width:1900px) {}

.image-promotion {
    position: relative;
    width: 100%;
}

.image-promotion>img {
    position: absolute;
    z-index: 99;
    width: 17%;
    right: 5%;
    top: 2rem;
}


.prd-item .menu-item:after {
    background: unset !important
}

#product-main .r-custom .col-ct-3 .prd-item .menu-item:hover:after {
    border: 0 !important;
}

@media only screen and (min-width: 1921px) {
    #product-main .r-custom .col-ct-3 {
        margin: 5px 5px 40px;
        width: 19%;
    }
    #product-main .r-custom .col-ct-3 .prd-item .image{
        width: 47%;
        padding: 5px;
    }
    #product-main .r-custom .col-ct-3 .prd-item .infor {
        padding-left: 5px;
        margin-bottom: 15px;
    }
    #product-main .r-custom .col-ct-3 .prd-item .infor .title{
        height: 108px;
    }
}