<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    appearance: button;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*SLICK MIN*/
/* slick.min.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*SLICK THEME*/
.slick-loading .slick-list {
    background: #fff center center no-repeat
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir='rtl'] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*MAIN*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* #fff-space: normal; */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*SLICK MIN*/
/* slick.min.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*SLICK THEME*/
.slick-loading .slick-list {
    background: #fff center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†'
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’'
}

[dir='rtl'] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

/*MAIN*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

main {
    height: 800px;
    /*background-image: url(../_img/bg.jpg);*/
    background-color: #000620;
    /*background-position: center -85px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto;*/
}

.white {
    color: #fff;
}

body.id #slider-1-title {
    font-size: 29px;
    top: 51px;
    width: 390px;
    left: 430px;
}

body.id #slider-1-subtitle {
    left: 435px;
    top: 117px;
    text-align: center;
    font-weight: 700;
}

body.id #slider-1-button {
    top: 185px;
}

body.id #slider-2-title {
    width: 410px;
    font-weight: 700;
    font-size: 29px;
}

body.id #slider-2-subtitle {
    width: 355px;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
}

body.id #slider-2-button {
    top: 190px;
    left: 460px;
}

body.id #slider-3-title {
    width: 495px;
    font-weight: 700;
    font-size: 29px;
}

body.id #slider-3-subtitle {
    left: 465px;
    text-align: center;
    font-weight: 700;
    width: 395px;
    top: 147px;
}

body.id #slider-3-button {
    top: 189px;
}

body.id #step-1-title {
    left: 50px;
}

body.id #step-2-title {
    left: 50px;
}

body.id #step-2-nb {
    left: 10px;
}

body.id #step-2-subtitle {
    left: 40px;
    width: 245px;
    font-size: 15px;
}

body.id #step-3-subtitle {
    left: 30px;
    width: 210px;
}

body.id #rectangle-container-title {
    left: 50px;
    width: 660px;
}

body.id #best-h1 {
    left: 30px;
}

body.id #best-p {
    left: 70px;
}

body.id #huge-h1 {
    left: 100px;
    width: 115px;
}

body.id #huge-p {
    left: 65px;
}

body.id #tf-7-h1 {
    left: 30px;
}

body.id #tf-7-p {
    left: 70px;
}

body.id #fast-h1 {
    left: 30px;
}

body.id #fast-p {
    left: 70px;
}

body.in .slider-2 {
    background-image: url(../_img/slider2-bg-in.jpg);
    background-position: center -635px;
    background-repeat: no-repeat;
}

body.in #slider-1-title {
    width: auto;
    left: 340px;
    font-weight: 700;
    top: 90px;
    font-size: 32px;
}

body.in #slider-1-subtitle {
    top: 133px;
    left: 355px;
    width: 585px;
    text-align: center;
}

body.in #slider-1-button {
    top: 200px;
    left: 350px;
}

body.in #slider-2-subtitle {
    width: 300px;
    text-align: center;
}

body.in #slider-2-button {
    left: 465px;
    top: 190px;
}

body.in #step-2-subtitle {
    left: 45px;
    width: 235px;
}

body.in #step-3-subtitle {
    left: 40px;
    width: 245px;
    font-size: 15px;
}

body.kr #slider-1-button {
    top: 212px;
}

body.kr #slider-1-title {
    top: 100px;
    font-size: 30px;
}

body.kr #slider-1-subtitle {
    left: 440px;
    text-align: center;
    top: 140px;
    font-size: 27px;
    width: 476px;

}

body.kr #slider-1-button {
    top: 209px;
}

body.kr #slider-2-title {
    font-size: 28px;
}

body.kr #slider-2-subtitle {
    text-align: center;
    left: 465px;
    width: 215px;
    font-size: 28px;
    top: 121px;
}

body.kr #slider-2-button {
    top: 190px;
}

body.kr #slider-3-subtitle {
    width: 345px;
    left: 475px;
    text-align: center;
}

body.kr #slider-3-button {
    top: 180px;
}

body.kr #step-1-title {
    width: 110px;
}

body.kr #step-2-title {
    width: 110px;
    left: 40px;
}

body.kr #step-2-nb {
    left: 15px;
}

body.kr #slider-3-title {
    font-size: 27px;
}

body.kr #step-2-subtitle {
    width: 215px;
    left: 40px;
}

body.kr #step-3-title {
    width: 140px;
    left: 50px;
}

body.kr #step-3-subtitle {
    width: 250px;
    left: 41px;
    font-size: 15px;
}

body.kr #step-3-nb {
    left: 15px;
}

body.kr #rectangle-container-title {
    left: 45px;
    width: 440px;
}

body.kr #huge-h1 {
    left: 50px;
    width: 60px;
}

body.kr #huge-p {
    left: 68px;
    width: 75px;
}

body.sc #slider-1-title {
    top: 22px;
}

body.sc #slider-1-subtitle {
    width: 220px;
    top: 185px;
    font-size: 14px;
}

body.sc #slider-1-button {
    top: 207px;
}

body.sc #slider-3-subtitle {
    width: 250px;
    text-align: center;
    left: 475px;
}

body.sc #slider-3-button {
    top: 180px;
}

body.sc #step-1-title {
    width: 65px;
}

body.sc #step-2-title {
    width: 65px;
}

body.sc #step-3-title {
    width: 110px;
}

body.sc #rectangle-container-title {
    width: 235px;
    left: 60px;
}

body.th #slider-1-subtitle {
    width: 299px;
    top: 115px;
    font-size: 22px;
}

body.th #slider-1-button {
    top: 180px;
}

body.th #slider-2-title {
    font-size: 27px;
}

body.th #slider-2-subtitle {
    text-align: center;
    width: 228px;
    font-size: 24px;
    top: 121px;
}

body.th #slider-2-button {
    top: 185px;
}

body.th #slider-3-subtitle {
    left: 480px;
    width: 225px;
    text-align: center;
}

body.th #slider-3-button {
    top: 180px;
}

body.th #step-1-title {
    width: 160px;
}

body.th #step-1-subtitle {
    left: 5px;
}

body.th #step-2-title {
    width: 100px;
}

body.th #step-2-nb {
    left: 20px;
}

body.th #step-3-title {
    width: 105px;
}

body.th #step-3-nb {
    left: 20px;
}

body.th #rectangle-container-title {
    left: 50px;
    width: 470px;
}

body.th #best-h1 {
    width: 55px;
}

body.th #best-p {
    left: 80px;
}

body.th #huge-h1 {
    width: 95px;
    left: 85px;
}

body.th #huge-p {
    left: 70px;
}

body.th #tf-7-h1 {
    width: 85px;
    left: 75px;
}

body.th #tf-7-p {
    left: 75px;
}

body.th #fast-h1 {
    width: 70px;
}

body.th #fast-p {
    width: 70px;
    left: 55px;
}

body.vn #slider-1-title {
    font-size: 33px;
    /* top: 100px; */
    /* width: 502px; */
    width: 410px;
    margin: 0 auto;
}

body.vn #slider-1-subtitle {
    top: 120px;
    text-align: center;
    font-size: 28px;
    width: auto;
    left: 428px;
}

body.vn #slider-1-button {
    top: 204px;
    font-size: 20px;
}

body.vn #slider-2-title {
    width: 414px;
    top: 100px;
    font-size: 21px;
}

body.vn #slider-2-subtitle {
    width: 335px;
    top: 145px;
    text-align: center;
    font-size: 21px;
}

body.vn #slider-2-button {
    font-size: 20px;
    left: 460px;
    top: 190px;
}

body.vn #slider-3-title {
    width: 410px;
}

body.vn #slider-3-subtitle {
    left: 470px;
    text-align: center;
}

body.vn #slider-3-button {
    font-size: 20px;
    top: 180px;
}

body.vn #step-1-subtitle {
    width: 220px;
}

body.vn #step-2-subtitle {
    width: 195px;
}

body.vn #step-3-title {
    width: 210px;
}

body.vn #step-3-subtitle {
    width: 205px;
}

body.vn #rectangle-container-title {
    left: 60px;
    width: 440px;
}

body.vn #best-h1 {
    left: 90px;
    width: 95px;
}

body.vn #best-p {
    left: 110px;
    width: 125px;
}

body.vn #huge-h1 {
    left: 85px;
    width: 85px;
}

body.vn #huge-p {
    left: 110px;
    width: 125px;
}

body.vn #tf-7-p {
    left: 110px;
    width: 105px;
}

body.vn #fast-h1 {
    left: 95px;
    top: 50px;
    width: 125px;
}

body.vn #fast-p {
    left: 78px;
    width: 105px;
}

header.tpl-header {
    display: none;
}

header {
    height: 85px;
    background: #af0000;
}

.head-wrap {
    max-width: 1019px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
}

.right-wrap {
    margin-left: auto;
    justify-content: flex-start;
    display: inline-flex;
}

.login-form-wrap {
    position: relative;
}

.promo {
    font-size: 11px;
    position: relative;
    top: -14px;
}

.login-form-wrap form .field {
    width: 140px;
    height: 27px;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    margin: 0 3px 0;
}

.login-form-wrap form .button {
    min-width: 90px;
    text-transform: uppercase;
    min-height: 27px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 2px 13px;
    background-color: #e4e4e4;
}

.login-form-wrap form .button:hover {
    background: #f7f7f7;
}

.login-form-wrap .cantlog {
    text-decoration: none;
    position: absolute;
    bottom: -19px;
    right: 31px;
    color: #fff;
}

body.kr .login-form-wrap .cantlog {
    right: -32px;
}

body.id .login-form-wrap .cantlog {
    right: 4px;
}

body.vn .login-form-wrap .cantlog {
    right: -13px;
}

.login-form-wrap .cantlog:hover {
    color: #ffe000;
}

.login-form-wrap .password-wrap {
    display: inline-flex;
    position: relative;
    align-items: center;
}

.login-form-wrap .password-mask,
.login-mob-wrap .password-mask2 {
    display: inline-block;
    width: 32px;
    height: 19px;
    background-image: url(../_img/password_sprt.png);
    background-repeat: no-repeat;
    background-position: -40px;
    position: absolute;
    right: 6px;
    cursor: pointer;
}

.login-mob-wrap .password-mask2 {
    position: absolute;
    right: 39px;
    margin-top: 14px;
}

.login-form-wrap .password-mask.active,
.login-mob-wrap .password-mask2.active {
    background-position: 0;
}

.head-social-wrap {
    margin-left: 10px;
}

.head-social-wrap a {
    margin: 0 2px;
}

.head-instagram:lang(kr) {
    display: none;
}

.login-btn-mob {
    display: none;
}

span.yellow {
    color: #f9e530;
}

.country-area-code span.trigger {
    top: -2px !important;
}

.container-up {
    height: 350px;
    position: relative;
}

.container-down {
    height: 450px;
    position: relative;
}

