/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

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

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

mark {
    background-color: #ff0;
    color: #000
}

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
}

svg:not(:root) {
    overflow: hidden
}

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

figure {
    margin: 1em 40px
}

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

button,input,select,textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,input,select {
    overflow: visible
}

button,input,select,textarea {
    margin: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

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

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

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
}

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

.nano {
    position: relative;
    width: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(255,255,0,.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px
}

.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane {
    opacity: .99
}

.nano>.nano-content::-webkit-scrollbar {
    width: 0
}

.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: 0
}

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

.slick-slider .slick-list,.slick-slider .slick-track {
    -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:after,.slick-track:before {
    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
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

body,html {
    box-sizing: border-box;
    background-color: #0b0402
}

*,:after,:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    height: 100%;
    width: 100%;
    background-color: #0b0402
}

dd,dl,dt,figure,li,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

dl,li,p,table {
    line-break: strict;
    word-wrap: break-word
}

img {
    border: 0;
    height: auto;
    line-height: 1;
    max-width: 100%;
    vertical-align: middle
}

a,button,input,textarea {
    outline: 0
}

a {
    color: #ffe49e;
    text-decoration: underline;
    font-weight: 700
}

body {
    font-family: Montserrat,sans-serif;
    background: url(../images/bgf9e3.jpg?v=1.1) top center no-repeat fixed;
    background-size: cover;
    background-color: #0b0402;
    min-height: 100%;
    color: #ffe49e;
    display: flex;
    flex-direction: column;
    font-size: 15px
}

article {
    position: relative;
    width: 100%;
    z-index: 9
}

main {
    min-height: 100vh
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 555px;
    width: 100%
}

.logo {
    display: block;
    margin: 1rem auto;
    width: 30%
}

.hddes {
    text-align: center
}

.hddes span,.noteandroid_up span,.notebtn span {
    font-weight: 700;
    text-decoration: underline
}

.hddes a {
    display: inline-block;
    line-height: 1.6;
    vertical-align: middle
}

.tabnav {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.3rem;
    width: 65%
}

.tabnav li {
    width: 100%
}

.tabnav li a img {
    display: block;
    width: 100%
}

.tabcontent_form {
    background: url(../images/bg-formf9e3.png?v=1.1) top center no-repeat;
    background-size: 100% 100%;
    margin-top: 6%;
    padding: 0 0 2rem;
    position: relative
}

.content_main.content_mobile_active .tabcontent_form .iconclose_form {
    display: block
}

.logintab.active,.registertab.active {
    display: block
}

.tabcontent_form form {
    width: 75%;
    margin: 0 auto
}

.form-group {
    margin-bottom: 1.4rem;
    position: relative
}

.error.errors {
    width: 100%;
    font-size: 12px;
    color: #f20000;
    text-align: center;
    margin-bottom: -1rem;
    padding-top: 2px
}

.instyle {
    background: linear-gradient(to bottom,#ffecd4 0,#553418 30%,#fee9b9 50%,#553418 70%,#fffcc3 100%);
    border-radius: 15px;
    overflow: hidden;
    padding: 1.5px;
    width: 100%
}

.form_field {
    background: #000;
    border-radius: 14px;
    border: none;
    color: #ffcc7e;
    flex: 1;
    font-size: 16px;
    height: 50px;
    padding: 0 55px;
    text-align: center;
    width: 100%
}

.form_field::-webkit-input-placeholder {
    color: #3e3e3e!important
}

.btnsubmit button {
    background: 0 0!important;
    border: none!important;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    outline: 0!important;
    box-shadow: none!important;
    cursor: default
}

.btnsubmit button img {
    width: 100%
}

.icon_field {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    left: 24px;
    position: absolute;
    top: 0;
    width: 20px
}

.icon_user {
    background-image: url(../images/icon-userf9e3.svg?v=1.1)
}

.icon_lock {
    background-image: url(../images/icon-lockf9e3.svg?v=1.1)
}

.icon_eye {
    background-image: url(../images/icon-eyef9e3.svg?v=1.1);
    left: auto;
    right: 22px
}

.icon_eye.active {
    background-image: url(../images/icon-eye-activef9e3.svg?v=1.1)
}

.recaptcha-input {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.recaptcha-input .instyle {
    width: 48%
}

.recaptcha-input .instyle input {
    padding: 0 10px
}

.recaptcha-input .capcha_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 47.5%
}

.recaptcha-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 3px;
    height: 50px;
    overflow: hidden;
    width: calc(95% - 32px)
}

.capcha_icon {
    background: url(../images/icon-rotatef9e3.svg?v=1.1) center no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    transition: .5s all ease-in-out;
    width: 32px
}

.capcha_icon.active {
    transform: rotate(180deg)
}

.btnplayweb {
    background: url(../images/linef9e3.png?v=1.1) top center no-repeat;
    background-size: auto 4px;
    margin-top: 6%;
    padding-top: 7.5%
}

.btnplayweb_btn {
    cursor: pointer;
    margin: 0 auto;
    width: 70%
}

.btnplayweb_des {
    padding-top: 2%;
    line-height: 1.6;
    text-align: center;
    font-size: 14px
}

.btnplayweb_des span {
    font-weight: 700;
    text-decoration: underline
}

.banner_left {
    left: 0;
    padding: 0 10px;
    position: fixed;
    top: 25.4rem;
    transform: translateY(-50%);
    width: calc(50% - (555px / 2) + 15px);
    z-index: 9;
    pointer-events: none
}

.banner_left_item {
    margin: 0 auto;
    max-width: 245px;
    width: 100%
}

.banner_right {
    right: 0;
    padding: 0 10px;
    position: fixed;
    top: 25.4rem;
    transform: translateY(-50%);
    width: calc(50% - (555px / 2) + 15px);
    z-index: 9
}

.banner_left.active,.banner_right.active {
    bottom: 0;
    top: auto;
    transform: none;
    position: absolute
}
.banner_left.active{
    padding-bottom: 62.4px;
}
.banner_right.active {
    padding-bottom: 55px
}

.banner_right_item {
    margin: 0 auto;
    max-width: 245px;
    width: 100%
}

.banners_games {
    padding-bottom: 1%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    /* max-height: 218px */
}

.banners_games .slick-list {
    /* border:1px solid #919191; */
    /* border-radius:10px; */
    max-height: auto;
    overflow: hidden
}

.banner_left_thumb,.games_item {
    opacity: 0
}

.games_item img {
    width: 100%
}

.slick-dots {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: center;
    padding-top: 3%
}

.slick-dots li {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.slick-dots li button {
    background: #352107;
    border-radius: 100%;
    border: none;
    font-size: 0;
    height: 6px;
    padding: 0;
    width: 6px
}

.slick-dots li.slick-active button {
    background: #ffb83f
}
.banner_left .slick-dots{display: none;}

.btnsocial {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 3.5%;
    display: block;
    width: 100%;
    height: 53px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

a.icon-livechat {
    display: none;
    cursor: pointer
}

a.icon-livechat-load {
    position: absolute;
    left: 0;
    margin-top: 1%
}

.btnfb {
    background-image: url(../images/icon-fbf9e3.png?v=1.1)
}

.btntele {
    background-image: url(../images/icon-telef9e3.png?v=1.1)
}

.btnchat {
    background-image: url(../images/icon-livechatf9e3.png?v=1.1)
}

.max-13 {
    max-width: 13px;
    padding-bottom: 3px
}

.max-36 {
    max-width: 36px
}

.text_uppercase {
    text-transform: uppercase
}

.text_underline {
    text-decoration: underline
}

.hdtitle {
    background: #784e03;
    color: #fff;
    padding: 15px;
    text-align: center;
    text-transform: uppercase
}

.huongdan_box {
    padding: 15px
}

.huongdan_step {
    color: #e8c04b;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase
}

.huongdan_content {
    font-size: 13px;
    line-height: 1.6;
    list-style: disc;
    margin-left: 1.2rem;
    padding-bottom: 1rem
}

.ipadpro,.logintab,.maindlapp,.registertab {
    display: none
}

#alertmodal,.formmodal {
    align-items: center;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0 15px
}

#alertmodal.active,.formmodal.active {
    display: flex
}

.modal_box {
    margin: 0 auto;
    max-width: 544px;
    width: 100%;
    position: relative;
    z-index: 9
}

.modal_tabcontent {
    position: relative
}

.closemodal {
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: -10px;
    top: 15px;
    width: 48px;
    z-index: 9
}

#alertmodal .alertmodal_box {
    background: #230e10;
    border-radius: .5rem;
    border: 2px solid #936c2e;
    max-width: 500px;
    padding: 2rem 15px;
    position: relative;
    width: 100%;
    z-index: 7
}

