:root{
    --primary-color: #F04772;
    --bg-slider: #d91c5c;
}

section {
    resize: both;
    overflow: auto;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}
.ldp__new{
    display: flex;
    flex: none;
    overflow: auto;
    height: 100vh;
    flex-flow: column nowrap;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    transition: all 0.3s linear;
}
.child__scroll{
    scroll-snap-align: center;
    flex: none;
    transition: all 0.3s linear;
}

.swiper-wrapper,
.swiper-slide{
    height: calc(100vh - 140px) !important;
}

.ldp__slider,
.ldp__member,
.ldp__promotion,
.ldp__video,
.ldp__support,
.ldp__payment,
.ldp__message{
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.img__slider{
    height: calc(100vh - 140px) !important;
    object-fit: contain;
    object-position: top;
    width: 100%;
    transition: all 0.3s linear;
    display: block;
    margin: auto;
    background-color: var(--bg-slider);
}
.blur__img{
    z-index: -1;
    position: absolute;
    filter: blur(5px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.enjoy__product {
    text-align: center;
    text-transform: capitalize;
    font-size: 1rem;
    transition: all 0.3s linear;
}

.enjoy__product>span {
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.svg__circle {
    width: 100%;
    height: 100%;
}

.svg-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.object__content p {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.4rem;
    color: var(--dark);
    transition: all 0.3s linear;
}

.object__content p>span {
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s linear;
}
.object__hover{
    transition: all 0.3s linear;
}


.object__1:hover{
    transform: scale(1.1) translate(-24px, 0px);
}
.object__2:hover{
    transform: scale(1.1) translate(-20px, -8px);
}
.object__3:hover{
    transform: scale(1.1) translate(-40px, -16px);
}
.object__4:hover {
    transform: scale(1.1) translate(-46px, -10px);
}
.object__5:hover {
    transform: scale(1.1) translate(-52px, -20px);
}
.object__6:hover {
    transform: scale(1.1) translate(-10px, -30px);
}
.object__7:hover {
    transform: scale(1.1) translate(-56px, -28px);
}
.object__8:hover {
    transform: scale(1.1) translate(-22px, -28px);
}
.object__9:hover {
    transform: scale(1.1) translate(-50px, -24px);
}
.object__10:hover {
    transform: scale(1.1) translate(-62px, -36px);
}
.object__11:hover {
    transform: scale(1.1) translate(-24px, -38px);
}
.object__12:hover {
    transform: scale(1.1) translate(-42px, -46px);
}

.title{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.3s linear;
}
.title>span{
    color: var(--primary-color);
}
h2.title{
    margin: 24px auto;
    transition: all 0.3s linear;
}
h4.title{
    font-size: 1.3rem;
    transition: all 0.3s linear;
}
.pink__color{
    color: var(--primary-color);
}
.label__tc{
    font-size: 0.7rem;
    font-style: italic;
    line-height: 0.9rem;
}
#supportContent{
    border: 1px solid #ced4da;
    border-radius: 12px;
    width: 100%;
    padding: 12px;
    line-height: 1.5rem;
    color: #495057;
}
.list__company__wrapper{
    border: 1px solid #666;
    border-radius: 12px;
    position: inherit;
    padding-top: 24px;
    height: 100%;
}
.list__company__wrapper>h2{
    font-size: 1.1rem;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    text-transform: uppercase;
    background-color: white;
    padding: 0 24px;
    white-space: nowrap;
}
.item__company{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
}
.item__company>img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}
.link__register, 
.btn__register{
    padding: 12px 24 !important;
    color: var(--white) !important;
    border-radius: 8px !important;
    display: block;
    margin: auto;
    margin-bottom: 16px;
    width: max-content;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 0 5px var(--primary-color),
        0 0 8px var(--primary-color);
    border: 2px solid var(--primary-color);
}
.btn__register{
    background: var(--primary-color) !important;
}
.link__register:hover{
    background: transparent !important;
    color: var(--primary-color) !important;
    box-shadow: 0 0 5px var(--primary-color), 0 0 8px var(--primary-color);
    transition: all 0.3s linear;
}
.link__register::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, #FF95B0 0%, #F04772 100%) !important;
    /* background-color: var(--primary-color); */
    /* box-shadow: 0 0 5px var(--primary-color), 0 0 8px var(--primary-color); */
    /* border-radius: 8px !important; */
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
}

.link__register:hover::before{
    background-color: transparent !important;
    transform: scale(0);
    transition: all 0.3s linear;
}
.tab-pane{
    width: 100%;
    min-height: 400px;
    text-align: center;
}

.link__register__outline{
    padding: 12px 24px !important;
    background: transparent !important;
    color: var(--white) !important;
    border-radius: 8px !important;
    display: block;
    margin: auto;
    margin-bottom: 16px;
    width: max-content;
    position: relative;
    box-shadow: 0 0 5px var(--primary-color), 0 0 8px var(--primary-color);
    z-index: 2;
    transition: all 0.3s ease;
    border: 1px solid var(--white);
    overflow: hidden;
}
.link__register__outline::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    transition: all 0.3s ease;
    transform: scale(0);
}
.link__register__outline:hover{
    color: var(--primary-color) !important;
}
.link__register__outline:hover::after{
    transform: scale(1);
}

