/*--- Fonts ---*/
@font-face {
    font-family: 'antique_olivelight';
    src: url('../fonts/antiqueoli-lig-webfont.eot');
    src: url('../fonts/antiqueoli-lig-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/antiqueoli-lig-webfont.woff2') format('woff2'),
        url('../fonts/antiqueoli-lig-webfont.woff') format('woff'),
        url('../fonts/antiqueoli-lig-webfont.svg#antique_olivelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antique_olivebold';
    src: url('../fonts/antiqueoli-bol-webfont.eot');
    src: url('../fonts/antiqueoli-bol-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/antiqueoli-bol-webfont.woff2') format('woff2'),
        url('../fonts/antiqueoli-bol-webfont.woff') format('woff'),
        url('../fonts/antiqueoli-bol-webfont.svg#antique_olivebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antique_olive_compactregular';
    src: url('../fonts/antiqueolicom-reg-webfont.eot');
    src: url('../fonts/antiqueolicom-reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/antiqueolicom-reg-webfont.woff2') format('woff2'),
        url('../fonts/antiqueolicom-reg-webfont.woff') format('woff'),
        url('../fonts/antiqueolicom-reg-webfont.svg#antique_olive_compactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antique_oliveregular';
    src: url('../fonts/antiqueoli-reg-webfont.eot');
    src: url('../fonts/antiqueoli-reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/antiqueoli-reg-webfont.woff2') format('woff2'),
        url('../fonts/antiqueoli-reg-webfont.woff') format('woff'),
        url('../fonts/antiqueoli-reg-webfont.svg#antique_oliveregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antique_olivemedium';
    src: url('../fonts/antiqueoli-med-webfont.eot');
    src: url('../fonts/antiqueoli-med-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/antiqueoli-med-webfont.woff2') format('woff2'),
        url('../fonts/antiqueoli-med-webfont.woff') format('woff'),
        url('../fonts/antiqueoli-med-webfont.svg#antique_olivemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.AnuphanThin {
    font-family: 'Anuphan', sans-serif;
    font-weight: 100;
}

.AnuphanLight {
    font-family: 'Anuphan', sans-serif;
    font-weight: 300;
}

.AnuphanReg {
    font-family: 'Anuphan', sans-serif;
}

.AnuphanBold {
    font-family: 'Anuphan', sans-serif;
    font-weight: 700;
}

.AnuphanMed {
    font-family: 'Anuphan', sans-serif;
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

/*--- DNA Base ---*/
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

div,
section,
span {
    background-repeat: no-repeat;
    background-size: cover
}

section {
    overflow: hidden;
    display: block;
    position: relative
}
section.popshow {display: none;}

svg,
svg.area {
    height: auto;
    width: 100%;
    display: inherit
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: inherit
}


.table,
.table-block {
    display: table;
    width: 100%
}

ol,
ul {
    margin: 0
}

ul.dna-ul li {
    margin-left: 25px
}

.dna-ul ul {
    list-style: inherit;
    margin: auto;
    padding-inline-start: 20px
}

body ol,
body ul,
ol,
ul {
    padding-top: 5px
}

ol {
    counter-reset: item;
    padding-left: 0
}

ol>li {
    display: table
}

ol>li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    padding-right: 5px;
    width: 25px;
    display: table-cell
}

.pos {
    position: absolute;
    pointer-events: auto
}

.pos_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.width-full {
    width: 100%;
    max-width: 999%
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.overflow {
    overflow: hidden
}

.inline {
    display: inline-block
}

[class^=width-] {
    display: inline-block;
    vertical-align: top
}

.show_mb,
[class^=max-],
[class^=min-],
svg.area.show_mb,
svg.show_mb {
    display: none
}

.show_pc,
svg.area.show_pc,
svg.show_pc {
    display: inherit
}

.show768_mb,
[class^=max-],
[class^=min-],
svg.area.show768_mb,
svg.show768_mb {
    display: none
}

.show768_pc,
svg.area.show768_pc,
svg.show768_pc {
    display: inherit
}

.width-90 {
    width: 89.5%
}

.width-80 {
    width: 79.5%
}

.width-75 {
    width: 74.5%
}

.width-70 {
    width: 69.5%
}

.width-60 {
    width: 59.5%
}

.width-50 {
    width: 49.5%
}

.width-40 {
    width: 39.5%
}

.width-33 {
    width: 33.2%
}

.width-30 {
    width: 29.5%
}

.width-25 {
    width: 24.5%
}

.width-20 {
    width: 19.5%
}

.width-0-pc {
    width: 0%
}

.width-20-pc {
    width: 20%
}

.width-25-pc {
    width: 25%
}

.width-33-pc {
    width: 33%
}

.width-50-pc {
    width: 50%
}

.width-66-pc {
    width: 66%
}

.width-75-pc {
    width: 75%
}

.width-80-pc {
    width: 80%
}

.width-100-pc {
    width: 100%
}

@media(max-width:640px) {
    .width-0-mb {
        width: 0%
    }

    .width-20-mb {
        width: 20%
    }

    .width-25-mb {
        width: 25%
    }

    .width-33-mb {
        width: 33%
    }

    .width-50-mb {
        width: 50%
    }

    .width-66-mb {
        width: 66%
    }

    .width-75-mb {
        width: 75%
    }

    .width-80-mb {
        width: 80%
    }

    .width-100-mb {
        width: 100%
    }
}

@media(max-width:320px) {
    .max-320 {
        display: inherit
    }
}

@media(max-width:375px) {
    .max-375 {
        display: inherit
    }
}

@media(max-width:414px) {
    .max-414 {
        display: inherit
    }
}

@media(max-width:480px) {
    .max-480 {
        display: inherit
    }
}

@media(max-width:540px) {
    .max-540 {
        display: inherit
    }
}

@media(max-width:600px) {
    .max-600 {
        display: inherit
    }
}

@media(max-width:640px) {
    .max-640 {
        display: inherit
    }

    .show_mb,
    svg.area.show_mb,
    svg.show_mb {
        display: inherit
    }

    .show_pc,
    svg.area.show_pc,
    svg.show_pc {
        display: none
    }
}

@media(max-width:768px) {
    .max-768 {
        display: inherit
    }
}

@media(max-width:800px) {
    .max-800 {
        display: inherit
    }
}

@media(max-width:900px) {
    .max-900 {
        display: inherit
    }
}

@media(max-width:1000px) {
    .max-1000 {
        display: inherit
    }
}

@media(max-width:1024px) {
    .max-1024 {
        display: inherit
    }
}

@media(min-width:480px) {
    .min-480 {
        display: inherit
    }
}

@media(min-width:540px) {
    .min-540 {
        display: inherit
    }
}

@media(min-width:600px) {
    .min-600 {
        display: inherit
    }
}

@media(min-width:640px) {
    .min-640 {
        display: inherit
    }
}

@media(min-width:768px) {
    .min-768 {
        display: inherit
    }
}

@media(min-width:800px) {
    .min-800 {
        display: inherit
    }
}

@media(min-width:900px) {
    .min-900 {
        display: inherit
    }
}

@media(min-width:1000px) {
    .min-1000 {
        display: inherit
    }
}

@media(min-width:1024px) {
    .min-1024 {
        display: inherit
    }
}

@media(min-width:1366px) {
    .min-1366 {
        display: inherit
    }
}

@media(min-width:1600px) {
    .min-1600 {
        display: inherit
    }
}

/*--- Fix Templete AIS ---*/


.js-overlay.overlay {
    top: 50px;
    position: fixed
}

/*--- Layout & Theme ---*/
body {
    line-height: 1.2;
    color: #fff !important;
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none
}



.content a,
.content a:active,
.content a:visited {
    color: #000;
    text-decoration: none
}



section.content {
    max-width: 1200px;
    padding: 40px 20px;
    margin: auto
}

h1,
.h1 {
    font-size: calc(2.4rem + 3.8vw)
}

h2,
.h2 {
    font-size: calc(2.1rem + 3.2vw)
}

h3,
.h3 {
    font-size: calc(2rem + 2.3vw)
}

h4,
.h4 {
    font-size: calc(1.9rem + 1.4vw)
}

h5,
.h5 {
    font-size: calc(1.8rem + 1vw)
}

h6,
.h6 {
    font-size: calc(1.7rem + .6vw)
}

html body,
body,
p {
    font-size: calc(1.6rem + .3vw)
}

note,
.note {
    font-size: calc(1.4rem + .3vw)
}

spacer {
    display: block;
    height: 20px
}

bt {
    padding: 8px 25px;
    border: 1px solid #000;
    border-radius: 99px
}

bt:hover,
bt.active {
    color: #a6cb16;
    border: 1px solid #000;
    background-color: #000
}

.green {
    color: #b2d429
}

/*--- Swiper ---*/
.swiper-slide {
    height: auto !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0
}

.effect-howto {
    margin: auto;
    overflow: hidden;
    max-width: 640px
}

.effect-center .swiper-slide.swiper-slide {
    transform: scale(0.85);
    transition-duration: 0.5s
}

.effect-center .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition-duration: 0.2s
}

@media(min-width: 960px) {

    .effect-center .swiper-slide.swiper-slide,
    .effect-center .swiper-slide.swiper-slide-active {
        transform: scale(1) !important
    }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important
}

.swiper-pagination-bullet.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 99px;
    background: #fff;
    opacity: 0.5;
    margin: 0 10px !important;
    transition-duration: 0.5s
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
    background: #fff;
    transition-duration: 0.2s
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background: #fff no-repeat center;
    background-size: 100%;
    transition-duration: 0.4s
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #b2d234;
    transition-duration: 0.2s
}

.swiper-button-prev {
    background-image: url(../images/arrow-left-black.png) !important
}

.swiper-button-next {
    background-image: url(../images/arrow-right-black.png) !important
}

.swiper-button-prev:hover {
    background-image: url(../images/arrow-left-white.png) !important
}

.swiper-button-next:hover {
    background-image: url(../images/arrow-right-white.png) !important
}

/*--- Popup ---*/
.popup {
    width: 100%;
    height: 0%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 60;
    top: 0;
    text-align: center;
    vertical-align: middle;
    display: none;
    transition-duration: 0.6s
}

.popup.show {
    height: 100%;
    display: table;
    transition-duration: 0.4s
}

.popup.show .popup_container {
    margin-top: 20px;
}

.popup.show .popup_fader {
    opacity: 1;
    transition-duration: 0.2s
}

.popup .popup_fader {
    pointer-events: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: -1;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition-duration: 0.3s;
}

.popup .popup_holder {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.popup .popup_container {
        color: #000;
        border-radius:30px;
        height: initial;
        overflow: auto;
        max-width: 1600px;
        background-color: #00E200;
        text-align: left;
        width: 90%;
        margin: -2000px auto 80px;
        position: relative;
        transition-duration: 0.5s
}
.popup .popup_container h3{
    font-size: 32px;
    font-family: 'antique_olive_compactregular';
    text-align: center;
}
.popup .popup_container b{
    font-family: 'antique_olivebold';
    font-weight: normal;
}
.popup .popup_container b{
  font-family: 'Anuphan', sans-serif;
  font-weight: 800;
  font-size: 15px;
}
.popup .popup_container p{
  padding-top: 10px;
}
.popup .popup_container p, .popup .popup_container li{
    font-size: 13px;
    font-family: 'Anuphan', sans-serif;
    font-weight: 400;
}
.popup .popup_container ul{
    padding-left: 1em;
}
.wrap-center{width: 100%; text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;}
.popup .popup_close {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 40px;
    font-family: 'antique_olivemedium', sans-serif;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    width: 197px;
    text-align: center;
    margin-top: 40px;
}
.popup .popup_data {
    padding: 40px;
    text-align: left;
    overflow: auto;
}
.popup .popup_data.popup_vdo {
    background: #000;
    padding: 0
}

/*--- Youtube iFrame Responsive ---*/
.video-center {
    margin: 40px auto;
    max-width: 1200px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #888
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*--- Faq ---*/
.expand-qa {
    background: url(../images/arrow-down-black.png) no-repeat;
    background-position: 99% 25px;
    background-size: 20px;
    border-bottom: 2px solid #b2d234
}

.expand-qa.active {
    background-image: url(../images/arrow-up-black.png)
}

.expand-qa .q {
    padding: 22px 40px 20px 0;
    cursor: pointer;
    transition: color 0.3s ease-out
}

.expand-qa.active .q {
    padding-bottom: 0
}

.expand-qa.active .q,
.expand-qa:hover .q {
    color: #b2d234;
    transition: color 0.1s
}

.expand-qa .a {
    height: 0px;
    padding-top: 0;
    overflow: hidden;
    transition-duration: 0.3s
}

.expand-qa .a,
.expand-qa .a p {
    color: #666;
    line-height: 1.4
}

.expand-qa.active .a {
    padding: 20px 0 20px;
    height: auto;
    transition-duration: 0.3s
}

/*--- Condition ---*/
.expand-condition .q {
    padding: 22px 40px 20px 0;
    cursor: pointer;
    transition: color 0.3s ease-out
}

.expand-condition.active .q {
    padding-bottom: 0
}

.expand-condition.active .q,
.expand-condition:hover .q {
    color: #b2d234;
    transition: color 0.1s
}

.expand-condition .a {
    height: 0px;
    padding-top: 0;
    overflow: hidden;
    transition-duration: 0.3s
}

.expand-condition .a,
.expand-condition .a p {
    color: #666;
    line-height: 1.4
}

.expand-condition.active .a {
    padding: 20px 0 20px;
    height: auto;
    transition-duration: 0.3s
}

arrow {
    display: inline-block;
    height: 25px;
    width: 30px;
    vertical-align: bottom;
    background: url(../images/arrow-down-black.png) no-repeat center;
    background-size: 20px
}

.active arrow {
    background-image: url(../images/arrow-up-black.png)
}

/*--- SCROLLBAR BASE ---*/
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.dna-scroll>.scroll-element,
.dna-scroll>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.dna-scroll>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

/*--- SCROLLBAR OUTER ---*/
.dna-scroll>.scroll-element.scroll-x {
    bottom: 0;
    height: 10px;
    left: 0;
    width: 100%
}

.dna-scroll>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.dna-scroll>.scroll-element.scroll-x .scroll-element_outer {
    height: 10px;
    top: 0px
}

.dna-scroll>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.dna-scroll>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.dna-scroll>.scroll-element .scroll-element_track {
    background-color: #ddd
}

.dna-scroll>.scroll-element .scroll-element_outer,
.dna-scroll>.scroll-element .scroll-element_track,
.dna-scroll>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.dna-scroll>.scroll-element .scroll-bar {
    background-color: #b2d429
}

.dna-scroll>.scroll-element .scroll-bar:hover {
    background-color: #b2d429
}

.dna-scroll>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #10b058
}

.dna-scroll>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.dna-scroll>.scroll-content.scroll-scrollx_visible {
    top: -10px;
    margin-top: 10px
}

.dna-scroll>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.dna-scroll>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.dna-scroll>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.dna-scroll>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.dna-scroll>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.dna-scroll>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

/*--- SCROLLBAR RAIL ---*/
.dna-scroll>.scroll-element .scroll-element_size {
    background-color: rgba(0, 0, 0, .3)
}

.dna-scroll>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: rgba(0, 0, 0, .5)
}

.dna-scroll>.scroll-element.scroll-x {
    bottom: 0;
    height: 15px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.dna-scroll>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.dna-scroll>.scroll-element .scroll-bar {
    background-color: #b2d429;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.dna-scroll>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.dna-scroll>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.dna-scroll>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.dna-scroll>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.dna-scroll>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.dna-scroll>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.dna-scroll>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.dna-scroll>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.dna-scroll>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.dna-scroll>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.dna-scroll>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.dna-scroll>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.dna-scroll>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

/*--- Sample ---*/
.sample {
    background-color: #ddd;
    text-align: center
}

.table.sample {
    margin-bottom: 20px
}

.table.sample>*>.td,
.table.sample>.td {
    background-color: #ddd;
    padding: 10px;
    text-align: center;
    border: 1px solid #bbb
}

.box-temp {
    display: inline-block;
    width: 29%;
    height: 200px;
    background: #CCC;
    margin: 1%
}

.click-content {
    display: none
}

.click-content.active {
    display: block
}

body {
    font-size: 1.6rem;
    color: #2e3233;
    background-color: #fff;
    font-family: akrobatregular, db_heavent_cond;
    overflow-x: hidden
}

/*-------- Media Query --------*/
/*--- Tablet ---*/
@media(min-width: 641px) {
    section.content {
        padding: 60px 30px
    }

    bt {
        padding: 8px 30px
    }
}

/*--- Desktop PC */
@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 72px
    }

    h2,
    .h2 {
        font-size: 60px
    }

    h3,
    .h3 {
        font-size: 48px
    }

    h4,
    .h4 {
        font-size: 36px
    }

    h5,
    .h5 {
        font-size: 30px
    }

    h6,
    .h6 {
        font-size: 24px
    }

    html body,
    body,
    p {
        font-size: 20px
    }

    note,
    .note {
        font-size: 18px
    }
}

/*--- Large Desktop PC */
@media(min-width: 1366px) {}

/* sub menu set -------------------------------*/
.highlight {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {

}

body {
    background-color: #000;
}

.topnav-wrap {
    position: fixed;
    z-index: 51;
    width: 100%;
}

.topnav {
    position: relative;
    z-index: 51;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: rgba(255, 99, 71, 0);
}

.logo_aissiam {
    left: 25px;
    top: 22px;
    position: absolute;
    width: 80px;
}

.changelang-wrap {
    position: absolute;
    right: 22px;
    top: 22px;
    text-shadow: 1px 1px 10px #666;
}

a.top-lang {
    margin: 0 5px;
    line-height: 20px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Anuphan', sans-serif;
    font-weight: 500;
    padding: 2px 15px;
    border: 1px solid #00ff55;
    background-color: transparent;
    background-color:rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
a.top-lang.active {
    background-color: #00ff55;
}

.swiper-highlight .swiper-button-prev,
.swiper-highlight .swiper-button-next,
.swiper-thumb .swiper-button-prev,
.swiper-thumb .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition-duration: 0.4s;
    border: 2px solid #fff;
}

.swiper-highlight .swiper-button-next,
.swiper-thumb .swiper-button-next {
    background-image: url(../images/arrow-right-white.png) !important;
    background-size: 45px 25px;
}

.swiper-highlight .swiper-button-prev,
.swiper-thumb .swiper-button-prev {
    background-image: url(../images/arrow-left-white.png) !important;
    background-size: 45px 25px;
}

.section-2,
.section-3,
.section-4,
.section-5,
.section-6 {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.section-2,
.section-3 {
    background: #000;
}

.section-5 {
    margin-bottom: 70px;
    font-size: 0;
}
#floor4.section-5 {
    margin-bottom: 0px;
}

.btn_register{display: block;}
.section-6t {
    height: 1px;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.section-4 {
    margin-top: 90px;

    position: relative;
    height: 379px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/* .section-4, .btn_register{display: none;} */
.btn_register{display: block;}
.btn_register.hide{display: none;}
.section-4_content {height: 50px;}

.section-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/desktop/pod_reservation_banner.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}
.section-4:hover::before {
    opacity: 1;
}
.btn_pod {
    position: relative;
    z-index: 2;
    padding: 10px 32px;
    border: 2px solid #00ff55;
    background-color: transparent;
    background-color:rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 1.5em;
    font-size: 40px;
    font-family: 'antique_olivemedium', sans-serif;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn_pod:hover {
    background-color: #00ff55;
}
.section-4 .btn_pod {
    background-color: rgba(0, 0, 0, 0.8);
}

.sect2_pos1 {
    top: 32%;
    left: 9%;
}

.sect2_pos2 {
    top: 32%;
    left: 45%;
    width: 37%;
}

.sec2txt1 {
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
}

.sect2_img1 {
    padding: 5px 0;
}

.sec2txt2 {
    font-size: 30px;
    color: #fff;
}

.sec2txt3 {
    font-size: 30px;
    line-height: 1.1;
}

.sect2_aunjai1 {
    top: 11%;
    right: 0;
    width: 14%;
}

.sect3_aunjai1 {
    top: 11%;
    left: 0;
    width: 15%;
}
.sect5_aunjai1 {
    top: 5%;
    right: 0;
    width: 5%;
    z-index: 30;
}
.sect6_aunjai1 {
    top: 5%;
    right: 0;
    width: 7%;
    z-index: 30;
}
.sect7_aunjai1 {
    top: 0%;
    left: 0;
    width: 8%;
}
.sect8_aunjai1 {
    top: 11%;
    right: 0;
    width: 7%;
    z-index: 30;
}

.sec3_fl {
    left: 9%;
    top: 0
}
.sec3num {
    margin-left: 79px;
    font-family: 'antique_olive_compactregular';
    color: #00E200;
    font-size: 95px;
    width: 50px
}
.sec3name {
    margin-left: 63px;
    font-family: 'antique_olivebold';
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}
.sec3_fl4 {
    width: 100%;
    /* height: 163px; */
    display: flex;
    align-items: center;
}
.sec3_fl4_img {
    display: inline-block;
    margin-left: 9%;
    width: 50%;        min-height: 112px;
    /* height: 163px; */
    background: url(../images/floor3_off_01.jpg) left top no-repeat;background-size: cover;
}
.sec3_fl3 {
    width: 100%;
    /* height: 163px; */
    display: flex;
    align-items: center;
}
.sec3_fl3_img {
    display: inline-block;
    margin-left: 9%;
    width: 50%;        min-height: 112px;
    /* height: 163px; */
    background: url(../images/floor3_off_02.jpg) left top no-repeat;background-size: cover;
}
.sec3_fl2 {
    width: 100%;
    /* height: 163px; */
    display: flex;
    align-items: center;
}
.sec3_fl2_img {
    display: inline-block;
    margin-left: 9%;
    width: 50%;        min-height: 112px;
    /* height: 163px; */
    background: url(../images/floor3_off_03.jpg) left top no-repeat;background-size: cover;
}
.sec3_fl1 {
    width: 100%;
    /* height: 163px; */
    display: flex;
    align-items: center;
}
.sec3_fl1,.sec3_fl2,.sec3_fl3,.sec3_fl4{cursor: pointer;}
.sec3_fl1_img {
    display: inline-block;
    margin-left: 9%;
    width: 50%;        min-height: 112px;
    /* height: 163px; */
    background: url(../images/floor3_off_04.jpg) left top no-repeat;background-size: cover;
}

.row {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.panel {
    padding-left: 15px;
    padding-right: 15px;
}

.col-lr-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-lr-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-lr-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-lr-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-lr-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-lr-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-lr-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-lr-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-lr-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-lr-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-lr-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-lr-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-ip-1,
.col-ip-2,
.col-ip-3,
.col-ip-4,
.col-ip-5,
.col-ip-6,
.col-ip-7,
.col-ip-8,
.col-ip-9,
.col-ip-10,
.col-ip-12,
.col-fg-1,
.col-fg-2,
.col-fg-3,
.col-fg-4,
.col-fg-5,
.col-fg-6,
.col-fg-7,
.col-fg-8,
.col-fg-9,
.col-fg-10,
.col-fg-12,
.col-de-1,
.col-de-2,
.col-de-3,
.col-de-4,
.col-de-5,
.col-de-6,
.col-de-7,
.col-de-8,
.col-de-9,
.col-de-10,
.col-de-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.col-lr-0 {
    display: none;
}
.col-lr-1,
.col-lr-2,
.col-lr-3,
.col-lr-4,
.col-lr-5,
.col-lr-6,
.col-lr-7,
.col-lr-8,
.col-lr-9,
.col-lr-10,
.col-lr-11,
.col-lr-12 {
    float: left;
    display: block;
}

.col-lr-12 {
    width: 100%;
}

.col-lr-11 {
    width: 91.66666667%;
}

.col-lr-10 {
    width: 83.33333333%;
}

.col-lr-9 {
    width: 75%;
}

.col-lr-8 {
    width: 66.66666667%;
}

.col-lr-7 {
    width: 58.33333333%;
}

.col-lr-6 {
    width: 50%;
}

.col-lr-5 {
    width: 41.66666667%;
}

.col-lr-4 {
    width: 33.33333333%;
}

.col-lr-3 {
    width: 25%;
}

.col-lr-2 {
    width: 16.66666667%;
}

.col-lr-1 {
    width: 8.33333333%;
}

.section-5 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-5 h1 {
    font-family: 'antique_olivebold';
    font-size: 50px;
}

.col-left {
    width: 135px;
}

.col-right {
    width: auto;
}

.section-5 sup {
    top: -20px;
    font-size: 26px;
}

.card {
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-sd {
    position: absolute;
}

.card-in {
    border-radius: 35px;
    overflow: hidden;
    position: absolute;
}

.card img {
    width: 100%;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.card-content h2 {
    font-family: 'antique_olive_compactregular';
    font-size: 52px;
    margin-bottom: 10px;
    display: block;
}

.card-content p {
    font-family: 'Anuphan', sans-serif;
    font-size: 15px;
    color: #fff;
}

.card_bottom {
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.card-content p {
    opacity: 0;
    transition: all 0.5s ease;
}

.card-sd {
    opacity: 0.5;
    transition: all 0.5s ease;
}

.card_img_right,
.card_img_left {
    z-index: 51;
    position: absolute;
    left: 35%;
    top: 40%;
    transform: scale(0) translate(-50%, -50%);
    transition: all 0.5s ease;
}

.effect-thumb1 {
    margin: auto;
    position: relative;
    overflow: hidden;
    max-width: 720px;
}
.effect-thumb2 {
    margin: auto;
    position: relative;
    overflow: hidden;
    max-width: 700px;
    /* border-radius: 30px; */
}

.swiper-thumb .swiper-button-next {
    right: 10px;
    left: auto;
}

.swiper-thumb .swiper-button-prev {
    left: 10px;
    right: auto;
}

.nintendo_right {
    top: 20%;
    right: 150px;
    transform: rotate(0deg);
    transition: all 0.7s ease;
}

.domino_right {
    top: 50%;
    right: 150px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.nintendo_right.active {
    top: 10%;
    right: 30px;
    transform: rotate(90deg);
}

.domino_right.active {
    top: 60%;
    right: 30px;
    transform: rotate(-15deg);
}

.nintendo_left {
    top: 50%;
    left: 150px;
    transition: all 0.5s ease;
}

.domino_left {
    top: 20%;
    left: 150px;
    transition: all 0.7s ease;
}

.nintendo_left.active {
    top: 60%;
    left: 30px;
}

.domino_left.active {
    top: 10%;
    left: 30px;
}

.section-5-2 {
    margin-top: 20px;
}

.effect-game {
    background-size: cover;
    margin: auto;
    overflow: hidden;
    max-width: 720px;
    position: relative;
}

.effect-game .title {
    font-family: 'antique_olive_compactregular';
    font-size: 50px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 20px;
}

.sw_nintendo1 {
    top: -22%;
    left: 67%;
    width: 37%;
}

.sw_nintendo2 {
    top: 52%;
    left: 24%;
    width: 52%;
    transform: rotate(-18deg);
}

.sw_nintendo3 {
    top: 62%;
    left: 83%;
    width: 37%;
    transform: rotate(-5deg);
}

.sw_ps1 {
    top: -22%;
    left: 67%;
    width: 37%;
}

.sw_ps2 {
    top: 52%;
    left: 24%;
    width: 52%;
    transform: rotate(-18deg);
}

.sw_ps3 {
    top: 62%;
    left: 83%;
    width: 37%;
    transform: rotate(-5deg);
}

.sw_domino1 {
    top: -22%;
    left: 62%;
    width: 37%;
}

.sw_domino2 {
    top: 34%;
    left: 24%;
    width: 52%;
    transform: rotate(-6deg);
}

.sw_domino3 {
    top: 62%;
    left: 74%;
    width: 37%;
    transform: rotate(-5deg);
}

.sw_g1,
.sw_g2,
.sw_g3 {
    width: 100%;
    height: 100%;
}

.sw_g3,
.sw_g2 {
    opacity: 0;
}

.section-5 p {
    font-size: 15px;
    font-family: 'Anuphan', sans-serif;
    font-weight: 300;
}

p.txts5 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 26px;
    line-height: 1.3;
    font-family: 'Anuphan', sans-serif;
    font-weight: 300;
}

p.txts5 b {
    font-family: 'Anuphan', sans-serif;
    font-weight: 700;
}

.effect-idol {
    margin: auto;
    position: relative;
    overflow: hidden;
    max-width: 970px;
    padding: 0 20px;
    
}
.t_inline{display: inline-block;}
.ft-btn-wrap{
    top: 64%;
    width: 100%;
    text-align: center;
}
.btn_cond {
    display: inline-block;
    width: 350px;
    margin: 0 50px;
    z-index: 2;
    padding: 8px 0px;
    border: 2px solid #00ff55;
    background-color: transparent;
    color: #fff;
    font-size: 1.5em;
    font-size: 28px;
    font-family: 'antique_olivemedium', sans-serif;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.ft-txt{
    top: 41%;
    left:2%;
    width: 95%;
    font-family: 'Anuphan', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
}
.ft-aunjai{top: 0%;
    left: 44%;
    width: 8.5%;}
.ft-logo{top: 26%;left: 36%;width: 26%;}
.ft-flower4{top: 21%;
    left: 0%;
    width: 14%;}
.ft-capkey{
    top: 43%;
    left: 17%;
    width: 8%;
    }
.ft-disk1{top: 79%;left: 9%;width: 38%;}
.ft-rednote1{top: 25%;left: 73%;width: 8%;}
.ft-cake_big{top: 51%;left: 79%;width: 22%;}
.ft-joyps1{top: 21%;left: 87%;width: 10%;}
.ft-fork1{top: 76%;left: 40%;width: 14%;}

.ft-capkey{animation: float10 3s infinite;}
.ft-disk1{animation: float 3.1s infinite;}
.ft-rednote1{animation: float10 3.2s infinite;}
.ft-joyps1{animation: float 2s infinite;}
.ft-cake_big{animation: shakeX 2.2s infinite;}
.ft-flower4{animation: wiggle 1.5s infinite;}
.ft-fork1{animation: wiggle 1.8s infinite;}
.ft-cake_mb {animation: wiggle 1.5s infinite;}
.ft-domino_mb{animation: float10 3s infinite;}

@keyframes float10 { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }
@keyframes float { 0%,100%{transform:translateY(0)}50%{transform:translateY(5px)} }
@keyframes shakeX { 0%,100%{transform:translateX(0)}50%{transform:translateX(10px)} }
@keyframes wiggle { 0%,100%{transform:rotate(-1deg)}50%{transform:rotate(1deg)} }



.back-to-top-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
}

.back-to-top {
    position: relative;
    width: 113px;
    height: 98px;
    background-image: url(../images/backtop_bt.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
}

.imgtop {
    position: absolute;
    width: 100%;
    height: auto;
    top: 17px;
    z-index: 20;
    transition: all 0.4s ease
}

.back-to-top .text {
    opacity: 0;
    font-family: 'antique_olivemedium';
    position: absolute;
    bottom: 23px;
    left: 65px;
    font-size: 15px;
    color: #000;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.back-to-top .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50px;
    bottom: 13px;
    left: 20px;
    color: #000;
    transition: transform 0.4s ease;
}


.fontgreen {color: #00E200;}
@media(min-width:769px){
svg.shows_mb{display: none;}
svg.shows_pc{display: block;}
}

@media only screen and (max-width: 1600px) {
    .section-5 sup {
        top: -20px;
        font-size: 1.75vw;
    }
        .ft-cake_big {
        top: 57%;
        left: 84%;
        width: 18%;
    }
    .btn_cond {
        width: 320px;
        margin: 0 25px;
        font-size: 2vw;
    }
    .ft-txt {
        font-size: 2.5vw;
    }
    .effect-game .title {
        font-size: 3vw;
    }
    p.txts5 {
        font-size: 1.75vw;
    }
    .section-5 h1 {
        font-size: 3vw;
    }
    .btn_pod {
        font-size: 2vw;
        }
    .card-content h2 {
        font-size: 2.75vw;
    }
    .ft-capkey {
        top: 34%;
        left: 12%;
        width: 8%;
    }
    .sect3_aunjai1 {
        top: 11%;
        left: 0;
        width: 10%;
    }
    .sect2_aunjai1 {
        top: 5%;
        right: 0;
        width: 10%;
    }
    .sect2_pos2 {
        top: 32%;
        left: 44%;
        width: 43%;
    }
    .sec3num {
        margin-left: 6%;
        font-size: 6vw;
        width: auto;
    }

    .sec3name {
        margin-left: 2%;
        font-size: 2.5vw;
        line-height: 1;
    }
}
@media only screen and (max-width:1366px){
    .sect2_pos2 {
        top: 25%;
    }
    .btn_cond {
        width: 280px;
    }
    .sect2_pos1 {
        top: 25%;
        left: 9%;
        width: 35%;
    }
    .sec2txt1 {
        font-size: 1.75vw;
    }
    .sect2_img1 {
        width: 80%;
        padding: 5px 0;
    }
    .sec2txt2 {
        font-size: 2.2vw;
    }
    .sec2txt3 {
        font-size: 2.2vw;
    }
    *:lang(en) .sec2txt3 {
        font-size: 2vw;
    }
}
@media screen and (max-width: 1300px){
    .section-4::before {
        opacity: 1;
    }
  .sec3_fl4 .sec3_fl4_img {
        background: url(../images/floor3_on_01.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl3 .sec3_fl3_img {
        background: url(../images/floor3_on_02.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl2 .sec3_fl2_img {
        background: url(../images/floor3_on_03.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl1 .sec3_fl1_img {
        background: url(../images/floor3_on_04.jpg) left top no-repeat;background-size: cover;
    }

}

@media screen and (min-width: 744px) and (max-width: 1133px) and (orientation: landscape) {
  /* iPad mini 6 in landscape (Retina) */
  .section-4::before {
        opacity: 1;
    }
  .sec3_fl4 .sec3_fl4_img {
        background: url(../images/floor3_on_01.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl3 .sec3_fl3_img {
        background: url(../images/floor3_on_02.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl2 .sec3_fl2_img {
        background: url(../images/floor3_on_03.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl1 .sec3_fl1_img {
        background: url(../images/floor3_on_04.jpg) left top no-repeat;background-size: cover;
    }

}

@media only screen and (max-width:768px){
    .fl1_640px{max-width: 640px;}
    .swiper-thumb .swiper-slide{border-radius: 15px; overflow: hidden;}

    .fl1_cup{ top: 0%; left: -2%;width: 15%;}
    .fl2_headphone{ top: 0%; left: -2%;width: 20%;}
    .fl2_note{bottom: 0%;
        right: 0%;
        width: 13%;}
    .fl1_chair{ top: 0%; left: -2%;width: 15%;}
    .btn-wrap {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .show768_mb, [class^=max-], [class^=min-], svg.area.show768_mb, svg.show768_mb {
        display: inherit;
    }
    .show768_pc, svg.area.show768_pc, svg.show768_pc {
        display: none;
    }
    .card{margin-bottom: 10px;
        transition: all 0.3s ease;
    }
    .card-in-max,.card-in-min{
        border-radius: 20px;
        overflow: hidden;
    }
    .card .card_top{
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 15px;
    }
    .card .card_top h2{ margin-bottom: 0;
    }
    .card .card-in-max,
    .card .card_bottom{opacity: 0;
        height: 0;transition: all 0.3s ease;
    }

    .card .card-in-min{opacity: 1;
        height: auto;transition: all 0.3s ease;
    }

    .card.active .card-in-max,
    .card.active .card_bottom{opacity: 1;
        height: auto;
    }

    .card.active .card-in-min,.card.active .card_top{
        opacity: 0;
        height: 0;
    }

    .btn_pod {
        position: relative;
        z-index: 2;
        padding: 5px 30px;
        border: 2px solid #00ff55;
        background-color: transparent;
        color: white;
        font-size: 1.5em;
        font-size: 5vw;
        font-family: 'antique_olivemedium', sans-serif;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .section-5 p {
        font-size: 3.75vw;
        line-height: 1.3;
        font-family: 'Anuphan', sans-serif;
        font-weight: 300;
        padding-bottom: 15px;
    }
    .card h2 {
        font-family: 'antique_olive_compactregular';
        font-size: 6vw;
        margin-bottom: 10px;
        display: block;
    }
    .card_bottom {
        bottom: 30px;
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sect8_aunjai1 {
        top: 3%;
        right: 0;
        width: 13%;
        z-index: 30;
    }
    .sect7_aunjai1 {
        top: 0%;
        left: 0;
        width: 15%;
        z-index: 30;
    }
    .sect6_aunjai1 {
        top: 3%;
        right: -7%;
        width: 17%;
        z-index: 30;
    }
    .sect5_aunjai1 {
        top: 0%;
        right: -8%;
        width: 17%;
        z-index: 30;
    }
    .sect2_aunjai1 {
        top: 1%;
        right: -14px;
        width: 27%;
        z-index: 30;
    }
    .sw_g1,.sw_g2,.sw_g3{
        transform: translateY(100%);
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    .sw_g1 {
    animation-name: slideUp1;
    }
    .sw_g2 {
    animation-name: slideUp2;
    }
    .sw_g3 {
    animation-name: slideUp3;
    }

    @keyframes slideUp1 {
    0%, 33% {
        transform: translateY(0%);
        opacity: 1;
    }
    34%, 100% {
        transform: translateY(-100%);
        opacity: 0;
    }
    }

    @keyframes slideUp2 {
    0%, 33% {
        transform: translateY(100%);
        opacity: 0;
    }
    34%, 66% {
        transform: translateY(0%);
        opacity: 1;
    }
    67%, 100% {
        transform: translateY(-100%);
        opacity: 0;
    }
    }

    @keyframes slideUp3 {
    0%, 66% {
        transform: translateY(100%);
        opacity: 0;
    }
    67%, 100% {
        transform: translateY(0%);
        opacity: 1;
    }
    }

    .sw_g1, .sw_g2, .sw_g3 {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .effect-game .title {
        font-family: 'antique_olive_compactregular';
        font-size: 5.5vw;
        line-height: 1.4;
        padding-left: 20px;
        padding-top: 20px;
        display: contents;
    }
    .effect-game {
        height: 80px;
        display: none;
    }

    .nintendo_left,.domino_left,.nintendo_right,.domino_right{display: none;}
    .sw_nintendo1,.sw_nintendo2,.sw_nintendo3,
    .sw_ps1,.sw_ps2,.sw_ps3,
    .sw_domino1,.sw_domino2,.sw_domino3{display: none;}
    .ft-aunjai {
        top: 1%;
        left: 35%;
        width: 23%;
    }
    .popup .popup_container h3 {
        font-size: 6vw;
        font-family: 'antique_olive_compactregular';
        text-align: center;
    }
    .popup .popup_data {
        padding: 20px;
    }
    .popup .popup_close {
        border: 2px solid #000;
        background-color: transparent;
        color: #000;
        font-size: 6vw;
        font-family: 'antique_olivemedium', sans-serif;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        padding: 4px 32px;
        width: auto;
        text-align: center;
        margin-top: 40px;
    }

    .btn_cond {
        display: inline-block;
        width: 60%;
        margin: 8px 50px;
        z-index: 2;
        padding: 3px 0px;
        border: 2px solid #00ff55;
        background-color: transparent;
        color: #fff;
        font-size: 1.5em;
        font-size: 5vw;
        font-family: 'antique_olivemedium', sans-serif;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .ft-domino_mb {
        top: 70%;
        left: 76%;
        width: 31%;
    }
    .ft-cake_mb {
        top: 12%;
        left: 85%;
        width: 21%;
    }
    .ft-btn-wrap {
        top: 49%;
        width: 100%;
        text-align: center;
    }
    .ft-flower4 {
        top: 33%;
        left: -7%;
        width: 23%;
    }
    .ft-txt {
        top: 36%;
        left: 2%;
        width: 95%;
        font-family: 'Anuphan', sans-serif;
        font-weight: 700;
        font-size: 4.75vw;
        line-height: 1.3;
        text-align: center;
    }
    .ft-logo {
        top: 24%;
        left: 20%;
        width: 60%;
    }
    .effect-thumb {
        margin: auto;
        position: relative;
        overflow: hidden;
        max-width: 720px;
        width: 88%;
    }
    /* .effect-thumb { border-radius: 15px;} */
    p.txts5 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 3.75vw;
        line-height: 1.3;
        font-family: 'Anuphan', sans-serif;
        font-weight: 300;
        text-align: center;
        width: 88%;
        margin: 0 auto;
    }
    .card-in {
        border-radius: 12px;
        overflow: hidden;
        position: absolute;
    }
    .section-3{margin-bottom: 60px;}
    #floor1 .col-lr-1{width: 0;}
    #floor1 .col-lr-11{width: 100%;}
    #floor1 .col-lr-4{width: 100%;}
    #floor1{ padding-top: 0px;}
    #floor2 .col-lr-1{width: 0;}
    #floor2 .col-lr-4{width: 100%;}
    #floor2 .col-lr-7{width: 100%;}
    #floor3 .col-lr-1{width: 0;}
    #floor3 .col-lr-4{width: 100%; pointer-events: none;}
    #floor3 .col-lr-7{width: 100%;}
    #floor4 .col-lr-1{width: 0;}
    #floor4 .col-lr-4{width: 100%;}
    #floor4 .col-lr-7{width: 100%;}
    .section-5 h1 {
        font-family: 'antique_olivebold';
        font-size: 6vw;
        text-align: center;
    }
    .section-5 sup {
        top: -20px;
        font-size: 3.5vw;
    }

    .section-4, .section-4_content {display: none;}
    .building_mb{border-radius: 30px;overflow: hidden;width: 80%;margin: 0 auto;}
    .changelang-wrap {
        position: absolute;
        right: 15px;
        top: 20px;
    }

    a.top-lang {
        font-size: 15px;
    }
    .sect2_pos1 {
        top: 10%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sect2_img1 {
        padding: 5px 0;
        width: 60%;
        display: inline-block;
    }
    .sec2txt1 {
        font-size: 4vw;
        color: #fff;
        text-transform: uppercase;
    }
    .sect2_pos2 {
        top: 50%;
        left: 5%;
        width: 90%;
        text-align: center;
    }
    .sec2txt2 {
        font-size: 4vw;
    }
    .sec2txt3 {
        font-size: 4vw;
        line-height: 1.4;
        font-family: 'Anuphan', sans-serif;
        font-weight: 300;
    }
    *:lang(en) .sect2_pos2 {
        top: 45%;
    }

    *:lang(en) .sec2txt3 {
        font-size: 3.75vw;
    }
    .sec3_fl4 {
        height: auto;
        position: absolute;
        top: 6%;
        left: 15%;
    }
    .sec3_fl3 {
        height: auto;
        position: absolute;
        top: 32%;
        left: 15%;
    }
    .sec3_fl2 {
        height: auto;
        position: absolute;
        top: 56%;
        left: 15%;
    }
    .sec3_fl1 {
        height: auto;
        position: absolute;
        top: 81%;
        left: 15%;
    }
    .sec3_fl4_img,.sec3_fl3_img,.sec3_fl2_img,.sec3_fl1_img  {
        display: none;
    }
    .sec3num{font-size: 12vw;margin-right: 5%;}
    .sec3name{font-size: 5vw;}
}
@media only screen and (max-width:640px){
    .effect-game {
        height: 50px;
    }
    .card-in-max, .card-in-min {
            border-radius: 12px;
            overflow: hidden;
        }
        .logo_aissiam {
        width: 50px;
            top: 10px;
    }
    .changelang-wrap {
        top: 10px;
    }
}
@media (hover: hover) {
    .card:hover .card-content p {
    opacity: 1;
}

.card:hover .card-sd {
    opacity: 1;
}

.card:hover .card_img_right,
.card:hover .card_img_left {
    opacity: 1;
    transform: scale(1);
}

.card1:hover .card_img_right {
    top: 40%;
    transform: scale(1) translate(100%, -50%);
}

.card1:hover .card_img_left {
    top: 70%;
    transform: scale(1) translate(-140%, -50%);
}

.card2:hover .card_img_right {
    top: 60%;
    transform: scale(1) translate(80%, -50%);
}

.card2:hover .card_img_left {
    top: 40%;
    transform: scale(1) translate(-140%, -50%);
}

.card3:hover .card_img_right {
    top: 40%;
    transform: scale(1) translate(150%, -50%);
}

.card3:hover .card_img_left {
    top: 70%;
    transform: scale(1) translate(-100%, -50%);
}
    .sec3_fl4:hover,
    .sec3_fl3:hover,
    .sec3_fl2:hover,
    .sec3_fl1:hover {
        background: url(../images/fl3_on.jpg) right top repeat-y;
        background-size: 700px 163px;
    }

    .sec3_fl4:hover .sec3_fl4_img {
        background: url(../images/floor3_on_01.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl3:hover .sec3_fl3_img {
        background: url(../images/floor3_on_02.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl2:hover .sec3_fl2_img {
        background: url(../images/floor3_on_03.jpg) left top no-repeat;background-size: cover;
    }

    .sec3_fl1:hover .sec3_fl1_img {
        background: url(../images/floor3_on_04.jpg) left top no-repeat;background-size: cover;
    }
    .popup .popup_close:hover {
        color: #fff;
        background-color: #000;
        transition-duration: .2s
    }
    /* âœ… à¹€à¸­à¸Ÿà¹€à¸Ÿà¸à¸•à¹Œ expand à¹€à¸¡à¸·à¹ˆà¸­ hover */
    .back-to-top:hover {
        width: 298px;
        height: 216px;
    }

    .back-to-top:hover .text {
        opacity: 1;
    }

        .btn_cond:hover {
        background-color: #00ff55;
        color: #fff;;
    }
    .back-to-top:hover .imgtop {
        position: absolute;
        width: 100%;
        height: auto;
        top: 2px;
        z-index: 20;
    }
    a.top-lang:hover {
        background-color: #00ff55;
        text-decoration: none;
        color: #fff;
    }

    .swiper-highlight .swiper-button-prev:hover,
    .swiper-highlight .swiper-button-next:hover {
        background: #fff no-repeat center;
        border: 2px solid #000;
    }

    .swiper-highlight .swiper-button-next:hover {
        background-image: url(../images/arrow-right-black.png) !important;
        background-size: 45px 25px;
    }

    .swiper-highlight .swiper-button-prev:hover {
        background-image: url(../images/arrow-left-black.png) !important;
        background-size: 45px 25px;
    }
    a:hover {
        color: #8dc63f
    }
    .content a:hover {
        color: #8dc63f
    }
}
