@import url(bootstrap.min.css);
@import url(fontawesome-all.min.css);
@import url(animate.css);
@import url("https://fonts.googleapis.com/css?family=Kanit:400,700|Oswald:400,700");

body,
html {
    font-size: 16px;
    font-family: "Sarabun"
}

a {
    color: #000
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.8rem
}

h3 {
    font-size: 1.6rem
}

h4 {
    font-size: 1.4rem
}

h5 {
    font-size: 1.2rem
}

h6 {
    font-size: 1rem
}

.clearfloat:after {
    display: table;
    content: '';
    clear: both
}

@font-face {
    font-family: 'System';
    font-style: normal;
    font-weight: 400;
    src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma")
}

@font-face {
    font-family: 'Sarabun';
    src: url("../fonts/Sarabun/sarabun-bold-webfont.eot");
    src: url("../fonts/Sarabun/sarabun-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Sarabun/sarabun-bold-webfont.woff2") format("woff2"), url("../fonts/Sarabun/sarabun-bold-webfont.woff") format("woff"), url("../fonts/Sarabun/sarabun-bold-webfont.ttf") format("truetype"), url("../fonts/Sarabun/sarabun-bold-webfont.svg#sarabunbold") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Sarabun';
    src: url("../fonts/Sarabun/sarabun-bolditalic-webfont.eot");
    src: url("../fonts/Sarabun/sarabun-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Sarabun/sarabun-bolditalic-webfont.woff2") format("woff2"), url("../fonts/Sarabun/sarabun-bolditalic-webfont.woff") format("woff"), url("../fonts/Sarabun/sarabun-bolditalic-webfont.ttf") format("truetype"), url("../fonts/Sarabun/sarabun-bolditalic-webfont.svg#sarabunbold_italic") format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Sarabun';
    src: url("../fonts/Sarabun/sarabun-italic-webfont.eot");
    src: url("../fonts/Sarabun/sarabun-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Sarabun/sarabun-italic-webfont.woff2") format("woff2"), url("../fonts/Sarabun/sarabun-italic-webfont.woff") format("woff"), url("../fonts/Sarabun/sarabun-italic-webfont.ttf") format("truetype"), url("../fonts/Sarabun/sarabun-italic-webfont.svg#sarabunitalic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Sarabun';
    src: url("../fonts/Sarabun/sarabun-regular-webfont.eot");
    src: url("../fonts/Sarabun/sarabun-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Sarabun/sarabun-regular-webfont.woff2") format("woff2"), url("../fonts/Sarabun/sarabun-regular-webfont.woff") format("woff"), url("../fonts/Sarabun/sarabun-regular-webfont.ttf") format("truetype"), url("../fonts/Sarabun/sarabun-regular-webfont.svg#sarabunregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: url("../img/graphic-mobile.png") bottom no-repeat;
    background-size: cover;
    display: none
}

.mobile-bar .toggle-mobile {
    margin-left: 15px;
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

.mobile-bar .logo-mobile {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 120px;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
.img_en a{
color:  #fff !important
}
.img_th a{
    color:  #fff !important
    }
.mobile-bar .logo-mobile img {
    width: 120px;
    height: auto;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.mobile-bar .lang-bar {
    position: absolute;
    right: 15px;
    top: 8px
}

.mobile-bar .lang-bar>div {
    width: 40px;
    height: 40px
}

.mobile-bar .lang-bar>div.en {
    background: url("../img/flag-en.png") center center no-repeat;
    background-size: contain
}

.mobile-bar.active .logo-mobile {
    width: 100px
}

.mobile-bar.active .logo-mobile img {
    width: 100px
}

.nav-mobile {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 47, 138, 0.9);
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.nav-mobile.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-mobile .close-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

.menu-mobile {
    padding: 0 !important;
    margin: 30px 30px 0 30px !important;
    text-align: center
}

.menu-mobile>li {
    padding: 10px 0px;
    display: inherit
}

.menu-mobile>li a {
    color: #FFF;
    font: 400 normal 0.9rem 'Kanit'
}

.menu-mobile>li+li {
    border-top: 1px solid rgba(233, 233, 233, 0.397)
}

.top-bar {
    background: url("../img/graphic-1.png") bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 7vw;
    position: relative;
    position: fixed;
    z-index: 9999
}

.top-bar.active {
    height: 7vw
}

.main-logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 10vw;
    z-index: 9999;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
.popup-main{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-main.closePopup{
    display: none;
}
.popup-item{
    width: 50%;
    height: auto;
    border: 12px solid #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.close-popup{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    
    transform: translate(80%,-70%);
}
.close-popup i{
    font-size: 24px;
    color: red;
}
.popup-main .popup-item img{
width: 100%;
height: auto;
}
.popup-main .popup-item iframe{
    width: 100%;
    height: 50vh;
    }

.main-logo img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.main-logo.active {
    width: 7.5vw
}

.toggle-menu {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    background: #FFF;
    padding: 22px 17px;
    width: 60px;
    cursor: pointer;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    float: left;
    border-right: solid 1px rgba(255, 255, 255, 0.1)
}

.toggle-menu i {
    display: block;
    width: 100%;
    height: 2px;
    background: #da2f8a;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.toggle-menu i+i {
    margin-top: 5px
}

.toggle-menu:hover {
    background: rgba(0, 0, 0, 0.2)
}

.toggle-menu:hover i:nth-child(2) {
    width: 50%
}

.toggle-menu.active {
    background: rgba(0, 0, 0, 0.2)
}

.toggle-menu.active i:first-child {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px)
}

.toggle-menu.active i:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.toggle-menu.active i:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px)
}

.main-nav {
    width: 300px;
    height: 100%;
    padding: 16px;
    position: fixed;
    overflow: auto;
    opacity: 0;
    top: 0;
    left: -300px;
    background: #da2f8a;
    z-index: 9999;
    color: #FFF;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.main-nav:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

.main-nav .main-menu li {
    padding: 5px 10px;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.main-nav .main-menu li:first-child {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.main-nav .main-menu li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.main-nav .main-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.main-nav .main-menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.main-nav .main-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.main-nav .main-menu li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.main-nav .main-menu li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.main-nav .main-menu li:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.main-nav .main-menu li:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.main-nav .main-menu li:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.main-nav .main-menu li:nth-child(11) {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.main-nav .main-menu li:nth-child(12) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.main-nav .main-menu li:nth-child(13) {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.main-nav .main-menu li:nth-child(14) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.main-nav .main-menu li:nth-child(15) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.main-nav .main-menu li:nth-child(16) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.main-nav .main-menu li:nth-child(17) {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.main-nav .main-menu li:nth-child(18) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.main-nav .main-menu li:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.main-nav .main-menu li:nth-child(20) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.main-nav .main-menu li .sub-menu {
    margin-left: 10px
}

.main-nav .main-menu li+li {
    border-top: solid 1px rgba(255, 255, 255, 0.1)
}

.main-nav .main-menu li a {
    color: #FFF;
    font: 400 normal 1rem 'Kanit'
}

.main-nav .main-menu li:hover a {
    color: yellow
}

.main-nav.active {
    left: 0;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 1
}

.main-nav.active .main-menu li {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.main-nav .dw-info {
    margin: 2.5vw 0 0;
    font: 400 normal 0.75rem 'Kanit'
}

.main-nav .dw-info p+p {
    margin-top: 8px
}

.working-day {
    padding: 10px 20px;
    float: left
}

.working-day .title {
    font: 700 normal 1rem/1.2 'Kanit';
    color: yellow;
    margin: 0
}

.working-day .desc {
    color: #FFF;
    font: 400 normal .9rem/1.2 'Chatthai UI'
}

.lang-bar {
    position: absolute;
    right: 15px;
    top: 15px
}

.lang-bar>div {
    width: 50px;
    height: 50px
}

.lang-bar>div.en {
    background: url("../img/flag-en.png") center center no-repeat;
    background-size: contain
}

.dw-info {
    margin: 2.5vw 0 0;
    font: 400 normal 0.75rem 'Kanit'
}

.dw-info.-mobile {
    margin: 2vw 0 0 30px;
    color: #fff
}

.dw-info p+p {
    margin-top: 8px
}

.title {
    font: 400 normal 2.5rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.title.-sub {
    font: 400 normal 1.5rem 'Oswald', 'Kanit'
}

.desc p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

figure {
    margin: 0 !important
}

.home-main {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.slide-home {
    position: relative
}

.slide-home:before {
    display: block;
    width: 100%;
    height: 30vh;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/graphic-2.png") bottom center no-repeat;
    background-size: cover;
    z-index: 99
}

.slide-home .slide-item {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat
}

.slide-home .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.slide-home .lSSlideOuter .lSPager.lSpg>li a {
    background-color: #fff
}

.slide-home .lSSlideOuter .lSPager.lSpg>li.active a,
.slide-home .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #da2f8a
}

.slide-home .lSSlideOuter .lSPager.lSpg>li a {
    height: 12px;
    width: 12px
}

.slide-home .lSAction {
    display: none
}

.section-header {
    padding: 0 0 5vh;
    text-align: center
}

.section-header .title {
    font: 700 normal 5vw 'Oswald', 'Kanit';
    text-transform: uppercase;
    background: url(../img/text-bg.jpg) center center;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0
}

.section {
    padding: 20vh 0;
    position: relative;
    background-image: url("../img/bg-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.section.-takephoto {
    padding: 20vh 0 0
}

.section.-takephoto:before {
    display: block;
    width: 100%;
    height: 15vh;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/graphic-4.png") bottom center no-repeat;
    background-size: cover;
    z-index: 1
}

.section.-takephoto .dreamii {
    display: block;
    width: 20vw;
    height: 30vh;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/dreamieleft.png") left center no-repeat;
    background-size: contain;
    z-index: 1
}

.section.-acting {
    padding: 20vh 0 0
}

.section.-acting:before {
    display: block;
    width: 100%;
    height: 15vh;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/graphic-3.png") bottom center no-repeat;
    background-size: cover;
    z-index: 1
}

.section.-acting .dreamii {
    display: block;
    width: 20vw;
    height: 30vh;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    background: url("../img/dreamie.png") right center no-repeat;
    background-size: contain;
    z-index: 1
}

.take-item figure {
    overflow: hidden
}

.take-item figure img {
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    -o-transition: transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    width: 100%;
    height: auto
}

.take-item .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blogs-item.-food .item {
    padding: 20px 30px
}

.blogs-item.-food .thumbnail {
    position: relative;
    cursor: pointer;
    border: 2px solid #da2f8a;
    border-radius: 20px
}

.blogs-item.-food .thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    color: #fff;
    opacity: 0;
    font: 400 normal 1.5rem 'Oswald', 'Kanit'
}

.blogs-item.-food .thumbnail .text {
    color: white;
    font: 400 normal 1.5rem 'Oswald', 'Kanit';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.blogs-item.-food .thumbnail img {
    border-radius: 20px
}

.blogs-item.-food .thumbnail:hover .overlay {
    opacity: 1
}

.blogs-item.-promotion {
    padding: 2vh 3vw
}

.blogs-item.-promotion .item {
    padding: 20px 10px
}

.blogs-item.-promotion .item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blogs-item.-player {
    padding: 50px 3vw 0 3vw
}

.blogs-item.-player .item {
    padding: 0 5px
}

.blogs-item.-player:hover {
    text-decoration: none
}

.blogs-item .item {
    width: 33.33%
}

.blogs-item .item>a:hover {
    text-decoration: none
}

.blogs-item .caption {
    padding: 0 3vw 3vw
}

.blogs-item .caption.-sub {
    padding: 0 2vw 2vw
}

.blogs-item figure {
    overflow: hidden
}

.blogs-item img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    width: 100%;
    height: auto
}

.blogs-item .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blogs-item .title {
    position: relative;
    z-index: 99;
    padding: 10px 0;
    margin: -30px 20px 20px 20px;
    border-radius: 20px;
    text-align: center;
    background: #da2f8a;
    font: 700 normal 1.5rem 'Oswald', 'Kanit';
    color: #fff
}

.blogs-item .title.-sub {
    margin: -30px 25px 20px 25px;
    font: 400 normal 1.2rem 'Oswald', 'Kanit'
}

.blogs-item .desc p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.blogs-item .working-day {
    font: 700 normal 1rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.header-box .title {
    font: 400 normal 2.5rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.header-box .path {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.section-page {
    padding: 200px 0 5vh
}

.about-tab {
    padding: 20px 0;
    margin: 0
}

.about-tab>li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font: 400 normal 1.2rem 'Oswald', 'Kanit';
    border: 2px solid #da2f8a;
    background: #fff;
    color: #da2f8a;
    border-radius: 15px
}

.about-tab>li+li {
    margin-left: 20px
}

.about-tab>li:hover {
    background: #da2f8a;
    color: #fff
}

.about-tab .active {
    background: #da2f8a;
    color: #fff
}

.tab-test {
    padding: 20px 0;
    margin: 0
}

.tab-test>li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font: 400 normal 1.2rem 'Oswald', 'Kanit';
    border: 2px solid #da2f8a;
    background: #fff;
    color: #da2f8a;
    border-radius: 15px
}

.tab-test>li+li {
    margin-left: 20px
}

.tab-test>li:hover {
    background: #da2f8a;
    color: #fff
}

.tab-test .active {
    background: #da2f8a;
    color: #fff
}

.box-item {
    margin: 10px 0 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.content-box {
    padding: 3vw
}

.content-box .title {
    font: 400 normal 1.5rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.content-box .title.-sub {
    font: 400 normal 1.2rem 'Oswald', 'Kanit'
}

.content-box .desc p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.content-box .year {
    font: 400 normal 1.2rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.content-box .thumbnail img {
    width: 100%;
    height: auto
}

.evo-item {
    position: relative;
    margin: 50px 0 0
}

.evo-item:before {
    display: block;
    width: 8px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: #da2f8a;
    z-index: 1
}

.evo-item .item {
    padding: 0 50px
}

.evo-item .item.-right {
    padding: 15vh 50px 0 50px
}

.handy-item {
    padding: 0 10vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.handy-item .item {
    padding: 3vh 0
}

.player-tab {
    padding: 20px 0 50px;
    margin: 0
}

.player-tab>li {
    cursor: pointer;
    display: inline-block;
    padding:20px 0;
}

.player-tab>li a {
    padding: 10px 15px;
    font: 400 normal 1.2rem 'Oswald', 'Kanit';
    border: 2px solid #da2f8a;
    background: #fff;
    color: #da2f8a;
    border-radius: 15px;
    text-decoration: none
}

.player-tab>li a:hover {
    background: #da2f8a;
    color: #fff
}

.player-tab>li+li {
    margin-left: 5px
}

.player-tab .active a {
    background: #da2f8a;
    color: #fff
}

.open-dremworld {
    width: 380px;
    margin: 0 auto;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #da2f8a;
    border-radius: 15px
}

.open-dremworld p {
    font: 400 normal 1.2rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.box-close {
    margin: 50px 0 0
}

.player-close {
    width: 250px;
    margin: 0 auto;
    padding: 10px 0;
    background: #da2f8a;
    border-radius: 15px
}

.player-close i {
    padding: 10px 0;
    font-size: 48px;
    color: #fff
}

.player-close p {
    font: 400 normal 1.2rem 'Oswald', 'Kanit';
    color: #fff
}

.page-navi {
    padding: 20px 0 0;
    text-align: center
}

.page-navi .list-navi {
    padding: 0 !important;
    margin: 0 !important
}

.page-navi .list-navi>li {
    display: inline-block
}

.page-navi .list-navi>li a {
    padding: 5px 16px;
    font: 400 normal 1rem 'Oswald', 'Kanit';
    border: 2px solid #da2f8a;
    background: #fff;
    color: #da2f8a;
    border-radius: 30px
}

.page-navi .list-navi .prev a {
    background: #da2f8a;
    color: #fff
}

.page-navi .list-navi .next a {
    background: #da2f8a;
    color: #fff
}

.page-navi .list-navi .active a {
    background: #da2f8a;
    color: #fff
}

.detail-player {
    padding: 5vh 0
}

.detail-player .image-gall {
    position: relative
}

.detail-player .image-gall img {
    width: 100%;
    height: auto
}

.detail-player .thumbnail img {
    width: 100%;
    height: auto
}

.box-detail {
    margin: 30px 0 0;
    border-radius: 15px;
    padding: 2vw;
    background: rgba(255, 255, 255, 0.6)
}

.box-detail.-contact {
    margin: 30px 250px
}

.box-detail .title {
    font: 400 normal 1.3rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.box-detail .desc.-tour {
    padding: 0 8vw
}

.box-detail .desc.-car {
    padding: 0 4vw
}

.box-detail .desc p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.shots-item {
    padding: 5vh 3vw 0 3vw
}

.shots-item .item {
    padding: 0 10px 40px 10px
}

.shots-item .caption {
    position: relative;
    margin: 20px;
    padding: 10px 30px
}

.shots-item .caption:before {
    display: block;
    width: 4px;
    height: 90%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: #da2f8a;
    z-index: 1
}

.shots-item .caption .title {
    font: 400 normal 1.5rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.shots-item .caption .desc p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.shots-item img {
    width: 100%;
    height: auto
}

.wrapper-item {
    padding: 5vh 3vw 0 3vw
}

.wrapper-item.-news .item {
    padding: 0;
    width: 33.33%
}

.wrapper-item.-news .item .box-in {
    margin: 0 20px 50px 20px;
    background: rgba(255, 255, 255, 0.6)
}

.wrapper-item.-news .item .caption {
    padding: 20px 20px 30px 20px
}

.wrapper-item.-news figure {
    overflow: hidden
}

.wrapper-item.-news img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    width: 100%;
    height: auto
}

.wrapper-item.-news .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.wrapper-item.-activity .item {
    width: 33.33%;
    padding: 20px 10px
}

.wrapper-item.-activity .item .thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 0px
}

.wrapper-item.-activity .item .thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    color: #fff;
    opacity: 0;
    font: 400 normal 1.2rem 'Oswald', 'Kanit'
}

.wrapper-item.-activity .item .thumbnail .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.wrapper-item.-activity .item .thumbnail img {
    border-radius: 0px
}

.wrapper-item.-activity .item .thumbnail:hover .overlay {
    opacity: 1
}

.wrapper-item img {
    width: 100%;
    height: auto
}

.wrapper-item .item {
    padding: 2vw 0
}

.wrapper-item .item .caption {
    padding: 2vw 3vw
}

.wrapper-item .item .title {
    font: 400 normal 1.5rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.wrapper-item .item .title.-sub {
    font: 400 normal 1.2rem 'Oswald', 'Kanit'
}

.wrapper-item .item .desc p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.wrapper-item .item .open-beta {
    padding: 0 0 15px;
    font: 400 normal 1rem 'Oswald', 'Kanit';
    color: #da2f8a
}

.item-sec {
    padding: 5vh 3vw
}

.ticket-item {
    padding: 5vh 0
}

.ticket-item .item {
    padding: 5vh 5vw
}

.contact-item {
    padding: 5vh 0
}

.contact-item.-page {
    padding: 0
}

.contact-item.-page .item {
    margin: 20px 0
}

.contact-item .item {
    padding: 0 120px;
    margin: 10px 0;
    text-align: left
}

.contact-item .box-contact .item {
    padding: 0
}

.contact-item .icon-office {
    position: relative;
    z-index: 1
}

.contact-item .icon-office i {
    font-size: 32px;
    color: #fff
}

.contact-item .icon-office:before {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: '';
    top: -19px;
    left: -19.5px;
    position: absolute;
    background: #da2f8a;
    z-index: -1
}

.contact-item p {
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.contact-item .mail {
    letter-spacing: 0.05rem;
    color: #0107ff
}

.contact-item .fb-ig {
    margin: 0 !important;
    padding: 0 !important
}

.contact-item .fb-ig>li {
    display: inline-block
}

.contact-item .fb-ig>li a img {
    width: 48px;
    height: auto
}

.contact-item .fb-ig>li+li {
    margin-left: 10px
}

.submit-activity {
    width: 300px;
    margin: 0px auto
}

.submit-activity.-form {
    width: 110px
}

.share-social {
    padding: 20px 0 0;
    margin: 0 !important
}

.share-social>li {
    display: inline-block
}

.share-social>li a {
    font: 400 normal 2rem 'Oswald', 'Kanit';
    padding: 0 5px
}

.share-social .share-this {
    padding: 0 20px 0 0;
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.share-social .fb a {
    color: #2f6fda
}

.share-social .tt a {
    color: #19b5ef
}

.share-social .gg a {
    color: #f14964
}

.share-social .line a {
    color: #6bbf5a
}

.form-contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #da2f8a;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font: 400 normal 1rem 'Oswald', 'Kanit';
    margin: 10px 0
}

.form-contact label {
    margin: 10px 0;
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.main-footer {
    padding: 12vh 0 0;
    position: relative;
    background-image: url("../img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.main-footer .dreamii {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    width: 320px;
    height: 50vh;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background-image: url("../img/dreamie.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.main-footer h3 {
    margin: 0
}

.main-footer .footer-item {
    padding: 45vh 5vw 20vh 5vw
}

.main-footer .social-footer {
    margin: 0 !important;
    padding: 20px 0 !important
}

.main-footer .social-footer>li {
    display: inline-block
}

.main-footer .social-footer>li img {
    width: 60px;
    height: auto
}

.main-footer .social-footer>li+li {
    margin-left: 10px
}

.main-footer .title {
    font: 400 normal 1.5rem 'Oswald', 'Kanit';
    color: #464646
}

.main-footer .copyright {
    text-transform: uppercase;
    font: 400 normal 1rem 'Oswald', 'Kanit'
}

.main-footer .logo-sponsor {
    width: 220px;
    padding: 0 !important;
    margin: 30px 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-footer .logo-sponsor>li {
    text-align: center;
    width: 50%;
    display: inline-block
}

.main-footer .logo-sponsor>li img {
    width: 100px;
    height: auto
}

.main-footer .logo-sponsor li:first-child {
    text-align: center;
    width: 100%
}

.main-footer .logo-sponsor li:first-child img {
    padding: 0 0 10px;
    width: 140px;
    height: auto
}

.line-player {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    width: 130px;
    display: block;
    border-top: 4px solid #fdd10d
}

.line-pri {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
    border: 0;
    width: 80px;
    display: block;
    border-top: 4px solid #fdd10d
}

.btn-pri {
    margin-left: 20px;
    font: 400 normal 1rem 'Oswald', 'Kanit';
    background: #da2f8a;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px
}

.btn-pri.-acting {
    padding: 10px 40px;
    margin: 0;
    background: transparent;
    color: #da2f8a;
    padding: 8px 50px;
    border-radius: 0px;
    border: 2px solid #da2f8a
}

.btn-pri.-radius {
    border-radius: 15px
}

.btn-pri.-news {
    padding: 8px 40px;
    margin: 0 !important;
    border-radius: 10px
}

@media only screen and (max-width:991px) {
    .mobile-bar {
        display: inherit
    }
    .popup-item{
        width: 90%;
        border: 5px solid #fff;
    }
    .close-popup{
        width: 30px;
        height: 30px;
        transform: translate(60%,-70%);
    }
    .close-popup i{
        font-size: 20px;
    }
    .popup-main .popup-item iframe{
        width: 100%;
        height: 35vh;
        }
    .top-bar {
        display: none
    }

    .title {
        font: 400 normal 2.5rem 'Oswald', 'Kanit';
        color: #da2f8a
    }

    .title.-sub {
        padding: 0 !important;
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .home-main {
        margin: 30px 0 0;
        height: 40vh
    }

    .slide-home:before {
        height: 10vh
    }

    .slide-home .slide-item {
        height: 40vh
    }

    .slide-home .lSSlideOuter .lSPager.lSpg {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .slide-home .lSSlideOuter .lSPager.lSpg>li a {
        height: 10px;
        width: 10px
    }

    .section-header {
        padding: 0 0 2vh
    }

    .section-header .title {
        font: 700 normal 8vw 'Oswald', 'Kanit'
    }

    .section {
        padding: 20vh 0
    }

    .section.-takephoto {
        padding: 7vh 0 0
    }

    .section.-takephoto:before {
        height: 5vh
    }

    .section.-takephoto .dreamii {
        width: 15vw;
        height: 12vh
    }

    .section.-acting {
        padding: 7vh 0 0
    }

    .section.-acting:before {
        height: 5vh
    }

    .section.-acting .dreamii {
        width: 15vw;
        height: 12vh
    }

    .blogs-item.-food .item {
        padding: 10px
    }

    .blogs-item.-food .thumbnail {
        position: relative;
        cursor: pointer;
        border: 2px solid #da2f8a;
        border-radius: 20px
    }

    .blogs-item.-food .thumbnail .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 20px;
        -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        color: #fff;
        opacity: 0;
        font: 400 normal 1.5rem 'Oswald', 'Kanit'
    }

    .blogs-item.-food .thumbnail .text {
        color: white;
        font: 400 normal 1.5rem 'Oswald', 'Kanit';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }

    .blogs-item.-food .thumbnail img {
        border-radius: 20px
    }

    .blogs-item.-food .thumbnail:hover .overlay {
        opacity: 1
    }

    .blogs-item.-promotion {
        padding: 2vh 3vw
    }

    .blogs-item.-promotion .item {
        width: 100% !important;
        padding: 10px 5px
    }

    .blogs-item.-promotion .item:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .blogs-item.-player {
        padding: 20px 3vw 0 3vw
    }

    .blogs-item.-player .item {
        width: 100% !important;
        padding: 0 5px
    }

    .blogs-item.-player:hover {
        text-decoration: none
    }

    .blogs-item .item {
        width: 100%
    }

    .blogs-item .caption {
        padding: 0 5vw 3vw
    }

    .blogs-item .caption.-sub {
        padding: 0 2vw 2vw
    }

    .blogs-item .title {
        padding: 5px 0;
        margin: -20px 30px 20px 30px;
        border-radius: 20px;
        font: 700 normal 1.2rem 'Oswald', 'Kanit'
    }

    .blogs-item .title.-sub {
        margin: -18px 25px 20px 25px;
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .blogs-item .desc p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .blogs-item .working-day {
        padding: 0;
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .header-box {
        padding: 0 10px
    }

    .header-box .title {
        font: 400 normal 1.5rem 'Oswald', 'Kanit'
    }

    .header-box .path {
        font: 400 normal 0.9rem 'Oswald', 'Kanit'
    }

    .section-page {
        padding: 120px 0 5vh
    }

    .about-tab {
        padding: 10px 0
    }

    .about-tab>li {
        display: inherit;
        padding: 10px 5px;
        font: 400 normal 1rem 'Oswald', 'Kanit';
        border: 2px solid #da2f8a;
        border-radius: 0px
    }

    .about-tab>li+li {
        margin-left: 0;
        margin-top: 10px
    }

    .player-tab {
        padding: 10px 5vw;
        margin: 0
    }

    .player-tab>li {
        cursor: pointer;
        display: inherit;
        padding: 10px 15px;
        font: 400 normal 1.2rem 'Oswald', 'Kanit';
        border: 2px solid #da2f8a;
        background: #fff;
        color: #da2f8a;
        border-radius: 0px
    }

    .player-tab>li a {
        font: 400 normal 1rem 'Oswald', 'Kanit';
        color: #da2f8a;
        border-radius: 0;
        border: none;
        background: #fff;
        text-decoration: none
    }

    .player-tab>li a:hover {
        background: #fff;
        color: #da2f8a
    }

    .player-tab>li+li {
        margin-left: 0;
        margin-top: 5px
    }

    .player-tab .active {
        background: #da2f8a
    }

    .player-tab .active a {
        background: #da2f8a;
        color: #fff
    }

    .player-tab .active a:hover {
        background: #da2f8a;
        color: #fff
    }

    .open-dremworld {
        width: auto;
        margin: 0 5vw;
        padding: 20px 10px
    }

    .open-dremworld p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .shots-item {
        padding: 2vh 3vw 0 3vw
    }

    .shots-item .item {
        width: 100% !important;
        padding: 0 5px 40px 5px
    }

    .shots-item .caption {
        margin: 0px;
        padding: 10px 0px
    }

    .shots-item .caption:before {
        display: none
    }

    .shots-item .caption .title {
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .shots-item .caption .desc p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .content-box {
        padding: 5vw
    }

    .content-box .title {
        font: 400 normal 1.4rem 'Oswald', 'Kanit'
    }

    .content-box .title.-sub {
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .content-box .desc p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .content-box .year {
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .evo-item {
        margin: 30px 0 0
    }

    .evo-item .item {
        text-align: left !important;
        width: 100% !important
    }

    .evo-item:before {
        display: none
    }

    .evo-item .item {
        padding: 10px 0;
        border-bottom: 1px solid #da2f8a
    }

    .evo-item .item.-right {
        padding: 10px 0
    }

    .handy-item {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .handy-item .item {
        width: 100% !important;
        padding: 1vh 0
    }

    .wrapper-item {
        padding: 3vh 3vw 0 3vw
    }

    .wrapper-item.-news .item {
        padding: 0;
        width: 33.33%
    }

    .wrapper-item.-news .item .box-in {
        margin: 0 10px 20px 10px
    }

    .wrapper-item.-news .item .caption {
        padding: 20px 10px 30px 10px
    }

    .wrapper-item.-activity .item {
        width: 33.33%;
        padding: 20px 10px
    }

    .wrapper-item.-activity .item .thumbnail .overlay {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .wrapper-item .item {
        padding: 2vw 0
    }

    .wrapper-item .item .caption {
        padding: 2vw 0vw
    }

    .wrapper-item .item .title {
        font: 400 normal 1.3rem 'Oswald', 'Kanit';
        color: #da2f8a
    }

    .wrapper-item .item .title.-sub {
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .wrapper-item .item .desc p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .wrapper-item .item .open-beta {
        padding: 0 0 15px;
        font: 400 normal 1rem 'Oswald', 'Kanit';
        color: #da2f8a
    }

    .wrapper-item .item {
        padding: 10px 5px;
        width: 100% !important
    }

    .item-sec {
        padding: 2vh 3vw
    }

    .ticket-item {
        padding: 3vh 0
    }

    .ticket-item .item {
        width: 100% !important;
        padding: 2vh 0
    }

    .ticket-item .caption .desc {
        text-align: center !important
    }

    .detail-player {
        padding: 3vh 0
    }

    .contact-item {
        padding: 3vh 0
    }

    .contact-item.-page {
        padding: 0 5vw
    }

    .contact-item.-page .item {
        width: 100% !important;
        margin: 10px 0
    }

    .contact-item.-page .box-contact .item {
        margin: 10px 20px;
        width: auto !important
    }

    .contact-item .item {
        padding: 0;
        width: auto !important;
        margin: 5px 10px;
        text-align: left
    }

    .contact-item .box-contact {
        display: inline-block;
        padding: 0px !important
    }

    .contact-item .box-contact .item {
        text-align: left;
        padding: 0
    }

    .contact-item .icon-office {
        position: relative;
        z-index: 1
    }

    .contact-item .icon-office i {
        font-size: 28px;
        color: #fff
    }

    .contact-item .icon-office:before {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        content: '';
        top: -10px;
        left: -10.5px;
        position: absolute;
        background: #da2f8a;
        z-index: -1
    }

    .contact-item p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .contact-item .mail {
        letter-spacing: 0.05rem;
        color: #0107ff
    }

    .contact-item .fb-ig {
        margin: 0 !important;
        padding: 0 !important
    }

    .contact-item .fb-ig>li {
        display: inline-block
    }

    .contact-item .fb-ig>li a img {
        width: 48px;
        height: auto
    }

    .contact-item .fb-ig>li+li {
        margin-left: 10px
    }

    .submit-activity {
        margin: 20px auto
    }

    .submit-activity.-form {
        width: 110px
    }

    .btn-pri {
        margin-left: 0px
    }

    .box-detail {
        margin: 30px 0 0;
        border-radius: 15px;
        padding: 2vw;
        background: rgba(255, 255, 255, 0.6)
    }

    .box-detail.-contact {
        margin: 30px 0px
    }

    .box-detail .title {
        font: 400 normal 1.2rem 'Oswald', 'Kanit';
        color: #da2f8a
    }

    .box-detail .desc.-tour {
        padding: 0 8vw
    }

    .box-detail .desc.-car {
        padding: 0 4vw
    }

    .box-detail .desc p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .form-contact {
        padding: 0 20px
    }

    .main-footer {
        margin: 10vh 0 0;
        padding: 10vh 5vw 5vh 5vw;
        background-image: url("../img/footer-bg2.png");
        background-position: top
    }

    .main-footer .dreamii {
        top: -12vh;
        right: 0;
        width: 320px;
        height: 20vh
    }

    .main-footer .footer-item {
        padding: 0
    }

    .main-footer .social-footer {
        margin: 0 !important;
        padding: 20px 0 !important
    }

    .main-footer .social-footer>li img {
        width: 30px;
        height: auto
    }

    .main-footer .social-footer>li+li {
        margin-left: 0px
    }

    .main-footer .title {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .main-footer .copyright {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .main-footer .logo-sponsor {
        width: 140px;
        padding: 0 !important;
        margin: 20px 0 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-footer .logo-sponsor>li {
        text-align: right;
        width: 70px;
        display: inline-block
    }

    .main-footer .logo-sponsor>li img {
        width: 60px;
        height: auto
    }

    .main-footer .logo-sponsor li:first-child {
        text-align: right;
        width: 100%
    }

    .main-footer .logo-sponsor li:first-child img {
        padding: 0 0 10px;
        width: 80px;
        height: auto
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .player-tab {
        padding: 20px 0 50px;
        margin: 0
    }
    .popup-item {
        width: 80%;
    }
    .popup-main .popup-item iframe {
        height: 40vh;
    }
    .player-tab>li {
        cursor: pointer;
        display: inline-block
    }

    .player-tab>li a {
        padding: 10px 15px;
        font: 400 normal 0.9rem 'Oswald', 'Kanit';
        border: none;
        background: #fff;
        color: #da2f8a;
        border-radius: 15px;
        text-decoration: none
    }

    .player-tab>li a:hover {
        background: #da2f8a;
        color: #fff
    }

    .player-tab>li+li {
        margin-left: 5px
    }

    .player-tab .active a {
        background: #da2f8a;
        color: #fff
    }

    .blogs-item.-food .item {
        width: 50%;
        padding: 10px
    }

    .blogs-item.-food .thumbnail {
        position: relative;
        cursor: pointer;
        border: 2px solid #da2f8a;
        border-radius: 20px
    }

    .blogs-item.-food .thumbnail .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 20px;
        -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        color: #fff;
        opacity: 0;
        font: 400 normal 1.5rem 'Oswald', 'Kanit'
    }

    .blogs-item.-food .thumbnail .text {
        color: white;
        font: 400 normal 1.5rem 'Oswald', 'Kanit';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }

    .blogs-item.-food .thumbnail img {
        border-radius: 20px
    }

    .blogs-item.-food .thumbnail:hover .overlay {
        opacity: 1
    }

    .blogs-item.-promotion {
        padding: 2vh 3vw
    }

    .blogs-item.-promotion .item {
        width: 50% !important;
        padding: 10px 5px
    }

    .blogs-item.-promotion .item:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .blogs-item.-player {
        padding: 20px 3vw 0 3vw
    }

    .blogs-item.-player .item {
        width: 50% !important;
        padding: 0 5px
    }

    .blogs-item.-player:hover {
        text-decoration: none
    }

    .blogs-item .item {
        width: 100%
    }

    .blogs-item .caption {
        padding: 0 5vw 3vw
    }

    .blogs-item .caption.-sub {
        padding: 0 2vw 2vw
    }

    .blogs-item .title {
        padding: 5px 0;
        margin: -20px 30px 20px 30px;
        border-radius: 20px;
        font: 700 normal 1.2rem 'Oswald', 'Kanit'
    }

    .blogs-item .title.-sub {
        margin: -18px 25px 20px 25px;
        font: 400 normal 1.2rem 'Oswald', 'Kanit'
    }

    .blogs-item .desc p {
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }

    .blogs-item .working-day {
        padding: 0;
        font: 400 normal 1rem 'Oswald', 'Kanit'
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) and (-webkit-min-device-pixel-ratio:1.5) {
    .home-main {
        height: 50vh
    }

    .slide-home:before {
        height: 20vh
    }

    .player-tab>li a {
        border: 2px solid #da2f8a;
     }

    .slide-home .slide-item {
        height: 60vh
    }

    .slide-home .lSSlideOuter .lSPager.lSpg {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .slide-home .lSSlideOuter .lSPager.lSpg>li a {
        height: 10px;
        width: 10px
    }
}

/*# sourceMappingURL=style.min.css.map */