.link__download{
    background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), darkgray;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    animation: moveStyle 15s infinite linear;
    animation-delay: 1s;
}

.btn__register,
.btn__register:hover,
.btn__register:focus,
.btn__register:active
{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.label__form{
    font-size: 0.8rem;
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: white;
    margin-bottom: 0;
    transition: all 0.3s linear;
}
.input__form{
    min-height: 48px;
    border-radius: 12px !important;
    transition: all 0.3s linear;
}
.p__register{
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 500;
    transition: all 0.3s linear;
}

.promotion__product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    transition: all 0.3s linear;
}

.sale__product {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 8px;
    top: 8px;
    gap: 6px;
    transition: all 0.3s linear;
}

.sale__product>img {
    width: 35px;
}

.img__sale__product {
    width: 80%;
    height: 70%;
    object-fit: contain;
    transition: all 0.3s linear;
}

.box{
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    height: 300px;
    transition: all 0.3s linear;
    overflow: hidden;
}
.box__front{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}
.box__front>img{
    width: 100%;
    transition: all 0.3s linear;
}
.box__behide{
    height: 100%;
    width: 100%;
    transition: all 0.3s linear;
    background-color: white;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box:hover .box__behide{
    transition: all 0.3s linear;
    transform: translateY(-100%);
}
.box:hover .box__front{
    transition: all 0.3s linear;
    transform: translateY(-100%);
}
.ldp__member__center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.box__content>a{
    width: 100%;
}

.ldp__promotion{
    position: relative;
    overflow: hidden;
    background-color: var(--primary-color);
    transition: all 0.3s linear;
}

.ldp__promotion:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: radial-gradient(var(--white) 75%, transparent 50%);
    left: 0;
    top: -50px;
    transition: all 0.3s linear;
}

.ldp__promotion:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: radial-gradient(#f9f9f9 75%, transparent 50%);
    left: 0;
    bottom: -50px;
    transition: all 0.3s linear;
}
.box__content .fixed__social__cart{
    flex-direction: row;
}
.box__content .fixed__social__cart>p{
    font-size: 0.8rem;
    line-height: 1.2rem;
    transition: all 0.3s linear;
}
.box__content .link__social>img{
    width: 40px;
    height: 40px;
    transition: all 0.3s linear;
}
.box__content .fixed__social__bottom{
    gap: 16px;
}
.ldp__video{
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: all 0.3s linear;
}
.ldp__video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: radial-gradient(#fff 75%, transparent 50%);
    left: 0;
    bottom: -36px;
    transition: all 0.3s linear;
}
.ldp__video__content{
    z-index: 1;
}