.glow-border {
    background-image: url(../_img/glow-border.png);
    position: relative;
    top: 0;
    height: 1px;
    width: 90%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-1 {
    height: 365px;
    background-image: url(../_img/golden-chips-sub-bg.jpg);
    background-position: center -16px;
    background-repeat: no-repeat;
    position: relative;
}

body.th .slider-1 {
    background-image: url(../_img/fortune-tiger.jpg);
}

body.en .slider-1hf {
    background-image: url(../_img/halloween-fortune-en.jpg);
    background-position: center -16px;
    background-repeat: no-repeat;
    position: relative;
}

body.en .slider-1go {
    background-image: url(../_img/gates-of-olympus.jpg);
    background-position: center -16px;
    background-repeat: no-repeat;
    position: relative;
}

body.en .slider-1hg, body.th .slider-1hg {
    background-image: url(../_img/manukyan-desktop.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
    position: relative;
}

body.in .slider-1 {
    background-image: url(../_img/free-golden-chips-bg.jpg);
}

body.kr .slider-1,
body.sc .slider-1 {
    background-image: url(../_img/buffalo-blitz-bg.jpg);
}

body.vn .slider-1 {
    background-image: url(../_img/golden-chips-bg.jpg);
}

#slider-1-title {
    position: absolute;
    font-size: 35px;
    right: 0;
    top: 75px;
    width: 390px;
    text-align: center;
    margin: auto;
    left: 430px;
    font-weight: 700;
}

#slider-1-subtitle {
    position: absolute;
    font-size: 27px;
    left: 420px;
    right: 0;
    margin: auto;
    width: 410px;
    top: 160px;
    font-weight: 700;
    text-align: center;
}

#slider-1-button {
    position: absolute;
    background-color: #f9e530;
    color: #000;
    width: 200px;
    height: 50px;
    margin: auto;
    left: 420px;
    right: 0;
    top: 228px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
}

.slider-2 {
    height: 365px;
    background-image: url(../_img/slider2-bg.jpg);
    background-position: center -970px;
    background-repeat: no-repeat;
    position: relative;
}

body.th .slider-2 {
    background-image: url(../_img/celtic-desktop.20250130.jpg);
    background-position: center;
    background-size: cover;
}

body.en .slider-2 {
    background-image: url(../_img/celtic-desktop.20250130.jpg);
    background-position: center;
    background-size: cover;
}

body.en .slider-2 .slider-content-wrapper, body.en .slider-1hg .slider-content-wrapper, body.th .slider-1hg .slider-content-wrapper {
    padding: 4% 6% 0 40%;
}

#slider-2-title {
    position: absolute;
    font-size: 35px;
    right: 0;
    top: 85px;
    width: 370px;
    text-align: center;
    margin: auto;
    left: 470px;
    font-weight: 700;
}

#slider-2-subtitle {
    position: absolute;
    font-size: 27px;
    left: 470px;
    right: 0;
    margin: auto;
    width: 360px;
    top: 125px;
    font-weight: 700;
    text-align: center;
}

body.en #slider-2-button {
    top: 230px;
}

#slider-2-button {
    position: absolute;
    background-color: #f9e530;
    color: #000;
    width: 200px;
    height: 50px;
    margin: auto;
    left: 450px;
    right: 0;
    top: 200px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
}

.slider-3 {
    height: 365px;
    background-image: url(../_img/slider3-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
}

body.th .slider-3 {
    background-image: url(../_img/cw-fdb.jpg);
}

body.th .slider-3 .slider-content-wrapper {
    padding: 4% 4% 0 50%;
}

body.en .slider-3 {
    background-image: url(../_img/cw-fdb.jpg);
}

body.en .slider-3 .slider-content-wrapper {
    padding: 4% 0% 0 46%;
}

#slider-3-title {
    position: absolute;
    font-size: 35px;
    right: 0;
    top: 75px;
    width: 370px;
    text-align: center;
    margin: auto;
    left: 470px;
    font-weight: 700;
}

#slider-3-subtitle {
    position: absolute;
    font-size: 27px;
    left: 510px;
    right: 0;
    margin: auto;
    width: 345px;
    top: 115px;
    font-weight: 700;
}

#slider-3-button {
    position: absolute;
    background-color: #f9e530;
    width: 200px;
    height: 50px;
    margin: auto;
    left: 470px;
    right: 0;
    top: 190px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
}

.buddha_title {
    top: 75px !important;
    /*    font-size: 28px!important;*/
}

.buddha_sub {
    top: 124px !important;
    font-size: 22px !important;
    line-height: 31px;
}

.slick-slide {
    height: 350px !important;
}

.slick-dots {
    bottom: 25px !important;
}

.slick-dots li.slick-active {
    background-color: #f9e530;
    border-radius: 10px;
    border: 1px solid #fff;
}

.slick-dots li {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px !important;
    border: 1px solid #fff;
}

.steps-container {
    height: 125px;
    width: 850px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}

.step-1 {
    position: absolute;
    background-image: url(../_img/step1-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    height: 126px;
    width: 285px;
    left: 0;
}

.step-2 {
    position: absolute;
    background-image: url(../_img/step2-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    height: 126px;
    width: 285px;
    left: 0;
    right: 0;
    margin: auto;
}

.step-3 {
    position: absolute;
    background-image: url(../_img/step3-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    height: 126px;
    width: 285px;
    right: 0;
}

#step-1-title {
    color: #f9e530;
    font-size: 25px;
    position: absolute;
    left: 20px;
    right: 0;
    margin: auto;
    width: 135px;
    top: 20px;
}

#step-1-subtitle {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 15px;
    right: 0;
    margin: auto;
    width: 170px;
    text-align: center;
    top: 50px;
    text-transform: uppercase;
}

#step-1-nb {
    position: absolute;
    height: 80px;
    top: 15px;
    left: 10px;
    color: #fff;
    font-size: 75px;
}

#step-2-title {
    color: #f9e530;
    font-size: 25px;
    position: absolute;
    left: 30px;
    right: 0;
    margin: auto;
    width: 135px;
    top: 20px;
}

#step-2-subtitle {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 25px;
    right: 0;
    margin: auto;
    width: 210px;
    text-align: center;
    top: 50px;
    text-transform: uppercase;
}

#step-2-nb {
    position: absolute;
    height: 80px;
    top: 15px;
    left: 10px;
    color: #fff;
    font-size: 75px;
}

#step-3-title {
    color: #f9e530;
    font-size: 25px;
    position: absolute;
    left: 40px;
    right: 0;
    margin: auto;
    width: 190px;
    top: 20px;
}

#step-3-subtitle {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 25px;
    right: 0;
    margin: auto;
    width: 210px;
    text-align: center;
    top: 50px;
    text-transform: uppercase;
}

#step-3-nb {
    position: absolute;
    height: 80px;
    top: 15px;
    left: 10px;
    color: #fff;
    font-size: 75px;
}

.rectangle-container {
    position: absolute;
    height: 40px;
    width: 800px;
    background-image: url(../_img/rectangle.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    top: 195px;
    left: 0;
    right: 0;
    margin: auto;
}

#rectangle-container-title {
    position: absolute;
    color: #fff;
    font-size: 25px;
    margin: auto;
    left: 0;
    right: 0;
    width: 570px;
    top: 5px;
    font-weight: 700;
}

.branding-container {
    position: absolute;
    width: 900px;
    height: 143px;
    background-image: url(../_img/branding-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 250px;
}

.best-container {
    position: absolute;
    height: 143px;
    width: 220px;
    top: 0;
    left: 20px;
}

#best-img {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 75px;
    height: 75px;
    background-image: url(../_img/best-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

#best-h1 {
    position: absolute;
    color: #f9e530;
    font-size: 17px;
    left: 50px;
    right: 0;
    margin: auto;
    width: 44px;
    top: 50px;
}

#best-p {
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 90px;
    right: 0;
    margin: auto;
    top: 70px;
    width: 85px;
}

.huge-container {
    position: absolute;
    height: 143px;
    width: 220px;
    top: 0;
    left: 240px;
}

#huge-img {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 75px;
    height: 75px;
    background-image: url(../_img/huge-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

#huge-h1 {
    position: absolute;
    color: #f9e530;
    font-size: 17px;
    left: 50px;
    right: 0;
    margin: auto;
    width: 44px;
    top: 50px;
}

#huge-p {
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 85px;
    right: 0;
    margin: auto;
    top: 70px;
    width: 75px;
}

.tf-7-container {
    position: absolute;
    height: 143px;
    width: 220px;
    top: 0;
    left: 460px;
}

#tf-7-img {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 75px;
    height: 75px;
    background-image: url(../_img/24-7-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

#tf-7-h1 {
    position: absolute;
    color: #ffe001;
    font-size: 17px;
    left: 50px;
    right: 0;
    margin: auto;
    width: 44px;
    top: 50px;
}

#tf-7-p {
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 90px;
    right: 0;
    margin: auto;
    top: 70px;
    width: 85px;
}

.fast-container {
    position: absolute;
    height: 143px;
    width: 220px;
    top: 0;
    left: 680px;
}

#fast-img {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 75px;
    height: 75px;
    background-image: url(../_img/fast-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

#fast-h1 {
    position: absolute;
    color: #f9e530;
    font-size: 17px;
    left: 50px;
    right: 0;
    margin: auto;
    width: 44px;
    top: 50px;
}

#fast-p {
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 90px;
    right: 0;
    margin: auto;
    top: 70px;
    width: 85px;
}

.rf-main-wrapper {
    background-color: rgba(0, 16, 46, .7) !important;
    border: 1px solid #fff !important;
    background-position: center 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 500px !important;
    height: 700px !important;
}

.registration-form {
    padding: 25px 0 25px !important;
    width: 90% !important;
    margin-left: 25px !important;
}

.registration-form hr {
    display: none;
}

.regform-item&gt;.item-label {
    color: #fff !important;
}

.regform-item&gt;.item-element-wrapper {
    width: 65% !important;
}

.regform-item&gt;.item-element-wrapper input {
    height: 30px !important;
}

.regform-item&gt;.item-element-wrapper select {
    font-size: 13px !important;
}

#regForm_birthdate_day {
    height: 30px !important;
}

#regForm_birthdate_month {
    height: 30px !important;
}

#regForm_birthdate_year {
    height: 30px !important;
}

#regForm_currency {
    height: 30px !important;
}

#regForm_country {
    height: 30px !important;
}

#regForm_mobile_number {
    height: 35px !important;
    font-size: 13px !important;
}

#regForm_submit {
    width: 235px !important;
    padding: 8px 18px !important;
    font-size: 21px !important;
}

.rf-main-wrapper .action-container&gt;.button-wrapper {
    width: 53% !important;
    margin-left: 145px !important;
}

.rf-main-wrapper .action-container&gt;.terms-and-conds {
    width: 91% !important;
    font-size: 12px !important;
    color: #fff !important;
    margin: 20px auto !important;
}

.terms-and-conds a {
    border: 1px solid #fff;
    background-color: blue;
    height: 39px;
    position: absolute;
    left: 0;
    right: 0;
    width: 450px;
    margin: 30px auto;
}

.login-mob-wrap {
    position: fixed;
    background: #af0000;
    width: 280px;
    height: 411px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 201;
    border-radius: 9px;
    text-align: center;
}

.login-mob-container {
    padding: 55px 0 0;
}

.modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}

.logo-mob {
    max-width: 194px;
    margin-bottom: 21px;
}

.user-icon,
.pass-icon {
    position: absolute;
    margin-top: 9px;
}

.field.userMob,
.field.passMob {
    height: 33px;
    border: none;
    margin: 7px 0;
    width: 205px;
    font-size: 13px;
    padding: 0 0 0 37px;
}

