/* Minification failed. Returning unminified contents.
(1648,1): run-time error CSS1019: Unexpected token, found '@import'
(1648,9): run-time error CSS1019: Unexpected token, found 'url(/Content/VIP/css/https:/fonts.googleapis.com/css2?family=Srisakdi&display=swap)'
 */
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
@font-face {
    font-family: 'EdwardianScriptITC';
    src: url(/Content/VIP/fonts/EdwardianScriptITC.woff) format('woff'), url(/Content/VIP/fonts/EdwardianScriptITC.ttf) format('truetype'), url(/Content/VIP/fonts/EdwardianScriptITC.svg#EdwardianScriptITC) format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #151515;
    margin: 0;
    padding: 0;
    /*max-width: 1300px;*/
}

.holderRelative {
    position: relative;
    height: 100%;
}

.thisRelative {
    position: relative;
    height: 100%;
}

.logo {
    z-index: 999;
    position: fixed;
    bottom: 15px;
    left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#logo img {
    max-width: 100px;
    height: auto;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.logoOnModal {
    text-align: center;
}

.missionAccomplish {
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 99999;
}

    .missionAccomplish img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        margin: auto;
        opacity: 0.5;
    }


    .missionAccomplish .img-accomplished {
        max-height: 100%;
        max-width: 100%;
        height: 80%;
        width: 80%;
        display: block;
        position: relative;
        box-sizing: border-box;
        margin: auto;
        opacity: 0.5;
        background: url(/Content/VIP/images/mission-accomplished.png) no-repeat center center;
        background-size: contain;
    }

html:lang(vi-VN) .missionAccomplish .img-accomplished {
    max-height: 100%;
    max-width: 100%;
    height: 80%;
    width: 80%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    opacity: 0.5;
    background: url(/Content/VIP/images/mission-accomplished_vn.png?v=1) no-repeat center center;
    background-size: contain;
}
html:lang(zh-CN) .missionAccomplish .img-accomplished {
    background: url(/Content/VIP/images/mission-accomplished_cn.png) no-repeat center center;
}
html:lang(th-TH) .missionAccomplish .img-accomplished {
    max-height: 100%;
    max-width: 100%;
    height: 80%;
    width: 80%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    opacity: 0.5;
    background: url(/Content/VIP/images/mission-accomplished_th.png?v=1) no-repeat center center;
    background-size: contain;
}







/*
  LOGIN
*/
#loginPart {
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}

    #loginPart .modal-dialog {
        top: 25%;
        z-index: 99999;
        max-width:450px;
    }

    #loginPart .modal-content {
        background: #111;
        /*border: 3px solid #fff;*/
        color: #fff;
        min-height: 200px;
        border: 4px solid #bda066;
        position: relative;
    }

        #loginPart .modal-content .close {
            color: #fff;
            opacity: 1;
        }

.contentModal {
    padding-top: 20px;
}

.loginTable {
    width: 100%;
    border-collapse: collapse;
}

    .loginTable tr td input {
        width: 100%;
        border: 1px solid #ccc;
        padding: 8px;
        margin-bottom: 8px;
        font-size: 13px;
        color:#333;
    }

    .loginTable tr:last-child td:first-child {
        width: 70%;
    }

.errorMsg {
    color: red;
    display: none;
    padding: 5px;
    font-size: 12px;
    margin: 2px 0;
}

.clickheretxt {
    color: #fff;
    margin-top: 10px;
    display: block;
}

    .clickheretxt:hover, .clickheretxt:focus, .clickheretxt:active {
        color: #fee71b;
    }
