.tab-style1 .resp-tabs-list li {
    min-height: 80px;
}

.footer-contact-style a {
    color: white;
}

.footer-contact-style a:hover {
    color: #df1e26;
}


/* programme schedule */
.programmeScheduleTable {
    border: none;
    line-height: 1.5;
}

.programmeScheduleTable thead {
    color: white;
    border: none;
    background-color: #da2d33;
}

.programmeScheduleTable tr th {
    border-top: none;
    border-bottom-color: #da2d33 !important;
}

.programmeScheduleTable tr td {
    border-top: none;
    border-bottom: none;
}

.programmeScheduleTable tr {
    vertical-align: middle;
}

.programmeScheduleTable tr:nth-child(even) {
    background-color: #dddddd;
}

.programmeScheduleTable th {
    border-color: #df8a8d;
    border-width: 2px;
}

.programmeScheduleTable td {
    border-color: #df8a8d;
    border-width: 2px;
}

.programmeScheduleTable th:first-child, .programmeScheduleTable td:first-child {
    border-left: none;
}
.programmeScheduleTable th:last-child, .programmeScheduleTable td:last-child {
    border-right: none;
}

.card-contact {
    border-radius: 10px;
}


@media screen and (max-width: 1199px) {
    .cover-background {
        background-position: right 40% top 50% !important;
    }
}

.icw-btn {
    font-size: 14px;
    background-color: transparent;
    border-radius: 30px;
    border-color: #0aaba0;
    color: #0aaba0;
    border: 1px solid #0aaba0;
    padding: 8px 40px;
}

a.icw-btn:hover {
    color: #fff;
    background-color: #0aaba0;
    border-color: #0aaba0;
}


.banner-event-info {
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 1;
    color: #0aaba0;
    width: 100%;
    text-align: center;
    font-weight: 700;
}


.banner-event-info-2 {
    position: initial;
    left: 0;
    top: 100%;
    width: 100%;
    color: #0aaba0;
    background-color: #bdddda;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}


.banner-event-info ul, .banner-event-info-2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}

.banner-event-info .banner-event-item {
    margin: 15px 5px 15px 15px;
    padding-left: 20px;
    display: inline-flex;
}

.banner-event-info-2 .banner-event-item {
    margin: 5px;
    padding-left: 20px;
    display: inline-flex;
}

.banner-event-info .banner-event-item p,
.banner-event-info-2 .banner-event-item p {
    margin: 0;
}

.banner-event-info .banner-event-item.line, 
.banner-event-info-2 .banner-event-item.line {
    border-left: 2px solid #fff;
}

.banner-event-info .banner-event-item.line-two, 
.banner-event-info-2 .banner-event-item.line-two {
    border-left: 2px solid #fff;
}


@media only screen and (max-width: 1440px) {
    .banner-event-info { font-size: 14px; }
}


@media only screen and (max-width: 768px) {
    .banner-event-info .banner-event-item {
        margin: 12px 0 0 0;
        padding-left: 10px;
        display: inline-flex;
        font-size: 11px;
        padding-right: 10px;
    }
}