.submitMob {
    border: 0;
    margin-top: 16px;
    padding: 10px 14px;
    font-size: 19px;
    border-radius: 7px;
    text-transform: uppercase;
    width: 205px;
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
hr,
input {
    overflow: visible;
}

.overlay-bg {
    position: fixed;
    background: rgba(0, 0, 19, 1);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 200;
    display: block;
    display: none;
}

.overlay-bg-2 {
    position: fixed;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 200;
    display: block;
    display: none;
}

.right-heading-content {
    position: relative !important;
    top: 50px !important;
}

.close {
    width: 36px;
    height: 36px;
    margin: auto;
    left: 90px;
    position: absolute;
    top: -20px;
    right: -405px;
    cursor: pointer;
    transition: all 1s ease-in-out 0s;
    background-image: url(../_img/close-0222.png);
    background-repeat: no-repeat;
}

.rf-main-wrapper .action-container&gt;.terms-and-conds a {
    color: #f9e530 !important;
    font-weight: 700;
    font-size: 14px;
    padding-top: 10px;
    text-decoration: none !important;
}

body.kr .tpl-link-outs-wrap ul li,
body.kr .tpl-products-menu-wrap ul li,
body.sc .tpl-link-outs-wrap ul li,
body.sc .tpl-products-menu-wrap ul li,
body.vn .tpl-link-outs-wrap ul li,
body.vn .tpl-products-menu-wrap ul li,
body.id .tpl-link-outs-wrap ul li,
body.id .tpl-products-menu-wrap ul li {
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
}

body.vn .tpl-link-outs-wrap ul li a,
body.vn .tpl-products-menu-wrap ul li a {
    padding: 0 8px;
}

.slider-1a {
    background-image: url(../_img/pt-desktop.jpg);
    background-position: 0px center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.slider-1k {
    background-image: url(../_img/exchange-bonus-desktop.jpg);
    /*background-position: -130px center;*/
    background-repeat: no-repeat;
    position: relative;
    background-size: 125% 100%;
}

#slider-1a-title {
    position: absolute;
    font-size: 31px;
    right: 0;
    top: 85px;
    width: 440px;
    text-align: center;
    margin: auto;
    left: 430px;
    font-weight: 700;
    text-shadow: 3px 2px #131313;
}

body.th #slider-1a-title {
    max-width: 550px;
    width: 100%;
    left: 530px;
}

body.kr #slider-1a-title {
    max-width: 550px;
    width: 100%;
    left: 510px;
    text-shadow: 2px 1px #131313;
}

body.vn #slider-1a-title {
    max-width: 550px;
    width: 100%;
}

#slider-1a-button {
    background-color: #f9e530;
    color: #000;
    width: 200px;
    height: 50px;
    margin: auto;
    left: 420px;
    right: 0;
    font-size: 25px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

body.vn #slider-1a-button {
    font-size: 21px;
}

.slider-promo {
    font-size: 15px;
}

/* revamped slider styles */
.slider-content-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    padding: 4% 14% 0 40%;
    text-shadow: 3px 2px #131313;
}

.slider-title {
    display: block;
    position: relative;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}

.slider-subtitle {
    display: block;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}

.slider-button {
    display: block !important;
    position: relative !important;
    background-color: #f9e530 !important;
    width: auto !important;
    margin: 0 auto !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    margin-top: 5px !important;
    padding: 10px !important;
    text-align: center !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
}

body.kr #slider-title {
    text-shadow: 2px 1px #131313;
}

body.th .slider-content-wrapper {
    padding: 4% 4% 0 30%;
}

body.vn .slider-content-wrapper {
    padding: 4% 1% 0 50%;
}

body.id .slider-content-wrapper {
    padding: 4% 2% 0 45%;
}

body.in .slider-3 {
    background-image: url(../_img/andar-bahar-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 140% 100%;
}

.slider-desktop {
    display: block;
}

.slider-mobile {
    display: none;
}

body.en .y-bigger {
    font-size: 30px;
}

body.th .y-bigger {
    font-size: 30px;
}

body.id .y-bigger {
    font-size: 24px;
}


/*RESPONSIVE*/
@media only screen and (max-width:1023px) {
    /*#tpl-chat {
        display: none;
    }*/

    .head-wrap {
        padding: 0 20px;
    }

    .logo-wrap img {
        max-width: 80%
    }

    .login-form-wrap,
    .head-social-wrap {
        display: none;
    }

    .login-form-wrap,
    .head-social-wrap {
        display: none;
    }

    .login-btn-wrap-mob {
        display: block;
    }

    .login-btn-mob {
        padding: 6px 20px;
        border: none;
        font-size: 20px;
        text-transform: uppercase;
        background: #ffe000;
        cursor: pointer;
        border-radius: 5px;
        display: block;
    }

    .mobi-social-wrap {
        background: #373737;
        height: 40px;
        position: relative;
        display: block;
        z-index: 200;
        display: none !important;
    }

    .mobi-head-social-wrap {
        position: absolute;
        right: 0;
        top: 5px;
        margin: 0 20px;
        display: none !important;
    }

    body.en .slick-slide, body.th .slick-slide {
        height: 300px !important;
    }

    .slider-1 {
        height: 300px !important;
        background-image: url(../_img/golden-chips-sub-bg-768.jpg);
        background-position: center -16px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-1 {
        background-image: url(../_img/fortune-tiger-1024.jpg);
        background-size: cover;
    }

    body.th .slider-1 .slider-content-wrapper {
        padding: 4% 11% 0 43%;
    }

    body.en .slider-1hf {
        background-image: url(../_img/halloween-fortune-en-1024.jpg);
        background-size: cover;
    }

    body.en .slider-1go {
        background-image: url(../_img/gates-of-olympus-1024.jpg);
        background-size: cover;
    }

    body.en .slider-1hg, body.th .slider-1hg {
        background-image: url(../_img/manukyan-tablet.jpg);
        background-size: cover;
    }

    body.in .slider-1 {
        background-image: url(../_img/free-golden-chips-bg-768.jpg);
    }

    body.kr .slider-1,
    body.sc .slider-1 {
        background-image: url(../_img/buffalo-blitz-bg-768.jpg);
    }

    body.vn .slider-1 {
        background-image: url(../_img/golden-chips-bg-768.jpg);
    }

    #slider-1-title {
        font-size: 30px;
        left: 380px;
        width: 335px;
        top: 50px;
    }

    #slider-1-subtitle {
        font-size: 25px;
        left: 375px;
        width: 385px;
        top: 120px;
    }

    body.vn #slider-1-title {
        font-size: 30px;
        top: 85px;
        width: 480px;
        left: 340px;
    }

    body.vn #slider-1-subtitle {
        top: 135px;
        text-align: center;
        font-size: 20px;
        left: 340px;
    }

    #slider-1-button {
        left: 360px;
        top: 175px;
    }

    .slider-2 {
        height: 300px !important;
        background-image: url(../_img/slider2-bg-768.jpg);
        background-position: center -800px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-2,
    body.en .slider-2 {
        background-image: url(../_img/celtic-tablet.20250130.jpg);
        background-size: cover;
    }

    body.th .slider-2 .slider-content-wrapper {
        padding: 4% 0% 0 40%;
    }

    body.en .slider-2 .slider-content-wrapper, body.en .slider-1hg .slider-content-wrapper, body.th .slider-1hg .slider-content-wrapper {
        padding: 4% 0% 0 43%;
    }

    #slider-2-title {
        font-size: 30px;
        left: 400px;
        width: 320px;
    }

    #slider-2-subtitle {
        font-size: 22px;
        left: 340px;
        width: 320px;
    }

    #slider-2-button {
        left: 395px;
        top: 155px;
    }

    body.en #slider-2-button {
        top: 187px;
    }

    .slider-3 {
        height: 300px !important;
        background-image: url(../_img/slider3-bg-768.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
    }

    body.th .slider-3,
    body.en .slider-3 {
        background-image: url(../_img/cw-fdb-768.jpg);
        background-position: center;
        background-size: cover;
    }

    body.en .slider-3 .slider-content-wrapper {
        padding: 4% 0% 0 50%;
    }

    #slider-3-title {
        font-size: 30px;
        width: 300px;
        left: 340px;
    }

    #slider-3-subtitle {
        font-size: 22px;
        left: 345px;
        width: 245px;
        top: 110px;
    }

    #slider-3-button {
        left: 325px;
        top: 165px;
    }

    main {
        /*background-image: url(../_img/bg-768.jpg);
    background-position: center -40px;
    background-repeat: no-repeat;*/
        height: 670px;
    }

    .buddha_title {
        font-size: 28px !important;
    }

    .container-up {
        height: 300px;
    }

    .container-down {
        height: 370px;
    }

    .step-1 {
        background-image: url(../_img/step1-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 225px;
        height: 100px;
    }

    .step-2 {
        background-image: url(../_img/step2-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 225px;
        height: 100px;
    }

    #step-2-subtitle {
        font-size: 13.5px;
        left: 40px;
        width: 175px;
    }

    .step-3 {
        background-image: url(../_img/step3-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 225px;
        height: 100px;
    }

    #step-3-title {
        font-size: 23px;
        left: 40px;
        width: 170px;
        top: 20px;
    }

    #step-3-subtitle {
        font-size: 13.5px;
        width: 190px;
        top: 45px;
        left: 37px;
    }

    .steps-container {
        width: 670px;
        top: 30px;
    }

    .rectangle-container {
        background-image: url(../_img/rectangle-768.png);
        background-repeat: no-repeat;
        background-position: center 0;
        width: 670px;
        top: 140px;
    }

    .branding-container {
        background-image: url(../_img/branding-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 670px;
        top: 190px;
        height: 112px;
    }

    #best-img {
        background-image: url(../_img/best-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
        left: 5px;
    }

    #huge-img {
        background-image: url(../_img/huge-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
    }

    #tf-7-img {
        background-image: url(../_img/24-7-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
    }

    #fast-img {
        background-image: url(../_img/fast-bg-768.png);
        background-position: center 0;
        background-repeat: no-repeat;
    }

    .best-container {
        height: 106px;
        width: 150px;
        left: 0;
    }

    .huge-container {
        height: 106px;
        width: 150px;
        left: 0;
        left: 180px;
    }

    .tf-7-container {
        height: 106px;
        width: 150px;
        left: 0;
        left: 350px;
    }

    .fast-container {
        height: 106px;
        width: 150px;
        left: 0;
        left: 520px;
    }

    #best-h1 {
        left: 70px;
        top: 35px;
    }

    #huge-h1 {
        left: 65px;
        top: 35px;
    }

    #tf-7-h1 {
        left: 75px;
        top: 35px;
    }

    #fast-h1 {
        left: 75px;
        top: 35px;
    }

    #best-p {
        top: 50px;
    }

    #huge-p {
        top: 50px;
    }

    #tf-7-p {
        top: 50px;
    }

    #fast-p {
        top: 50px;
    }

    body.id #slider-1-title {
        font-size: 29px;
        top: 45px;
        width: 390px;
        left: 365px;
    }

    body.id #slider-1-subtitle {
        left: 365px;
        top: 110px;
    }

    body.id #slider-1-button {
        top: 165px;
    }

    body.id #slider-2-subtitle {
        width: 365px;
        top: 117px;
    }

    body.id #slider-2-button {
        top: 185px;
        left: 345px;
    }

    body.id #slider-3-title {
        width: 440px;
    }

    body.id #slider-3-subtitle {
        left: 350px;
        width: 295px;
    }

    body.id #slider-3-button {
        top: 180px;
    }

    body.id #step-2-title {
        top: 16px;
    }

    body.id #step-2-subtitle {
        width: 190px;
        font-size: 14px;
        top: 40px;
    }

    body.id #rectangle-container-title {
        left: 60px;
        font-size: 22px;
    }

    body.id #best-h1 {
        left: 80px;
        width: 120px;
        top: 35px;
        font-size: 16px;
    }

    body.id #best-p {
        left: 81px;
        top: 50px;
    }

    body.id #huge-h1 {
        left: 87px;
        width: 110px;
        top: 35px;
        font-size: 16px;
    }

    body.id #huge-p {
        left: 90px;
        top: 50px;
    }

    body.id #tf-7-h1 {
        left: 85px;
        top: 35px;
        font-size: 16px;
        width: 80px;
    }

    body.id #tf-7-p {
        left: 86px;
        top: 50px;
    }

    body.id #fast-h1 {
        left: 76px;
        width: 75px;
        top: 35px;
    }

    body.id #fast-p {
        top: 50px;
        width: 50px;
    }

    body.in #slider-1-title {
        width: auto;
        left: 280px;
        font-size: 30px;
        top: 50px;
    }

    body.in #slider-1-subtitle {
        top: 100px;
        left: 290px;
        width: 485px;
        font-size: 22px;
    }

    body.in #slider-1-button {
        top: 175px;
        left: 285px;
    }

    #slider-2-title {
        left: 340px;
    }

    body.in #slider-2-subtitle {
        width: 245px;
        left: 335px;
        top: 120px;
    }

    body.in #slider-2-button {
        left: 310px;
        top: 175px;
    }

    body.in #slider-3-title {
        width: 325px;
    }

    body.in #step-2-title {
        width: 135px;
        top: 17px;
        left: 55px;
    }

    body.in #step-2-subtitle {
        width: 160px;
        top: 40px;
    }

    body.in #step-3-subtitle {
        left: 36px;
        width: 191px;
        font-size: 14px;
        top: 45px;
    }

    body.kr #slider-1-subtitle {
        left: 371px;
        width: auto;
        top: 135px;
    }

    body.kr #slider-1-button {
        top: 200px;
    }

    body.kr #slider-2-subtitle {
        left: 345px;
        top: 117px;
    }

    body.kr #slider-2-button {
        left: 345px;
        top: 170px;
    }

    body.kr #slider-3-subtitle {
        width: 230px;
        left: 340px;
    }

    body.kr #slider-3-button {
        top: 165px;
    }

    body.kr #step-2-subtitle {
        width: 180px;
        left: 40px;
    }

    body.kr #step-3-subtitle {
        width: 145px;
    }

    body.kr #huge-h1 {
        left: 95px;
    }

    body.kr #huge-p {
        left: 95px;
    }

    body.sc #slider-1-subtitle {
        width: 175px;
        top: 160px;
        font-size: 12px;
    }

    body.sc #slider-1-button {
        top: 180px;
    }

    body.sc #slider-2-subtitle {
        left: 340px;
    }

    body.sc #slider-2-button {
        left: 335px;
        top: 180px;
    }

    body.sc #slider-3-subtitle {
        width: 195px;
        left: 345px;
    }

    body.sc #slider-3-button {
        top: 165px;
    }

    body.th #slider-1-title {
        top: 80px;
    }

    body.th #slider-1-subtitle {
        width: 320px;
    }

    body.th #slider-1-button {
        top: 170px;
    }

    body.th #slider-2-title {
        font-size: 23px;
        top: 90px;
    }

    body.th #slider-2-subtitle {
        width: 190px;
        left: 345px;
        top: 120px;
    }

    body.th #slider-2-button {
        top: 175px;
        left: 355px;
    }

    body.th #slider-3-title {
        width: 335px;
    }

    body.th #slider-3-subtitle {
        left: 320px;
        width: 170px;
    }

    body.th #slider-3-button {
        top: 165px;
    }

    body.th #huge-h1 {
        left: 95px;
    }

    body.th #huge-p {
        left: 95px;
    }

    body.th #tf-7-h1 {
        left: 90px;
    }

    body.th #tf-7-p {
        left: 90px;
    }

    body.th #fast-h1 {
        left: 85px;
    }

    body.th #fast-p {
        left: 85px;
    }

    body.vn #slider-2-subtitle {
        width: 286px;
        left: 340px;
        font-size: 19px;
    }

    body.vn #slider-2-button {
        left: 325px;
        top: 185px;
    }

    body.vn #slider-3-subtitle {
        left: 350px;
        width: 280px;
    }

    body.vn #slider-3-button {
        top: 165px;
    }

    body.vn #step-1-title {
        left: 45px;
    }

    body.vn #step-1-subtitle {
        width: 200px;
        left: 31px;
        font-size: 15px;
    }

    body.vn #step-2-title {
        left: 50px;
    }

    body.vn #step-3-title {
        width: 180px;
        font-size: 22px;
        left: 45px;
    }

    body.vn #step-3-subtitle {
        width: 180px;
        left: 40px;
        top: 50px;
        font-size: 13px;
    }

    body.vn #best-p {
        left: 90px;
    }

    body.vn #huge-h1 {
        left: 90px;
    }

    body.vn #huge-p {
        left: 90px;
    }

    body.vn #tf-7-p {
        left: 90px;
    }

    body.vn #fast-h1 {
        left: 85px;
        top: 26px;
        width: 90px;
        font-size: 16px;
    }

    body.vn #fast-p {
        left: 86px;
        width: 80px;
        top: 60px;
        font-size: 14px;
    }

    .slider-1a {
        height: 300px !important;
        background-image: url(../_img/pt-1024x306.jpg);
        background-size: cover;
        background-position: 0px center;
    }

    .slider-1k {
        height: 300px !important;
        background-image: url(../_img/exchange1024x306.jpg);
        background-size: 110% 100%;
    }

    #slider-1a-title {
        position: absolute;
        font-size: 27px;
        right: 0;
        top: 60px;
        width: 400px;
        text-align: center;
        margin: auto;
        left: 430px;
        font-weight: 700;
    }

    body.th #slider-1a-title {
        left: 430px;
    }

    body.kr #slider-1a-title {
        left: 430px;
    }

    body.vn #slider-1a-title {
        left: 430px;
    }

    .slider-promo {
        font-size: 15px;
    }

    #slider-1a-button {
        left: 360px;
        font-size: 25px;
        font-weight: 700;
    }

    .slider-content-wrapper {
        padding: 4% 6% 0 40%;
    }

    .slider-title {
        font-size: 22px;
    }

    .slider-subtitle {
        font-size: 22px;
    }

    body.en .y-bigger {
        font-size: 26px;
    }

    body.th .y-bigger {
        font-size: 30px;
    }

    .slider-button {
        font-size: 20px !important;
    }

    body.th .slider-content-wrapper {
        padding: 3% 11% 0 30%;
    }

    body.vn .slider-content-wrapper {
        padding: 5% 2% 0 46%;
    }

    body.id .slider-content-wrapper {
        padding: 4% 2% 0 46%;
    }

    body.in .slider-3 {
        height: 300px !important;
        background-image: url(../_img/andar-bahar-bg-768.jpg);
        background-size: 110% 100%;
    }

}