.alertmodal_des {
    color: #fce348;
    text-align: center;
    line-height: 1.6
}

#alertmodal .alertmodal_box .closealert {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: -38px;
    width: 30px;
    z-index: 9
}

.modal_backdrop {
    background: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.alertmodal_ttl {
    color: #ffe400;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@-webkit-keyframes animation {
    0% {
        -webkit-filter: drop-shadow(2px 2px 15px #ffd747);
        filter: drop-shadow(2px 2px 15px #ffd747)
    }

    50% {
        -webkit-filter: none;
        filter: none
    }

    100% {
        -webkit-filter: drop-shadow(2px 2px 15px #ffd747);
        filter: drop-shadow(2px 2px 15px #ffd747)
    }
}

footer {
    background: #1e0f08;
    font-size: 14px;
    line-height: 1.6;
    padding: 2rem 0 10px;
    position: relative;
    z-index: 11
}

footer .container {
    max-width: 1200px
}

.footer_row {
    display: flex;
    text-align: center;
    align-items: stretch;
    /* justify-content: space-between; */
    justify-content: center;
    padding-bottom: 1rem
}

.footer_grid {
    width: calc(100% / 4.7)
}

.footer_chungnhan,.footer_right {
    padding-bottom: 1.3%
}

.footer_grid {
    display: flex;
    flex-direction: column
}

.footer_right .footer_boxs {
    justify-content: space-between
}

.footer_logo_item {
    width: 70%
}

.logodkdn {
    padding-bottom: 1rem;
    margin: 0 auto;
    width: 40%
}

.footer_notecer {
    line-height: 1.2;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.ftlbl {
    color: #ffe9a4;
    font-size: 16px;
    padding-bottom: .5rem;
    text-transform: uppercase
}

.footer_boxs {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.footer_boxs_dkdn {
    justify-content: flex-start;
    align-items: flex-start
}

.footer_center_img {
    text-align: center
}

.ftcn {
    display: block;
    margin: 0 auto;
    width: 40%
}

.ftbtnstyle {
    padding-top: 0;
    text-align: center
}

.btnftchat {
    background: #fff4ce;
    border-radius: 30px;
    color: #1e0f08;
    display: block;
    font-size: clamp(12px,3vw,14px);
    font-weight: 700;
    height: auto;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.ftbtn {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 2%
}

.ftbtnchat {
    display: none
}

.ftbtnstyle {
    width: 100%
}

.ftbtnstyle .btnftchat {
    display: block
}

.fticon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 40px;
    margin: 0 3%;
    width: 40px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

footer .ftbtnstyle a {
    display: block!important
}

.copyright {
    border-top: 1px solid #554738;
    margin-top: 1rem;
    padding-top: 10px;
    text-align: center
}

#seoInfo {
    padding-top: 1rem;
    text-align: justify;
    color: #fff;
    font-weight: 500
}

#seoInfo .nano>.nano-content {
    position: unset;
    color: #fff
}

#seoInfo b {
    font-weight: 700
}

#seoInfo h1 {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

#seoInfo h2 {
    font-size: 20px;
    text-transform: uppercase
}

#seoInfo h3 {
    font-size: 18px;
    text-transform: uppercase
}

#seoInfo h4 {
    font-size: 16px
}

#seoInfo .container {
    max-width: 750px
}

#seoInfo .bold,#seoInfo a {
    color: #fff;
    background: linear-gradient(to bottom,#feffaa 0,#faffdb 29%,#ffbb43 80%,#fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#seoInfo .nano {
    overflow: hidden;
    height: auto
}

#seoInfo #info {
    outline: 0;
    line-height: 1.6
}

