/* --------------------------
   Section Heading
--------------------------- */

.view-tumpuan-semasa .view-content .views-col {
  padding: 0 10px;
}
.view-tumpuan-semasa .view-content .views-col .top-part {
  position: relative;
  border: 1px solid #D1D5DB;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.view-tumpuan-semasa .view-content .views-col .top-part .top-category {
  position: absolute;
  padding: 3px 20px;
  background: #FF2147;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  top: 15px;
  left: 20px;
}
.view-tumpuan-semasa .view-content .views-col .top-part .top-image .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part {
  border: 1px solid #D1D5DB;
  border-top: none;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-title a {
  color: #1C1C1C;
  size: 18px;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-tarikh {
  color: #6B7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-tarikh > span:first-child {
  position: relative;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-tarikh > span:first-child:before {
  content: "";
  background: url("../images/Time small grey.svg") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-tarikh > span:last-child {
  float: right;
  position: relative;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-tarikh > span:last-child:before {
  content: "";
  background: url("../images/Baca.png") no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 6px;
}
.view-tumpuan-semasa .view-content .views-col .bottom-part .tumpuan-tarikh > span span {
  margin-left: 20px;
}
/* Horizontal Tabs – Tumpuan Semasa style */


/* TUMPUAN SEMASA MENU TABBING */
/* Make the nav-tabs fill full width */
.center-tabs .nav-tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
}
.center-tabs .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.center-tabs .nav-tabs .nav-link {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 4px;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  width: 100%;
}
.center-tabs .nav-tabs .nav-link:hover {
  background-color: #F51E1E;
  color: #fff;
  border-color: #c00;
}
.center-tabs .nav-tabs .nav-link.active {
  background-color: #F51E1E;
  color: #fff;
  border-color: #c00;
}
.center-tabs .nav-tabs {
  justify-content: flex-start;
}

.tumpuan-title {
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* TUMPUAN SEMASA MENU TABBING */



/* CRAWLING NEWS ORANGE */
.terkini-ticker {
  display: flex;
  align-items: center;
  background: #FF8048;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  height: 40px;
}
.terkini-ticker .headline {
  background: #F51E1E;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}
.terkini-ticker ul {
  display: inline-block;
  padding-left: 100%;
  animation: ticker 20s linear infinite;
  margin: 0;
  list-style: none;
}
.terkini-ticker a {
  color: #ffffff !important;
  text-decoration: none;
  size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.terkini-ticker a:hover {
  color: #ffcc00;
  text-decoration: underline;
}
.terkini-ticker:hover ul {
  animation-play-state: paused;
}

.terkini-wrapper {
  display: flex;
  align-items: center;
  background: #FF8048;
  color: #fff;
  padding: 5px 15px;
  overflow: hidden;
  height: 40px;
}
.terkini-wrapper .terkini-label {
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}
.terkini-wrapper .terkini-ticker {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-content {
  flex: 1;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  height: 22px;
}
.ticker-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticker-content li {
  display: none;
  font-size: 14px;
  margin-right: 20px;
}
.ticker-content li.active {
  display: inline-block;
}
.ticker-content:hover ul {
  animation-play-state: paused;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* CRAWLING NEWS ORANGE */