/*New style Course Tab*/

.bg-white .products article.course-item .course-item-wap {
  padding-bottom: 40px;
  border-radius: 5px;
  background: #fff;
}

.bg-white .entry-course {
  position: relative;
  z-index: 20;
  margin-top: -90px;
  padding-left: 43px;
  padding-right: 43px;
}

.bg-white .course-item-wap .post-thumbnail {
  border-radius: 5px;
}

.bg-white .entry-course:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(.././images/bg-white.png) no-repeat top center;
  background-size: cover;
  height: 100%;
  width: 100%;
  bottom: 65px;
  left: 0;
}

.bg-white .entry-course .entry-title {
  margin-bottom: 20px;
  line-height: 30px;
}

.bg-white .course-item .entry-title a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-white .udetor-course-meta {
  margin-top: 28px;
}

.bg-white .meta-author {
  color: #999999;
}

/*End*/

/*New style Count down*/

.square div.education-time-countdown > div {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: -10px 10px 100px rgba(0, 0, 0, 0.14);
  box-shadow: -10px 10px 100px rgba(0, 0, 0, 0.14);
  font-size: 16px;
  text-transform: none;
  color: #999999;
  font-weight: 400;
  padding: 14px 14px 35px;
}

.square div.education-time-countdown > div > span {
  font-size: 30px;
}

/*End*/

/*Style List2 upcoming event*/

.list2-upcoming-event {
  margin-bottom: 34px;
  width: 100%;
}

.list2-upcoming-event .e-thumb {
  float: left;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.list2-upcoming-event .e-content {
  float: left;
  padding-top: 19px;
}

.list2-upcoming-event .e-content .entry-title {
  margin-bottom: 14px;
}

.list2-upcoming-event .e-content .lst-event-des {
  line-height: 30px;
  width: 75%;
}

.list2-upcoming-event .e-info {
  float: left;
  padding-top: 20px;
  color: #666666;
}

.list2-upcoming-event .e-info .venue {
  margin-bottom: 18px;
}

.list2-upcoming-event .venue i {
  width: 17px;
  height: 17px;
  border: 2px solid #20e1e1;
  text-align: center;
  border-radius: 50%;
  color: #20e1e1;
  font-size: 12px;
  line-height: 15px;
  margin-right: 20px;
}

.list2-upcoming-event .e-thumb .l2-date-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px 0px 0px 5px;
  width: 33%;
}

.list2-upcoming-event .e-thumb .l2-date-event > div {
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins',serif;
}

.list2-upcoming-event .e-thumb .l2-date-event .d-date-event {
  font-size: 30px;
}

.list2-upcoming-event .e-thumb .l2-date-event .m-date-event {
  font-size: 18px;
}

.list2-upcoming-event .e-content .entry-title a {
  text-transform: uppercase;
  font-weight: 700;
}

.list2-upcoming-event ~ .btn-event-lst2 {
  margin-top: -7px;
}

/*End*/

/*Style new Blog*/

.post-style-wave .blog-item {
  position: relative;
  height: 340px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.08);
}

.post-style-wave .blog-item .post-thumbnail a {
  width: 100%;
}

.post-style-wave .blog-item .post-thumbnail a img {
  width: 100%;
}

.post-style-wave .blog-item:hover .entry-excerpt {
  height: 60px;
}

.post-style-wave .blog-item:hover .wrap-text {
  height: 210px;
}

.post-style-wave .blog-item:hover a:before {
  opacity: 1;
}

.post-style-wave .udetor-blog-info {
  height: 100%;
  width: 100%;
}

.post-style-wave .featured-date,
.post-style-wave .featured-date .author a {
  color: #fff;
}

.post-style-wave .featured-date {
  padding: 10px 22px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: table;
  margin-top: 20px;
}

.post-style-wave .wrap-text {
  background: url(../images/bg-white.png) no-repeat top center;
  width: 100%;
  background-size: cover;
  z-index: 100;
  position: absolute;
  bottom: 0;
  height: 147px;
  padding-top: 73px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.post-style-wave .wrap-text .entry-title {
  margin-bottom: 14px;
}

.post-style-wave .wrap-text .entry-title a {
  color: #333333;
  text-transform: uppercase;
}

.post-style-wave .wrap-text .entry-excerpt {
  line-height: 30px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  color: #666666;
}

.post-style-wave ~ .netbase-toolkit > a {
  border: none;
}

.post-style-wave ~ .netbase-toolkit > a:after {
  content: '';
}

/*End*/

/*Style vertical feature layout*/

.comment .left-item-wap .left-item {
  padding: 18px 65px 25px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comment .left-item-wap .left-item:hover {
  width: 102%;
  padding-left: 13.5%;
  -webkit-transform: translateX(-2%);
  transform: translateX(-2%);
  border-radius: 5px 0px 0px 5px !important;
}

.comment .left-item-wap .left-item:first-child {
  border-radius: 5px 5px 0px 0px;
}

.comment .left-item-wap .left-item:nth-last-of-type(1) {
  border-radius: 0px 0px 5px 5px;
}

.comment .left-item-wap .left-item:nth-of-type(2n+1) {
  background: #edf1fc;
}

.comment .left-item-wap .left-item:nth-of-type(2n) {
  background: #dde6fc;
}

.comment .left-item-wap .left-item a {
  line-height: 30px;
  color: #666666;
}

.comment .left-item-wap .left-item:hover a {
  color: #222222;
}

.comment .right-item {
  padding-left: 110px;
}

.comment .lst-author {
  overflow: hidden;
  margin-bottom: 18px;
}

.comment .author {
  font-family: 'Poppins',serif;
  text-transform: uppercase;
}

.comment .job_profile {
  color: #b5b5b5;
  font-size: 16px;
  margin-top: 8px;
}

.netbase-toolkit.comment .right-item .commnet-content {
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 16px;
  color: #666;
}

.comment .c-date {
  margin-top: 7px;
  margin-right: 65px;
  color: #999;
}

.comment .view-all-comment {
  margin-top: 35px;
  margin-bottom: 0px;
}

.comment .view-all-comment a {
  color: #666666;
}

/*End*/

@media screen and (max-width: 1199px) {
  .post-style-wave .wrap-text {
    height: 210px;
  }

  .post-style-wave .wrap-text .entry-excerpt {
    height: 60px;
  }

  .comment .right-item {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .bg-white.vc-tab-product-content {
    margin-top: 45px;
  }

  .bg-white .entry-course {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg-white article:last-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .bg-white article:last-child .course-item-wap {
    width: 50%;
    margin: 0 auto;
  }

  .list2-upcoming-event > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .list2-upcoming-event .e-content,
  .list2-upcoming-event .e-info {
    padding-top: 0px;
  }

  .list2-upcoming-event .event-l2-thumb img {
    width: 100%;
  }

  .list2-upcoming-event .e-content .lst-event-des {
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .bg-white article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bg-white article:last-child .course-item-wap {
    width: 100%;
  }

  div.list2-upcoming-event > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list2-upcoming-event .e-thumb {
    margin-bottom: 20px;
  }

  .list2-upcoming-event .e-content .lst-event-des {
    height: auto;
  }
}