﻿/*start Slider*/


.chk-slider-info-box {
    background: rgba(255, 255, 255, 0.8);
    /* filter: blur(0px); */
    bottom: 708px;
    min-height: 580px;
    display: inline-flex;
    position: relative;
}

.chk-slider-info-box-title {
    padding-bottom: 30px;
}

.chk-slider-info-box-message {
    font-size: 20px;
    width: 85%;
    display: block;
    opacity: 1 !important;
    padding-bottom: 30px;
}

.chk-btn-generic {
    /* padding-left: 40%; */
    /* padding-right: 40%; */
    opacity: 1 !important;
    cursor: pointer;
    background: #00aeef !important;
    font-family: Sarabun-Bold;
    font-size: 20px;
    /* height: 50px !important; */
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* width: 35%; */
    text-align: center;
    border-radius: 7px;
}

.chk-slider-info-box-btn {
    border: 2px solid #ccc;
    max-width: 180px;
    min-width: 180px;
    width: calc((100% / 12) * 4.2);
    display: block;
    opacity: 1 !important;
}

.chk-slider-info-box .content-internal-pad {
    /* display: block; */
    /* opacity: 1 !important; */
}

.chk-slider-wrapper {
    max-height: 775px; /*808px;*/
}
/*end slider*/
