html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body>div {
    overflow: visible;
    width: 100%;
}

body>sec {
    overflow-x: hidden;
}

.sub-menu-pane .submenu__item span.menu__header {
    font-family: db_heaventcond, sans-serif;
    font-size: 17px;
    padding: 10px 0px;
    display: block;
    font-weight: 400;
}

/* hide dropdown ภาษา */
#ais_topbar .topbar_lang {
    display: none;
}

#mainnav .bt_menu a:hover {
    text-decoration: none !important;
}

/* Column container */
.contain {
    display: flex;
    flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.sec {
    flex: 100%;
    background-color: #f1f1f1;
}

.d-mobile {
    display: none;
}
.d-mobile1 {
    display: none;
}
.d-mobile3 {
    display: none;
}
.d-desktop {
    display: block;
}
.d-desktop2 {
    display: block;
}
.d-desktop3 {
    display: block;
}
.d-text {
    display: none;
}
.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
}

.position-relative {
    position: relative;
}

.ms-col-1 {
    -ms-grid-column: 1;
}
.ms-col-2 {
    -ms-grid-column: 2;
}
.ms-col-3 {
    -ms-grid-column: 3;
}
.ms-col-4 {
    -ms-grid-column: 4;
}
.ms-col-5 {
    -ms-grid-column: 5;
}
.ms-col-6 {
    -ms-grid-column: 6;
}
.ms-col-7 {
    -ms-grid-column: 7;
}
.ms-col-8 {
    -ms-grid-column: 8;
}
.pb1 {
    padding-bottom: 0.5rem;
}
.lSPager {
    margin-top: 25px!important;
}

#banner-slide .lSPager {
    padding-bottom: 20px!important;
    margin-top: -40px!important;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #b2d233;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #e3ebcb;
    height: 20px;
    width: 20px;
    border-radius: 0;
    z-index: 10;
}

.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: inherit;
    width: 40%;
    min-width: 10rem;
    padding: inherit;
    margin: auto;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 1rem;
}

.banner {
    padding-right: 0px;
    padding-left: 0px;
}

.fragment-banner1 {
    position: absolute;
    width: 23%;
    margin-top: 4%;
    margin-left: 3%;
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}
.fragment-banner2 {
    position: absolute;
    width: 29%;
    margin-left: 28%;
    margin-top: 3.5%;
}
.fragment-banner3 {
    position: absolute;
    width: 15%;
    margin-top: 7%;
    margin-left: 13%;
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
    border: none;
    transition: box-shadow 100ms ease-in-out 0s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-top: -2% !important;
    background-color: #333333;
}

.btn-lg {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
    border-radius: 5rem;
}

.btn-secondary1 {
    width: 100%;
    font-family: 'db_heaventcond';
    font-size: 2.2rem;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    line-height: 1.5;
    border-radius: 5rem;
    color: #fff;
    background-color: #34961A;
    border-color: #34961A;
}

/* .btn-secondary1:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-secondary1:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 0 0 0rem;
} */
 
.stl-bnm {
    width: 100%;
}

#tab-menu {
    background-color: #abe4c4;
    position: relative;
    background-size: 100% 100%;
    width: auto;
    height: 60px;
    box-shadow: 0 3px 16px 0 rgb(11 52 0 / 20%), 0 0px 4px 0px rgb(255 255 255 / 50%) inset;
    z-index: 14;
}

#just_apply {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-4.jpg);
    position: relative;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    background-position: center;
    background-repeat: no-repeat;
}

.content-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-columns: 10% 1fr 10%;
}
.content-grid1 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 5% 1fr 5%;
    -ms-grid-columns: 5% 1fr 5%;
}
.content-grid2 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-columns: 10% 1fr 10%;
}
.content-grid3 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-columns: 10% 1fr 10%;
}
.content-grid4 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-columns: 10% 1fr 10%;
}
.content-grid6 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-columns: 10% 1fr 10%;
}
.content-grid7 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 10% 1fr 10%;
    -ms-grid-columns: 10% 1fr 10%;
}
.content-grid8 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}
.endigi-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}

.endigi-grid2 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}
.endigi-grid3 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 40px 4fr;
    -ms-grid-columns: 40px 4fr;
}

ul.menu {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1.3fr repeat(5,1fr);
    -ms-grid-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-column: 2;
    align-items: center;
    text-align: center;
    height: 60px;
}

.ic-endigi {
    width: 575px;
    height: auto;
    object-fit: contain;
}

.ic-endigi1 {
    width: 377px;
    height: auto;
    object-fit: contain;
    margin: 10px;
}

.ic-service {
    width: 85px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px
}

.ic-file {
    width: 20px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
}

.ic-menu {
    width: 26px;
    height: auto;
    object-fit: contain;
}
.ic-menu1 {
    width: 25px;
    height: auto;
    object-fit: contain;
}

.border-r {
    border-right: 1px solid #000000;
}
.border-r2 {
    border-right: 2px solid #8dc63f;
}

.text-menu {
    text-decoration: none;
    font-family: 'db_heaventmed_cond';
    font-size: 1.8rem;
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
    color: #000;
}

.text-menu1 {
    text-decoration: none;
    font-family: 'db_heaventmed_cond';
    font-size: 1rem;
    color: rgb(255, 255, 255);
}

.text-menu:hover {
    text-decoration: underline !important;
}

.color1 {
    color: #000000;
}
.color2 {
    color: white;
}
.color3 {
    color: #51b289;
}
.color4 {
    color: #5ea900;
}
.color5 {
    color: #494b52;
}
.color6 {
    color: #df4372;
}
.color7 {
    color: #9e8135;
}
.color8 {
    color: #2c2a2b;
}

