@charset "UTF-8";
/* * Theme Name: HTML StarterKit
 * * Theme URI: https://github.com/fahmadrifki/html-starterkit2
 * * Description: HTML StarterKit versi 2.0
 * * Author: Ahmad Rifki Fachrudin
 * * Author URI: https://fahmadrifki.github.io/
 * * Version: 2.0
 * */
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
.black {
  background-color: #000000 !important;
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.white {
  background-color: #FFFFFF !important;
}

.fb {
  background-color: #45629F !important;
}

.share {
  background-color: #D9D9D9 !important;
}

.primary {
  background-color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .primary-lg {
    background-color: #EC1D25 !important;
  }
}
@media (min-width: 1200px) {
  .primary-xl {
    background-color: #EC1D25 !important;
  }
}

.primary-soft {
  background-color: #F4EEEE !important;
}
@media (min-width: 992px) {
  .primary-soft-lg {
    background-color: #F4EEEE !important;
  }
}
@media (min-width: 1200px) {
  .primary-soft-xl {
    background-color: #F4EEEE !important;
  }
}

.primary-gradient {
  background-image: linear-gradient(to right, #313131, #000000) !important;
}
@media (min-width: 992px) {
  .primary-gradient-lg {
    background-image: linear-gradient(to right, #313131, #000000) !important;
  }
}
@media (min-width: 1200px) {
  .primary-gradient-xl {
    background-image: linear-gradient(to right, #313131, #000000) !important;
  }
}

.primary-gradient-to-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(52, 52, 52, 0.45)) !important;
}
@media (min-width: 992px) {
  .primary-gradient-to-top-lg {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(52, 52, 52, 0.45)) !important;
  }
}
@media (min-width: 1200px) {
  .primary-gradient-to-top-xl {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(52, 52, 52, 0.45)) !important;
  }
}

.gray-dark {
  background-color: rgb(55, 73, 87) !important;
}
@media (min-width: 992px) {
  .gray-dark-lg {
    background-color: rgb(55, 73, 87) !important;
  }
}
@media (min-width: 1200px) {
  .gray-dark-xl {
    background-color: rgb(55, 73, 87) !important;
  }
}

.gray-light {
  background-color: rgb(245, 245, 245) !important;
}
@media (min-width: 992px) {
  .gray-light-lg {
    background-color: rgb(245, 245, 245) !important;
  }
}
@media (min-width: 1200px) {
  .gray-light-xl {
    background-color: rgb(245, 245, 245) !important;
  }
}

.gray-title-bg {
  background-color: #313131 !important;
}
@media (min-width: 992px) {
  .gray-title-bg-lg {
    background-color: #313131 !important;
  }
}
@media (min-width: 1200px) {
  .gray-title-bg-xl {
    background-color: #313131 !important;
  }
}

.gray-text-bg {
  background-color: #8A8A8A !important;
}
@media (min-width: 992px) {
  .gray-text-bg-lg {
    background-color: #8A8A8A !important;
  }
}
@media (min-width: 1200px) {
  .gray-text-bg-xl {
    background-color: #8A8A8A !important;
  }
}

.bg-3 {
  background-color: #3F2E3E !important;
}
@media (min-width: 992px) {
  .bg-3-lg {
    background-color: #3F2E3E !important;
  }
}
@media (min-width: 1200px) {
  .bg-3-xl {
    background-color: #3F2E3E !important;
  }
}

.bg-4 {
  background-color: #862B0D !important;
}
@media (min-width: 992px) {
  .bg-4-lg {
    background-color: #862B0D !important;
  }
}
@media (min-width: 1200px) {
  .bg-4-xl {
    background-color: #862B0D !important;
  }
}

/*--- /Bg Color ---*/
/*--- Text Color ---*/
.text-black {
  color: #000000 !important;
}

.text-white {
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  .text-white-lg {
    color: #FFFFFF !important;
  }
}
@media (min-width: 1200px) {
  .text-white-xl {
    color: #FFFFFF !important;
  }
}

.text-color-title {
  color: #313131 !important;
}

.text-color {
  color: #8A8A8A !important;
}

.text-color-primary {
  color: #EC1D25 !important;
}