#seoInfo p {
    line-height: 1.6;
    margin-bottom: 1rem
}

#seoInfo table,#seoInfo td,#seoInfo th {
    border: 1px solid #d1d1d1
}

#seoInfo table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: .5em 0 1em;
    table-layout: fixed;
    width: 100%
}

#seoInfo caption,#seoInfo td,#seoInfo th {
    font-weight: 400;
    text-align: left
}

#seoInfo th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

#seoInfo td {
    border-width: 0 1px 1px 0
}

#seoInfo td,#seoInfo th {
    padding: .4375em
}

#seoInfo #info figure {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto
}

#seoInfo #info figure figcaption {
    padding-top: 5px
}

#seoInfo #info figure img {
    max-width: 100%
}

#seoInfo #info figure.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%
}

#seoInfo #info figure.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

#seoInfo #info figure.wp-caption .wp-caption-text {
    color: #686868;
    font-size: .8125rem;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.float-right {
    float: right!important
}

.text-center {
    text-align: center!important
}

.w-100 {
    width: 100%
}

#seoInfo #info figure {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto
}

#seoInfo #info figure figcaption {
    padding-top: 5px
}

#seoInfo #info figure img {
    max-width: 100%
}

.content_seo {
    background: #1f0f09;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 2rem;
    text-align: left
}

.content_seo h2,.content_seo h3,.content_seo h4,.content_seo h5,.content_seo h6 {
    background: linear-gradient(to bottom,#feffaa 0,#faffdb 29%,#ffbb43 80%,#fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#seoInfo .content_seo .nano {
    min-height: 365px;
    text-align: justify
}

#seoInfo .content_seo .nano>.nano-content {
    position: absolute;
    padding-right: 8px
}