@media only screen and (max-width:900px) {
    .buddha_sub {
        font-size: 18px !important;
        line-height: 24px;
    }

    .promo {
        top: -5px;
    }

}

@media only screen and (max-width:768px) {
    .close {
        right: -405px;
    }

    .logo-wrap img {
        max-width: 60%
    }

    .login-btn-mob {
        padding: 6px 20px;
        border: none;
        font-size: 16px;
    }

    .head-wrap {
        height: 60px;
    }

    .container-up {
        height: 250px;
    }

    .container-down {
        height: 350px;
    }

    main {
        /*background-image: url(../_img/bg-600.jpg);
    background-position: center -60px;
    background-repeat: no-repeat;*/
        height: 600px;
    }

    .buddha_title {
        font-size: 23px !important;
        top: 60px !important;
    }

    .buddha_sub {
        top: 97px !important;
        font-size: 14px !important;
        line-height: 20px;
    }

    body.en .slick-slide, body.th .slick-slide {
        height: 240px !important;
    }

    .slider-1 {
        height: 250px !important;
        background-image: url(../_img/golden-chips-sub-bg-600.jpg);
        background-position: center -16px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-1 {
        background-image: url(../_img/fortune-tiger-768.jpg);
        background-size: cover;
    }

    body.th .slider-1 .slider-content-wrapper {
        padding: 4% 0% 0 45%;
    }

    body.en .slider-1hf {
        background-image: url(../_img/halloween-fortune-en-768.jpg);
        background-size: cover;
    }

    body.en .slider-1go {
        background-image: url(../_img/gates-of-olympus-768.jpg);
        background-size: cover;
    }

    body.en .slider-1hg, body.th .slider-1hg {
        height: 240px !important;
    }

    body.in .slider-1 {
        background-image: url(../_img/free-golden-chips-bg-600.jpg);
    }

    body.kr .slider-1,
    body.sc .slider-1 {
        background-image: url(../_img/buffalo-blitz-bg-600.jpg);
    }

    body.vn .slider-1 {
        background-image: url(../_img/golden-chips-bg-600.jpg);
    }

    #slider-1-title {
        font-size: 25px;
        left: 295px;
        width: 275px;
        top: 40px;
    }

    #slider-1-subtitle {
        font-size: 23px;
        left: 200px;
        width: 350px;
        top: 100px;
    }

    #slider-1-button {
        left: 285px;
        top: 155px;
        width: 180px;
        height: 41px;
    }

    .slider-2 {
        height: 250px !important;
        background-image: url(../_img/slider2-bg-600.jpg);
        background-position: center -650px;
        background-repeat: no-repeat;
        position: relative;
    }

    #slider-2-title {
        left: 240px;
        font-size: 25px;
        width: 265px;
        top: 60px;
    }

    #slider-2-subtitle {
        font-size: 22px;
        left: 240px;
        top: 92px;
    }

    #slider-2-button {
        left: 240px;
        top: 145px;
        width: 180px;
        height: 40px;
    }

    body.en #slider-2-button {
        top: 149px;
    }

    .slider-3 {
        height: 250px !important;
        background-image: url(../_img/slider3-bg-600.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        position: relative;
    }

    #slider-3-title {
        font-size: 25px;
        width: 250px;
        left: 250px;
    }

    #slider-3-subtitle {
        left: 265px;
        top: 105px;
    }

    #slider-3-button {
        left: 255px;
        width: 180px;
        height: 40px;
        top: 160px;
    }

    .steps-container {
        width: 500px;
    }

    .step-1 {
        background-image: url(../_img/step1-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 450px;
        height: 55px;
        left: 25px;
        top: -20px;
    }

    .step-2 {
        background-image: url(../_img/step2-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 450px;
        height: 55px;
        left: 0;
        top: 40px;
    }

    .step-3 {
        background-image: url(../_img/step3-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 450px;
        height: 55px;
        left: 25px;
        top: 100px;
    }

    #step-1-nb {
        height: 54px;
        top: -2px;
        left: 50px;
        font-size: 50px;
    }

    #step-1-title {
        font-size: 20px;
        left: -150px;
        width: 110px;
        top: 5px;
    }

    #step-1-subtitle {
        font-size: 14px;
        left: -5px;
        width: 325px;
        top: 30px;
    }

    #step-2-nb {
        height: 54px;
        top: -2px;
        left: 50px;
        font-size: 50px;
    }

    #step-2-title {
        font-size: 20px;
        left: -150px;
        width: 110px;
        top: 5px;
    }

    #step-2-subtitle br {
        display: none;
    }

    #step-2-subtitle {
        font-size: 14px;
        left: 55px;
        width: 330px;
        top: 30px;
    }

    #step-3-nb {
        height: 54px;
        top: -2px;
        left: 50px;
        font-size: 55px;
    }

    #step-3-title {
        font-size: 20px;
        left: -115px;
        width: 155px;
        top: 5px;
    }

    #step-3-subtitle br {
        display: none;
    }

    #step-3-subtitle {
        font-size: 13px;
        left: 70px;
        width: 390px;
        top: 30px;
    }

    .rectangle-container {
        background-image: url(../_img/rectangle-600.png);
        background-repeat: no-repeat;
        background-position: center 0;
        width: 615px;
        top: 197px;
        height: 35px;
    }

    .branding-container {
        background-image: url(../_img/branding-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 500px;
        top: 245px;
        height: 82px;
    }

    #rectangle-container-title {
        font-size: 18px;
        left: 65px;
        width: 447px;
        top: 7px;
    }

    .best-container {
        height: 82px;
        width: 120px;
    }

    .huge-container {
        height: 82px;
        width: 120px;
        left: 120px;
    }

    .tf-7-container {
        height: 82px;
        width: 120px;
        left: 250px;
    }

    .fast-container {
        height: 82px;
        width: 120px;
        left: 380px;
    }

    #best-img {
        background-image: url(../_img/best-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        left: 5px;
        width: 50px;
        height: 50px;
        top: 15px;
    }

    #huge-img {
        background-image: url(../_img/huge-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: 15px;
    }

    #tf-7-img {
        background-image: url(../_img/24-7-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: 15px;
    }

    #fast-img {
        background-image: url(../_img/fast-bg-600.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: 15px;
    }

    #best-h1 {
        font-size: 13px;
        top: 20px;
    }

    #best-p {
        font-size: 12px;
        left: 74px;
        width: 60px;
        top: 40px;
    }

    #huge-h1 {
        left: 75px;
        font-size: 13px;
        top: 20px;
    }

    #huge-p {
        font-size: 12px;
        left: 74px;
        top: 36px;
        width: 60px;
    }

    #tf-7-h1 {
        left: 70px;
        top: 20px;
        font-size: 13px;
        width: 35px;
    }

    #tf-7-p {
        left: 75px;
        width: 65px;
        top: 40px;
        font-size: 12px;
    }

    #fast-h1 {
        left: 70px;
        top: 35px;
        top: 20px;
        font-size: 13px;
    }

    #fast-p {
        font-size: 12px;
        left: 70px;
        width: 50px;
        top: 40px;
    }

    body.in .slider-2 {
        background-image: url(../_img/slider2-bg-in-600.jpg);
        background-position: center -420px;
        background-repeat: no-repeat;
    }

    body.in #slider-1-title {
        width: auto;
        left: 280px;
        top: 57px;
        font-size: 19px;
    }

    body.in #slider-1-subtitle {
        top: 83px;
        left: 290px;
        width: auto;
        font-size: 18px;
    }

    body.in #slider-1-button {
        top: 145px;
        left: 285px;
    }

    body.in #slider-2-title {
        left: 240px;
        font-size: 25px;
        width: 265px;
        top: 40px;
    }

    body.in #slider-2-subtitle {
        width: 245px;
        left: 235px;
        top: 70px;
    }

    body.in #slider-2-button {
        left: 230px;
        top: 125px;
    }

    body.in #slider-3-title {
        top: 40px;
    }

    body.in #slider-3-subtitle {
        top: 70px;
    }

    body.in #slider-3-button {
        top: 125px;
    }

    body.in #step-2-title {
        width: 100px;
        top: 5px;
        left: -155px;
    }

    body.in #step-2-subtitle {
        width: 355px;
        top: 30px;
        left: 80px;
    }

    body.in #step-3-title {
        width: 150px;
    }

    body.in #step-3-subtitle {
        left: 70px;
        width: 395px;
        font-size: 13px;
        top: 30px;
    }

    body.id #slider-1-title {
        top: 35px;
        font-size: 22px;
        width: 300px;
        left: 295px;
    }

    body.id #slider-1-subtitle {
        left: 295px;
        top: 77px;
        font-size: 18px;
    }

    body.id #slider-1-button {
        top: 130px;
    }

    body.id #slider-2-title {
        top: 40px;
        font-size: 25px;
    }

    body.id #slider-2-subtitle {
        top: 70px;
        font-size: 22px;
    }

    body.id #slider-2-button {
        top: 125px;
        left: 235px;
    }

    body.id #slider-3-title {
        width: 390px;
        top: 40px;
        font-size: 25px;
    }

    body.id #slider-3-subtitle {
        left: 255px;
        top: 95px;
        font-size: 22px;
    }

    body.id #slider-3-button {
        top: 125px;
    }

    body.id #step-1-title {
        left: -140px;
    }

    body.id #step-1-subtitle br {
        display: none;
    }

    body.id #step-1-subtitle {
        left: -45px;
    }

    body.id #step-2-nb {
        left: 50px;
    }

    body.id #step-2-title {
        top: 5px;
        left: -130px;
    }

    body.id #step-2-subtitle {
        width: 380px;
        font-size: 13px;
        top: 33px;
        left: 83px;
    }

    body.id #step-3-title {
        left: -85px;
    }

    body.id #step-3-subtitle {
        left: 65px;
        width: 320px;
    }

    body.id #rectangle-container-title {
        font-size: 20px;
    }

    body.id #best-h1 {
        left: 65px;
        width: 100px;
        top: 25px;
        font-size: 13px;
    }

    body.id #best-p {
        left: 68px;
        top: 42px;
    }

    body.id .branding-container {
        background-size: cover;
        width: 560px;
        height: 91px;
    }

    body.id .fast-container {
        left: 440px;
    }

    body.id .tf-7-container {
        left: 300px;
    }

    body.id .huge-container {
        left: 155px;
    }

    body.id #huge-h1 {
        left: 73px;
        width: 90px;
        top: 25px;
        font-size: 13px;
    }

    body.id #huge-p {
        left: 75px;
        top: 42px;
    }

    body.id #tf-7-h1 {
        left: 75px;
        top: 25px;
        font-size: 13px;
    }

    body.id #tf-7-p {
        left: 75px;
        top: 42px;
    }

    body.id #fast-h1 {
        left: 65px;
        width: 60px;
        top: 25px;
    }

    body.id #fast-p {
        top: 42px;
        width: 50px;
    }

    body.kr #slider-1-title {
        line-height: 25pt;
        top: 70px;
        font-size: 25px;
    }

    body.kr #slider-1-subtitle {
        left: 295px;
        top: 105px;
        font-size: 18px;
    }

    body.kr #slider-1-button {
        top: 155px;
    }

    body.kr #slider-2-title {
        top: 40px;
    }

    body.kr #slider-2-subtitle {
        left: 245px;
        top: 67px;
    }

    body.kr #slider-2-button {
        left: 245px;
        top: 130px;
    }

    body.kr #slider-3-title {
        top: 43px;
        font-size: 23px;
    }

    body.kr #slider-3-subtitle {
        top: 75px;
        left: 255px;
    }

    body.kr #slider-3-button {
        top: 130px;
    }

    body.kr #step-1-subtitle br {
        display: none;
    }

    body.kr #step-1-subtitle {
        left: -65px;
        width: 210px;
    }

    body.kr #step-2-nb {
        left: 50px;
    }

    body.kr #step-2-title {
        left: -145px;
    }

    body.kr #step-2-subtitle {
        width: 285px;
        left: 15px;
    }

    body.kr #step-3-nb {
        left: 50px;
    }

    body.kr #step-3-title {
        left: -110px;
    }

    body.kr #step-3-subtitle {
        width: 360px;
        left: 90px;
    }

    body.kr #rectangle-container-title {
        width: 320px;
    }

    body.kr #huge-h1 {
        left: 80px;
    }

    body.kr #huge-p {
        left: 80px;
    }

    body.kr #fast-p {
        width: 45px;
    }

    body.sc #slider-1-title {
        top: 15px;
        font-size: 23px;
    }

    body.sc #slider-1-subtitle {
        width: 180px;
        top: 125px;
        font-size: 12px;
        left: 290px;
    }

    body.sc #slider-1-button {
        top: 150px;
    }

    body.sc #slider-2-title {
        top: 40px;
    }

    body.sc #slider-2-subtitle {
        left: 255px;
        width: 150px;
        top: 75px;
    }

    body.sc #slider-2-button {
        left: 260px;
        top: 130px;
    }

    body.sc #slider-3-title {
        top: 40px;
    }

    body.sc #slider-3-subtitle {
        top: 75px;
        left: 265px;
    }

    body.sc #slider-3-button {
        top: 130px;
    }

    body.sc #step-1-subtitle br {
        display: none;
    }

    body.sc #step-2-subtitle br {
        display: none;
    }

    body.sc #step-3-subtitle br {
        display: none;
    }

    body.sc #step-1-subtitle {
        left: -105px;
        width: 130px;
    }

    body.sc #step-2-subtitle {
        left: -55px;
        width: 175px;
    }

    body.sc #step-3-subtitle {
        left: -55px;
        width: 185px;
    }

    body.sc #fast-p {
        width: 40px;
    }

    body.th #slider-1-title {
        top: 40px;
        font-size: 24px;
    }

    body.th #slider-1-subtitle {
        width: 320px;
        top: 75px;
    }

    body.th #slider-1-button {
        top: 130px;
    }

    body.th #slider-2-title {
        top: 40px;
        font-size: 21px;
    }

    body.th #slider-2-subtitle {
        width: 180px;
        top: 67px;
        left: 250px;
    }

    body.th #slider-2-button {
        top: 130px;
        left: 260px;
    }

    body.th #slider-3-title {
        top: 40px;
    }

    body.th #slider-3-subtitle {
        width: 180px;
        top: 75px;
        left: 250px;
    }

    body.th #slider-3-button {
        top: 130px;
        left: 260px;
    }

    body.th #step-1-title {
        width: 120px;
    }

    body.th #step-1-subtitle {
        left: -170px;
        width: 115px;
    }

    body.th #step-2-nb {
        left: 50px;
    }

    body.th #step-2-subtitle {
        left: -140px;
        width: 125px;
    }

    body.th #step-3-title {
        width: 145px;
    }

    body.th #step-3-nb {
        left: 50px;
    }

    body.th #step-3-subtitle {
        left: -120px;
        width: 160px;
    }

    body.th #rectangle-container-title {
        width: 340px;
    }

    body.th #best-h1 {
        width: 45px;
    }

    body.th #best-p {
        left: 70px;
        width: 70px;
    }

    body.th #huge-h1 {
        left: 75px;
        width: 65px;
    }

    body.th #huge-p {
        left: 75px;
    }

    body.th #tf-7-h1 {
        left: 75px;
    }

    body.th #tf-7-p {
        left: 75px;
    }

    body.th #fast-h1 {
        left: 62px;
    }

    body.th #fast-p {
        left: 62px;
    }

    body.th #fast-img {
        left: 10px;
    }

    body.vn #slider-1-title {
        top: 55px;
        left: 290px;
        width: auto;
        font-size: 22px;
    }

    body.vn #slider-1-subtitle {
        width: auto;
        top: 85px;
        font-size: 15px;
        left: 280px;
    }

    body.vn #slider-1-button {
        top: 130px;
    }

    body.vn #slider-2-title {
        top: 55px;
        font-size: 19px;
    }

    body.vn #slider-2-subtitle {
        width: 275px;
        top: 98px;
        left: 250px;
        font-size: 18px;
    }

    body.vn #slider-2-button {
        top: 130px;
        left: 260px;
    }

    body.vn #slider-3-title {
        top: 40px;
    }

    body.vn #slider-3-subtitle {
        width: 275px;
        top: 75px;
        left: 250px;
    }

    body.vn #slider-3-button {
        top: 130px;
        left: 260px;
    }

    body.vn #step-1-title {
        width: 120px;
        left: -120px;
    }

    body.vn #step-1-subtitle br {
        display: none;
    }

    body.vn #step-1-subtitle {
        left: 59px;
        width: 320px;
    }

    body.vn #step-2-title {
        left: -120px;
    }

    body.vn #step-2-nb {
        left: 50px;
    }

    body.vn #step-2-subtitle br {
        display: none;
    }

    body.vn #step-2-subtitle {
        left: 25px;
        width: 285px;
    }

    body.vn #step-3-title {
        width: 190px;
        left: -45px;
    }

    body.vn #step-3-nb {
        left: 50px;
    }

    body.vn #step-3-subtitle br {
        display: none;
    }

    body.vn #step-3-subtitle {
        left: 70px;
        width: 340px;
        top: 35px;
    }

    body.vn #rectangle-container-title {
        width: 320px;
    }

    body.vn .branding-container {
        background-size: cover;
        width: 550px;
        height: 90px;
    }

    body.vn #best-h1 {
        left: 60px;
    }

    body.vn #best-p {
        left: 60px;
    }

    body.vn .huge-container {
        left: 135px;
    }

    body.vn .tf-7-container {
        left: 290px;
    }

    body.vn .fast-container {
        left: 430px;
    }

    body.vn #huge-h1 {
        left: 75px;
    }

    body.vn #huge-p {
        left: 70px;
    }

    body.vn #tf-7-p {
        left: 75px;
    }

    body.vn #fast-h1 {
        left: 70px;
        top: 15px;
        width: 50px;
        font-size: 13px;
    }

    body.vn #fast-p {
        left: 70px;
        width: 50px;
        top: 45px;
        font-size: 11px;
    }

    body.id .slider-2 {
        background-position: center -658px;
    }

    .slider-1a {
        height: 250px !important;
        background-image: url(../_img/pt-768x250.jpg);
        background-size: cover;
        background-position: center;
    }

    .slider-1k {
        height: 250px !important;
        background-image: url(../_img/exchange768x250.jpg);
        background-size: 100% 100%;
    }

    #slider-1a-title {
        font-size: 20px;
        width: 300px;
        left: 295px;
    }

    body.th #slider-1a-title {
        font-size: 20px;
        width: 300px;
        left: 295px;
    }

    body.kr #slider-1a-title {
        font-size: 20px;
        width: 300px;
        left: 295px;
    }

    body.vn #slider-1a-title {
        font-size: 20px;
        width: 300px;
        left: 295px;
    }

    .slider-promo {
        font-size: 12px;
    }

    #slider-1a-button {
        left: 360px;
        font-size: 25px;
        width: auto;
        height: unset;
        padding: 5px 25px;
    }

    .slider-content-wrapper {
        padding: 3% 5% 0 35%;
    }

    .slider-title {
        font-size: 21px;
    }

    .slider-subtitle {
        font-size: 21px;
    }

    body.en .y-bigger {
        font-size: 22px;
    }

    body.th .y-bigger {
        font-size: 26px;
    }

    .slider-button {
        font-size: 19px !important;
    }

    body.in .slider-3 {
        height: 250px !important;
        background-image: url(../_img/andar-bahar-bg-600.jpg);
        background-size: 100% 100%;
    }

}