.text-color-gray-bg-dark {
  color: rgb(55, 73, 87) !important;
}

/*--- /Text Color ---*/
/*-- Font --*/
.roboto {
  font-family: "Roboto", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.newsreader {
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.inter {
  font-family: "Inter", sans-serif !important;
}

.open-sans {
  font-family: "Open Sans", sans-serif !important;
}

/*-- /Font --*/
/*--- Text Weight ---*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

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

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--- /Text Weight ---*/
.fs-8 {
  font-size: 0.5rem;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.688rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.813rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.938rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.063rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.188rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.313rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.438rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.563rem;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

/*--- Image ---*/
.of-cover {
  object-fit: cover !important;
}

.of-contain {
  object-fit: contain !important;
}

.op-top {
  object-position: top;
  -o-object-position: top;
}

.op-right {
  object-position: right;
  -o-object-position: right;
}

.op-bottom {
  object-position: bottom;
  -o-object-position: bottom;
}

.op-left {
  object-position: left;
  -o-object-position: left;
}

.img-circle {
  border-radius: 50%;
}

.img-zoom {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.img-rounded-5 {
  border-radius: 5px;
}

.img-rounded-10 {
  border-radius: 10px;
}

/*--- /Image ---*/
/*--- Button ---*/
.btn-line-rounded {
  border-radius: 50px;
  padding: 0.356rem 0.975rem;
  transition: 0.3s all;
  cursor: pointer;
}
.btn-line-rounded:hover {
  color: #FFFFFF !important;
  border: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: 0.3s all;
}

.btn-white {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}
.btn-white:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  text-decoration: none;
}

/*--- /Button ---*/
.card-news {
  text-decoration: none;
}
.card-news .card-news-text .card-news-text-category {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news .card-news-text .card-news-text-category {
    font-size: 11px;
  }
}
.card-news .card-news-text .card-news-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-news .card-news-text .card-news-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-news .card-news-text .card-news-text-title {
    font-size: 18px;
  }
}
.card-news .card-news-text .card-news-text-shortdesc {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .card-news .card-news-text .card-news-text-shortdesc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 992px) {
  .card-news .card-news-text .card-news-text-shortdesc {
    display: -webkit-box !important;
  }
}
.card-news .card-news-text .card-news-text-date {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news .card-news-text .card-news-text-date {
    font-size: 11px;
  }
}
.card-news .card-news-img img {
  width: 140px;
  height: auto;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .card-news .card-news-img img {
    width: 259px;
    height: auto;
  }
}

.card-news-2 {
  text-decoration: none;
}
.card-news-2 .card-news-2-text .card-news-2-text-category {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-2 .card-news-2-text .card-news-2-text-category {
    font-size: 11px;
  }
}
.card-news-2 .card-news-2-text .card-news-2-text-title {
  font-size: 14px;
}
.card-news-2 .card-news-2-text .card-news-2-text-date {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-2 .card-news-2-text .card-news-2-text-date {
    font-size: 11px;
  }
}
.card-news-2 .card-news-2-text .card-news-2-text-icon {
  font-size: 9pt;
}
.card-news-2 .card-news-2-text .card-news-2-text-icon img {
  width: 15px;
  height: 15px;
}
.card-news-2 .card-news-2-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 140px;
  height: auto;
}
@media (min-width: 992px) {
  .card-news-2 .card-news-2-img img {
    width: 113px;
    height: auto;
  }
}

.card-news-headline {
  text-decoration: none;
}
.card-news-headline-img img {
  height: 281px;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 768px) {
  .card-news-headline-img img {
    height: 528px;
  }
}
.card-news-headline-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-news-headline-text-category {
    font-size: 14px;
  }
}
.card-news-headline-text-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .card-news-headline-text-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .card-news-headline-text-title {
    font-size: 26px;
  }
}
.card-news-headline-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-news-headline-text-date {
    font-size: 14px;
  }
}
.card-news-headline-text-icon {
  font-size: 9pt;
}
.card-news-headline-text-icon img {
  width: 15px;
  height: 15px;
}
.card-news-headline-share {
  right: 0;
  bottom: 5px;
}