.seottl span {
    display: block;
    background: linear-gradient(to bottom,#feffaa 0,#faffdb 29%,#ffbb43 80%,#fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#seoInfo .content_seo .nano>.nano-pane>.nano-slider {
    background: linear-gradient(to bottom,#feffaa 0,#faffdb 29%,#ffbb43 80%,#fede5e 100%)
}

.content_games {
    background: url(../images/bg-content-gamesf9e3.webp?v=1.1) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1rem;
    padding: 2.5rem .2rem 2.5rem 4rem;
    overflow: hidden
}

.content_games .slider_list {
    position: relative;
    -webkit-mask-image: linear-gradient(to right,transparent,#fff 0,#fff 80%,transparent);
    overflow: hidden;
    max-width: 100%
}

.slider_sbox {
    max-width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #b99667 #b99667
}

.slider_sbox::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.slicktrack {
    display: flex;
    gap: 1rem;
    min-width: 1200px
}

.linebtm {
    padding: 1rem 0;
    display: block
}

.thankform {
    background: url(../images/bg-form-thanksf9e3.webp?v=1.1) top center no-repeat;
    background-size: 100% 100%;
    display: none;
    margin: 2rem auto;
    max-width: 400px;
    position: relative;
    text-align: center;
    width: 90%
}

.thanktop {
    padding: 2rem
}

.thanktop_ttl {
    background: linear-gradient(to bottom,#feffaa 0,#fdffe4 30%,#fb4 59%,#fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fb4;
    font-size: 30px;
    font-weight: 900
}

.thanktop_lbl {
    font-weight: 500;
    font-size: 20px
}

.thanktop_icon {
    width: 16%;
    margin: .5rem auto .8rem
}

.thankinfo {
    position: relative;
    text-align: center;
    padding: 1.5rem 10px 2rem
}

.thankinfo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(to right,rgba(25,8,35,0) 0,#403139 50%,rgba(25,8,35,0) 100%)
}

.thankinfo_pass,.thankinfo_user {
    color: #bcbcbc;
    font-size: 18px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1
}

.thankinfo_pass span,.thankinfo_user span {
    color: #fff;
    font-weight: 500
}

#chat-widget-minimized {
    visibility: hidden
}

.showtextmb {
    display: none!important
}

.d-block {
    display: block!important
}

@media (max-width: 1500px) {
    #seoInfo .container {
        max-width:600px
    }

    #seoInfo h1 {
        font-size: 17px
    }

    .banner_left {
        width: calc(50% - (600px / 2) + 15px)
    }

    .banner_right {
        width: calc(50% - (600px / 2) + 15px)
    }

    .slicktrack {
        min-width: 900px
    }
}

@media (max-height: 780px) {
    .container {
        max-width:500px
    }

    .logo {
        width: 26%;
        margin: .5rem auto 1rem
    }

    .hddes {
        font-size: 13px
    }

    .tabcontent_form {
        padding-bottom: 1.7rem
    }

    .tabnav {
        margin-bottom: 1.1rem;
        width: 62%
    }

    .form_field,.icon_field,.recaptcha-bg {
        height: 42px
    }

    .form-group {
        margin-bottom: 1.2rem
    }

    .error.errors {
        margin-bottom: -1.1rem
    }

    .btnsubmit button {
        width: 67%
    }

    .btnplayweb_btn {
        width: 65%
    }

    .btnplayweb_des {
        font-size: 13px
    }

    .banner_left {
        width: calc(50% - (500px / 2) + 15px);
        top: 23.3rem
    }

    .banner_right {
        width: calc(50% - (500px / 2) + 15px);
        top: 21.4rem
    }

    .banner_left_item,.banner_right_item {
        max-width: 220px
    }

    .btnsocial {
        height: 48px
    }
}

@media (max-width: 1200px) {
    .banner_left,.banners_games {
        display:none
    }

    .banner_left_item,.banner_right_item {
        max-width: 180px
    }

    .banner_right {
        position: unset;
        transform: none;
        width: auto
    }

    .banner_right_item {
        max-width: none
    }

    .btnsocial {
        height: 42px
    }

    a.icon-livechat-load {
        position: fixed;
        top: 1%;
        right: 1.5%;
        left: unset;
        margin-top: 0
    }

    .btnsocial {
        position: fixed;
        width: 60px;
        height: 60px;
        margin: 0;
        top: 1%;
        left: 1.5%;
        z-index: 99
    }

    .btnfb {
        background-image: url(../images/icon-fb-mbf9e3.png?v=1.1);
        top: calc(1% + 70px)
    }

    .btntele {
        background-image: url(../images/icon-tele-mbf9e3.png?v=1.1)
    }

    .btnchat {
        background-image: url(../images/icon-chat-mbf9e3.png?v=1.1);
        right: 1.5%;
        left: auto
    }
}

@media (max-width: 1024px) {
    .showtextpc {
        display:none!important
    }

    .showtextmb {
        display: block!important
    }

    a.icon-livechat-load {
        position: fixed;
        top: 1%;
        right: 1.5%;
        left: unset;
        margin-top: 0
    }

    .banner_left,.banners_games,.ftbtnstyle {
        display: none
    }

    .banner_right {
        position: unset;
        transform: none;
        width: auto
    }

    .banner_right_item {
        max-width: none
    }

    .btnsocial {
        position: fixed;
        width: 60px;
        height: 60px;
        margin: 0;
        top: 1%;
        left: 1.5%;
        z-index: 99
    }

    .btnfb {
        background-image: url(../images/icon-fb-mbf9e3.png?v=1.1);
        top: calc(1% + 70px)
    }

    .btntele {
        background-image: url(../images/icon-tele-mbf9e3.png?v=1.1)
    }

    .btnchat {
        background-image: url(../images/icon-chat-mbf9e3.png?v=1.1);
        right: 1.5%;
        left: auto
    }

    .footer_row {
        flex-wrap: wrap
    }

    .ftbtnchat,.ftbtnchat .btnftchat {
        display: block;
        width: 100%;
        text-align: center
    }

    .ftbtnchat {
        padding-top: 1rem
    }

    .footer_grid {
        padding-bottom: 1rem;
        width: 50%
    }

    .footer_chungnhan,.footer_right {
        padding-bottom: .5rem
    }

    .logodkdn {
        padding-bottom: .5rem
    }
}

@media (max-width: 991px) {
    body {
        background:url(../images/bg-mobilef9e3.jpg?v=1.1) top center no-repeat;
        background-size: 100% auto;
        background-color: #1e0f08
    }

    .btnplayweb_des {
        font-size: 11px
    }
}

@media (max-width: 640px) {
    .btnsocial {
        height:45px;
        position: fixed;
        width: 45px
    }

    .seottl span {
        display: inline;
        white-space: pre-wrap
    }

    .btnfb {
        top: calc(1% + 50px)
    }

    .tabcontent_form form {
        width: 85%
    }

    .tabcontent_form {
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .tabcontent_form {
        margin-top:3%;
        padding-bottom: 1.5rem
    }

    .tabnav {
        margin-bottom: 1rem;
        width: 65%
    }

    .tabcontent_form form {
        width: 76%
    }

    .form-group {
        margin-bottom: 1rem
    }

    .error.errors {
        font-size: 10px;
        margin-bottom: -.9rem
    }

    .instyle {
        border-radius: 11px
    }

    .form_field,.icon_field,.recaptcha-bg {
        height: 38px
    }

    .form_field {
        border-radius: 10px;
        font-size: 12px;
        padding: 0 40px
    }

    .icon_field {
        left: 15px;
        width: 14px
    }

    .icon_eye {
        left: auto;
        right: 15px
    }

    .recaptcha-bg {
        width: calc(95% - 25px)
    }

    .capcha_icon {
        height: 25px;
        width: 25px
    }

    .btnsocial {
        height: 40px;
        width: 40px
    }

    .btnfb {
        top: calc(1% + 45px)
    }

    footer {
        padding-top: 1rem
    }

    .footer_row {
        padding-bottom: 1rem
    }

    .ftlbl {
        font-size: 12px
    }

    .footer_notecer {
        font-size: 10px
    }

    .footer_thumb {
        width: 80%
    }

    .seottl span {
        font-size: 16px
    }

    #seoInfo .content_seo .nano-content h2 {
        font-size: 15px;
        display: inline
    }

    #seoInfo .content_seo .nano-content h3 {
        font-size: 14px;
        display: inline
    }

    #seoInfo .content_seo .nano-content h4,#seoInfo .content_seo .nano-content h5,#seoInfo .content_seo .nano-content h6 {
        font-size: 13px
    }

    #seoInfo .content_seo {
        padding: 1.5rem 10px
    }

    .thankform {
        margin: 1rem auto 0;
        width: 98%
    }

    .thanktop {
        padding: 2rem 10px 1rem
    }

    .thanktop_ttl {
        font-size: 35px
    }

    .thankinfo {
        padding: 1rem 10px 2.3rem
    }

    .thankinfo_pass,.thankinfo_user,.thanktop_lbl {
        font-size: 18px
    }

    .thanktop_lbl {
        color: #fff;
        font-weight: 300;
        font-size: 20px
    }

    .content_games {
        padding: 1.5rem .2rem 1.5rem 2rem
    }

    .slicktrack {
        min-width: 540px
    }

    .btnftchat {
        cursor: default!important;
        outline: 0
    }
}