@media only screen and (max-width:600px) {
    .close {
        right: -375px;
    }

    .slider-desktop {
        display: none;
    }

    .slider-mobile {
        display: block;
    }

    .country-area-code span.trigger {
        top: -2px !important;
    }

    .regform-item&gt;.item-element-wrapper {
        left: 130px;
        top: -45px;
        margin-bottom: -50px !important;
    }

    .regform-item&gt;.item-label {
        width: 100%;
        text-align: left;
        padding: 0;
        top: -10px;
        left: -20px;
        position: relative;
    }

    .regform-item&gt;.item-element-wrapper {
        left: 125px;
    }

    .rf-main-wrapper {
        width: 480px !important;
        height: 650px !important;
    }

    .close {
        right: -375px;
    }

    body.en .slick-slide, body.th .slick-slide {
        height: 400px !important;
    }

    .slider-1 {
        height: 410px !important;
        background-image: url(../_img/golden-chips-sub-bg-480.jpg);
        background-position: center -16px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-1 {
        background-image: url(../_img/fortune-tiger-480.jpg);
        background-position: center 0;
        background-size: cover;
    }

    body.th .slider-1 .slider-content-wrapper {
        padding: 210px 3% 0 3%;
    }

    body.en .slider-1hf {
        background-image: url(../_img/halloween-fortune-en-480.jpg);
        background-position: center 0;
        background-size: cover;
    }

    body.en .slider-1go {
        background-image: url(../_img/gates-of-olympus-480.jpg);
        background-position: center 0;
        background-size: cover;
    }

    body.en .slider-1hg, body.th .slider-1hg {
        background-image: url(../_img/manukyan-mobile.jpg);
        background-position: center 0;
        background-size: cover;
    }

    body.en .slider-1hf .slider-content-wrapper {
        padding: 190px 5% 0 5%;
    }

    body.in .slider-1 {
        background-image: url(../_img/free-golden-chips-bg-480.jpg);
    }

    body.kr .slider-1,
    body.sc .slider-1 {
        background-image: url(../_img/buffalo-blitz-bg-480.jpg);
    }

    body.vn .slider-1 {
        background-image: url(../_img/golden-chips-bg-480.jpg);
    }

    .slider-2 {
        height: 410px !important;
        background-image: url(../_img/slider2-bg-480.jpg);
        background-position: center -650px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-2,
    body.en .slider-2 {
        background-image: url(../_img/celtic-mobile.20250130.jpg);
        background-size: cover;
        background-position: center 0px;
    }

    body.th .slider-2 .slider-content-wrapper {
        padding: 220px 3% 0 3%;
    }

    body.en .slider-2 .slider-content-wrapper, body.en .slider-1hg .slider-content-wrapper, body.th .slider-1hg .slider-content-wrapper {
        padding: 220px 3% 0 3%;
    }

    .slider-3 {
        height: 410px !important;
        background-image: url(../_img/slider3-bg-480.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-3,
    body.en .slider-3 {
        background-image: url(../_img/cw-fdb-480.jpg);
        background-size: unset;
    }

    body.th .slider-3 .slider-content-wrapper {
        padding: 220px 3% 0 3%;
    }

    body.en .slider-3 .slider-content-wrapper {
        padding: 220px 3% 0 3%;
    }

    .container-up {
        height: 410px;
    }

    .buddha_title {
        top: 225px !important;
    }

    .buddha_sub {
        top: 254px !important;
        font-size: 15px !important;
    }

    main {
        /*background-image: url(../_img/bg-480.jpg);
    background-position: center -5px;
    background-repeat: no-repeat;*/
        height: 925px;
    }

    .container-down {
        height: 740px;
    }

    #slider-1-title {
        font-size: 25px;
        top: 200px;
        width: 275px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-1-subtitle {
        font-size: 22px;
        top: 260px;
        width: 340px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-1-button {
        font-size: 20px;
        top: 309px;
        width: 180px;
        height: 41px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.en #slider-2-button {
        top: 318px;
    }

    #slider-2-title {
        font-size: 25px;
        top: 220px;
        width: 275px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-2-subtitle {
        font-size: 21px;
        top: 253px;
        width: 320px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    #slider-2-button {
        font-size: 20px;
        top: 300px;
        width: 180px;
        height: 41px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-3-title {
        font-size: 25px;
        top: 220px;
        width: 275px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-3-subtitle {
        font-size: 20px;
        top: 255px;
        width: 250px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    #slider-3-button {
        font-size: 20px;
        top: 310px;
        width: 180px;
        height: 41px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .steps-container {
        width: 455px;
        height: 220px;
        top: 15px;
    }

    .step-1 {
        background-image: url(../_img/step1-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 450px;
        height: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }

    .step-2 {
        background-image: url(../_img/step2-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 450px;
        height: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: 75px;
    }

    .step-3 {
        background-image: url(../_img/step3-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 450px;
        height: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: 150px;
    }

    #step-1-nb {
        height: 54px;
        top: -2px;
        left: 50px;
        font-size: 50px;
    }

    #step-1-title {
        font-size: 20px;
        left: -150px;
        width: 110px;
        top: 5px;
    }

    #step-1-subtitle {
        font-size: 14px;
        left: -5px;
        width: 325px;
        top: 30px;
    }

    #step-2-nb {
        height: 54px;
        top: -2px;
        left: 50px;
        font-size: 50px;
    }

    #step-2-title {
        font-size: 20px;
        left: -150px;
        width: 110px;
        top: 5px;
    }

    #step-2-subtitle br {
        display: none;
    }

    #step-2-subtitle {
        font-size: 14px;
        left: 55px;
        width: 330px;
        top: 30px;
    }

    #step-3-nb {
        height: 54px;
        top: -2px;
        left: 50px;
        font-size: 55px;
    }

    #step-3-title {
        font-size: 20px;
        left: -115px;
        width: 155px;
        top: 5px;
    }

    #step-3-subtitle br {
        display: none;
    }

    #step-3-subtitle {
        font-size: 13px;
        left: 70px;
        width: 390px;
        top: 30px;
    }

    .rectangle-container {
        background-image: url(../_img/rectangle-480.png);
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: contain;
        width: 468px;
        top: 240px;
        height: 45px;
    }

    .branding-container {
        background-image: url(../_img/branding-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 455px;
        top: 295px;
        height: 185px;
    }

    #rectangle-container-title {
        font-size: 18px;
        width: 405px;
        top: 7px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .best-container {
        height: 82px;
        width: 225px;
    }

    .huge-container {
        height: 82px;
        width: 225px;
        left: 230px;
    }

    .tf-7-container {
        height: 82px;
        width: 225px;
        left: 0;
        top: 85px;
    }

    .fast-container {
        height: 82px;
        width: 225px;
        left: 225px;
        top: 85px;
    }

    #best-img {
        background-image: url(../_img/best-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        left: 40px;
        width: 50px;
        height: 50px;
        top: 15px;
    }

    #huge-img {
        background-image: url(../_img/huge-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: 15px;
        left: 40px;
    }

    #tf-7-img {
        background-image: url(../_img/24-7-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: 15px;
        left: 40px;
    }

    #fast-img {
        background-image: url(../_img/fast-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: 15px;
        left: 50px;
    }

    #best-h1 {
        font-size: 13px;
        top: 20px;
        left: 30px;
    }

    #best-p {
        font-size: 12px;
        width: 60px;
        top: 40px;
        left: 45px;
    }

    #huge-h1 {
        font-size: 13px;
        top: 20px;
        left: 45px;
    }

    #huge-p {
        font-size: 12px;
        top: 36px;
        width: 60px;
        left: 60px;
    }

    #tf-7-h1 {
        left: 45px;
        top: 20px;
        font-size: 13px;
        width: 35px;
    }

    #tf-7-p {
        left: 75px;
        width: 65px;
        top: 40px;
        font-size: 12px;
    }

    #fast-h1 {
        left: 70px;
        top: 35px;
        top: 20px;
        font-size: 13px;
    }

    #fast-p {
        font-size: 12px;
        left: 70px;
        width: 50px;
        top: 40px;
    }

    body.id .slider-2 {
        height: 410px !important;
        background-image: url(../_img/slider2-bg-480.jpg);
        background-position: center -650px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.id .slider-3 {
        height: 410px !important;
        background-image: url(../_img/slider3-bg-480.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        position: relative;
    }

    body.id #slider-1-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-1-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-1-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-2-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-2-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-2-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-3-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-3-subtitle {
        top: 265px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #slider-3-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.id #rectangle-container-title {
        left: 0;
        right: 0;
        margin: auto;
        width: 525px;
        font-size: 18px;
    }

    body.id .branding-container {
        width: 455px;
        background-image: url(../_img/branding-bg-480.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        top: 295px;
        height: 206px;
    }

    body.id .huge-container {
        left: 230px;
    }

    body.id .tf-7-container {
        left: 0;
    }

    body.id .fast-container {
        left: 230px;
    }

    body.id #huge-h1 {
        left: 105px;
    }

    body.id #best-h1 {
        left: 105px;
    }

    body.id #tf-7-h1 {
        left: 90px;
    }

    body.id #fast-h1 {
        left: 80px;
    }

    body.in .slider-2 {
        height: 410px !important;
        background-image: url(../_img/slider2-bg-in-480.jpg);
        background-position: -745px -475px;
        background-repeat: no-repeat;
        position: relative;
    }

    body.in .slider-3 {
        height: 410px !important;
        background-image: url(../_img/slider3-bg-480.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        position: relative;
    }

    body.in #slider-1-title {
        top: 225px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-1-subtitle {
        top: 252px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-1-button {
        top: 310px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-2-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-2-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-2-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-3-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-3-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.in #slider-3-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-1-title {
        top: 225px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-1-subtitle {
        top: 264px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-1-button {
        top: 320px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-2-title {
        top: 215px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-2-subtitle {
        top: 250px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-2-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-3-title {
        top: 217px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 20px;
    }

    body.kr #slider-3-subtitle {
        top: 245px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.kr #slider-3-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-1-title {
        top: 180px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-1-subtitle {
        top: 290px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 12px;
    }

    body.sc #slider-1-button {
        top: 310px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-2-title {
        top: 215px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-2-subtitle {
        top: 255px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-2-button {
        top: 310px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-3-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-3-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.sc #slider-3-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-1-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-1-subtitle {
        top: 235px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-1-button {
        top: 294px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-2-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-2-subtitle {
        top: 231px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-2-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-3-title {
        top: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-3-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #slider-3-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.th #fast-img {
        left: 55px;
    }

    body.th #fast-h1 {
        left: 95px;
    }

    body.th #fast-p {
        left: 100px;
    }

    body.th #rectangle-container-title {
        left: 0;
    }

    body.vn #slider-1-title {
        top: 225px !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-1-subtitle {
        top: 256px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-1-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-2-title {
        top: 225px !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-2-subtitle {
        top: 265px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-2-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-3-title {
        top: 207px;
        left: 0;
        right: 0;
        margin: auto;
        width: 320px;
    }

    body.vn #slider-3-subtitle {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn #slider-3-button {
        top: 300px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body.vn .branding-container {
        background-size: contain;
        width: 455px;
        height: 185px;
    }

    body.vn .huge-container {
        left: 230px;
    }

    body.vn .tf-7-container {
        left: 0;
    }

    body.vn .fast-container {
        left: 230px;
    }

    body.vn #best-h1 {
        left: 80px;
    }

    body.vn #best-p {
        left: 80px;
        width: 100px;
    }

    body.vn #tf-7-p {
        left: 90px;
        width: 90px;
    }

    body.vn #huge-h1 {
        left: 90px;
    }

    body.vn #huge-p {
        left: 110px;
    }

    body.vn #fast-h1 {
        left: 100px;
        top: 15px;
        width: 100px;
    }

    body.vn #fast-p {
        top: 35px;
    }

    body.kr #slider-2-title {
        font-size: 20px;
    }

    body.kr #slider-2-subtitle {
        font-size: 20px;
        top: 240px;
    }

    .buddha_title {
        top: 216px !important;
    }

    .buddha_sub {
        top: 254px !important;
    }

    .slider-1a {
        height: 410px !important;
        background-image: url(../_img/pt-mobile.jpg);
        background-size: cover;
        background-position: center;
    }

    .slider-1k {
        height: 410px !important;
        background-image: url(../_img/exchange-bonus-mobile.jpgg);
        background-size: 100%;
    }

    body.en .slider-subtitle {
        font-size: 15px;
        text-shadow: none;
    }

    #slider-1a-title {
        font-size: 20px;
        width: 70%;
        left: 0;
        top: 205px;
    }

    body.th #slider-1a-title {
        font-size: 20px;
        width: 70%;
        left: 0;
        top: 205px;
    }

    body.kr #slider-1a-title {
        font-size: 20px;
        width: 70%;
        left: 0;
        top: 205px;
    }

    body.vn #slider-1a-title {
        font-size: 20px;
        width: 70%;
        left: 0;
        top: 205px;
    }

    .slider-promo {
        font-size: 12px;
    }

    #slider-1a-button {
        left: 360px;
        font-size: 25px;
        width: auto;
        height: unset;
        padding: 5px 25px;
    }

    .slider-content-wrapper {
        padding: 210px 5% 0 5%;
    }

    .slider-title {
        font-size: 18px;
    }

    body.th .slider-1 .slider-title {
        font-size: 26px;
    }

    body.en .slider-1hf .slider-title {
        font-size: 23px;
    }

    .slider-subtitle {
        font-size: 13px;
    }

    .slider-button {
        font-size: 17px !important;
    }

    body.en .y-bigger {
        font-size: 17px;
    }

    body.kr .slider-content-wrapper {
        padding: 210px 3% 0 3%;
    }

    body.kr .slider-title {
        font-size: 17px;
    }

    body.th .slider-content-wrapper {
        padding: 210px 3% 0 3%;
    }

    body.th .slider-title {
        font-size: 17px;
    }

    body.th .y-bigger {
        font-size: 24px;
    }

    body.vn .slider-content-wrapper {
        padding: 210px 0% 0 0%;
    }

    body.vn .slider-title {
        font-size: 17px;
    }

    body.id .slider-content-wrapper {
        padding: 210px 5% 0 5%;
    }

    body.id .slider-title {
        font-size: 16px;
    }

    body.id .y-bigger {
        font-size: 16px;
    }

    body.in .slider-3 {
        height: 410px !important;
        background-image: url(../_img/andar-bahar-bg-480.jpg);
        background-size: 100% 100%;
    }

}


