/*************** CSS for Desktop ***************/
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes brightness {
    0% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        /* transform: scale(1); */
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
@-webkit-keyframes duppulse {
    0% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: gray; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.show {
    display: block;
    opacity: 1;
}
.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.88);
}
.modal-dialog {
    position: relative;
    width: 500px;
    max-width: 90%;
    top: 50%;
    margin: 0 auto;
    pointer-events: none;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: .3rem;
    outline: 0;
    padding: 20px 15px;
    background-color: #000;
    border: 2px solid #fff;
}
.modal-title {
    width: 100%;
    display: inline-block;
    color: #f2e200;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.modal-body {
    color: #fff;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0;
}
.modal-content .close {
    position: absolute;
    right: -4%;
    bottom: 104%;
    z-index: 2;
    color: #f2e200;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}
.z-10 {
	z-index: 10;
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
.j-show-form {
	cursor: pointer;
}
html, body, #main, #wrapper, .j-section {
    /* height: 100%; */
}
html, body {
    background-color: #021708 !important;
    scroll-behavior: smooth;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    /* overflow: hidden; */
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
.j-submit {
    display: none;
}
body {
    /* background-image: url(../img/bg.webp); */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* background-attachment: fixed; */
}
#main, #wrapper {
    background-color: transparent;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0;
}
.j-slider .img {
    width: 33.333333% !important;
    display: flex;
    align-items: flex-end;
    min-height: 8.5vw;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
.j-noti {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #3674d4;
    overflow: hidden;
    height: 60px;
    padding: 0 15px;
    width: 85%;
    color: #fff;
    font-weight: bold;
}
.j-noti::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #071935;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.j-noti marquee {
    display: block;
    position: relive;
    z-index: 2;
}
.j-noti em {
    color: #8f8f8f;
    font-style: normal;
}
.j-noti strong {
    color: #3cff00;
}
.section-title-container {
    margin: 0;
}
.section-title, 
.section-title .section-title-main {
    border: none;
    padding: 0;
    color: #f5aa1e;
    font-size: 1em;
}
.banner .section-title {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner .text-inner > .text {
    /* border-left: 2px solid #f5aa1e;
    padding-left: 15px; /**/
    line-height: 1.6;
    font-size: 110%;
}
.banner p {
    margin: 0;
}
.white {
    color: #084789 !important;
}
/* .flickity-slider .img .img-inner {
    width: 90%;
    padding-top: 76%;
    display: block;
    box-shadow: 0 0 8px #413937 inset;
    margin: 0 auto;
}
.flickity-slider .img img {
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
} */
.j-150k {
    background-color: #ff6f00;
    color: #fff;
    padding: 8px 15px;
}
.j-150k strong {
    font-size: 150%;
}
.banner .text-box {
	max-height: 90%;
    overflow-y: auto;
}
.oneImg .text-box {
	max-height: 100%;
    overflow-y: hidden;
}
.banner-layers {
	max-width: 100%;
    padding: 0;
}
/*.ux-timer {
	display: flex;
	font-size: 220% !important;
    justify-content: space-between;
    align-items: center;
}
.ux-timer,
.ux-timer span {
    color: #490991 !important;
}
.ux-timer span{
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.ux-timer span strong{
	display: none !important;
}/**/
.flickity-page-dots {
    bottom: -25px;
}
.slider-nav-light .flickity-page-dots .dot {
    border: none;
    background-color: #D9D9D9;
}
.slider-nav-light .flickity-page-dots .dot.is-selected,.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #9653FF;
}
.h-right > .col-inner {
	margin-left: 3% !important;
    background-color: #F6F2FF;
    width: 97%;
}
#countdown-timer {
    width: 26%;
    position: absolute;
    right: 9%;
    display: flex;
    justify-content: space-between;
    color: #490991;
    font-weight: bold;
}
#countdown-timer > * {
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
    .j-slider .img {
        min-height: calc(8.5vw*0.92);
    }
}
@media (max-width: 1400px) {
    .j-slider .img {
        min-height: calc(8.5vw*0.93);
    }
    .ux-timer {
        font-size: 150% !important;
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    body {
        font-size: 8px;
    }
    .section {
    	/*max-width: 65%;/**/
        margin: 0 auto;
    }
    .j-section,
    .j-submit {
        min-height: 0 !important;
    }
    .j-section {
        height: 100dvh;
    }
    .j-noti {
        height: 30px;
    }
    .banner .section-title {
        font-size: 1em;
    }
    .ux-timer {
        font-size: 80% !important;
    }
    .banner .text-box {
        width: 90% !important;
    }
}
@media (orientation: portrait) {
    body {
        /* background-image: url(../img/bg-mb.webp);  */
        font-size: 12px;
    }
    .h2, h2 {
        font-size: 1.2em;
    }
    body::before {
        display: none;
    }
    .j-section,
    .j-submit {
        max-width: 100%;
        min-height: 0 !important;
    }
    .j-section {
        height: 100dvh;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !important; */
    }
    .col.small-1, .row-collapse>.col.small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }
    
    .col.small-2, .row-collapse>.col.small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }
    
    .col.small-3, .row-collapse>.col.small-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    
    .col.small-4, .row-collapse>.col.small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }
    
    .col.small-5, .row-collapse>.col.small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }
    
    .col.small-6, .row-collapse>.col.small-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    
    .col.small-7, .row-collapse>.col.small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }
    
    .col.small-8, .row-collapse>.col.small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }
    
    .col.small-9, .row-collapse>.col.small-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    
    .col.small-10, .row-collapse>.col.small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }
    
    .col.small-11, .row-collapse>.col.small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }
    .hide-for-small, [data-show=hide-for-small], .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: flex !important;
    }
    .ux-timer {
        font-size: 100% !important;
    }
    .h-right > .col-inner {
        margin-left: 0% !important;
    	width: 100%;
    }
    #countdown-timer {
    	width: 34%;
        right: 32%;
        font-size: 150%;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .section {
    	/*max-width: 72%;/**/
        margin: 0 auto;
    }
    .j-section .row {
        /* max-width: 65% !important; */
    }
    .banner .text-box {
        width: 75% !important;
    }
    #countdown-timer {
        font-size: 90%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    body {
        font-size: 10px;
    }
    .j-slider .img {
        width: 50% !important;
        min-height: 27.5vw;
    }
    .j-noti {
        height: 30px;
    }
    .banner .section-title {
        font-size: 0.9em;
        margin-bottom: 6px;
    }
    .banner .text-inner > .text {
        font-size: 85%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}