.title-text1 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 7rem;
    font-size: clamp(6rem, 2.5vw, 8rem);
}
.title-text2 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.5;
    font-size: 2.5rem;
    font-size: clamp(1.2rem, 2.5vw, 2.5rem);
}
.title-text3 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.5;
    font-size: 4.5rem;
    font-size: clamp(2rem, 2.5vw, 4.5rem);
}
.title-text3-1 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.5;
    font-size: 4.5rem;
    font-size: clamp(2.5rem, 5vw, 5rem);
}
.title-text4 {
    font-family: 'db_heaventbold_cond';
    line-height: 2;
    font-size: 3.2rem;
    font-size: clamp(2.5rem, 2.5vw, 3.2rem);
}
.title-text4-1 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.5;
    font-size: 3.2rem;
    font-size: clamp(2.5rem, 2.5vw, 3.2rem);
}
.title-text5 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 6rem;
    font-size: clamp(3.5rem, 6vw, 6rem);
}
.title-text5-1 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 5.5rem;
    font-size: clamp(4rem, 3.5vw, 5.5rem);
}
.title-text6 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 8rem;
    font-size: clamp(5rem, 12vw, 11rem);
}
.title-text7 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 12rem;
    font-size: clamp(10rem, 2.5vw, 15rem);
}
.title-text8 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 4.3rem;
    font-size: clamp(2.1rem, 3vw, 4.3rem);
}
.title-text9 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 3.5rem;
    font-size: clamp(3rem, 2.5vw, 5rem);
}
.title-text10 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 18rem;
    font-size: clamp(16rem, 2.5vw, 18rem);
}
.title-text11 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.2;
    font-size: 5rem;
    font-size: clamp(3.5rem, 6vw, 5rem);
}
.text-des1 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 1.8rem;
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}
.text-des2 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.5;
    font-size: 1.8rem;
    font-size: clamp(1rem, 3vw, 1.8rem);
}
.text-des-bd {
    font-family: 'db_heaventbold_cond';
    line-height: 1.5;
    font-size: 2rem;
    font-size: clamp(1.6rem, 3vw, 2rem);
}
.text-des3 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 1.79rem;
    font-size: clamp(1rem, 3vw, 1.79rem);
}
.text-des3-1 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.5;
    font-size: 1.79rem;
    font-size: clamp(1rem, 3vw, 1.79rem);
}
.text-des4 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.5;
    font-size: 3rem;
    font-size: clamp(1.5rem, 3vw, 3rem);
}
.text-des4-1 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.2;
    font-size: 3rem;
    font-size: clamp(1.5rem, 3vw, 3rem);
}
.text-des5 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 2.5rem;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}
.text-des6 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 1.7rem;
    font-size: clamp(1rem, 3vw, 1.7rem);
    text-decoration: underline;
}
.text-des7 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 2.5rem;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.text-des8 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.5;
    font-size: 2.2rem;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
}
.text-des9 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 1.5rem;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
}
.txt-underline {
    text-decoration: underline;
}
.btn-outline-detail2 {
    width: 120px;
    height: auto;
    font-family: 'db_heaventbold_cond';
    font-size: 2rem;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    border-radius: 5rem;
    background-color: black;
    color: white;
    border-color: black !important;
    border: 2px solid;
    padding: 3px 20px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-outline-detail2:hover {
    background-color: #7bab35;
    color: #222426;
    border-color: #7bab35 !important;
    border: 2px solid;
    text-decoration: none;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.line-bottom-b {
    border: solid #000000;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    margin: 15px auto;
}
.line-bottom-b1 {
    position: absolute;
    border: solid #353535;
    border-width: 0px 0px 2px 0px;
    width: 105%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.line-bottom-w {
    border: solid #fff;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    margin: 15px auto;
}
.line-bottom1 {
    border: solid #34961A;
    border-width: 0px 0px 4px 0px;
    width: 100%;
    margin: 15px auto;
}
.line-bottom1-1 {
    border: solid #000000;
    border-width: 0px 0px 3px 0px;
    width: 100%;
    margin: 15px auto;
}
.line-bottom2 {
    border: solid #222426;
    border-width: 0px 0px 2px 0px;
    width: 6%;
    display: block;
    margin: 15px auto;
}
.line1 {
    border-left: 2px solid #222426;
    height: 150px;
    display: block;
    margin:  auto 55px;
}
.line2 {
    border-left: 2px solid #222426;
    height: 200px;
    display: block;
    margin:  auto 55px;
}

.additional-info {
    position: absolute;
    bottom: 0;
    margin-bottom: 65px;
    width: 38%;
}
.additional-info-ic {
    width: 60px;
    height: auto;
    object-fit: contain;
}

.img-text01 {
    width: 500px;
    height: auto;
    object-fit: contain;
}
.img-text02 {
    width: 75%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    margin-top: -45px;
}

/* start box channel */
.txt-channel {
    font-family: 'db_heaventbold_cond';
    font-size: 1.7rem;
    font-size: clamp(1.5rem, 2vw, 1.7rem);
}
.text-digital-c {
    font-family: 'db_heaventbold_cond';
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.5;
    font-size: 3rem;
    font-size: clamp(3rem, 2.5vw, 3rem);
    color: #000000;
}
a.txt-line {
    text-decoration: none;
}
.ic-channel {
    width: 239px;
    height: auto;
    object-fit: contain;
    position: relative;
    margin-bottom: 5px;
}

.syl-box-menu {
    position: relative;
    border-radius: 25px;
    padding: 5% 7%;
    background-image: linear-gradient(0deg, #e0e0e0, #fefefe);
    box-shadow: 0px 50px 21px -47px black;
    -webkit-box-shadow: 0px 50px 21px -47px black;
    width: 85%;
    height: auto;
    overflow: hidden;
}
.syl-box-menu1 {
    position: absolute;
    border-radius: 10px;
    padding: 5%;
    background-image: linear-gradient(0deg, #e0e0e0, #fefefe);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 94%;
    height: 51%;
    overflow: hidden;
}
.grow-digital {
    transition: all .2s ease-in-out;
}
.grow-digital:hover {
    transform: scale(1.05);
}
.grow-digital:hover .tagg-digital {
    background: rgb(156,222,208);
    background: linear-gradient(153deg, rgba(156,222,208,0.80) 13%, rgba(116,224,113,0.80) 30%, rgba(101,161,146,0.80) 60%, rgba(128,199,181,0.80) 72%, rgba(180,240,227,0.80) 86%, rgba(154,220,206,0.80) 100%);
    transition: all .2s ease-in-out;
    opacity: 1;
}
.tagg-digital {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .2s ease-in-out;
    opacity: 0;
    justify-content: center;
    align-items: center;
}
.fimax-digital {
    position: absolute;
    display: block;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
}
.ic-syl-ere10 {
    width: 70%;
    height: auto;
    object-fit: contain;
}
/* end box channel */
.txt-btn-ePortal {
    font-family: 'db_heaventbold_cond';
    font-size: 2.3rem;
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
    text-decoration: underline;
}

.btn-outline-detail {
    width: auto;
    height: auto;
    font-family: 'db_heaventcond';
    font-size: 2.3rem;
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
    border-radius: 5rem;
    background-color: #017842;
    color: rgb(255, 255, 255);
    border: none;
    padding: 8px 36px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.btn-outline-detail:hover {
    background-color: #ffffff;
    color: #017842;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-outline-detail:focus {
    outline: none;
}

/* design box channel hide */
.btn3-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 5% repeat(4,1fr) 5%;
    -ms-grid-columns: 5% 1fr 1fr 1fr 1fr 5%;
}
.step-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1.5fr 2fr 1fr;
    -ms-grid-columns: 1.5fr 2fr 1fr;
}
.center-step {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* end design box channel hide */

.btn-text1 {
    font-family: 'db_heaventlight_cond';
    font-size: 1.9rem;
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
}

.btn-text2 {
    font-family: 'db_heaventmed_cond';
    font-size: 2.2rem;
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}

.ic01 {
    width: 30px;
    height: auto;
    object-fit: contain;
    position: relative;
}
.ic02 {
    width: 30px;
    height: auto;
    object-fit: contain;
}
.ic03 {
    width: 105px;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}
.ic04 {
    width: 20px;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
    margin: 7px 10px 0 0;
}
.ic14-15 {
    width: 97px;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}

.ic-time-pin {
    width: 20px;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}

.ic-sty01 {
    width: 120px;
    height: auto;
    object-fit: contain;
    align-self: center;
}
.mt1{
    margin-top: 3rem;
}
.mt1-1{
    margin-top: 65px;
}
.mt2{
    margin-top: 2rem;
}
.mt3{
    margin-top: 1rem;
}
.mt4{
    margin-top: 5rem;
}
.mt5{
    margin-top: 1rem;
}
.mt6{
    margin-top: -15px;
}
.mt7{
    margin-top: 1rem;
}
.mt8{
    margin-top: 3rem;
}
.mb1{
    margin-bottom: 3rem;
}
.ml1 {
    margin-left: 2.5%;
}
.ml4 {
    margin-left: 4.5%;
}
.ml5 {
    margin-left: 2.1%;
}
.ml6 {
    margin-left: 2.5%;
}
.mr1 {
    margin-right: 2.5%;
}
.mr6 {
    margin-right: 2.5%;
}
.mr7 {
    margin-right: 10%;
}
.ml7 {
    margin-left: 10%;
}
.ml8 {
    margin-left: 1rem;
}
.ml9 {
    margin-left: -8px;
}
.mg7 {
    margin: 0 5%;
}
.br01 {
    display: none;
}
.br02{
    display: none;
}
.br03 {
    display: block;
}
.mg-center {
    display: block;
    margin: auto;
    height: 100%;
    flex-direction: column;
}
.justify-content-end1 {
    justify-content: flex-end;
}

.flex-dir-col {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-dir-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.imgmok {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: auto;
    object-fit: contain;
    margin-left: 28%;
    margin-bottom: 46%;
    z-index: 1;
}
.imgmok01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68%;
    height: auto;
    object-fit: contain;
    margin-bottom: -7%;
}
#lucky-detail {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-6.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;    
}
.lucky-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.txt-shadow01 {
    color: #FFFFFF;
    text-shadow: -4px 0px 32px #ffffff;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txt-color1 {
    position: absolute;
    top:0;
    background: linear-gradient(#449e21 30%, #51d639 49%, #156800 57%);
    background: -webkit-linear-gradient(#449e21 30%, #51d639 49%, #156800 57%);
    background: -ms-linear-gradient(#449e21 30%, #51d639 49%, #156800 57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    left: 50%;
    transform: translate(-50%, 0);
}
.txt-shadow2 {
    text-shadow: 4px 3px 2px rgb(0 0 0);
}
.im-value {
    width: 680px;
    height: auto;
    object-fit: contain;
    margin: 27px 0;
}
.syl-box1 {
    display: block;
    background-color: #35951a;
    width: auto;
    height: auto;
    padding: 30px;
    margin-top: 5%;
    border: 1px solid #35951a;
    /* border-radius: 15px; */
}
.syl-box2 {
    display: block;
    background-color: #2c2a2b;
    width: auto;
    height: auto;
    padding: 30px 60px;
    margin-top: 5%;
    border: 1px solid #2c2a2b;
    /* border-radius: 15px; */
}
.syl-box3 {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 40px;
    margin-top: 5%;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 71px 42px -50px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 71px 42px -50px;
}
.syl-box4 {
    display: block;
    background-color: white;
    width: 100%;
    height: auto;
    padding: 30px;
    border: none;
    border-radius: 15px;
}
.syl-box6 {
    display: block;
    background-color: white;
    width: auto;
    height: auto;
    padding: 10px 25px;
    margin-top: 1%;
    border-bottom: 1px solid #dddddd;
    /* border-radius: 15px; */
}
/* add indexpattern2 */
.syl-box7 {
    display: block;
    background-color: white;
    width: 1200px;
    height: auto;
    padding: 30px;
    border: 1px solid white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 160px 40px -165px black;
}
.syl-box8 {
    display: block;
    background-color: white;
    width: 1200px;
    height: auto;
    padding: 30px;
    border: 1px solid white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 160px 30px -155px black;
}
.line3 {
    border-left: 2px solid #222426;
    height: 260px;
    display: block;
    margin: 15px 40px 0px 15px;
}
.set-area01 {
    height: 50px;
    align-items: center;
}
.br767 {
    display: block;
}
.br1600{
    display: none;
}
.br472{
    display: none;
}
.br449{
    display: none;
}
.br365{
    display: none;
}
.br365no{
    display: block;
}
.br400{
    display: none;
}
/* end indexpattern2 */
.br480{
    display: none;
}
a.mail-tax {
    color: #34961A;
}
a.web-announ {
    color: #222426;
}
.img-lucky1 {
    width: 90%;
    height: auto;
    object-fit: contain;
}
#rules {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-5.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0; 
}
.rules-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-columns: 1.2fr 2fr 1.2fr;
}
.rules-detail-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.5fr 0.3fr 3fr;
    -ms-grid-columns: 0.5fr 0.3fr 3fr;
}
.rules-detail-grid1 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.2fr 3fr;
    -ms-grid-columns: 0.2fr 3fr;
}
.card-rules02 {
    position: relative;
    background: rgb(117,197,124);
    background: linear-gradient(90deg, rgba(117,197,124,1) 0%, rgba(65,167,146,1) 100%);
    border: none;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    width: 95%;
    height: auto;
}
.card-lucky-detail01 {
    position: relative;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 2px 20px;
    text-align: center;
    width: fit-content;
    height: auto;
}
#activity {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-7.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
    margin-top: -1px;
}
.activity-grid1 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.3fr 2fr 0.5fr 2fr 0.3fr;
    -ms-grid-columns: 0.3fr 2fr 0.5fr 2fr 0.3fr;
}
.activity-grid2 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.2fr 3fr;
    -ms-grid-columns: 0.2fr 3fr;
}
.act-grid1 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.2fr 1fr 0.2fr 2.5fr 0.2fr 3fr 0.2fr 3fr;
    -ms-grid-columns: 0.2fr 1fr 0.2fr 2.5fr 0.2fr 3fr 0.2fr 3fr;
}
#lucky-winner {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-8.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
}
.mini-menu+#container {
    padding-top: 50px;
}
.lucky-win-grid1 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 6fr;
    -ms-grid-columns: 1fr 6fr;
}
.lucky-win-grid2 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1.4fr 6fr;
    -ms-grid-columns: 1.4fr 6fr;
}
/* add indexpattern1 */
.lucky-win-grid3 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 3fr 3fr;
    -ms-grid-columns: 1fr 3fr 3fr;
}
.text-win1 {
    font-family: 'db_heaventbold_cond';
    line-height: 1.5;
    font-size: 2.5rem;
    font-size: clamp(1.6rem, 2vw, 2.5rem);
}
.text-win3 {
    font-family: 'db_heaventmed_cond';
    line-height: 1.5;
    font-size: 1.9rem;
    font-size: clamp(1rem, 3vw, 1.9rem);
}
.text-win4 {
    font-family: 'db_heaventcond';
    line-height: 1.5;
    font-size: 1.9rem;
    font-size: clamp(1rem, 3vw, 1.9rem);
}
.lucky-win-grid4 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.1fr 1fr 0.2fr 1fr;
    -ms-grid-columns: 0.1fr 1fr 0.2fr 1fr;
}
.lucky-win-grid7 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 6fr;
    -ms-grid-columns: 1fr 6fr;
}
/* end indexpattern1 */
/* add indexpattern2 */
.lucky-win-grid5 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 0.66fr 1fr 1fr;
    -ms-grid-columns: 0.66fr 1fr 1fr;
}
.lucky-win-grid6 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 2.8fr 0.8fr 0.2fr 1.3fr 1fr;
    -ms-grid-columns: 2.8fr 0.8fr 0.2fr 1.3fr 1fr;
}
/* end indexpattern2 */
#Q-A {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-9.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
}
#condition {
    background-image: url(../images/home-dt/bg/ais_luckydraw03-10.jpg);
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding: 3% 0;
}
.question-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 3fr 0.5fr;
    -ms-grid-columns: 3fr 0.5fr;
}
ul.numeric-decimals { counter-reset:section; list-style-type:none; }
ul.numeric-decimals li {
    list-style-type: none;
    display: table;
}
ul.numeric-decimals li ul {
    counter-reset: subsection;
    margin-left: 27px;
}
ul.numeric-decimals li:before {
    counter-increment: section;
    content: counter(section) ". ";
    /* content: "Section " counter(section) ". "; */
    margin-left: -13px;
    padding-right: 0.2em;
    display: table-cell;
}
ul.numeric-decimals li ul li:before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
    margin-left: -25px;
}
ol.list2 li {
    counter-reset:section;
    list-style-type: disc;
    margin-left: 40px;
}
ol.list2 li:before {
    counter-increment: none;
    content: "";
    margin-left: -3px;
}
ul li ol.list4 li {
    counter-reset: section;
    list-style-type: none !important;
    margin-left: -15px;
}
ul li ol.list4 li:before {
    counter-increment: none;
    content: "";
}
ol.list3 li {
    counter-reset: section;
    list-style-type: none !important;
    margin-left: 14px;
}
ol.list3 li:before {
    counter-increment: none;
    content: "";
}
li.list5 {
    list-style-type: none !important;
}
li.list5:before {
    counter-increment: none !important;
    content: "" !important;
}
ul.list1 {
    list-style-type: disc;
    margin-bottom: 0;
    width: 100%;
}
/* ol.list3 {
    list-style-type: decimal;
}
ol.list2 {
    list-style-type: none;
    padding-inline-start: 25px !important;
} */
.d-desktop1 {
    display: block;
}
.br480no {
    display: block;
}
.ml2 {
    margin-left: 1rem;
}
.bouncing-item {
    color: #3079ed;
    animation-name: angry-animation;
    animation-duration: 10s;
    animation-timing-function: ease;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes angry-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.lucky-detail-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 3fr 1fr;
    -ms-grid-columns: 3fr 1fr;
}