/*
  STRAIGHT LINE (VERTICAL LINES TOP)
*/
.vertical-lines-right {
    position: fixed;
    height: 80px;
    top: 0;
    right: 62px;
    content: "";
    width: 1px;
    left: auto !important;
    background: #fff;
    z-index: 21;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .vertical-lines-right::before {
        position: absolute;
        height: calc(100vh - 420px);
        top: 135px;
        right: 0px;
        content: "";
        width: 1px;
        background: #fff;
    }

/*
  END OF VERTICAL LINE TOP
*/

/*
  navToggle
*/
.navToggle {
    position: fixed;
    top: 95px;
    right: 50px;
    left: auto !important;
    width: 35px;
    height: 35px;
    border-top: 2px solid #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.5
}

    .navToggle:before {
        position: absolute;
        right: 0;
        top: 7px;
        width: 26px;
        height: 2px;
        background: #fff;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        content: "";
    }

    .navToggle:after {
        position: absolute;
        right: 0;
        top: 16px;
        width: 16px;
        height: 2px;
        background: #fff;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        content: "";
    }

    .navToggle:hover:before {
        width: 35px;
    }

    .navToggle:hover:after {
        width: 35px;
    }

    .navToggle.open {
        border-top: 0px solid #fff;
        margin-right: -8px;
        margin-top: 8px;
    }

        .navToggle.open:before {
            top: 0;
            left: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 28px;
        }

        .navToggle.open:after {
            top: 0;
            left: 0;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            width: 28px;
        }
/*
  END OF navToggle
*/



/*
  navContent
*/
.navContent {
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    background: #101010;
    padding: 30px;
    width: 350px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav {
    margin-top: 20px;
}

    .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .nav ul li a {
            display: block;
            text-decoration: none;
            padding: 10px 0;
            color: #fff;
        }

            .nav ul li a:hover {
                text-decoration: none;
                color: #fee71b;
            }

/*
  END NAVCONTENT
*/

/*
  NAVIGATION BUTTONS
*/
.menu {
    position: fixed;
    bottom: 150px;
    right: 60px;
    z-index: 70;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .menu li {
        display: block;
        color: #000;
        background: #fff;
        background: rgba(255,255,255, 0.5);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 8px
    }

        .menu li.active {
            background: #fee71b;
            color: #fff;
        }

        .menu li a {
            text-decoration: none;
            color: #000;
        }

        .menu li.active a:hover {
            color: #000;
        }

        .menu li:hover {
            background: #fee71b;
        }

        .menu li a,
        .menu li.active a {
            height: 8px;
            width: 8px;
            display: block;
        }

        .menu li.active a {
            color: #fff;
        }
/*
  END NAVIGATION BUTTONS
*/


.scroll-down-icon {
    z-index: 100;
    position: fixed;
    left: auto !important;
    bottom: 140px;
    right: 65px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .scroll-down-icon span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .scroll-down-icon span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb07 2s infinite;
        animation: sdb07 2s infinite;
        opacity: 0;
        box-sizing: border-box;
    }

        .scroll-down-icon span:nth-of-type(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .scroll-down-icon span:nth-of-type(2) {
            top: 11px;
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
        }

        .scroll-down-icon span:nth-of-type(3) {
            top: 22px;
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.lastvertical {
    position: fixed;
    height: 80px;
    bottom: 0;
    right: 65px;
    content: "";
    background: #fff;
    z-index: 21;
    opacity: 0.5;
    width: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .lastvertical::before {
        position: absolute;
        height: 80px;
        bottom: 0;
        right: 0px;
        content: "";
        width: 1px;
        left: auto !important;
        background: #fff;
        z-index: 21;
        opacity: 0.5;
    }









/*
  CONTROLLER OF TOGGLECLASS
*/
.atease {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bodyRight {
    left: -350px;
}

.navPush {
    right: 366px;
}

.navContPush {
    right: 0;
}

.navAndVerticalRight {
    right: 378px;
}

.menuNav {
    right: 375px;
}
/*
  CONTROLLER OF TOGGLECLASS
*/


/*
  PROGRESSBAR
*/
.progress-bar {
    width: 0;
    -webkit-animation: progress 1.5s ease-in-out forwards;
    animation: progress 1.5s ease-in-out forwards;
    -moz-animation: progress 1.5s ease-in-out forwards;
    overflow: visible;
}

    .progress-bar .title {
        opacity: 1;
        -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
        animation: show 0.35s forwards ease-in-out 0.5s;
        position: absolute;
        top: -20px;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
    }

/*@keyframes gradient2 {
  0% {
    background-position-x: 0px ;
      background-position-y:50px;
  }

  100% {
   background-position-x: 2000px ;
  background-position-y:2000px;
  }
}

@-moz-keyframes gradient2 {
  0% {
    background-position-x: 0px ;
      background-position-y:50px;
  }

  100% {
    background-position-x: 2000px ;
  background-position-y:2000px;
  }
}*/
@-webkit-keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*
  END PROGRESSBAR ANIMATION
*/

.leftSlide {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #777;
    text-align: center;
}

.rightContent {
    padding: 20px;
    margin-left: 130px;
}







/*
  LOGIN PART
*/
.loginPart {
    padding: 0;
    margin: 0;
}

.login {
    float: left;
}

.btnLogin {
    width: 158px;
    height: 40px;
    line-height: 40px;
    background: #fee71b;
    color: #373201;
    text-align: center;
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* 
    WELCOME
*/
.welcome {
    color: #fff;
    float: left;
    /*line-height: 40px;*/
}

    .welcome span {
        color: #fee71b;
        font-weight: bold;
        text-overflow: ellipsis;
        width: 130px;
        overflow: hidden;
        /*display: inline-block;*/
        margin: auto;
        padding: 0;
        vertical-align: baseline;
        line-height: normal;
        white-space: nowrap;
    }

.language {
    float: right;
    vertical-align: middle;
    color: #fff;
    /*line-height: 40px;*/
    font-size: 13px;
}

    .language a {
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
    }

    .language .active {
        color: #fee71b;
    }

html:lang(vi-vn) .language .langVN {
    color: #fee71b;
}
html:lang(en-us) .language .langUS {
    color: #fee71b;
}
html:lang(zh-CN) .language .langCN {
    color: #fee71b;
}
html:lang(th-TH) .language .langTH {
    color: #fee71b;
}



/*
  Copyright
*/
.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #999;
    font-size: 12px;
}

html:lang(vi-vn) .copyright {
    font-size: 11px;
}


.socialMedia {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 20px;
}

    .socialMedia i {
        margin-bottom: 2px;
    }

.instagram {
    color: #517fa6;
    display: block;
}

.youtube {
    color: #cf3427;
    display: block;
}

.facebook {
    color: #39599f;
    display: block;
}

.twitter {
    color: #269fd8;
    display: block;
}

/*
    GLOBAL TABLE
*/
.responsive-table thead th {
    background: #0d3211 url(/Content/VIP/images/thbg.jpg) repeat-x;
    height: 81px;
    color: #fee71b;
    text-transform: uppercase;
}

.responsive-table tbody tr:nth-child(odd) td, .responsive-table tbody tr:nth-child(odd) th {
    background: #0c4216;
    border: 1px solid #2a6335;
}

.responsive-table tbody tr:nth-child(even) td, .responsive-table tbody tr:nth-child(even) th {
    background: #0f521c;
    border: 1px solid #2a6335;
}

@media(min-width: 768px) {
    .GodLevel tbody tr.gold td[rowspan] {
        background: #0c4216;
        color: #fff;
    }
}



.responsive-table tbody .gold {
    background: linear-gradient(-45deg, #eee32a, #eccf02, #fff087);
    background-size: 50% 100%;
    color: #000;
    animation: linear-gradient 8s ease-in infinite;
    font-weight: bold;
    /*height: 50px;*/
    border: 2px solid #654713;
    -webkit-box-shadow: 0px 0px 33px -8px rgba(143,143,143,1);
    -moz-box-shadow: 0px 0px 33px -8px rgba(143,143,143,1);
    box-shadow: 0px 0px 33px -8px rgba(143,143,143,1);
    font-size: 14px;
}

.responsive-table tbody tr.gold td {
    background: transparent;
    background-color: transparent;
    border: none;
    color: #251700;
    padding: 10px;
    font-weight: bold;
    font-size: 1em;
}

    /*.responsive-table tbody tr.gold td:nth-child(7), .responsive-table tbody tr.gold td:nth-child(6) {
        font-weight: normal;
    }*/

.responsive-table tbody tr.gold th[scope="row"] {
    background: transparent;
    color: #422a00;
    border: none;
    font-weight: bold;
    padding: 10px;
    font-size: 1.1em;
}

@media (max-width: 767px) {
    .responsive-table tbody tr.gold {
        background: unset;
    }

    .responsive-table tbody tr.gold td[scope="row"],
    .responsive-table tbody tr.gold th[scope="row"] {
        background: linear-gradient(-45deg, #eee32a, #eccf02, #fff087);
        background-size: 50% 100%;
        color: #000;
        animation: linear-gradient 8s ease-in infinite;
    }

    .responsive-table tbody tr.gold td {
        color: #fff;
    }
}

.responsive-table tbody tr:not(.gold):hover > td, .responsive-table tbody tr:hover > th {
    background: #398e3b;
    cursor: pointer;
}

.responsive-table.rptblrmv tbody tr td:nth-child(3) {
    display: none;
}
.responsive-table.rptblrmv tbody tr td:nth-child(5) {

}

.responsive-table.rptblrmv thead tr th:nth-child(5) {
}



.responsive-table.rptblrmv thead tr th:nth-child(3) {
    display: none;
}

.responsive-table thead th:first-of-type {
    text-align: center;
}

.responsive-table tbody td[data-title]:before {
    color: #fff;
}


@keyframes linear-gradient {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 400% 400%
    }
}


/*
    MODAL CLOSE BUTTON
*/
.closeBtn {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #e6e6e6;
    opacity: 1;
    border: none;
    color: #9c9c9c;
    font-size: 25px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.tblbeg .tblAnchor {
    pointer-events: auto;
    cursor: pointer;
}

.tblAnchor {
    color: #fff;
    /*
        TEMPORARY ONLY
        JUST REMOVE THIS WHEN PROMOTION IS ACTIVATED AGAIN
    */
    pointer-events: auto;
    cursor: pointer;
    /*
       END OF TEMPORARY
    */
}

    .tblAnchor:hover, .tblAnchor:focus {
        color: #fee71b;
    }

    .tblAnchor:target {
        color: #fee71b;
    }

.responsive-table tbody tr.gold td a.tblAnchor {
    color: #251700;
}
/*
    FLARES
*/
.flareLeft {
    position: absolute;
    height: 438px;
    width: 78px;
    top: 0px;
    left: -40px;
    z-index: 9;
    background: url(/Content/VIP/images/flare.png) no-repeat;
}

.flareRight {
    position: absolute;
    height: 300px;
    width: 78px;
    bottom: 0px;
    right: -40px;
    z-index: 9;
    background: url(/Content/VIP/images/flareR.png) no-repeat;
}

.flareLoginL {
    position: absolute;
    height: 197px;
    width: 37px;
    top: -20px;
    left: -21px;
    z-index: 9;
    background: url(/Content/VIP/images/flareLoginL.png) no-repeat;
}

.flareLoginR {
    position: absolute;
    height: 197px;
    width: 37px;
    bottom: -30px;
    right: -21px;
    z-index: 9;
    background: url(/Content/VIP/images/flareLoginL.png) no-repeat;
}





/*#######################################
    SHINES ANIMATION
######################################*/
.shines {
    background: url(/Content/VIP/images/shine-1.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    animation: shining 1.7s linear 0.5s infinite;
    opacity: 0;
}

.shines-1 {
    background: url(/Content/VIP/images/shine-2.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 15px;
    animation: shining 1.2s linear infinite;
}

.shines-2 {
    background: url(/Content/VIP/images/shine-3.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    top: 5px;
    animation: shining 1.6s linear 0.3s infinite;
    opacity: 0;
}

.shines-3 {
    background: url(/Content/VIP/images/shine-2.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: -4px;
    animation: shining 1.9s linear 0.7s infinite;
    opacity: 0;
}

.shines-4 {
    background: url(/Content/VIP/images/shine-3.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 40px;
    top: -5px;
    animation: shining 1.8s linear 1s infinite;
    opacity: 0;
    z-index: 99999;
}

.shines-5 {
    background: url(/Content/VIP/images/shine-3.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 45px;
    bottom: -5px;
    animation: shining 2.6s linear 1s infinite;
    opacity: 0;
    z-index: 99999;
}

.shines-6 {
    background: url(/Content/VIP/images/shine-2.png) top center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 6px;
    animation: shining 1.8s linear .5s infinite;
}

@keyframes shining {
    0% {
        transform: scale(0.1) rotate(0deg);
        opacity: 0;
    }

    50% {
        transform: scale(0.8) rotate(-320deg);
        opacity: 1;
        filter: brightness(1.4);
    }

    100% {
        transform: scale(0.1) rotate(-620deg);
        opacity: 0;
    }
}

@keyframes shining-2 {
    0% {
    }

    50% {
        filter: brightness(1.1);
    }

    100% {
    }
}



.navtop-mobile {
    display: none;
}

.showMobile {
    display: none;
}

.showDestop {
    display: block;
}


.modal .modalBenefits {
    width: 100%;
    border: 3px solid #fff;
}


/*****************************************
              RESPONSIVE
******************************************/
@media (max-width: 767px) {

    .modal .modalBenefits {
        width: unset;
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {

    .tblAnchor span {
        font-size: 12px;
    }

    .spanSmall {
        font-size: 12px;
    }
}

@media only screen and (max-width:1024px) {
    body {
        min-width: 100%;
    }

    .logo {
        bottom: inherit;
        top: 13px;
        left: initial;
        right: 75px;
    }

    .responsive-table tbody td:first-child {
        text-align: left;
        font-weight: bold;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
        margin-top: 60px;
    }

    .vertical-lines-right,
    .menu,
    .scroll-down-icon,
    .lastvertical {
        display: none;
    }

    .navtop-mobile {
        width: 100%;
        height: 60px;
        display: block;
        position: fixed;
        z-index: 8889;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
    }

    .navToggle {
        top: 20px;
        right: 26px;
        z-index: 9999;
    }

    .logo {
        z-index: 9999;
        left: 14px;
        width: 100%;
    }

        .logo.bodyRight {
            bottom: inherit;
            top: 13px;
            left: -114px;
        }
    /*
    Controller
  */
    .bodyRight {
        left: -348px
    }

    .navPush {
        right: 388px;
    }

    .navContPush {
        right: 0;
    }

    .navAndVerticalRight {
        right: 400px;
    }

    .menuNav {
        right: 396px;
    }
}

@media screen and (max-width:768px) {
    .responsive-table tbody tr.gold td a.tblAnchor {
        color: #fff;
    }
    /*.modal-content {
        height: 80vh;
        overflow-x:scroll;
    }*/
    .flareRight, .flareLeft {
        display: none;
    }

    .btnLogin {
        font-size: 18px;
    }



    /*
        FOR TABLES
    */
    .showMobile {
        display: block;
    }

    .showDestop {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .bodyRight {
        left: -250px
    }

    .btnLogin {
        width: 128px;
        font-size:14px;
    }
    .language {
        /*position: absolute;
            right: 0;
            top: 0;
            z-index: 999;*/
        /*line-height: 10px;*/
    }

    .welcome {
        line-height: 20px;
    }

    .logo.bodyRight {
        right: 298px;
    }

    .navContent {
        width: 250px;
        padding: 15px;
    }

    .navToggle {
        right: 20px;
        top: 20px;
    }

    .navPush {
        right: 260px;
    }

    .navAndVerticalRight {
        right: 272px;
    }

    .menuNav {
        right: 268px;
    }

    .nav ul li a {
        padding: 5px 0;
    }

    .socialMedia {
        bottom: 35px;
        left: 0;
    }

    .navContPush {
        /*overflow-x: scroll;*/
    }

    .socialMedia a {
        display: inline-block;
    }

    /*.copyright {
        bottom:0;
    }*/
    /*.btnLogin {
        font-size: 4vw;
    }*/
}
/*
  HEIGHT VERSION
*/



/*LANDSCAPE VIEW*/
@media only screen and (max-height: 480px) {
    .socialMedia {
        /*right: initial;
        left:0px;*/
        position: static;
        margin-top: 15px;
    }

    .copyright {
        position: static;
    }

    .navContent .holderRelative {
        /*overflow-x:scroll;*/
    }

    .navContent {
        overflow-x: scroll;
    }

    .nav ul li a {
        padding: 5px 0;
    }

    .socialMedia a {
        display: inline-block;
    }
}

@media only screen and (max-height: 380px) {
}

@media only screen and (max-height: 320px) {
    .menu {
        display: none;
    }
}

.tblBenefit tr:hover > td.noHover {
    background-color: rgb(12, 66, 22) !important;
}

@font-face {
    font-family: 'Candlescript Demo Version';
    src: url(/Content/VIP/fonts/CandlescriptDemoVersion.eot);
    src: url(/Content/VIP/fonts/CandlescriptDemoVersion.eot?#iefix) format('embedded-opentype'), url(/Content/VIP/fonts/CandlescriptDemoVersion.woff) format('woff'), url(/Content/VIP/fonts/CandlescriptDemoVersion.ttf) format('truetype'), url(/Content/VIP/fonts/CandlescriptDemoVersion.svg#CandlescriptDemoVersion) format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url(/Content/VIP/css/https:/fonts.googleapis.com/css2?family=Srisakdi&display=swap);


html:lang(vi-VN) body {
    /* font-family: Arial; */
}

.blackout {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 9999;
}

.colorYellow {
    color: #fee71b;
}

#section0 {
    background: url(/Content/VIP/images/Welcome_VIP.jpg);
    background-size: cover;
    background-position: center center;
}

#section1 {
    background: url(/Content/VIP/images/IMG_VIP_01.jpg);
    background-size: cover;
    background-position: center center;
}

#section2 {
    background: url(/Content/VIP/images/IMG_VIP_02.jpg);
    background-size: cover;
    background-position: center center;
}

#section3 {
    background: url(/Content/VIP/images/IMG_VIP_03.jpg);
    background-size: cover;
    background-position: center center;
}

#section4 {
    background: url(/Content/VIP/images/IMG_VIP_04.jpg);
    background-size: cover;
    background-position: center center;
}

#section5 {
    background: url(/Content/VIP/images/IMG_VIP_05.jpg);
    background-size: cover;
    background-position: center center;
}

html:lang(th-TH) .fp-tableCell {
    font-family: 'Kanit', sans-serif !important;
}
/*
  WELCOME NOTE
*/
.welcomeNote {
    position: absolute;
    right: 100px;
    width: 50%;
    top: 28%;
    text-align: center;
    /* font-family: Georgia,Times,Times New Roman,serif; */
    color: #fff;
}

html:lang(vi-VN) .welcomeNote {
    /* font-family: Arial; */
}

.welcome1st {
    font-size: 65px;
    font-weight: bold;
    font-style: italic;
}

html:lang(vi-VN) .welcome1st {
    font-size: 65px;
    /* font-family: Arial; */
}

.welcome1st span {
    color: #fee71b;
    font-size: 122px;
    line-height: 0;
}

.welcome2nd {
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    line-height: 45px;
    margin-top: 20px;
}

html:lang(vi-VN) .welcome2nd {
    font-size: 30px;
    /* font-family: Arial; */
}

.welcome3rd {
    font-size: 30px;
    margin-top: 40px;
    line-height: 30px;
    color: #dbc75b;
}

html:lang(vi-VN) .welcome3rd {
    font-size: 30px;
    font-family: Arial;
}

@media(min-width: 1366px) {
    .welcome1st {
        font-size: 3.5vw;
    }

    html:lang(vi-VN) .welcome1st {
        font-size: 2.5vw;
    }

    .welcome1st span {
        font-size: 5.5vw;
    }

    .welcome2nd {
        font-size: 25px;
        line-height: 30px;
    }

    .welcome3rd {
        font-size: 20px;
        line-height: 30px;
    }
}

/*
  
*/
.name {
    position: absolute;
    bottom: 50px;
    left: 190px;
    line-height: normal;
}

.modelName {
    position: relative;
    /* font-family: Georgia,Times,Times New Roman,serif; */
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    letter-spacing: 20px;
    font-style: italic;
}

html:lang(vi-VN) .modelName {
    /* font-family: Arial; */
}

.firstLetter {
    /*font-family: 'EdwardianScriptITC';*/
    font-family: 'Candlescript Demo Version';
    font-size: 150px;
    color: #fff;
    margin-right: 10px;
    text-transform: none;
}

.tagline {
    top: 20px;
    position: absolute;
    left: 20px;
    color: #fee71b;
    font-size: 20px;
    display: block;
    width: auto;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .tagline b {
        font-weight: normal;
        color: red;
    }
/*
  COPYLINE
*/
.copyline {
    /*background: rgba(0,0,0,0.7);*/
    padding: 30px;
    position: absolute;
    left: 5%;
    top: 15%;
    color: #fff;
    font-style: italic;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    /* font-family: Georgia,Times,Times New Roman,serif; */
}

html:lang(vi-VN) .copyline {
    /* font-family: Arial; */
}

.copyline p:first-child {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

html:lang(vi-VN) .copyline p:first-child {
    font-size: 26px;
}

.copyline p:first-child span {
    color: #fee71b;
}

/*
  PLACEHOLDER CONTENT
*/
.topHolder {
    background: url(/Content/VIP/images/placeholder/topplaceholder.png);
    height: 52px;
    width: 545px;
}

.bottomHolder {
    background: url(/Content/VIP/images/placeholder/bottomplaceholder.png);
    height: 52px;
    width: 545px;
}

.midHolder {
    background: url(/Content/VIP/images/placeholder/midplaceholder.jpg) repeat-y;
    width: 545px;
    padding: 20px 40px;
    position: relative;
}

.extraHolder1 {
    position: absolute;
    top: 30%;
    left: -140px;
    background: url(/Content/VIP/images/placeholder/forplaceholder1.png) no-repeat;
    width: 165px;
    height: 82px;
}

.extraHolder2 {
    background: url(/Content/VIP/images/placeholder/forplaceholder2.png) no-repeat;
    width: 425px;
    height: 60px;
    margin-left: 76px;
}

.signature {
    position: absolute;
    padding: 5px;
    bottom: -35px;
    right: 10px;
    z-index: 99;
}

.signatureBlack {
    position: absolute;
    padding: 5px;
    bottom: -15px;
    right: 10px;
    z-index: 99;
}

.sig {
    background: url(/Content/VIP/images/signature_all.png) no-repeat;
    display: block;
    margin-bottom: -20px;
}

.sig1 {
    background-position: 0 0;
    width: 186px;
    height: 45px;
}

.sig2 {
    background-position: 0 -52px;
    width: 186px;
    height: 54px;
}

.sig3 {
    background-position: 0 -112px;
    width: 186px;
    height: 49px;
}

.sig4 {
    background-position: 0 -174px;
    width: 186px;
    height: 42px;
}

.sig5 {
    background-position: 0 -232px;
    width: 186px;
    height: 43px;
}

.sigName {
    color: #fff;
    /* font-family: Georgia,Times,Times New Roman,serif; */
    font-size: 14px;
}

html:lang(vi-VN) .sigName {
    /* font-family: Arial; */
}

.sigName span {
    color: #fee71b;
}

.copyline2 {
    /*background: rgba(0,0,0,0.7);*/
    padding: 30px;
    position: absolute;
    right: 10%;
    top: 15%;
    color: #fff;
    font-style: italic;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    /* font-family: Georgia,Times,Times New Roman,serif; */
}

html:lang(vi-VN) .copyline2 {
    /* font-family: Arial; */
}

.copyline2 p:first-child {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

    .copyline2 p:first-child span {
        color: #fee71b;
    }

.extraHolder3 {
    position: absolute;
    bottom: -31px;
    left: -61px;
    background: url(/Content/VIP/images/placeholder/forplaceholder3.png) no-repeat;
    width: 210px;
    height: 415px;
}

.midHolder2 {
    padding: 20px 50px;
    background: url(/Content/VIP/images/placeholder/midplaceholder.jpg) repeat-y;
    width: 545px;
    position: relative;
}

.moreDetails {
    display: none;
}

/****************************************************
  RESPONSIVE
*****************************************************/
@media (max-width: 1566px) {
    .copyline-master {
        left: 4%;
        top: 8%;
    }
}


@media (max-width: 1366px) {
    .copyline, .copyline2 {
        background: black;
        left: 0%;
        top: unset;
        width: 100%;
        bottom: 0;
        font-size: 16px;
        padding: 10px;
    }

    .topHolder, .bottomHolder, .extraHolder1, .extraHolder2, .extraHolder3 {
        display: none;
    }

    .midHolder {
        background: none;
        width: 545px;
        padding: 10px 40px;
    }

    .midHolder2 {
        background: none;
        width: 545px;
        padding: 10px 40px;
    }

    .modelName {
        font-size: 30px;
        letter-spacing: 5px;
    }

    .firstLetter {
        font-size: 80px;
    }

    .thisRelative {
        margin-left: 400px;
    }

    .copyline p:first-child, .copyline2 p:first-child {
        font-size: 24px;
    }

    .moreDetails {
        display: none;
        position: absolute;
        bottom: 50px;
        right: 190px;
        line-height: normal;
    }

        .moreDetails a {
            color: #fff;
            /* font-family: Georgia,Times,Times New Roman,serif; */
            font-size: 24px;
            font-style: italic;
        }

    html:lang(vi-VN) .moreDetails a {
        /* font-family: Arial; */
    }

    .moreDetails a:hover {
        text-decoration: none;
    }

    .signature {
        display: block;
        position: absolute;
        bottom: 0px;
        right: -50%;
        line-height: normal;
    }

    .signatureBlack {
        display: block;
        position: absolute;
        bottom: 15px;
        right: -50%;
        line-height: normal;
    }

    .name {
        left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #section0 {
        background-size: cover;
        background-position: 31% 0;
    }

    .welcomeNote {
        position: absolute;
        width: 100%;
        right: inherit;
        top: inherit;
        bottom: 0px;
        left: 50%;
        padding: 30px 60px;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%,0%);
        -o-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        background-color: rgba(0,0,0,0.9);
    }

    html:lang(vi-VN) .welcome1st {
        font-size: 30px;
    }

        html:lang(vi-VN) .welcome1st span {
            font-size: 60px;
        }

    .welcome1st {
        font-size: 25px;
    }

        .welcome1st span {
            font-size: 40px;
        }

    html:lang(vi-VN) .welcome2nd, .welcome2nd {
        font-size: 25px;
    }

    .welcome2nd {
        font-size: 20px;
        margin-top: 0;
    }

    html:lang(vi-VN) .welcome3rd, .welcome3rd {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 100px;
    }

    .welcome3rd {
        margin-top: 15px;
    }

    .thisRelative {
        margin: 0 auto;
    }

    .midHolder, .midHolder2 {
        margin: 0 auto;
        width: 90%;
    }

        .midHolder p + p, .midHolder2 p + p {
            margin-bottom: 0px;
        }

    .signature, .signatureBlack {
        position: absolute;
        right: inherit;
        left: 0;
        top: -88px;
    }

    .welcome1st {
        font-size: 5.4vw;
    }

        .welcome1st span {
            font-size: 8vw;
        }

    .welcome2nd {
        font-size: 4vw;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
   
    #section0 {
        background-size: cover;
        background-position: 31% 0;
    }

    .tagline {
        top: 70px;
    }

    .welcomeNote {
        position: absolute;
        width: 100%;
        right: inherit;
        top: inherit;
        bottom: 0px;
        left: 50%;
        padding: 15px 20px;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%,0%);
        -o-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        background-color: rgba(0,0,0,0.9);
    }

    .welcome1st {
        font-size: 25px;
        line-height: normal;
    }

        .welcome1st span {
            font-size: 40px;
        }

    html:lang(vi-VN) .welcome2nd, .welcome2nd {
        font-size: 3.7vw;
    }

    .welcome2nd {
        font-size: 20px;
        margin-top: 0;
    }

    html:lang(vi-VN) .welcome3rd, .welcome3rd {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 100px;
    }

    .welcome3rd {
        margin-top: 15px;
    }

    .thisRelative {
        margin: 0 auto;
    }

    .midHolder, .midHolder2 {
        margin: 0 auto;
        width: 100%;
        padding: 10px;
    }



    .signature, .signatureBlack {
        position: absolute;
        right: inherit;
        left: 0;
        top: -88px;
    }

    html:lang(vi-VN) .welcome1st {
        font-size: 4.3vw;
        line-height: normal;
    }

        html:lang(vi-VN) .welcome1st span {
            font-size: 6.9vw;
        }

    .copyline p:first-child, .copyline2 p:first-child {
        margin-bottom: 6px;
    }
    .welcome1st {
        font-size: 5.4vw;
    }

        .welcome1st span {
            font-size: 8vw;
        }

    html:lang(vi-VN) .welcome2nd, .welcome2nd {
        font-size: 25px;
    }

    .welcome2nd {
        font-size: 4vw;
        margin-top: 0;
    }

}

@media only screen and (max-width:480px) {
    #section3 {
        background-position: 37% center;
    }

    .welcomeNote {
        padding: 15px 5px;
    }

    html:lang(vi-VN) .welcome3rd, .welcome3rd {
        padding: 0px 0px 10px 0px;
        font-size: 13px;
    }




    html:lang(vi-VN) .welcome2nd {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    .welcome2nd {
        line-height: 22px;
    }

    .midHolder, .midHolder2 {
        margin: 0 auto;
        width: 100%;
        padding: 10px;
    }

        .midHolder p, .midHolder2 p {
            line-height: 20px;
        }

    .copyline p:first-child, .copyline2 p:first-child {
        font-size: 24px;
        line-height: 30px;
    }

    .signature, .signatureBlack {
        position: absolute;
        right: inherit;
        left: 0;
        top: -70px;
    }
}

