.background-full-img .full-image-sl .slick-btn {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 56px;
  border-radius: 50%;
  border: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  background: transparent;
  box-shadow: none;
  z-index: 999; }
  .background-full-img .full-image-sl .slick-btn.prev {
    left: 0px; }
    .background-full-img .full-image-sl .slick-btn.prev svg {
      transform: rotate(180deg);
      fill: #fff;
      width: 30px; }
  .background-full-img .full-image-sl .slick-btn.next {
    right: 0px; }
    .background-full-img .full-image-sl .slick-btn.next svg {
      fill: #fff;
      width: 30px; }

.full-image-sl-mb .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }
  .full-image-sl-mb .slick-dots li button {
    font-size: 0;
    outline: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid white;
    margin: 0 3px;
    border-color: #ffffff; }
  .full-image-sl-mb .slick-dots li.slick-active button {
    background: #ffffff; }

@media (min-width: 768px) {
  .category_featured_posts {
    padding: 40px 0; } }

.category_featured_posts .slogan {
  /*background-image: url(//theme.hstatic.net/200000603829/1000981456/14/sologan_png_img.png?v=1131);*/
  background-size: cover;
  /*min-height: 250px;*/
  position: relative; }
  @media (max-width: 767px) {
    .category_featured_posts .slogan {
      background-image: url(//theme.hstatic.net/200000603829/1000981456/14/sologan_pngmb_img.png?v=1131);
      padding-top: 200px;
      text-align: center;
      padding-bottom: 20px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .category_featured_posts .slogan .description {
      position: absolute;
      max-width: 700px;
      right: 100px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translatey(-50%);
      -o-transform: translatey(-50%);
      transform: translatey(-50%); } }
  .category_featured_posts .slogan .description h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px; }
  .category_featured_posts .slogan .description p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 21px; }
  .category_featured_posts .slogan .close {
    border-radius: 50%;
    position: absolute;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #ffffff;
    opacity: 1;
    font-weight: 300; }
    @media (min-width: 768px) {
      .category_featured_posts .slogan .close {
        top: 50px; } }
    @media (max-width: 767px) {
      .category_featured_posts .slogan .close {
        right: 5px;
        top: 5px; } }
    .category_featured_posts .slogan .close svg {
      width: 17px;
      height: 17px;
      line-height: 20px;
      margin: 7px;
      fill: #fff; }

.section.section-list-blog {
  padding-top: 0; }
  .section.section-list-blog .post_cat {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b11c22;
    color: #ffffff;
    padding: 4px 5px;
    font-size: 16px; }
  .section.section-list-blog .wt-post-media {
    margin-bottom: 15px; }
  .section.section-list-blog .wt-post-info-new .wt-post-title .post-title {
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px; }
    .section.section-list-blog .wt-post-info-new .wt-post-title .post-title a {
      overflow: hidden;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.5; }
      .section.section-list-blog .wt-post-info-new .wt-post-title .post-title a:hover {
        color: #000000; }
  .section.section-list-blog .wt-post-info-new .wt-post-text-new {
    color: #333; }
    .section.section-list-blog .wt-post-info-new .wt-post-text-new p {
      line-height: 1.5;
      overflow: hidden;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      line-height: 1.5; }
  .section.section-list-blog .wt-post-info-new .wt-post-meta-new ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center; }
    .section.section-list-blog .wt-post-info-new .wt-post-meta-new ul li a.site-button {
      padding: 2px 10px;
      background-color: #b11c22;
      color: #ffffff; }
      .section.section-list-blog .wt-post-info-new .wt-post-meta-new ul li a.site-button svg {
        fill: #fff;
        width: 20px;
        margin-left: 5px; }
      .section.section-list-blog .wt-post-info-new .wt-post-meta-new ul li a.site-button span {
        display: flex;
        padding: 0;
        text-transform: capitalize;
        align-items: center;
        justify-content: space-between;
        transform: initial; }
