.leader_of_the_month {
    position: fixed;
    right: 0;
    color: #fff;
    z-index: 10;
    top: 25vh;
    /* writing-mode: vertical-lr;
    text-orientation: mixed; */
    background: #f3bf3b;
    padding: 10px;
        border-radius: 8px 0 0 8px;
        text-align: center;
}
@keyframes roll {
    0%,100%{
        top: 400px;
    }
    50%{
      top: 20px;
    }
}
.animate-mvp{
  animation-name: openings;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
#page-mvp.animate-closed{
  animation-name: closeds;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes openings {
  0%{
    transform: translateX(2000px);
  }
  50%{
    transform: translateX(0);
  }
}
@keyframes closeds {
  from{
    transform: translateX(00px);
  }
  to{
    transform: translateX(2000px);
    display: none;
  }
}
#page-mvp a {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #fff;
    text-shadow: 0 0 2px #000000b3;
}
#page-mvp {
    width: 100%;
    height: 100vh;
    background: black;
    color: #fff;
    z-index: 99;
    position: absolute;
}
a .leader_of_the_month {
    color: #fff!important;
}
a:hover .leader_of_the_month {
    background: #16a307;
}
.leader_of_the_month::after {
    content: '';
    position: absolute;
    left: -5px;
    top: 60px;
    background: #108603;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    animation: roll 2s ease infinite;
}

.black-bar{
  background-color: #000000cf!important;
}
.mask:not(.hero-image):not(.hero-image-left) {
    opacity: 1;
}
header .navbar-expand .navbar-brand img {
    height: 60px;
}
.container.header {
    max-width: 1270px;
}
.select.form-control {
    color: #fff;
    border: 1px solid #fff;
}
.b-r-12{
  border-radius: 12px;
}
.card.featured:after{
  border-radius: 12px;
}
.card{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31)
}
h2.featured.center:before{
  content: none;
}
h2.featured.center{
  color: #fff;
}
h2.featured.center.black{
  color: #000000;
}
h2.featured:before{
  content: none;
}
.card.no-border{
  border: 0;
  box-shadow: none;
  background: transparent!important;
}
.card.no-border:hover a h4{
  color: #000!important;
}
.card.no-border:not(.no-hover):hover a, .card.no-border.sticky:not(.no-hover) a{
  color: #000!important;
  -webkit-text-fill-color: #000;
}
section.featured:after{
  content: none;
}
img.event{
  width: 150px;
  height: auto;
}
img.certified{
  width: 40px;
}
img.certified.haacp{
  width: 60px;
}
img.ap2li{
  width: 250px;
}
/* .bg-rewardpromo{
  background: url(../images/cruise.jpg);
  background-size: cover;
}
img.ranked {
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #ffffff14;
    border-radius: 12px;
    object-fit: cover;
} */
.p-relative{
  position: relative;
  height: 100%;
}
.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    width: 125px;
    background: #000000c9;
    border-radius: 50%;
    transition: 0.5s ease;
    opacity: 0.5;
}
.item .box-calender {
    padding: 20px 15px;
    border: 2px solid #e5e5e5;
    background: white;
    border-radius: 10px;
}
.owl-banners .item img{
    /* height: 286px; */
    max-height: 350px;
    height: auto;
}
.section-1 {
    /* padding: 250px 0; */
}
.section-1 {
    padding: 250px 0 30px 0px;
}
.image-over:hover .play-btn{
    background: #000;
    transition: 0.5s ease;
    opacity: 1;
}
h2.featured.center.black:after {
    content: '';
    border-bottom: 5px solid #000;
    width: 130px;
    display: block;
    margin: 15px auto;
}
.items .item .card.featured:before {
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
}
.items .item .card.featured:before {
    right: -5px;
    bottom: -5px;
}
.items .item:first-child .card.featured:before {
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    content: none;
}
.items .item:last-child .card.featured:before {
    right: -5px;
    bottom: -5px;
    content: none;
}
.white .featured ,.white h5,.white p,.white li,.white b{
  color: #fff;
}
.card.detail-product:not(.no-hover):hover{
    background: #fff;

}
.card.detail-product:not(.no-hover):hover h3, .card.detail-product:not(.no-hover):hover h4, .card.detail-product:not(.no-hover):hover p{
  color: #000;
}
.news-related.card:not(.no-hover):hover a, .news-related.card.sticky:not(.no-hover) a{
  color: #000;
  -webkit-text-fill-color:#000;
}
.news-related .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 13px;
}
.play-video-btn{
  left: 0;
      position: absolute;
      z-index: 2;
      right: 0;
      width: 70px;
      padding: 20px 6px;
      border-radius: 100%;
      font-size: 26px;
      background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
      background-image: linear-gradient(45deg, #68bf6a2b 0%, #c0c0c063 55%);
      background-size: 200% auto;
      color: var(--primary-b-color);
      margin-left: auto;
      margin-right: auto;
      top: 45%;
}
.foto-tumb{
  height: 200px;
  object-fit: cover;
}
section#footer{
  padding: 0;
}
section#video::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #050505db;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
section#video{
  background-size: cover;
  z-index: 1;
}


section#profile::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    position: absolute;
    left: 0;
    z-index: -2;
    top: 0;
}
section#profile{
  background-size: cover;
  z-index: -1;
}
section#profile-detail::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    position: absolute;
    left: 0;
    z-index: -2;
    top: 0;
}
section#profile-detail{
  background-size: cover;
  z-index: -1;
}