@media (max-height: 480px) {
    .container {
        max-width:300px
    }

    .tabcontent_form {
        margin-top: 3%;
        padding-bottom: 1rem
    }

    .tabnav {
        margin-bottom: .5rem;
        width: 60%
    }

    .tabcontent_form form {
        width: 85%
    }

    .form-group {
        margin-bottom: .5rem
    }

    .error.errors {
        font-size: 10px;
        margin-bottom: -.4rem
    }

    .instyle {
        border-radius: 9px
    }

    .form_field,.icon_field,.recaptcha-bg {
        height: 28px
    }

    .form_field {
        border-radius: 8px;
        font-size: 10px;
        padding: 0 40px
    }

    .icon_field {
        left: 15px;
        width: 14px
    }

    .icon_eye {
        left: auto;
        right: 15px
    }

    .recaptcha-bg {
        width: calc(95% - 25px)
    }

    .capcha_icon {
        height: 25px;
        width: 25px
    }

    .btnsocial {
        height: 40px;
        position: fixed;
        width: 40px
    }

    .btnfb {
        top: calc(1% + 50px)
    }

    #seoInfo #info,#seoInfo h3 {
        font-size: 12px
    }

    #seoInfo h1 {
        font-size: 16px
    }

    #seoInfo h2 {
        font-size: 14px
    }

    .hddes {
        font-size: 13px
    }
}

@media (max-width: 410px) {
    .hddes {
        font-size:12px
    }

    .tabnav {
        margin-bottom: .7rem;
        width: 55%
    }

    .form_field,.icon_field,.recaptcha-bg {
        height: 36px
    }

    .thanktop {
        padding-top: 2rem
    }

    .thankinfo {
        padding-bottom: 1.5rem;
        padding-top: 1rem
    }

    .thanktop_ttl {
        font-size: 25px
    }

    .thankinfo_pass,.thankinfo_user,.thanktop_lbl {
        font-size: 16px
    }

    .thanktop_lbl {
        color: #fff;
        font-weight: 300;
        font-size: 15px
    }

    .tabcontent_form {
        margin-top: 0
    }
}

@media (max-width: 1400px) and (orientation:landscape) {
    .logo {
        width:22%;
        margin-top: .5rem
    }

    .tabcontent_form {
        padding-bottom: 1.5rem;
        margin-top: 3%
    }

    .btnplayweb {
        margin-top: 3%;
        padding-top: 3.5%
    }

    .tabnav {
        margin-bottom: 1rem
    }

    .form_field,.icon_field,.recaptcha-bg {
        height: 40px
    }

    .form-group {
        margin-bottom: 1rem
    }

    .error.errors {
        margin-bottom: -.8rem
    }

    .maindlapp_web {
        margin-top: 20px;
        margin-bottom: 18px
    }

    .bottom_row_noapp {
        padding-bottom: 20px
    }

    .banner_left,.banners_games {
        display: none
    }
}

@media (max-height: 480px) and (orientation:landscape) {
    .form_field,.icon_field,.recaptcha-bg {
        height:40px
    }
}

.iconclose_form {
    display: none
}

.bodyoverhidden {
    overflow: hidden
}

.hddlapp {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 22px;
    position: relative;
    width: 100%
}

.hddlapp p {
    margin-bottom: 0;
    text-align: center
}

