.tips-landing-page {
  background: url("../images/bg-menu-mbl.png"), url("../images/bg-tips-16.png");
  background-repeat: no-repeat;
  background-size: 50%, 100%;
  background-position: 120% 70%, right 0 bottom 20%;
}

.tips-landing-page .tips-wrapper {
  max-width: 1040px;
  padding: 0 35px 100px;
  margin: auto;
  position: relative;
  margin-top: 175px;
}

.tips-landing-page .tips-wrapper .tips-title {
  margin-bottom: 50px;
  font-family: "Taberna";
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.tips-landing-page .tips-wrapper .arsip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 100px;
}

.tips-landing-page .tips-wrapper .arsip-wrapper .arsip-title {
  font-family: "Taberna";
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}

.tips-landing-page .tips-wrapper .arsip-wrapper .year-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  position: relative;
}

.tips-landing-page .tips-wrapper .arsip-wrapper .year-wrapper .pilih-tahun {
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid white;
  cursor: pointer;
  padding: 15px;
  width: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tips-landing-page .tips-wrapper .arsip-wrapper .year-wrapper .pilih-tahun i {
  pointer-events: none;
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .pilih-tahun
  .rotate {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .pilih-tahun
  .rotate.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tips-landing-page .tips-wrapper .arsip-wrapper .year-wrapper .year-inner {
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid white;
  cursor: pointer;
  overflow-y: auto;
  height: auto;
  max-height: 150px;
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 1;
  background-color: #141317;
  /* width */
  /* Track */
  /* Handle */
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .year-inner::-webkit-scrollbar {
  width: 7px;
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .year-inner::-webkit-scrollbar-track {
  background: #ffffff;
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .year-inner::-webkit-scrollbar-thumb {
  background: #262538;
  border-radius: 4px;
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .year-inner.d-none {
  display: none;
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .year-inner
  .tahun {
  padding: 15px;
  -webkit-animation: open-dropdown 1s;
  animation: open-dropdown 1s;
}

@-webkit-keyframes open-dropdown {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes open-dropdown {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.tips-landing-page
  .tips-wrapper
  .arsip-wrapper
  .year-wrapper
  .year-inner
  .tahun:hover {
  color: #e62332;
}

.tips-landing-page .tips-wrapper .tips-content-wrapper .tips-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner.full-txt
  .tips-content-txt {
  width: 100%;
  padding: 0;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt {
  width: 70%;
  padding-right: 45px;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  .tips-content-txt-title {
  margin-bottom: 30px;
  font-family: "Taberna";
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  .tips-content-txt-title:hover {
  color: #e62332;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  .tips-content-txt-sum {
  margin-bottom: 45px;
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  text-transform: capitalize;
  text-align: left;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  a {
  text-decoration: none;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  a
  .tips-content-txt-link {
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #e62332;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  a
  .tips-content-txt-link
  i {
  font-size: 12px;
  padding-left: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-txt
  a
  .tips-content-txt-link:hover
  i {
  padding-left: 20px;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-img {
  width: 30%;
  padding-left: 45px;
}

.tips-landing-page
  .tips-wrapper
  .tips-content-wrapper
  .tips-content-inner
  .tips-content-img
  img {
  width: 100%;
}

.tips-landing-page .tips-wrapper .pagination-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tips-landing-page .tips-wrapper .pagination-wrapper .pagination {
  display: inline-block;
}

.tips-landing-page .tips-wrapper .pagination-wrapper .pagination a {
  color: #ffffff;
  float: left;
  padding: 9px 15px;
  text-decoration: none;
  font-family: "Nunito Sans - Light", "Nunito Sans";
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid transparent;
}

.tips-landing-page .tips-wrapper .pagination-wrapper .pagination a.active,
.tips-landing-page
  .tips-wrapper
  .pagination-wrapper
  .pagination
  .page-numbers:nth-child(even):hover,
.tips-landing-page .tips-wrapper .pagination-wrapper .pagination a.active,
.tips-landing-page
  .tips-wrapper
  .pagination-wrapper
  .pagination:not(a.page-item.active:hover) {
  border-color: #e62332;
}

.tips-landing-page .tips-wrapper .pagination-wrapper .pagination a.prev:hover,
.tips-landing-page .tips-wrapper .pagination-wrapper .pagination a.next:hover {
  border-color: transparent !important;
  color: #e62332;
}

@media (max-width: 768px) {
  .tips-landing-page {
    background-size: 100%, 100%;
    background-position: 120% 77%, right 0 bottom 22%;
  }
  .tips-landing-page .tips-wrapper .tips-content-wrapper .tips-content-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .tips-landing-page
    .tips-wrapper
    .tips-content-wrapper
    .tips-content-inner
    .tips-content-txt {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tips-landing-page
    .tips-wrapper
    .tips-content-wrapper
    .tips-content-inner
    .tips-content-txt
    .tips-content-txt-title {
    font-size: 20px;
    line-height: 30px;
  }
  .tips-landing-page
    .tips-wrapper
    .tips-content-wrapper
    .tips-content-inner
    .tips-content-txt
    .tips-content-txt-sum {
    font-size: 15px;
    line-height: 25px;
  }
  .tips-landing-page
    .tips-wrapper
    .tips-content-wrapper
    .tips-content-inner
    .tips-content-txt
    a
    .tips-content-txt-link {
    font-size: 14px;
  }
  .tips-landing-page
    .tips-wrapper
    .tips-content-wrapper
    .tips-content-inner
    .tips-content-img {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
  }
  .tips-landing-page .tips-wrapper .pagination-wrapper .pagination a {
    font-size: 12px;
    padding: 3px 9px;
  }
}

@media (max-width: 576px) {
  .tips-landing-page .tips-wrapper .tips-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .tips-landing-page .tips-wrapper .arsip-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .tips-landing-page .tips-wrapper .arsip-wrapper .arsip-title {
    margin: auto;
    font-size: 15px;
  }
  .tips-landing-page .tips-wrapper .arsip-wrapper .year-wrapper {
    margin: auto;
  }
  .tips-landing-page .tips-wrapper .arsip-wrapper .year-wrapper div {
    font-size: 14px;
  }
}
/*# sourceMappingURL=tips-landing.css.map */