section#produk::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
section#produk{
  background-size: cover;
  z-index: 1;
}
section#produk-detail::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
section#produk-detail{
  background-size: cover;
  z-index: 1;
}
section#visi::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #050505db;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
section#visi{
  background-size: cover;
  z-index: 1;
}

section#event{
  padding: 25px 0;
}
section#news{
    background-size: cover;
    z-index: 1;
}
section#news::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
section#news .card:hover {
    background: whitesmoke;
    color: #000;
}
section#news .card:not(.no-hover):hover h3, section#news .card:not(.no-hover):hover h4, section#news .card:not(.no-hover):hover p {
    color: #000;
}
img.video-tumb {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
#banners{
  position: absolute;
    z-index: 3;
    bottom: 25px;
    width: 100%;
    height: 155px;
    display: block;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
#banners span[aria-label="Next"]{
  font-size: 55px;
  position: absolute;
  right: -40px;
  z-index: 3;
  top: 135px;
  color: #fff;
  background: #f3bf3b;
  padding: 0 15px;
}
#banners span[aria-label="Previous"]{
  font-size: 55px;
  position: absolute;
  left: -40px;
  z-index: 3;
  top: 135px;
  color: #fff;
  background: #f3bf3b;
  padding: 0 15px;
}
.box-calender .desc {
    height: 110px!important;
    display: block;
    overflow-y: clip;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-bottom: 15px;
}

/* berita */

.news-page h4.title {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}
.news-page p.date {
    padding: 0px;
    margin: 10px 0;
    font-weight: bold;
}
/* mixin for multiline */
.news-page .desc {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.news-page .desc:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-page .desc:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: whitesmoke;
}
.card:not(.no-hover):hover a.full-page, .card.sticky:not(.no-hover) a.full-page{
    color: var(--primary-color);
    -webkit-text-fill-color: var(--primary-color);
}
.product.card:not(.no-hover):hover a{
  color: #000!important;
  -webkit-text-fill-color: #000!important;
}
.card:not(.no-hover):hover i {
    color: #daa520!important;
    -webkit-text-fill-color: #daa520!important;
}
.product .detailarrow{
    position: absolute;bottom: 25px;
    left: 0;right: 0;
    font-size: 1.2rem;
}
.product.card:hover .detailarrow{
  color: #daa520!important;
  -webkit-text-fill-color: #daa520!important;
}
.product .detailarrow i{
    position: relative;
    top: 2px;
}
.backbtn {
    color: #6f7c92!important;
}
.b-r-12.text-left.card:hover b{
  color: #fff!important;
  -webkit-text-fill-color: #fff!important;
  text-shadow: 1px 1px 1px #fff;
}
.card:not(.no-hover):hover a.backbtn{
    color: #daa520!important;
    -webkit-text-fill-color: #daa520!important;
}
.card:not(.no-hover):hover a.full-page{
    color: #ffffff!important;
    -webkit-text-fill-color: #ffffff!important;
}
.tumbnail-news{
    width: 100%;
    object-fit: cover;
    height: 100%;
    height: 275px;
}
.card.featured:hover:after{
    background: #fff;
}

.product.card.featured {
    min-height: 465px;
}
.card.featured i.btn-icon.icon-arrow-right-circle {
    position: absolute;
    bottom: 20px;
    font-size: 26px;
    left: 0;
    right: 0;
}

.card.featured h4.titleproduct {
    max-height: 88px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow-y: hidden;
}
.card:not(.no-hover):hover span, .card.stycky:not(.no-hover) span {
    color: #000;
    -webkit-text-fill-color: #000!important;
}
h2.featured {
    margin: 0;
}
.limit-article{
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

#banners.visible{
    opacity: 1;
    transition: 0.5s ease;
}
#banners .item:hover{
    top:10px;
    transition: 0.5 ease;
    position: relative;
}
#banners{
    opacity: 0;
    transition: 0.5s ease;
}
.product.card:not(.no-hover):hover h4{
      color: #000;
}

/* .panelinfo {
    position: absolute;
    left: 0;
    background: #f3bf3b;
    width: calc(100% - 30rem);
    z-index: 4;
    height: 120px;
    bottom: -60px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.panelinfo a{
  color: #fff!important;
  display: block;
  font-size: 25px;
}
.panelinfo svg {
    font-size: 30px;
    width: 100%;
    height: 28px;
    margin: 5px 0;
} */

footer .brand .logo img {
    width: 88px;
    height: auto;
}

@media (max-width:991px) {
  .col-12.col-lg-6.p-3.text-right{
    text-align: center!important;
  }
  .d-inline-block.float-right.text-center {
    margin: 0 auto;
    width: 100%;
  }
  #footer .d-inline-block.float-left {
      text-align: center;
      margin: 0 auto;
      display: block!important;
      width: 100%;
  }
  #banners span[aria-label="Next"]{
      display: none;
  }
  #banners span[aria-label="Previous"]{
      display: none;
  }
  .section-1 {
    padding: 110px 0 30px 0px;
  }
  .box-calender .desc {
    height: 110px!important;
    display: block;
    overflow-y: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-bottom: 15px;
  }

.tumbnail-news {
    width: 100%;
    object-fit: contain;
    height: 190px;
  }
  .limit-article {
      overflow: hidden;
      max-height: 85px;
  }
}