.card-news-headline-2 {
  text-decoration: none;
}
.card-news-headline-2 .card-news-headline-2-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.card-news-headline-2 .card-news-headline-2-text {
  height: 180px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-news-headline-2 .card-news-headline-2-text {
    height: 180px;
  }
}
.card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-category {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-category {
    font-size: 11px;
  }
}
.card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-title {
  font-size: 14px;
}
.card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-date {
  font-size: 10px;
}
@media (min-width: 992px) {
  .card-news-headline-2 .card-news-headline-2-text .card-news-headline-2-text-date {
    font-size: 11px;
  }
}

.card-tematik {
  text-decoration: none;
}
.card-tematik .card-tematik-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.card-tematik .card-tematik-text .card-tematik-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-tematik .card-tematik-text .card-tematik-text-title {
    font-size: 16px;
  }
}

.card-schedule .card-schedule-date {
  font-size: 0.8rem;
}
.card-schedule .card-schedule-score .card-schedule-score-team {
  width: 74px;
}
.card-schedule .card-schedule-score .card-schedule-score-team img {
  width: auto !important;
  height: 16px !important;
  display: inline-block !important;
}
.card-schedule .card-schedule-score .card-schedule-score-team p {
  font-size: 8pt;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 14px;
  min-height: 28px;
  max-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-schedule .card-schedule-score .card-schedule-score-text {
  font-size: 1rem;
}
@media (min-width: 1400px) {
  .card-schedule .card-schedule-score .card-schedule-score-text {
    font-size: 1rem;
  }
}

.card-photo {
  text-decoration: none;
}
.card-photo .card-photo-text {
  width: 100%;
}
@media (min-width: 992px) {
  .card-photo .card-photo-text {
    width: 50%;
  }
}
.card-photo .card-photo-text .card-photo-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo .card-photo-text .card-photo-text-category {
    font-size: 12px;
  }
}
.card-photo .card-photo-text .card-photo-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-photo .card-photo-text .card-photo-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-photo .card-photo-text .card-photo-text-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.card-photo .card-photo-text .card-photo-text-shortdesc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;
  max-height: 66px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-photo .card-photo-text .card-photo-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo .card-photo-text .card-photo-text-date {
    font-size: 12px;
  }
}
.card-photo .card-photo-text .card-photo-text-icon {
  font-size: 9pt;
}
.card-photo .card-photo-text .card-photo-text-icon img {
  width: 15px;
  height: 15px;
}
.card-photo .card-photo-img {
  width: 100%;
}
@media (min-width: 992px) {
  .card-photo .card-photo-img {
    width: 50%;
  }
}
.card-photo .card-photo-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .card-photo .card-photo-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}

