/* stylelint-disable stylistic/selector-list-comma-newline-after */

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.link-nav {
  color: #47525E;
  font-family: Lato;
  text-decoration: none;
}


.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif
    /*rtl:Amiri, Georgia, "Times New Roman", serif*/
  ;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif
    /*rtl:Amiri, Georgia, "Times New Roman", serif*/
  ;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1e2024);
  z-index: 1;
}

.overlay_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  /* left: 0; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1e2024);
  z-index: 1;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-primary {
  color: #212529;
  background-color: #FFCC00;
  font-size : 10px;
}

.badge-primary-crsl {
  color: #212529;
  background-color: #FFCC00;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.font-judul {
  font-family: 'Arimo', sans-serif;
  font-weight: 700 !important;
  font-size: 30px;
  color: white;
}

.font-judul_2 {
  font-family: 'Arimo', sans-serif;
  font-weight: 700 !important;
  font-size: 15px;
  color: white;
  text-align: justify;
}

.img-crsl {
  width: 652px;
  height: 377px;
  overflow: hidden;
}

.img-pop {
  width: 318px;
  height: 180px;
  overflow: hidden;
}

.img-thumbail-mdm {
  width: 410px;
  height: 225px;
  overflow: hidden;
}

.img-thumbail-mdm-1 {
  width: 413px;
  height: 225px;
  overflow: hidden;
}

.img-thumbail-sml {
  width: 121px;
  height: 79px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {

  .img-crsl {
    width: 652px;
    height: 374px;
    overflow: hidden;
  }

  .img-pop {
    width: 331px;
    height: 180px;
    overflow: hidden;
  }

  .img-thumbail-mdm {
    width: 220px;
    height: 146px;
    overflow: hidden;
  }

  .img-thumbail-mdm-1 {
    width: 214px;
    height: 150px;
    overflow: hidden;
  }

  .img-thumbail-sml {
    width: 74px;
    height: 68px;
    overflow: hidden;
  }

  

}

@media only screen and (max-width: 412px) {

  .img-crsl {
    width: 652px;
    height: 277px;
    overflow: hidden;
  }

  .img-pop {
    width: 370px;
    height: 224px;
    overflow: hidden;
  }

.font-judul {
  font-family: 'Arimo', sans-serif;
  font-weight: 700 !important;
  font-size: 20px;
  color: white;
}

.img-thumbail-mdm {
    width: 372px;
    height: 225px;
    overflow: hidden;
  }

  .img-thumbail-mdm-1 {
    width: 372px;
    height: 225px;
    overflow: hidden;
  }

  .img-thumbail-sml {
    width: 372px;
    height: 220px;
    overflow: hidden;
  }


}

@media only screen and (max-width: 384px) {

  .img-crsl {
    width: 652px;
    height: 277px;
    overflow: hidden;
  }

  .img-pop {
    width: 370px;
    height: 224px;
    overflow: hidden;
  }

.font-judul {
  font-family: 'Arimo', sans-serif;
  font-weight: 700 !important;
  font-size: 18px;
  color: white;
}

.img-thumbail-mdm {
    width: 353px;
    height: 225px;
    overflow: hidden;
  }

  .img-thumbail-mdm-1 {
    width: 353px;
    height: 225px;
    overflow: hidden;
  }

  .img-thumbail-sml {
    width: 353px;
    height: 220px;
    overflow: hidden;
  }


}

@media only screen and (max-width: 360px) {

  .img-crsl {
    width: 652px;
    height: 277px;
    overflow: hidden;
  }

  .img-pop {
    width: 370px;
    height: 224px;
    overflow: hidden;
  }

.font-judul {
  font-family: 'Arimo', sans-serif;
  font-weight: 700 !important;
  font-size: 18px;
  color: white;
}

.img-thumbail-mdm {
    width: 330px;
    height: 225px;
    overflow: hidden;
  }

  .img-thumbail-mdm-1 {
    width: 330px;
    height: 225px;
    overflow: hidden;
  }

  .img-thumbail-sml {
    width: 330px;
    height: 220px;
    overflow: hidden;
  }


}



.wrap-carousel {
  width: 652px;
  height: 360px;
  background-color: rgb(235, 8, 8);
  margin-top: 0px;
  margin-left: 9px;
  overflow: hidden;
}

.position-relative {
  position: relative !important;
}

.overflow-hidden {
  overflow: hidden !important;
}


.head-top {
  background-color: #FFEED2;
  height: 34px;
}

.footer-top {
  background-color: #FFEED2;
}

.footer-item {
  color: #47525E;
  font-family: Lato;
  text-decoration: none;
  width: 100%;
}

.cp-bottom {
  background-color: #343F4B;
  color: #FFFFFF;
}

.primary-menu {
  background-color: #5A6978;
  border-color: #F95F62;
}

/* .primary-menu .active {
  background-color: #F95F62;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
} */

.active_nav {
  background-color: #F95F62;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.link-menu {
  color: #FFFFFF;
  text-align: center;
  font-family: Roboto;
  text-decoration: none;
}

nav {
  display: block;
}

.link-menu:hover {
  color: #f08787;
}

.nav-item-mobile {
  width: 100%;
}

.btn-primary {
  background-color: #00A6FF;
  border: none;
  color: #FFFFFF;
  font-family: Roboto;
}

.btn-white {
  background-color: #FFFFFF;
}

.run-trend {
  color: #47525E;
  font-family: Roboto;
  font-size: 18px;
  font-style: italic;
  line-height: 23px;
  text-align: left;
}

.segment-nas {
  border-bottom: 4px solid #F95F62;
  font-family: Roboto;
}

