/* Header
-------------------------------------------------- */
header.main-header {
  position: static;
}
.secondary-menu {
  position: static;
  background-color: rgba(0, 168, 255, 0.5);
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
/* article page  
-------------------------------------------------- */
.article-page {
  /* sub menu  
	------------------------------------------ */
  /* article page content 
	------------------------------------------ */
}
.article-page .sidemenu-responsive-btn {
  display: none;
  position: fixed;
  width: 20px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0px;
  top: 300px;
  z-index: 100000000;
}
@media (max-width: 992px) {
  .article-page .sidemenu-responsive-btn {
    display: block;
  }
}
.article-page .sidemenu-responsive-btn .side-menu-icon {
  color: #fff;
  background-color: #fff;
  width: 26px;
  text-align: center;
  cursor: pointer;
  display: block;
  line-height: 42px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.article-page .sidemenu-responsive-btn .side-menu-icon:before {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
}
.article-page .side-category-menu {
  padding: 0px 0 20px 0;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #d6e2ea;
  vertical-align: top;
  width: 250px;
  float: left;
  margin-top: 1px;
}
@media (max-width: 992px) {
  .article-page .side-category-menu {
    margin-top: 0px;
    overflow: hidden;
    width: 0;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    margin-left: -15px;
    -webkit-animation: slideback 0.3s ease forwards;
    -moz-animation: slideback 0.3s ease forwards;
    -o-animation: slideback 0.3s ease forwards;
    -ms-animation: slideback 0.3s ease forwards;
    animation: slideback 0.3s ease forwards;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .article-page .side-category-menu {
    margin-left: 0px;
  }
}
.article-page .side-category-menu .menu-list-box {
  overflow: hidden;
  border-bottom: 1px solid #d6e2ea;
  margin: 0 20px 0 0;
}
.article-page .side-category-menu .menu-list-box.opened .list-title {
  color: #00A8FF;
}
.article-page .side-category-menu .menu-list-box .list-title {
  font-family: tahoma!important;
  display: block;
  color: #293c4c;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 2px 12px 10px;
}
.article-page .side-category-menu .menu-list-box .list-title:hover {
  color: #00A8FF;
  background-color: #fff;
  text-decoration: none;
}
.article-page .side-category-menu .menu-list-box .list-title.active {
  color: #1680b6;
  background-color: #fff;
  text-decoration: none;
}
.article-page .side-category-menu .menu-list-box .list-title.opened-item i {
  float: right;
  width: 25px;
  height: 18px;
  margin: 0px !important;
  line-height: inherit;
}
.article-page .side-category-menu .menu-list-box ul {
  display: none;
  padding: 10px;
}
.article-page .side-category-menu .menu-list-box ul li {
  display: block;
  line-height: 18px;
  width: 100%;
  position: relative;
  left: -1px;
  margin-bottom: 1px;
  cursor: pointer;
}
.article-page .side-category-menu .menu-list-box ul li a {
  height: 100%;
  font-size: 12px;
  display: block;
  color: #293c4c;
  padding: 6px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.article-page .side-category-menu .menu-list-box ul li a:hover {
  background-color: #00A8FF;
  color: #fff;
  text-decoration: none;
}
.article-page .side-category-menu .menu-list-box ul li:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #eee;
}
.article-page .side-category-menu .menu-list-box ul li.active a {
  color: #fff;
  background-color: #00A8FF;
}
.article-page .article-content {
  padding: 20px 30px;
  padding-top: 50px;
  width: calc(100% - 250px);
  float: left;
  position: relative;
}
@media (max-width: 992px) {
  .article-page .article-content {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 10000;
    background-color: #fff;
    min-height: 400px;
    float: none;
  }
}
.article-page .article-content h1 {
  color: #293c4c;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 25px;
}
.article-page .article-content p {
  max-width: 800px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.article-page .article-content ul li,
.article-page .article-content ol li {
  max-width: 800px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #2c2c43;
}
.article-page .article-content img {
  max-width: 100%;
}
.article-page .article-content a:not(.btn) {
  color: #00A8FF;
}
.article-page .article-content .steps-help ul {
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
}
.article-page .article-content .steps-help li {
  padding: 50px 50px 50px 200px;
  box-shadow: 1px 1.732px 0px 3px #f1edec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  background-position: center right 50px;
  background-repeat: no-repeat;
  background-size: 155px;
}
@media (max-width: 767px) {
  .article-page .article-content .steps-help li {
    padding: 20px 20px 20px 110px;
  }
}
@media (max-width: 480px) {
  .article-page .article-content .steps-help li {
    padding: 20px 10px;
  }
}
.article-page .article-content .steps-help li:before {
  width: 200px;
  text-align: center;
  line-height: 130px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #293c4c;
  font-size: 140px;
  left: 0;
  font-family: 'Brandon Grotesque';
}
@media (max-width: 992px) {
  .article-page .article-content .steps-help li:before {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .article-page .article-content .steps-help li:before {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  .article-page .article-content .steps-help li:before {
    display: none;
  }
}
.article-page .article-content .steps-help li:first-child:before {
  content: "1";
}
.article-page .article-content .steps-help li:nth-child(3):before {
  content: "2";
}
.article-page .article-content .steps-help li:nth-child(4):before {
  content: "3";
}
.article-page .article-content .steps-help li:nth-child(5):before {
  content: "4";
}
.article-page .article-content .steps-help li:nth-child(6):before {
  content: "5";
}
.article-page .article-content .steps-help li:nth-child(7):before {
  content: "6";
}
.article-page .article-content .steps-help li:nth-child(8):before {
  content: "7";
}
.article-page .article-content .steps-help li:nth-child(9):before {
  content: "8";
}
.article-page .article-content .steps-help li:nth-child(10):before {
  content: "9";
}
.article-page .article-content .steps-help li:nth-child(2) {
  background-color: #fffcab;
  padding: 15px 0 15px 50px;
  border: none;
  box-shadow: none;
}
@media (max-width: 480px) {
  .article-page .article-content .steps-help li:nth-child(2) {
    padding: 15px 10px 15px 40px;
  }
}
.article-page .article-content .steps-help li:nth-child(2):before {
  content: "\f05a";
  color: #716e20;
  font: normal normal normal 14px/1 FontAwesome;
  left: 20px;
  font-size: 20px;
  width: auto;
}
@media (max-width: 480px) {
  .article-page .article-content .steps-help li:nth-child(2):before {
    display: block !important;
    left: 12px;
  }
}
.article-page .article-content .steps-help li h2 {
  margin-top: 0;
  color: #293c4c;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 36px;
}
.article-page .article-content .steps-help li p {
  font-size: 18px;
  font-weight: 300;
}
.article-page.open-side-menu {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.article-page.open-side-menu .sidemenu-responsive-btn {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-page.open-side-menu .sidemenu-responsive-btn .side-menu-icon {
  text-align: left;
}
.article-page.open-side-menu .sidemenu-responsive-btn .side-menu-icon:before {
  content: "\f053";
  display: inline-block;
  font-family: "FontAwesome";
  padding-left: 4px;
}
@media (max-width: 992px) {
  .article-page.open-side-menu .side-category-menu {
    position: absolute;
    display: block;
    z-index: 100;
    -webkit-animation: slide 0.01s ease forwards;
    -moz-animation: slide 0.01s ease forwards;
    -o-animation: slide 0.01s ease forwards;
    -ms-animation: slide 0.01s ease forwards;
    animation: slide 0.01s ease forwards;
  }
}
@media (max-width: 992px) {
  .article-page.open-side-menu .article-content {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
  }
}
@keyframes slide {
  from {
    width: 0;
  }
  to {
    width: 260px;
  }
}
@-webkit-keyframes slide {
  from {
    width: 0;
  }
  to {
    width: 260px;
  }
}
@keyframes slideback {
  from {
    width: 260px;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes slideback {
  from {
    width: 260px;
  }
  to {
    width: 0;
  }
}
