/************************************************************

*	   SkarNet (Skar Network) UX - Thems CSS Only		*

*************************************************************/

/* Carrousel Custom */

@-webkit-keyframes wcarousel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes SlideWall-Wleft {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6000px 0;
  }
}

.wcarousel-slide {
  text-align: center;

  position: relative;

  height: 100%;

  width: 100%;

  border-bottom: 3px solid #eeeeee;

  padding: 0rem 0rem 0rem;

  animation: wcarousel 620ms linear;

  -webkit-transition: 0.6s ease-in-out;

  -moz-transition: 0.6s ease-in-out;

  -ms-transition: 0.6s ease-in-out;

  -o-transition: 0.6s ease-in-out;

  transition: 0.6s ease-in-out;
}

.carousel-shadow {
  background: rgba(0, 0, 0, 0);

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  z-index: 20;
}

.carousel-indicators {
  align-items: center;

  display: flex;

  padding: 0.4rem 0rem 0.4rem;

  z-index: 22;
}

.carousel-indicators li {
  background: rgba(216, 216, 216, 0.2);

  border: 2px solid #ff3265;

  border-radius: 100%;

  margin-left: 0.2rem;

  height: 12px;

  width: 12px;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.carousel-indicators .active {
  background: #ffb096;
}

.carousel-indicators li:hover {
  background: #ffb096;

  transform: scale(1.2);
}

.carousel-inner {
  display: block;

  flex-wrap: wrap;

  position: relative;

  height: 100%;

  max-height: 100%;

  width: 100%;

  max-width: 100%;
}

/* Side Info */

@-webkit-keyframes wimgUp {
  0% {
    opacity: 0;

    transform: scale(0);
  }
  100% {
    opacity: 1;
  }
}

.wfeature-info {
  display: block;

  font-family: "Roboto", "Helvetica", sans-serif;

  position: relative;

  margin: 0.8rem 0rem 0.8rem;

  padding: 2rem 0rem 2.5rem;
}

.wfeaturepages-title {
  font-family: "Helvetica", "Roboto", sans-serif;

  letter-spacing: 1px;
}

.wfeature-thems {
  display: block;

  position: relative;

  padding: 1rem 0.5rem 1rem;

  height: 100%;
}

.wfeature-thems .wtitle-page {
  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 1.48rem;

  font-weight: 400;

  margin-bottom: 1rem;
}

.wfeature-thems .wfeature-head {
  display: table;

  position: relative;

  padding-bottom: 1.2rem;

  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wfeature-img {
  display: table;

  text-align: center;

  padding: 0rem 0.2rem 0.2rem;

  width: 100%;
}

.wfeature-img img {
  animation: wimgUp 4.2s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wfeature-img:hover img {
  transform: translateY(-10px);
}

.wfeature-thems .wfeature-head .wfeature-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.08rem;
}

.wfeature-tags {
  display: table;

  position: relative;

  width: 100%;
}

.wfeature-tags .wfeature-praf {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.88rem;

  font-weight: 400;
}

.wfeature-thems .wfeature-head .wfeature-img img::selection {
  background: none;
}

.wfeature-thems:hover .wfeature-thems .wfeature-head .wfeature-img img {
  animation: wimgUp 1.2s ease-in-out;
}

/* Content  */

.wsidecontent-img {
  background: url("../img/w-sidecontent-2.jpg") bottom;

  background-size: cover;

  background-attachment: fixed;

  object-fit: cover;

  color: #ffffff;

  font-family: "Roboto", "Helvetica", sans-serif;

  position: relative;

  margin: 0rem 0rem 0rem;

  padding: 6rem 2rem 6rem;

  width: 100%;

  max-width: 100%;
}

.wsidecontent-thems {
  display: block;

  text-align: center;

  position: relative;

  margin: auto;

  padding: 0.6rem 0.6rem 0.6rem;

  width: 54%;

  max-width: 100%;
}

.wsidecontent-head {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;

  max-width: 100%;
}

.wsidecontent-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.68rem;
}

.wsidecontent-praf {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.94rem;
}

@media only screen and (max-width: 1080px) {
  .wsidecontent-img {
    padding: 6rem 0rem 6rem;
  }

  .wsidecontent-thems {
    width: 80%;
  }
}

@media only screen and (max-width: 766px) {
  .wsidecontent-img {
    padding: 4em 0rem 4rem;
  }

  .wsidecontent-thems {
    width: 90%;
  }
}

/* Signle Head */

.wsingle-head-thems {
  display: block;

  position: relative;

  padding: 1rem 0rem 0.6rem;

  width: 100%;
}

.wsingle-head {
  display: block;

  position: relative;

  width: 100%;
}

.wsingle-border-bottom {
  display: block;

  border-bottom: 1px solid #eeeeee;

  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

  margin: auto;

  height: 2px;

  width: 80%;
}

.wsingle-head .wsingle-head-link {
  display: table;

  margin: auto;

  padding: 0rem 0rem 1.8rem;
}

.wsingle-head .wsingle-head-link .wsingle-head-list {
  list-style: none;

  position: relative;

  padding: 0rem 0rem 0rem;

  margin: auto;
}

.wsingle-head .wsingle-head-link .wsingle-head-list li.wsingle-items {
  float: left;
}

.wsingle-head
  .wsingle-head-link
  .wsingle-head-list
  li.wsingle-items
  a.wsingle-link {
  color: #717271;

  font-size: 1.08rem;

  font-weight: 400;

  padding: 0rem 0rem 0rem;

  padding-right: 0.5rem;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wsingle-head
  .wsingle-head-link
  .wsingle-head-list
  li.wsingle-items
  a.wsingle-link-last {
  color: rgba(62, 68, 66, 0.4);
}

.wsingle-head
  .wsingle-head-link
  .wsingle-head-list
  li.wsingle-items
  a.wsingle-link:link {
  text-decoration: none;

  outline: none;
}

.wsingle-head
  .wsingle-head-link
  .wsingle-head-list
  li.wsingle-items
  a.wsingle-link:hover {
  color: #4492ff;
}

.wsingle-head .wsingle-head-title {
  display: block;

  padding: 0rem 0rem 0.8rem;
}

.wsingle-head .wsingle-head-title .wsingle-head-text {
  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 2.28rem;

  font-weight: 500;

  -webkit-font-smoothing: antialiased;

  margin: 0;
}

/* Single Thems */

.wsingle-thems {
  display: block;

  position: relative;

  padding: 0.8rem 0rem 4rem;

  -webkit-transition: all 0.8s ease-in-out;

  -moz-transition: all 0.8s ease-in-out;

  -ms-transition: all 0.8s ease-in-out;

  -o-transition: all 0.8s ease-in-out;

  transition: all 0.8s ease-in-out;
}

/* About Thems */

.wabout-thems {
  background-size: cover;

  object-fit: cover;

  display: block;

  position: relative;

  padding: 2.8rem 0rem 2.8rem;

  margin-bottom: 3rem;

  height: 100%;

  width: 100%;
}

.wabout-wbg-shadow {
  background: rgba(0, 0, 0, 0.6);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;
}

/* Custom */

.wabout-thems-sm {
  padding: 2.2rem 0rem 2rem;
}

.wsingle-brd-rg {
  border-right: 1px solid #eeeeee;
}

/* About Page */

@-webkit-keyframes TitleShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes TitleShowUp {
  0% {
    opacity: 0;

    transform: translateY(-30px);
  }
  100% {
    opacity: 1;

    transform: translateY(0);
  }
}

.wabout-page {
  display: block;

  position: relative;
}

.wabout-page .wabout-page-head {
  display: table;

  padding: 0rem 0rem 0.2rem;

  width: 100%;
}

.wabout-page .wabout-page-head .wabout-page-title {
  color: #ffffff;

  text-shadow: 2px 2px rgba(255, 255, 255, 0.6);

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 2.6rem;

  margin-bottom: 0.5rem;

  letter-spacing: 0.4px;

  animation: TitleShowUp 800ms ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wabout-page .wabout-page-head .wabout-page-title::selection {
  background: none;
}

.wabout-page .wabout-page-body {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;
}

.wabout-page .wabout-page-list {
  list-style: none;

  position: relative;

  margin: auto;

  padding: 0rem 0.2rem 0rem;
}

.wabout-page .wabout-page-list li {
  float: left;
}

.wabout-page .wabout-page-list li a {
  color: #ffffff;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  letter-spacing: 0.6px;

  margin-right: 8px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wabout-page .wabout-page-list li:first-child a {
  font-size: 1.2rem;

  letter-spacing: 0rem;
}

.wabout-page .wabout-page-list li:first-child a:hover {
  color: #4492ff;
}

.wabout-page .wabout-page-list li a.wlist-icon {
  font-size: 0.94rem;
}

.wabout-page .wabout-page-list li a.wabout-page-listitem {
  color: rgba(216, 216, 216, 0.4);
}

.wabout-page .wabout-page-list li a:link {
  text-decoration: none;
}

.wabout-page .wabout-page-list li a:hover {
  color: rgba(0, 0, 0, 0.4);
}

/* About Images */

.wabout-images {
  display: block;

  width: 100%;
}

.wabout-images-icon {
  background-size: cover;

  background-repeat: no-repeat;

  object-fit: cover;

  border: 4px solid rgba(62, 68, 66, 0.1);

  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);

  border-radius: 2px;

  height: 260px;

  width: 100%;

  animation: TitleShow 800ms ease-in-out;
}

/* Title Page */

.wabout-titlepage {
  border-bottom: 1.5px solid #e0e0e0;

  display: table;

  margin: auto;

  padding-top: 1rem;

  margin-bottom: 0.8rem;

  padding-bottom: 1.2rem;

  width: 100%;

  max-width: 600px;
}

/* Border */

.wborder-btm-disable {
  border-bottom: none;
}

.wabout-titlepage .wabout-titlepage-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.48rem;

  font-weight: 400;

  animation: TitleShow 1.2s ease-in-out;
}

.wabout-titlepage .wabout-titlepage-title::selection {
  color: #35363d;

  background: none;
}

.wabout-titlepage .wabout-titlepage-tags {
  font-family: "Roboto Light V1", sans-serif;

  font-size: 1.48rem;

  font-weight: 400;

  text-shadow: 2px 1.5px 0px rgba(62, 68, 66, 0.4);

  animation: TitleShow 1.2s ease-in-out;
}

.wabout-titlepage .wtitle-page-lg {
  font-size: 2.28rem;
}

.wabout-titlepage .wtitle-page-md {
  font-size: 1.98rem;
}

.wabout-titlepage .wtitle-page-sm {
  font-size: 1.18rem;
}

.wabout-titlepage .wtitle-up {
  text-transform: uppercase;
}

.wabout-textpage {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.94rem;

  font-weight: 400;
}

/* Single Layout */

@-webkit-keyframes ScaleImg {
  0% {
    opacity: 0;

    transform: scale(0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ScaleUpImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wsingle-lay {
  box-sizing: border-box;

  position: relative;

  padding: 0rem 0rem 0.8rem;
}

.wsingle-lay .wsingle-lay-image {
  height: 128px;

  padding: 0rem 0rem 1.2rem;
}

.wsingle-lay .wsingle-lay-image .wsingle-lay-img {
  margin: auto;

  height: auto;

  width: 98px !important;

  animation: ScaleImg 1s ease-in-out;

  -webkit-transition: all 0.8s ease-in-out;

  -moz-transition: all 0.8s ease-in-out;

  -ms-transition: all 0.8s ease-in-out;

  -o-transition: all 0.8s ease-in-out;

  transition: all 0.8s ease-in-out;
}

.wsingle-lay .wsingle-lay-image:hover .wsingle-lay-img {
  transform: translateY(-20px);

  -webkit-transition: all 0.6s ease-in-out;

  -moz-transition: all 0.6s ease-in-out;

  -ms-transition: all 0.6s ease-in-out;

  -o-transition: all 0.6s ease-in-out;

  transition: all 0.6s ease-in-out;
}

.wsingle-lay .wsingle-lay-image .wsingle-lay-img::selection {
  background: none;
}

.wsingle-lay .wsingle-lay-head {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;
}

.wsingle-lay .wsingle-lay-head .wsingle-lay-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.28rem;
}

.wsingle-lay .wsingle-lay-body {
  display: table;

  width: 100%;
}

.wsingle-lay .wsingle-lay-text {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.94rem;

  font-weight: 400;
}

/* Custom Single */

.wsingle-lay-textjusty {
  text-align: justify;

  text-justify: inter-word;

  word-spacing: 0.2px;
}

/* FQ */

.wsingle-faq {
  display: block;

  position: relative;

  padding: 0rem 0rem 0.8rem;
}

.wsingle-faq .wsingle-faq-head {
  display: table;

  padding: 0rem 0rem 1.28rem;

  width: 100%;
}

.wsingle-faq .wsingle-faq-head .wsingle-faq-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.18rem;

  font-weight: 500;
}

.wsingle-faq .wsingle-faq-body {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;
}

.wsingle-faq .wsingle-faq-categori {
  display: table;

  padding: 0rem 0rem 1.4rem;

  width: 100%;
}

.wsingle-faq .wsingle-faq-categori .wsingle-faq-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 500;

  padding-bottom: 0.4rem;
}

.wsingle-faq .wsingle-faq-categori .wsingle-faq-title .wsingle-faq-item {
  color: #ff7096;

  margin-right: 4px;
}

.wsingle-faq .wsingle-faq-categori .wsingle-faq-text {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  text-align: left;
}

/* Single Title Page */

.wsingle-titlepage {
  display: block;

  text-align: center;

  padding-bottom: 1.6rem;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes WifiIcon {
  0% {
    opacity: 0;

    transform: translateY(30px);
  }
  100% {
    opacity: 1;

    transform: translateY(0px);
  }
}

.wsingle-iconpage {
  background-size: cover;

  object-fit: cover;

  width: 110px;

  height: auto;

  animation: WifiIcon 800ms ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wsingle-iconpage::selection {
  background: none;
}

.wsingle-titlepage-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.8rem;

  font-weight: 400;

  margin-top: -12px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wsingle-titlepage-text {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 1.08rem;

  font-weight: 400;

  margin-top: 8px;

  margin-bottom: 8px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wsingle-titlepage-border-btm {
  border-bottom: 1px solid #eeeeee;
}

/* Paket Thems */

.wpaket-thems {
  background: #1f6ad3;

  border: 1px solid #cccccc;

  display: block;

  overflow: hidden;

  position: relative;

  padding: 0rem 0rem 4.5rem;

  height: 100%;

  width: 100%;

  max-height: 100%;

  max-width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wpaket-thems .wpaket-head {
  background: #ffffff;

  display: table;

  padding: 2.4rem 0.6rem 1.2rem;

  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wpaket-thems .wpaket-head .wpaket-head-title {
  display: block;

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.78rem;

  font-weight: 400;

  position: relative;

  padding: 0rem 0rem 0.8rem;

  height: 100%;

  width: 100%;

  word-break: break-all;
}

.wpaket-thems .wpaket-head .wpaket-head-tags {
  color: #717271;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.9rem;

  font-weight: 400;

  margin: 0.4rem;

  padding: 0rem;
}

.wpaket-thems .wpaket-body {
  background: #f2f4f8;

  color: #35363d;

  display: table;

  padding: 1.2rem 0.6rem 1.2rem;

  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wpaket-thems .wpaket-body .wpaket-body-title {
  display: block;

  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 2rem;

  font-weight: 600;

  margin: 0rem;

  padding: 0rem 0rem 0rem;
}

.wpaket-thems .wpaket-body .wpaket-body-tags {
  display: block;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  margin: 0rem;

  padding: 0rem;
}

.wpaket-thems .wpaket-body .wpaket-body-tags:first-child {
  padding-bottom: 0.4rem;
}

.wpaket-thems .wpaket-foot {
  background: #1f6ad3;

  color: #ffffff;

  display: block;

  padding: 1.8rem 0.6rem 1.8rem;

  height: auto;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.wpaket-foot-tags-thems {
  display: block;

  position: relative;

  height: auto;
}

.wpaket-thems .wpaket-foot .wpaket-foot-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.78rem;

  font-weight: 400;

  padding: 0rem 0rem 0.6rem;
}

.wpaket-thems .wpaket-foot .wpaket-foot-tags {
  color: #ffffff;

  display: block;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.9rem;

  font-weight: 400;

  margin: 0.4rem;

  padding: 0rem;
}

.wpaket-foot-button {
  position: absolute;

  margin: 0.8rem 0rem 0rem;

  padding: 0.8rem 0rem 0.8rem;

  width: 100%;

  bottom: 1.6rem;
}

.wpaket-foot-button .wbtn {
  font-family: "Roboto Medium V1", sans-serif;

  font-weight: 400;

  width: 70%;
}

.wpaket-foot-button .wbtn:hover {
  background: #ffffff;

  border: 1px solid #ffffff;

  color: #35363d;
}

.wpaket-foot-button .wpaket-radio {
  visibility: hidden;

  backface-visibility: hidden;
}

/* Paket Spz */

.wpaket-sp {
  background: #1f6ad3;
}

.wpaket-sp .wpaket-shadow {
  background: rgba(0, 0, 0, 0.8);

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;
}

.wpaket-sp .wpaket-head {
  background: #ffffff;
}

.wpaket-sp .wpaket-body {
  background: #5f5f5f;

  color: #ffffff;
}

.wpaket-sp .wpaket-foot {
  background: #1f6ad3;
}

.wpaket-sp .wpaket-head .wpaket-head-title,
.wpaket-sp .wpaket-head .wpaket-head-tags,
.wpaket-sp .wpaket-body .wpaket-body-title,
.wpaket-sp .wpaket-body .wpaket-body-tags,
.wpaket-sp .wpaket-foot .wpaket-foot-title,
.wpaket-sp .wpaket-foot .wpaket-foot-tags,
.wpaket-sp .wpaket-foot .wpaket-foot-button {
  color: #ffffff;

  position: relative;
}

/* Paket Main Footer */

.wpaket-mainfooter {
  display: block;

  padding: 0rem 0rem 0.8rem;
}

.wpaket-mainfooter-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.98rem;

  font-weight: 400;
}

.wpaket-mainfooter-tags {
  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 1.48rem;

  font-weight: 300;
}

.wpaket-mainfooter-text {
  display: table;

  padding: 1.8rem 0rem 0rem;

  width: 100%;

  max-width: 100%;

  word-break: break-word;

  word-wrap: break-word;
}

/* Section Contact */

.wsection-thems {
  display: block;

  padding: 0rem 0rem 0.8rem;
}

.wsection-thems .wsection-head {
  display: table;

  padding: 0rem 0rem 0.6rem;

  width: 100%;
}

.wsection-thems .wsection-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.68rem;
}

.wsection-thems .wsection-body {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;
}

.wsection-thems .wsection-text {
  color: #717271;

  font-size: 0.98rem;

  font-family: "Roboto Light V1", sans-serif;

  text-align: left;

  white-space: normal;

  letter-spacing: 0.1px;
}

.wsection-thems .wsection-text-sm {
  font-size: 0.94rem;
}

/* Single Section */

.wsingle-section {
  align-items: center;

  background: #ffffff;

  box-shadow: 0px 0px 2px rgba(62, 68, 66, 0.2);

  display: table;

  margin: 0rem 0rem 0.8rem;

  padding: 1.6rem 1.4rem 1.6rem;

  height: 100%;

  width: 100%;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wsingle-section-items {
  display: table;

  text-align: center;

  width: 100%;
}

.wsingle-section-items .wsingle-section-icons {
  color: #c0c0c0;

  font-size: 2.28rem;

  margin-top: 0px;

  padding: 0rem 0rem 0.6rem;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wsingle-section-body {
  display: table;

  text-align: center;

  width: 100%;
}

.wsingle-section-body .wsingle-section-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.1rem;

  margin-top: 0px;

  padding: 0rem 0rem 0.4rem;

  word-wrap: break-word;

  word-break: break-all;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wsingle-section-body .wsingle-section-text {
  display: block;

  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.9rem;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wsingle-section-body .wsingle-section-list {
  display: block;

  color: #717271;

  font-size: 0.9rem;

  word-wrap: break-word;

  word-break: break-all;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wsingle-section-body .wsingle-section-list-bdr {
  color: #717271;

  margin: 0rem 0.4rem 0rem;
}

/* Custom Section */

.wsingle-section-link {
  display: block;

  color: #717271;

  font-size: 0.9rem;

  word-wrap: break-word;

  word-break: break-all;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wsingle-section-link:link {
  text-decoration: none;

  word-wrap: break-word;

  word-break: break-all;
}

.wsingle-section-link:hover {
  color: #9a55ff;
}

.wsingle-section:hover {
  box-shadow: 0px 0px 4px rgba(62, 68, 66, 0.2);

  transform: scale(1.04);
}

.wsingle-section:hover .wsingle-section-icons,
.wsingle-section:hover .wsingle-section-text,
.wsingle-section:hover .wsingle-section-list,
.wsingle-section:hover .wsingle-section-link {
  color: #9a55ff;
}

/* Form */

.wform {
  background: #ffffff;

  display: block;

  box-shadow: 0px 0px 2px rgba(62, 68, 66, 0.2);

  margin: 1rem 0rem 1rem;

  padding: 2.4rem 1.6rem 1rem;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wform:hover {
  box-shadow: 0px 0px 6px rgba(62, 68, 66, 0.2);
}

.wform-no-hover:hover {
  box-shadow: none;
}

.wform-no-margin {
  margin: 0rem 0rem 0rem;
}

.wform-sm {
  padding-top: 1.8rem;
}

.wform .wform-head {
  display: table;

  padding: 0rem 0rem 1.8rem;

  width: 100%;
}

.wform .wform-head .wform-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.88rem;

  padding: 0rem 0rem 0.6rem;
}

.wform .wform-head .wform-tags {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.94rem;

  font-weight: 400;
}

.wform .wform-head .wform-tags-danger {
  color: #ff7096;
}

.wform .wform-body {
  display: table;

  padding: 0rem 0rem 0.5rem;

  width: 100%;
}

/* Form Thems */

.wform-primary .winput:focus {
  outline: none;

  box-shadow: none;

  border-color: #9a55ff;
}

.wform-primary .wform-group .custom-select:focus {
  border-color: #9a55ff;
}

.wform-primary .wsubmit {
  background: linear-gradient(to left, #da8cff 20%, #9a55ff 80%);

  color: #ffffff;
}

.wform-info .winput:focus {
  outline: none;

  box-shadow: none;

  border-color: #4492ff;
}

.wform-info .wform-group .custom-select:focus {
  border-color: #4492ff;
}

.wform-info .wsubmit {
  background: linear-gradient(to left, #54ceff 20%, #4992ff 80%);

  color: #ffffff;
}

.wform-success .winput:focus {
  outline: none;

  box-shadow: none;

  border-color: #07cdae;
}

.wform-success .wform-group .custom-select:focus {
  border-color: #07cdae;
}

.wform-success .wsubmit {
  background: linear-gradient(to left, #09ff74 20%, #07cdae 80%);

  color: #ffffff;
}

.wform-danger .winput:focus {
  outline: none;

  box-shadow: none;

  border-color: #ff7096;
}

.wform-danger .wform-group .custom-select:focus {
  border-color: #ff7096;
}

.wform-danger .wsubmit {
  background: linear-gradient(to left, #ffb096 20%, #ff7096 80%);

  color: #ffffff;
}

/* Form Custom */

.wform-brd-rg {
  border-right: 2px solid #cccccc;
}

.wform-brd-lt {
  border-left: 2px solid #cccccc;
}

.wform-brd-lt-rg {
  border-left: 2px solid #cccccc;

  border-right: 2px solid #cccccc;
}

.wform-noshadow {
  box-shadow: none;
}

/* Banner Content */

.wbanner-bottom {
  display: block;

  position: relative;

  padding: 2rem 1.2rem 2rem;
}

.wbanner-content {
  display: block;

  position: relative;

  padding: 0.5rem 4.2rem 0.5rem;
}

.wbanner-content-head {
  display: table;

  padding: 0rem 0rem 0.6rem;

  width: 100%;
}

.wbanner-content-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.58rem;

  font-weight: 400;

  margin-bottom: 0.6rem;
}

.wbanner-content-praf {
  padding-bottom: 0.4rem;
}

.wbanner-content-text {
  color: #717271;

  font-size: 0.98rem;

  font-family: "Roboto Light V1", sans-serif;

  font-style: italic;

  font-weight: 500;
}

/* News Images Thems */

.wnews-images-thems {
  overflow: hidden;

  text-align: center;

  position: relative;

  height: 170px;

  width: 100%;
}

.wnews-images-thems img {
  background-size: cover;

  background-repeat: no-repeat;

  object-fit: cover;

  height: 100%;

  width: 100%;
}

.wnews-images-thems:hover img {
  transform: scale(1.08);

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

/* News Info Images Thems */

.wnewsinfo-images-thems-res {
  padding: 0rem 1.5rem 1.4rem;
}

.wnewsinfo-images-thems {
  align-items: center;

  display: block;

  text-align: center;

  overflow: hidden;

  position: relative;

  height: 370px;

  width: 100%;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wnewsinfo-images-thems img {
  background-size: 100%;

  object-position: top;

  object-fit: cover;

  margin: auto;

  height: 100%;

  width: 100%;
}

.wnewsinfo-images-thems:hover img {
  transform: scale(1.1);
}

/* News Thems */

.wnews-thems-br-bt {
  border-bottom: 1px solid #dedede;
}

.wnews-thems {
  display: block;

  padding: 0rem 1.2rem 0.8rem;

  width: 100%;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wnews-thems .wnews-head {
  display: table;

  padding: 0rem 0rem 0.2rem;

  width: 100%;
}

.wnews-thems .wnews-head .wnews-head-title {
  display: block;

  color: #35363d;

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.18rem;

  font-weight: 500;

  margin: 0rem 0rem 0.4rem;

  padding: 0rem 0rem 0rem;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wnews-thems .wnews-head .wnews-head-title:link {
  text-decoration: none;
}

.wnews-thems:hover .wnews-head .wnews-head-title {
  color: #35363d;
}

.wnews-thems .wnews-head .wnews-head-tags {
  color: #717281;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.88rem;

  font-weight: 400;

  margin: 0rem 0rem 0.2rem;
}

.wnews-thems .wnews-head .wnews-head-tags .wnews-btn {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.85rem;

  margin-bottom: 0rem;

  margin-right: 4px;

  margin-left: 8px;

  padding: 2px 0.6rem 2px;
}

.wnews-thems .wnews-head .wnews-head-icons {
  color: #3f3f3f;

  font-size: 0.8rem;

  margin-right: 0px;

  width: 14px;
}

.wnews-thems .wnews-body {
  display: table;

  padding: 0rem 0rem 0rem;

  width: 100%;
}

.wnews-thems .wnews-body .wnews-body-text {
  display: block;

  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.96rem;

  font-weight: 400;

  margin: 0rem 0rem 0.2rem;

  padding: 0rem 0rem 0.2rem;
}

.wnews-thems .wnews-body .wnews-body-btn {
  display: table;
}

.wnews-thems .wnews-body .wnews-body-btn .wlink {
  color: #4492ff;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.92rem;

  font-weight: 400;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wnews-thems .wnews-body .wnews-body-btn .wlink .wnavbtn-icon {
  margin-left: 4px;
}

.wnews-thems .wnews-body .wnews-body-btn .wlink:link {
  text-decoration: none;

  outline: none;
}

.wnews-thems .wnews-body .wnews-body-btn .wlink:hover {
  color: #ff7096;
}

/* News Info */

.wnewsinfo-thems {
  display: block;

  position: relative;

  margin: 0rem 0rem 0rem;

  padding: 0rem 0rem 0rem;
}

.wnewsinfo-thems .wnewsinfo-head {
  display: table;

  position: relative;

  margin: 0rem 0rem 1.8rem;

  padding: 0rem;

  width: 100%;
}

.wnewsinfo-thems .wnewsinfo-head .wnewsinfo-head-title {
  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 1.78rem;

  font-weight: 500;

  padding: 0rem 0rem 0.5rem;
}

.wnewsinfo-thems .wnewsinfo-head .wnewsinfo-head-tags {
  color: #717281;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.88rem;

  font-weight: 400;

  margin: 0rem 0rem 0.2rem;
}

.wnewsinfo-thems .wnewsinfo-head .wnewsinfo-head-tags .wnewsinfo-btn {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.88rem;

  margin-right: 4px;

  margin-left: 4px;

  padding: 0rem 0.5rem 0rem;
}

.wnewsinfo-thems .wnewsinfo-body {
  display: table;

  color: #717271;

  font-size: 0.98rem;

  position: relative;

  padding: 0rem 0rem 1.4rem;

  width: 100%;
}

.wnewsinfo-thems .wnewsinfo-body .wnewsinfo-body-tags {
  display: table;

  text-align: left;

  position: relative;

  margin-bottom: 12px;

  padding: 0rem 0rem 0.8rem;

  width: 100%;

  max-width: 100%;
}

.wnewsinfo-thems
  .wnewsinfo-body
  .wnewsinfo-body-tags
  .wnewsinfo-body-tags-title {
  color: #35363d;

  float: left;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  margin: 0rem 0rem 0rem;

  margin-left: 0.8rem;
}

.wnewsinfo-thems
  .wnewsinfo-body
  .wnewsinfo-body-tags
  .wnewsinfo-body-tags-title
  .wnewsinfo-body-tags-icons {
  margin-right: 4px;
}

.wnewsinfo-thems .wnewsinfo-body .wnewsinfo-body-text {
  color: #35363d;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;
}

.wnewsinfo-brd-rg {
  border-right: 1px solid #eeeeee;
}

/* Pagination */

.paginations {
  display: inline-block;

  margin-top: 12px;
}

.paginations .page-link {
  display: table;

  color: #8f8f8f;

  float: left;

  border-bottom: 2px solid #cecece;

  border-radius: 6px;

  font-size: 0.9rem;

  margin-left: 4px;

  margin-bottom: 0.8rem;

  padding: 0.5rem 0.78rem 0.5rem;

  text-decoration: none;

  outline: none;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.paginations .page-link-active {
  background: #4992ff;

  border-color: #4492ff;

  color: #ffffff;
}

.paginations .page-link a {
  color: #8f8f8f;

  text-decoration: none;

  outline: none;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.paginations .page-link a:link {
  box-shadow: none;

  text-decoration: none;

  outline: none;
}

.paginations .page-link:hover a {
  color: #ffffff;
}

.paginations .page-link:hover {
  background: #4992ff;

  border-color: #4492ff;

  color: #ffffff;
}

.paginations a:visited {
  color: #4992ff;
}

/* Widget */

.widget {
  display: block;

  position: relative;

  padding: 1.4rem 0.8rem 0.6rem;
}

/* Widget Serach */

.widget-search {
  display: block;

  position: relative;
}

.widget-form-search {
  border: 1px solid #eeeeee;

  border-radius: 4px;

  display: table;

  margin: 0rem 0rem 0rem;

  padding: 0rem 0.2rem 0rem;

  width: 100%;
}

.widget-form-search input[type="text"] {
  color: #717271;

  border: none;

  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 0.9rem;

  font-weight: 400;

  float: left;

  margin-left: -6px;

  padding: 0.6rem 0.8rem 0.6rem;

  width: 86%;
}

.widget-form-search input[type="submit"] {
  border: none;

  display: flex;

  background: red;

  padding: 0.6rem 1.2rem 0.6rem;

  float: left;
}

.widget-form-search input[type="submit"]:focus,
.widget-form-search input:hover,
.widget-form-search input:focus {
  border: none;

  box-shadow: none;

  border-color: none;
}

/* Widget Categori */

.widget-categoris {
  display: block;

  position: relative;
}

.widget-categoris .widget-head {
  display: table;

  margin: 0rem 0rem 0rem;

  padding: 0rem 0rem 0rem;

  width: 100%;
}

.widget-categoris .widget-head .widget-categori-title {
  border-bottom: 1px solid #eeeeee;

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.48rem;

  font-weight: 400;

  padding: 0rem 0rem 1.2rem;
}

.widget-categoris .widget-body {
  display: table;

  margin: 0rem 0rem 0rem;

  padding: 0rem 0rem 0rem;

  width: 100%;
}

.widget-categoris .widget-body .widget-list {
  display: block;

  list-style: none;

  position: relative;

  padding: 0.8rem 0rem 0.8rem;

  margin: 0;
}

.widget-categoris .widget-body .widget-list .widget-item .widget-link {
  color: #717271;

  display: block;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.94rem;

  font-weight: 200;

  padding: 0.4rem 0.8rem 0.4rem;

  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.widget-categoris
  .widget-body
  .widget-list
  .widget-item
  .widget-link
  .widget-icon {
  font-size: 0.86rem;

  margin-right: 6px;
}

.widget-categoris
  .widget-body
  .widget-list
  .widget-item
  .widget-link
  .widget-notif {
  border-radius: 4px;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.84rem;

  font-weight: 400;

  float: right;

  right: 0;

  text-align: center;

  padding: 0rem 0.2rem 0rem;

  width: 36px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.widget-categoris .widget-body .widget-list .widget-item .widget-link:link {
  text-decoration: none;

  outline: none;
}

.widget-categoris .widget-body .widget-list .widget-item .widget-link:hover {
  color: #4992ff;
}

.widget-categoris
  .widget-body
  .widget-list
  .widget-item
  .widget-link:hover
  .widget-notif {
  background: #4992ff;

  color: #ffffff;
}

/* Widget Rencent */

.widget-rencent {
  display: block;

  position: relative;
}

.widget-rencent .widget-head {
  display: table;

  margin: 0rem 0rem 0rem;

  padding: 0rem 0rem 0rem;

  width: 100%;
}

.widget-rencent .widget-head .widget-rencent-title {
  border-bottom: 1px solid #eeeeee;

  font-size: 1.48rem;

  font-weight: 400;

  padding: 0rem 0rem 1.2rem;
}

.widget-rencent .widget-body {
  display: table;

  margin: 0rem 0rem 0rem;

  padding: 0rem 0rem 0rem;

  width: 100%;
}

.widget-rencent .widget-body .widget-list {
  display: block;

  list-style: none;

  position: relative;

  padding: 0.8rem 0rem 0.8rem;

  margin: 0;
}

.widget-rencent .widget-body .widget-list .widget-item .widget-link {
  border-left: 3px solid #dedede;

  color: #717271;

  display: block;

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 0.88rem;

  font-weight: 400;

  margin: 0.8rem 0rem 0.8rem;

  padding: 0rem 0.8rem 0rem;

  width: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.widget-rencent .widget-body .widget-list .widget-item .widget-link:link {
  text-decoration: none;

  outline: none;
}

.widget-rencent .widget-body .widget-list .widget-item .widget-link:hover {
  color: #4992ff;

  border-color: #4492ff;
}

/* Info Pembayaran */

.wpayment {
  display: block;

  height: 100%;

  width: 100%;
}

.wpayment .wpayment-image {
  display: block;

  text-align: center;

  margin: 0rem;

  padding: 0.4rem 0rem 0.4rem;

  height: 100%;

  width: 100%;
}

.wpayment .wpayment-image .wimg-wpayment {
  background: #ffffff;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: top;

  object-fit: cover;

  height: 110px;

  width: auto;

  max-height: 100%;

  max-width: 100%;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wpayment .wpayment-image .wimg-wpayment::selection {
  background: none;
}

.wpayment .wpayment-title {
  border-left: 4px solid #dddddd;

  display: table;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.08rem;

  padding-left: 8px;

  margin-top: 0.8rem;

  margin-bottom: 0.6rem;

  width: 100%;

  max-width: 100%;
}

.wpayment .wpayment-text {
  display: table;

  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.96rem;

  font-weight: 400;

  margin-top: 12px;

  width: 100%;

  max-width: 100%;
}

/* Artikel Head */

.wartikel-headpage {
  color: #717271;

  display: block;

  margin: 0rem 0rem 1.2rem;

  padding: 0px 0px 1.2rem;

  width: 100%;
}

.wartikel-brd-bottom {
  border-bottom: 1px solid #eeeeee;
}

.wartikel-brd-left {
  border-left: 4px solid #ff7096;
}

.wartikel-headpage .wartikel-title-page {
  color: #35363d;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1rem;

  font-weight: 400;

  margin: 0rem 0rem 0.8rem;
}

.wartikel-headpage .wartikel-title {
  color: #35363d;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  margin: 0rem 0rem 0.8rem;
}

.wartikel-headpage .wartikel-text {
  color: #35363d;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  margin: 0rem 0rem 0.8rem;
}

.wartikel-headpage .wartikel-title .wartikel-selectpad {
  color: #cccccc;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.68rem;

  font-weight: 400;
}

.wartikel-headpage .wartikel-title-lg {
  font-size: 1.68rem;

  font-weight: 500;
}

.wartikel-headpage .wartikel-title-md {
  font-size: 1.38rem;

  font-weight: 500;
}

.wartikel-headpage .wartikel-tags {
  color: #35363d;

  display: table;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  width: 100%;

  max-width: 100%;
}

.wartikel-headpage .wartikel-tags ul.wartikel-list {
  display: block;

  list-style: none;

  position: relative;

  margin: auto;
}

.wartikel-headpage .wartikel-tags ul.wartikel-list li {
  float: left;
}

.wartikel-headpage .wartikel-tags ul.wartikel-list li a {
  color: #2f2f2f;

  font-size: 0.98rem;

  font-weight: 400;

  padding: 0rem 4px 0rem;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wartikel-headpage .wartikel-tags ul.wartikel-list li a:link {
  color: #2f2f2f;

  text-decoration: none;

  outline: none;
}

.wartikel-headpage .wartikel-tags ul.wartikel-list li a:hover {
  color: #ff7096;
}

.wartikel-headpage .wartikel-tags ul.wartikel-list li:nth-child(even) a {
  color: #dedede;
}

.wartikel-headpage .wartikel-tags-icons {
  margin-right: 5px;
}

.wartikel-headpage .wartikel-tags-lg {
  font-size: 0.98rem;

  font-weight: 400;
}

.wartikel-headpage .wartikel-tags-md {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.92rem;

  font-weight: 400;
}

.wartikel-headpage .wartikel-tags-sm {
  font-size: 0.88rem;

  font-weight: 400;
}

.wartikel-headpage [class*="wartikel-tags-"] {
  color: #717271;
}

.wartikel-headpage [class*="wartikel-title-"] {
  color: #35363d;

  font-family: "Roboto Bold V2", sans-serif;

  font-weight: 400;
}

/* Artikel Notif */

.wartikel-notif {
  display: block;

  position: relative;

  margin: 0;
}

.wartikel-notif .wartikel-image {
  display: table;

  text-align: center;

  width: 100%;

  max-width: 100%;

  position: relative;
}

@-webkit-keyframes ErrorPage {
  0% {
    transform: scale(0.8);
  }
  100% {
  }
}

.wartikel-notif .wartikel-image::selection {
  background: none;
}

.wartikel-notif .wartikel-image img {
  display: block;

  background-size: cover;

  background-repeat: no-repeat;

  object-fit: cover;

  margin: auto;

  height: 350px;

  width: auto;

  animation: ErrorPage 4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wartikel-notif .wartikel-image img::selection {
  background: none;
}

.wartikel-notif .wartikel-title {
  display: table;

  position: relative;

  text-align: center;

  margin-top: -20px;

  width: 100%;

  max-width: 100%;
}

.wartikel-notif .wartikel-title h4 {
  text-align: center;

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.68rem;

  font-weight: 400;

  position: relative;

  margin: auto;
}

.wartikel-notif .wartikel-title .wartikel-selectpad {
  color: #cccccc;
}

/* Artikel Karir */

.wartikel-karir {
  border-bottom: 1px solid #eeeeee;

  display: block;

  position: relative;

  margin: 0rem 0rem 1.2rem;

  padding: 0rem 1rem 0.8rem;

  padding-left: 0rem;

  width: 100%;
}

.wartikel-karir:last-child {
  border-bottom: none;
}

.wartikel-karir .wartikel-head,
.wartikel-karir .wartikel-body {
  display: table;

  padding: 0rem 0rem 0.4rem;

  width: 100%;
}

.wartikel-karir .wartikel-head .wartikel-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.28rem;

  font-weight: 200;

  display: table;

  position: relative;

  margin-bottom: 0.5rem;

  padding-left: 0.6rem;

  width: 100%;
}

@-webkit-keyframes ArtikelIcon {
  0% {
    opacity: 0;

    transform: scale(0);
  }
  100% {
    opacity: 1;
  }
}

.wartikel-karir .wartikel-head .wartikel-icon {
  background: #ff7096;

  box-shadow: 0px 0px 4px rgba(62, 68, 66, 0.2);

  border-radius: 100%;

  display: block;

  position: absolute;

  top: 7.5px;

  height: 11px;

  width: 11px;

  animation: ArtikelIcon 600ms ease-in-out;
}

.wartikel-karir .wartikel-head .wartikel-brd-left {
  border-left: 4px solid #ff7096;
}

.wartikel-karir .wartikel-head .wartikel-tags {
  font-family: "Roboto Reguler V1", sans-serif;

  font-weight: 300;
}

.wartikel-karir .wartikel-head .wartikel-tags,
.wartikel-karir .wartikel-head .wartikel-tags-icons {
  color: #5f5f5f;

  font-size: 0.92rem;

  font-weight: 400;
}

.wartikel-karir .wartikel-body .wartikel-text {
  color: #717271;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.92rem;

  font-weight: 400;
}

.wartikel-karir .wartikel-body .wartikel-text-info {
  font-size: 0.98rem;
}

.wartikel-karir .wartikel-body .wartikel-text-black {
  color: #35363d;
}

.wartikel-karir .wartikel-body .wartikel-btn {
  margin-top: 4px;

  padding: 0rem 0rem 0rem;
}

.wartikel-karir .wartikel-body .wartikel-btn .wartikel-link {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.94rem;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wartikel-karir .wartikel-body .wartikel-btn .wartikel-link:link {
  text-decoration: none;

  outline: none;
}

.wartikel-karir .wartikel-body .wartikel-btn .wartikel-link:hover {
  color: #ff7096;
}

/* Address Thems */

.waddress-thems-shadow {
  background: rgba(0, 0, 0, 0.3);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  height: 100%;

  width: 100%;
}

.waddress-thems {
  background: linear-gradient(180deg, #54ceff 20%, #4992ff 80%);

  border-radius: 5px;

  color: #ffffff;

  display: block;

  overflow: hidden;

  padding: 1.6rem 1.8rem 1.8rem;

  position: relative;

  height: 100%;

  max-height: 100%;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.waddress-thems:hover {
  transform: scale(1.06);
}

.waddress-thems .waddress-head {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;
}

.waddress-thems .waddress-body {
  display: table;

  padding: 0rem 0rem 0rem;

  position: relative;

  width: 100%;
}

.waddress-thems .waddress-head .waddress-title {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.58rem;

  font-weight: 400;

  position: relative;
}

.waddress-thems .waddress-body .waddress-text {
  font-family: "Roboto Bold V2", sans-serif;

  font-size: 0.9rem;

  font-weight: 300;

  margin-bottom: 0.5rem;

  position: relative;
}

.waddress-thems .waddress-body .waddress-icon {
  text-align: center;

  font-size: 0.9rem;

  font-weight: 400;

  width: 22px;
}

.waddress-thems .waddress-body .waddress-link {
  color: #ffffff;

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 0.9rem;

  font-weight: 300;

  position: relative;
}

.waddress-thems .waddress-body .waddress-link:link {
  text-decoration: none;

  outline: none;
}

/**/

@-webkit-keyframes ShowUpImages {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(20px);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.wsidebottom-img {
  display: block;

  position: relative;

  margin: auto;
}

.wsidebottom-img .wside-img img {
  background-size: cover;

  background-repeat: no-repeat;

  height: 260px;

  width: auto;

  animation-name: ShowUpImages;

  animation-duration: 2s;

  animation-direction: alternate;

  animation-timing-function: ease-in-out;

  animation-iteration-count: infinite;
}

.wsidebottom-img .wside-text {
  display: table;

  width: 100%;

  max-width: 100%;
}

.wsidebottom-img .wside-text .wside-title-text {
  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 1.28rem;

  font-weight: 400;

  position: relative;

  z-index: 5;
}

/* SideBottom Thems */

.wsidebottom-thems {
  background: rgba(0, 0, 0, 0.8);

  color: #ffffff;

  position: relative;

  margin: 0rem;

  padding: 2rem 0rem 2rem;
}

.wsidebottom-thems .wsidebottom-head {
  display: table;

  padding: 0rem 0rem 0.8rem;

  width: 100%;
}

.wsidebottom-thems .wsidebottom-head .wsidebottom-title {
  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 1.28rem;

  font-weight: 500;

  line-height: 1.4;
}

.wsidebottom-thems .wsidebottom-head .wsidebottom-title .wsidebottom-title {
  font-size: 0.98rem;
}

.wsidebottom-thems .wsidebottom-body {
  display: table;

  padding: 0rem 0rem 0rem;

  width: 100%;
}

.wsidebottom-thems .wsidebottom-body .wsidebottom-btn {
  padding: 0.6rem 0.98rem 0.6rem;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;
}

.wsidebottom-thems .wsidebottom-body .wsidebottom-btn:link {
  text-decoration: none;

  outline: none;
}

/* Icon Back Top */

.wbtn-scrolltop {
  background: linear-gradient(360deg, #ffb096, #ff7096);

  border-radius: 100%;

  box-shadow: 0px 0px 6px rgba(62, 68, 66, 0.4);

  display: flex;

  position: fixed;

  padding: 0.8rem 1rem 0.8rem;

  bottom: 3rem;

  right: 1.2rem;

  opacity: 0;

  transform: scale(0);

  visibility: hidden;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.wbtn-scrolltop img::selection {
  background: none;
}

.wbtn-scrolltop.wshow {
  opacity: 1;

  transform: scale(1);

  visibility: visible;
}

@media only screen and (max-width: 560px) {
  .wbtn-scrolltop {
    bottom: 1.4rem;

    right: 0.8rem;
  }
}

@media only screen and (max-width: 400px) {
  .wbtn-scrolltop {
    bottom: 1.4rem;

    right: 0.8rem;
  }
}

/* Google Maps */

.wmaps-thems {
  display: block;

  position: relative;
}

.wmaps-thems .wmaps-head,
.wmaps-thems .wmaps-body {
  display: table;

  position: relative;

  padding: 0rem 0rem 0rem;

  padding: 0rem 0rem 0.8rem;

  height: 100%;

  width: 100%;
}

.wmaps-thems .wmaps-head .wmaps-title {
  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 2rem;

  font-weight: 500;

  padding: 0rem 0rem 0.8rem;
}

.wmaps-thems .wmaps-body .wmaps {
  height: 500px;

  width: 100%;
}

/* Loading Website SkarNetwork */

.wfullpages-loading {
  background: #ffffff url("../img/loading-new.gif") no-repeat center;

  background-size: 100px;

  display: block;

  position: fixed;

  overflow: hidden;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  padding-top: 0rem;

  width: 100%;

  z-index: 99999;

  transition: all 0.4s ease-in-out;
}

.wloading-hidden {
  opacity: 0;

  visibility: hidden;
}

/* Brand */

.wbrand-items {
  background: #ffffff;

  display: table;

  padding: 0rem 0.1rem 0rem;

  width: 100%;

  max-width: 100%;
}

/* Navbar Brand */

.wnavbar-brand {
  list-style: none;

  padding: 0rem 0rem 0rem;
}

.wnavbar-brand img {
  background-size: cover;

  background-repeat: no-repeat;

  object-position: center;

  object-fit: cover;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

/* Our Clients */

.wour-clients img::selection {
  background: none;
}

.wour-clients img {
  background-size: cover;

  background-repeat: no-repeat;

  object-position: center;

  object-fit: cover;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  -webkit-transition: all 0.8s ease-in-out;

  -moz-transition: all 0.8s ease-in-out;

  -ms-transition: all 0.8s ease-in-out;

  -o-transition: all 0.8s ease-in-out;

  transition: all 0.8s ease-in-out;
}

.wour-clients li:hover img {
  -webkit-filter: grayscale(0);

  filter: grayscale(0);
}

@media only screen and (max-width: 768px) {
  .wour-clients {
    text-align: center;
  }

  .wour-clients li {
    display: inline-block;
  }

  .wour-clients li + li {
    margin-left: 12px;

    margin-bottom: 16px;
  }
}

/* Slide Slick */

.slider {
  width: 88%;

  padding: 0rem 0rem 0rem;

  margin: 80px auto;
}

@media only screen and (max-width: 900px) {
  .slider {
    width: 78%;
  }
}

.slick-slide {
  display: flex;

  flex-wrap: wrap;

  padding: 0rem 0rem 0rem;

  margin: 0px 16px 0px;

  width: 30px;
} /*

.slick-slide .slick-slide-thems{

	display: flex;

	flex-wrap: wrap;

	position: relative;

	height: 60px;

	width: 40px;

}*/

.slick-slide img {
  background-size: cover;

  background-repeat: no-repeat;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  height: 60px;

  width: 164px;

  -webkit-transition: 0.4s ease-in-out;

  -moz-transition: 0.4s ease-in-out;

  -ms-transition: 0.4s ease-in-out;

  -o-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;
}

.slick-slide:hover img {
  filter: grayscale(0);

  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;

  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

/* Form Berlangganan */

.wform-berlangganan .winput {
  margin-bottom: 1.2rem;
}

.wform-berlangganan .winput-radio {
  display: table;

  padding: 0.8rem 0rem 0.8rem;

  width: 100%;

  max-width: 100%;
}

.wform-berlangganan .winput-radio .winput-radios {
  margin-left: 8px;

  margin-right: 8px;
}

.wform-berlangganan .winput-btn-brelangganan {
  display: block;
}

.wform-berlangganan .winput-btn-brelangganan button:nth-child(0) {
  float: left;
}

.wform-berlangganan .winput-btn-brelangganan a {
  float: left;

  margin-right: 8px;
}

.wform-berlangganan .wform-head .wform-title {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.38rem;

  font-weight: 400;
}

.wform-berlangganan .wform-head .wform-title-lg {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 1.58rem;

  font-weight: 500;
}

.wform-berlangganan .wform-head .wtitle-tags {
  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.9rem;

  font-weight: 400;

  position: relative;

  top: -2px;

  padding: 0.4rem 0.88rem 0.4rem;
}

@-webkit-keyframes WnotifUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wberlangganan-notif {
  background: #adffcb;

  border-radius: 6px;

  display: table;

  position: relative;

  margin: auto;

  padding: 2.2rem 2.8rem 2.2rem;

  width: 500px;

  animation: WnotifUp 4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wberlangganan-images {
  background: #ffffff;

  border-radius: 100%;

  background-size: cover;

  background-repeat: no-repeat;

  object-position: center;

  object-fit: cover;

  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);

  margin: auto;

  padding-top: 1.2rem;

  overflow: hidden;

  position: relative;

  margin-bottom: 1rem;

  height: 120px;

  width: 120px;
}

.wberlangganan-images img {
  background-size: cover;

  background-repeat: no-repeat;

  object-position: center;

  object-fit: cover;

  height: 80px;

  width: auto;
}

.wberlangganan-images img::selection {
  background: none;
}

.wberlangganan-title {
  color: rgba(0, 0, 0, 0.4);

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.48rem;

  font-weight: 400;

  padding: 0rem 0rem 0.6rem;
}

.wberlangganan-text {
  color: rgba(0, 0, 0, 0.4);

  font-family: "Roboto Reguler V1", sans-serif;

  font-size: 1.18rem;

  font-weight: 400;

  padding: 0rem 0rem 0.5rem;
}

.wberlangganan-notif a {
  background: rgba(62, 68, 66, 0.4);

  margin-top: 14px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wberlangganan-notif a:hover {
  background: rgba(62, 68, 66, 0.8);
}

/* HeadPage */

.wheadpage-thems {
  background: #ffffff;

  border-bottom: 1px solid #eeeeee;

  display: table;

  position: relative;

  margin-bottom: 4rem;

  padding: 1.8rem 1.2rem 1.8rem;

  width: 100%;

  max-width: 100%;
}

.wheadpage-thems .wheadpage-title {
  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 1.28rem;

  font-weight: 400;
}

.wheadpage-thems .wheadpage-list {
  list-style: none;

  position: relative;

  margin: auto;

  padding: 0rem 0.2rem 0rem;
}

.wheadpage-thems .wheadpage-list li {
  float: left;
}

.wheadpage-thems .wheadpage-list li a {
  color: #35363d;

  font-family: "Roboto", "Helvetica", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  letter-spacing: 0.6px;

  margin-right: 8px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.wheadpage-thems .wheadpage-list li:first-child a {
  font-size: 1.2rem;

  letter-spacing: 0rem;
}

.wheadpage-thems .wheadpage-list li a.wlist-icon {
  font-size: 0.94rem;
}

.wheadpage-thems .wheadpage-list li a.wheadpage-listitem {
  color: #dedede;
}

.wheadpage-thems .wheadpage-list li a:link {
  text-decoration: none;
}

.wheadpage-thems .wheadpage-list li a:hover {
  color: #4492ff;
}

/* Tab */

.nav-tabs,
.nav-pills {
  margin-bottom: 2rem;
}

.nav-tabs .nav-item .nav-link {
  color: #35363d;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  letter-spacing: 0.4px;

  padding: 0.98rem 1.48rem 0.98rem;
}

.nav-pills .nav-item .nav-link {
  border-radius: 0px;

  color: #35363d;

  font-family: "Roboto Medium V1", sans-serif;

  font-size: 0.98rem;

  font-weight: 400;

  letter-spacing: 0.4px;

  padding: 1.28rem 1.48rem 1.28rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
  color: #4492ff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;

  color: #4492ff;

  border-bottom: 4px solid #4492ff;
}

/* List Thems */

.wlist-thems {
  display: block;

  position: relative;

  padding: 0.2rem 0rem 0rem;

  width: 100%;

  max-width: 100%;
}

.wlist-thems .wlist-head,
.wlist-thems .wlist-body {
  display: table;

  position: relative;

  padding: 0.4rem 0rem 0rem;

  width: 100%;

  max-width: 100%;
}

.wlist-thems .wlist-head .wlist-title {
  color: #35363d;

  font-family: "Roboto Bold V2", sans-serif;

  font-size: 1.18rem;

  font-weight: 400;

  padding: 0rem 0rem 0.4rem;
}

.wlist-thems .wlist-body .wlist-text {
  color: #35363d;

  font-family: "Roboto Light V1", sans-serif;

  font-size: 0.96rem;

  font-weight: 400;
}

.wsection-text-space {
  line-height: 1.8;
}

.wsection-text-space-standard {
  line-height: 2;
}