.dropdown{
    width: 40%;
    margin: auto;
}
.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 45%;   
}
.br1090 {
    display: none;
}
.br1300 {
    display: block;
}
.br1762 {
    display: block;
}
.br-none1 {
    display: block;
}
.br-none2 {
    display: block;
}
.br-none3 {
    display: none;
}
.txt-center {
    text-align: center;
}
.center01 {
    display: flex;
    align-items: center;
}
.center02 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center03 {
    display: block;
    margin: auto;
    height: 100%;
    flex-direction: column;
}
.center04 {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-start {
    justify-content: start;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.img-award {
    object-fit: contain;
    width: 555px;
    height: auto;
}
.condi-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 81px 3fr;
    -ms-grid-columns: 81px 3fr;
}
.list-ol-no {
    list-style: none;
}
.bullets {
    margin: 0;
    padding-left: 0.2rem;
}
.bullets li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.bullets li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 13px;
    border-width: 0 0px 1px 0;
    border-style: solid;
    border-color: #000000;
}
.flex-dir-col {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-dir-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.mgAuto {
    margin: auto;
}
a.web {
    color: #000;
    text-decoration: none;
    word-break: break-all;
}
.br-condi01{
    display: block;
}

@media only screen and (max-width : 1762px) {
    .activity-grid1 {
        grid-template-columns: 0.5fr 2fr 0.5fr 2fr 0.5fr;
        -ms-grid-columns: 0.5fr 2fr 0.5fr 2fr 0.5fr;
    }
    .br1762 {
        display: none;
    }
    .br03 {
        display: none;
    }
    .mt7{
        margin-top: 0rem;
    }

}

/* Response */
@media only screen and (max-width : 1600px) {
    .syl-box2 {
        padding: 30px 45px;
    }
    .br1600{
        display: block;
    }
    .ic-sty01 {
        width: 90px;
    }
}
@media only screen and (max-width : 1550px) {
    .br1600{
        display: none;
    }
    .content-grid7 {
        grid-template-columns: 5% 1fr 5%;
        -ms-grid-columns: 5% 1fr 5%;
    }
    .imgmok01 {
        width: 86%;;
        margin-bottom: -1%;
    }
}
@media only screen and (max-width : 1500px) {
    .dropdown{
        width: 50%;
        margin: auto;
    }
    .d-desktop1 {
        display: none;
    }
    .title-text5-1 {
        font-size: 5.5rem;
        font-size: clamp(5.5rem, 3.5vw, 5.5rem);
    }
    .text-des4 {
        font-size: clamp(1.3rem, 3vw, 2rem);
    }
    .title-text8 {
        font-size: 4.1rem;
        font-size: clamp(2.1rem, 2vw, 4.1rem);
    }
    .mb1 {
        margin-bottom: 2rem;
    }
    .mt1{
        margin-top: 6rem;
    }
    .mt2 {
        margin-top: 1rem;
    }
    .title-text5 {
        font-size: 3.6rem;
        font-size: clamp(3rem, 6vw, 3.6rem);
    }
    .title-text6 {
        font-size: 8rem;
        font-size: clamp(5rem, 10vw, 9rem);
    }
    .syl-box3 {
        padding: 30px;
    }
    .syl-box5 {
        width: 100%;
    }    
    .dropdown-menu {
        width: 50%;
    }
    .ic14-15 {
        width: 60px;
    }
    /* add indexpattern2 */
    .syl-box7 {
        width: 100%;
    } 
    .syl-box8 {
        width: 100%;
    } 
    /* end indexpattern2 */

    .activity-grid1 {
        grid-template-columns: 2fr 0.5fr 2fr;
    }
}
@media only screen and (max-width : 1400px) {
    .title-text8 {
        font-size: 4.1rem;
        font-size: clamp(2.1rem, 2.5vw, 4.1rem);
    }
}
@media only screen and (max-width : 1350px) {
    .title-text6 {
        font-size: 9rem;
        font-size: clamp(5rem, 6vw, 9rem);
    }
    .content-grid3{
        grid-template-columns: 5% 1fr 5%;
        -ms-grid-columns: 5% 1fr 5%;
    }
    .content-grid4 {
        grid-template-columns: 0% 1fr 0%;
        -ms-grid-columns: 0% 1fr 0%;
    }
}
@media only screen and (max-width : 1300px) {
    .br1300 {
        display: none;
    }
}
@media only screen and (max-width : 1265px) {
    .br-none2 {
        display: none;
    }
    .text-des1 {
        font-size: 1.8rem;
        font-size: clamp(1.5rem, 3vw, 1.8rem);
    }
    .imgmok01 {
        width: 85%;
        margin-bottom: 2%;
    }
}
@media only screen and (max-width : 1213px) {
    .content-grid7 {
        grid-template-columns: 1% 1fr 1%;
        -ms-grid-columns: 1% 1fr 1%;
    }
    /* add indexpattern1 */
    .lucky-win-grid4 {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 0fr 1fr 0.1fr 1fr;
        -ms-grid-columns: 0fr 1fr 0.1fr 1fr;
    }
    /* end indexpattern1 */
    /* add indexpattern2 */
    .lucky-win-grid6 {
        grid-template-columns: 2fr 1fr;
    }
    .d-desktop2 {
        display: none;
    }
    .mlg1213 {
        margin-left: 12%;
    }
    /* end indexpattern2 */  
    .br-none1 {
        display: none;
    }
}
@media only screen and (max-width : 1131px) {
    .content-grid6 {
        grid-template-columns: 4% 1fr 4%;
        -ms-grid-columns: 4% 1fr 4%;
    }
    .imgmok {
        width: 26%;
        height: auto;
        object-fit: contain;
        margin-left: 41%;
        margin-bottom: 35%;
    }
}
@media only screen and (max-width : 1090px) {
    .title-text6 {
        font-size: 5rem;
        font-size: clamp(5rem, 6vw, 5rem);
    }
    .btn-outline-detail {
        font-size: 2.1rem;
        font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    }
    .txt-btn-ePortal {
        font-size: 2.1rem;
        font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    }
    .br1090 {
        display: block;
    }
    .grid-apply2 {
        grid-template-columns: 0.2fr 1fr 1fr;
        -ms-grid-columns: 0.2fr 1fr 1fr;
    }
    .text-des5 {
        font-size: 2rem;
        font-size: clamp(1rem, 3vw, 2rem);
    }
}
/* hide dropdown ภาษา */
@media screen and (max-width: 1080px) {
    #ais_topbar.mini-menu .topbar_lang {
        display: none;
    }
}