@media only screen and (max-width:480px) {
    .close {
        right: -230px;
    }

    .slider1-mg .slider-title {
        font-size: 16px;
    }

    #regForm_mobile_number {
        height: 35px !important;
        font-size: 11px !important;
        width: 202px;
        padding-left: 116px !important;
        margin-top: -8px !important;
    }

    span#trigger-span {
        width: 125px !important;
        height: 35px !important;
        font-size: 12px !important;
    }

    .country-area-code span.trigger:before {
        position: relative;
        top: 4px !important;
        margin-right: 15px !important;
        margin-top: -10px !important;
    }

    .country-area-code span.trigger {
        top: -5px !important;
    }

    .country-area-code span.trigger:after {
        top: 12px !important;
        left: 60px !important;
    }

    .rf-main-wrapper .validation-icon {
        right: -25px !important;
        top: 1px !important;
    }

    .regform-item&gt;.item-element-wrapper {
        left: 130px;
        top: -45px;
        margin-bottom: -50px !important;
        width: 79% !important;
    }

    .regform-item&gt;.item-element-wrapper select {
        font-size: 11px !important;
        padding: -.5px 7px !important;
    }

    .regform-item&gt;.item-label {
        width: 33% !important;
        text-align: left;
        padding: 0;
        top: -10px;
        left: -30px;
        position: relative;
        font-size: 13px;
    }

    .regform-item&gt;.item-element-wrapper {
        left: 50px;
    }

    .rf-main-wrapper {
        width: 320px !important;
        height: 650px !important;
    }

    .regform-item.regform-bday .item-element-wrapper&gt;select#regForm_birthdate_day {
        width: 50px !important;
    }

    #regForm_birthdate_day {
        height: 25px !important;
    }

    .regform-item.regform-bday .item-element-wrapper&gt;select#regForm_birthdate_day,
    .regform-item.regform-bday .item-element-wrapper&gt;select#regForm_birthdate_month {
        width: 50px !important;
    }

    #regForm_birthdate_month {
        height: 25px !important;
    }

    .regform-item.regform-bday .item-element-wrapper&gt;select#regForm_birthdate_year {
        width: 50px !important;
    }

    #regForm_birthdate_year {
        height: 25px !important;
    }

    .rf-main-wrapper .action-container&gt;.button-wrapper {
        width: 53% !important;
        margin-left: 95px !important;
        margin-top: -20px;
    }

    #regForm_submit {
        width: 150px !important;
        padding: 8px 18px !important;
        font-size: 13px !important;
    }

    .terms-and-conds a {
        width: 215px;
    }

    .close {
        right: -230px;
    }

    .slider-1 {
        height: 410px !important;
        background-image: url(../_img/golden-chips-sub-bg-320.jpg);
        background-position: center -16px;
        background-repeat: no-repeat;
        position: relative;
        background-color: #0b0a32;
    }

    body.th .slider-1 {
        background-image: url(../_img/fortune-tiger-480.jpg);
        background-position: center 0;
        background-size: cover;
    }

    body.th .slider-1 .slider-content-wrapper {
        padding: 190px 10% 0 10%;
    }

    body.en .slider-1hf {
        background-image: url(../_img/halloween-fortune-en-480.jpg);
        background-position: center 0;
        background-size: auto;
    }

    body.en .slider-1go {
        background-image: url(../_img/gates-of-olympus-480.jpg);
        background-position: center 0;
        background-size: cover;
    }

    body.en .slider-1hg, body.th .slider-1hg {
        background-image: url(../_img/manukyan-mobile-2.jpg);
        background-position: center 0;
        background-size: auto;
    }

    body.en .slider-1hf .slider-content-wrapper {
        padding: 170px 5% 0 5%;
    }

    body.in .slider-1 {
        background-image: url(../_img/free-golden-chips-bg-320.jpg);
        background-color: #540000;
    }

    body.kr .slider-1,
    body.sc .slider-1 {
        background-image: url(../_img/buffalo-blitz-bg-320.jpg);
        background-color: #540000;
    }

    body.vn .slider-1 {
        background-image: url(../_img/golden-chips-bg-3202.jpg);
        background-color: #0d1d34;
        background-size: 100%;
    }

    .slider-2 {
        height: 410px !important;
        background-image: url(../_img/slider2-bg-3202.jpg);
        background-position: unset;
        background-size: 100%;
    }

    body.th .slider-2,
    body.en .slider-2 {
        background-image: url(../_img/celtic-mobile-2.20250130.jpg);
        background-position: center 0px;
    }

    .slider-3 {
        height: 410px !important;
        background-image: url(../_img/slider3-bg-320.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        position: relative;
    }

    body.th .slider-3,
    body.en .slider-3 {
        background-image: url(../_img/cw-fdb-320.jpg);
    }

    .container-up {
        height: 410px;
    }

    main {
        /*background-image: url(../_img/bg-320.jpg);
        background-position: center -25px;
        background-repeat: no-repeat;*/
        height: 915px;
    }

    .container-down {
        height: 740px;
    }

    #slider-1-title {
        font-size: 25px;
        top: 200px;
        width: 275px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-1-subtitle {
        font-size: 20px;
        top: 260px;
        width: 320px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-1-button {
        font-size: 20px;
        top: 310px;
        width: 180px;
        height: 41px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-2-title {
        font-size: 25px;
        top: 220px;
        width: 275px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-2-subtitle {
        font-size: 20px;
        top: 248px;
        width: 250px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    #slider-2-button {
        font-size: 20px;
        top: 300px;
        width: 180px;
        height: 41px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-3-title {
        font-size: 25px;
        top: 220px;
        width: 275px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #slider-3-subtitle {
        font-size: 20px;
        top: 255px;
        width: 250px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    #slider-3-button {
        font-size: 20px;
        top: 310px;
        width: 180px;
        height: 41px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .steps-container {
        width: 270px;
        height: 220px;
        top: 15px;
    }

    .step-1 {
        background-image: url(../_img/step1-bg-320.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 270px;
        height: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }

    .step-2 {
        background-image: url(../_img/step2-bg-320.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 270px;
        height: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: 75px;
    }

    .step-3 {
        background-image: url(../_img/step3-bg-320.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 270px;
        height: 65px;
        left: 0;
        right: 0;
        margin: auto;
        top: 150px;
    }

    #step-1-nb {
        height: 54px;
        top: -2px;
        left: 10px;
        font-size: 50px;
    }

    #step-1-title {
        font-size: 17px;
        left: -80px;
        width: 95px;
        top: 5px;
    }

    #step-1-subtitle {
        font-size: 11.7px;
        left: 38px;
        width: 235px;
        top: 30px;
    }

    #step-2-nb {
        height: 54px;
        top: -2px;
        left: 10px;
        font-size: 50px;
    }

    #step-2-title {
        font-size: 17px;
        left: -65px;
        width: 110px;
        top: 5px;
    }

    #step-2-subtitle br {
        display: none;
    }

    #step-2-subtitle {
        font-size: 12px;
        left: 43px;
        width: 220px;
        top: 30px;
        text-align: start;
    }

    #step-3-nb {
        height: 54px;
        top: -2px;
        left: 10px;
        font-size: 55px;
    }

    #step-3-title {
        font-size: 17px;
        left: -55px;
        width: 125px;
        top: 5px;
    }

    #step-3-subtitle br {
        display: none;
    }

    #step-3-subtitle {
        font-size: 12px;
        left: 20px;
        width: 195px;
        top: 30px;
        text-align: start;
    }

    .rectangle-container {
        background-image: url(../_img/rectangle-320.png);
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: contain;
        width: 315px;
        top: 240px;
        height: 45px;
    }

    .branding-container {
        background-image: url(../_img/branding-bg-320.png);
        background-position: center 0;
        background-repeat: no-repeat;
        width: 315px;
        top: 295px;
        height: 165px;
    }

    #rectangle-container-title {
        font-size: 15px;
        text-align: center;
        width: 200px;
        top: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .best-container {
        height: 82px;
        width: 165px;
    }

    .huge-container {
        height: 82px;
        width: 165px;
        left: 140px;
    }

    .tf-7-container {
        height: 82px;
        width: 165px;
        left: 0;
        top: 85px;
    }

    .fast-container {
        height: 82px;
        width: 165px;
        left: 140px;
        top: 85px;
    }

    #best-h1 {
        left: 75px;
    }

    #best-p {
        left: 95px;
    }

    #tf-7-h1 {
        left: 75px;
    }

    #tf-7-p {
        left: 95px;
    }

    #huge-h1 {
        left: 75px;
    }

    #huge-p {
        left: 95px;
    }

    #fast-h1 {
        left: 90px;
    }

    #fast-p {
        left: 95px;
    }

    body.in .slider-2 {
        height: 410px !important;
        background-image: url(../_img/slider2-bg-in-320.jpg);
        background-position: center 0px;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
    }

    body.id .slider-2 {
        height: 410px !important;
        background-image: url(../_img/slider2-bg-320.jpg);
        background-position: center 0px;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
    }

    body.id .slider-3 {
        height: 410px !important;
        background-image: url(../_img/slider3-bg-320.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        position: relative;
    }

    body.id #step-1-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.id #step-1-nb {
        top: 5px;
    }

    body.id #step-1-subtitle {
        left: 0;
        top: 35px;
    }

    body.id #step-2-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.id #step-2-nb {
        top: 5px;
        left: 10px;
    }

    body.id #step-2-subtitle {
        left: 25px;
        top: 32px;
        width: 200px;
    }

    body.id #step-3-title {
        left: -45px;
        top: 10px;
        width: 130px;
    }

    body.id #step-3-nb {
        top: 5px;
        left: 10px;
    }

    body.id #step-3-subtitle {
        left: 25px;
        top: 32px;
        width: 200px;
    }

    body.id #rectangle-container-title {
        left: 0;
        right: 0;
        margin: auto;
        width: 260px;
        font-size: 15px;
    }

    body.id .branding-container {
        width: 315px;
        background-image: url(../_img/branding-bg-320.png);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: contain;
        top: 295px;
        height: 170px;
    }

    body.id .huge-container {
        left: 150px;
    }

    body.id .fast-container {
        left: 150px;
    }

    body.id #best-img {
        left: 20px;
    }

    body.id #tf-7-img {
        left: 20px;
    }

    body.id #huge-img {
        left: 25px;
    }

    body.id #fast-img {
        left: 20px;
    }

    body.id #best-h1 {
        left: 85px;
        font-size: 12px;
    }

    body.id #huge-h1 {
        left: 85px;
        font-size: 12px;
    }

    #step-1-nb {
        left: 15px;
    }

    #step-2-nb {
        left: 15px;
    }

    #step-3-nb {
        left: 15px;
    }

    body.in #step-1-title {
        width: 95px;
    }

    body.in #step-2-title {
        left: -80px;
        width: 85px;
    }

    body.in #step-3-title {
        width: 125px;
        left: -35px;
    }

    body.in #step-1-subtitle {
        font-size: 12px;
        left: 37px;
        width: 235px;
        top: 30px;
    }

    body.in #step-2-subtitle {
        width: 172px;
        top: 30px;
        left: 10px;
    }

    body.in #step-3-subtitle {
        left: 50px;
        width: 210px;
        font-size: 13px;
        top: 30px;
    }

    body.kr #step-1-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.kr #step-1-nb {
        top: 5px;
    }

    body.kr #step-1-subtitle {
        left: 0;
        top: 35px;
    }

    body.kr #step-2-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.kr #step-2-nb {
        top: 5px;
        left: 10px;
    }

    body.kr #step-2-subtitle {
        left: 25px;
        top: 32px;
        width: 200px;
    }

    body.kr #step-3-title {
        left: -45px;
        top: 10px;
        width: 130px;
    }

    body.kr #step-3-nb {
        top: 5px;
        left: 10px;
    }

    body.kr #step-3-subtitle {
        left: 25px;
        top: 28px;
        width: 200px;
    }

    body.kr #rectangle-container-title {
        width: 155px;
        left: 0;
    }

    body.sc #step-1-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.sc #step-1-nb {
        top: 5px;
    }

    body.sc #step-1-subtitle {
        left: -80px;
        top: 35px;
    }

    body.sc #step-2-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.sc #step-2-nb {
        top: 5px;
        left: 10px;
    }

    body.sc #step-2-subtitle {
        left: 25px;
        top: 32px;
        width: 200px;
    }

    body.sc #step-3-title {
        left: -45px;
        top: 10px;
        width: 130px;
    }

    body.sc #step-3-nb {
        top: 5px;
        left: 10px;
    }

    body.sc #step-3-subtitle {
        left: 25px;
        top: 35px;
        width: 200px;
    }

    body.sc #rectangle-container-title {
        width: 155px;
        left: 0;
        top: 10px;
    }

    body.th #step-1-title {
        left: -60px;
        top: 10px;
        width: 110px;
    }

    body.th #step-1-nb {
        top: 5px;
    }

    body.th #step-1-subtitle {
        left: -80px;
        top: 35px;
    }

    body.th #step-2-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.th #step-2-nb {
        top: 5px;
        left: 10px;
    }

    body.th #step-2-subtitle {
        left: 25px;
        top: 32px;
        width: 200px;
    }

    body.th #step-3-title {
        left: -45px;
        top: 10px;
        width: 130px;
    }

    body.th #step-3-nb {
        top: 5px;
        left: 10px;
    }

    body.th #step-3-subtitle {
        left: 25px;
        top: 35px;
        width: 200px;
    }

    body.th #rectangle-container-title {
        width: 155px;
        left: 0;
        top: 2px;
    }

    body.th #best-p {
        left: 100px;
        width: 75px;
    }

    body.th #tf-7-h1 {
        left: 100px;
    }

    body.th #tf-7-p {
        left: 100px;
    }

    body.th #huge-h1 {
        left: 90px;
    }

    body.th #fast-h1 {
        left: 105px;
    }

    body.th #fast-p {
        left: 110px;
    }

    body.th #huge-p {
        left: 90px;
    }

    body.vn #step-1-title {
        left: -60px;
        top: 10px;
        width: 110px;
    }

    body.vn #step-1-nb {
        top: 5px;
    }

    body.vn #step-1-subtitle {
        left: 30px;
        text-align: start;
        top: 28px;
        width: 200px;
    }

    body.vn #step-2-title {
        left: -90px;
        top: 10px;
        width: 85px;
    }

    body.vn #step-2-nb {
        top: 5px;
        left: 10px;
    }

    body.vn #step-2-subtitle {
        left: 25px;
        top: 32px;
        width: 200px;
    }

    body.vn #step-3-title {
        left: 5px;
        top: 10px;
        width: 178px;
        font-size: 15px;
    }

    body.vn #step-3-nb {
        top: 5px;
        left: 10px;
    }

    body.vn #step-3-subtitle {
        left: 25px;
        top: 35px;
        width: 200px;
    }

    body.vn #rectangle-container-title {
        width: 155px;
        left: 0;
        top: 2px;
    }

    body.vn #best-p {
        left: 80px;
        width: 100px;
    }

    body.vn #tf-7-h1 {
        left: 40px;
    }

    body.vn #tf-7-p {
        left: 85px;
    }

    body.vn #huge-h1 {
        left: 75px;
    }

    body.vn #fast-h1 {
        left: 75px;
    }

    body.vn #fast-p {
        left: 45px;
    }

    body.vn #huge-p {
        left: 67px;
        font-size: 11px;
    }

    body.vn .branding-container {
        width: 315px;
    }

    body.vn .huge-container {
        left: 150px;
    }

    body.vn .fast-container {
        left: 150px;
    }

    body.vn #best-img {
        left: 20px;
    }

    body.vn #tf-7-img {
        left: 20px;
    }

    body.vn #huge-img {
        left: 20px;
    }

    body.vn #fast-img {
        left: 20px;
    }

    .slider-1a {
        height: 410px !important;
        background-image: url(../_img/pt-mobile.jpg);
        background-position: center 0px;
        background-size: cover;
    }

    .slider-1k {
        height: 410px !important;
        background-image: url(../_img/exchange-bonus-mobile.jpg);
        background-size: cover;
        background-position: center;
    }

    #slider-1a-title {
        font-size: 18px;
        width: 90%;
        left: 0;
        top: 220px;
    }

    body.th #slider-1a-title {
        font-size: 18px;
        width: 90%;
        left: 0;
        top: 220px;
    }

    body.kr #slider-1a-title {
        font-size: 18px;
        width: 90%;
        left: 0;
        top: 220px;
    }

    body.vn #slider-1a-title {
        font-size: 18px;
        width: 90%;
        left: 0;
        top: 220px;
    }

    .slider-promo {
        font-size: 12px;
    }

    #slider-1a-button {
        left: 360px;
        font-size: 25px;
        width: auto;
        height: unset;
        padding: 5px 25px;
    }

    body.in .slider-3 {
        height: 410px !important;
        background-image: url(../_img/andar-bahar-bg-320.jpg);
        background-size: 150% 100%;
    }
}

@media only screen and (max-width:400px) {
    .slider-1a {
        background-image: url(../_img/pt-mobile.jpg);
    }

    body.th .slider-1 .slider-content-wrapper {
        padding: 190px 18% 0 18%;
    }

}

@media only screen and (max-width:320px) {
    .close {
        right: -210px;
    }

    body.vn #slider-2-title {
        top: 224px !important;
        left: -47px;
        right: 0;
        margin: auto;
    }
}</pre></body></html>