/* Reset */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.splash-page .btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    border: 0;    
    padding: 0 15px;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
    font-family: 'DBThaiTextXBd';
    font-size: 24px;
    font-weight: normal;
    vertical-align: top;
    border-radius: 4px;
}
.splash-page .btn,
.no-touch .splash-page .btn:hover {
    background: #00a950;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,169,80,1)), to(rgba(0,85,40,1)));
    background: -webkit-linear-gradient(left, rgba(0,169,80,1) 0%, rgba(0,85,40,1) 100%);
    background: -o-linear-gradient(left, rgba(0,169,80,1) 0%, rgba(0,85,40,1) 100%);
    background: linear-gradient(90deg, rgba(0,169,80,1) 0%, rgba(0,85,40,1) 100%);
    color: #fff !important;
}
.splash-page .btn.btn-outline {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #8d3a19 !important;
    color: #8d3a19 !important;
}
.no-touch .splash-page .btn.btn-outline:hover {
    background-color: transparent;
    border-color: #8d3a19 !important;
    color: #8d3a19 !important;
}
.splash-page .btn-img {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.splash-page .btn-img img {
    display: block;
    width: 164px;
    cursor: pointer;
}

.splash-page .link-underline {
    display: inline-block;
    vertical-align: middle;
    font-family: 'DBThaiTextXBd';
    font-size: 24px;
    font-weight: normal;
    line-height: 0.8;
    color: #fff;
    border-bottom: 1px solid;
}

/* Splash */
#page.splash-page {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    text-align: center;
    background-color: #2484b9;
    background-image: url(../img/mothers-day2019/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.splash-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
}
.splash-wrap .splash-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 20px 0 60px;
}
.splash-page .splash-heading {
    line-height: 1;
}
.splash-page .splash-heading .br {
    display: block;
}
.splash-page .action-bottom {
    margin-top: 5vh;
}


.splash-image img {
    display: block;
    margin: 0 auto;
}

.btn-row {
    position: relative;
    margin: -5px -15px;
    font-size: 0;
}
.btn-row .btn-col {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    font-size: 16px;
}
.btn-row .btn-col .btn {
    margin: 0;
}


@media screen and (min-width:992px) { 

    .block-2columns {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .block-column {
        display: table-cell;
        vertical-align: middle;
    }
    
    .col-image {
        width: 63.1140351%;
        height: 100vh;
        overflow: hidden;
    }
    .col-text {
        width: 36.8859649%;
    }

    .col-image .inner {
        margin-top: -25%;
    }
    .col-text .inner {
        margin-left: -35%;
    }
    
    .splash-wrap .splash-inner {
        padding: 0;
    }
    .splash-image img.img-main {
        max-width: 100%;
        max-height: 102vh;
    }
    .splash-image img.img-txt {
        width: auto;
        max-width: 421px;
        max-height: 32vh;
    }
    
}


@media screen and (max-width:991px) {
    
    .col-image .inner {
        
    }
    .splash-image img.img-main {
        width: auto;
        max-width: 100%;
        max-height: 49.73vh;
        -webkit-transform: translateY(-4vh) scale(1.1);
        -ms-transform: translateY(-4vh) scale(1.1);
        transform: translateY(-4vh) scale(1.1);
    }
    .splash-image img.img-txt {
        width: auto;
        max-width: 421px;
        max-height: 25.4vh;
        margin-top: 2%;
    }
    
}
@media screen and (max-width:767px) {
    
    .splash-page .btn {
        min-width: 150px;
    }
    
    .btn-row { 
        margin-left: -10px; 
        margin-right: -10px; 
    }
    .btn-row .btn-col { 
        padding-left: 10px; 
        padding-right: 10px;
    }
    
}

@media screen and (max-width:414px) {
    
    .splash-image img.img-txt {
        max-width: 90%;
    }
    
}

@media screen and (max-width:375px) {
    
    .splash-page .btn {
        min-width: 135px;
    }
    .splash-page .btn,
    .splash-page .link-underline {
        font-size: 22px;
    }
    
}

@media screen and (max-width:320px) {
    
    .splash-wrap .splash-inner {
        padding-bottom: 40px;
    }
    
}