.hddlapp_box {
    background: linear-gradient(360deg,#181319 35%,#c09103 100%);
    border-radius: 10px;
    position: relative;
    padding: 1px;
    display: flex;
    align-items: stretch;
    width: 100%
}

.hddlapp_box:nth-child(1) {
    max-width: 110px
}

.hddlapp_box:nth-child(3) {
    min-width: 140px
}

.hddlapp_item {
    background: linear-gradient(180deg,#4d3824 0,#110707 50%);
    border-radius: 10px;
    padding: 6px 5px;
    width: 100%
}

.hddlapp_item,.hddlapp_item a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.hddlapp_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.hddlapp_ttl {
    font-weight: 600;
    color: #fff373;
    padding-bottom: 2px;
    font-size: 10px
}

.hddlapp_lbl {
    padding-bottom: 5px;
    font-size: 10px
}

.hddlapp_name {
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px
}

.hddlapp_icon {
    display: inline-flex;
    align-items: center;
    max-width: 35px;
    flex: 1
}

.hddlapp_avatar img {
    border-radius: 8px;
    width: 35px
}

.hddlapp_box:nth-child(3) .hddlapp_icon {
    max-width: 45px
}

.hddlapp_box:nth-child(3) .hddlapp_icon img {
    width: 100%
}

.notecp {
    background: #412511;
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 70%;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 72%;
    z-index: 2
}

.notecp.copydone {
    display: block
}

.huongdan_swiper .swiper-button-next.swiper-button-disabled,.huongdan_swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto
}

@-webkit-keyframes animationSlider {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

#huongdan,#realapp,.hddlapp_wrap,.iconclose_form,.maindlapp_bottom,.maindlapp_wrap,.modalstep {
    display: none
}

article.active_article {
    z-index: 12
}

main>section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

@supports (height: 100dvh) {
    main>section {
        min-height:100dvh
    }
}

.content_main.content_mobile_active {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 1;
    padding: 1% 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101
}

.content_main.content_mobile_active .btnplayweb {
    display: none
}

.maindlapp_bottom {
    background: #291a00;
    border-radius: 20px 20px 0 0;
    display: none;
    gap: 6%;
    justify-content: center;
    padding: 7px
}

.maindlapp_bottom_box {
    align-items: center;
    display: flex;
    gap: 6px;
    position: relative
}

.maindlapp_bottom_box:nth-child(2)::after,.maindlapp_bottom_box:nth-child(2):before {
    background: #493c26;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px
}

.maindlapp_bottom_box:nth-child(2):before {
    left: -12%
}

.maindlapp_bottom_box:nth-child(2)::after {
    right: -12%
}

.maindlapp_bottom_icon {
    width: 32px
}

.disabled .maindlapp_bottom_icon {
    opacity: .5
}

.maindlapp_bottom_lbl {
    font-size: 9px;
    color: #e1e1e1
}

.disabled .maindlapp_bottom_lbl {
    color: #828282
}

.hddlapp_wrap {
    padding-top: 25px
}

.noteup {
    background: linear-gradient(0deg,rgba(153,153,153,0) 34%,rgba(120,77,35,.6) 100%);
    border-radius: 1.5rem 1.5rem 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 85%
}

.noteup span {
    color: red;
    font-weight: 700
}

.notecenter {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5
}

.maindlapp_web {
    align-items: center;
    background: rgba(118,75,35,.46);
    border-radius: 1rem;
    color: #fff;
    display: flex;
    font-weight: 700;
    gap: 10px;
    margin: 25px auto 23px;
    max-width: 95%;
    padding: 8px 12px;
    text-transform: uppercase
}

.maindlapp_web .maindlapp_top_logo {
    width: 40px
}

.maindlapp_web .maindlapp_top_lbl {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.maindlapp_btndk {
    margin: 0 auto;
    max-width: 95%;
    padding-bottom: 25px;
    padding-top: 23px;
    cursor: default
}

.bottom_row {
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
    padding-bottom: 25px
}

.maindlapp_btn-huongdan {
    align-items: center;
    background: rgba(111,111,111,.2);
    border-radius: 10px;
    color: #ffe49e;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 5px;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 12px;
    width: 43%
}

.maindlapp_btn-huongdan span {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    width: 100%
}

.maindlapp_btn-huongdan small {
    font-size: 11px;
    width: 100%;
    text-align: left
}

.noteandroid_up {
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 6px;
    text-align: center
}

.note_after_btn {
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    padding-top: 6px
}

.note_after_btn a {
    font-weight: 400
}

.note_after_btn img {
    max-width: 11px;
    margin-right: 2px
}

.note_after_style {
    color: #ffe49e
}

.note_after_style img {
    max-width: 30px
}

.btn_store_app {
    margin: 0 auto;
    max-width: 95%
}

.btn_apk_app {
    margin: 8px auto 0;
    max-width: 55%
}

.hddlapp_downapp_wrap {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.15) 50%,rgba(255,255,255,.06) 100%);
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    padding: 8px 15px 10px;
    position: relative;
    width: calc(100% + 30px)
}

.hddlapp_downapp_wrap::after,.hddlapp_downapp_wrap::before {
    background: linear-gradient(90deg,rgba(82,75,31,0) 0,rgba(255,244,125,.4) 50%,rgba(82,75,31,0) 100%);
    content: "";
    height: 1.5px;
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    position: absolute;
    right: 0
}

.hddlapp_downapp_wrap::before {
    top: 0
}

.hddlapp_downapp_wrap::after {
    bottom: 0
}

.hddlapp_noapk {
    padding: 23px 0 25px
}

.form_main_noapp {
    margin-top: 13px
}

.bottom_row_noapp {
    padding-top: 13px
}

.content_backdrop {
    background: rgba(0,0,0,.8);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.maindlapp_wrap {
    color: #fff;
    margin: 0 auto;
    max-width: 480px
}

.mainform.active,.modalstep {
    display: none
}

.content_main .iconclose_form {
    cursor: default;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 9
}

.content_mobile.content_mobile_active .content_backdrop,.content_mobile.content_mobile_active .iconclose_form {
    display: block
}

.content_mobile.content_mobile_active .mainform {
    position: relative;
    z-index: 2;
    width: 100%
}

.content_mobile.content_mobile_active .thankform {
    position: relative;
    z-index: 2
}

.maindlapp_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(111,111,111,.2);
    border-radius: 12px;
    max-width: 100%;
    padding: 0 5px;
    width: 55%
}

.maind_dlapps_btn {
    align-items: center;
    background: rgba(111,111,111,.2);
    border-radius: 10px;
    cursor: default;
    display: flex;
    gap: 20px;
    margin: 12px auto;
    max-width: 93%;
    padding: 9px 8px
}

.maind_dlapps_btn.dlapps_style {
    background: rgba(239,174,80,.25);
    padding: 12px 8px
}

.maindlapp_top_btn {
    background: linear-gradient(to right,#810f47 0,#810f47 8%,#391a36 88%,#391a36 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    min-width: 45px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default
}

.maind_dlapps_btn.dlapps_style {
    background: rgba(239,174,80,.25);
    padding: 12px 8px
}

.maindlapp_top_btn {
    background: linear-gradient(to right,#810f47 0,#810f47 8%,#391a36 88%,#391a36 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    min-width: 45px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default
}

.maindlapp_btnstyle {
    background: url(../images/mobile/bg-buttonc619.jpg?v=1.0) center no-repeat;
    background-size: cover
}

.maindlapp_top_box {
    align-items: center;
    display: flex;
    gap: 5px
}

.maind_dlapps_btn .maindlapp_top_box {
    gap: 20px
}

.maindlapp_top_logo {
    width: 35px
}

.maind_dlapps_btn .maindlapp_top_logo {
    width: 42px
}

.maindlapp_top_logo {
    width: 90px
}

.maindlapp_top_lbl {
    font-size: 8px;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgba(255,255,255,.85)
}

.maindlapp_top_lbl span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 2px;
    color: #ffe49e
}

.maind_line {
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(247,240,214,.3) 40%,rgba(245,236,204,.3) 50%,rgba(247,240,214,.3) 60%,rgba(255,255,255,0) 100%);
    display: block;
    height: 1.5px;
    margin: 20px auto 15px;
    max-width: 90%;
    width: 100%
}

