@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500,600,700,800display=swap");
/***transition***/
:root {
  --main-color: #097bed;
  --heading-color: #201654;
  --paragraph-color: #565872;
  --search-bg-color: #086ed5;
  --heading-font: "Rubik", sans-serif;
  --body-font: "Rubik", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

.pd-top-75 {
  padding-top: 75px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-artikel .section-title {
  position: relative;
  padding-bottom: 34px;
}
.section-artikel .section-title .title {
  margin-bottom: 0;
  font-size: 20px;
  display: inline-block;
  color: #201654;
}
.section-artikel .section-title.style-two {
  padding-bottom: 15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #b3b3b3;
}
.section-artikel .section-title.style-white .title {
  color: #fff;
}
.section-artikel .section-title.style-white p {
  color: #fff;
}
.section-artikel .section-title.style-white .btn-read-more {
  color: #fff;
}
.post-slider .owl-nav {
  display: inline-block;
  position: absolute;
  top: -63px;
  right: -4px;
}
.post-slider .owl-nav button {
  margin-left: 21px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: #097bed;
  font-size: 20px;
}
.post-slider .single-post-wrap.style-overlay {
  margin-bottom: 25px;
}
.most-view-slider .item {
  transition: 0.6s;
}
.banner-inner-3 .single-post-wrap {
  margin-bottom: 20px;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 30px;
  z-index: 4;
  margin: 0;
  border: 5px solid var(--main-color);
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.502);
  border-radius: 0 0 6px 6px;
  width: 100%;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details p,
.banner-inner-3 .single-post-wrap.style-overlay-bg .details .title {
  color: #fff;
}
.single-post-wrap {
  position: relative;
  margin-bottom: 30px;
  transition: 0.4s;
}
.single-post-wrap .thumb {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 5px;
}
.single-post-wrap .thumb img {
  transition: 0.8s;
  transform: scale(1.01);
}
.single-post-wrap .thumb .tag-base {
  position: absolute;
  left: 17px;
  top: 19px;
  z-index: 3;
}
.single-post-wrap .thumb .btn-date {
  position: absolute;
  left: 17px;
  bottom: 19px;
  z-index: 3;
  height: 40px;
  line-height: 41px;
  padding: 0 22px;
  display: inline-block;
  border-radius: 40px;
  background: #fff;
  color: var(--heading-color);
  margin-bottom: 0;
}
.single-post-wrap .thumb .btn-date i {
  margin-right: 5px;
}
.single-post-wrap .thumb .play-btn-large {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
}
.single-post-wrap .thumb .play-btn-medium {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  z-index: 5;
  opacity: 0.8;
}
.single-post-wrap .thumb .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-wrap .details .title {
  margin-bottom: 0;
}
.single-post-wrap .details p {
  margin-bottom: 0;
  margin-top: 16px;
  max-height: 105px;
  overflow: hidden;
  /* color: var(--heading-color); */
}
.single-post-wrap .details .btn {
  padding: 0 17px;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
}
.single-post-wrap .spw-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-top: 18px;
}
.single-post-wrap .spw-bottom ul {
  margin: 0;
  padding: 0;
}
.single-post-wrap .spw-bottom ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-post-wrap .spw-bottom ul li:first-child {
  margin-left: 0;
}
.single-post-wrap .spw-bottom ul li:last-child {
  margin-right: 0;
}
.single-post-wrap .spw-bottom ul li p {
  font-size: 14px;
  margin-top: 0;
}
.single-post-wrap .spw-bottom .media .media-left {
  margin-right: 10px;
}
.single-post-wrap .spw-bottom .media .media-left img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.single-post-wrap .spw-bottom .media .media-body p {
  margin: 0;
}
.single-post-wrap:hover .thumb img {
  transform: scale(1.06);
}
.single-post-wrap.style-white .post-meta-single p,
.single-post-wrap.style-white .post-meta-single li {
  color: rgba(255, 255, 255, 0.8);
}
.single-post-list-wrap .media .media-body .post-meta-single ul li {
  font-size: 14px;
  color: var(--heading-color);
}
.single-post-list-wrap.style-white .media .media-body .post-meta-single ul li {
  color: #fff;
}
.footer-area .widget_recent_post .media .media-body .post-meta-single ul li {
  color: rgba(255, 255, 255, 0.8);
}
.single-post-wrap.style-white .details .title {
  color: #fff;
}
.single-post-wrap.style-white .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .thumb img {
  min-height: 119px;
}
.single-post-wrap.style-overlay .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay .details {
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  z-index: 4;
}
.single-post-wrap.style-overlay .details .title {
  color: #fff;
}
.single-post-wrap.style-overlay .details .title a {
  color: #fff;
  max-height: 35px;
  display: block;
  overflow: hidden;
}
.single-post-wrap.style-overlay .details .title:hover a {
  color: #0093dd;
}
.single-post-wrap.style-overlay .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .post-meta-single {
  margin-bottom: 8px;
}
.single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 10px;
}
.single-post-wrap.style-overlay .post-meta-single li {
  color: #fff;
}
.single-post-wrap.style-overlay:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay-bg .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 18px;
  z-index: 4;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