@media (min-width: 992px) {
    .mini-menu+#container {
        padding-top: 100px;
    }
    
}
@media only screen and (max-width : 992px) { 
    #tab-menu {
        display: none;
    }
    .d-mobile1 {
        display: block;
        position: fixed;
        z-index: 999999999;
        right: 0;
        top: 50px;
    }
    html,
    body {
        scroll-behavior: initial;
    }
    .content-grid6 {
        grid-template-columns: 10% 1fr 10%;
        -ms-grid-columns: 10% 1fr 10%;
    }
    .tabmenu-left1 {
        width: auto;
        height: auto;
        padding: 5px;
        background :#abe4c4;
        border: 1px solid #abe4c4;
        border-radius : 0.8rem 0 0 0.8rem;
        margin-bottom: 2%;
    }
    .tabmenu-left1:hover {
        background :#c7ffe1;
        border: 1px solid #c7ffe1;
    }
    .tabmenu-left2 {
        width: auto;
        height: auto;
        padding: 5px;
        background :#abe4c4;
        border: 1px solid #abe4c4;
        border-radius : 0.8rem 0 0 0.8rem;
        margin-bottom: 3%;
    }
    .tabmenu-left2:hover {
        background :#c7ffe1;
        border: 1px solid #c7ffe1;
    }
    /* design box channel hide */
    .btn3-grid {
        grid-template-columns: 0% repeat(4,1fr) 0%;
        -ms-grid-columns: 0% 1fr 1fr 1fr 1fr 0%;
    }
    /* end design box channel hide */

    .grid-apply2 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .ml2 {
        margin-left: 3.5rem;
    }
    .ml3 {
        margin-left: 3.5rem;
    }
    .text-des6 {
        font-size: 1.4rem;
        font-size: clamp(1.4rem, 3vw, 1.5rem);
    }
    .text-win3 {
        font-size: 1.8rem;
        font-size: clamp(1.4rem, 3vw, 1.8rem);
    }
    .text-win4 {
        font-size: 1.8rem;
        font-size: clamp(1.4rem, 3vw, 1.8rem);
    }
    .title-text10 {
        font-size: 15rem;
        font-size: clamp(15rem, 2.5vw, 18rem);
    }
    .rules-grid {
        grid-template-columns: 1fr;
    }
    .rules-detail-grid {
        grid-template-columns: 1.5fr 0.3fr 3fr;
    }
    .mr7 {
        margin-right: 0%;
    }
    .ml7 {
        margin-left: 0%;
    }
    .mg7 {
        margin: 0;
    }
    .endigi-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .additional-info {
        position: relative;
        bottom: 0;
        margin-bottom: 65px;
        width: 450px;
    }
    .imgmok01 {
        position: relative;
        margin-top: 30px;
    }
    .pd-mob {
        padding: 0 35px;
    }
}