#videoTab{
    border: none !important;
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}
.z-1{
    z-index: 1;
}

#videoTab>li>button{
    border: none !important;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
}
#videoTab>li>button.active{
    border-bottom: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.iframe-video{
    height: 55vh;
}

.tab-content{
    display: flex;
    justify-content: center;
}

.fixed__social {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    max-width: 100px;
    width: 100%;
    background-color: var(--white);
    border-radius: 8px;
    padding: 12px;
}

.fixed__social__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.fixed__social__cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #FF95B0 0%, #F04772 100%);
    padding: 8px 4px;
    border-radius: 8px;
    color: var(--white);
    flex-direction: column;
}

.fixed__social__cart>p {
    margin-bottom: 0;
    font-size: 0.45rem;
    text-align: center;
    font-weight: 600;
    line-height: 0.8rem;
    color: var(--white);
    text-transform: uppercase;
}
.img__qrcode{
    width: 100%;
}

section.fixed__social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 8px;
    border-image: linear-gradient(#F20574, #77C3F2, #F24130) 40;
    animation: borderStyle 1s ease-in-out infinite;
    z-index: -99;
}

.link__social {
    transition: all 0.3s linear;
}

.link__social>img {
    width: 22px;
    height: 22px
}

.link__social>img:hover {
    transform: translateY(-4px);
    transition: all 0.3s linear;
}

.ldp__payment{
    background-color: #F9F9F9;
}

.box__content__img{
    width: 80%;
}

