@-webkit-keyframes stickyHeaderShow {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes stickyHeaderShow {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes prevArrowMove {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  51% {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 1; }
  52% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0; }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; } }
@keyframes prevArrowMove {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  51% {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 1; }
  52% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0; }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; } }
@-webkit-keyframes nextArrowMove {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  51% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 1; }
  52% {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; } }
@keyframes nextArrowMove {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  51% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 1; }
  52% {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0; }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@keyframes fade {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@-webkit-keyframes slideFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideBg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); } }
@keyframes slideBg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); } }
@-webkit-keyframes heartBeat {
  0%,
	100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85); } }
@keyframes heartBeat {
  0%,
	100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85); } }
:root {
  --site-width: 1360px;
  --primary-color: #4169e1;
  --kb-font: Helvetica, Arial, sans-serif;
  --pmwidth: 640px;
  --pmside: 280px; }

.title-search .search-container {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  height: 62px;
  background: #fff;
  border-radius: 5px;
  line-height: 62px; }
  .title-search .search-container input[type="search"] {
    padding: 0;
    border: none; }
  .title-search .search-container button.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 62px;
    background: none;
    box-shadow: none;
    border: none;
    font-size: 0;
    line-height: 62px; }
    .title-search .search-container button.search-btn:after {
      position: relative;
      z-index: 3;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Free";
      font-size: inherit;
      text-rendering: auto;
      line-height: inherit;
      font-weight: 900;
      font-weight: 900;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 62px;
      content: "\f002"; }

.page-title-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.2;
  pointer-events: none; }

.title-separator {
  display: block;
  margin: 20px auto 34px;
  width: 96px;
  height: 3px;
  background: var(--primary-color); }

.title-shortcut {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px; }
  .title-shortcut a {
    margin: 6px;
    background: #000;
    border: 1px solid;
    border-color: rgba(65, 105, 225, 0.7);
    padding: 0 12px;
    line-height: 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: var(--kb-font); }
    .no-touch .title-shortcut a:hover {
      border-color: royalblue; }

