@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
/*# sourceMappingURL=maps/style.css.map */
  .blog-listing {
	  padding-top: 10px;
	  padding-bottom: 10px;
  }
  .gray-bg {
	  background-color: #f5f5f5;
  }
  /* Blog 
  ---------------------*/
  .blog-grid {
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
  }
  .blog-grid .blog-img {
	position: relative;
  }
  .blog-grid .blog-img .date {
	position: absolute;
	background: #fc5356;
	color: #ffffff;
	padding: 8px 15px;
	left: 10px;
	top: 10px;
	border-radius: 4px;
  }
  .blog-grid .blog-img .date span {
	font-size: 22px;
	display: block;
	line-height: 22px;
	font-weight: 700;
  }
  .blog-grid .blog-img .date label {
	font-size: 14px;
	margin: 0;
  }
  .blog-grid .blog-info {
	padding: 20px;
  }
  .blog-grid .blog-info h5 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
	color: #20247b;
  }
  .blog-grid .blog-info p {
	margin: 0;
  }
  .blog-grid .blog-info .btn-bar {
	margin-top: 20px;
  }
  
  
  /* Blog Sidebar
  -------------------*/
  .blog-aside .widget {
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
  }
  .blog-aside .widget-body {
	padding: 15px;
  }
  .blog-aside .widget-title {
	padding: 15px;
	border-bottom: 1px solid #eee;
  }
  .blog-aside .widget-title h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fc5356;
	margin: 0;
  }
  .blog-aside .widget-author .media {
	margin-bottom: 15px;
  }
  .blog-aside .widget-author p {
	font-size: 16px;
	margin: 0;
  }
  .blog-aside .widget-author .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
  }
  .blog-aside .widget-author h6 {
	font-weight: 600;
	color: #20247b;
	font-size: 22px;
	margin: 0;
	padding-left: 20px;
  }
  .blog-aside .post-aside {
	margin-bottom: 15px;
  }
  .blog-aside .post-aside .post-aside-title h5 {
	margin: 0;
  }
  .blog-aside .post-aside .post-aside-title a {
	font-size: 18px;
	color: #20247b;
	font-weight: 600;
  }
  .blog-aside .post-aside .post-aside-meta {
	padding-bottom: 10px;
  }
  .blog-aside .post-aside .post-aside-meta a {
	color: #6F8BA4;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
  }
  .blog-aside .latest-post-aside + .latest-post-aside {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
  }
  .blog-aside .latest-post-aside .lpa-right {
	width: 90px;
  }
  .blog-aside .latest-post-aside .lpa-right img {
	border-radius: 3px;
  }
  .blog-aside .latest-post-aside .lpa-left {
	padding-right: 15px;
  }
  .blog-aside .latest-post-aside .lpa-title h5 {
	margin: 0;
	font-size: 15px;
  }
  .blog-aside .latest-post-aside .lpa-title a {
	color: #20247b;
	font-weight: 600;
  }
  .blog-aside .latest-post-aside .lpa-meta a {
	color: #6F8BA4;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
  }
  
  .tag-cloud a {
	padding: 4px 15px;
	font-size: 13px;
	color: #ffffff;
	background: #20247b;
	border-radius: 3px;
	margin-right: 4px;
	margin-bottom: 4px;
  }
  .tag-cloud a:hover {
	background: #fc5356;
  }
  
  .blog-single {
	padding-top: 30px;
	padding-bottom: 30px;
  }
  
  .article {
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
	padding: 15px;
	margin: 15px 0 30px;
  }
  .article .article-title {
	padding: 15px 0 20px;
  }
  .article .article-title h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  .article .article-title h6 a {
	text-transform: uppercase;
	color: #fc5356;
	border-bottom: 1px solid #fc5356;
  }
  .article .article-title h2 {
	color: #20247b;
	font-weight: 600;
  }
  .article .article-title .media {
	padding-top: 15px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
  }
  .article .article-title .media .avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
  }
  .article .article-title .media .media-body {
	padding-left: 8px;
  }
  .article .article-title .media .media-body label {
	font-weight: 600;
	color: #fc5356;
	margin: 0;
  }
  .article .article-title .media .media-body span {
	display: block;
	font-size: 12px;
  }
  .article .article-content h1,
  .article .article-content h2,
  .article .article-content h3,
  .article .article-content h4,
  .article .article-content h5,
  .article .article-content h6 {
	color: #20247b;
	font-weight: 600;
	margin-bottom: 15px;
  }
  .article .article-content blockquote {
	max-width: 600px;
	padding: 15px 0 30px 0;
	margin: 0;
  }
  .article .article-content blockquote p {
	font-size: 20px;
	font-weight: 500;
	color: #fc5356;
	margin: 0;
  }
  .article .article-content blockquote .blockquote-footer {
	color: #20247b;
	font-size: 16px;
  }
  .article .article-content blockquote .blockquote-footer cite {
	font-weight: 600;
  }
  .article .tag-cloud {
	padding-top: 10px;
  }
  
  .article-comment {
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
	padding: 20px;
  }
  .article-comment h4 {
	color: #20247b;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 22px;
  }
  img {
	  max-width: 100%;
  }
  img {
	  vertical-align: middle;
	  border-style: none;
  }
  
  /* Detail news */

  .entry-header h1.entry-title{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
	color: #082221;
	margin-bottom:40px;
  }

  .entry-header .entry-meta{
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 16px;
  }

  .entry-header .entry-meta a{
	  color: #5F5F5F;
  }

  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
	  color: #082221;
	  font-weight: 600;
	  line-height: 24px;
  }

  .entry-content h1 {
	  margin-bottom: 2.5rem;
	  font-weight: 700 !important;
  }

  .entry-content p.has-medium-font-size{
	  margin-top: 40px;
	  font-size: 20px;
	  color: black;
  }

  .entry-content p{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #5F5F5F;
	margin-bottom: 16px;
  }
  .entry-content p.link-with-icon{
	  margin-bottom: 8px;
	  margin-top: 0;
  }
  .entry-content p.link-with-icon a::after{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 8px;
  }

  .entry-content .wp-block-group__inner-container > * + * {
	margin-top: 1rem;
  }

  .entry-content li{
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #5F5F5F;
  }

  .entry-content .wp-block-quote p{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #5F5F5F;
  }

  .entry-content .wp-block-quote cite{
	position: relative;
    font-weight: 500;
    line-height: 28px;
    color: #5F5F5F;
    opacity: 0.85;
    margin-left: 50px;
  }

  .entry-content .wp-block-quote cite::before{
	content: "";
    position: absolute;
    width: 45px;
    border: 1px solid #2B4241;
    left: -50px;
    top: 7px;
  }

  .other-news .heading{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .other-news .heading a, 
  .news-item .entry-meta a{
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	text-decoration-line: underline;
	color: #86CAAF;
  }

  .other-news h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;	
	color: #082221;
  }

  .news-item{
	padding: 20px;
	border-radius: 5px;
	background: white;
	width: 100%;
	max-width: 300px;
  }

  .news-item .thumbnail2 {
	width: 100%;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
	object-fit: cover;
	flex-shrink: 0;
  }

  .news-item .thumbnail {
	width: 100%;
	height: 152px;
	border-radius: 5px;
	overflow: hidden;
	object-fit: cover;
	flex-shrink: 0;
  }

  .news-item h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #082221;
  }

  .news-item-2{
	  display: flex;
	  flex-direction: row;
  }
  .news-item-2 .thumbnail{
	border-radius: 5px;
	width: 185px;
	height: 124px;
	object-fit: cover;
	overflow: hidden;
	flex-shrink: 0;
  }
  .news-item-3 h3{
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #082221;
  }
  .news-item-3 .position h3{
	font-family: Work Sans;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #AEAEAE;
  }
  .news-item-3 .title h3{
	font-family: Work Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #082221;
  }
  .news-item-3 .entry-meta a{
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #5F5F5F;
  }

@media (max-width: 1024px) {
	.news-item-2 .thumbnail{
		width: 124px;
		height: 83px;
	}
}

@media (max-width: 576px) {
	.news-item {
		min-width: 320px;
		max-width: none;
	}
}