@media only screen and (max-width : 930px) {  
    #just_apply, #endigi, #lucky-detail, #rules, #activity, #lucky-winner{
        background-size: cover;
        background-position: center right;
        padding: 8% 0;
    }
    .dropdown {
        width: 60%;
        margin: auto;
    }
    .d-mobile {
        display: block;
    }
    .d-desktop {
        display: none;
    }
    .br1090 {
        display: none;
    }
    .br-none1 {
        display: block;
    }
    .br-none2 {
        display: block;
    }
    .br-none3 {
        display: block;
    }
    .mt1mob {
        margin-top: 1rem;
    }
    .mt4 {
        margin-top: 3rem;
    }
    .img-text01 {
        width: 300px;
        height: auto;
        object-fit: contain;
    }
    .title-text2 {
        font-family: 'db_heaventbold_cond';
        line-height: 1.5;
        font-size: 2.5rem;
        font-size: clamp(1.6rem, 2.5vw, 2.5rem);
        text-align: center;
    }
    .title-text5-1 {
        font-size: 4.3rem;
        font-size: clamp(4.3rem, 6vw, 5rem);
    }
    .mob-center {
        text-align: center;
        justify-content: center;
    }
    .title-text3 {
        font-size: 3.5rem;
        font-size: clamp(2rem, 2.5vw, 3.5rem);
    }
    .title-text7 {
        font-size: 9rem;
        font-size: clamp(9rem, 2.5vw, 15rem);
    }
    .title-text11 {
        font-size: 3.8rem;
        font-size: clamp(3rem, 6vw, 3.8rem);
    }
    .line-bottom1 {
        width: 10%;
    }
    .line-bottom2 {
        width: 10%;
    }
    .content-grid1 {
        display: grid;
        grid-template-columns: 0% 1fr 0%;
    }
    .content-grid8 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .lucky-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .title-text6 {
        font-size: 10rem;
        font-size: clamp(5rem, 10vw, 13rem);
    }
    .activity-grid1 {
        grid-template-columns: 2fr 0.5fr 2fr;
    }
    .text-des4 {
        font-size: 1.8rem;
        font-size: clamp(1.3rem, 3vw, 1.8rem);
    }
    .syl-box4 {
        padding: 10px 30px;
    }
    .syl-box5 {
        width: 100%;
        padding: 10px 30px;
    }
    /* add indexpattern2 */
    .syl-box7 {
        width: 100%;
        padding: 10px 30px;
    }  
    .syl-box8 {
        width: 100%;
        padding: 10px 30px;
    }
    .lucky-win-grid5 {
        grid-template-columns: 0.3fr 1.5fr 1fr;
    }
    /* end indexpattern2 */
    .lucky-win-grid1 {
        grid-template-columns: 1.7fr 8fr;
    }
    .lucky-win-grid2 {
        grid-template-columns: 2fr 8fr;
    }
    /* add indexpattern1 */
    .lucky-win-grid7 {
        grid-template-columns: 0.4fr 1fr;
    } 
    .text-win3 {
        font-size: 1.5rem;
        font-size: clamp(1.4rem, 3vw, 1.5rem);
    }
    .text-win4 {
        font-size: 1.5rem;
        font-size: clamp(1.4rem, 3vw, 1.5rem);
    }
    .lucky-win-grid4 {
        grid-template-columns: 1fr;
        margin-left: 28%;
    }
    .line2 {
        border-left: 2px solid #222426;
        height: 170px;
        display: block;
        margin: auto 55px;
    }
    /* end indexpattern1 */ 

    .img-text02 {
        width: 70px;
        margin-top: -19px;
    }
    .dropdown-menu {
        width: 60%;
    }

    .text-des1 {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 3vw, 1.5rem);
    }
    .text-des2 {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 3vw, 1.5rem);
    }
    .text-des3 {
        font-size: 1.4rem;
        font-size: clamp(1.4rem, 3vw, 1.5rem);
    }
    .text-des3-1 {
        font-size: 1.4rem;
        font-size: clamp(1.4rem, 3vw, 1.5rem);
    }
    .text-des4 {
        font-size: 1.8rem;
        font-size: clamp(1.2rem, 3vw, 1.8rem);
    }
    .text-des7 {
        font-size: 1.7rem;
        font-size: clamp(1.7rem, 3vw, 2.5rem);
    }
    .text-des8 {
        font-size: 1.7rem;
        font-size: clamp(1.7rem, 3vw, 2.2rem);
    }
    .syl-box2 {
        text-align: center;
    }
    .mgl930 {
        margin-left: 50%;
    }
    .mgr930 {
        margin-right: 50%;
    }
    .text-des5 {
        font-size: 1.8rem;
        font-size: clamp(0.8rem, 3vw, 1.8rem);
    }
    /* design box channel hide */
    .btn3-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .syl-box-menu {
        width: 300px;
        padding: 3% 7%;
    }
    .syl-box-menu1 {
        width: 302px;
        height: 100%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .mg-center01 {
        margin: auto;
    }
    /* end design box channel hide */
    .step-grid {
        grid-template-columns: 1.5fr;
        -ms-grid-columns: 1.5fr;
    }
    .center-step {
        justify-content: start;
        margin-left: 25%;
    }
    .border-r {
        border-right: none;
    }
    
    .lucky-win-grid3 {
        display: contents;
    }
    .condi-grid {
        grid-template-columns: 70px 3fr;
        -ms-grid-columns: 70px 3fr;
    }
    .card-rules02 {
        width: 75%;
        padding: 30px;
    }
    .ml6 {
        margin-left: 0%;
    }
    .mr6 {
        margin-right: 0%;
    }
    .syl-box3 {
        padding: 28px;
    }
    .rules-detail-grid1 {
        grid-template-columns: 0.25fr 3fr;
        -ms-grid-columns: 0.25fr 3fr;
    }
}

