body {
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    color: #fff;
    font-size: 10pt;
    min-height: 100vh;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 500;
}

polyline {
    color: #fff;
}

.en-only {
    font-family: 'Bebas Neue', sans-serif;
}

.text-muted {
    color: #797979 !important;
}

.btn {
    font-weight: 600;
}

/* btn */
.btn-main{
    /* height: 55px; */
}
.btn-red {
    background-color: #c60101;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn-red:hover {
    border: none;
    background-color: #a20000
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 0.8em;
}

.btn-black:hover {
    background-color: #ec327e;
    border: none;
}

.btn-s img {
    height: auto;
}

.btn-focus {
    animation: eff-focus 1s infinite;
}


@keyframes eff-focus {
    0% {
        transform: scale(0.95);
        /* box-shadow: 0 0 0 0 rgb(255, 0, 0); */
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* end btn */


/* scroller */
.scroller {
    scroll-snap-type: y mandatory;
}

#scroller {
    text-align: left;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #000;
    scroll-snap-type: y mandatory;
}

.first-scroll,
.second-scroll {
    flex: 0 0 250px;
    color: #fff;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start none;
    scroll-margin-block-start: 0;
}

/* end scroller */

/* social-bar */
.social-bar {
    padding: 0 10px;
    position: fixed;
    z-index: 220;
    top: 40%;
    right: 0;
    transform: translate(0, -50%);
    border-radius: 10px 0 0 10px;
    background: url(/images/s-bar-menu-bg.png)left top no-repeat;
    background-size:cover ;
}

.social-bar a {
    width: 30px;
    height: 30px;
    display: block !important;
    margin: 10px 0;
}


/* s-main */
.s-main {
    position: relative;
    background:#100500 url(/images/main-banner-xs.jpg)center top no-repeat;/* <length> values */
    background-size: cover;
    padding-top: 50px;
    scroll-snap-align: start none;
    scroll-margin-block-start: 20px;
    height: auto;
}

.btn-play {
    width: 100px;
}

.bg-banner {
    position: relative;
    z-index: 0;
    text-align: center;
    width: 100%;
    opacity: 1;
}
.bg-banner video {
    width: 100%;
    height: 100vh;
    opacity: 1;
    object-fit: cover;
}
.bg-banner img {
    width: 100%;
}

.headline-img {
    text-align: center;
    /* height: 55px; */
    margin: 10px 0;
}

.headline-img img {
    height: 100%;
}

.s-main .container {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    padding-bottom: 30px;
}
.s-main-logo {
    width: 100%;
    max-width: 850px;
}

/* end s-main */

/* s-pre-register */
.pre-register {
    margin: 0 auto;
    background: url(/images/s-regis-bg.jpg)top center no-repeat;
    background-size: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 2px;
    scroll-snap-align: start none;
    scroll-margin-block-start: 0px;
}

.pre-register .count-box {
    background: url(/images/s-regis-bg-count.png) no-repeat center;
    background-size: 100%;
    width: 90%;
    max-width: 900px;
    font-size: 40pt;
    color: #fd3c99;
    text-shadow: 2px 2px 0px  #3ffcfd;
    letter-spacing: 15px;
    margin: auto;
    aspect-ratio: 7 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pre-register a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.4s;
}
.pre-register a:hover {
    color: #d70000;
    font-weight: 400;
    text-decoration: underline;
}

.reward-step-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 390px;
}

.reward-step {
    width: 790px;
    margin-top: 40px;
}

.reward-step>div {
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 140px;
    aspect-ratio: 1/1.2;
}

.reward-step>div.active,
.reward-step>div:hover {
    background-blend-mode: normal;
}

.reward-step>div:hover {
    z-index: 200;
}