@keyframes borderStyle {
    0% {
        border-image: linear-gradient(#F20574,
                #77C3F2,
                #F24130) 10;
    }

    50% {
        border-image: linear-gradient(#77C3F2,
                #F20574,
                #F24130) 10;
    }

    100% {
        border-image: linear-gradient(#F24130 #F20574,
                #77C3F2) 10;
    }
}

@keyframes moveStyle{
    0%{
        background-position: 0px 0px;
    }
    100%{
        background-position: 500px 0px;
    }
}


@media screen and (max-width: 768px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .m-home-top-slide{
        margin-top: 0 !important;
    }
    .ldp__slider {
        height: auto;
    }

    .ldp__member,
    .ldp__promotion,
    .ldp__video,
    .ldp__support {
        height: auto;
    }
    .promotion__product{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .ldp__member__center{
        flex-direction: column;
    }
    .ldp__new{
        scroll-snap-type: none;
    }
    h2.title{
        font-size: 1.5rem;
    }
    h4.title{
        font-size: 1.1rem;
    }
    .enjoy__product{
        font-size: 0.9rem;
    }
    .ldp__social{
        display: none;
    }
    .list__company__wrapper{
        display: block;
        margin: auto;
    }
    #videoTab{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .iframe-video{
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 4/3;
    }
    .ldp__promotion:before{
        background: none;
    }
    .ldp__promotion:after{
        background: none;
    }
    .img__slider{
        height: auto !important;
    }
    .swiper-wrapper, .swiper-slide{
        height: auto !important;
    }
    #videoplay1,
    #videoplay2,
    #videoplay3{
        width: auto;
    }
    .box__content .fixed__social__cart{
        width: 70%;
        margin: auto;
    }
    .img__qrcode{
        width: 70%;
        margin: auto;
        display: block;
    }
    .box{
        height: 100%;
        max-height: 420px;
    }
    .link__register__outline{
        margin-top: 18px;
    }
    .ldp__slider,
    .ldp__member,
    .ldp__promotion,
    .ldp__video,
    .ldp__support
    .ldp__message{
        min-height: auto;    
    }
    .svg__circle{
        height: 270px;
    }
    .ldp__support{
        padding-bottom: 32px;
    }
    .list__company__wrapper{
        width: 90% !important;
    }
    .list__company__wrapper{
        padding-top: 30px;
    }
    .box__content__img{
        width: 100%;
    }
    .box__front>img{
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1600px) {
    iframe#videoplay1,
    iframe#videoplay2,
    iframe#videoplay3{
        width: 100%;
        height: 100%;
        min-height: 500px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1100px !important;
    }
    .ldp__promotion:before {
        top: -68px
    }
    .ldp__promotion:after,
    .ldp__video:after {
        bottom: -68px;
    }
    .tab-pane {
        min-height: 300px;
    }
    iframe#videoplay1,
    iframe#videoplay2,
    iframe#videoplay3{
        min-height: 300px;
    }
    .ldp__slider, .ldp__member, .ldp__promotion, .ldp__video, .ldp__support, .ldp__payment, .ldp__message{
        gap: 0;
    }
    #supportContent{
        height: 65px;
    }
    .list__company__wrapper{
        height: 470px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .list__company__wrapper>h2{
        position: unset;
        transform: unset;
        text-align: center;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    h4.title{
        white-space: nowrap;
    }
    .ldp__promotion:before {
        top: -68px
    }
    .ldp__promotion:after {
        bottom: -68px;
    }
    .tab-pane{
        min-height: 300px;
    }
    iframe#videoplay1,
    iframe#videoplay2,
    iframe#videoplay3{
        min-height: 300px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 870px !important;
    }
    h4.title{
        white-space: nowrap;
        font-size: 1rem;
    }
    .enjoy__product{
        font-size: 0.6rem;
    }
    .link__register, .btn__register,
    .link__register__outline{
        padding: 6px 14px !important;
        font-size: 0.7rem;
    }
    .ldp__slider, .ldp__member, .ldp__promotion, .ldp__video, .ldp__support, .ldp__payment, .ldp__message{
        gap: 0;
        min-height: 400px;
    }
    h2.title{
        font-size: 1.3rem;
    }
    .ldp__promotion:before{
        top: -68px
    }
    .ldp__promotion:after,
    .ldp__video:after {
        bottom: -68px;
    }
    .tab-pane,
    iframe#videoplay1,
    iframe#videoplay2,
    iframe#videoplay3{
        min-height: 200px;
        height: 200px;
    }
    #supportContent{
        height: 30px;
    }
    .list__company__wrapper>h2{
        position: unset;
        transform: unset;
        text-align: center;
        font-size: 0.8rem;
        margin-bottom: 4px;
    }
    button#video2-tab,
    button#video1-tab,
    button#video3-tab {
        font-size: 0.7rem;
    }
    .box{
        height: 200px;
    }
    .box__behide{
        opacity: 0;
    }
    .box:hover .box__behide{
        opacity: 1;
    }
    .box__content .fixed__social__cart>p{
        font-size: 0.5rem;
        line-height: 0.8rem;
    }
    .ldp__promotion .row.mb-md-5{
        margin-bottom: 0.5rem !important;
    }
    .box__content .link__social>img{
        height: 20px;
        width: 20px;
    }
    .form__box .col-md-12.mb-4{
        margin-bottom: 1rem !important
    }
    .form-control{
        height: 20px !important;
    }
    .label__form{
        font-size: 0.7rem !important;
    }
    .input__form{
        min-height: 32px !important;
        font-size: 0.7rem !important;
    }
    .invalid-feedback{
        font-size: 70%;
    }
    .label__tc,
    .item__company,
    .btn__submit{
        font-size: 0.5rem;
    }
    .item__company{
        margin-bottom: 4px;
    }
    .item__company>img{
        width: 20px;
        height: 20px;
    }
    button#btn__submit{
        font-size: 0.5rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px !important;
    }
    h4.title{
        white-space: nowrap;
    }
    .ldp__slider,
    .ldp__member,
    .ldp__promotion,
    .ldp__video,
    .ldp__support,
    .ldp__payment
    .ldp__message {
        gap: 0;
    }
    #supportContent{
        height: 65px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .container,
    .container-sm {
        max-width: 540px !important;
    }
}
