@charset "utf-8";

/* CSS Document */

.banner-calendar {
    margin: 0;
    padding: 0;
    /* height: 569px; */
    background: #29508a url(../images/banner-calendar/bg.jpg) top center no-repeat;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding-top: 0;
}

.banner-calendar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-calendar .help-fund {
    margin: 0;
    padding: 20px;
    margin-left: 30px;
}

.banner-calendar .help-fund .top {
    margin: 0;
    padding: 0;
    height: 50px;
    padding-top: 17px;
    /* text-indent: 70px; */
    padding-bottom: 20px;
    font: 24px/24px 'Kanit', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    /* background:url(../images/media-40-1/ic1.png) 0% 50% no-repeat; */
    color: #413232;
}

.banner-calendar .help-fund .mid {
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.banner-calendar .help-fund .mid img {
    max-width: 100%;
    height: auto;
    /* border:5px solid #fff; */
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.26);
}

.banner-calendar .help-fund .bottom {
    margin: 0;
    padding: 0;
    margin: 20px 0px;
}

.video-text {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
}

.banner-calendar .activity-coming {
    margin: 0;
    padding: 20px;
    height: 100%;
    background: #4ca79dc4;
}

.banner-calendar .activity-coming .top {
    margin: 0;
    padding: 0;
    height: 50px;
    padding-top: 17px;
    /* text-indent: 70px; */
    padding-bottom: 20px;
    font: 24px/24px 'Kanit', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    /* background:url(../images/media-40-1/ic3.png) 0% 50% no-repeat; */
    color: #fff;
}

.banner-calendar .activity-coming .mid {
    margin: 0;
    padding: 0;
    padding: 10px;
    margin-top: 13px;
    background: #ffffff66;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.banner-calendar .activity-coming .mid ul {
    margin: 0;
    padding: 0;
}

.banner-calendar .activity-coming .mid ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-calendar .activity-coming .mid .date {
    width: 44px;
    height: 44px;
    padding-top: 5px;
    background: #111c68;
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
}

.banner-calendar .activity-coming .mid .month {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.banner-calendar .activity-coming .mid .detail {
    height: auto;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.banner-calendar .activity-coming .mid .detail a {
    color: #333;
}

.banner-calendar .activity-coming .mid .detail a:hover {
    color: #fff;
}

.banner-calendar .activity-coming .mid .date-detail {
    width: 100%;
    height: auto;
    color: #761021;
    font-size: 12px;
    line-height: 18px;
}

.banner-calendar .activity-coming .bottom {
    margin-top: 20px;
}

.banner-calendar .news-activity-text {
    margin: 0;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    font: 32px/32px 'SukhumvitSetMedium', Arial, sans-serif;
    color: #3f3f3f;
    text-align: center;
}

@media (min-width: 375px) and (max-width:767px) {
    .banner-calendar {
        background: #29508a url(../images/banner-calendar/bg.jpg) top right no-repeat;
    }
    .banner-calendar .activity-coming .mid .date-detail {
        color: #ff99aa;
    }
}

@media (max-width: 374px) {
    .banner-calendar {
        background: #29508a url(../images/banner-calendar/bg.jpg) top right no-repeat;
        height: auto;
        background-size: cover;
    }
    .banner-calendar .help-fund {
        margin-left: 0;
    }
}

@media (min-width: 375px) and (max-width: 419px) {
    .banner-calendar {
        background: #29508a url(../images/banner-calendar/bg.jpg) top right no-repeat;
        height: auto;
        background-size: cover;
    }
    .banner-calendar .help-fund {
        margin-left: 0;
    }
}

@media (min-width: 420px) and (max-width: 575px) {
    .banner-calendar {
        background: #29508a url(../images/banner-calendar/bg.jpg) top right no-repeat;
        height: auto;
        background-size: cover;
    }
    .banner-calendar .help-fund {
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .banner-calendar .help-fund {
        margin-left: 0;
    }
    .banner-calendar .activity-coming .mid .date-detail {
        color: #ff99aa;
    }
    .banner-calendar {
        background: #29508a url(../images/banner-calendar/bg.jpg) top right no-repeat;
        height: auto;
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-calendar .help-fund .top {
        font: 20px/41px 'Kanit', Arial, sans-serif;
        font-weight: bold;
    }
    .banner-calendar .activity-coming .top {
        font: 20px/41px 'Kanit', Arial, sans-serif;
        font-weight: bold;
    }
    .banner-calendar {
        background: url(../images/banner-calendar/bg.jpg) -390px 0 no-repeat;
        height: 549px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .banner-calendar {
        background: url(../images/banner-calendar/bg.jpg) -300px 0 no-repeat;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .banner-calendar {
        background: url(../images/banner-calendar/bg.jpg) -254px 0 no-repeat;
        /* height: 470px; */
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .banner-calendar {
        background: url(../images/banner-calendar/bg.jpg) -220px 0 no-repeat;
        /* height: 479px; */
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .banner-calendar {
        background: url(../images/banner-calendar/bg.jpg) -165px 0 no-repeat;
        /* height: 514px; */
    }
}