.card-photo-2 {
  text-decoration: none;
}
.card-photo-2 .card-photo-2-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-category {
    font-size: 12px;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-title {
    font-size: 18px;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-shortdesc {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-shortdesc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-photo-2 .card-photo-2-text .card-photo-2-text-date {
    font-size: 12px;
  }
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-icon {
  font-size: 9pt;
}
.card-photo-2 .card-photo-2-text .card-photo-2-text-icon img {
  width: 15px;
  height: 15px;
}
.card-photo-2 .card-photo-2-share {
  right: 0;
  bottom: 5px;
}
@media (min-width: 1200px) {
  .card-photo-2 {
    border-bottom: 1px solid rgb(245, 245, 245);
  }
}

.card-infografis-headline {
  text-decoration: none;
}
.card-infografis-headline .card-infografis-headline-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-category {
    font-size: 12px;
  }
}
.card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-title {
  font-size: 11pt;
}
@media (min-width: 768px) {
  .card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-title {
    font-size: 20px;
  }
}
.card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis-headline .card-infografis-headline-text .card-infografis-headline-text-date {
    font-size: 12px;
  }
}
.card-infografis-headline .card-infografis-headline-text .card-photo-text-icon {
  font-size: 9pt;
}
.card-infografis-headline .card-infografis-headline-text .card-photo-text-icon img {
  width: 15px;
  height: 15px;
}
.card-infografis-headline .card-infografis-headline-share {
  right: 0;
  bottom: 5px;
}
@media (min-width: 1200px) {
  .card-infografis-headline {
    border-bottom: 1px solid rgb(245, 245, 245);
  }
}

.card-infografis {
  text-decoration: none;
}
.card-infografis .card-infografis-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.card-infografis .card-infografis-text .card-infografis-text-category {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis .card-infografis-text .card-infografis-text-category {
    font-size: 12px;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .card-infografis .card-infografis-text .card-infografis-text-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .card-infografis .card-infografis-text .card-infografis-text-title {
    font-size: 18px;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-shortdesc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .card-infografis .card-infografis-text .card-infografis-text-shortdesc {
    display: -webkit-box !important;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-date {
  font-size: 11px;
}
@media (min-width: 992px) {
  .card-infografis .card-infografis-text .card-infografis-text-date {
    font-size: 12px;
  }
}
.card-infografis .card-infografis-text .card-infografis-text-icon {
  font-size: 9pt;
}
.card-infografis .card-infografis-text .card-infografis-text-icon img {
  width: 15px;
  height: 15px;
}
.card-infografis .card-infografis-share {
  right: 0;
  bottom: 5px;
}

/*--- Footer ---*/
.footer {
  background-color: #313131;
}

/*--- /Footer ---*/
/*--- Header ---*/
#nav-header {
  position: fixed;
  top: 0;
  z-index: 1022;
  width: 100%;
}

#nav-header-mobile {
  background: #FFFFFF;
  width: 274px;
  position: fixed;
  height: 100%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -274px;
  position: fixed;
}
#nav-header-mobile.active {
  margin-left: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.overlay-menu-mobile {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  position: fixed;
}
.overlay-menu-mobile.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}

.header-space {
  height: 78px;
}
@media (min-width: 768px) {
  .header-space {
    height: 114px;
  }
}
@media (min-width: 992px) {
  .header-space {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .header-space {
    height: 140px;
  }
}

#header-top {
  height: 78px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#header-top ul li a {
  font-size: 10px;
}
@media (min-width: 992px) {
  #header-top ul li a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #header-top ul li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #header-top {
    height: 70px;
  }
}
#header-top.active {
  height: 0;
  margin-top: -18px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#header-top.active ul li a {
  font-size: 10px;
}
@media (min-width: 992px) {
  #header-top.active ul li a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #header-top.active ul li a {
    font-size: 16px;
  }
}

#header-top-mobile {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 0 !important;
}
@media (min-width: 992px) {
  #header-top-mobile {
    height: 50px;
  }
}
#header-top-mobile.active {
  height: 78px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#header-menu {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#header-menu.active ul li a {
  font-size: 10px;
}
@media (min-width: 992px) {
  #header-menu.active ul li a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #header-menu.active ul li a {
    font-size: 16px;
  }
}

.btn-dropdown-otonews #dropdown-menu-otonews {
  height: 40px;
  display: none;
  position: absolute;
  top: 62px;
  width: 100% !important;
  left: 0;
  margin: 0;
}
.btn-dropdown-otonews #dropdown-menu-otonews ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
.btn-dropdown-otonews #dropdown-menu-otonews ul li:first-child a::before {
  content: " ";
}
.btn-dropdown-otonews:hover #dropdown-menu-otonews {
  display: block;
}

.btn-dropdown-otosport #dropdown-menu-otosport {
  height: 40px;
  display: none;
  position: absolute;
  top: 62px;
  width: 100% !important;
  left: 0;
  margin: 0;
}
.btn-dropdown-otosport #dropdown-menu-otosport ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
.btn-dropdown-otosport #dropdown-menu-otosport ul li:first-child a::before {
  content: " ";
}
.btn-dropdown-otosport:hover #dropdown-menu-otosport {
  display: block;
}

.btn-dropdown-otomodif #dropdown-menu-otomodif {
  height: 40px;
  display: none;
  position: absolute;
  top: 62px;
  width: 100% !important;
  left: 0;
  margin: 0;
}
.btn-dropdown-otomodif #dropdown-menu-otomodif ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
.btn-dropdown-otomodif #dropdown-menu-otomodif ul li:first-child a::before {
  content: " ";
}
.btn-dropdown-otomodif:hover #dropdown-menu-otomodif {
  display: block;
}