.maind_line_style {
    margin-bottom: 22px;
    margin-top: 13px
}

.maind_dlapps_lbl {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.maind_dlapps_icon {
    width: 42px
}

.maindlapp_wrap .noteapk {
    padding-top: 0
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.maind_dlapps_btn.disabled {
    background: rgba(111,111,111,.2);
    color: #828282
}

.maind_dlapps_btn.disabled .maind_dlapps_icon {
    opacity: .56
}

.modalstep.active {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    left: 10px;
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 9
}

.modalstep_android.modalstep.active {
    align-items: center;
    justify-content: center
}

.modalstep.active .alertmodal_box {
    background: #331e05;
    border-radius: 15px 15px 0 0;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    max-width: 400px;
    margin: 0 auto
}

.modalstep_android.modalstep.active .alertmodal_box {
    background: 0 0;
    border-radius: 0
}

.modalstep.active .alertmodal_box .closealert {
    cursor: default;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    z-index: 9
}

.stepshortcode {
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center
}

.stepshortcode_lbl {
    padding-bottom: 2rem
}

.stepshortcode_icon {
    margin: 0 auto;
    width: 30%
}

.stepshortcode_thumb {
    margin: 0 auto;
    width: 75%
}

.content_mobile .tabcontent_form {
    margin-top: 0
}

.huongdan_swiper {
    background: rgba(0,0,0,.7);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(3px)
}

.huongdan_swiper.show {
    display: flex!important
}

#huongdan .swiper .swiper-notification,#realapp .swiper .swiper-notification,.huongdan_swiper:not(.show) {
    display: none
}

.downloadGuideSwiper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    max-width: 450px
}

.swiper-wrapper {
    flex: 1;
    height: 100%
}

.guide-footer {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.guide_footer_content {
    display: flex;
    flex-direction: column;
    padding-top: 2%;
    width: 100%
}

.guide_footer_navi {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    width: 100%;
    z-index: 12
}

.swiper-slide {
    position: relative;
    z-index: 0;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px
}

.swiper-slide.p-0 {
    padding: 0
}

.swiper-slide .pt-0 {
    padding-top: 0
}

.swiper-slide.swiper-slide-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swiper_pt {
    padding-top: 4.5rem
}

.swiper-slide img {
    height: auto
}

.huongdan_swiper .guide-footer .swiper-button-next,.huongdan_swiper .guide-footer .swiper-button-prev {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: default;
    display: block;
    height: 100%;
    margin: 0;
    outline: 0;
    position: fixed;
    top: 0;
    width: 50%;
    z-index: 11
}

.huongdan_swiper .guide-footer .swiper-button-prev {
    left: 0;
    right: auto
}

.huongdan_swiper .guide-footer .swiper-button-next {
    right: 0;
    left: auto
}

.huongdan_swiper .guide-footer .swiper-button-next:after,.huongdan_swiper .guide-footer .swiper-button-prev:after {
    display: none
}

.huongdan_swiper .guide-footer .swiper-pagination {
    position: unset;
    display: flex;
    padding: 0 10px 10px;
    gap: 1%
}

.huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,.4);
    border-radius: 2px;
    height: 1.5px;
    margin: 0;
    opacity: 1;
    position: relative;
    width: 100%
}

.huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet::after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet-active::after,.huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet:has(~.swiper-pagination-bullet-active)::after {
    background: #fff
}

.logo_step {
    width: 30%
}

.skipGuide {
    width: 25px;
    height: 25px
}

.notebtn {
    font-size: 12px;
    margin-top: 8px;
    margin-left: -10px;
    margin-right: -10px;
    color: #ffe49e;
    text-align: center
}

.notebtn img {
    vertical-align: text-top
}

.swiper-slide .noteapk {
    padding-bottom: 15px;
    font-size: 13px;
    text-align: center;
    color: #fff
}

.swiper-slide .noteapk span {
    font-size: 13px;
    color: #ffe49e
}

#realapp .swiper_item {
    margin: 0 auto;
    width: 96.5%
}

.content_main.content_mobile_active .mainform {
    max-width: 450px;
    margin: 0 auto;
    width: 100%
}

.maindlapp_bottom.active {
    display: flex
}

.active_article .hddlapp_wrap {
    display: block
}

.active_article .content_main.content_mobile_active .content_backdrop,.content_main.content_mobile_active .content_backdrop {
    display: block
}

.active_article .content_main.content_mobile_active .mainform,.content_main.content_mobile_active .mainform {
    z-index: 10
}

@media (min-width: 1201px) {
    .active_article .content_main.content_mobile_active,.content_main.content_mobile_active,.hddlapp_wrap,.maindlapp_bottom,.maindlapp_wrap {
        display:none
    }
}

@media (max-width: 1200px) {
    .content_main,.content_main .btnplayweb {
        display:none
    }

    .hddlapp_wrap,.maindlapp_wrap {
        display: block
    }

    .maindlapp_bottom,.maindlapp_bottom.active {
        display: flex
    }

    .active_article .content_main,.active_article .content_main .btnplayweb {
        display: none
    }

    .active_article .content_main.form_main_noapp {
        display: block
    }

    .active_article .hddlapp_wrap,.active_article .maindlapp_wrap {
        display: block
    }

    .active_article .content_main.content_mobile_active .content_backdrop,.content_main.content_mobile_active .content_backdrop {
        display: block
    }

    .active_article .content_main.content_mobile_active,.content_main.content_mobile_active {
        display: flex
    }

    .thankspage .content_main {
        display: block!important
    }

    .thankspage .hddlapp_wrap,.thankspage .notecenter {
        display: none!important
    }
}