.footer[data-v-28696b9a] {
    background-color: #141825;
    margin-top: -8px;
    padding: 32px 1rem;
    width: 100%
}

.footer .content[data-v-28696b9a] {
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.footer>.container {
	max-width: 91.6666666667% !important;
}
.footer .content .logo[data-v-28696b9a] {
    cursor: pointer;
    height: 36px;
    width: 122px
}

.footer .content .copyright[data-v-28696b9a] {
    color: silver;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 12px
}

.footer .content .copyright span[data-v-28696b9a] {
    color: #ffc759
}

.footer .content .copyright .link-brand[data-v-28696b9a],.footer .content .copyright .link-brand[data-v-28696b9a]:hover {
    color: inherit;
    text-decoration: none
}

.footer .content .col-left[data-v-28696b9a] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer .content .col-list[data-v-28696b9a] {
    width: 200px
}

.footer .content .col-list .item[data-v-28696b9a] {
    align-items: center;
    display: flex;
    gap: 8px
}

.footer .content .col-list .item img[data-v-28696b9a] {
    height: 20px;
    width: 20px
}

.footer .content .category[data-v-28696b9a] {
    color: #f7f7f8;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 0
}

.footer .content .title[data-v-28696b9a] {
    align-items: center;
    color: #92929e;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 20px;
    padding: 8px 0
}

.footer .content .title[data-v-28696b9a]:hover {
    color: #f7f7f8;
    text-decoration: underline
}

.footer .content .col-right[data-v-28696b9a] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 164px
}

.footer .content .col-right .providers[data-v-28696b9a] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 144px;
    justify-content: space-between
}

.footer .content .col-right .providers .text[data-v-28696b9a] {
    color: #f7f7f8;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 8px
}

.footer .content .col-right .providers .items[data-v-28696b9a] {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3,1fr);
    height: 72px;
    justify-items: center
}

.footer .content .col-right .providers .items img[data-v-28696b9a] {
    height: 32px
}

.footer .content .col-right .providers .items .hover[data-v-28696b9a] {
    cursor: pointer
}

.footer .content .col-right .license[data-v-28696b9a] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%
}

.footer .content .col-right .license .text[data-v-28696b9a] {
    color: #f7f7f8;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.footer .content .col-right .license .items[data-v-28696b9a] {
    display: flex;
    gap: 24px;
    justify-content: center
}

.footer .content .col-right .icon[data-v-28696b9a] {
    height: 32px
}

.footer .line[data-v-28696b9a] {
    border-bottom: 1px solid #394f7f!important;
    border: 0;
    margin-top: 24px
}

.footer__bottom[data-v-28696b9a] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.footer__bottom .items[data-v-28696b9a] {
    display: flex;
    gap: 24px
}

.footer__bottom .items img[data-v-28696b9a] {
    height: 23px;
    width: -moz-fit-content;
    width: fit-content
}



