.hdngay {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  /* border: 1px solid #000; */
  top: 10px;
  /* background: url('../img/bg-block-download.jpg') repeat 0 0; */
}

.hdngay:before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 22px;
  /* background: url('../img/corner-top-left.png') no-repeat; */
}

.hdngay:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 22px;
  /* background: url('../img/corner-top-right.png') no-repeat; */
}

.hdngay-inner {
  padding: 0 15px 20px 15px;
  position: relative;
}

.hdngay-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 23px;
  height: 22px;
}

.hdngay-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 23px;
  height: 22px;
  /* background: url('../img/corner-right.png') no-repeat; */
}

.hdngay h3 {
  text-align: center;
  margin: 0 15px;
  position: relative;
}

.hdngay h3:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(66, 61, 44, 1);
  background: -moz-linear-gradient(left,
      rgba(66, 61, 44, 1) 0%,
      rgba(110, 103, 62, 1) 55%,
      rgba(66, 61, 44, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(66, 61, 44, 1)),
      color-stop(55%, rgba(110, 103, 62, 1)),
      color-stop(100%, rgba(66, 61, 44, 1)));
  background: -webkit-linear-gradient(left,
      rgba(66, 61, 44, 1) 0%,
      rgba(110, 103, 62, 1) 55%,
      rgba(66, 61, 44, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(66, 61, 44, 1) 0%,
      rgba(110, 103, 62, 1) 55%,
      rgba(66, 61, 44, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(66, 61, 44, 1) 0%,
      rgba(110, 103, 62, 1) 55%,
      rgba(66, 61, 44, 1) 100%);
  background: linear-gradient(to right,
      rgba(66, 61, 44, 1) 0%,
      rgba(110, 103, 62, 1) 55%,
      rgba(66, 61, 44, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#423d2c', endColorstr='#423d2c', GradientType=1);
}

.hdngay h3 span {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  line-height: 60px;
  text-align: center;
}

.hdngay h3 span:before {
  content: "";
  display: inline-block;
  /* background: url('../img/dot-color.png') no-repeat; */
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.hdngay h3 span:after {
  content: "";
  display: inline-block;
  /* background: url('../img/dot-color.png') no-repeat; */
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.hdngay .tabs {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 18px;
}

.hdngay .tabs ul {
  list-style: none;
  display: flex;
}

.hdngay .tabs ul button {
  flex: 1;
  text-align: center;
  background-color: #3f3f3f;
}

.hdngay .tabs ul button:hover {
  background-color: #ff9000 !important;
}

.hdngay .tabs ul button {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffe992;
  text-decoration: none;
  line-height: 29px;
}

.hdngay .hdngay-content>.day {
  display: none;
}

.hdngay .hdngay-content .content {
  width: 100%;
  min-height: 368px;
  display: block;
  overflow: hidden;
}

.hdngay .hdngay-content .content .item {
  display: flex;
}

.hdngay .hdngay-content .content .item .name {
  flex: 1;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.hdngay .hdngay-content .content .item .time {
  flex: 0 0 77px;
  max-width: 77px;
  line-height: 24px;
  text-align: right;
  font-size: 12px;
  color: #bba755;
  text-transform: uppercase;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  border: none;
  background-color: #848482;
  color: white;
  padding: 20px;
  border-radius: 4px;
}

/* === SLIDESHOW LOADING === */
#slidewrap {
  position: relative;
}

/* === Moved from index.html inline styles === */
.ejcontent {
  display: none;
  clear: left;
}

.active {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.hide {
  display: none;
}

.floating {
  display: none;
  z-index: 300;
  position: absolute;
  width: 600px;
  height: 480px;
  top: -500px;
  left: -1000px;
}

.overlay {
  display: none;
  background: black;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

/* === Extracted Inline Styles from index.html === */
ul.adxm.menu>li {
  margin-left: 5px;
}

.hdngay {
  clear: both;
}

.daily-city {
  display: none;
}

.daily-city.active-daily {
  display: block;
}

.daily-city .name.empty-activity {
  color: #aaa;
  font-style: italic;
}

/* === Utility classes for JS toggles === */
.show-block {
  display: block !important;
}

.city {
  display: none;
}

.city.active-city {
  display: block;
}

/* === Image Loading Effect Styles === */
.inline-loading-svg {
  width: 80px;
  height: 80px;
  animation: pulse-img 1.5s infinite;
  display: block;
  margin: 20px auto;
}

.slideshow-loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  z-index: 10;
}

.slideshow-loading-container .inline-loading-svg {
  margin: 0 0 10px 0;
}




.slideshow-loading-bar {
  width: 80px;
  height: 4px;
  background: rgba(245, 158, 11, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.slideshow-loading-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  background: #f59e0b;
  border-radius: 4px;
  animation: slide-bar 1.2s infinite ease-in-out;
}

@keyframes slide-bar {
  0% {
    left: -40%
  }

  50% {
    left: 100%
  }

  100% {
    left: -40%
  }
}



/* === SwiperJS Slideshow === */
.swiper {
  width: 172px;
  height: 271px;
  background: #000;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}