.btn-dropdown-ototips #dropdown-menu-ototips {
  height: 40px;
  display: none;
  position: absolute;
  top: 62px;
  width: 100% !important;
  left: 0;
  margin: 0;
}
.btn-dropdown-ototips #dropdown-menu-ototips ul li a::before {
  content: "•";
  margin-right: 1.5rem;
}
.btn-dropdown-ototips #dropdown-menu-ototips ul li:first-child a::before {
  content: " ";
}
.btn-dropdown-ototips:hover #dropdown-menu-ototips {
  display: block;
}

/*--- /Header ---*/
.headline-category-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .headline-category-carousel .owl-nav {
    top: 35%;
  }
}
.headline-category-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.headline-category-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-category-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-category-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.headline-category-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.headline-category-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-category-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-category-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.headline-category-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.headline-carousel .owl-dots {
  position: absolute !important;
  width: 100% !important;
  bottom: 0;
  margin-bottom: 0.75rem;
}
.headline-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.headline-carousel .owl-dots .owl-dot.active span {
  background-color: #EC1D25 !important;
}
.headline-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav {
    top: 25%;
  }
}
.headline-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.headline-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.headline-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.headline-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.headline-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .headline-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.headline-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.gallery-photo-carousel .owl-dots {
  position: absolute !important;
  width: 100% !important;
  bottom: 0;
  margin-bottom: 0.75rem;
}
.gallery-photo-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.gallery-photo-carousel .owl-dots .owl-dot.active span {
  background-color: #EC1D25 !important;
}
.gallery-photo-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .gallery-photo-carousel .owl-nav {
    top: 25%;
  }
}
.gallery-photo-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.gallery-photo-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.gallery-photo-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .gallery-photo-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.gallery-photo-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.gallery-photo-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
}
.gallery-photo-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .gallery-photo-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.gallery-photo-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.nav-schedule-carousel .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .nav-schedule-carousel .owl-nav {
    top: 25%;
  }
}
.nav-schedule-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.nav-schedule-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.nav-schedule-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .nav-schedule-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.nav-schedule-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.nav-schedule-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.nav-schedule-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .nav-schedule-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.nav-schedule-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.trivia-carousel .owl-nav {
  position: absolute;
  top: -37px;
  right: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .trivia-carousel .owl-nav {
    top: 25%;
  }
}
.trivia-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.trivia-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.trivia-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .trivia-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.trivia-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.trivia-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.trivia-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .trivia-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.trivia-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.photo-carousel .owl-nav {
  position: absolute;
  bottom: 38px;
  left: 40%;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .photo-carousel .owl-nav {
    top: 25%;
  }
}
.photo-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.photo-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.photo-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .photo-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.photo-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.photo-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
}
.photo-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .photo-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.photo-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.photo-mobile-carousel .owl-nav {
  position: absolute;
  bottom: 38px;
  left: 40%;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .photo-mobile-carousel .owl-nav {
    top: 25%;
  }
}
.photo-mobile-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0 8px 0 0;
}
.photo-mobile-carousel .owl-nav .owl-prev img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.photo-mobile-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .photo-mobile-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.photo-mobile-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
}
.photo-mobile-carousel .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
}
.photo-mobile-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .photo-mobile-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.photo-mobile-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.sport-category-carousel .owl-nav {
  position: absolute;
  top: 33%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sport-category-carousel .owl-nav {
    top: 25%;
  }
}
.sport-category-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.sport-category-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.sport-category-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .sport-category-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.sport-category-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.sport-category-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.sport-category-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .sport-category-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.sport-category-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.editor-pick-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.editor-pick-carousel .owl-dots .owl-dot.active span {
  background-color: #EC1D25 !important;
}
.editor-pick-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .editor-pick-carousel .owl-nav {
    top: 25%;
  }
}
.editor-pick-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.editor-pick-carousel .owl-nav .owl-prev img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.editor-pick-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .editor-pick-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.editor-pick-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.editor-pick-carousel .owl-nav .owl-next img {
  padding: 0.5rem;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.editor-pick-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .editor-pick-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.editor-pick-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

/*-- Search Header --*/
.search-top form input {
  width: 400px;
  height: 36px;
  border-radius: 25px;
  border: solid 2px #a66368;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
}
.search-top form button {
  background-image: linear-gradient(to right, #ec1c24, #9e0b16) !important;
  color: #fff !important;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
}

.search-1 {
  border: 1px solid #000000;
}
.search-1 input {
  color: #313131 !important;
  background-color: #FFFFFF !important;
  font-size: 14px !important;
}
.search-1 input:active {
  outline: none !important;
}
.search-1 input:focus {
  outline: none !important;
}
.search-1 button {
  cursor: pointer;
  border: none;
}
@media (min-width: 992px) {
  .search-1 {
    min-width: 340px;
  }
}

/*-- /Search Header --*/
.news-content blockquote {
  padding: 10px 0px;
  border-left: 5px solid #000000;
  background-color: rgb(245, 245, 245) !important;
  margin-bottom: 20px !important;
  position: relative;
  padding: 0.5rem 1rem;
  display: flex !important;
  flex-direction: column !important;
}
.news-content blockquote p {
  color: #000000;
  margin-bottom: 0px !important;
  font-family: "Inter", sans-serif !important;
  width: 100%;
  padding: 5px 0px;
}
.news-content blockquote p a {
  font-weight: 700 !important;
  color: #EC1D25 !important;
}
.news-content blockquote p a strong {
  font-weight: 700 !important;
  color: #EC1D25 !important;
}
.news-content blockquote p a strong a {
  font-weight: 700 !important;
  color: #EC1D25 !important;
}
.news-content blockquote p b {
  font-weight: 500 !important;
  color: #313131 !important;
}
.news-content blockquote a {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  color: rgb(55, 73, 87) !important;
  font-weight: 600;
}
.news-content blockquote a:hover {
  color: #000000 !important;
}
.news-content ol li {
  font-family: "Inter", serif !important;
  font-size: 1rem;
}
.news-content ul li {
  font-family: "Inter", serif !important;
  font-size: 1rem;
}
.news-content figcaption {
  text-align: center !important;
  font-size: 12px !important;
}
.news-content p a {
  color: #EC1D25 !important;
}
.news-content h1 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
}
.news-content h1 a {
  color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .news-content h1 {
    font-size: 1.5rem !important;
  }
}
.news-content h2 {
  font-size: 1.35rem !important;
  font-weight: bold !important;
}
.news-content h2 a {
  color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .news-content h2 {
    font-size: 1.35rem !important;
  }
}
.news-content h3 {
  font-size: 1.15rem !important;
  font-weight: bold !important;
}
.news-content h3 a {
  color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .news-content h3 {
    font-size: 1.15rem !important;
  }
}
.news-content h4 {
  font-size: 14px !important;
  font-weight: bold !important;
}
.news-content h4 a {
  color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .news-content h4 {
    font-size: 18px !important;
  }
}
.news-content h5 {
  font-size: 14px !important;
  font-weight: bold !important;
}
.news-content h5 a {
  color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .news-content h5 {
    font-size: 18px !important;
  }
}
.news-content h6 {
  font-size: 14px !important;
  font-weight: bold !important;
}
.news-content h6 a {
  color: #EC1D25 !important;
}
@media (min-width: 992px) {
  .news-content h6 {
    font-size: 18px !important;
  }
}
.news-content iframe {
  width: 100% !important;
}
.news-content table tbody, .news-content table td, .news-content table tfoot, .news-content table th, .news-content table thead, .news-content table tr {
  border: 1px solid #000000 !important;
  padding: 0.5rem !important;
}

.fotocap {
  position: absolute;
  margin-top: -102px;
  height: 102px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.nav-jadwal .nav-link {
  background-color: rgb(245, 245, 245) !important;
}
.nav-jadwal .nav-link.active {
  background-color: #FFFFFF !important;
}

.nav-klasemen .nav-link {
  background-color: rgb(245, 245, 245) !important;
}
.nav-klasemen .nav-link.active {
  background-color: #FFFFFF !important;
}

.headline-category-carousel .owl-nav {
  width: 98.7% !important;
}

.title-section h4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .title-section h4 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .title-section h4 {
    font-size: 20px !important;
  }
}
.title-section a {
  font-size: 12px !important;
}
@media (min-width: 1200px) {
  .title-section a {
    font-size: 14px !important;
  }
}

.sticky-top-share-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 98px;
  z-index: 1020;
}