/*************** CSS for mobile ***************/
@media (orientation: portrait) {
    .footer[data-v-cba525cf] {
        background: #1e2235;
        margin-bottom: 16.333333vw;
        padding: 5.3333333333vw 0 4.2666666667vw
    }

    .footer__menu[data-v-cba525cf] {
        display: grid;
        gap: 5.3333333333vw;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 5.3333333333vw
    }

    .footer__list .category[data-v-cba525cf] {
        color: #f7f7f8;
        display: block;
        font-size: 3.7333333333vw;
        font-weight: 600;
        line-height: 5.3333333333vw
    }

    .footer__list .title[data-v-cba525cf] {
        color: #92929e;
        display: block;
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 4.2666666667vw;
        padding: 2.1333333333vw 0
    }

    .footer__contact .title[data-v-cba525cf] {
        color: #f7f7f8;
        font-size: 3.7333333333vw;
        font-weight: 600;
        line-height: 5.3333333333vw;
        margin-bottom: 3.2vw
    }

    .footer__contact .social-list[data-v-cba525cf] {
        display: grid;
        gap: 3.2vw;
        grid-template-columns: repeat(2,1fr)
    }

    .footer__contact .social-item[data-v-cba525cf] {
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 3.2vw;
        font-weight: 600;
        font-weight: 400;
        gap: 2.1333333333vw;
        line-height: 4.2666666667vw
    }

    .footer__contact .social-item img[data-v-cba525cf] {
        height: 6.4vw;
        width: auto
    }

    .footer__contact .social-item img[data-v-cba525cf]:before {
        color: #7a8db6
    }

    .footer__partner[data-v-cba525cf] {
        border-bottom: 1px solid #394f7f
    }

    .footer__partner .providers[data-v-cba525cf] {
        display: flex;
        flex-direction: column;
        gap: 3.2vw;
        padding: 4.2666666667vw 0
    }

    .footer__partner .providers .text[data-v-cba525cf] {
        color: #f7f7f8;
        font-size: 3.7333333333vw;
        font-weight: 600;
        line-height: 5.3333333333vw
    }

    .footer__partner .providers .items[data-v-cba525cf] {
        align-items: center;
        display: grid;
        gap: 3.2vw;
        grid-template-columns: repeat(6,1fr);
        height: 8.5333333333vw;
        justify-items: center
    }

    .footer__partner .providers .items a[data-v-cba525cf] {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .footer__partner .providers .items img[data-v-cba525cf] {
        height: 8.5333333333vw;
        width: -moz-max-content;
        width: max-content
    }

    .footer__license[data-v-cba525cf] {
        align-items: center;
        display: grid;
        gap: 3.2vw;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto;
        justify-content: center;
        padding-top: 4.2666666667vw
    }

    .footer__license .icons[data-v-cba525cf] {
        display: grid;
        gap: 6.4vw;
        grid-column: span 3;
        grid-template-columns: repeat(3,auto)
    }

    .footer__license .icons img[data-v-cba525cf] {
        height: 6.4vw;
        width: auto
    }

    .footer__license .logo[data-v-cba525cf] {
        display: grid;
        gap: 6.4vw;
        grid-column: span 3;
        grid-template-columns: repeat(2,auto)
    }

    .footer__license .logo img[data-v-cba525cf] {
        height: 6.4vw;
        width: auto
    }

    .footer .copyright[data-v-cba525cf] {
        color: #5e6985;
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 4.2666666667vw;
        margin-top: 5.3333333333vw;
        text-align: center
    }

    .footer .copyright span[data-v-cba525cf] {
        color: #ffc759
    }

    .footer .copyright .link-brand[data-v-cba525cf],.footer .copyright .link-brand[data-v-cba525cf]:hover {
        color: inherit;
        text-decoration: none
    }

    .footer p.copyright[data-v-cba525cf] {
        padding-left: 5.3333333333vw
    }
}

.bottom-menu[data-v-dc0aee4e] {
    background-color: #141825;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1024
}

.bottom-menu__content[data-v-dc0aee4e] {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    height: 100%
}

.bottom-menu__item[data-v-dc0aee4e] {
    color: #131111;
    font-size: 3.2vw;
    font-weight: 500;
    padding-bottom: 1.0666666667vw
}

.bottom-menu__item[data-v-dc0aee4e],.bottom-menu__item>span[data-v-dc0aee4e] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.bottom-menu__item>span[data-v-dc0aee4e] {
    color: #fff;
    gap: 1.0666666667vw
}

.bottom-menu__item--special[data-v-dc0aee4e] {
    padding: 0 1.8666666667vw
}

.bottom-menu__item--special .bottom-menu__item--icon[data-v-dc0aee4e] {
    position: relative;
    top: -2.4vw
}

.bottom-menu__item--special .bottom-menu__item--icon img[data-v-dc0aee4e] {
    height: 10.6666666667vw;
    width: 10.6666666667vw
}

.bottom-menu__item--special .bottom-menu__item--name[data-v-dc0aee4e] {
    position: relative;
    top: -1.6vw
}

.bottom-menu__item--special[data-v-dc0aee4e]:after {
    background: linear-gradient(218.44deg,#ffd785 43.69%,#f14b26 98.27%);
    border-top-left-radius: 13.3333333333vw;
    border-top-right-radius: 13.3333333333vw;
    bottom: .5333333333vw;
    content: "";
    height: 18.1333333333vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 480px) {
    .bottom-menu__item--special[data-v-dc0aee4e]:after {
        bottom:-2.1333333333vw
    }
}

.bottom-menu__item--special .bottom-menu__item--name[data-v-dc0aee4e] {
    color: #f7f7f8
}

.bottom-menu__item--icon i[data-v-dc0aee4e] {
    font-size: 6.4vw
}

.bottom-menu__item--icon i[data-v-dc0aee4e]:before {
    color: #7a8db6
}

.bottom-menu__item--name[data-v-dc0aee4e] {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4.2666666667vw
}