/* reward frame */
.reward-step>div::before {
    content: "";
    background: url(/images/reward-frame.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.reward-step>div.active::before {
    content: "";
    background: url(/images/reward-frame-red.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.reward-step>div.completed::after {
    content: "";
    background: url(/images/reward-stapm.png) no-repeat top;
    background-size: 80%;
    position: absolute;
    width: 100%;
    aspect-ratio: 2.5/1;
    left: 0;
    top: 100px;
    z-index: 100;
    pointer-events: none;
}

/* reward line step */
.reward-step>div .line-step {
    position: absolute;
    top: -22px;
    left: 50%;
    width: 110%;
    height: 3px;
    background: url(/images/reward-line.png) no-repeat center;
    border-radius: 30px;
    z-index: 10;
}

.reward-step>div.completed .line-step {
    content: " ";
    position: absolute;
    top: -22px;
    left: 50%;
    width: 110%;
    height: 3px;
    background: url(/images/reward-line-red.png) no-repeat center;
    border-radius: 30px;
    z-index: 10;
}

.reward-step>div:last-child .line-step {
    background: none;
    right: 45px;
    left: auto;
}

.reward-step>div:last-child .line-step::before {
    right: 0;
    left: auto;
}

.reward-step>div .line-step::before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    transform: translate(-50%, 0);
    width: 25px;
    height: 25px;
    background: #6C6C6C;
    border-radius: 30px;
    border: 3px #00000084 solid;
    z-index: 30;
}

.reward-step>div.active .line-step::before {
    content: " ";
    position: absolute;
    top: -12px;
    left: -12px;
    transform: translate(-50%, 0);
    width: 25px;
    height: 25px;
    background: url(/images/reward-icon-completed.png) no-repeat center;
    background-size: 100%;
    border-radius: 30px;
    border: 3px #ffffff81 solid;
    animation: eff-focus 1s infinite;
}

.reward-step>div.completed .line-step::before {
    content: " ";
    position: absolute;
    top: -12px;
    left: 0;
    transform: translate(-50%, 0);
    width: 25px;
    height: 25px;
    background: url(/images/reward-icon-completed.png) no-repeat center;
    border-radius: 30px;
    border: none;
}

.reward-step>div.completed {
    background-blend-mode: darken;
}

.reward-step .reward {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 138%;
    max-width: 350px;
    z-index: 100;
}

.reward-step .reward>img {
    position: relative;
    z-index: -1;
    width: 70%;
}

.reward-step>div img::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 20%;
    z-index: 30;
}

/* reward preview */

.preview {
    position: absolute;
    opacity: 0;
    z-index: 400;
    bottom: 0;
    transition: opacity 0.3s;
}

.reward-step .reward:hover .preview {
    display: block;
    position: absolute;
    bottom: 0;
    left: 100px;
    opacity: 1;
}

.reward-step>div .preview img {
    max-width: 180px;
}


.step-item1 .reward:hover .preview {
    left: 10px;
}

.step-item2 .reward:hover .preview {
    left: 10px;
    opacity: 1;
}

.step-item3 .reward:hover .preview {
    left: 10px;
    opacity: 1;
}

.step-item4 .reward:hover .preview {
    left: auto;
    right: 10px;
    opacity: 1;
}

.step-item5 .reward:hover .preview {
    left: auto;
    right: 10px;
    opacity: 1;
}

.step-item1 {
    background: url(/images/reward-bg-step1.png)no-repeat top center;
    background-size: 100%;
    transition: all 1s;
}

.step-item2 {
    background: url(/images/reward-bg-step2.png)no-repeat top center;
    background-size: 100%;
    transition: all 1s;
}

.step-item3 {
    background: url(/images/reward-bg-step3.png)no-repeat top center;
    background-size: 100%;
    transition: background 1s;
}

.step-item4 {
    background: url(/images/reward-bg-step4.png)no-repeat top center;
    background-size: 100%;
    transition: background 1s;
}

.step-item5 {
    background: url(/images/reward-bg-step5.png)no-repeat top center;
    background-size: 100%;
    transition: background 1s;
}

/* end per-register */



/* s-invite */
.s-invite {
    width: auto;
    margin: 0 auto;
    background: url(/images/s-invite-bg-xs.jpg)top;
    background-size: cover;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 50px;
    justify-content: center;
}


/* s-feature */
.s-feature {
    width: auto;
    margin: 0 auto;
    background: url(/images/s-feature-bg.jpg)top;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;

}

.feature-carousel {
    width: 100%;
}

.demo-carousel {
    width: 100%;
}


.flipster__item img {
    max-width: 300px;
}

.flipster {
    overflow: hidden;
}

.s-feature .nav-pills .nav-link{
    color: #fff;
    position: relative;
}
.s-feature .nav-pills .nav-link:hover{
    color: #e90000;
}
.s-feature .nav-pills .nav-link.active, .s-feature .nav-pills .show>.nav-link{
    background: url(/images/s-feature-bg-tap.png)no-repeat center;
    background-size: cover;
    color: #fff;
}
.s-feature .nav-pills .nav-link.active::after {
    content: "";
    background: url(/images/s-feature-arrow-xs.png) no-repeat center;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%, -0%);
    height: 25px;
    width: 40px;
    background-size: 100%;
}
.s-feature .box-text{
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.s-feature .box-text h3{
    line-height: 1em;
    color: #dc0000;
    font-weight: 700;
}
.s-feature .owl-carousel .owl-nav button.owl-next, .s-feature .owl-carousel .owl-nav button.owl-prev {
    background-color: #ffffff78;
    height: 40px;
    width: 40px;
    border-radius: 0;
    top: 58%;
    transform: translate(0, -50%);
}
.s-feature .owl-prev {
    left: -10px;
}
.s-feature .owl-next {
    right: -10px;
}
.s-feature .owl-theme .owl-dots .owl-dot span {
    margin: 3px;
    height: 5px;
    background-color: #383535;
    width: 30px;
}
.s-feature .owl-theme .owl-dots .owl-dot.active span {
    background: #910000;
    width: 30px;
}
/* end s-feature */



/* s-news highlights */
.s-news .highlights {
    width: auto;
    margin: 0 auto;
    background: url(/images/s-news-bg-highlights.jpg)top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0.375rem !important;
    max-width: 100% !important;
    height: auto !important;
}

.s-news .headline-img {
    /* height: 40px; */
}

.news-card .card-body {
    font-family: 'Noto Sans Thai', sans-serif;
    display: inline-block;
    font-weight: 600;
    font-stretch: ultra-expanded;
    font-size: 13pt;
    height: 165px;
}

.card-body a {
    margin: 0 auto;
    width: 100%;
}


.card-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-text {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 35px;
    margin: 4px auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    font-weight: 300;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    width: 96px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 3px;
    background: #ffffff8a;
    width: 96px;
    height: 6px;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

.owl-prev span,
.owl-next span {
    font-size: 23pt;
    line-height: 20pt;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #ffffffb4;
    color: #000;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    top: 38%;
    transform: translate(0, -50%);
    text-align: center;
}

/* end s-news highlights */

/* news-overview */
.news-overview {
    background: #000;
    background-image: url(/images/news-bg.jpg);
    background-repeat: repeat-x;
    padding: 50px 0 80px 0;
    font-family: 'Noto Sans Thai', sans-serif;
    position: relative;

}

.news-overview .news-card {
    width: 95%;
    margin: auto;
}

.news-overview .news-card:hover img {
    box-shadow: 0 0 10px #bc0000;
    transition: box-shadow 1s;
}

.news-overview .card-body {
    color: #7a7a7a;
    transition: color 0.5s;
}

.news-overview .news-card:hover .card-body {
    color: #fff;
}

.news-overview .nav-link {
    padding: 4px 0px 0px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
    font-size: 13pt;
    height: 62px;
    width: 208px;
}

.news-overview .nav-link:focus,
.news-overview .nav-link:hover {
    color: #004c4f;
    background-image: url(/images/news-tab-bg.png);
}

.news-overview .nav-pills .nav-link.active,
.news-overview .nav-pills .show>.nav-link {
    /* border-bottom: 2px solid #ec327e; */
    background: none;
    border-radius: 0;
    color: #004c4f;
    /* font-weight: 900; */
    background-image: url(/images/news-tab-bg.png);
}

.news-overview .card-body {
    font-size: 11pt;
    width: 100%;
    text-align: left;
    height: auto;
}

.news-overview .card-body .card-title {
    height: auto;
    font-size: 1em;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.news-overview .card-body .card-text {
    color: #fff;
    height: auto;
    margin-top: 5px;
    font-size: 0.7em;
    line-height: 1.6em;
    font-weight: 300;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-overview .tab-content {
    text-align: center;
}

.news-coming {
    padding: 50px 0;
}


/* news page */
.news-page {
    padding-top: 40px;
    margin-top: 0px;
}

.page-item a:link,
.page-item a:visited,
.page-item a:hover {
    border: #707070 2px solid;
    background: #00000096;
    margin: 0 5px;
    border-radius: 5px;
}

.page-item a:active {
    border: #A20000 2px solid;
    background: #A20000;
    margin: 0 5px;
    color: #fff;
}

.page-item {
    border-radius: 12px;
}

.page-link:hover {
    color: #bc0000;
}

/* news detail page */
.news-detail-page {
    padding-top: 80px;
}

.news-detail {
    position: relative;
    background: url(/images/news-detail-bg.jpg)bottom no-repeat;
    padding: 80px 0 50px 0;
}
.news-detail::before {
    content: "";
    background: url(/images/s-news-bg-highlights.jpg)top;
    background-size: cover;
    position: absolute;
    top: 0;
    height: 400px;
    width: 100%;
    z-index: 100;
}



.news-detail .container {
    position: relative;
    background: #1D1D1D;
    min-height: 500px;
    width: 100%;
    z-index: 200;
    padding-bottom: 50px;
}

.news-body {
    width: 95%;
    margin: 0 auto;

}
.news-detail .img-thumbnail {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 25px #000000a5;
    margin-top: -12%;
    padding: 0;
}

.news-content {
    font-size: 0.9em;
    font-weight: 200;
    line-height: 1.7em;
    color: #fff;
}

.news-content img {
    margin: 10px 0;
}

.news-content a {
    color: #d70000;
    font-weight: 400;
}

.news-content a:hover {
    color: #ff0000;
}

.news-meta {
    font-size: 0.85em;
}

footer{
    scroll-snap-align: end;
    scroll-margin-block-start: 0;
}

footer a:hover{
    text-decoration: underline;
}


@media (min-width: 450px) {
    .s-main {
        height: auto;
    }

    .news-overview .news-card {
        margin-bottom: 10px;
    }
}

@media(min-width:540px) {

    .headline-img {
        text-align: center;
        /* height: 83px; */
    }

    .s-main {
        margin-top: 0;
    }


}

@media(min-width:650px) {
    .btn-play {
        width: 170px;
    }
    .s-main .container{
        bottom: 35%;
    }
}

@media(min-width:750px) {
    body {
        font-size: 13pt;
    }

    .s-main {
        padding-top: 0;
    }

    .btn-play {
        width: 200px;
    }

    .btn-main {
        width: auto;
        /* height: 70px; */
    }

    .s-invite {
        padding-top: 400px;
    }
    .s-feature .box-text{
        font-size: 0.9em;
    }

    .flipster__item img {
        max-width: 600px;
    }

    .news-card {
        margin: 5px 4px;
    }

    .news-detail {
        padding: 110px 0 100px 0;
    }

}

@media(min-width:850px) {
    .btn-main {
        /* height: 70px; */
        margin-top: 20px;
    }

    .pre-register {
        z-index: 100;
        position: relative;
    }

    .reward-step-box {
        overflow: hidden;
    }

    .reward-step {
        margin: 50px auto;
    }
}

@media(min-width:970px) {
    .btn-s img {
        height: 65px;
    }

    .btn-main {
        /* height: 85px; */
    }

    .s-main {
        padding-top: 0px;
        background:#100500 url(/images/main-banner-lg.jpg)center top no-repeat;
    }

    .s-main .container {
        bottom: 40%;
    }

    .btn-play {
        width: 110px;
    }

    .pre-register {
        scroll-margin-block-start: 50px
    }

    .reward-step {
        width: 850px;
    }

    .reward-step>div {
        width: 160px;
    }

    .reward-step-box {
        height: auto;
    }

    .reward-step .reward:hover .preview {
        display: block;
        position: absolute;
        bottom: 60px;
        left: 150px;
        opacity: 1;
    }

    .step-item5 .reward:hover .preview {
        left: auto;
        right: 0;
        opacity: 1;
    }

    .reward-step .reward {
        width: 280px;
    }

    .reward-step>div .line-step::before {
        top: -12px;
        width: 35px;
        height: 35px;
        border: 5px #00000084 solid;
    }

    .reward-step>div .line-step,
    .reward-step>div.completed .line-step {
        top: -32px;
        height: 10px;
    }

    .reward-step>div.active .line-step::before {
        width: 35px;
        height: 35px;
    }

    .reward-step>div.completed .line-step::before {
        width: 35px;
        height: 35px;

    }

    .reward-step>div .preview img {
        max-width: 300px;
    }

    .preview {
        position: absolute;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 400;
        bottom: 100px;
        left: 100px;
    }

    .s-invite {
        background: url(/images/s-invite-bg.jpg)top;
        background-size: cover;
        padding: 50px 0;
    }

    .flipster__item img {
        max-width: 500px;
    }

    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -40px;
    }

    .s-feature .nav-pills .nav-link.active::after {
        content: "";
        background: url(/images/s-feature-arrow.png) no-repeat center;
        position: absolute;
        top: 50%;
        right: -40%;
        left: auto;
        transform: translate(-00%, -50%);
        height: 40px;
        width: 57px;
        background-size: 100%;
    }

    
    .headline-img,
    .s-news .headline-img {
        text-align: left;
        /* height: 70px; */
    }

    .news-card .card-body {
        font-size: 14pt;
    }

    .news-overview .nav-link {
        font-size: 16pt;
    }

    .news-card {
        margin: 5px 0px;
    }

    .news-overview .card-body .card-text {
        -webkit-line-clamp: 3
    }

    .news-detail {
        padding: 200px 0 130px 0;
    }

}

@media(min-width:1000px) {
    .bg-banner img {
        opacity: 0;
    }

    .bg-banner {
        /* background: url(/images/main-banner-lg.jpg)top no-repeat; */
        height: 100vh;
        /* background-size: 150%; */
    }

}

@media(min-width:1200px) {
    .social-bar {
        top: 50%;
    }

    .s-main {
        height: auto;
        background-size: 100%;
    }
    .s-main .container {
        bottom: 50%;
    }

    .bg-banner {
        background: transparent;
    }

    .bg-banner img {
        opacity: 1;
    }


    .reward-step>div {
        margin: 0 10px;
    }

    .reward-step {
        width: 1000px;
    }

    .card-body {
        width: 90%;
    }

    .headline-img,
    .s-news .headline-img {
        text-align: left;
        height: auto;
    }

    .headline-img img {
        height: 110px;
    }

    .news-overview .card-body .card-text {
        -webkit-line-clamp: 2
    }

    .news-overview .news-card {
        width: 100%;
        margin: auto;
    }

    .news-body {
        width: 80%;
        margin: 0 auto;
    }

    .news-content {
        font-size: 0.8em;
    }

    .pre-register .count-box{
        font-size: 7.5em;
    }
}

@media(min-width:1400px) {

    .btn-main {
        /* height: 69px; */
        margin-top: 5px;
    }

    .btn-play {
        width: 120px;
    }

    .reward-step {
        width: 1200px;
    }

    .reward-step>div {
        width: 216px;
    }

    .reward-step>div:last-child .line-step::before {
        right: 31px;
    }

    .reward-step {
        margin-bottom: 10px;
    }

    .flipster__item img {
        max-width: 650px;
    }

    .card-text {
        -webkit-line-clamp: 3;
        height: auto;
        font-size: 0.9em;
    }

    .news-card .card-body {
        height: 175px;
    }

    .card-body a {
        width: auto;
        margin: 0;
    }

    .news-overview .card-body .card-text {
        -webkit-line-clamp: 3;
    }

    .news-card .card-body {
        font-size: 11pt;
    }

    .news-overview .card-body .card-text {
        font-size: 0.8em;
    }

    .news-overview .news-card .card-body {
        height: auto;
    }

    .news-body {
        width: 75%;
        margin: 0 auto;
    }

}

@media(min-width:1600px) {

    .s-main {
        height: auto;
        margin: 0;
        padding: 0;
        background-size: contain;
        /* height: 950px; */
    }

    .btn-play {
        width: 150px;
    }

    .btn-main {
        /* height: 80px; */
    }

    .s-main .container {
        bottom: 35%;
    }
}

@media(min-width:1800px) {
}

@media(min-width:1921px) {
    .s-main {
        height: auto;
    }

    .bg-banner {
        width: 1920px;
        margin: 0 auto;
    }

    .pre-register,
    .s-invite,
    .s-feature {
        width: 1920px;
        margin: auto;
    }
}
@media(max-width:1024px) {
    .bg-banner video {
        width: 100%;
    } 
}
@media(max-width:991px) {
    .btn-main {
        height: 55px;
    }
    .card-body a {
        width: auto;
    }
    .news-overview .nav-link {
        padding: 4px 0px 0px 0px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        margin-right: 15px;
        font-size: 13pt;
        height: 46px;
        width: 158px;
        background-size: contain !important;
    }
}
@media(max-width:512px) {

}