.single-post-wrap.style-overlay-bg:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-box {
  border-radius: 5px;
  overflow: hidden;
  background: #fafafa;
}
.single-post-wrap.style-box .thumb {
  margin-bottom: 0;
  border-radius: 0;
}
.single-post-wrap.style-box .details {
  padding: 25px;
}
.single-post-wrap.style-box:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
}
.most-view-slider .active.center .single-post-wrap.style-overlay .details {
  padding: 18px 20px;
}
.most-view-slider .active.center ~ .active {
  margin-left: -36px;
  position: relative;
  z-index: -1;
}
.most-view-slider .active.center ~ .active .single-post-wrap.style-overlay .details {
  padding: 18px 20px 18px 50px;
  transition: 0.4s;
}
.most-view-slider .active .single-post-wrap.style-overlay .details {
  padding: 18px 50px 18px 20px;
  transition: 0.4s;
}
.post-slider .single-post-wrap.style-overlay {
  margin-bottom: 25px;
}
/*********** single-post-wrap **********/
.single-post-wrap.style-food-overlay-bg {
  margin-bottom: 62px;
}
.single-post-wrap.style-food-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-food-overlay-bg .thumb img {
  width: 100%;
}
.single-post-wrap.style-food-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.2) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-food-overlay-bg .thumb:before {
  display: none;
}
.single-post-wrap.style-food-overlay-bg .details {
  position: absolute;
  bottom: -30px;
  padding: 18px 18px;
  z-index: 4;
  margin: 35px 35px 0 35px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.2);
}
.single-post-wrap.style-food-overlay-bg:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 30px;
  z-index: 4;
  margin: 0;
  border: 5px solid var(--main-color);
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.502);
  border-radius: 0 0 6px 6px;
  width: 100%;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details p,
.banner-inner-3 .single-post-wrap.style-overlay-bg .details .title {
  color: #fff;
}
.single-post-wrap.style-overlay .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .thumb img {
  min-height: 119px;
}
.single-post-wrap.style-overlay .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay .details {
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  z-index: 4;
}
.single-post-wrap.style-overlay .details .title {
  color: #fff;
}
.single-post-wrap.style-overlay .details .title a {
  color: #fff;
  max-height: 35px;
  display: block;
  overflow: hidden;
}
.single-post-wrap.style-overlay .details .title:hover a {
  color: #0093dd;
}
.single-post-wrap.style-overlay .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .post-meta-single {
  margin-bottom: 8px;
}
.single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 10px;
}
.single-post-wrap.style-overlay .post-meta-single li {
  color: #fff;
}
.single-post-wrap.style-overlay:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay-bg .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 18px;
  z-index: 4;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
