@charset "utf-8";

/* Basic css for all articles */
@font-face {
  font-family: 'NotoSans Regular';
  src: url('../fonts/NotoSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.latest_pkzinc {
  font-style: normal;
  font-size: 16px;
  color: #333;
}
.latest_pkzinc, .latest_pkzinc *, .latest_pkzinc *::before, .latest_pkzinc *::after, .latest_pkzinc table {
  box-sizing: border-box;
}
.latest_pkzinc ul, .latest_pkzinc ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.latest_pkzinc h1, .latest_pkzinc h2, .latest_pkzinc h3, .latest_pkzinc h4, .latest_pkzinc p {
  margin: 0;
  padding: 0
}
.latest_pkzinc a,
.latest_pkzinc a:hover {
  text-decoration: none;
}
.latest_pkzinc a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.latest_pkzinc .bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.latest_pkzinc .width100 {
  width: 100%;
}
.latest_pkzinc .maxwidth100 {
  max-width: 100%;
}
.latest_pkzinc .d-table {
  display: table !important;
}
.latest_pkzinc .d-table-cell {
  display: table-cell !important;
  vertical-align: middle !important;
}
.latest_pkzinc .text-right {
  text-align: right !important;
}
.latest_pkzinc .text-center {
  text-align: center !important;
}
.latest_pkzinc .text-justify {
  text-align: justify !important;
}
.latest_pkzinc .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.latest_pkzinc .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.latest_pkzinc .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.latest_pkzinc .col-max {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.latest_pkzinc table {
  border-spacing: 0;
}
.latest_pkzinc table th,
.latest_pkzinc table td {
  font-size: 15px !important;
  letter-spacing: 0;
}
.latest_pkzinc .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.latest_pkzinc .table-responsive th,
.latest_pkzinc .table-responsive td {
  white-space: nowrap;
}
.latest_pkzinc .doc-title,
.latest_pkzinc .doc-title2,
.latest_pkzinc .doc-title3 {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: 400;
}
.latest_pkzinc .doc-title3 {
  font-size: 17px;
}
@media (min-width:786px) {
  .latest_pkzinc .width-small {
    margin: auto;
    width: 75%;
  }
}
@media (max-width:1199px) {
  .latest_pkzinc .doc-title {
    font-size: 20px;
    line-height: 24px;
  }  
  .latest_pkzinc .doc-title2 {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  .latest_pkzinc .doc-title {
    font-size: 26px;
    line-height: 32px;
  }  
  .latest_pkzinc .doc-title2 {
    font-size: 20px;
  }
  .latest_pkzinc .width-small {
    margin: auto;
    width: 60%;
  }
  .latest_pkzinc .width-medium {
    margin: auto;
    width: 80%;
  }
}
 /* Slick Original */
  .latest_pkzinc .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .latest_pkzinc .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height:100%;
  }
  .latest_pkzinc .slick-list:focus {
    outline: none;
  }
  .latest_pkzinc .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .latest_pkzinc .slick-slider .slick-track, 
  .latest_pkzinc .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .latest_pkzinc .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:100%;
  }
  .latest_pkzinc .slick-track:before, 
  .latest_pkzinc .slick-track:after {
    display: table;
    content: '';
  }
  .latest_pkzinc .slick-track:after {
    clear: both;
  }
  .latest_pkzinc .slick-loading .slick-track {
    visibility: hidden;
  }
  .latest_pkzinc .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  .latest_pkzinc .slick-slide img {
    display: block;
  }
  .latest_pkzinc .slick-slide.slick-loading img {
    display: none;
  }
  .latest_pkzinc .slick-slide.dragging img {
    pointer-events: none;
  }
  .latest_pkzinc .slick-initialized .slick-slide {
    display: block;
  }
  .latest_pkzinc .slick-loading .slick-slide {
    visibility: hidden;
  }
  .latest_pkzinc .slick-vertical .slick-slide {
    display: block;
    height: auto;
  }
  .latest_pkzinc .slick-arrow.slick-hidden {
    display: none;
  }

  /* Slick-Theme Original */
  /* Arrows */
  .latest_pkzinc .slick-arrow {
    display: table;
    position: absolute;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #4a4a4a;
    z-index: 1;
  }
  .latest_pkzinc .slick-arrow:hover {
    background-color: #333;
  }
  .latest_pkzinc .slick-arrow .fa {
    display: table-cell;
    vertical-align: middle;
  }
  /* Dots */
  .latest_pkzinc .slick-dots {
    position: absolute;
    text-align: center;
  }
  .latest_pkzinc .slick-dots li {
    position: relative;
    float: left;
    margin: 0 2px;
    cursor: pointer;
    height:100%;
  }
  .latest_pkzinc .slick-dots li span {
    outline: none;
    color: transparent;
    background: transparent;
  }
  .latest_pkzinc .slick-dots li span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .latest_pkzinc .slick-dots li span:hover:before, 
  .latest_pkzinc .slick-dots li.slick-active span:before {
    background-color: rgba(0, 0, 0, 0.7);
  }

  /* for all */
  .latest_pkzinc .slick-slide .cnt {
    padding: 15px;
  }
  .latest_pkzinc .slick-slide .cnt p {
    font-size: 15px;
  }
  .latest_pkzinc .slick-dots {
    left: 50%;
  }
  .latest_pkzinc .slick-arrow {
    border-radius: 50%;
  }
  .latest_pkzinc .slick-arrow,
  .latest_pkzinc .slick-dots {
    transform: translateX(-50%);
  }
  @media (max-width: 767px) {
    .latest_pkzinc .slick-slider {
      padding-bottom: 30px !important;
    }
    .latest_pkzinc .slick-arrow {
      width: 30px;
      height: 30px;
      bottom: -30px;
    }
    .latest_pkzinc .slick-next {
      left: calc(50% + 15px);
    }
    .latest_pkzinc .slick-prev {
      left: calc(50% - 15px);
    }
    .latest_pkzinc .slick-dots {
      margin-top:5px !important;
    }
    .latest_pkzinc .slick-arrow .fa {
      font-size: 15px;
    }
  }
  @media (min-width: 768px) {
    .latest_pkzinc .slick-slider {
      padding-bottom: 40px !important;
    }
    .latest_pkzinc .slick-arrow {
      width: 40px;
      height: 40px;
      bottom: -40px;
    }
    .latest_pkzinc .slick-next {
      left: calc(50% + 20px);
    }
    .latest_pkzinc .slick-prev {
      left: calc(50% - 20px);
    }
    .latest_pkzinc .slick-dots {
      margin-top:10px !important;
    }
    .latest_pkzinc .slick-arrow .fa {
      font-size: 20px;
    }
  }

  /* only for slide1 */
  .latest_pkzinc #slide1 .slick-slide {
    margin: 0px 10px;
  }
  .latest_pkzinc #slide1 .slick-slide .cnt {
    background-color: #e5e5e5;
  }

  /* only for slide2 */
  .latest_pkzinc #slide2 .slick-slide {
    margin: 0px 10px;
  }
  .latest_pkzinc #slide2 .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .latest_pkzinc #slide2 .slick-slide.slick-active {
    opacity: .5;
  }
  .latest_pkzinc #slide2 .slick-slide.slick-current {
    opacity: 1;
  }
  .latest_pkzinc #slide2 .slick-slide .cnt {
    background-color: #e5e5e5;
  }