

/* tab start */

.news-events-tab-wrapper{ max-width: 1280px; margin: 0 auto; padding: 50px 0; }
.news-events-tab-list { padding-bottom: 50px; }
.news-events-tab-list ul { list-style: none; margin: 0; padding: 0; display: flex; width: 100%; justify-content: center; }
.news-events-tab-list ul li {margin: 0 5px; }
.news-events-tab-list ul li a { display: block; padding: 15px 30px; text-align: center; background-color: #fff; color: #37a2ac; border: 2px solid #37a2ac; font-size: 18px; text-transform: uppercase;}
.news-events-tab-list ul li a.inactive { background-color: #fff; color: #2d2d2d; border: 2px solid #fff;}

.news-events-list-view { padding: 0 20px; }

.news-events-list-view .btn-details { background-color: #b21f16; width: 120px; display: block; border-radius: 10px; text-align: center; padding: 10px; text-transform: uppercase; color: #fff; }
.news-events-list-view .btn-details:hover { background-color: #37a1ab;}
.news-events-list-view p {font-size: 16px; color: #000; font-weight: 400; }
.news-events-list-view p.date {font-size: 14px; color: #0733b3; font-weight: 700; }


.news-events-list-view p { padding: 0 0 20px; margin: 0; }

.news-events-list-view ul { margin: 0 -20px; padding: 0; display: flex; flex-wrap: wrap; list-style: none; }
.news-events-list-view ul li { padding: 20px; width: 33.33%; }

.news-events-list-view ul li h3 { font-size: 24px; color: #000; font-weight: 500; padding: 20px 0; margin: 0; }
.news-events-list-view ul li h3 a { color: #000; }
.news-events-list-view ul li h3 a:hover { color: #37a1ab; }

.news-events-list-view ul li .pic { position: relative; padding: 20px 0 0 20px; }
.news-events-list-view ul li .pic img { width: 100%; position: relative; z-index: 9; }
.news-events-list-view ul li:nth-child(odd) .pic:before { content: ""; display: block; width: 150px; height: 150px; background-color: #37a1ab; position: absolute; left: 0; top: 0; z-index: 1; }
.news-events-list-view ul li:nth-child(even) .pic:before { content: ""; display: block; width: 150px; height: 150px; background-color: #b21f16; position: absolute; left: 0; top: 0; z-index: 1; }


@media (max-width: 991px) {

.news-events-list-view ul li:nth-child(odd) .pic:before, .news-events-list-view ul li:nth-child(even) .pic:before {width: 120px; height: 120px;}

.news-events-list-view ul li { width: 50%; }

}

@media (max-width: 767px) {

.news-events-tab-list ul li a { padding: 10px; font-size: 16px; }
.news-events-list-view ul li h3 { font-size: 20px;}
.news-events-list-view ul li { width: 100%; }

}


/* tab end */