.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(1500px - 50px - 50px) !important;
}

*, ::before, ::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jk-courses-item {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.jk-courses-item .jk-item-post {
  position: relative;
  width: calc((100% - 48px) / 3);
  display: block;
  box-shadow: 0px 4px 20px 0px rgba(0, 41, 94, 0.05);
  height: auto;
}
@media (max-width: 991px) {
  .jk-courses-item .jk-item-post {
    width: 100%;
  }
}
.jk-courses-item .jk-item-post > a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 20px 60px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
}
.jk-courses-item .jk-item-post > a:hover .jk-post-img {
  opacity: 0.8;
}
.jk-courses-item .jk-item-post > a:hover .jk-post-info {
  color: rgb(0, 41, 82);
}
.jk-courses-item .jk-item-post > a:hover .jk-post-readmore {
  text-decoration: none;
  background: rgb(0, 41, 82);
}
.jk-courses-item .jk-post-img {
  aspect-ratio: 642/402;
  transition: all 0.3s ease-in-out;
}
.jk-courses-item .jk-post-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jk-courses-item .col-right {
  padding: 10px 0 0px;
}
.jk-courses-item .course-category {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 10px;
  background: #b7cffd;
  color: #1b2a46;
  border-radius: 2px;
  margin: 0 0 13px;
  display: inline-block;
}
.jk-courses-item .jk-post-info {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 0 0 8px;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", Sans-serif;
  color: rgb(0, 41, 82);
}
.jk-courses-item .jk-course-desc {
  color: rgb(0, 41, 82);
  margin: 0 0 8px;
  font-size: 16px;
}
.jk-courses-item .jk-post-readmore {
  text-align: right;
  transition: all 0.3s ease-in-out;
  margin: auto 0 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgb(207, 0, 0);
  color: #fff;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
}

.pagination {
  text-align: center;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .pagination {
    margin: 37px 0 78px;
  }
}
.pagination span, .pagination a {
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 5px;
  background-image: none;
  background-color: #fff;
  color: rgb(0, 41, 82);
  border-radius: 100%;
}
.pagination span:hover, .pagination a:hover {
  background: rgb(0, 41, 82);
  color: #FFF;
  text-decoration: none;
}
.pagination span.next, .pagination span.prev, .pagination a.next, .pagination a.prev {
  width: auto;
  white-space: nowrap;
}
.pagination span.next:hover, .pagination span.prev:hover, .pagination a.next:hover, .pagination a.prev:hover {
  background-color: transparent;
  color: rgb(0, 41, 82);
  text-decoration: underline;
}
.pagination .current {
  background: rgb(0, 41, 82);
  color: #FFF;
  text-decoration: none;
}

.jk-course-single {
  color: #333;
}
.jk-course-single p:empty {
  display: none;
}
.jk-course-single .jk-couse-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  margin: 0 0 32px;
}
.jk-course-single .jk-couse-top .jk-column {
  position: relative;
  width: calc((100% - 24px) / 2);
}
@media (max-width: 991px) {
  .jk-course-single .jk-couse-top .jk-column {
    width: 100%;
  }
}
.jk-course-single .jk-couse-top .jk-column > img {
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jk-course-single .jk-couse-top .jk-column > h1 {
  font-size: 32px;
  margin: 0 0 32px;
  line-height: normal;
}
.jk-course-single .jk-couse-content {
  margin: 0 0 32px;
}
.jk-course-single .jk-course-info {
  margin: 0 0 24px;
}
.jk-course-single .jk-key-info {
  font-size: 24px;
  font-weight: 500;
  color: #cf0000;
  margin: 0 0 8px;
}
.jk-course-single .jk-course-training {
  display: flex;
  flex-wrap: wrap;
}
.jk-course-single .jk-course-training > div {
  position: relative;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .jk-course-single .jk-course-training > div {
    margin: 0 0 8px;
  }
}
.jk-course-single .jk-course-training > div:nth-child(2n+1) {
  font-weight: 700;
  width: 200px;
}
@media (max-width: 991px) {
  .jk-course-single .jk-course-training > div:nth-child(2n+1) {
    width: 100%;
  }
}
.jk-course-single .jk-course-training > div:nth-child(2n) {
  width: calc(100% - 200px);
}
@media (max-width: 991px) {
  .jk-course-single .jk-course-training > div:nth-child(2n) {
    width: 100%;
  }
}