.front-page {
  background: #f8f8fb; }

.pt-kblist {
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(230, 231, 230, 0.75);
  border-radius: 5px;
  box-shadow: 0 7px 16px rgba(47, 56, 44, 0);
  transition: box-shadow 0.3s; }
  .no-touch .pt-kblist:hover {
    box-shadow: 0 7px 16px rgba(47, 56, 44, 0.05); }
  .pt-kblist .pt-kblist-header {
    position: relative; }
    .pt-kblist .pt-kblist-header h5 {
      font-family: var(--body-font);
      font-size: 24px;
      font-size: 1.5rem; }
      .pt-kblist .pt-kblist-header h5 a:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        font-weight: 900;
        font-weight: 900;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 24px;
        content: "\f054";
        margin-left: 10px; }
    .pt-kblist .pt-kblist-header .pt-kblist-label {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 12px;
      background: var(--primary-color);
      border-radius: 5px;
      color: #fff;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 26px; }
  .pt-kblist .pt-kblist-footer {
    margin-top: 30px; }
    .pt-kblist .pt-kblist-footer .button {
      font-size: 12px;
      font-size: 0.75rem; }
      .pt-kblist .pt-kblist-footer .button .pt-btn-text {
        color: #4169e1; }
      .pt-kblist .pt-kblist-footer .button.pt-btn-underline {
        padding: 5px 0; }

.pt-kblist-content ul {
  margin: 0;
  list-style: none; }
  .pt-kblist-content ul li {
    padding: 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .pt-kblist-content ul li a {
      position: relative;
      display: block;
      padding: 10px 0 10px 16px;
      font-size: 16px;
      font-size: 1rem; }
      .pt-kblist-content ul li a:not(:hover) {
        color: rgba(0, 0, 0, 0.7) !important; }
      .no-touch .pt-kblist-content ul li a:hover {
        color: var(--primary-color); }
      .pt-kblist-content ul li a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        font-weight: 900;
        font-weight: 900;
        font-size: 9px;
        font-size: 0.5625rem;
        line-height: 1;
        content: "\f101";
        color: var(--primary-color);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; }

.archive.ptkb-category .page-title-section,
.single-ptkb .page-title-section,
.post-type-archive-ptkb .page-title-section {
  margin: 0; }
.archive.ptkb-category .main > .container,
.single-ptkb .main > .container,
.post-type-archive-ptkb .main > .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding: 0; }
.archive.ptkb-category .primary,
.single-ptkb .primary,
.post-type-archive-ptkb .primary {
  order: 2;
  padding: 80px 65px;
  width: calc(100% - var(--pmside)); }
.archive.ptkb-category .sidebar,
.single-ptkb .sidebar,
.post-type-archive-ptkb .sidebar {
  padding: 64px 23px;
  width: var(--pmside);
  background: #f5f7f9;
  border-right: 1px solid #e6ecf1; }
.archive.ptkb-category .kb-nav-back,
.single-ptkb .kb-nav-back,
.post-type-archive-ptkb .kb-nav-back {
  padding: 7px 0; }
  .archive.ptkb-category .kb-nav-back a,
  .single-ptkb .kb-nav-back a,
  .post-type-archive-ptkb .kb-nav-back a {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 10px; }
    .archive.ptkb-category .kb-nav-back a:before,
    .single-ptkb .kb-nav-back a:before,
    .post-type-archive-ptkb .kb-nav-back a:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Free";
      font-size: inherit;
      text-rendering: auto;
      line-height: inherit;
      font-weight: 900;
      font-weight: 900;
      font-size: 9px;
      font-size: 0.5625rem;
      line-height: 1;
      content: "\f104";
      margin-right: 10px; }
    .no-touch .archive.ptkb-category .kb-nav-back a:hover,
    .no-touch .single-ptkb .kb-nav-back a:hover,
    .no-touch .post-type-archive-ptkb .kb-nav-back a:hover {
      color: var(--primary-color); }

.kb-nav {
  font-family: var(--kb-font); }
  .kb-nav li {
    position: relative;
    padding: 3px 0; }
    .kb-nav li a {
      padding: 13px 15px;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      /*
      font-family: var(--kb-font);
      @include fontsize(14);
      font-weight: 600;*/ }
      .no-touch .kb-nav li a:hover {
        background: rgba(65, 105, 225, 0.1); }
  .kb-nav > ul > li.current-item > a {
    background: var(--primary-color);
    color: #fff; }
    .no-touch .kb-nav > ul > li.current-item > a:hover {
      background: var(--primary-color); }
  .kb-nav > ul > li.current-item > .dropdown-toggle {
    color: #fff; }
    .no-touch .kb-nav > ul > li.current-item > .dropdown-toggle:hover {
      background: rgba(0, 0, 0, 0.1); }
  .kb-nav .dropdown-toggle {
    position: absolute;
    top: 3px;
    right: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none;
    color: #949292;
    cursor: pointer;
    transition: 0.3s; }
    .no-touch .kb-nav .dropdown-toggle:hover {
      background: rgba(65, 105, 225, 0.1); }
    .kb-nav .dropdown-toggle:before {
      line-height: 40px; }
  .kb-nav .sub-menu {
    display: none;
    margin-left: 30px; }
    .kb-nav .sub-menu li {
      padding: 1px 0; }
      .kb-nav .sub-menu li a {
        padding: 10px 15px;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400; }
    .kb-nav .sub-menu li.current-item a {
      border-left: 2px solid var(--primary-color);
      color: var(--primary-color); }
  .kb-nav .dropdown-toggle.toggled-on .sub-menu {
    display: block; }

.primary-main .breadcrumbs {
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-transform: none;
  letter-spacing: 0;
  color: #696666;
  line-height: 1;
  border-bottom: 1px solid rgba(79, 83, 82, 0.13);
  opacity: 1; }
  .primary-main .breadcrumbs .breadcrumb-current {
    color: #010101; }
.primary-main h2 {
  font-family: var(--kb-font);
  margin-bottom: 50px; }
  .archive:not(.post-type-archive-ptkb) .primary-main h2 {
    margin-bottom: 35px; }
.primary-main .pt-kblist-content ul li a {
  padding: 15px 0 15px 20px;
  font-size: 18px;
  font-size: 1.125rem; }
  .post-type-archive-ptkb .primary-main .pt-kblist-content ul li a {
    font-weight: 600; }

.post-type-archive-ptkb .primary-main h2 {
  margin-bottom: 20px; }
.post-type-archive-ptkb .primary-main .pt-kblist-content {
  font-family: var(--kb-font); }
  .post-type-archive-ptkb .primary-main .pt-kblist-content ul li {
    padding: 15px 0; }
    .post-type-archive-ptkb .primary-main .pt-kblist-content ul li p {
      margin-top: -5px;
      margin-bottom: 20px;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #7d7e7e; }

.single-ptkb .kb-nav li a {
  font-size: 15px;
  font-size: 0.9375rem; }
.single-ptkb .primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.single-ptkb .primary-main h2 {
  margin-bottom: 0; }
.single-ptkb .primary-main .updated-date {
  margin-bottom: 50px;
  color: #8b8c8c;
  font-size: 14px;
  font-size: 0.875rem; }
.single-ptkb .primary-main .entry-content {
  font-family: var(--kb-font);
  font-size: 16px;
  font-size: 1rem; }
.single-ptkb .primary-side {
  display: none; }

.pt-kb-toc {
  background: #f5f7f9; }
  .pt-kb-toc .pt-kb-toc-header {
    padding: 25px 30px 20px;
    border-bottom: 1px solid #e6e8ea; }
    .pt-kb-toc .pt-kb-toc-header h6 {
      font-family: var(--kb-font);
      font-size: 15px;
      font-size: 0.9375rem; }
  .pt-kb-toc .pt-kb-toc-content {
    padding: 20px;
    color: #4f5352; }
    .pt-kb-toc .pt-kb-toc-content ol {
      margin-bottom: 0; }
    .pt-kb-toc .pt-kb-toc-content li {
      margin: 6px 0; }
      .pt-kb-toc .pt-kb-toc-content li.active {
        font-weight: 600;
        color: #000; }
        .no-touch .pt-kb-toc .pt-kb-toc-content li.active a:hover {
          color: #000; }
      .pt-kb-toc .pt-kb-toc-content li li {
        font-size: 15px;
        font-size: 0.9375rem; }
      .no-touch .pt-kb-toc .pt-kb-toc-content li a:hover {
        color: var(--primary-color); }

@media screen and (min-width: 1025px) {
  .page-title-section.page-title-large .entry-title {
    font-size: 54px;
    font-size: 3.375rem; }

  .page-title-section.page-title-large {
    padding: 130px 0; } }
@media screen and (min-width: 1280px) {
  .primary-main {
    width: var(--pmwidth); }

  .single-ptkb .primary-side {
    display: block;
    width: calc(100% - var(--pmwidth));
    padding-left: 50px; } }
@media screen and (min-width: 1440px) {
  :root {
    --pmwidth: 700px;
    --pmside: 320px; } }
@media screen and (min-width: 1500px) {
  :root {
    --pmwidth: 780px; } }
@media screen and (max-width: 1120px) {
  :root {
    --pmside: 0px; }

  .sidebar {
    display: none; } }
@media screen and (max-width: 780px) {
  .archive.ptkb-category .primary,
  .single-ptkb .primary,
  .post-type-archive-ptkb .primary {
    padding: 45px 25px; }

  .archive .primary-main h2,
  .post-type-archive-ptkb h2,
  .single-ptkb .primary-main .updated-date {
    margin-bottom: 30px; } }

/*# sourceMappingURL=doc-style.css.map */