.segment-nas .poin {
  background-color: #F95F62;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-bt {
  border-bottom: 4px solid #FF9052;
  font-family: Roboto;
}

.segment-bt .poin {
  background-color: #FF9052;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-inv {
  border-bottom: 4px solid #77D353;
  font-family: Roboto;
}

.segment-inv .poin {
  background-color: #77D353;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-par {
  border-bottom: 4px solid #976DD0;
  font-family: Roboto;
}

.segment-par .poin {
  background-color: #976DD0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-kes {
  border-bottom: 4px solid #B8977E;
  font-family: Roboto;
}

.segment-kes .poin {
  background-color: #B8977E;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-rag {
  border-bottom: 4px solid #969FAA;
  font-family: Roboto;
}

.segment-rag .poin {
  background-color: #969FAA;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-gfo {
  border-bottom: 4px solid #A67CE0;
  font-family: Roboto;
}

.segment-gfo .poin {
  background-color: #A67CE0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-gvi {
  border-bottom: 4px solid #6CC7F7;
  font-family: Roboto;
}

.segment-gvi .poin {
  background-color: #6CC7F7;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}

.segment-ifg {
  border-bottom: 4px solid #e7acda;
  font-family: Roboto;
}

.segment-ifg .poin {
  background-color: #e7acda;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 2px;
  color: #FFFFFF;
}


.card-title {
  font-weight: bold;
  padding-top: 0;
  color: #47525E;
  font-family: Roboto;
}

.card-attribute {
  padding-top: 0;
  line-height: 4px;
  font-size: 12px;
  color: #47525E;
  font-family: Roboto;
}

.card-category {
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 12px;
  color: #47525E;
  font-family: Roboto;
}

.card-text {
  font-size: 15px;
  color: #8190A5;
  font-family: Lato;
}

.card-text-alt {
  font-size: 15px;
  color: #47525E;
  font-family: Roboto;
  text-align: justify;
}

.card-title {
  font-weight: bold;
  padding-top: 0;
  color: #47525E;
  font-family: Roboto;
}

.card-title-big {
  font-weight: bold;
  padding-top: 0;
  color: #47525E;
  font-family: Lato;
  font-size: 38px;
}

.page-link {
  color: #5A6978;
  font-family: Lato;
  font-size: 14px;
  text-align: center;
}

.breadcrumb.breadcrumb-custom {
  padding: 0 0;
  border-color: #dbe3e6;
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.56rem 1.13rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}



.breadcrumb.breadcrumb-custom .breadcrumb-item {
  font-size: 0.875rem;
  font-family: Lato;
  padding: 0.56rem 10px;
  color: #47525E;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item:before {
  content: "";
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a {
  position: relative;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
  right: -22px;
  z-index: 3;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width: 12px;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  border-top: 21px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 12px solid #969FAA;
  top: -9px;
  right: -23px;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item:before {
  content: "";
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:before,
.breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  position: absolute;
  top: -9px;
  width: 0;
  height: 0;
  content: "";
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

a:link {

  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}


.be-comment-block {
  margin-bottom: 50px !important;
  border: 1px solid #edeff2;
  border-radius: 2px;
  padding: 50px 70px;
  border: 1px solid #ffffff;
}

.comments-title {
  font-size: 16px;
  color: #47525E;
  margin-bottom: 15px;
  font-family: Roboto;
}

.be-img-comment {
  width: 60px;
  height: 60px;
  float: left;
  margin-bottom: 15px;
}

.be-ava-comment {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.be-comment-content {
  margin-left: 80px;
}

.be-comment-content span {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.be-comment-name {
  font-size: 13px;
  font-family: 'Conv_helveticaneuecyr-bold';
}

.be-comment-content a {
  color: #383b43;
}

.be-comment-content span {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.be-comment-time {
  text-align: right;
}

.be-comment-time {
  font-size: 11px;
  color: #b4b7c1;
}

.be-comment-text {
  font-size: 13px;
  line-height: 18px;
  color: #7a8192;
  display: block;
  background: #f6f6f7;
  border: 1px solid #edeff2;
  padding: 15px 20px 20px 20px;
}

.form-group .form-input {
  font-size: 13px;
  line-height: 50px;
  font-weight: 400;
  color: #b4b7c1;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #edeff2;
  border-radius: 3px;
}

.form-group.fl_icon .form-input {
  padding-left: 70px;
}

.form-group textarea.form-input {
  height: 150px;
}

.btn-comment {
  background-color: #47525E;
  color: #ffffff;
}

.det-media {
  border-bottom: 1px solid #00A6FF !important;
}


.hamburger {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.cross {
  background: none;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 7px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  text-align: center;
  font-size: 12px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.menu li:hover {
  display: block;
  background: #ffffff;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #666;
}

.menu ul li a:hover {
  color: #666;
  text-decoration: none;
}

.menu a {
  text-decoration: none;
  color: #666;
}

.menu a:hover {
  text-decoration: none;
  color: #666;
}

.glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}

header {
  display: inline-block;
  font-size: 12px;
}

span {
  padding-left: 20px;
}

a {
  color: #336699;
}


.search-click {
  border: none;
  outline: none;
  background: transparent;
  background-size: 22px;
  background-position: 13px;
  width: 0px;
  height: 20px;
  padding: 14px;
  transition: all 0.5s;
}

.search-click::placeholder {
  color: #FFFFFF;
}

.search-click:focus {
  width: 300px;
  padding-left: 50px;
  background: white;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
}

.search-click {
  position: relative;
  overflow: hidden;
  height: 20px;
}

.search-click input {
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  position: absolute;
  width: 300px;
  height: 20px;
  left: 0%;
  padding: 10px;
}

.dropdown-menu {
  position: fixed !important;
  z-index: 1001;
}