@media only screen and (max-width : 767px) {  
    .d-desktop3 {
        display: none;
    }
    .br1300 {
        display: block;
    }
    .br1762 {
        display: block;
    }
    .imgmok01 {
        margin-bottom: 0;
        margin-top: 50px;
    }
    /* #tab-menu {
        height: auto;
        min-height: 45px;
    } */
    .primary-nav1.nav-slidedown1 {
        /* margin-top: 103.5%; */
        background-color: white;
    }
    .mt1{
        margin-top: 1rem;
    }
    .pb1 {
        padding-bottom: 1.1rem;
    }
    .justify-content-end1 {
        justify-content: center;
    }
    .title-text2 {
        font-family: 'db_heaventbold_cond';
        line-height: 1.5;
        font-size: 2.5rem;
        font-size: clamp(1.6rem, 2.5vw, 2.5rem);
        text-align: center;
    }
    .title-text7 {
        font-size: 8rem;
        font-size: clamp(8rem, 2.5vw, 15rem);
    }
    .title-text10 {
        font-size: 13rem;
        font-size: clamp(13rem, 2.5vw, 18rem);
    }
    .title-text3 {
        font-size: 2rem;
        font-size: clamp(2rem, 2.5vw, 2.5rem);
    }
    .line-bottom1 {
        width: 20%;
    }
    .line-bottom2 {
        width: 20%;
    }
    .title-text6 {
        font-size: 5rem;
        font-size: clamp(5rem, 10vw, 13rem);
    }
    .ic03 {
        width: 80px;
    }
    .ic04 {
        width: 15px;
    }
    .ic14-15 {
        width: 70px;
        margin: 0 0 10px;
    }
    .ic-sty01 {
        width: 80px;
    }
    .syl-box3 {
        padding: 20px;
    }
    .syl-box4 {
        padding: 10px 30px;
    }
    .syl-box5 {
        width: 100%;
        padding: 10px 30px;
    }
    .endigi-grid2 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    /* .lucky-win-grid1 {
        grid-template-columns: 1fr;
    } */
    /* .lucky-win-grid2 {
        grid-template-columns: 1fr 1fr;
    } */
    .rules-detail-grid {
        grid-template-columns: 1.2fr 0.3fr 3fr;
    }
    /* .img-text02 {
        display: block;
        width: 40%;
        margin: 3% auto;
    } */
    .dropdown {
        width: 90%;
        margin: auto;
    }
    .dropdown-menu {
        width: 90%;
    }
    .ic01 {
        width: 20px;
        height: auto;
        object-fit: contain;
    }
    .text-des4 {
        font-size: 1.8rem;
        font-size: clamp(1.6rem, 3vw, 1.8rem);
    }
    /* add indexpattern2 */
    .lucky-win-grid6 {
        grid-template-columns: 3fr 1fr;
    }
    .mlg1213 {
        margin-left: 3%;
    }
    /* end indexpattern2 */ 
    .br767 {
        display: none;
    }
    .lucky-win-grid7 {
        grid-template-columns: 0.22fr 1fr;
    }
    .grid-apply2 {
        grid-template-columns: 0.3fr 1.4fr 1.5fr;
        -ms-grid-columns: 0.3fr 1.4fr 1.5fr;
    }
    .ml2 {
        margin-left: 1rem;
    }
    .ml3 {
        margin-left: 0;
    }
    .d-mobile3 {
        display: block;
    }
    .content-grid5 {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 10% 1fr 10%;
        -ms-grid-columns: 10% 1fr 10%;
    }
    .act-grid2 {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 40px 2.5fr;
        -ms-grid-columns: 40px 2.5fr;
    }
    .condi-grid {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .bullets {
        padding-left: 2.5rem;
    }
    .im-value {
        width: 480px;
    }
    .activity-grid1 {
        grid-template-columns: 1fr;
    }
    ul li ol.list4 li:before {
        margin-left: 0px;
    }
}

@media only screen and (max-width : 661px) { 
    .mt5{
        margin-top: 3rem;
    }
    .btn-secondary1 {
        font-size: 1.5rem;
        font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    }
    .title-text2 {
        font-size: 1.6rem;
        font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    }
    .title-text5 {
        font-size: 3rem;
        font-size: clamp(3rem, 6vw, 3.6rem);
    }
    .title-text11 {
        font-size: 3rem;
        font-size: clamp(3rem, 6vw, 3.6rem);
    }
    .title-text9 {
        font-size: 2.1rem;
        font-size: clamp(2.1rem, 3vw, 3.5rem);
    }
    .btn-outline-detail {
        font-size: 1.7rem;
        font-size: clamp(1.7rem, 2.5vw, 2.5rem);
    }
    .txt-btn-ePortal {
        font-size: 1.7rem;
        font-size: clamp(1.7rem, 2.5vw, 2.5rem);
    }
    .btn-text1 {
        font-size: 1.6rem;
        font-size: clamp(1.6rem, 2.5vw, 1.9rem);
    }
    .mgl930 {
        margin-left: 0%;
    }
    .mgr930 {
        margin-right: 0%;
    }
    .pb1 {
        padding-bottom: 0.5rem;
    }

    /* add indexpattern1 */
    .lucky-win-grid7 {
        grid-template-columns: 0fr 1fr;
    } 
    .lucky-win-grid4 {
        grid-template-columns: 1fr;
        margin-left: 0%;
    }
    /* end indexpattern1 */ 
    /* add indexpattern2 */
    .mlg1213 {
        margin-left: 0%;
    }
    .lucky-win-grid5 {
        grid-template-columns: 0fr 3fr 1fr;
    }
    /* end indexpattern2 */ 
    .content-grid5 {
        grid-template-columns: 5% 1fr 5%;
        -ms-grid-columns: 5% 1fr 5%;
    }
    .center-step {
        margin-left: 15%;
    }
    .im-value {
        width: 380px;
    }
}

@media only screen and (max-width : 616px) {
    .center05 {
        margin-top: 10px;
    }
    .additional-info {
        width: 100%;
    }
}

@media only screen and (max-width : 611px) { 
    .mt5{
        margin-top: 1rem;
    }
    .br01 {
        display: block;
    }
    .ic-endigi {
        width: 90%;
    }
    .ic-endigi1 {
        width: 60%;
    }
}
/* add indexpattern2 */
@media only screen and (max-width: 572px) {
    .img-text02 {
        margin-top: -18px;
        margin-left: -10px;
    }
    #myBtn {
        height: 50px;
        width: 50px;
    }
    .text-des5 {
        font-size: 1.4rem;
        font-size: clamp(1.3rem, 3vw, 1.8rem);
    }
    .title-text8 {
        font-size: 2.5rem;
        font-size: clamp(2.1rem, 3vw, 4.3rem);
    }
    .title-text10 {
        font-size: 11rem;
        font-size: clamp(11rem, 2.5vw, 18rem);
    }
    .text-win1 {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 2vw, 2.5rem);
    }
    .txt-channel {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 2.5vw, 1.7rem);
    }
    .text-digital-c {
        font-size: 1.8rem;
        font-size: clamp(1.8rem, 2.5vw, 3rem);
    }
    .btn-digital {
        height: 40px !important;
        width: 40px !important;
    }
    .ic-syl-ere10 {
        width: 90%;
        height: auto;
        object-fit: contain;
    }
    
}
/* end indexpattern2 */ 
@media only screen and (max-width: 510px) {
    .br1762 {
        display: none;
    }
    .syl-box-menu {
        width: 250px;
    }
    .syl-box-menu1 {
        width: 252px;
    }
    .br-none1 {
        display: none;
    }
    .br-none2 {
        display: none;
    }
    .rules-detail-grid {
        grid-template-columns: 1fr 0.3fr 3fr;
    }
    .title-text1 {
        font-size: 4.5rem;
        font-size: clamp(4.5rem, 2.5vw, 8rem);
    }
}
@media only screen and (max-width: 480px) {
    .syl-box4 {
        padding: 10px 20px;
    }
    .br480{
        display: block;
    }
    .br480no {
        display: none;
    }
    /* hide dropdown ภาษา */
    .mini-menu .topbar_lang_mobile {
        display: none;
    }
    .center-step {
        margin-left: 10%;
    }
    .title-text7 {
        font-size: 6rem;
        font-size: clamp(6rem, 2.5vw, 15rem);
    }
    .title-text10 {
        font-size: 8.2rem;
        font-size: clamp(8.2rem, 2.5vw, 18rem);
    }
    .title-text5-1 {
        font-size: 3.2rem;
        font-size: clamp(3.2rem, 6vw, 5rem);
    }
    .title-text4, .title-text4-1 {
        font-size: 1.8rem;
        font-size: clamp(1.8rem, 2.5vw, 3.2rem);
    }
}
/* add indexpattern2 */
@media only screen and (max-width: 472px) {
    .br472{
        display: block;
    }
    .mt4 {
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 449px) {
    .br449{
        display: block;
    }
    .rules-detail-grid {
        grid-template-columns: 0.7fr 0.3fr 3fr;
    }
    .br01 {
        display: none;
    }
    .content-grid3 {
        grid-template-columns: 2% 1fr 2%;
        -ms-grid-columns: 2% 1fr 2%;
    }
}
/* end indexpattern2 */ 
@media screen and (min-width: 394px) and (max-width: 424px) {
    .d-text {
        display: block;
    }
}

@media only screen and (max-width: 419px) {
    /* add indexpattern2 */
    .syl-box7 {
        width: 100%;
        padding: 10px 12px;
    }
    .syl-box8 {
        width: 100%;
        padding: 10px 12px;
    }
    /* end indexpattern2 */
    .center-step {
        margin-left: 3%;
    }
    .br02{
        display: block;
    }
}
@media only screen and (max-width: 400px) {
    .title-text9 {
        font-size: 1.8rem;
        font-size: clamp(1.8rem, 3vw, 3.5rem);
    }
    .br400{
        display: block;
    }
    .title-text1 {
        font-size: 3.5rem;
        font-size: clamp(3.5rem, 2.5vw, 8rem);
    }
    .card-rules02 {
        width: 95%;
    }
}
@media only screen and (max-width : 378px) { 
    .title-text2 {
        font-family: 'db_heaventbold_cond';
        line-height: 1.2;
        font-size: 2.5rem;
        font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    }
    .btn-outline-detail {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 2.5vw, 2.5rem);
        padding: 8px 20px
    }
    .txt-btn-ePortal {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    }
    .ic01 {
        width: 20px;
        height: auto;
        object-fit: contain;
    }
    .ic02 {
        width: 25px;
        height: auto;
        object-fit: contain;
    }
    .btn-secondary1 {
        font-size: 2.2rem;
        font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 45%;   
    }
    .syl-box2 {
        padding: 30px 30px;
    }
    .title-text5-1 {
        font-size: 3.3rem;
        font-size: clamp(3.3rem, 6vw, 5rem);
    }
    .text-win3 {
        font-size: 1.3rem;
        font-size: clamp(1.3rem, 3vw, 1.5rem);
    }
    .text-win4 {
        font-size: 1.3rem;
        font-size: clamp(1.3rem, 3vw, 1.5rem);
    }
    .tabmenu-left1 {
        padding: 2px;
    }
    .tabmenu-left2 {
        padding: 2px;
    }
    .ic-menu1 {
        width: 20px;
        height: auto;
        object-fit: contain;
    }
    .text-des2 {
        font-size: 1.4rem;
        font-size: clamp(1.4rem, 3vw, 1.6rem);
    }
    /* add indexpattern2 */
    .syl-box7 {
        width: 100%;
        padding: 10px 9px;
    }
    .syl-box8 {
        width: 100%;
        padding: 10px 9px;
    }
    /* end indexpattern2 */
    .btn-digital {
        height: 35px !important;
        width: 35px !important;
    }
    .rules-detail-grid {
        grid-template-columns: 0.5fr 0.3fr 3fr;
    }
    .im-value {
        width: 300px;
    }
}
@media only screen and (max-width: 373px) {
    .br400{
        display: none;
    }
    .text-des6 {
        font-size: 1.2rem;
        font-size: clamp(1.2rem, 3vw, 1.5rem);
    }
}
/* add indexpattern2 */
@media only screen and (max-width: 365px) {
    .br365{
        display: block;
    }
    .br365no{
        display: none;
    }
    .br480no {
        display: block;
    }
    .grid-apply2 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    .ml2 {
        margin-left: 3.5rem;
    }
    .ml3 {
        margin-left: 3.5rem;
    }
    .title-text7 {
        font-size: 5rem;
        font-size: clamp(5rem, 2.5vw, 15rem);
    }
    .title-text5-1 {
        font-size: 3rem;
        font-size: clamp(3rem, 6vw, 5rem);
    }
    .title-text10 {
        font-size: 7rem;
        font-size: clamp(7rem, 2.5vw, 18rem);
    }
}
@media only screen and (max-width: 340px) {
    .title-text9 {
        line-height: 1.8;
        font-size: 1.6rem;
        font-size: clamp(1.6rem, 3vw, 3.5rem);
    }
    .title-text8 {
        font-size: 1.9rem;
        font-size: clamp(1.9rem, 3vw, 4.3rem);
    }
}
@media only screen and (max-width : 320px) {

    .btn-outline-detail {
        font-size: 1.5rem;
        font-size: clamp(1.3rem, 2.5vw, 2.5rem);
    }  
    .txt-btn-ePortal {
        font-size: 1.5rem;
        font-size: clamp(1.3rem, 2.5vw, 2.5rem);
    }  
    .btn-secondary1 {
        font-size: 2.2rem;
        font-size: clamp(1.3rem, 2.5vw, 2.2rem);
    }
    .br1300 {
        display: none;
    }
    .text-digital-c {
        line-height: 2.5;
    }
    .center-step {
        margin-left: 1%;
    }
    .rules-detail-grid {
        grid-template-columns: 0.2fr 0.3fr 3fr;
    }
}

