@charset "utf-8";
/* Latest News CSS Document */
.news-box{ position:relative; margin:15px 0; }
.news-box .news-thumb{ position: relative; margin-bottom: 30px; }
.news-box .news-thumb .news-thumb-wrap{ overflow: hidden; margin-bottom: 0; border-radius: 12px; position: relative; }
.news-box .news-content{ position: relative; overflow: hidden; }
.news-box .latest-news-para .post-meta{ margin-bottom: 10px; }
.news-box .latest-news-para .post-meta span{ display: inline-block; }
.news-box .latest-news-para .post-meta span:not(:last-child){ margin-right: 10px; }
.news-box .news-content h3{ font-family: 'Poppins'; font-size: 24px; font-weight: 500; line-height: 1.2; margin-bottom: 8px; }
.news-box .news-content h3 a { color:#212121; }
.col-3 .news-box .news-content h3{ font-size: 1.5em; min-height: auto; line-height: 1.3; }
.news-box:hover h3 a{ color:#3fd0d4; }
.news-box span.post-cate{ background-color: #212121; color: #ffffff; padding: 4px 20px; text-align: center; text-transform: uppercase; display: inline-block; line-height: normal; border-radius: 6px 12px; font-size: smaller; margin-bottom: 10px; transition: all 0.3s ease-in-out; }
.news-box span.post-cate a{ color: #ffffff; display: inline-block; }
.news-box span.post-cate a:hover{ color:#e8772e; }
.news-box:hover span.post-cate{ -webkit-transform: translateY(0); transform: translateY(0); }

.news-box .post-date{ background-color: #ffffff; padding: 8px 16px; position: absolute; top: 10px; left: 10px; text-align: center; color: #3fd0d4; font-weight: 700; font-size: 1.5rem; border-radius: 50%; }
.news-box .post-date span{ display: block; font-weight: normal; font-size: initial; color: initial; }

.ln-read-more{ display: inline-block; letter-spacing: 1px; font-weight: 700; color: #3fd0d4; padding: 0 5px 5px; position: relative; border-bottom: 2px solid; }
.ln-read-more:hover{ color:#212121; }