.single-post-wrap.style-overlay-bg:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.most-view-slider .active.center .single-post-wrap.style-overlay .details {
  padding: 18px 20px;
}
.most-view-slider .active.center ~ .active .single-post-wrap.style-overlay .details {
  padding: 18px 20px 18px 50px;
  transition: 0.4s;
}
.most-view-slider .active .single-post-wrap.style-overlay .details {
  padding: 18px 50px 18px 20px;
  transition: 0.4s;
}
.post-slider .single-post-wrap.style-overlay {
  margin-bottom: 25px;
}
.nxp-tab-inner ul li a .single-post-list-wrap {
  display: block;
}
.nxp-tab-content-2 .tab-pane .single-post-list-wrap {
  border-bottom: 1px solid #f0f2f3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.nxp-tab-content-2 .tab-pane .single-post-list-wrap:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.video-tab-inner-2 li .single-post-list-wrap {
  margin-bottom: 10px;
}
.video-tab-inner-2 li:last-child .single-post-list-wrap {
  margin-bottom: 0;
}
.food-slider .single-post-list-wrap .media img {
  width: 75px;
  height: 72px;
}
/*---------------------------------------
    ## Post meta
---------------------------------------*/
.post-meta-single p {
  font-size: 14px;
}
.post-meta-single p i {
  margin-right: 5px;
}
.post-meta-single ul {
  margin: 0;
  padding: 0;
}
.post-meta-single ul li {
  display: inline-block;
  margin: 0 6px;
  color: var(--heading-color);
  font-size: 14px;
}
.post-meta-single ul li i {
  margin-right: 5px;
}
.post-meta-single ul li:first-child {
  margin-left: 0;
}
.post-meta-single ul li:last-child {
  margin-right: 0;
}
.banner-inner .banner-details .post-meta-single {
  margin-bottom: 38px;
}
.banner-inner .banner-details .post-meta-single li {
  color: #ffffff;
}
.banner-inner .banner-details .post-meta-single li .tag-base {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0 28px;
  border-radius: 5px;
}
.banner-inner .banner-details .post-meta-single li.date {
  font-size: 14px;
  margin-left: 17px;
}
.single-post-list-wrap .media .media-left {
  margin-right: 13px;
}
.single-category-inner .tag-base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  margin-top: -14px;
  z-index: 4;
  border-radius: 30px;
  padding: 0 25px;
}
.tag-base {
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
}
.tag-base .notice {
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  right: -9px;
  top: -10px;
}
.tag-blue {
  background: var(--main-color);
  color: #fff;
}
.tag-blue:hover {
  background: #0f68c0;
  color: #fff;
}
.tag-blue .notice {
  background: #0f68c0;
}
.social-area-list ul {
  margin: 0;
  padding: 0;
}
.social-area-list ul li {
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.social-area-list ul li .social-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  object-fit: contain;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.social-area-list ul li a {
  font-size: 14px;
}
.social-area-list ul li .facebook i {
  background: #3b5998;
}
.social-area-list ul li .twitter i {
  background: #55acee;
}
.social-area-list ul li .youtube i {
  background: #d42428;
}
.social-area-list ul li .instagram i {
  background: #6c27b3;
}
.social-area-list ul li .tiktok i {
  background: #000000;
}
.social-area-list ul li .google-plus i {
  background: #dc4e41;
}
.social-area-list ul li span {
  margin-left: 18px;
}
.social-area-list ul li .fa-plus {
  color: #3b5998;
  font-size: 14px;
  float: right;
  padding-top: 13px;
  background: none !important;
}
.social-area-list ul li .sr-intro {
  color: #3b5998;
  font-size: 14px;
  float: right;
  margin: 8px 10px 0 0;
  padding-left: 6px;
  background: none !important;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.social-area-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.social-area-list.style-two ul {
  margin: 0;
  padding: 0;
}
.social-area-list.style-two ul li {
  list-style: none;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.social-area-list.style-two ul li .social-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.social-area-list.style-two ul li a {
  display: block;
  color: #fff;
}
.social-area-list.style-two ul li .facebook {
  background: #3b5998;
}
.social-area-list.style-two ul li .twitter {
  background: #55acee;
}
.social-area-list.style-two ul li .youtube {
  background: #d42428;
}
.social-area-list.style-two ul li .instagram {
  background: #6c27b3;
}
.social-area-list.style-two ul li span {
  margin-left: 8px;
}
.social-area-list.style-two ul li .fa-plus {
  color: #3b5998;
  font-size: 14px;
  float: right;
  padding-top: 13px;
  background: none !important;
}
.social-area-list.style-two ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.social-area-list ul li .bi-plus {
  color: #3b5998;
  font-size: 14px;
  float: right;
  padding-top: 9px;
  background: none !important;
}

.teks-custom-artikel {
  color: #201654;
  font-weight: bold;
  max-height: 60px;
  display: block;
  overflow: hidden;
}

.img-custom-artikel {
  width: 100px !important;
  height: 85px !important;
  object-fit: cover !important;
}

.img-custom-artikel-populer {
  height: 150px;
  object-fit: cover;
}

.img-custom-artikel-baru {
  height: 230px;
  object-fit: cover;
}

.tambahan-class-artikel {
  margin: auto;
  display: flex;
  justify-content: center;
}

#artikel-content img {
  margin-bottom: 10px;
}