#pdopage .pagination{margin:0}.sticky-pagination.is-sticky{opacity:.5}.sticky-pagination.is-sticky:hover{opacity:1}.btn-more{width:150px;display:block;margin:auto}body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
/* ul li {
  list-style: none;
} */
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('tpl/fonts/Roboto/Roboto-Regular.eot');
  src: url('tpl/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('tpl/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('tpl/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('tpl/fonts/Roboto/Roboto-Medium.eot');
  src: url('tpl/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('tpl/fonts/Roboto/Roboto-Medium.woff') format('woff'), url('tpl/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('tpl/fonts/Roboto/Roboto-Bold.eot');
  src: url('tpl/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('tpl/fonts/Roboto/Roboto-Bold.woff') format('woff'), url('tpl/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'awesome';
  src: url('tpl/fonts/awesome/fa-regular-400.eot');
  src: url('tpl/fonts/awesome/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('tpl/fonts/awesome/fa-regular-400.woff') format('woff'), url('tpl/fonts/awesome/fa-regular-400.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'awesome-solid';
  src: url('tpl/fonts/awesome/fa-solid-900.eot');
  src: url('tpl/fonts/awesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('tpl/fonts/awesome/fa-solid-900.woff') format('woff'), url('tpl/fonts/awesome/fa-solid-900.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.tag-page {
  max-width: 100%;
  background-color: #f8fafc;
  margin-top: 0px;
}
.tag-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
}
.tag-page__title {
  font-family: 'Roboto Bold';
  line-height: 32px;
  font-size: 26px;
  margin-top: 18px;
  /*margin-bottom: 18px;*/
}
.blog-wrapper {
  max-width: 100%;
  background-color: #f8fafc;
  padding-top: 20px;
  padding-bottom: 34px;
}
.blog-content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
}
.feed {
  max-width: 640px;
  margin-right: 20px;
}
.feed-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 10px;
}
.feed-header {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 20px 20px 0 20px;
}
.feed-header__category {
  line-height: 18px;
  display: flex;
  margin-right: 10px;
}
.feed-header__category__avatar {
  margin-right: 8px;
}
.feed-header__category__name {
  font-family: 'Roboto Medium';
  font-size: 12px;
  text-decoration: none;
  color: #000;
}
.entry-content {
  padding: 0 20px 0 20px;
  max-width: 100%;
}
.feed-item__title {
  font-family: 'Roboto Medium';
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.entry-content__link {
  text-decoration: none;
  font-family: 'Roboto Medium';
  color: #000;
}
.feed-item__description {
  font-family: 'Roboto Regular';
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 18px;
}
.feed-item__image__wrapper {
  max-width: 100%;
  box-sizing: border-box;
}
.feed-item__image {
  max-width: 100%;
}
.feed-item__footer {
  display: flex;
  padding: 12px 20px 12px 20px;
  font-family: 'Roboto Medium';
  color: #818181;
  font-size: 14px;
}
.comment-counter {
  display: flex;
  margin-right: 10px;
  font-family: 'Roboto Medium';
  color: #818181;
  font-size: 14px;
}
.comment-couner_count {
  margin-right: 20px;
  margin-left: 20px;
}
.comment-couner_count::before {
  content: '\f075';
  font-family: 'awesome';
  float: left;
  margin-left: -1.3em;
  color: #78E1B4;
}
.preview-counter {
  display: flex;
}
.preview-counter_count {
  font-family: 'Roboto Medium';
  color: #818181;
  font-size: 14px;
}
.preview-counter_count::before {
  content: '\f06e';
  font-family: 'awesome';
  float: left;
  margin-left: -1.3em;
  color: #78E1B4;
}
.sidebar-wrapper {
  width: 300px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 10px;
}
.sidebar__title {
  font-family: 'Roboto Regular';
  color: #818181;
  font-size: 14px;
}
.sidebar__category-item {
  display: flex;
  align-items: center;
  padding: 15px 0 11px 0;
  border-bottom: 1px solid #F3F3F3;
}
.sidebar__category-item__img {
  margin-right: 10px;
}
.sidebar__category__item__link {
  font-family: 'Roboto Regular';
  color: #484848;
  text-decoration: none;
  font-size: 14px;
}
.sidebar__category__item__link:hover {
  color: #4218a3;
  cursor: pointer;
}
.last-item__noborder {
  border: none;
}
.sidebar-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sidebar-tag__item {
  font-family: 'Roboto Regular';
  font-size: 14px;
  background-color: #e0f8ee;
  padding: 4px 8px 4px 8px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition-duration: 0.2s;
}
.sidebar-tag__link {
  text-decoration: none;
  color: #414141;
  transition-duration: 0.2s;
}
.sidebar-tag__item:hover {
  background-color: #78E1B4;
}
.sidebar-tag__link:hover {
  color: #fff;
}
.sidebar-mobile__category {
  display: flex;
  max-width: 100%;
  padding: 0 0 0 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 10px;
  overflow-x: scroll;
}
.sidebar-mobile {
  display: none;
}
.sidebar-mobile__category-item {
  display: flex;
  margin-right: 10px;
  align-items: center;
  padding: 15px 0 11px 0;
  white-space: nowrap;
}
.sidebar-mobile__category-item__img {
  margin-right: 8px;
  width: 22px;
}
.blog-content__article {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
}
.article {
  max-width: 740px;
  margin-right: 20px;
}
.article-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  /* margin-bottom: 10px; */
}
.article-header {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 20px 20px 0 20px;
  display: flex;
}
.article-content {
  padding: 0 20px 0 20px;
  max-width: 100%;
}
.article__image__wrapper {
  display: block;
  width: calc(100% + 40px);
  margin-left: -20px;
  box-sizing: border-box;
}
.article__image {
  margin-top: 8px;
  width: 100%;
}
.article-image__caption {
  display: block;
  font-family: 'Roboto Regular';
  font-size: 16px;
  color: #818181;
  margin-bottom: 20px;
}
.article__title {
  font-family: 'Roboto Medium';
  line-height: 44px;
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.article-paragraph {
  font-family: 'Roboto Regular';
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 12px;
}
.article__h2 {
  font-family: 'Roboto Bold';
  line-height: 32px;
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 18px;
}
.article__h3 {
  font-family: 'Roboto Bold';
  line-height: 24px;
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 15px;
}
.article__h4 {
  font-family: 'Roboto Bold';
  line-height: 24px;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.article__h5 {
  font-family: 'Roboto Bold';
  line-height: 20px;
  font-size: 14px;
  margin-top: 18px;
  text-transform: uppercase;
  color: #818181;
}
.article-list {
  display: block;
  font-family: 'Roboto Regular';
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 30px;
  list-style-type: none;
}
.article-list__item {
  margin: 10px;
  margin-left: 50px;
}
.check-item:before {
  content: '\f00c';
  font-family: 'awesome';
  float: left;
  margin-left: -1.5em;
  color: #78E1B4;
}
.round-item:before {
  content: '\f111';
  font-size: 8px;
  vertical-align: middle;
  font-family: 'awesome-solid';
  float: left;
  margin-top: 6px;
  margin-left: -2.5em;
  color: #78E1B4;
}
.article__number-list li {
  counter-increment: step-counter;
}
.number-item:before {
  float: left;
  margin-left: -32px;
  color: #78E1B4;
  content: counter(step-counter);
  font-family: 'Roboto Regular';
  font-size: 70%;
  background-color: #78E1B4;
  color: white;
  padding: 3px 8px;
  border-radius: 20px;
}
.article-blockquote {
  width: 740px;
  background-color: #e0f8ee;
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-blockquote__content {
  max-width: 500px;
  margin: auto;
  padding: 40px;
}
.article-blockquote__text {
  font-family: 'Roboto Regular';
  font-size: 20px;
  line-height: 30px;
}
.article__footer {
  padding-left: 20px;
  padding-bottom: 30px;
}
.tag-article {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.button-more {
  display: block;
  text-align: center;
  font-family: 'Roboto Bold';
  font-size: 18px;
  text-decoration: none;
  background-color: #78E1B4;
  color: #ffffff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
}
.button-more:hover {
  background-color: #28b277;
}
@media only screen and (max-width: 1440px) {
  .sidebar__mobile {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 1366px) {
  .sidebar-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .sidebar-mobile {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 1024px) {
  .blog-content {
    max-width: 680px;
  }
  .blog-content__article {
    max-width: 740px;
  }
  .sidebar-mobile {
    display: block;
  }
  /* .sidebar {
    display: none;
  } */
  .sidebar-wrapper {
    display: none;
  }
  .article {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .tag-wrapper {
    max-width: 680px;
  }
  .tag-page__title {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sidebar-mobile {
    display: block;
  }
  .blog-content__article {
    max-width: 740px;
  }
  /* .sidebar {
    display: none;
  } */
  .article {
    max-width: 100%;
    margin-right: 0;
  }
  .article-blockquote {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .article-blockquote__text {
    font-family: 'Roboto Bold';
    font-size: 18px;
    line-height: 26px;
  }
  .article__title {
    line-height: 34px;
    font-size: 28px;
    margin-bottom: 18px;
    margin-top: 28px;
  }
  .article__h2 {
    font-family: 'Roboto Bold';
    line-height: 30px;
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 16px;
  }
  .article__h3 {
    line-height: 26px;
  }
  .article__h4 {
    font-family: 'Roboto Bold';
    line-height: 24px;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 4px;
  }
  .article-list {
    display: block;
    font-family: 'Roboto Regular';
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 30px;
    list-style-type: none;
  }
  .article-list__item {
    margin: 10px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .sidebar-mobile {
    display: block;
  }
  /* .sidebar {
    display: none;
  } */
  .feed {
    max-width: 100%;
    margin-right: 0;
  }
  .article {
    max-width: 100%;
    margin-right: 0;
  }
  .entry-content__link {
    text-decoration: none;
    color: #000;
  }
  .feed-item__title {
    font-family: 'Roboto Medium';
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .feed-item__description {
    line-height: 1.6;
  }
  .article-blockquote {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .article-blockquote__content {
    max-width: 400px;
    padding: 40px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 414px) {
  /* .sidebar {
    display: none;
  } */
  .sidebar-mobile {
    display: block;
  }
  .article-blockquote {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .article-blockquote__content {
    max-width: 300px;
    margin: auto;
    padding: 40px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 375px) {
  /* .sidebar {
    display: none;
  } */
  .sidebar-mobile {
    display: block;
  }
  .article-blockquote {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* .sidebar {
    display: none;
  } */
  .sidebar-mobile {
    display: block;
  }
  .feed {
    max-width: 100%;
    margin-right: 0;
  }
  .article {
    max-width: 100%;
    margin-right: 0;
  }
  .article-blockquote {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .article-blockquote__content {
    max-width: 300px;
    margin: auto;
    padding: 40px;
  }
}