@media (max-width: 1025px) {
    #realapp .swiper_item,.swiper_item {
        margin:0 auto;
        width: 80%
    }
}

@media (max-width: 640px) {
    .logo {
        margin-bottom:25px
    }

    .logo_android {
        margin-bottom: 13px
    }

    .hddlapp_fullapp_android .hddlapp_downapp_wrap {
        margin-top: 15px;
        margin-bottom: 13px
    }

    .hddlapp_fullapp_android .maindlapp_web {
        margin-top: 13px;
        margin-bottom: 0
    }

    .hddlapp_fullapp_android .notebtn {
        padding-top: 15px
    }

    .hddlapp_fullapp_android .maindlapp_btndk {
        padding-top: 13px;
        padding-bottom: 15px
    }

    .hddlapp_fullapp_android .bottom_row {
        padding-bottom: 14px
    }

    .maindlapp_top.appncc_btn {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    main {
        min-height: auto
    }

    main>section {
        min-height: auto
    }
}

@media (max-width: 480px) {
    #realapp .swiper_item {
        width:95%
    }

    .swiper_item {
        margin: 0 auto;
        width: 100%
    }

    .maindlapp_web {
        margin-bottom: 0
    }
}

@media (max-width: 410px) {
    .logo {
        margin-bottom:18px
    }

    .logo_android {
        margin-bottom: 10px
    }

    .hddlapp_wrap {
        padding-top: 18px
    }

    .bottom_row,.hddlapp {
        padding-bottom: 18px
    }

    .maindlapp_web {
        margin-top: 18px;
        margin-bottom: 0
    }

    .maindlapp_wrap .notebtn {
        padding-top: 18px;
        margin-top: 0;
        font-size: 10.5px
    }

    .maindlapp_btndk {
        padding-top: 16px;
        padding-bottom: 18px
    }

    .hddlapp_downapp_wrap {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .hddlapp_fullapp_android .hddlapp_downapp_wrap {
        margin-top: 10px;
        margin-bottom: 8px
    }

    .hddlapp_fullapp_android .maindlapp_web {
        margin-top: 10px
    }

    .hddlapp_fullapp_android .notebtn {
        padding-top: 10px
    }

    .hddlapp_fullapp_android .maindlapp_btndk {
        padding-top: 8px;
        padding-bottom: 10px
    }

    .hddlapp_fullapp_android .bottom_row {
        padding-bottom: 10px
    }

    .form_main_noapp {
        margin-top: 10px
    }

    .maindlapp_btn-huongdan {
        padding: 8px 8px
    }

    .maindlapp_top_logo {
        width: 75px
    }

    .maindlapp_btn-huongdan,.maindlapp_btn-huongdan small {
        font-size: 10px
    }

    .maindlapp_btn-huongdan span {
        font-size: 11px
    }

    .maindlapp_top_lbl span {
        font-size: 13px
    }

    .maindlapp_top_lbl {
        font-size: 7px
    }

    .maindlapp_top_btn {
        min-width: 40px;
        font-size: 6px
    }

    .maindlapp_web {
        padding: 7px 11px
    }

    .hddlapp_noapk {
        padding: 16px 0 18px
    }

    .bottom_row_noapp {
        padding-top: 10px
    }

    .hddlapp_box:nth-child(1) {
        max-width: 100px
    }

    .hddlapp_box:nth-child(1) .hddlapp_name {
        max-width: 85px
    }

    .hddlapp_box:nth-child(3) {
        min-width: 140px
    }

    .hddlapp_lbl,.hddlapp_ttl {
        font-size: 9px
    }
}

@media (max-width: 360px) {
    .maindlapp_top_lbl {
        font-size:6px
    }

    .maindlapp_top_lbl span {
        font-size: 11px
    }

    .hddlapp_lbl,.hddlapp_ttl {
        font-size: 8px
    }

    .maindlapp_web .maindlapp_top_lbl {
        font-size: 14px
    }

    .maindlapp_btn-huongdan,.note_after_btn {
        font-size: 9px
    }

    .hddes,.maindlapp_btn-huongdan span {
        font-size: 10px
    }

    .maindlapp_top_btn {
        min-width: 35px;
        font-size: 5px
    }
}

@media (max-height: 480px) and (orientation:landscape) {
    .container {
        max-width:400px
    }

    .content_main.content_mobile_active {
        padding-top: 1%;
        justify-content: center
    }

    .content_main.content_mobile_active .mainform {
        max-width: 350px;
        margin: 0 auto
    }

    .modalstep.active .alertmodal_box {
        max-width: 300px
    }

    #realapp .swiper_item {
        width: 35%;
        margin: 0 auto
    }

    .swiper_item {
        width: 35%;
        margin: 0 auto
    }

    .swiper-slide .noteapk {
        padding-bottom: 10px
    }

    .swiper-slide .noteapk,.swiper-slide .noteapk span {
        font-size: 10px
    }

    .maindlapp_top_logo {
        width: 70px
    }

    .maindlapp_btn-huongdan span {
        font-size: 11px
    }

    .maindlapp_btn-huongdan,.maindlapp_btn-huongdan small {
        font-size: 10px
    }
}

@media (max-height: 360px) and (orientation:landscape) {
    #realapp .swiper_item,.swiper_item {
        width:28%
    }

    .swiper-slide .noteapk,.swiper-slide .noteapk span {
        font-size: 9px
    }
}

@media (max-width: 1400px) and (orientation:landscape) {
    .active_article .content_main {
        display:none
    }

    .active_article .content_main.form_main_noapp,.active_article .maindlapp_wrap {
        display: block
    }

    .active_article .maindlapp_bottom {
        display: flex
    }

    .active_article .content_main.content_mobile_active,.content_main.content_mobile_active {
        display: flex
    }
}