.breaking-news-sec .text-title {
  font-size: 12px !important;
}
.breaking-news-sec #boxBreaking a {
  font-size: 12px !important;
}
.breaking-news-sec .text-date {
  font-size: 12px !important;
}
@media (min-width: 992px) {
  .breaking-news-sec .text-title {
    font-size: 14px !important;
  }
  .breaking-news-sec #boxBreaking a {
    font-size: 14px !important;
  }
  .breaking-news-sec .text-date {
    font-size: 14px !important;
  }
}

.border-black {
  border-color: #000000 !important;
}

.top-76 {
  top: 76px !important;
}

.social-media-header-list li a {
  font-size: 10px !important;
}

.share-social-media-list li button {
  font-size: 10px !important;
}

.gradient-shape {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
}

.gsc-table-result {
  display: flex !important;
}

.gsc-table-cell-thumbnail {
  order: 2 !important;
  width: 195px !important;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .gsc-table-cell-thumbnail {
    margin-top: -3rem !important;
  }
}

.gsc-table-cell-snippet-close {
  order: 1 !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-bottom: 1px solid #dee2e6 !important;
}

.gsc-control-cse {
  padding: 0 !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 15pt !important;
  font-weight: 700 !important;
  max-width: 652px;
}

.gs-webResult div.gs-visibleUrl span {
  color: #EC1D25 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #292929 !important;
  text-decoration: none !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
  float: left !important;
  padding: 5px 20px 5px 0 !important;
  margin-right: 20px !important;
  margin-left: 0 !important;
  text-align: center !important;
  width: 60px !important;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  max-width: 160px !important;
  max-height: 135px !important;
  right: 0 !important;
  top: 0 !important;
}
@media (min-width: 992px) {
  .gs-web-image-box .gs-image,
  .gs-promotion-image-box .gs-promotion-image {
    margin-top: 30px !important;
  }
}