/* IE */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ms-col-1-ie {
        -ms-grid-column : 1;
    }
    .ie-none {
        display: none;
    }
    .text-menu {
        font-size:1.8rem;
    }
    .text-menu:hover {
        font-size: 1.8rem;
    }
    .menu-ie{
        min-height: 60px;
    }
    .title-text2 {
        font-size: 2.5rem;
    }
    .btn-text1 {
        font-size: 1.9rem;
    }
    .btn-text2 {
        font-size: 2.8rem;
    }
    .title-text6 {
        font-size: 10rem;
    }
    .text-des4 {
        font-size: 2.5rem;
    }
    .btn-secondary1 {
        font-size: 2.2rem;
    }
    body>div {
        overflow: visible;
    }
    .syl-box1 {
        padding: 20px;
        margin-top: 10%;
    }
    .syl-box2 {
        padding: 20px 60px;
        margin-top: 10%;
    }
}

#myBtn {
    background-image: url(../images/home-dt/arrow-up.png);
    background-position: 50%, 50%;
    background-size: 35%;
    background-repeat: no-repeat;
    z-index: 9999999;
}

.menu-mobile{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
a.anchor {
    display: block; 
    position: relative; 
    top: -100px; 
    visibility: hidden; 
}

.d_none {
    display: none;
}