body {
  font-family: 'Plus Jakarta Sans';
  padding: 0;
}

.text-center {
  text-align: center !important;
}
#header {
  background-color: #dae2cb;
  z-index: 999999;
}
#header nav {
  min-height:  114px;
}
#header .nav-link {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 15px;
  color: #383838;
}
#header .nav-pills {
  margin-right: -.5rem;
}
#header .nav-pills li.current-menu-item a{
  background-color: transparent;
  color: #01A48D;
}
#header .nav-link span {
  margin-right: 5px;
}
#header .nav-link svg {
  margin-top: -2px;
}
.dropdown-menu {
  background: #dae2cb;
}
#footer {
  background-color: #0f2e15;
  color: white;
}
#footer-share {
  padding: 50px 0;
  border-bottom: 1px solid #243f27;
}
#footer-share .container {
  display: flex;
  align-items: center;
}
#footer-share strong {
  margin-right: 15px;
}
#footer-share-social {
  display: flex;
  align-items: center;
}
#footer-share-social a {
  margin: 5px;
}
#footer-content {
  padding: 60px 0;
}
#footer-content p {
  letter-spacing: .1px;
  font-size: 16px;
  opacity: 0.66;
  max-width: 449px;
}
#footer-content-links strong {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(255,255,255,.56);
  margin-bottom: 10px;
  display: block;
}
#footer-content-links a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
#footer-bottom {
  padding: 50px 0;
  background-color: #06250c;
}
#footer-bottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-bottom small {
  opacity: 0.6;
}
#footer-bottom-links a {
  display: inline-block;
  margin-left: 40px;
  text-decoration: none;
  color: #fff;
}
.container {
  max-width: calc(1168px + 1.5rem);
  margin: auto;
}
.container-sm {
  max-width: calc(900px + 1.5rem);
  margin: auto;
}
.btn {
  min-height: 39px;
  border-radius: 44px;
  background-color: #FFF;
  border-color: #FFF;
  font-size: 14px;
  font-family: 'Poppins';
  padding: 8px 17.14px;
  text-align: start;
  font-weight: 500;
}
.btn-primary {
  background-color: #0F2E15;
  border-color: #0F2E15;
}
.btn-primary:hover {
  background-color: #01A48D;
  border-color: #01A48D;
}
.btn-secondary {
  border-color: #0A6375;
  background-color: transparent;
  color: #0A6375;
}
.btn-secondary:hover {
  border-color: #01A48D;
  background-color: #01A48D;
  color: #FFF;
}
.btn-outline-secondary {
  border-color: #0F2E15;
  background-color: transparent;
  color: #0F2E15;
}
.btn-white:hover {
  border-color: #fff;
}
.section-label {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: #2E2E27;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-label span {
  font-family: 'Plus Jakarta Sans';
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  color: #7C7C7C;
  max-width: 738px;
}
.card-article {
  overflow: hidden;
}
.card-article header a {
  font-family: 'Poppins';
  font-size: 18px;
  color: #3D3D3D;
  text-decoration: none;
  font-weight: 800;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: color 0.25s ease-in-out;
}
.card-article > div:last-child > .article-date svg {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -2px;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.article-type {
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 600;
  color: #ACACAC;
  transition: color 0.25s ease-in-out;
}
.article-date {
  color: #3D3D3D;
  font-size: 14px;
  transition: color 0.25s ease-in-out;
}
.article-year {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  letter-spacing: 0.14px;
  transition: color 0.25s ease-in-out;
}
.card-article:hover img {
  transform: scale(1.05);
}
.card-article:hover header a {
  color: #01A48D;
}
.card-article:hover .article-date {
  color: #000;
}
.card-article:hover .image-with-label span {
  background-color: #01A48D;
}
.card-article:hover .article-type {
  color: #000;
}
.card-article:hover .article-year {
  color: #000;
}
.page-header {
  border-bottom: 1px solid #D1D1D1;
  padding-top: 84px;
  padding-bottom: 24px;
}
.page-header h1 {
  font-family: 'Poppins';
  font-size: 58px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -3%;
  color: #414141;
}
.page-body {
  padding-top: 68px;
  padding-bottom: 68px;
}
.sidebar-event {
  gap: 40px;
}

.sidebar-event small svg {
  margin-right: 10px;
}

.sidebar-event small {
  display: flex;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
}

.sidebar-event .btn-primary {
  background: #0A6375;
  border: none;
  color: #E3DF53;
}

div#main-content .sidebar-event p, div#main-content .sidebar-event a {
  font-size: 14px;
  line-height: 21px;
}

div#main-content .sidebar-event h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}
.sidebar-event {
  gap: 40px;
}

.sidebar-event small svg {
  margin-right: 10px;
}

.sidebar-event small {
  display: flex;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
}

.sidebar-event .btn-primary {
  background: #0A6375;
  border: none;
  color: #E3DF53;
}

div#main-content .sidebar-event p, div#main-content .sidebar-event a {
  font-size: 14px;
  line-height: 21px;
}

div#main-content .sidebar-event h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Poppins';
}

.btn-share {
  background: #EEF8F7;
  border: none;
  color: #3D3D3D;
  font-weight: 300;
}
.carousel-item > div  img {
  height: 250px;
  width: 300px;
  object-fit: cover;
  border-radius: 11px!important;
}

.carousel-item > div {
  text-align: left;
}
.widget-share-social {
  position: absolute;
  border: solid 1px #ddd;
  background: #fff;
  /* margin-top: 10px; */
  display: flex;
  flex-direction: column;
  padding: 15px;
  right: 0;
  display: none;
  margin-top: 10px;
}
.widget-share-social.active {
  display: block;
}
.share-box {
  position: relative;
}

.widget-share-social a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  line-height: 32px;
  color: #636363;
}

.widget-share-social a svg {
  fill: #888;
  width: 25px;
}
@media all and (max-width: 991px) {
  .card-article header a {
    margin-bottom: 5px;
  }
}

.owl-nav {
  display: flex !important;
  justify-content: space-between;
}
.owl-nav.disabled {
  display: flex !important; /* force visible */
  opacity: 1 !important;
  pointer-events: auto !important;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: none!important;
  border: none;
  padding: 0;
}

.owl-carousel .owl-item img {
    object-fit: contain;
}


.owl-nav button.owl-prev{
    left: -30px;
    position: absolute;
    top: 10px;
}
.owl-nav button.owl-next{
    right: -30px;
    position: absolute;
    top: 10px;
}