.gs-title,
.gsc-result-info,
.gs-visibleUrl,
.gs-visibleUrl-long,
.gsc-orderby-label,
.gsc-selected-option,
.gsc-option,
.gsc-cursor-page,
.gcsc-find-more-on-google {
  font-family: "Inter", sans-serif !important;
}

.gs-snippet {
  font-family: "Inter", serif !important;
  margin-right: 1rem !important;
  color: #8A8A8A !important;
  font-size: 13px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  line-height: 20px !important;
  max-height: 60px !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}
@media (min-width: 1200px) {
  .gs-snippet {
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 22px !important;
    max-height: 66px !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }
}

.gs-webResult .gs-visibleUrl {
  color: rgb(55, 73, 87) !important;
  text-decoration: none !important;
}

.gsc-cursor-page {
  padding: 5px 8px;
  margin-right: 8px;
  border: solid 1px #EC1D25;
  border-radius: 5px;
  text-align: center;
  color: #606060;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "poppins-regular";
  font-size: 0.8rem;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 0px 40px 0px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #e8eaee !important;
  color: rgb(55, 73, 87) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #EC1D25 !important;
  color: #FFFFFF !important;
}

/*--- Scroll Horizontal ---*/
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.item-scroll,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.scroll::-webkit-scrolbar {
  display: none;
}

/*--- /Scroll Horizontal ---*/
/*-- Add Custom --*/
.line {
  height: 1px;
}

.schedule-liga-name {
  font-size: 0.8rem;
}
@media (min-width: 1400px) {
  .schedule-liga-name {
    font-size: 1rem;
  }
}

.rank-link.active {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.list-style-dics {
  list-style-type: disc;
}

.border-primary {
  border-color: #EC1D25 !important;
}

/*-- /Add Custom --*/

/*# sourceMappingURL=style-2.css.map */
