﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,html {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    /* overflow-y: overlay */
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../font/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../font/MyriadPro-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'MyriadPro-Regular';
}

.yellow {
    color: #ffe000;
}

main {
    background-image: url(../image/bg.jpg);
    background-repeat: no-repeat;
    background-position: center -60px;
    height: 750px;
}

.main-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.main-container-left, .main-container-right {
    height: 50%;
    /* margin-top: 650px; */
}

.main-container-left {
    width: 40%;
}

.main-container-right {
    width: 60%;
}

.offer {
    color: white;
    font-size: 52px;
    font-family: 'MyriadPro-Bold';
    font-weight: 900;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.th .offer, body.vn .offer, body.bd .offer {
    font-size: 43px;
}

#cta{
    background-color: #ffe000;
    width: 290px;
    height: 77px;
    border-radius: 50px;
    color: black;
    font-weight: 900;
    text-decoration: none;
    padding: 21px 71px;
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: 150px;
}

body.sc #cta {
    padding: 21px 85px;
}

body.vn #cta {
    padding: 25px 34px;
}

body.id #cta {
    padding: 25px 85px;
}

body.kr #cta {
    padding: 28px 50px;
}

body.bd #cta {
    padding: 28px 42px;
}

.slick-track {
    height: 350px;
}

.slick-next:before {
    content: '\226B'!important;
    font-family: 'MyriadPro-Bold'!important;
    font-weight: 900;
    font-size: 80px!important;
}

.slick-next {
    right: 260px!important;
    z-index: 1!important;
}

.slick-prev:before {
    content: '\226A'!important;
    font-family: 'MyriadPro-Bold'!important;
    font-weight: 900;
    font-size: 80px!important;
}

.slick-prev {
    left: 200px!important;
    z-index: 1!important;
}

.slick-dots {
    position: relative!important;
    width: 98px!important;
    height: 48px!important;
    margin: 0 auto!important;
    background: white!important;
    border-radius: 20px!important;
}

.slick-dots li button:before {
    font-size: 17px!important;
    line-height: 23px!important;
    top: 13px!important;
}

.overlay {
    background: rgba(0,0,0,.9);
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    /* display: none; */
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox-bg{
    background-size: contain;
    height: 530px;
    width: 1300px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame {
    margin: 0px 50px;
}

body.en .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-en.gif);
}

body.en .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-en.gif);
}

body.en .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-en.gif);
}

body.bd .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-bd.gif);
}

body.bd .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-bd.gif);
}

body.bd .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-bd.gif);
}

body.id .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-id.gif);
}

body.id .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-id.gif);
}

body.id .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-id.gif);
}

body.in .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-in.gif);
}

body.in .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-in.gif);
}

body.in .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-in.gif);
}

body.kr .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-kr.gif);
}

body.kr .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-kr.gif);
}

body.kr .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3--kr.gif);
}

body.sc .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-sc.gif);
}

body.sc .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-sc.gif);
}

body.sc .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-sc.gif);
}

body.th .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-th.gif);
}

body.th .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-th.gif);
}

body.th .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-th.gif);
}

body.vn .frame:nth-of-type(1) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-1-vn.gif);
}

body.vn .frame:nth-of-type(2) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-2-vn.gif);
}

body.vn .frame:nth-of-type(3) {
    background-image: url(https://cmkt.dafapromo.com/ck/resources/img/frame-3-vn.gif);
}

.frame:nth-of-type(1) {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 480px;
}

.frame:nth-of-type(2) {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 480px;
}

.frame:nth-of-type(3) {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 480px;
}

.js-close {
    top: 0px;
    right: 0px;
    width: 19px;
    height: 19px;
    background-image: url(../image/close.png);
    background-size: contain;
    transition: all 0.5s ease-in-out 0s;
    background-position: center 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
}

#frame-link-1, #frame-link-2, #frame-link-3 {
    display: block;
    height: 100%;
}

.slick-next, .slick-prev {
    top: 75%!important;
}

.tpl-inner {
    max-width: 1010px!important;
}