#page { background-color: #fff;}
.icw, .list-item, .icw-col { font-size: 18px;}
.icw .btn, .localnav { font-size: 16px;}

.nowrap { white-space: nowrap;}
.mfp-close-btn-in .mfp-close { position: fixed;}

.section .sc-inner { padding: 70px 0;}
.section .note-box { margin-bottom: 0;}
.section-details .sc-inner { padding: 40px 0;}
.section-items .sc-headline { margin-bottom: 40px;}

.list-item { padding-left: 0; padding-right: 0;}
.list-item-lg .image { height: 200px; line-height: 200px;}

#hero { background-color: #f2f2f2;}
#hero .master-slider img { max-width: none;}
#hero .master-slider .ms-bullets { z-index: 10; bottom: 30px;}
#hero .master-slider .ms-slide-info { display: none; background: #fff;}
#hero .ms-info-wrap { padding-top: 0}
#hero .ms-info-box { padding-top: 20px; text-align: center;}
#hero .ms-info-box img { width: auto;}
#hero .ms-info-box img.logo-promptpay { width: 180px;}
#hero .ms-info-box .action-bottom { margin: 20px auto 15px;}
#hero .ms-info-box .btn-block { width: 290px; max-width: 100%; margin: 0 auto;}
#hero .info-bar { position: relative; width: 100%; min-height: 43px; padding: 10px 40px 10px 15px; background-color: #fafafa; border-top: 1px solid #eee; border-bottom: 1px solid #eee; color: #00a950;}
#hero .info-bar .tools { position: absolute; right: 15px; top: 0; line-height: 44px; z-index: 1;}
.info-bar .tools .tool { display: inline-block; vertical-align: top;}
.info-bar .tools .tool:not(:first-child) { margin-left: 10px;}

.popup-howto .popup-headline>img { margin-top: 10px;}
.howto-row { margin-top: 100px;}
.howto-row:after { content: ""; display: table; clear: both;}
.howto-col { width: 60%; float: none;     margin: 0 auto;}
.howto-img>img { display: block; width: 299px; margin: 0 auto;}
.howto-txt { padding-top: 40px; float: none;     margin: 0 auto;}
.howto-txt .no { 
    display: inline-block; 
    width: 60px; height: 60px; 
    line-height: 60px; 
    font-family: 'DBThaiTextXBd'; 
    font-size: 55px; 
    text-align: center; 
    background-color: #00a950; 
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
}
.howto-row {
    margin-top: 0px;
    text-align: center;
}
.howto-col {
    width: 85%;
	min-height: 200px;
}
.howto-col2 {
    width: 60%;
	margin: 0 auto;
}


.padding-0 { padding: 0 !important;}
.padding-top-0 { padding-top: 0 !important;}
.padding-bottom-0 { padding-bottom: 0 !important;}

@-webkit-keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall;}

@-webkit-keyframes zoomInSmall {
    from { opacity: 0; -webkit-transform: scale3d(.92, .92, .92); transform: scale3d(.92, .92, .92);}
    50% { opacity: 1;}
}
@keyframes zoomInSmall {
    from { opacity: 0; -webkit-transform: scale3d(.92, .92, .92); transform: scale3d(.92, .92, .92);}
    50% { opacity: 1;}
}
.zoomInSmall { -webkit-animation-name: zoomInSmall; animation-name: zoomInSmall;}

@-webkit-keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-12px, 0, 0); transform: translate3d(-12px, 0, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-12px, 0, 0); transform: translate3d(-12px, 0, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInLeftSmall { -webkit-animation-name: fadeInLeftSmall; animation-name: fadeInLeftSmall;}

/* K Debit 2018 */
#section-features .content-box { 
    max-width: 85%;
}
#section-features .list-item-lg .image {
    height: auto;
    line-height: 1;
    margin: 0 auto 30px;
}
#section-features .list-item-lg .image .card {
    width: 280px;
    max-width: 80%;
    margin: 0 auto;
}

.wall {
    position: relative;
}
.wall .image {
    position: relative;
}
.wall .image img {
    display: block;
    width: 100%;
}
.wall .image-anim {
    position: absolute;
    top: 0; left: 0;
    user-select: none;
    pointer-events: none;
}
.wall .caption {
    padding: 30px 10px;
    background-color: #010101;
    color: #fff;
    text-align: center;
}
.wall .caption .heading,
.wall .caption a {
    color: inherit;
}
.wall-group:after {
    content: "";
    display: table;
    clear: both;
}
.wall-group {
    margin: 0 -2px;
    overflow: hidden;
}
.wall-group .wall-item {
    display: block;
    width: 25%;
    float: left;
    padding: 0 2px;
    outline: 0;
}
.wall-group .slick-arrow {
    width: 48px;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.wall-group .slick-prev {
    left: 12px;
}
.wall-group .slick-next {
    right: 12px;
}
.wall-group .slick-arrow:before {
    display: inline-block;
    vertical-align: top;
    font-family: 'icokbank';
    font-size: 22px;
    line-height: inherit;
}
.wall-group .slick-prev:before {
    content: "\e908";
}
.wall-group .slick-next:before {
    content: "\e909";
}

.wall-bar {
    height: 80px;
    line-height: 80px;
    margin: 3px auto;
    background-color: #010101;
    color: #fff;
    text-align: center;
}
.wall-bar a {
    color: inherit;
}

#section-apply img.heading-img {
    display: inline-block;
    height: 0.76em;
}


@media screen and (max-width: 1024px) {
    
    /* K Debit 2018 */
    #section-features .content-box { max-width: 100%;}
    
}


@media screen and (max-width: 991px) {
    
    .section .sc-inner { padding: 45px 0;}
    .section-details .sc-inner { padding: 20px 0;}
    
    .howto-img>img, .howto-row .img>img { width: 199px; margin: 0 auto;}
    
}


@media screen and (max-width: 900px) {
    
    .icw, .list-item, .icw .btn, .localnav, .icw-col { font-size: 16px;}
    
}


@media screen and (max-width: 767px) {
    
    .section-items .sc-headline { margin-bottom: 20px;}
    
    .row-items .list-item { border-bottom: 0; padding-bottom: 0;}
    .row-items .col-item:first-child .list-item { padding-top: 0;}

    #hero .master-slider .ms-bullets { bottom: 15px;}
    #hero .master-slider .ms-slide-info { display: block;}
    #hero .master-slider .ms-info-box p { color: #777;}
    
    .howto-row { margin-top: 60px; text-align: center;}
    .howto-col { float: none; width: 100%;}
    .howto-txt { padding-top: 0; padding-bottom: 20px;     min-height: 0;}
    .howto-txt .no { font-size: 40px; line-height: 40px; width: 40px; height: 40px;}
    
    /* K Debit 2018 */
    #section-features .list-item-lg .image { margin: 15px auto 20px;}
    #section-features .list-item-lg .image .card { max-width: 65%;}
    
}


@media screen and (max-width: 640px) {
    
    /* K Debit 2018 */
    .wall .caption { padding-top: 25px; padding-bottom: 25px;}
    .wall-bar { height: 60px; line-height: 60px;} 
    
}